01KSPECA17FB3J087PN90HKWRJ: 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: 01KSPECNCYX82EKXK8H80929DV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T04:45:44.977Zjob assigned to worker 01KSPECVSC1HYG139XSX064N5H [factory aws, i-0dd4c39413c45dd29] (queued for 49 s)
 
22026-05-28T04:45:51.469Zstarting task 0: "setup"
32026-05-28T04:45:51.477Z++ uname -s
42026-05-28T04:45:51.479Z+ kern=SunOS
52026-05-28T04:45:51.480Z+ build_user=build
62026-05-28T04:45:51.480Z+ build_uid=12345
72026-05-28T04:45:51.480Z+ work_dir=/work
82026-05-28T04:45:51.480Z+ input_dir=/input
92026-05-28T04:45:51.480Z+ [[ 0 == 12345 ]]
102026-05-28T04:45:51.480Z+ case "$kern" in
112026-05-28T04:45:51.480Z+ groupadd -g 12345 build
122026-05-28T04:45:51.482Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T04:45:53.489Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T04:45:53.575Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T04:45:53.578Z+ home_fs=zfs
162026-05-28T04:45:53.578Z+ [[ zfs == autofs ]]
172026-05-28T04:45:53.578Z+ mkdir -p /home/build
182026-05-28T04:45:53.578Z+ chown build:build /home/build /work
192026-05-28T04:45:55.579Z+ chmod 0700 /home/build /work
202026-05-28T04:45:55.582Zprocess exited: duration 4115 ms, exit code 0
 
212026-05-28T04:45:55.589Zstarting task 1: "rust-toolchain"
222026-05-28T04:45:55.594Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T04:45:55.594Z * rust toolchain channel = "1.94.0"
242026-05-28T04:45:55.594Z * rust toolchain profile = "default"
252026-05-28T04:45:55.594Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-28T04:45:55.594Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T04:45:55.594Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T04:45:55.599Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T04:45:55.599Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T04:45:55.699Zinfo: downloading installer
312026-05-28T04:45:57.034Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T04:45:57.034Zwarn: /home/build/.rustup/settings.toml
332026-05-28T04:45:57.034Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T04:45:57.034Zwarn: instead of the one inferred from the default host triple.
352026-05-28T04:45:57.046Zinfo: profile set to default
362026-05-28T04:45:57.046Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T04:45:57.049Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T04:45:57.182Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T04:45:57.187Zinfo: downloading 6 components
402026-05-28T04:46:11.727Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T04:46:11.727Z
422026-05-28T04:46:11.755Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T04:46:11.755Z
442026-05-28T04:46:11.755Z
452026-05-28T04:46:11.755ZRust is installed now. Great!
462026-05-28T04:46:11.755Z
472026-05-28T04:46:11.755ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T04:46:11.755Zenvironment variable. This has not been done automatically.
492026-05-28T04:46:11.755Z
502026-05-28T04:46:11.755ZTo configure your current shell, you need to source
512026-05-28T04:46:11.759Zthe corresponding env file under $HOME/.cargo.
522026-05-28T04:46:11.759Z
532026-05-28T04:46:11.759ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T04:46:11.759Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T04:46:11.759Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T04:46:11.759Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T04:46:11.759Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T04:46:11.759Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T04:46:11.759Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T04:46:11.759Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T04:46:11.759Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T04:46:11.837Z+ rustup --version
632026-05-28T04:46:11.846Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T04:46:11.849Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T04:46:11.867Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T04:46:11.870Z+ cargo --version
672026-05-28T04:46:11.883Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T04:46:11.886Z+ rustc --version
692026-05-28T04:46:11.906Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T04:46:11.909Zprocess exited: duration 16320 ms, exit code 0
 
712026-05-28T04:46:11.914Zstarting task 2: "authentication"
722026-05-28T04:46:11.930Zprocess exited: duration 15 ms, exit code 0
 
732026-05-28T04:46:11.936Zstarting task 3: "clone repository"
742026-05-28T04:46:11.939Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T04:46:11.942Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T04:46:11.981ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T04:46:22.593Z+ cd /work/oxidecomputer/omicron
782026-05-28T04:46:22.593Z+ git fetch origin 59309cb70ca42df9d2235c1eb1ad8b9e25903c21
792026-05-28T04:46:22.833ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T04:46:22.833Z * branch 59309cb70ca42df9d2235c1eb1ad8b9e25903c21 -> FETCH_HEAD
812026-05-28T04:46:22.843Z+ [[ -n multicast-e2e ]]
822026-05-28T04:46:22.846Z++ git branch --show-current
832026-05-28T04:46:22.846Z+ current=main
842026-05-28T04:46:22.846Z+ [[ main != multicast-e2e ]]
852026-05-28T04:46:22.846Z+ git branch -f multicast-e2e 59309cb70ca42df9d2235c1eb1ad8b9e25903c21
862026-05-28T04:46:22.849Z+ git checkout -f multicast-e2e
872026-05-28T04:46:23.004ZSwitched to branch 'multicast-e2e'
882026-05-28T04:46:23.007Z+ git reset --hard 59309cb70ca42df9d2235c1eb1ad8b9e25903c21
892026-05-28T04:46:23.161ZHEAD is now at 59309cb70 merge main + mag update
902026-05-28T04:46:23.164Zprocess exited: duration 11226 ms, exit code 0
 
912026-05-28T04:46:23.171Zstarting task 4: "build"
922026-05-28T04:46:23.176Z+ source .github/buildomat/ci-env.sh
932026-05-28T04:46:23.176Z++ export CARGO_TERM_COLOR=always
942026-05-28T04:46:23.176Z++ CARGO_TERM_COLOR=always
952026-05-28T04:46:23.176Z+ cargo --version
962026-05-28T04:46:23.186Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-28T04:46:23.189Z+ rustc --version
982026-05-28T04:46:23.208Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-28T04:46:23.211Z+ source ./env.sh
1002026-05-28T04:46:23.211Z++ OLD_SHELL_OPTS=ehxB
1012026-05-28T04:46:23.211Z++ set -o xtrace
1022026-05-28T04:46:23.214Z++++ dirname ./env.sh
1032026-05-28T04:46:23.226Z+++ readlink -f .
1042026-05-28T04:46:23.230Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-28T04:46:23.233Z++ 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-28T04:46:23.233Z++ 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-28T04:46:23.234Z++ 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-28T04:46:23.234Z++ 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-28T04:46:23.234Z++ 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-28T04:46:23.234Z++ 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-28T04:46:23.234Z++ 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-28T04:46:23.234Z++ 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-28T04:46:23.234Z++ 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-28T04:46:23.234Z++ 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-28T04:46:23.234Z++ case $OLD_SHELL_OPTS in
1162026-05-28T04:46:23.234Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-05-28T04:46:23.234Z+ 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-28T04:46:23.234Z+ 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-28T04:46:23.234Z+ banner prerequisites
1202026-05-28T04:46:23.234Z
1212026-05-28T04:46:23.234Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-05-28T04:46:23.234Z # # # # # # # # # # # # # # #
1232026-05-28T04:46:23.234Z # # # # ##### # # ##### # # # # # #### #
1242026-05-28T04:46:23.234Z ##### ##### # ##### # # # # # # # # #
1252026-05-28T04:46:23.234Z # # # # # # # # # # # # # # #
1262026-05-28T04:46:23.234Z # # # ###### # # ###### ### # #### # #### #
1272026-05-28T04:46:23.234Z
1282026-05-28T04:46:23.234Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-05-28T04:46:24.646Z Startup: Refreshing catalog 'helios' ... Done
1302026-05-28T04:46:24.715Z Startup: Caching catalogs ... Done
1312026-05-28T04:46:24.977ZPlanning: Solver setup ... Done (0.226s)
1322026-05-28T04:46:24.995ZPlanning: Running solver ... Done (0.019s)
1332026-05-28T04:46:25.002ZPlanning: Finding local manifests ... Done (0.003s)
1342026-05-28T04:46:25.012ZPlanning: Fetching manifests: 0/2 0% complete
1352026-05-28T04:46:25.034ZPlanning: Fetching manifests: 2/2 100% complete
1362026-05-28T04:46:25.050ZPlanning: Package planning ... Done (0.016s)
1372026-05-28T04:46:25.053ZPlanning: Merging actions ... Done (0.002s)
1382026-05-28T04:46:25.245ZPlanning: Checking for conflicting actions ... Done (0.194s)
1392026-05-28T04:46:25.249ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-05-28T04:46:26.044ZPlanning: Evaluating mediators ... Done (0.798s)
1412026-05-28T04:46:26.047ZPlanning: Planning completed in 1.31 seconds
1422026-05-28T04:46:26.053Z Packages to install: 2
1432026-05-28T04:46:26.053Z Estimated space available: 156.07 GB
1442026-05-28T04:46:26.056ZEstimated space to be consumed: 22.53 MB
1452026-05-28T04:46:26.056Z Create boot environment: No
1462026-05-28T04:46:26.056ZCreate backup boot environment: No
1472026-05-28T04:46:26.056Z Rebuild boot archive: No
1482026-05-28T04:46:26.056Z
1492026-05-28T04:46:26.056ZChanged packages:
1502026-05-28T04:46:26.057Zhelios
1512026-05-28T04:46:26.057Z developer/build-essential
1522026-05-28T04:46:26.057Z None -> 11-3.0
1532026-05-28T04:46:26.057Z library/libxmlsec1
1542026-05-28T04:46:26.057Z None -> 1.2.35-3.0
1552026-05-28T04:46:26.077Z
1562026-05-28T04:46:26.077ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-05-28T04:46:26.578ZDownload: Completed 1.28 MB in 0.50 seconds (2.6M/s)
1582026-05-28T04:46:26.641Z Actions: 1/268 actions (Installing new actions)
1592026-05-28T04:46:26.678Z Actions: Completed 268 actions in 0.04 seconds.
1602026-05-28T04:46:26.711ZFinalize: Updating package state database ... Done (0.032s)
1612026-05-28T04:46:26.711ZFinalize: Updating package cache ... Done (0.000s)
1622026-05-28T04:46:26.729ZFinalize: Updating image state ... Done (0.018s)
1632026-05-28T04:46:29.068ZFinalize: Creating fast lookup database ... Done (2.318s)
1642026-05-28T04:46:29.135ZFinalize: Reading search index ... Done (0.013s)
1652026-05-28T04:46:29.138ZFinalize: Updating search index ... Done (0.000s)
1662026-05-28T04:46:29.239ZFinalize: Updating package cache ... Done (0.000s)
1672026-05-28T04:46:29.538ZPlanning: Evaluating mediator changes ... Done
1682026-05-28T04:46:29.642ZPlanning: Checking for conflicting actions ... Done
1692026-05-28T04:46:29.645ZPlanning: Consolidating action changes ... Done
1702026-05-28T04:46:29.802ZPlanning: Evaluating mediators ... Done
1712026-05-28T04:46:29.805ZPlanning: Planning completed in 0.27 seconds
1722026-05-28T04:46:29.826Z Mediators to change: 2
1732026-05-28T04:46:29.826Z Create boot environment: No
1742026-05-28T04:46:29.829ZCreate backup boot environment: No
1752026-05-28T04:46:29.895ZFinalize: Updating package state database ... Done
1762026-05-28T04:46:29.895ZFinalize: Updating package cache ... Done
1772026-05-28T04:46:29.905ZFinalize: Updating image state ... Done
1782026-05-28T04:46:31.832ZFinalize: Creating fast lookup database ... Done
1792026-05-28T04:46:31.899ZFinalize: Reading search index ... Done
1802026-05-28T04:46:31.902ZFinalize: Updating search index ... Done
1812026-05-28T04:46:31.983ZFinalize: Updating package cache ... Done
1822026-05-28T04:46:32.266ZPlanning: Evaluating mediator changes ... Done
1832026-05-28T04:46:32.371ZPlanning: Checking for conflicting actions ... Done
1842026-05-28T04:46:32.374ZPlanning: Consolidating action changes ... Done
1852026-05-28T04:46:32.529ZPlanning: Evaluating mediators ... Done
1862026-05-28T04:46:32.532ZPlanning: Planning completed in 0.26 seconds
1872026-05-28T04:46:32.552Z Mediators to change: 1
1882026-05-28T04:46:32.552Z Create boot environment: No
1892026-05-28T04:46:32.552ZCreate backup boot environment: No
1902026-05-28T04:46:32.602ZFinalize: Updating package state database ... Done
1912026-05-28T04:46:32.602ZFinalize: Updating package cache ... Done
1922026-05-28T04:46:32.612ZFinalize: Updating image state ... Done
1932026-05-28T04:46:34.550ZFinalize: Creating fast lookup database ... Done
1942026-05-28T04:46:34.613ZFinalize: Reading search index ... Done
1952026-05-28T04:46:34.613ZFinalize: Updating search index ... Done
1962026-05-28T04:46:34.767ZFinalize: Updating package cache ... Done
1972026-05-28T04:46:35.077ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-05-28T04:46:35.077Zapache system 2.4 system
1992026-05-28T04:46:35.077Zclang system 15 system
2002026-05-28T04:46:35.077Zcsh system system illumos
2012026-05-28T04:46:35.077Zctags system system illumos
2022026-05-28T04:46:35.077Zfile vendor vendor darwinsys
2032026-05-28T04:46:35.077Zfile system system illumos
2042026-05-28T04:46:35.077Zgcc vendor 14 vendor
2052026-05-28T04:46:35.077Zgcc system 13 system
2062026-05-28T04:46:35.077Zgcc system 10 system
2072026-05-28T04:46:35.077Zgo system 1.25 system
2082026-05-28T04:46:35.077Zllvm system 15 system
2092026-05-28T04:46:35.077Zmariadb system 11.4 system
2102026-05-28T04:46:35.077Zmta vendor vendor dma
2112026-05-28T04:46:35.077Zopenjdk system 17 system
2122026-05-28T04:46:35.077Zopenjdk system 11 system
2132026-05-28T04:46:35.077Zopenssl vendor 3 vendor
2142026-05-28T04:46:35.077Zperl system 5.40 system
2152026-05-28T04:46:35.077Zpostgresql system 18 system
2162026-05-28T04:46:35.077Zpostgresql system 17 system
2172026-05-28T04:46:35.077Zpython vendor 3 vendor
2182026-05-28T04:46:35.077Zpython system 2 system
2192026-05-28T04:46:35.077Zpython3 vendor 3.13 vendor
2202026-05-28T04:46:35.077Zruby system 3.4 system
2212026-05-28T04:46:35.077Zruby system 3.0 system
2222026-05-28T04:46:35.077Zwords vendor vendor american-english
2232026-05-28T04:46:35.077Zwords system system australian-english
2242026-05-28T04:46:35.077Zwords system system british-english
2252026-05-28T04:46:35.078Zwords system system canadian-english
2262026-05-28T04:46:35.078Zwords system system french
2272026-05-28T04:46:35.078Zwords system system italian
2282026-05-28T04:46:35.078Zwords system system ngerman
2292026-05-28T04:46:35.078Zwords system system ogerman
2302026-05-28T04:46:35.078Zwords system system spanish
2312026-05-28T04:46:35.335ZPUBLISHER TYPE STATUS P LOCATION
2322026-05-28T04:46:35.335Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-05-28T04:46:35.608ZFMRI IFO
2342026-05-28T04:46:35.608Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-05-28T04:46:35.608Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-05-28T04:46:35.608Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-05-28T04:46:35.608Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-05-28T04:46:35.608Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-05-28T04:46:35.608Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-05-28T04:46:35.610Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-05-28T04:46:35.610Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-05-28T04:46:35.610Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-05-28T04:46:35.857Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-05-28T04:46:36.143Z Updating crates.io index
2452026-05-28T04:46:36.177Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-05-28T04:46:36.416Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-05-28T04:46:37.337Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-05-28T04:46:37.643Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-05-28T04:46:38.726Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-05-28T04:46:39.232Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-05-28T04:46:40.749Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-05-28T04:46:41.544Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-05-28T04:46:41.884Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-05-28T04:46:42.827Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-05-28T04:46:43.177Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-05-28T04:46:43.562Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-05-28T04:46:43.843Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-05-28T04:46:44.842Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-05-28T04:46:45.334Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-05-28T04:46:45.759Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-05-28T04:46:46.087Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-05-28T04:46:46.352Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-05-28T04:46:46.840Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-05-28T04:46:47.052Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-05-28T04:46:47.281Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-05-28T04:46:47.505Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-05-28T04:46:47.899Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-05-28T04:46:48.355Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-05-28T04:46:48.590Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-05-28T04:46:48.979Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-05-28T04:46:49.276Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-05-28T04:46:49.785Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-05-28T04:46:50.644Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-05-28T04:46:51.201Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-05-28T04:46:51.619Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-05-28T04:46:51.973Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-05-28T04:46:52.261Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-05-28T04:46:52.581Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-05-28T04:46:52.886Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-05-28T04:46:53.256Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-05-28T04:46:53.760Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-05-28T04:46:54.004Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-05-28T04:46:54.243Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-05-28T04:46:54.478Z Updating git repository `https://github.com/oxidecomputer/omicron`
2852026-05-28T04:47:06.860Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-05-28T04:47:09.038Z Downloading crates ...
2872026-05-28T04:47:09.094Z Downloaded autocfg v1.5.0
2882026-05-28T04:47:09.099Z Downloaded num-traits v0.2.19
2892026-05-28T04:47:09.101Z Downloaded dtrace-parser v0.2.0
2902026-05-28T04:47:09.104Z Downloaded unicode-linebreak v0.1.5
2912026-05-28T04:47:09.104Z Downloaded toml_write v0.1.2
2922026-05-28T04:47:09.107Z Downloaded swrite v0.1.0
2932026-05-28T04:47:09.107Z Downloaded scroll v0.12.0
2942026-05-28T04:47:09.107Z Downloaded displaydoc v0.2.5
2952026-05-28T04:47:09.110Z Downloaded proc-macro2 v1.0.106
2962026-05-28T04:47:09.112Z Downloaded unicode-ident v1.0.24
2972026-05-28T04:47:09.115Z Downloaded papergrid v0.11.0
2982026-05-28T04:47:09.118Z Downloaded pest_meta v2.8.6
2992026-05-28T04:47:09.120Z Downloaded bitflags v2.11.0
3002026-05-28T04:47:09.127Z Downloaded generic-array v0.14.7
3012026-05-28T04:47:09.131Z Downloaded usdt v0.5.0
3022026-05-28T04:47:09.134Z Downloaded unicode-xid v0.2.6
3032026-05-28T04:47:09.134Z Downloaded utf8_iter v1.0.4
3042026-05-28T04:47:09.134Z Downloaded getrandom v0.4.1
3052026-05-28T04:47:09.137Z Downloaded fastrand v2.3.0
3062026-05-28T04:47:09.140Z Downloaded serde_spanned v0.6.9
3072026-05-28T04:47:09.140Z Downloaded zerofrom-derive v0.1.6
3082026-05-28T04:47:09.140Z Downloaded equivalent v1.0.2
3092026-05-28T04:47:09.143Z Downloaded version_check v0.9.5
3102026-05-28T04:47:09.143Z Downloaded toml_datetime v0.6.11
3112026-05-28T04:47:09.143Z Downloaded clap_lex v1.0.0
3122026-05-28T04:47:09.145Z Downloaded idna_adapter v1.2.1
3132026-05-28T04:47:09.145Z Downloaded usdt-attr-macro v0.5.0
3142026-05-28T04:47:09.148Z Downloaded yoke-derive v0.8.1
3152026-05-28T04:47:09.148Z Downloaded thread-id v4.2.2
3162026-05-28T04:47:09.148Z Downloaded digest v0.10.7
3172026-05-28T04:47:09.151Z Downloaded tinystr v0.8.2
3182026-05-28T04:47:09.151Z Downloaded colorchoice v1.0.4
3192026-05-28T04:47:09.154Z Downloaded zerovec-derive v0.11.2
3202026-05-28T04:47:09.154Z Downloaded typeid v1.0.3
3212026-05-28T04:47:09.157Z Downloaded memmap v0.7.0
3222026-05-28T04:47:09.157Z Downloaded usdt-macro v0.5.0
3232026-05-28T04:47:09.157Z Downloaded typenum v1.19.0
3242026-05-28T04:47:09.159Z Downloaded yoke v0.8.1
3252026-05-28T04:47:09.162Z Downloaded erased-serde v0.4.9
3262026-05-28T04:47:09.165Z Downloaded writeable v0.6.2
3272026-05-28T04:47:09.165Z Downloaded utf8parse v0.2.2
3282026-05-28T04:47:09.165Z Downloaded thiserror v1.0.69
3292026-05-28T04:47:09.168Z Downloaded proc-macro-error v1.0.4
3302026-05-28T04:47:09.171Z Downloaded usdt-impl v0.5.0
3312026-05-28T04:47:09.173Z Downloaded zerofrom v0.1.6
3322026-05-28T04:47:09.173Z Downloaded zerocopy-derive v0.7.35
3332026-05-28T04:47:09.176Z Downloaded thiserror-impl v1.0.69
3342026-05-28T04:47:09.176Z Downloaded heck v0.4.1
3352026-05-28T04:47:09.176Z Downloaded zmij v1.0.21
3362026-05-28T04:47:09.179Z Downloaded thiserror-impl v2.0.18
3372026-05-28T04:47:09.179Z Downloaded ucd-trie v0.1.7
3382026-05-28T04:47:09.179Z Downloaded toml v0.8.23
3392026-05-28T04:47:09.183Z Downloaded thiserror v2.0.18
3402026-05-28T04:47:09.186Z Downloaded url v2.5.8
3412026-05-28T04:47:09.186Z Downloaded textwrap v0.16.2
3422026-05-28T04:47:09.186Z Downloaded anstyle-query v1.1.5
3432026-05-28T04:47:09.189Z Downloaded serde-value v0.7.0
3442026-05-28T04:47:09.189Z Downloaded plain v0.2.3
3452026-05-28T04:47:09.189Z Downloaded proc-macro-error-attr v1.0.4
3462026-05-28T04:47:09.189Z Downloaded percent-encoding v2.3.2
3472026-05-28T04:47:09.191Z Downloaded ordered-float v2.10.1
3482026-05-28T04:47:09.191Z Downloaded itoa v1.0.17
3492026-05-28T04:47:09.191Z Downloaded icu_normalizer v2.1.1
3502026-05-28T04:47:09.194Z Downloaded scroll_derive v0.12.1
3512026-05-28T04:47:09.194Z Downloaded icu_collections v2.1.1
3522026-05-28T04:47:09.197Z Downloaded strsim v0.11.1
3532026-05-28T04:47:09.197Z Downloaded fs-err v3.3.0
3542026-05-28T04:47:09.200Z Downloaded smawk v0.3.2
3552026-05-28T04:47:09.203Z Downloaded zerotrie v0.2.3
3562026-05-28T04:47:09.205Z Downloaded block-buffer v0.10.4
3572026-05-28T04:47:09.205Z Downloaded toml_edit v0.22.27
3582026-05-28T04:47:09.208Z Downloaded terminal_size v0.4.3
3592026-05-28T04:47:09.208Z Downloaded tabled_derive v0.7.0
3602026-05-28T04:47:09.208Z Downloaded pretty-hex v0.4.1
3612026-05-28T04:47:09.208Z Downloaded cargo-platform v0.2.0
3622026-05-28T04:47:09.211Z Downloaded zerovec v0.11.5
3632026-05-28T04:47:09.220Z Downloaded cargo_metadata v0.21.0
3642026-05-28T04:47:09.223Z Downloaded zerocopy v0.7.35
3652026-05-28T04:47:09.230Z Downloaded winnow v0.7.14
3662026-05-28T04:47:09.235Z Downloaded unicode-width v0.2.0
3672026-05-28T04:47:09.238Z Downloaded unicode-width v0.1.14
3682026-05-28T04:47:09.242Z Downloaded form_urlencoded v1.2.2
3692026-05-28T04:47:09.244Z Downloaded cfg-if v1.0.4
3702026-05-28T04:47:09.244Z Downloaded anstream v1.0.0
3712026-05-28T04:47:09.244Z Downloaded clap_derive v4.6.1
3722026-05-28T04:47:09.247Z Downloaded pest_derive v2.8.6
3732026-05-28T04:47:09.248Z Downloaded serde-untagged v0.1.9
3742026-05-28T04:47:09.248Z Downloaded heck v0.5.0
3752026-05-28T04:47:09.251Z Downloaded memchr v2.8.0
3762026-05-28T04:47:09.251Z Downloaded litemap v0.8.1
3772026-05-28T04:47:09.254Z Downloaded crypto-common v0.1.7
3782026-05-28T04:47:09.254Z Downloaded cargo_toml v0.21.0
3792026-05-28T04:47:09.254Z Downloaded camino-tempfile v1.4.1
3802026-05-28T04:47:09.254Z Downloaded bytecount v0.6.9
3812026-05-28T04:47:09.256Z Downloaded stable_deref_trait v1.2.1
3822026-05-28T04:47:09.257Z Downloaded sha2 v0.10.9
3832026-05-28T04:47:09.257Z Downloaded macaddr v1.0.1
3842026-05-28T04:47:09.260Z Downloaded potential_utf v0.1.4
3852026-05-28T04:47:09.260Z Downloaded fnv v1.0.7
3862026-05-28T04:47:09.261Z Downloaded errno v0.3.14
3872026-05-28T04:47:09.261Z Downloaded dof v0.3.0
3882026-05-28T04:47:09.261Z Downloaded cpufeatures v0.2.17
3892026-05-28T04:47:09.270Z Downloaded byteorder v1.5.0
3902026-05-28T04:47:09.272Z Downloaded tempfile v3.25.0
3912026-05-28T04:47:09.275Z Downloaded pest_generator v2.8.6
3922026-05-28T04:47:09.278Z Downloaded quote v1.0.45
3932026-05-28T04:47:09.278Z Downloaded anstyle-parse v1.0.0
3942026-05-28T04:47:09.282Z Downloaded indexmap v2.14.0
3952026-05-28T04:47:09.284Z Downloaded pest v2.8.6
3962026-05-28T04:47:09.287Z Downloaded is_terminal_polyfill v1.70.2
3972026-05-28T04:47:09.287Z Downloaded icu_provider v2.1.1
3982026-05-28T04:47:09.290Z Downloaded synstructure v0.13.2
3992026-05-28T04:47:09.290Z Downloaded anstyle v1.0.14
4002026-05-28T04:47:09.295Z Downloaded camino v1.2.2
4012026-05-28T04:47:09.298Z Downloaded icu_locale_core v2.1.1
4022026-05-28T04:47:09.301Z Downloaded semver v1.0.28
4032026-05-28T04:47:09.307Z Downloaded cargo-util-schemas v0.8.2
4042026-05-28T04:47:09.310Z Downloaded serde_tokenstream v0.2.3
4052026-05-28T04:47:09.313Z Downloaded once_cell v1.21.3
4062026-05-28T04:47:09.315Z Downloaded serde_derive v1.0.228
4072026-05-28T04:47:09.315Z Downloaded serde_core v1.0.228
4082026-05-28T04:47:09.318Z Downloaded smallvec v1.15.1
4092026-05-28T04:47:09.318Z Downloaded clap v4.6.1
4102026-05-28T04:47:09.322Z Downloaded log v0.4.29
4112026-05-28T04:47:09.325Z Downloaded icu_properties v2.1.2
4122026-05-28T04:47:09.329Z Downloaded icu_normalizer_data v2.1.1
4132026-05-28T04:47:09.331Z Downloaded anyhow v1.0.102
4142026-05-28T04:47:09.341Z Downloaded hashbrown v0.17.0
4152026-05-28T04:47:09.344Z Downloaded serde v1.0.228
4162026-05-28T04:47:09.347Z Downloaded serde_json v1.0.149
4172026-05-28T04:47:09.373Z Downloaded idna v1.1.0
4182026-05-28T04:47:09.376Z Downloaded goblin v0.8.2
4192026-05-28T04:47:09.379Z Downloaded icu_properties_data v2.1.2
4202026-05-28T04:47:09.386Z Downloaded clap_builder v4.6.0
4212026-05-28T04:47:09.402Z Downloaded tabled v0.15.0
4222026-05-28T04:47:09.410Z Downloaded syn v2.0.117
4232026-05-28T04:47:09.416Z Downloaded syn v1.0.109
4242026-05-28T04:47:09.430Z Downloaded rustix v1.1.3
4252026-05-28T04:47:09.456Z Downloaded libc v0.2.185
4262026-05-28T04:47:09.524Z Compiling proc-macro2 v1.0.106
4272026-05-28T04:47:09.524Z Compiling unicode-ident v1.0.24
4282026-05-28T04:47:09.524Z Compiling quote v1.0.45
4292026-05-28T04:47:09.527Z Compiling serde_core v1.0.228
4302026-05-28T04:47:09.527Z Compiling libc v0.2.185
4312026-05-28T04:47:09.527Z Compiling version_check v0.9.5
4322026-05-28T04:47:09.527Z Compiling serde v1.0.228
4332026-05-28T04:47:09.527Z Compiling memchr v2.8.0
4342026-05-28T04:47:09.869Z Compiling stable_deref_trait v1.2.1
4352026-05-28T04:47:09.950Z Compiling zmij v1.0.21
4362026-05-28T04:47:10.072Z Compiling ucd-trie v0.1.7
4372026-05-28T04:47:10.145Z Compiling itoa v1.0.17
4382026-05-28T04:47:10.148Z Compiling thiserror v1.0.69
4392026-05-28T04:47:10.364Z Compiling autocfg v1.5.0
4402026-05-28T04:47:10.388Z Compiling pest v2.8.6
4412026-05-28T04:47:10.551Z Compiling writeable v0.6.2
4422026-05-28T04:47:10.578Z Compiling litemap v0.8.1
4432026-05-28T04:47:10.644Z Compiling icu_properties_data v2.1.2
4442026-05-28T04:47:10.746Z Compiling byteorder v1.5.0
4452026-05-28T04:47:10.768Z Compiling rustix v1.1.3
4462026-05-28T04:47:10.793Z Compiling icu_normalizer_data v2.1.1
4472026-05-28T04:47:11.026Z Compiling syn v2.0.117
4482026-05-28T04:47:11.099Z Compiling errno v0.3.14
4492026-05-28T04:47:11.117Z Compiling serde_json v1.0.149
4502026-05-28T04:47:11.313Z Compiling bitflags v2.11.0
4512026-05-28T04:47:11.488Z Compiling pest_meta v2.8.6
4522026-05-28T04:47:11.529Z Compiling num-traits v0.2.19
4532026-05-28T04:47:11.588Z Compiling equivalent v1.0.2
4542026-05-28T04:47:11.669Z Compiling typeid v1.0.3
4552026-05-28T04:47:11.684Z Compiling smallvec v1.15.1
4562026-05-28T04:47:11.888Z Compiling hashbrown v0.17.0
4572026-05-28T04:47:11.987Z Compiling thread-id v4.2.2
4582026-05-28T04:47:12.060Z Compiling usdt-impl v0.5.0
4592026-05-28T04:47:12.077Z Compiling proc-macro-error-attr v1.0.4
4602026-05-28T04:47:12.091Z Compiling winnow v0.7.14
4612026-05-28T04:47:12.256Z Compiling toml_write v0.1.2
4622026-05-28T04:47:12.272Z Compiling erased-serde v0.4.9
4632026-05-28T04:47:12.455Z Compiling indexmap v2.14.0
4642026-05-28T04:47:12.525Z Compiling syn v1.0.109
4652026-05-28T04:47:12.888Z Compiling proc-macro-error v1.0.4
4662026-05-28T04:47:13.064Z Compiling plain v0.2.3
4672026-05-28T04:47:13.080Z Compiling thiserror v2.0.18
4682026-05-28T04:47:13.094Z Compiling getrandom v0.4.1
4692026-05-28T04:47:13.176Z Compiling camino v1.2.2
4702026-05-28T04:47:13.296Z Compiling log v0.4.29
4712026-05-28T04:47:13.406Z Compiling percent-encoding v2.3.2
4722026-05-28T04:47:13.436Z Compiling utf8_iter v1.0.4
4732026-05-28T04:47:13.439Z Compiling utf8parse v0.2.2
4742026-05-28T04:47:13.530Z Compiling form_urlencoded v1.2.2
4752026-05-28T04:47:13.546Z Compiling anstyle-parse v1.0.0
4762026-05-28T04:47:13.562Z Compiling ordered-float v2.10.1
4772026-05-28T04:47:13.682Z Compiling synstructure v0.13.2
4782026-05-28T04:47:13.704Z Compiling pest_generator v2.8.6
4792026-05-28T04:47:13.822Z Compiling terminal_size v0.4.3
4802026-05-28T04:47:13.961Z Compiling pretty-hex v0.4.1
4812026-05-28T04:47:14.064Z Compiling colorchoice v1.0.4
4822026-05-28T04:47:14.100Z Compiling anstyle-query v1.1.5
4832026-05-28T04:47:14.115Z Compiling anstyle v1.0.14
4842026-05-28T04:47:14.172Z Compiling cfg-if v1.0.4
4852026-05-28T04:47:14.189Z Compiling is_terminal_polyfill v1.70.2
4862026-05-28T04:47:14.210Z Compiling serde-untagged v0.1.9
4872026-05-28T04:47:14.289Z Compiling anstream v1.0.0
4882026-05-28T04:47:14.374Z Compiling semver v1.0.28
4892026-05-28T04:47:14.415Z Compiling fs-err v3.3.0
4902026-05-28T04:47:14.448Z Compiling bytecount v0.6.9
4912026-05-28T04:47:14.598Z Compiling anyhow v1.0.102
4922026-05-28T04:47:14.618Z Compiling fnv v1.0.7
4932026-05-28T04:47:14.621Z Compiling unicode-width v0.1.14
4942026-05-28T04:47:14.762Z Compiling heck v0.4.1
4952026-05-28T04:47:14.777Z Compiling clap_lex v1.0.0
4962026-05-28T04:47:14.979Z Compiling fastrand v2.3.0
4972026-05-28T04:47:14.982Z Compiling unicode-xid v0.2.6
4982026-05-28T04:47:15.011Z Compiling heck v0.5.0
4992026-05-28T04:47:15.026Z Compiling strsim v0.11.1
5002026-05-28T04:47:15.043Z Compiling once_cell v1.21.3
5012026-05-28T04:47:15.240Z Compiling clap_builder v4.6.0
5022026-05-28T04:47:15.243Z Compiling tempfile v3.25.0
5032026-05-28T04:47:15.272Z Compiling papergrid v0.11.0
5042026-05-28T04:47:15.315Z Compiling serde_derive v1.0.228
5052026-05-28T04:47:15.334Z Compiling zerofrom-derive v0.1.6
5062026-05-28T04:47:15.372Z Compiling yoke-derive v0.8.1
5072026-05-28T04:47:15.628Z Compiling zerovec-derive v0.11.2
5082026-05-28T04:47:15.673Z Compiling displaydoc v0.2.5
5092026-05-28T04:47:16.428Z Compiling thiserror-impl v1.0.69
5102026-05-28T04:47:16.598Z Compiling zerocopy-derive v0.7.35
5112026-05-28T04:47:16.751Z Compiling zerofrom v0.1.6
5122026-05-28T04:47:16.795Z Compiling pest_derive v2.8.6
5132026-05-28T04:47:16.795Z Compiling scroll_derive v0.12.1
5142026-05-28T04:47:16.849Z Compiling yoke v0.8.1
5152026-05-28T04:47:17.032Z Compiling zerovec v0.11.5
5162026-05-28T04:47:17.143Z Compiling zerotrie v0.2.3
5172026-05-28T04:47:17.394Z Compiling zerocopy v0.7.35
5182026-05-28T04:47:17.410Z Compiling scroll v0.12.0
5192026-05-28T04:47:17.436Z Compiling thiserror-impl v2.0.18
5202026-05-28T04:47:17.542Z Compiling tinystr v0.8.2
5212026-05-28T04:47:17.679Z Compiling potential_utf v0.1.4
5222026-05-28T04:47:17.746Z Compiling icu_locale_core v2.1.1
5232026-05-28T04:47:17.749Z Compiling dtrace-parser v0.2.0
5242026-05-28T04:47:17.848Z Compiling icu_collections v2.1.1
5252026-05-28T04:47:17.939Z Compiling goblin v0.8.2
5262026-05-28T04:47:18.302Z Compiling tabled_derive v0.7.0
5272026-05-28T04:47:18.328Z Compiling clap_derive v4.6.1
5282026-05-28T04:47:18.499Z Compiling icu_provider v2.1.1
5292026-05-28T04:47:18.721Z Compiling toml_datetime v0.6.11
5302026-05-28T04:47:18.724Z Compiling serde_spanned v0.6.9
5312026-05-28T04:47:18.754Z Compiling icu_properties v2.1.2
5322026-05-28T04:47:18.758Z Compiling icu_normalizer v2.1.1
5332026-05-28T04:47:18.799Z Compiling dof v0.3.0
5342026-05-28T04:47:18.881Z Compiling serde_tokenstream v0.2.3
5352026-05-28T04:47:18.983Z Compiling toml_edit v0.22.27
5362026-05-28T04:47:19.231Z Compiling serde-value v0.7.0
5372026-05-28T04:47:19.309Z Compiling cargo-platform v0.2.0
5382026-05-28T04:47:19.328Z Compiling memmap v0.7.0
5392026-05-28T04:47:19.524Z Compiling unicode-width v0.2.0
5402026-05-28T04:47:19.573Z Compiling smawk v0.3.2
5412026-05-28T04:47:19.590Z Compiling idna_adapter v1.2.1
5422026-05-28T04:47:19.765Z Compiling idna v1.1.0
5432026-05-28T04:47:19.782Z Compiling unicode-linebreak v0.1.5
5442026-05-28T04:47:19.822Z Compiling usdt-attr-macro v0.5.0
5452026-05-28T04:47:19.840Z Compiling usdt-macro v0.5.0
5462026-05-28T04:47:19.907Z Compiling tabled v0.15.0
5472026-05-28T04:47:20.026Z Compiling textwrap v0.16.2
5482026-05-28T04:47:20.126Z Compiling url v2.5.8
5492026-05-28T04:47:20.426Z Compiling toml v0.8.23
5502026-05-28T04:47:20.493Z Compiling clap v4.6.1
5512026-05-28T04:47:20.599Z Compiling macaddr v1.0.1
5522026-05-28T04:47:20.829Z Compiling cargo-util-schemas v0.8.2
5532026-05-28T04:47:20.896Z Compiling cargo_toml v0.21.0
5542026-05-28T04:47:21.060Z Compiling camino-tempfile v1.4.1
5552026-05-28T04:47:21.170Z Compiling usdt v0.5.0
5562026-05-28T04:47:21.406Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5572026-05-28T04:47:21.425Z Compiling swrite v0.1.0
5582026-05-28T04:47:21.776Z Compiling cargo_metadata v0.21.0
5592026-05-28T04:47:22.695Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-05-28T04:47:24.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.12s
5612026-05-28T04:47:25.057Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-05-28T04:47:25.655Z Downloading crates ...
5632026-05-28T04:47:25.746Z Downloaded adler2 v2.0.1
5642026-05-28T04:47:25.753Z Downloaded ahash v0.8.12
5652026-05-28T04:47:25.763Z Downloaded aead v0.5.2
5662026-05-28T04:47:25.771Z Downloaded cfg_aliases v0.1.1
5672026-05-28T04:47:25.774Z Downloaded aes-gcm v0.10.3
5682026-05-28T04:47:25.777Z Downloaded chacha20 v0.10.0
5692026-05-28T04:47:25.779Z Downloaded dsl_auto_type v0.2.0
5702026-05-28T04:47:25.779Z Downloaded cexpr v0.6.0
5712026-05-28T04:47:25.782Z Downloaded document-features v0.2.12
5722026-05-28T04:47:25.782Z Downloaded cfg_aliases v0.2.1
5732026-05-28T04:47:25.782Z Downloaded aes v0.8.4
5742026-05-28T04:47:25.787Z Downloaded cc v1.2.56
5752026-05-28T04:47:25.787Z Downloaded dyn-clone v1.0.20
5762026-05-28T04:47:25.790Z Downloaded cipher v0.4.4
5772026-05-28T04:47:25.790Z Downloaded dirs-sys-next v0.1.2
5782026-05-28T04:47:25.793Z Downloaded bit-vec v0.6.3
5792026-05-28T04:47:25.793Z Downloaded erased-serde v0.3.31
5802026-05-28T04:47:25.793Z Downloaded darling v0.20.11
5812026-05-28T04:47:25.796Z Downloaded colored v3.1.1
5822026-05-28T04:47:25.798Z Downloaded diesel-dtrace v0.5.0
5832026-05-28T04:47:25.801Z Downloaded derive_builder v0.20.2
5842026-05-28T04:47:25.804Z Downloaded cookie_store v0.22.1
5852026-05-28T04:47:25.804Z Downloaded crc-any v2.5.0
5862026-05-28T04:47:25.807Z Downloaded crossterm v0.28.1
5872026-05-28T04:47:25.810Z Downloaded der_derive v0.7.3
5882026-05-28T04:47:25.813Z Downloaded darling_core v0.21.3
5892026-05-28T04:47:25.815Z Downloaded ecdsa v0.16.9
5902026-05-28T04:47:25.818Z Downloaded dropshot-api-manager-types v0.7.2
5912026-05-28T04:47:25.818Z Downloaded atomic-waker v1.1.2
5922026-05-28T04:47:25.821Z Downloaded convert_case v0.4.0
5932026-05-28T04:47:25.821Z Downloaded async-stream v0.3.6
5942026-05-28T04:47:25.824Z Downloaded drift v0.2.0
5952026-05-28T04:47:25.828Z Downloaded crossbeam-epoch v0.9.18
5962026-05-28T04:47:25.831Z Downloaded find-msvc-tools v0.1.9
5972026-05-28T04:47:25.833Z Downloaded bit-set v0.8.0
5982026-05-28T04:47:25.833Z Downloaded base16ct v0.2.0
5992026-05-28T04:47:25.834Z Downloaded array-init v0.0.4
6002026-05-28T04:47:25.838Z Downloaded fd-lock v4.0.4
6012026-05-28T04:47:25.838Z Downloaded diesel_table_macro_syntax v0.3.0
6022026-05-28T04:47:25.838Z Downloaded bit-set v0.5.3
6032026-05-28T04:47:25.842Z Downloaded ascii-canvas v3.0.0
6042026-05-28T04:47:25.842Z Downloaded defmt v0.3.100
6052026-05-28T04:47:25.842Z Downloaded curve25519-dalek-derive v0.1.1
6062026-05-28T04:47:25.842Z Downloaded crc8 v0.1.1
6072026-05-28T04:47:25.842Z Downloaded flagset v0.4.7
6082026-05-28T04:47:25.844Z Downloaded bitfield-macros v0.19.4
6092026-05-28T04:47:25.844Z Downloaded dunce v1.0.5
6102026-05-28T04:47:25.844Z Downloaded ciborium-ll v0.2.2
6112026-05-28T04:47:25.847Z Downloaded bcrypt-pbkdf v0.10.0
6122026-05-28T04:47:25.847Z Downloaded block-padding v0.3.3
6132026-05-28T04:47:25.847Z Downloaded downcast-rs v2.0.2
6142026-05-28T04:47:25.850Z Downloaded cargo-platform v0.3.2
6152026-05-28T04:47:25.850Z Downloaded fallible-iterator v0.2.0
6162026-05-28T04:47:25.850Z Downloaded darling_core v0.13.4
6172026-05-28T04:47:25.853Z Downloaded atomicwrites v0.4.4
6182026-05-28T04:47:25.855Z Downloaded derive_builder_macro v0.20.2
6192026-05-28T04:47:25.855Z Downloaded darling_macro v0.13.4
6202026-05-28T04:47:25.855Z Downloaded compact_str v0.8.1
6212026-05-28T04:47:25.858Z Downloaded embedded-io v0.4.0
6222026-05-28T04:47:25.861Z Downloaded elliptic-curve v0.13.8
6232026-05-28T04:47:25.861Z Downloaded atty v0.2.14
6242026-05-28T04:47:25.863Z Downloaded ctr v0.9.2
6252026-05-28T04:47:25.866Z Downloaded foreign-types-shared v0.3.1
6262026-05-28T04:47:25.866Z Downloaded castaway v0.2.4
6272026-05-28T04:47:25.866Z Downloaded compression-core v0.4.31
6282026-05-28T04:47:25.866Z Downloaded async-recursion v1.1.1
6292026-05-28T04:47:25.869Z Downloaded env_filter v1.0.0
6302026-05-28T04:47:25.872Z Downloaded defmt v1.0.1
6312026-05-28T04:47:25.874Z Downloaded diff v0.1.13
6322026-05-28T04:47:25.874Z Downloaded data-encoding v2.10.0
6332026-05-28T04:47:25.877Z Downloaded darling_macro v0.23.0
6342026-05-28T04:47:25.877Z Downloaded crunchy v0.2.4
6352026-05-28T04:47:25.877Z Downloaded fixedbitset v0.4.2
6362026-05-28T04:47:25.880Z Downloaded cobs v0.3.0
6372026-05-28T04:47:25.880Z Downloaded embedded-io v0.6.1
6382026-05-28T04:47:25.880Z Downloaded difflib v0.4.0
6392026-05-28T04:47:25.883Z Downloaded assert_matches v1.5.0
6402026-05-28T04:47:25.883Z Downloaded arrayref v0.3.9
6412026-05-28T04:47:25.885Z Downloaded globwalk v0.9.1
6422026-05-28T04:47:25.885Z Downloaded futures-task v0.3.32
6432026-05-28T04:47:25.885Z Downloaded endian-type v0.1.2
6442026-05-28T04:47:25.888Z Downloaded foreign-types v0.3.2
6452026-05-28T04:47:25.888Z Downloaded debug-ignore v1.0.5
6462026-05-28T04:47:25.888Z Downloaded bitfield-struct v0.6.2
6472026-05-28T04:47:25.891Z Downloaded darling_macro v0.21.3
6482026-05-28T04:47:25.891Z Downloaded daft v0.1.7
6492026-05-28T04:47:25.894Z Downloaded funty v2.0.0
6502026-05-28T04:47:25.894Z Downloaded foreign-types-shared v0.1.1
6512026-05-28T04:47:25.894Z Downloaded foreign-types-macros v0.2.3
6522026-05-28T04:47:25.894Z Downloaded ena v0.14.4
6532026-05-28T04:47:25.897Z Downloaded futures-io v0.3.32
6542026-05-28T04:47:25.897Z Downloaded futures-core v0.3.32
6552026-05-28T04:47:25.897Z Downloaded git-stub v1.0.0
6562026-05-28T04:47:25.900Z Downloaded ghash v0.5.1
6572026-05-28T04:47:25.900Z Downloaded convert_case v0.10.0
6582026-05-28T04:47:25.902Z Downloaded async-stream-impl v0.3.6
6592026-05-28T04:47:25.902Z Downloaded blowfish v0.9.1
6602026-05-28T04:47:25.902Z Downloaded dof v0.4.0
6612026-05-28T04:47:25.905Z Downloaded anstyle-parse v0.2.7
6622026-05-28T04:47:25.905Z Downloaded defmt-parser v1.0.0
6632026-05-28T04:47:25.908Z Downloaded const_format_proc_macros v0.2.34
6642026-05-28T04:47:25.908Z Downloaded bytes v1.11.1
6652026-05-28T04:47:25.911Z Downloaded derive-ex v0.1.8
6662026-05-28T04:47:25.913Z Downloaded cassowary v0.3.0
6672026-05-28T04:47:25.913Z Downloaded float-cmp v0.10.0
6682026-05-28T04:47:25.913Z Downloaded cmake v0.1.57
6692026-05-28T04:47:25.916Z Downloaded futures-macro v0.3.32
6702026-05-28T04:47:25.916Z Downloaded compression-codecs v0.4.37
6712026-05-28T04:47:25.919Z Downloaded float-ord v0.3.2
6722026-05-28T04:47:25.919Z Downloaded arrayvec v0.7.6
6732026-05-28T04:47:25.922Z Downloaded chacha20 v0.9.1
6742026-05-28T04:47:25.922Z Downloaded backoff v0.4.0
6752026-05-28T04:47:25.924Z Downloaded gethostname v0.5.0
6762026-05-28T04:47:25.924Z Downloaded hash32 v0.3.1
6772026-05-28T04:47:25.927Z Downloaded bb8 v0.8.6
6782026-05-28T04:47:25.927Z Downloaded expectorate v1.2.0
6792026-05-28T04:47:25.930Z Downloaded fxhash v0.2.1
6802026-05-28T04:47:25.930Z Downloaded camino-tempfile-ext v0.3.3
6812026-05-28T04:47:25.930Z Downloaded hash32 v0.2.1
6822026-05-28T04:47:25.933Z Downloaded dtrace-parser v0.3.0
6832026-05-28T04:47:25.933Z Downloaded ff v0.13.1
6842026-05-28T04:47:25.937Z Downloaded byte-wrapper v0.1.0
6852026-05-28T04:47:25.937Z Downloaded hex v0.4.3
6862026-05-28T04:47:25.939Z Downloaded ed25519 v2.2.3
6872026-05-28T04:47:25.939Z Downloaded derive_builder_core v0.20.2
6882026-05-28T04:47:25.939Z Downloaded async-trait v0.1.89
6892026-05-28T04:47:25.942Z Downloaded hex-literal v0.4.1
6902026-05-28T04:47:25.942Z Downloaded bitflags v1.3.2
6912026-05-28T04:47:25.945Z Downloaded hostname v0.4.2
6922026-05-28T04:47:25.948Z Downloaded constant_time_eq v0.4.2
6932026-05-28T04:47:25.948Z Downloaded foldhash v0.2.0
6942026-05-28T04:47:25.951Z Downloaded foldhash v0.1.5
6952026-05-28T04:47:25.951Z Downloaded home v0.5.12
6962026-05-28T04:47:25.951Z Downloaded argon2 v0.5.3
6972026-05-28T04:47:25.954Z Downloaded anstream v0.6.21
6982026-05-28T04:47:25.954Z Downloaded bitfield v0.19.4
6992026-05-28T04:47:25.957Z Downloaded base64ct v1.8.3
7002026-05-28T04:47:25.957Z Downloaded http-body v1.0.1
7012026-05-28T04:47:25.959Z Downloaded daft-derive v0.1.7
7022026-05-28T04:47:25.962Z Downloaded critical-section v1.2.0
7032026-05-28T04:47:25.962Z Downloaded futures-sink v0.3.32
7042026-05-28T04:47:25.962Z Downloaded cbc v0.1.2
7052026-05-28T04:47:25.965Z Downloaded cancel-safe-futures v0.1.5
7062026-05-28T04:47:25.968Z Downloaded hubpack_derive v0.1.1
7072026-05-28T04:47:25.968Z Downloaded http-range v0.1.5
7082026-05-28T04:47:25.968Z Downloaded crossbeam-utils v0.8.21
7092026-05-28T04:47:25.971Z Downloaded fixedbitset v0.5.7
7102026-05-28T04:47:25.971Z Downloaded filetime v0.2.27
7112026-05-28T04:47:25.974Z Downloaded defmt-macros v1.0.1
7122026-05-28T04:47:25.974Z Downloaded illumos-nvpair-sys v0.2.0
7132026-05-28T04:47:25.977Z Downloaded instant v0.1.13
7142026-05-28T04:47:25.977Z Downloaded is-terminal v0.4.17
7152026-05-28T04:47:25.979Z Downloaded hyper-tls v0.6.0
7162026-05-28T04:47:25.980Z Downloaded httpdate v1.0.3
7172026-05-28T04:47:25.980Z Downloaded illumos-nvpair v0.3.0
7182026-05-28T04:47:25.980Z Downloaded git-stub-vcs v0.1.0
7192026-05-28T04:47:25.982Z Downloaded either v1.15.0
7202026-05-28T04:47:25.982Z Downloaded console v0.16.2
7212026-05-28T04:47:25.985Z Downloaded ident_case v1.0.1
7222026-05-28T04:47:25.985Z Downloaded env_logger v0.11.9
7232026-05-28T04:47:25.988Z Downloaded blake2 v0.10.6
7242026-05-28T04:47:25.988Z Downloaded derive_more v2.1.1
7252026-05-28T04:47:25.995Z Downloaded fs_extra v1.3.0
7262026-05-28T04:47:25.997Z Downloaded indoc v1.0.9
7272026-05-28T04:47:26.000Z Downloaded is_ci v1.2.0
7282026-05-28T04:47:26.000Z Downloaded instability v0.3.11
7292026-05-28T04:47:26.003Z Downloaded inout v0.1.4
7302026-05-28T04:47:26.003Z Downloaded clang-sys v1.8.1
7312026-05-28T04:47:26.003Z Downloaded keccak v0.1.6
7322026-05-28T04:47:26.006Z Downloaded internet-checksum v0.2.1
7332026-05-28T04:47:26.006Z Downloaded der v0.7.10
7342026-05-28T04:47:26.009Z Downloaded darling v0.23.0
7352026-05-28T04:47:26.012Z Downloaded lazy_static v1.5.0
7362026-05-28T04:47:26.015Z Downloaded http-body-util v0.1.3
7372026-05-28T04:47:26.015Z Downloaded futures-channel v0.3.32
7382026-05-28T04:47:26.017Z Downloaded bit-vec v0.8.0
7392026-05-28T04:47:26.017Z Downloaded backon v1.6.0
7402026-05-28T04:47:26.020Z Downloaded lalrpop-util v0.19.12
7412026-05-28T04:47:26.023Z Downloaded hubpack v0.1.2
7422026-05-28T04:47:26.023Z Downloaded group v0.13.0
7432026-05-28T04:47:26.023Z Downloaded glob v0.3.3
7442026-05-28T04:47:26.025Z Downloaded libscf-sys v1.1.0
7452026-05-28T04:47:26.025Z Downloaded futures-executor v0.3.32
7462026-05-28T04:47:26.026Z Downloaded darling v0.13.4
7472026-05-28T04:47:26.028Z Downloaded crossbeam-deque v0.8.6
7482026-05-28T04:47:26.028Z Downloaded ingot v0.1.1
7492026-05-28T04:47:26.031Z Downloaded humantime v2.3.0
7502026-05-28T04:47:26.031Z Downloaded lru-slab v0.1.2
7512026-05-28T04:47:26.034Z Downloaded managed v0.8.0
7522026-05-28T04:47:26.034Z Downloaded lru-cache v0.1.2
7532026-05-28T04:47:26.034Z Downloaded linked-hash-map v0.5.6
7542026-05-28T04:47:26.034Z Downloaded crc32fast v1.5.0
7552026-05-28T04:47:26.037Z Downloaded lzss v0.8.2
7562026-05-28T04:47:26.037Z Downloaded maybe-uninit v2.0.0
7572026-05-28T04:47:26.040Z Downloaded nodrop v0.1.14
7582026-05-28T04:47:26.040Z Downloaded newtype-uuid-macros v0.1.0
7592026-05-28T04:47:26.043Z Downloaded maplit v1.0.2
7602026-05-28T04:47:26.043Z Downloaded newline-converter v0.3.0
7612026-05-28T04:47:26.043Z Downloaded new_debug_unreachable v1.0.6
7622026-05-28T04:47:26.043Z Downloaded memoffset v0.9.1
7632026-05-28T04:47:26.046Z Downloaded match_cfg v0.1.0
7642026-05-28T04:47:26.046Z Downloaded nibble_vec v0.1.0
7652026-05-28T04:47:26.048Z Downloaded mime v0.3.17
7662026-05-28T04:47:26.048Z Downloaded impl-trait-for-tuples v0.2.3
7672026-05-28T04:47:26.051Z Downloaded hyper-staticfile v0.10.1
7682026-05-28T04:47:26.051Z Downloaded half v1.8.3
7692026-05-28T04:47:26.054Z Downloaded des v0.8.1
7702026-05-28T04:47:26.054Z Downloaded md5 v0.7.0
7712026-05-28T04:47:26.057Z Downloaded indent_write v2.2.0
7722026-05-28T04:47:26.057Z Downloaded const-oid v0.9.6
7732026-05-28T04:47:26.059Z Downloaded multimap v0.10.1
7742026-05-28T04:47:26.059Z Downloaded globset v0.4.18
7752026-05-28T04:47:26.059Z Downloaded async-bb8-diesel v0.2.1
7762026-05-28T04:47:26.062Z Downloaded md-5 v0.10.6
7772026-05-28T04:47:26.062Z Downloaded ingot-types v0.1.2
7782026-05-28T04:47:26.065Z Downloaded indoc v2.0.7
7792026-05-28T04:47:26.065Z Downloaded kstat-rs v0.2.4
7802026-05-28T04:47:26.068Z Downloaded jobserver v0.1.34
7812026-05-28T04:47:26.068Z Downloaded ipnet v2.11.0
7822026-05-28T04:47:26.070Z Downloaded fatfs v0.3.6
7832026-05-28T04:47:26.073Z Downloaded dropshot_endpoint v0.17.0
7842026-05-28T04:47:26.076Z Downloaded libloading v0.8.9
7852026-05-28T04:47:26.076Z Downloaded arc-swap v1.8.2
7862026-05-28T04:47:26.079Z Downloaded num_threads v0.1.7
7872026-05-28T04:47:26.081Z Downloaded num-iter v0.1.45
7882026-05-28T04:47:26.081Z Downloaded num-derive v0.4.2
7892026-05-28T04:47:26.081Z Downloaded num v0.4.3
7902026-05-28T04:47:26.084Z Downloaded num-derive v0.3.3
7912026-05-28T04:47:26.084Z Downloaded num-conv v0.2.0
7922026-05-28T04:47:26.084Z Downloaded allocator-api2 v0.2.21
7932026-05-28T04:47:26.087Z Downloaded normalize-line-endings v0.3.0
7942026-05-28T04:47:26.087Z Downloaded num_enum_derive v0.5.11
7952026-05-28T04:47:26.090Z Downloaded libsw v3.5.0
7962026-05-28T04:47:26.090Z Downloaded linear-map v1.2.0
7972026-05-28T04:47:26.092Z Downloaded opaque-debug v0.3.1
7982026-05-28T04:47:26.092Z Downloaded lock_api v0.4.14
7992026-05-28T04:47:26.093Z Downloaded half v2.7.1
8002026-05-28T04:47:26.095Z Downloaded openssl-probe v0.2.1
8012026-05-28T04:47:26.095Z Downloaded ipnetwork v0.21.1
8022026-05-28T04:47:26.098Z Downloaded olpc-cjson v0.1.4
8032026-05-28T04:47:26.098Z Downloaded hyper-rustls v0.27.7
8042026-05-28T04:47:26.101Z Downloaded nonempty v0.12.0
8052026-05-28T04:47:26.101Z Downloaded derive-where v1.6.0
8062026-05-28T04:47:26.103Z Downloaded openssl-probe v0.1.6
8072026-05-28T04:47:26.106Z Downloaded openssl-macros v0.1.1
8082026-05-28T04:47:26.106Z Downloaded csv-core v0.1.13
8092026-05-28T04:47:26.106Z Downloaded iana-time-zone v0.1.65
8102026-05-28T04:47:26.109Z Downloaded ingot-macros v0.1.1
8112026-05-28T04:47:26.109Z Downloaded highway v1.3.0
8122026-05-28T04:47:26.113Z Downloaded oso-derive v0.27.3
8132026-05-28T04:47:26.113Z Downloaded nanorand v0.7.0
8142026-05-28T04:47:26.116Z Downloaded darling_core v0.20.11
8152026-05-28T04:47:26.116Z Downloaded packed_struct_codegen v0.10.1
8162026-05-28T04:47:26.119Z Downloaded flume v0.11.1
8172026-05-28T04:47:26.121Z Downloaded parse-display v0.10.0
8182026-05-28T04:47:26.121Z Downloaded const_format v0.2.35
8192026-05-28T04:47:26.139Z Downloaded parse-size v1.1.0
8202026-05-28T04:47:26.142Z Downloaded ed25519-dalek v2.2.0
8212026-05-28T04:47:26.142Z Downloaded newtype_derive v0.1.6
8222026-05-28T04:47:26.145Z Downloaded newtype-uuid v1.3.2
8232026-05-28T04:47:26.145Z Downloaded native-tls v0.2.18
8242026-05-28T04:47:26.145Z Downloaded futures v0.3.32
8252026-05-28T04:47:26.149Z Downloaded path-slash v0.1.5
8262026-05-28T04:47:26.151Z Downloaded num_enum v0.7.6
8272026-05-28T04:47:26.154Z Downloaded phf_shared v0.13.1
8282026-05-28T04:47:26.157Z Downloaded num-integer v0.1.46
8292026-05-28T04:47:26.158Z Downloaded num-complex v0.4.6
8302026-05-28T04:47:26.158Z Downloaded libsw-core v0.3.2
8312026-05-28T04:47:26.161Z Downloaded getrandom v0.3.4
8322026-05-28T04:47:26.161Z Downloaded peg-runtime v0.8.5
8332026-05-28T04:47:26.164Z Downloaded pbkdf2 v0.12.2
8342026-05-28T04:47:26.164Z Downloaded owo-colors v4.3.0
8352026-05-28T04:47:26.164Z Downloaded num-rational v0.4.2
8362026-05-28T04:47:26.167Z Downloaded multer v3.1.0
8372026-05-28T04:47:26.167Z Downloaded mime_guess v2.0.5
8382026-05-28T04:47:26.170Z Downloaded oxnet v0.1.5
8392026-05-28T04:47:26.170Z Downloaded heapless v0.7.17
8402026-05-28T04:47:26.172Z Downloaded phf_shared v0.12.1
8412026-05-28T04:47:26.173Z Downloaded phf_shared v0.11.3
8422026-05-28T04:47:26.175Z Downloaded num_enum_derive v0.7.6
8432026-05-28T04:47:26.175Z Downloaded precomputed-hash v0.1.1
8442026-05-28T04:47:26.178Z Downloaded pbkdf2 v0.11.0
8452026-05-28T04:47:26.178Z Downloaded packed_struct v0.10.1
8462026-05-28T04:47:26.178Z Downloaded num_enum v0.5.11
8472026-05-28T04:47:26.182Z Downloaded progenitor-client v0.11.2
8482026-05-28T04:47:26.184Z Downloaded proc-macro-error-attr2 v2.0.0
8492026-05-28T04:47:26.184Z Downloaded predicates-tree v1.0.13
8502026-05-28T04:47:26.184Z Downloaded headers v0.4.1
8512026-05-28T04:47:26.187Z Downloaded indexmap v1.9.3
8522026-05-28T04:47:26.190Z Downloaded parking_lot_core v0.8.6
8532026-05-28T04:47:26.192Z Downloaded darling_core v0.23.0
8542026-05-28T04:47:26.195Z Downloaded ar_archive_writer v0.5.1
8552026-05-28T04:47:26.198Z Downloaded proc-macro-crate v1.3.1
8562026-05-28T04:47:26.199Z Downloaded heapless v0.8.0
8572026-05-28T04:47:26.201Z Downloaded chacha20poly1305 v0.10.1
8582026-05-28T04:47:26.204Z Downloaded litrs v1.0.0
8592026-05-28T04:47:26.204Z Downloaded proc-macro-crate v3.4.0
8602026-05-28T04:47:26.207Z Downloaded async-compression v0.4.41
8612026-05-28T04:47:26.210Z Downloaded quick-error v1.2.3
8622026-05-28T04:47:26.213Z Downloaded progenitor-macro v0.13.0
8632026-05-28T04:47:26.213Z Downloaded progenitor-macro v0.11.2
8642026-05-28T04:47:26.213Z Downloaded progenitor-macro v0.14.0
8652026-05-28T04:47:26.215Z Downloaded progenitor-client v0.14.0
8662026-05-28T04:47:26.215Z Downloaded parse-display-derive v0.10.0
8672026-05-28T04:47:26.216Z Downloaded libbz2-rs-sys v0.2.2
8682026-05-28T04:47:26.218Z Downloaded psl-types v2.0.11
8692026-05-28T04:47:26.218Z Downloaded pin-utils v0.1.0
8702026-05-28T04:47:26.218Z Downloaded pem-rfc7468 v0.7.0
8712026-05-28T04:47:26.221Z Downloaded pem v3.0.6
8722026-05-28T04:47:26.221Z Downloaded peg-macros v0.8.5
8732026-05-28T04:47:26.224Z Downloaded peg v0.8.5
8742026-05-28T04:47:26.227Z Downloaded rand_chacha v0.3.1
8752026-05-28T04:47:26.227Z Downloaded radium v0.7.0
8762026-05-28T04:47:26.227Z Downloaded ignore v0.4.25
8772026-05-28T04:47:26.230Z Downloaded paste v1.0.15
8782026-05-28T04:47:26.233Z Downloaded password-hash v0.5.0
8792026-05-28T04:47:26.233Z Downloaded pkg-config v0.3.32
8802026-05-28T04:47:26.235Z Downloaded nu-ansi-term v0.50.3
8812026-05-28T04:47:26.235Z Downloaded omicron-zone-package v0.12.2
8822026-05-28T04:47:26.238Z Downloaded pin-project-internal v1.1.11
8832026-05-28T04:47:26.241Z Downloaded predicates v3.1.4
8842026-05-28T04:47:26.241Z Downloaded pkcs8 v0.10.2
8852026-05-28T04:47:26.245Z Downloaded ppv-lite86 v0.2.21
8862026-05-28T04:47:26.245Z Downloaded rand_xorshift v0.4.0
8872026-05-28T04:47:26.248Z Downloaded powerfmt v0.2.0
8882026-05-28T04:47:26.248Z Downloaded recursive v0.1.1
8892026-05-28T04:47:26.248Z Downloaded progenitor-client v0.13.0
8902026-05-28T04:47:26.248Z Downloaded indicatif v0.18.4
8912026-05-28T04:47:26.251Z Downloaded hickory-resolver v0.25.2
8922026-05-28T04:47:26.253Z Downloaded proc-macro-error2 v2.0.1
8932026-05-28T04:47:26.256Z Downloaded predicates-core v1.0.10
8942026-05-28T04:47:26.256Z Downloaded postgres-protocol v0.6.10
8952026-05-28T04:47:26.259Z Downloaded ref-cast v1.0.25
8962026-05-28T04:47:26.261Z Downloaded recursive-proc-macro-impl v0.1.1
8972026-05-28T04:47:26.261Z Downloaded password-hash v0.4.2
8982026-05-28T04:47:26.264Z Downloaded primeorder v0.13.6
8992026-05-28T04:47:26.264Z Downloaded hickory-resolver v0.24.4
9002026-05-28T04:47:26.267Z Downloaded rfc6979 v0.4.0
9012026-05-28T04:47:26.267Z Downloaded ref-cast-impl v1.0.25
9022026-05-28T04:47:26.272Z Downloaded bumpalo v3.20.2
9032026-05-28T04:47:26.272Z Downloaded crossbeam-channel v0.5.15
9042026-05-28T04:47:26.275Z Downloaded progenitor-extras v0.2.0
9052026-05-28T04:47:26.275Z Downloaded progenitor v0.14.0
9062026-05-28T04:47:26.275Z Downloaded progenitor v0.13.0
9072026-05-28T04:47:26.277Z Downloaded progenitor v0.11.2
9082026-05-28T04:47:26.277Z Downloaded httparse v1.10.1
9092026-05-28T04:47:26.280Z Downloaded polyval v0.6.2
9102026-05-28T04:47:26.280Z Downloaded poly1305 v0.8.0
9112026-05-28T04:47:26.283Z Downloaded rand_chacha v0.9.0
9122026-05-28T04:47:26.283Z Downloaded psm v0.1.30
9132026-05-28T04:47:26.286Z Downloaded phf v0.12.1
9142026-05-28T04:47:26.288Z Downloaded rtoolbox v0.0.3
9152026-05-28T04:47:26.288Z Downloaded rand_core v0.10.0
9162026-05-28T04:47:26.318Z Downloaded rustc_version v0.4.1
9172026-05-28T04:47:26.318Z Downloaded rustc-hash v2.1.1
9182026-05-28T04:47:26.318Z Downloaded russh-cryptovec v0.7.3
9192026-05-28T04:47:26.318Z Downloaded rand_core v0.9.5
9202026-05-28T04:47:26.318Z Downloaded oso v0.27.3
9212026-05-28T04:47:26.318Z Downloaded rand_seeder v0.4.0
9222026-05-28T04:47:26.318Z Downloaded pkcs5 v0.7.1
9232026-05-28T04:47:26.318Z Downloaded postcard v1.1.3
9242026-05-28T04:47:26.318Z Downloaded rustc_version v0.1.7
9252026-05-28T04:47:26.318Z Downloaded pkcs1 v0.7.5
9262026-05-28T04:47:26.318Z Downloaded papergrid v0.17.0
9272026-05-28T04:47:26.318Z Downloaded scheduled-thread-pool v0.2.7
9282026-05-28T04:47:26.318Z Downloaded parking_lot v0.12.5
9292026-05-28T04:47:26.318Z Downloaded p256 v0.13.2
9302026-05-28T04:47:26.318Z Downloaded miniz_oxide v0.8.9
9312026-05-28T04:47:26.318Z Downloaded flate2 v1.1.9
9322026-05-28T04:47:26.321Z Downloaded rand_core v0.6.4
9332026-05-28T04:47:26.322Z Downloaded pin-project-lite v0.2.17
9342026-05-28T04:47:26.322Z Downloaded phf v0.13.1
9352026-05-28T04:47:26.324Z Downloaded parking_lot_core v0.9.12
9362026-05-28T04:47:26.324Z Downloaded parking_lot v0.11.2
9372026-05-28T04:47:26.327Z Downloaded oxide-tokio-rt v0.1.4
9382026-05-28T04:47:26.327Z Downloaded memmap2 v0.9.10
9392026-05-28T04:47:26.330Z Downloaded same-file v1.0.6
9402026-05-28T04:47:26.330Z Downloaded scopeguard v1.2.0
9412026-05-28T04:47:26.333Z Downloaded sapling-renderdag v0.1.0
9422026-05-28T04:47:26.333Z Downloaded scroll_derive v0.13.1
9432026-05-28T04:47:26.333Z Downloaded salsa20 v0.10.2
9442026-05-28T04:47:26.333Z Downloaded base64 v0.22.1
9452026-05-28T04:47:26.336Z Downloaded base64 v0.21.7
9462026-05-28T04:47:26.338Z Downloaded libefi-sys v0.1.0
9472026-05-28T04:47:26.339Z Downloaded hmac v0.12.1
9482026-05-28T04:47:26.341Z Downloaded getrandom v0.2.17
9492026-05-28T04:47:26.344Z Downloaded secrecy v0.8.0
9502026-05-28T04:47:26.344Z Downloaded derive_more v0.99.20
9512026-05-28T04:47:26.347Z Downloaded secrecy v0.10.3
9522026-05-28T04:47:26.347Z Downloaded darling v0.21.3
9532026-05-28T04:47:26.350Z Downloaded seq-macro v0.3.6
9542026-05-28T04:47:26.352Z Downloaded serde_spanned v1.0.4
9552026-05-28T04:47:26.352Z Downloaded serde_repr v0.1.20
9562026-05-28T04:47:26.355Z Downloaded serde-big-array v0.5.1
9572026-05-28T04:47:26.355Z Downloaded minimal-lexical v0.2.1
9582026-05-28T04:47:26.358Z Downloaded r2d2 v0.8.10
9592026-05-28T04:47:26.361Z Downloaded semver v0.1.20
9602026-05-28T04:47:26.361Z Downloaded scrypt v0.11.0
9612026-05-28T04:47:26.363Z Downloaded quinn-udp v0.5.14
9622026-05-28T04:47:26.363Z Downloaded rustls-native-certs v0.8.3
9632026-05-28T04:47:26.366Z Downloaded sha1 v0.10.6
9642026-05-28T04:47:26.366Z Downloaded signal-hook-mio v0.2.5
9652026-05-28T04:47:26.369Z Downloaded postgres-types v0.2.12
9662026-05-28T04:47:26.369Z Downloaded rustls-pemfile v2.2.0
9672026-05-28T04:47:26.372Z Downloaded rustls-pemfile v1.0.4
9682026-05-28T04:47:26.372Z Downloaded serde_urlencoded v0.7.1
9692026-05-28T04:47:26.375Z Downloaded siphasher v1.0.2
9702026-05-28T04:47:26.375Z Downloaded shell-words v1.1.1
9712026-05-28T04:47:26.375Z Downloaded sigpipe v0.1.3
9722026-05-28T04:47:26.378Z Downloaded signature v2.2.0
9732026-05-28T04:47:26.378Z Downloaded signal-hook-tokio v0.3.1
9742026-05-28T04:47:26.378Z Downloaded hickory-server v0.25.2
9752026-05-28T04:47:26.380Z Downloaded jiff-static v0.2.21
9762026-05-28T04:47:26.383Z Downloaded progenitor-impl v0.11.2
9772026-05-28T04:47:26.386Z Downloaded rusty-fork v0.3.1
9782026-05-28T04:47:26.386Z Downloaded pin-project v1.1.11
9792026-05-28T04:47:26.392Z Downloaded rustversion v1.0.22
9802026-05-28T04:47:26.394Z Downloaded hashbrown v0.12.3
9812026-05-28T04:47:26.397Z Downloaded serde_plain v1.0.2
9822026-05-28T04:47:26.397Z Downloaded russh-keys v0.45.0
9832026-05-28T04:47:26.400Z Downloaded slog-envlogger v2.2.0
9842026-05-28T04:47:26.400Z Downloaded slog-bunyan v2.5.0
9852026-05-28T04:47:26.403Z Downloaded resolv-conf v0.7.6
9862026-05-28T04:47:26.403Z Downloaded openssl-sys v0.9.115
9872026-05-28T04:47:26.406Z Downloaded progenitor-impl v0.14.0
9882026-05-28T04:47:26.408Z Downloaded hyper-util v0.1.20
9892026-05-28T04:47:26.411Z Downloaded serde_path_to_error v0.1.20
9902026-05-28T04:47:26.414Z Downloaded serde-hex v0.1.0
9912026-05-28T04:47:26.414Z Downloaded ssh-encoding v0.2.0
9922026-05-28T04:47:26.416Z Downloaded sqlparser_derive v0.5.0
9932026-05-28T04:47:26.416Z Downloaded sct v0.7.1
9942026-05-28T04:47:26.419Z Downloaded ssh-cipher v0.2.0
9952026-05-28T04:47:26.419Z Downloaded http v1.4.0
9962026-05-28T04:47:26.422Z Downloaded serde_with_macros v1.5.2
9972026-05-28T04:47:26.425Z Downloaded serde_bytes v0.11.19
9982026-05-28T04:47:26.425Z Downloaded prefix-trie v0.7.0
9992026-05-28T04:47:26.427Z Downloaded sec1 v0.7.3
10002026-05-28T04:47:26.427Z Downloaded hashbrown v0.13.2
10012026-05-28T04:47:26.431Z Downloaded diesel_derives v2.3.7
10022026-05-28T04:47:26.434Z Downloaded crossterm v0.29.0
10032026-05-28T04:47:26.439Z Downloaded strsim v0.10.0
10042026-05-28T04:47:26.442Z Downloaded rustls-pki-types v1.14.0
10052026-05-28T04:47:26.442Z Downloaded slab v0.4.12
10062026-05-28T04:47:26.445Z Downloaded simd-adler32 v0.3.8
10072026-05-28T04:47:26.445Z Downloaded shlex v1.3.0
10082026-05-28T04:47:26.447Z Downloaded itertools v0.10.5
10092026-05-28T04:47:26.450Z Downloaded pretty_assertions v1.4.1
10102026-05-28T04:47:26.450Z Downloaded derive_more-impl v2.1.1
10112026-05-28T04:47:26.454Z Downloaded structmeta v0.3.0
10122026-05-28T04:47:26.457Z Downloaded scroll v0.13.0
10132026-05-28T04:47:26.457Z Downloaded strip-ansi-escapes v0.2.1
10142026-05-28T04:47:26.457Z Downloaded smf v0.2.3
10152026-05-28T04:47:26.460Z Downloaded slog-term v2.9.2
10162026-05-28T04:47:26.460Z Downloaded slog-scope v4.4.1
10172026-05-28T04:47:26.462Z Downloaded lru v0.12.5
10182026-05-28T04:47:26.462Z Downloaded cstr-argument v0.1.2
10192026-05-28T04:47:26.465Z Downloaded bzip2 v0.6.1
10202026-05-28T04:47:26.465Z Downloaded bcs v0.1.6
10212026-05-28T04:47:26.465Z Downloaded colored v2.2.0
10222026-05-28T04:47:26.471Z Downloaded cargo_metadata v0.23.1
10232026-05-28T04:47:26.471Z Downloaded sync_wrapper v1.0.2
10242026-05-28T04:47:26.471Z Downloaded supports-color v3.0.2
10252026-05-28T04:47:26.471Z Downloaded strum v0.26.3
10262026-05-28T04:47:26.476Z Downloaded snafu-derive v0.8.9
10272026-05-28T04:47:26.476Z Downloaded structmeta-derive v0.3.0
10282026-05-28T04:47:26.476Z Downloaded slog-json v2.6.1
10292026-05-28T04:47:26.479Z Downloaded sqlformat v0.3.5
10302026-05-28T04:47:26.479Z Downloaded spki v0.7.3
10312026-05-28T04:47:26.479Z Downloaded tagptr v0.2.0
10322026-05-28T04:47:26.479Z Downloaded static_assertions v1.1.0
10332026-05-28T04:47:26.481Z Downloaded hashbrown v0.16.1
10342026-05-28T04:47:26.484Z Downloaded subtle v2.6.1
10352026-05-28T04:47:26.487Z Downloaded tap v1.0.1
10362026-05-28T04:47:26.487Z Downloaded strum v0.27.2
10372026-05-28T04:47:26.487Z Downloaded smallvec v0.6.14
10382026-05-28T04:47:26.487Z Downloaded schemars_derive v0.8.22
10392026-05-28T04:47:26.490Z Downloaded tabled_derive v0.11.0
10402026-05-28T04:47:26.490Z Downloaded take_mut v0.2.2
10412026-05-28T04:47:26.493Z Downloaded hashbrown v0.15.5
10422026-05-28T04:47:26.495Z Downloaded thiserror-impl-no-std v2.0.2
10432026-05-28T04:47:26.495Z Downloaded tabwriter v1.4.1
10442026-05-28T04:47:26.498Z Downloaded testing_table v0.3.0
10452026-05-28T04:47:26.498Z Downloaded sync-ptr v0.1.4
10462026-05-28T04:47:26.498Z Downloaded slog-stdlog v4.1.1
10472026-05-28T04:47:26.498Z Downloaded ron v0.8.1
10482026-05-28T04:47:26.502Z Downloaded termtree v0.5.1
10492026-05-28T04:47:26.505Z Downloaded stacker v0.1.23
10502026-05-28T04:47:26.505Z Downloaded num-bigint v0.4.6
10512026-05-28T04:47:26.508Z Downloaded time-core v0.1.8
10522026-05-28T04:47:26.511Z Downloaded stringprep v0.1.5
10532026-05-28T04:47:26.511Z Downloaded libxml v0.3.3
10542026-05-28T04:47:26.514Z Downloaded prettyplease v0.2.37
10552026-05-28T04:47:26.516Z Downloaded tokio-macros v2.7.0
10562026-05-28T04:47:26.519Z Downloaded signal-hook-registry v1.4.8
10572026-05-28T04:47:26.519Z Downloaded tinyvec_macros v0.1.1
10582026-05-28T04:47:26.519Z Downloaded string_cache v0.8.9
10592026-05-28T04:47:26.522Z Downloaded serde_with_macros v3.17.0
10602026-05-28T04:47:26.522Z Downloaded ryu v1.0.23
10612026-05-28T04:47:26.525Z Downloaded thread-id v5.1.0
10622026-05-28T04:47:26.525Z Downloaded mio v1.2.0
10632026-05-28T04:47:26.528Z Downloaded rcgen v0.12.1
10642026-05-28T04:47:26.530Z Downloaded quinn v0.11.9
10652026-05-28T04:47:26.533Z Downloaded rayon-core v1.13.0
10662026-05-28T04:47:26.536Z Downloaded rand v0.8.6
10672026-05-28T04:47:26.538Z Downloaded serde_derive_internals v0.29.1
10682026-05-28T04:47:26.538Z Downloaded progenitor-impl v0.13.0
10692026-05-28T04:47:26.541Z Downloaded publicsuffix v2.3.0
10702026-05-28T04:47:26.544Z Downloaded strum_macros v0.24.3
10712026-05-28T04:47:26.544Z Downloaded slog-dtrace v0.3.0
10722026-05-28T04:47:26.547Z Downloaded dropshot-api-manager v0.7.2
10732026-05-28T04:47:26.550Z Downloaded slog-async v2.8.0
10742026-05-28T04:47:26.550Z Downloaded support-bundle-viewer v0.1.2
10752026-05-28T04:47:26.553Z Downloaded bzip2 v0.4.4
10762026-05-28T04:47:26.553Z Downloaded hostname v0.3.1
10772026-05-28T04:47:26.553Z Downloaded fs-err v2.11.0
10782026-05-28T04:47:26.556Z Downloaded headers-core v0.3.0
10792026-05-28T04:47:26.556Z Downloaded display-error-chain v0.2.2
10802026-05-28T04:47:26.556Z Downloaded strum_macros v0.27.2
10812026-05-28T04:47:26.558Z Downloaded spin v0.9.8
10822026-05-28T04:47:26.558Z Downloaded topological-sort v0.2.2
10832026-05-28T04:47:26.561Z Downloaded rustls-platform-verifier v0.6.2
10842026-05-28T04:47:26.564Z Downloaded termios v0.3.3
10852026-05-28T04:47:26.564Z Downloaded nom v7.1.3
10862026-05-28T04:47:27.569Z Downloaded thread_local v1.1.9
10872026-05-28T04:47:27.573Z Downloaded thiserror-no-std v2.0.2
10882026-05-28T04:47:27.573Z Downloaded signal-hook v0.3.18
10892026-05-28T04:47:27.574Z Downloaded buf-list v1.1.2
10902026-05-28T04:47:27.574Z Downloaded time-macros v0.2.27
10912026-05-28T04:47:27.574Z Downloaded tls_codec v0.4.2
10922026-05-28T04:47:27.574Z Downloaded tiny-keccak v2.0.2
10932026-05-28T04:47:27.574Z Downloaded try-lock v0.2.5
10942026-05-28T04:47:27.574Z Downloaded similar v2.7.0
10952026-05-28T04:47:27.574Z Downloaded trait-variant v0.1.2
10962026-05-28T04:47:27.574Z Downloaded aho-corasick v1.1.4
10972026-05-28T04:47:27.574Z Downloaded tokio-dtrace v0.1.1
10982026-05-28T04:47:27.574Z Downloaded socket2 v0.5.10
10992026-05-28T04:47:27.574Z Downloaded qorb v0.4.1
11002026-05-28T04:47:27.574Z Downloaded tower-service v0.3.3
11012026-05-28T04:47:27.574Z Downloaded tls_codec_derive v0.4.2
11022026-05-28T04:47:27.574Z Downloaded foreign-types v0.5.0
11032026-05-28T04:47:27.574Z Downloaded enum-as-inner v0.6.1
11042026-05-28T04:47:27.574Z Downloaded rand v0.9.2
11052026-05-28T04:47:27.574Z Downloaded deranged v0.5.8
11062026-05-28T04:47:27.574Z Downloaded rand v0.10.1
11072026-05-28T04:47:27.574Z Downloaded tokio-native-tls v0.3.1
11082026-05-28T04:47:27.575Z Downloaded strum_macros v0.26.4
11092026-05-28T04:47:27.575Z Downloaded typify-macro v0.6.2
11102026-05-28T04:47:27.575Z Downloaded schemars v0.8.22
11112026-05-28T04:47:27.575Z Downloaded universal-hash v0.5.1
11122026-05-28T04:47:27.575Z Downloaded unit-prefix v0.5.2
11132026-05-28T04:47:27.575Z Downloaded unarray v0.1.4
11142026-05-28T04:47:27.575Z Downloaded rsa v0.9.10
11152026-05-28T04:47:27.575Z Downloaded tokio-tungstenite v0.23.1
11162026-05-28T04:47:27.575Z Downloaded h2 v0.4.13
11172026-05-28T04:47:27.575Z Downloaded toml_writer v1.0.6+spec-1.1.0
11182026-05-28T04:47:27.575Z Downloaded utf-8 v0.7.6
11192026-05-28T04:47:27.575Z Downloaded usdt-attr-macro v0.6.0
11202026-05-28T04:47:27.575Z Downloaded typify-macro v0.4.3
11212026-05-28T04:47:27.575Z Downloaded unicode-truncate v1.1.0
11222026-05-28T04:47:27.575Z Downloaded untrusted v0.7.1
11232026-05-28T04:47:27.575Z Downloaded serde_yaml v0.9.34+deprecated
11242026-05-28T04:47:27.575Z Downloaded untrusted v0.9.0
11252026-05-28T04:47:27.575Z Downloaded term v1.2.1
11262026-05-28T04:47:27.575Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11272026-05-28T04:47:27.575Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11282026-05-28T04:47:27.575Z Downloaded futures-util v0.3.32
11292026-05-28T04:47:27.575Z Downloaded void v1.0.2
11302026-05-28T04:47:27.575Z Downloaded usdt-macro v0.6.0
11312026-05-28T04:47:27.575Z Downloaded num-bigint-dig v0.8.6
11322026-05-28T04:47:27.575Z Downloaded libm v0.2.16
11332026-05-28T04:47:27.575Z Downloaded tower-layer v0.3.3
11342026-05-28T04:47:27.575Z Downloaded term v0.7.0
11352026-05-28T04:47:27.575Z Downloaded waitgroup v0.1.2
11362026-05-28T04:47:27.575Z Downloaded subprocess v0.2.15
11372026-05-28T04:47:27.575Z Downloaded russh v0.45.0
11382026-05-28T04:47:27.575Z Downloaded tokio-rustls v0.24.1
11392026-05-28T04:47:27.575Z Downloaded hyper v1.8.1
11402026-05-28T04:47:27.575Z Downloaded itertools v0.12.1
11412026-05-28T04:47:27.575Z Downloaded tokio-rustls v0.26.4
11422026-05-28T04:47:27.575Z Downloaded slog v2.8.2
11432026-05-28T04:47:27.575Z Downloaded xattr v1.6.1
11442026-05-28T04:47:27.576Z Downloaded itertools v0.14.0
11452026-05-28T04:47:27.576Z Downloaded tokio-stream v0.1.18
11462026-05-28T04:47:27.576Z Downloaded schemars v0.9.0
11472026-05-28T04:47:27.576Z Downloaded rustls-webpki v0.103.9
11482026-05-28T04:47:27.576Z Downloaded schemars v1.2.1
11492026-05-28T04:47:27.576Z Downloaded xshell-macros v0.2.7
11502026-05-28T04:47:27.576Z Downloaded usdt v0.6.0
11512026-05-28T04:47:27.576Z Downloaded unicase v2.9.0
11522026-05-28T04:47:27.576Z Downloaded vergen-git2 v9.1.0
11532026-05-28T04:47:27.576Z Downloaded vergen-gitcl v1.0.8
11542026-05-28T04:47:27.576Z Downloaded zeroize_derive v1.4.3
11552026-05-28T04:47:27.576Z Downloaded uzers v0.12.2
11562026-05-28T04:47:27.576Z Downloaded zone_cfg_derive v0.3.1
11572026-05-28T04:47:27.576Z Downloaded zone v0.3.1
11582026-05-28T04:47:27.576Z Downloaded test-strategy v0.4.5
11592026-05-28T04:47:27.576Z Downloaded usdt-impl v0.6.0
11602026-05-28T04:47:27.576Z Downloaded socket2 v0.6.3
11612026-05-28T04:47:27.576Z Downloaded hkdf v0.12.4
11622026-05-28T04:47:27.576Z Downloaded p521 v0.13.3
11632026-05-28T04:47:27.576Z Downloaded toml_parser v1.0.9+spec-1.1.0
11642026-05-28T04:47:27.576Z Downloaded iri-string v0.7.10
11652026-05-28T04:47:27.576Z Downloaded want v0.3.1
11662026-05-28T04:47:27.576Z Downloaded walkdir v2.5.0
11672026-05-28T04:47:27.576Z Downloaded tracing-attributes v0.1.31
11682026-05-28T04:47:27.576Z Downloaded vergen-lib v9.1.0
11692026-05-28T04:47:27.576Z Downloaded tui-tree-widget v0.23.1
11702026-05-28T04:47:27.576Z Downloaded vsss-rs v3.3.4
11712026-05-28T04:47:27.576Z Downloaded whoami v1.6.1
11722026-05-28T04:47:27.576Z Downloaded samael v0.0.19
11732026-05-28T04:47:27.576Z Downloaded snafu v0.8.9
11742026-05-28T04:47:27.576Z Downloaded nom v8.0.0
11752026-05-28T04:47:27.576Z Downloaded whoami v2.1.0
11762026-05-28T04:47:27.576Z Downloaded wait-timeout v0.2.1
11772026-05-28T04:47:27.576Z Downloaded chrono v0.4.44
11782026-05-28T04:47:27.576Z Downloaded unicode-properties v0.1.4
11792026-05-28T04:47:27.576Z Downloaded serde_cbor v0.11.2
11802026-05-28T04:47:27.576Z Downloaded tokio-tungstenite v0.21.0
11812026-05-28T04:47:27.576Z Downloaded tokio-rustls v0.25.0
11822026-05-28T04:47:27.576Z Downloaded xshell v0.2.7
11832026-05-28T04:47:27.577Z Downloaded toml v1.0.6+spec-1.1.0
11842026-05-28T04:47:27.577Z Downloaded itertools v0.13.0
11852026-05-28T04:47:27.577Z Downloaded vergen v9.1.0
11862026-05-28T04:47:27.577Z Downloaded tar v0.4.45
11872026-05-28T04:47:27.581Z Downloaded zeroize v1.8.2
11882026-05-28T04:47:27.581Z Downloaded cpufeatures v0.3.0
11892026-05-28T04:47:27.581Z Downloaded dirs-next v2.0.0
11902026-05-28T04:47:27.581Z Downloaded darling_macro v0.20.11
11912026-05-28T04:47:27.581Z Downloaded crucible-workspace-hack v0.1.0
11922026-05-28T04:47:27.581Z Downloaded crc-catalog v2.4.0
11932026-05-28T04:47:27.581Z Downloaded crc v3.4.0
11942026-05-28T04:47:27.581Z Downloaded console v0.15.11
11952026-05-28T04:47:27.581Z Downloaded zstd-safe v7.2.4
11962026-05-28T04:47:27.581Z Downloaded zstd v0.13.3
11972026-05-28T04:47:27.581Z Downloaded crypto-bigint v0.5.5
11982026-05-28T04:47:27.581Z Downloaded iddqd v0.4.2
11992026-05-28T04:47:27.581Z Downloaded vergen-lib v0.1.6
12002026-05-28T04:47:27.581Z Downloaded tracing-core v0.1.36
12012026-05-28T04:47:27.581Z Downloaded typify v0.4.3
12022026-05-28T04:47:27.581Z Downloaded typify v0.6.2
12032026-05-28T04:47:27.581Z Downloaded tungstenite v0.23.0
12042026-05-28T04:47:27.581Z Downloaded yasna v0.5.2
12052026-05-28T04:47:27.581Z Downloaded blake3 v1.8.3
12062026-05-28T04:47:27.581Z Downloaded twox-hash v2.1.2
12072026-05-28T04:47:27.581Z Downloaded toml v0.7.8
12082026-05-28T04:47:27.581Z Downloaded tinyvec v1.10.0
12092026-05-28T04:47:27.581Z Downloaded steno v0.4.1
12102026-05-28T04:47:27.581Z Downloaded ciborium-io v0.2.2
12112026-05-28T04:47:27.581Z Downloaded cookie v0.18.1
12122026-05-28T04:47:27.581Z Downloaded ciborium v0.2.2
12132026-05-28T04:47:27.581Z Downloaded wyz v0.5.1
12142026-05-28T04:47:27.581Z Downloaded unicode-bidi v0.3.18
12152026-05-28T04:47:27.581Z Downloaded toml_edit v0.23.10+spec-1.0.0
12162026-05-28T04:47:27.581Z Downloaded rpassword v7.4.0
12172026-05-28T04:47:27.581Z Downloaded zerocopy v0.6.6
12182026-05-28T04:47:27.581Z Downloaded vte v0.14.1
12192026-05-28T04:47:27.582Z Downloaded uuid v1.23.0
12202026-05-28T04:47:27.582Z Downloaded unsafe-libyaml v0.2.11
12212026-05-28T04:47:27.582Z Downloaded tungstenite v0.21.0
12222026-05-28T04:47:27.582Z Downloaded tokio-postgres v0.7.16
12232026-05-28T04:47:27.582Z Downloaded ssh-key v0.6.7
12242026-05-28T04:47:27.582Z Downloaded rustyline v14.0.0
12252026-05-28T04:47:27.582Z Downloaded serde_with v1.14.0
12262026-05-28T04:47:27.582Z Downloaded corncobs v0.1.4
12272026-05-28T04:47:27.582Z Downloaded toml_edit v0.19.15
12282026-05-28T04:47:27.582Z Downloaded reqwest v0.12.28
12292026-05-28T04:47:27.582Z Downloaded bindgen v0.71.1
12302026-05-28T04:47:27.582Z Downloaded aws-lc-rs v1.16.3
12312026-05-28T04:47:27.582Z Downloaded p384 v0.13.1
12322026-05-28T04:47:27.582Z Downloaded rayon v1.11.0
12332026-05-28T04:47:27.582Z Downloaded yansi v1.0.1
12342026-05-28T04:47:27.583Z Downloaded zopfli v0.8.3
12352026-05-28T04:47:27.583Z Downloaded reedline v0.40.0
12362026-05-28T04:47:27.583Z Downloaded lalrpop v0.19.12
12372026-05-28T04:47:27.583Z Downloaded regex v1.12.3
12382026-05-28T04:47:27.583Z Downloaded git2 v0.20.4
12392026-05-28T04:47:27.583Z Downloaded unicode_categories v0.1.1
12402026-05-28T04:47:27.583Z Downloaded zip v0.6.6
12412026-05-28T04:47:27.583Z Downloaded portable-atomic v1.13.1
12422026-05-28T04:47:27.583Z Downloaded moka v0.12.13
12432026-05-28T04:47:27.583Z Downloaded curve25519-dalek v4.1.3
12442026-05-28T04:47:27.583Z Downloaded typed-path v0.9.3
12452026-05-28T04:47:27.583Z Downloaded tower v0.5.3
12462026-05-28T04:47:27.583Z Downloaded reqwest v0.13.2
12472026-05-28T04:47:27.583Z Downloaded bitvec v1.0.1
12482026-05-28T04:47:27.583Z Downloaded unicode-segmentation v1.12.0
12492026-05-28T04:47:27.583Z Downloaded goblin v0.10.5
12502026-05-28T04:47:27.583Z Downloaded salty v0.3.0
12512026-05-28T04:47:27.583Z Downloaded zerocopy-derive v0.8.40
12522026-05-28T04:47:27.583Z Downloaded tokio-util v0.7.18
12532026-05-28T04:47:27.583Z Downloaded zip v4.6.1
12542026-05-28T04:47:27.583Z Downloaded x509-cert v0.2.5
12552026-05-28T04:47:27.583Z Downloaded quick-xml v0.37.5
12562026-05-28T04:47:27.583Z Downloaded serde_with v3.17.0
12572026-05-28T04:47:27.583Z Downloaded tough v0.22.0
12582026-05-28T04:47:27.583Z Downloaded rustls-webpki v0.102.8
12592026-05-28T04:47:27.583Z Downloaded tower-http v0.6.8
12602026-05-28T04:47:27.583Z Downloaded proptest v1.10.0
12612026-05-28T04:47:27.583Z Downloaded unicode-normalization v0.1.25
12622026-05-28T04:47:27.583Z Downloaded object v0.30.4
12632026-05-28T04:47:27.583Z Downloaded rustls-webpki v0.101.7
12642026-05-28T04:47:27.583Z Downloaded radix_trie v0.2.1
12652026-05-28T04:47:27.583Z Downloaded quinn-proto v0.11.13
12662026-05-28T04:47:27.583Z Downloaded petname v2.0.2
12672026-05-28T04:47:27.583Z Downloaded winnow v0.5.40
12682026-05-28T04:47:27.583Z Downloaded nix v0.27.1
12692026-05-28T04:47:27.583Z Downloaded winnow v1.0.3
12702026-05-28T04:47:27.583Z Downloaded polar-core v0.27.3
12712026-05-28T04:47:27.583Z Downloaded tabled v0.20.0
12722026-05-28T04:47:27.583Z Downloaded winnow v0.6.26
12732026-05-28T04:47:27.584Z Downloaded time v0.3.47
12742026-05-28T04:47:27.584Z Downloaded dropshot v0.17.0
12752026-05-28T04:47:27.584Z Downloaded nix v0.28.0
12762026-05-28T04:47:27.584Z Downloaded smoltcp v0.9.1
12772026-05-28T04:47:27.584Z Downloaded bstr v1.12.1
12782026-05-28T04:47:27.584Z Downloaded openssl v0.10.79
12792026-05-28T04:47:27.584Z Downloaded regex-syntax v0.6.29
12802026-05-28T04:47:27.584Z Downloaded openapiv3 v2.2.0
12812026-05-28T04:47:27.584Z Downloaded zlib-rs v0.6.2
12822026-05-28T04:47:27.584Z Downloaded vcpkg v0.2.15
12832026-05-28T04:47:27.584Z Downloaded webpki-roots v1.0.6
12842026-05-28T04:47:27.584Z Downloaded regress v0.11.1
12852026-05-28T04:47:27.584Z Downloaded rustls v0.22.4
12862026-05-28T04:47:27.584Z Downloaded zerocopy v0.8.40
12872026-05-28T04:47:27.588Z Downloaded regex-syntax v0.8.10
12882026-05-28T04:47:27.588Z Downloaded object v0.37.3
12892026-05-28T04:47:27.588Z Downloaded rustix v0.38.44
12902026-05-28T04:47:27.588Z Downloaded regress v0.10.5
12912026-05-28T04:47:27.588Z Downloaded hickory-proto v0.25.2
12922026-05-28T04:47:27.588Z Downloaded rustls v0.23.37
12932026-05-28T04:47:27.588Z Downloaded smoltcp v0.11.0
12942026-05-28T04:47:27.588Z Downloaded rustls v0.21.12
12952026-05-28T04:47:27.588Z Downloaded diesel v2.3.7
12962026-05-28T04:47:27.588Z Downloaded nix v0.31.2
12972026-05-28T04:47:27.588Z Downloaded sqlparser v0.61.0
12982026-05-28T04:47:27.588Z Downloaded sled v0.34.7
12992026-05-28T04:47:27.588Z Downloaded hickory-proto v0.24.4
13002026-05-28T04:47:27.588Z Downloaded typify-impl v0.6.2
13012026-05-28T04:47:27.588Z Downloaded tracing v0.1.44
13022026-05-28T04:47:27.588Z Downloaded typify-impl v0.4.3
13032026-05-28T04:47:27.588Z Downloaded ratatui v0.29.0
13042026-05-28T04:47:27.588Z Downloaded regex-automata v0.4.14
13052026-05-28T04:47:27.588Z Downloaded bzip2-sys v0.1.13+1.0.8
13062026-05-28T04:47:27.588Z Downloaded zerocopy-derive v0.6.6
13072026-05-28T04:47:27.588Z Downloaded jiff v0.2.21
13082026-05-28T04:47:27.588Z Downloaded petgraph v0.6.5
13092026-05-28T04:47:27.588Z Downloaded petgraph v0.8.3
13102026-05-28T04:47:27.588Z Downloaded chrono-tz v0.10.4
13112026-05-28T04:47:27.588Z Downloaded csv v1.4.0
13122026-05-28T04:47:27.588Z Downloaded libz-sys v1.1.24
13132026-05-28T04:47:27.588Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13142026-05-28T04:47:27.588Z Downloaded sha3 v0.10.8
13152026-05-28T04:47:27.588Z Downloaded tokio v1.52.1
13162026-05-28T04:47:27.588Z Downloaded encoding_rs v0.8.35
13172026-05-28T04:47:27.588Z Downloaded ring v0.17.14
13182026-05-28T04:47:27.634Z Downloaded libgit2-sys v0.18.3+1.9.2
13192026-05-28T04:47:28.129Z Downloaded aws-lc-sys v0.40.0
13202026-05-28T04:47:28.380Z Compiling libc v0.2.185
13212026-05-28T04:47:28.380Z Compiling serde v1.0.228
13222026-05-28T04:47:28.383Z Compiling log v0.4.29
13232026-05-28T04:47:28.383Z Compiling shlex v1.3.0
13242026-05-28T04:47:28.383Z Compiling find-msvc-tools v0.1.9
13252026-05-28T04:47:28.384Z Compiling smallvec v1.15.1
13262026-05-28T04:47:28.384Z Compiling syn v2.0.117
13272026-05-28T04:47:28.525Z Compiling typenum v1.19.0
13282026-05-28T04:47:28.720Z Compiling generic-array v0.14.7
13292026-05-28T04:47:28.733Z Compiling subtle v2.6.1
13302026-05-28T04:47:28.781Z Compiling scopeguard v1.2.0
13312026-05-28T04:47:28.829Z Compiling const-oid v0.9.6
13322026-05-28T04:47:28.857Z Compiling serde_json v1.0.149
13332026-05-28T04:47:28.884Z Compiling lock_api v0.4.14
13342026-05-28T04:47:28.897Z Compiling zerocopy v0.8.40
13352026-05-28T04:47:28.967Z Compiling portable-atomic v1.13.1
13362026-05-28T04:47:29.102Z Compiling parking_lot_core v0.9.12
13372026-05-28T04:47:29.311Z Compiling pin-project-lite v0.2.17
13382026-05-28T04:47:29.333Z Compiling getrandom v0.2.17
13392026-05-28T04:47:29.400Z Compiling jobserver v0.1.34
13402026-05-28T04:47:29.413Z Compiling errno v0.3.14
13412026-05-28T04:47:29.475Z Compiling rand_core v0.6.4
13422026-05-28T04:47:29.519Z Compiling pkg-config v0.3.32
13432026-05-28T04:47:29.534Z Compiling signal-hook-registry v1.4.8
13442026-05-28T04:47:29.877Z Compiling cc v1.2.56
13452026-05-28T04:47:29.898Z Compiling bitflags v2.11.0
13462026-05-28T04:47:29.925Z Compiling futures-core v0.3.32
13472026-05-28T04:47:29.937Z Compiling libm v0.2.16
13482026-05-28T04:47:30.076Z Compiling critical-section v1.2.0
13492026-05-28T04:47:30.125Z Compiling parking_lot v0.12.5
13502026-05-28T04:47:30.153Z Compiling mio v1.2.0
13512026-05-28T04:47:30.166Z Compiling num-traits v0.2.19
13522026-05-28T04:47:30.185Z Compiling once_cell v1.21.3
13532026-05-28T04:47:30.294Z Compiling percent-encoding v2.3.2
13542026-05-28T04:47:30.395Z Compiling socket2 v0.6.3
13552026-05-28T04:47:30.491Z Compiling futures-sink v0.3.32
13562026-05-28T04:47:30.505Z Compiling futures-task v0.3.32
13572026-05-28T04:47:30.518Z Compiling futures-io v0.3.32
13582026-05-28T04:47:30.596Z Compiling futures-channel v0.3.32
13592026-05-28T04:47:30.624Z Compiling slab v0.4.12
13602026-05-28T04:47:30.671Z Compiling cpufeatures v0.2.17
13612026-05-28T04:47:30.685Z Compiling getrandom v0.4.1
13622026-05-28T04:47:30.748Z Compiling rand_core v0.10.0
13632026-05-28T04:47:30.799Z Compiling indexmap v2.14.0
13642026-05-28T04:47:30.813Z Compiling getrandom v0.3.4
13652026-05-28T04:47:30.825Z Compiling rustversion v1.0.22
13662026-05-28T04:47:30.915Z Compiling cmake v0.1.57
13672026-05-28T04:47:31.399Z Compiling form_urlencoded v1.2.2
13682026-05-28T04:47:31.463Z Compiling synstructure v0.13.2
13692026-05-28T04:47:31.482Z Compiling dunce v1.0.5
13702026-05-28T04:47:31.497Z Compiling fs_extra v1.3.0
13712026-05-28T04:47:31.584Z Compiling base64ct v1.8.3
13722026-05-28T04:47:31.588Z Compiling ident_case v1.0.1
13732026-05-28T04:47:31.686Z Compiling iana-time-zone v0.1.65
13742026-05-28T04:47:31.725Z Compiling flagset v0.4.7
13752026-05-28T04:47:31.763Z Compiling aws-lc-sys v0.40.0
13762026-05-28T04:47:31.833Z Compiling pem-rfc7468 v0.7.0
13772026-05-28T04:47:31.855Z Compiling regex-syntax v0.8.10
13782026-05-28T04:47:31.878Z Compiling rustix v1.1.3
13792026-05-28T04:47:31.890Z Compiling rand_core v0.9.5
13802026-05-28T04:47:32.084Z Compiling ring v0.17.14
13812026-05-28T04:47:32.100Z Compiling aws-lc-rs v1.16.3
13822026-05-28T04:47:32.142Z Compiling vcpkg v0.2.15
13832026-05-28T04:47:32.177Z Compiling uuid v1.23.0
13842026-05-28T04:47:32.385Z Compiling rustc_version v0.4.1
13852026-05-28T04:47:32.731Z Compiling tracing-core v0.1.36
13862026-05-28T04:47:32.890Z Compiling openssl-sys v0.9.115
13872026-05-28T04:47:32.905Z Compiling base64 v0.22.1
13882026-05-28T04:47:33.208Z Compiling serde_derive v1.0.228
13892026-05-28T04:47:33.228Z Compiling zeroize_derive v1.4.3
13902026-05-28T04:47:33.281Z Compiling zerofrom-derive v0.1.6
13912026-05-28T04:47:33.410Z Compiling yoke-derive v0.8.1
13922026-05-28T04:47:33.611Z Compiling zerovec-derive v0.11.2
13932026-05-28T04:47:33.873Z Compiling zeroize v1.8.2
13942026-05-28T04:47:34.202Z Compiling zerocopy-derive v0.8.40
13952026-05-28T04:47:34.555Z Compiling displaydoc v0.2.5
13962026-05-28T04:47:34.621Z Compiling crypto-common v0.1.7
13972026-05-28T04:47:34.660Z Compiling zerofrom v0.1.6
13982026-05-28T04:47:34.739Z Compiling block-buffer v0.10.4
13992026-05-28T04:47:34.804Z Compiling yoke v0.8.1
14002026-05-28T04:47:34.818Z Compiling tokio-macros v2.7.0
14012026-05-28T04:47:34.909Z Compiling digest v0.10.7
14022026-05-28T04:47:34.987Z Compiling zerovec v0.11.5
14032026-05-28T04:47:35.157Z Compiling futures-macro v0.3.32
14042026-05-28T04:47:35.331Z Compiling zerotrie v0.2.3
14052026-05-28T04:47:35.489Z Compiling tinystr v0.8.2
14062026-05-28T04:47:35.532Z Compiling potential_utf v0.1.4
14072026-05-28T04:47:35.630Z Compiling hmac v0.12.1
14082026-05-28T04:47:35.689Z Compiling icu_locale_core v2.1.1
14092026-05-28T04:47:35.692Z Compiling icu_collections v2.1.1
14102026-05-28T04:47:35.782Z Compiling block-padding v0.3.3
14112026-05-28T04:47:35.941Z Compiling inout v0.1.4
14122026-05-28T04:47:35.957Z Compiling futures-util v0.3.32
14132026-05-28T04:47:36.104Z Compiling cipher v0.4.4
14142026-05-28T04:47:36.169Z Compiling sha2 v0.10.9
14152026-05-28T04:47:36.358Z Compiling icu_provider v2.1.1
14162026-05-28T04:47:36.570Z Compiling bytes v1.11.1
14172026-05-28T04:47:36.642Z Compiling icu_properties v2.1.2
14182026-05-28T04:47:36.657Z Compiling icu_normalizer v2.1.1
14192026-05-28T04:47:36.797Z Compiling der_derive v0.7.3
14202026-05-28T04:47:37.173Z Compiling tokio v1.52.1
14212026-05-28T04:47:37.188Z Compiling http v1.4.0
14222026-05-28T04:47:37.539Z Compiling idna_adapter v1.2.1
14232026-05-28T04:47:37.660Z Compiling idna v1.1.0
14242026-05-28T04:47:37.724Z Compiling chrono v0.4.44
14252026-05-28T04:47:37.746Z Compiling der v0.7.10
14262026-05-28T04:47:38.077Z Compiling url v2.5.8
14272026-05-28T04:47:38.169Z Compiling salsa20 v0.10.2
14282026-05-28T04:47:38.299Z Compiling pbkdf2 v0.12.2
14292026-05-28T04:47:38.313Z Compiling rustls-pki-types v1.14.0
14302026-05-28T04:47:38.412Z Compiling tracing-attributes v0.1.31
14312026-05-28T04:47:38.602Z Compiling ppv-lite86 v0.2.21
14322026-05-28T04:47:38.746Z Compiling spki v0.7.3
14332026-05-28T04:47:38.848Z Compiling thiserror-impl v2.0.18
14342026-05-28T04:47:38.905Z Compiling rand_chacha v0.9.0
14352026-05-28T04:47:38.919Z Compiling scrypt v0.11.0
14362026-05-28T04:47:38.946Z Compiling http-body v1.0.1
14372026-05-28T04:47:39.078Z Compiling aes v0.8.4
14382026-05-28T04:47:39.094Z Compiling cbc v0.1.2
14392026-05-28T04:47:39.226Z Compiling untrusted v0.7.1
14402026-05-28T04:47:39.239Z Compiling openssl-probe v0.2.1
14412026-05-28T04:47:39.347Z Compiling tinyvec_macros v0.1.1
14422026-05-28T04:47:39.409Z Compiling httparse v1.10.1
14432026-05-28T04:47:39.424Z Compiling untrusted v0.9.0
14442026-05-28T04:47:39.581Z Compiling pkcs5 v0.7.1
14452026-05-28T04:47:39.734Z Compiling tracing v0.1.44
14462026-05-28T04:47:39.806Z Compiling tinyvec v1.10.0
14472026-05-28T04:47:39.996Z Compiling pest_generator v2.8.6
14482026-05-28T04:47:40.098Z Compiling rand v0.9.2
14492026-05-28T04:47:40.147Z Compiling serde_derive_internals v0.29.1
14502026-05-28T04:47:40.167Z Compiling thiserror v2.0.18
14512026-05-28T04:47:40.180Z Compiling aho-corasick v1.1.4
14522026-05-28T04:47:40.269Z Compiling try-lock v0.2.5
14532026-05-28T04:47:40.376Z Compiling rustls v0.23.37
14542026-05-28T04:47:40.548Z Compiling dyn-clone v1.0.20
14552026-05-28T04:47:40.686Z Compiling atomic-waker v1.1.2
14562026-05-28T04:47:40.689Z Compiling tower-layer v0.3.3
14572026-05-28T04:47:40.812Z Compiling schemars v0.8.22
14582026-05-28T04:47:40.856Z Compiling tower-service v0.3.3
14592026-05-28T04:47:40.882Z Compiling tokio-util v0.7.18
14602026-05-28T04:47:40.953Z Compiling pest_derive v2.8.6
14612026-05-28T04:47:41.023Z Compiling regex-automata v0.4.14
14622026-05-28T04:47:41.037Z Compiling schemars_derive v0.8.22
14632026-05-28T04:47:41.346Z Compiling want v0.3.1
14642026-05-28T04:47:41.364Z Compiling pkcs8 v0.10.2
14652026-05-28T04:47:41.662Z Compiling h2 v0.4.13
14662026-05-28T04:47:41.798Z Compiling ipnet v2.11.0
14672026-05-28T04:47:41.841Z Compiling scroll_derive v0.13.1
14682026-05-28T04:47:41.889Z Compiling darling_core v0.20.11
14692026-05-28T04:47:42.252Z Compiling pin-utils v0.1.0
14702026-05-28T04:47:42.280Z Compiling openssl v0.10.79
14712026-05-28T04:47:42.323Z Compiling foreign-types-shared v0.1.1
14722026-05-28T04:47:42.410Z Compiling httpdate v1.0.3
14732026-05-28T04:47:42.524Z Compiling tempfile v3.25.0
14742026-05-28T04:47:42.623Z Compiling foreign-types v0.3.2
14752026-05-28T04:47:42.638Z Compiling scroll v0.13.0
14762026-05-28T04:47:42.828Z Compiling unicode-normalization v0.1.25
14772026-05-28T04:47:42.901Z Compiling openssl-macros v0.1.1
14782026-05-28T04:47:43.285Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14792026-05-28T04:47:43.285Z Compiling socket2 v0.5.10
14802026-05-28T04:47:43.314Z Compiling spin v0.9.8
14812026-05-28T04:47:43.514Z Compiling native-tls v0.2.18
14822026-05-28T04:47:43.677Z Compiling powerfmt v0.2.0
14832026-05-28T04:47:43.690Z Compiling num-conv v0.2.0
14842026-05-28T04:47:43.713Z Compiling time-core v0.1.8
14852026-05-28T04:47:43.818Z Compiling crc32fast v1.5.0
14862026-05-28T04:47:43.858Z Compiling time-macros v0.2.27
14872026-05-28T04:47:43.873Z Compiling deranged v0.5.8
14882026-05-28T04:47:44.121Z Compiling darling_macro v0.20.11
14892026-05-28T04:47:44.584Z Compiling hyper v1.8.1
14902026-05-28T04:47:44.859Z Compiling darling v0.20.11
14912026-05-28T04:47:44.930Z Compiling goblin v0.10.5
14922026-05-28T04:47:44.943Z Compiling rustls-native-certs v0.8.3
14932026-05-28T04:47:45.102Z Compiling sync_wrapper v1.0.2
14942026-05-28T04:47:45.211Z Compiling wait-timeout v0.2.1
14952026-05-28T04:47:45.232Z Compiling bit-vec v0.8.0
14962026-05-28T04:47:45.462Z Compiling simd-adler32 v0.3.8
14972026-05-28T04:47:45.476Z Compiling quick-error v1.2.3
14982026-05-28T04:47:45.551Z Compiling syn v1.0.109
14992026-05-28T04:47:45.578Z Compiling usdt-impl v0.6.0
15002026-05-28T04:47:45.699Z Compiling hyper-util v0.1.20
15012026-05-28T04:47:45.779Z Compiling crossbeam-utils v0.8.21
15022026-05-28T04:47:45.851Z Compiling siphasher v1.0.2
15032026-05-28T04:47:46.038Z Compiling num_threads v0.1.7
15042026-05-28T04:47:46.060Z Compiling unicode-segmentation v1.12.0
15052026-05-28T04:47:46.135Z Compiling time v0.3.47
15062026-05-28T04:47:46.268Z Compiling rusty-fork v0.3.1
15072026-05-28T04:47:46.578Z Compiling bit-set v0.8.0
15082026-05-28T04:47:46.737Z Compiling tower v0.5.3
15092026-05-28T04:47:46.750Z Compiling derive_builder_core v0.20.2
15102026-05-28T04:47:47.202Z Compiling dtrace-parser v0.3.0
15112026-05-28T04:47:47.342Z Compiling http-body-util v0.1.3
15122026-05-28T04:47:47.403Z Compiling webpki-roots v1.0.6
15132026-05-28T04:47:47.525Z Compiling signature v2.2.0
15142026-05-28T04:47:47.585Z Compiling thiserror-impl v1.0.69
15152026-05-28T04:47:47.600Z Compiling dof v0.4.0
15162026-05-28T04:47:47.672Z Compiling scroll_derive v0.12.1
15172026-05-28T04:47:47.702Z Compiling heapless v0.7.17
15182026-05-28T04:47:47.940Z Compiling slog v2.8.2
15192026-05-28T04:47:47.953Z Compiling rand_xorshift v0.4.0
15202026-05-28T04:47:48.109Z Compiling darling_core v0.21.3
15212026-05-28T04:47:48.123Z Compiling bzip2-sys v0.1.13+1.0.8
15222026-05-28T04:47:48.316Z Compiling thread-id v5.1.0
15232026-05-28T04:47:48.389Z Compiling cookie v0.18.1
15242026-05-28T04:47:48.403Z Compiling allocator-api2 v0.2.21
15252026-05-28T04:47:48.565Z Compiling unicode-properties v0.1.4
15262026-05-28T04:47:48.714Z Compiling unarray v0.1.4
15272026-05-28T04:47:48.739Z Compiling ryu v1.0.23
15282026-05-28T04:47:48.772Z Compiling zstd-safe v7.2.4
15292026-05-28T04:47:48.805Z Compiling unicode-bidi v0.3.18
15302026-05-28T04:47:48.821Z Compiling paste v1.0.15
15312026-05-28T04:47:48.913Z Compiling signal-hook v0.3.18
15322026-05-28T04:47:48.959Z Compiling iri-string v0.7.10
15332026-05-28T04:47:49.078Z Compiling adler2 v2.0.1
15342026-05-28T04:47:49.090Z Compiling anyhow v1.0.102
15352026-05-28T04:47:49.114Z Compiling stringprep v0.1.5
15362026-05-28T04:47:49.205Z Compiling miniz_oxide v0.8.9
15372026-05-28T04:47:49.398Z Compiling serde_urlencoded v0.7.1
15382026-05-28T04:47:49.548Z Compiling thiserror v1.0.69
15392026-05-28T04:47:49.594Z Compiling proptest v1.10.0
15402026-05-28T04:47:49.850Z Compiling scroll v0.12.0
15412026-05-28T04:47:50.106Z Compiling tower-http v0.6.8
15422026-05-28T04:47:50.368Z Compiling derive_builder_macro v0.20.2
15432026-05-28T04:47:50.450Z Compiling tokio-native-tls v0.3.1
15442026-05-28T04:47:50.464Z Compiling heck v0.4.1
15452026-05-28T04:47:50.616Z Compiling ipnetwork v0.21.1
15462026-05-28T04:47:50.620Z Compiling darling_macro v0.21.3
15472026-05-28T04:47:50.680Z Compiling bstr v1.12.1
15482026-05-28T04:47:50.820Z Compiling rand_chacha v0.3.1
15492026-05-28T04:47:51.022Z Compiling serde_tokenstream v0.2.3
15502026-05-28T04:47:51.101Z Compiling serde_spanned v0.6.9
15512026-05-28T04:47:51.117Z Compiling toml_datetime v0.6.11
15522026-05-28T04:47:51.244Z Compiling erased-serde v0.3.31
15532026-05-28T04:47:51.325Z Compiling md-5 v0.10.6
15542026-05-28T04:47:51.328Z Compiling pin-project-internal v1.1.11
15552026-05-28T04:47:51.374Z Compiling async-trait v0.1.89
15562026-05-28T04:47:51.492Z Compiling zerocopy-derive v0.7.35
15572026-05-28T04:47:51.613Z Compiling curve25519-dalek v4.1.3
15582026-05-28T04:47:51.722Z Compiling vergen-lib v9.1.0
15592026-05-28T04:47:51.899Z Compiling num-integer v0.1.46
15602026-05-28T04:47:51.938Z Compiling hash32 v0.2.1
15612026-05-28T04:47:52.130Z Compiling ff v0.13.1
15622026-05-28T04:47:52.214Z Compiling memoffset v0.9.1
15632026-05-28T04:47:52.268Z Compiling encoding_rs v0.8.35
15642026-05-28T04:47:52.336Z Compiling smoltcp v0.9.1
15652026-05-28T04:47:52.364Z Compiling mime v0.3.17
15662026-05-28T04:47:52.401Z Compiling litrs v1.0.0
15672026-05-28T04:47:52.414Z Compiling fallible-iterator v0.2.0
15682026-05-28T04:47:52.622Z Compiling psl-types v2.0.11
15692026-05-28T04:47:52.663Z Compiling rustix v0.38.44
15702026-05-28T04:47:52.715Z Compiling num-bigint-dig v0.8.6
15712026-05-28T04:47:52.746Z Compiling base16ct v0.2.0
15722026-05-28T04:47:52.903Z Compiling ref-cast v1.0.25
15732026-05-28T04:47:52.906Z Compiling zlib-rs v0.6.2
15742026-05-28T04:47:52.930Z Compiling cfg_aliases v0.2.1
15752026-05-28T04:47:53.017Z Compiling nix v0.31.2
15762026-05-28T04:47:53.112Z Compiling document-features v0.2.12
15772026-05-28T04:47:53.250Z Compiling sec1 v0.7.3
15782026-05-28T04:47:53.396Z Compiling publicsuffix v2.3.0
15792026-05-28T04:47:53.535Z Compiling postgres-protocol v0.6.10
15802026-05-28T04:47:53.587Z Compiling pin-project v1.1.11
15812026-05-28T04:47:53.701Z Compiling zerocopy v0.7.35
15822026-05-28T04:47:53.776Z Compiling group v0.13.0
15832026-05-28T04:47:53.791Z Compiling num-iter v0.1.45
15842026-05-28T04:47:54.046Z Compiling newtype-uuid v1.3.2
15852026-05-28T04:47:54.228Z Compiling darling v0.21.3
15862026-05-28T04:47:54.309Z Compiling rand v0.8.6
15872026-05-28T04:47:54.323Z Compiling hubpack_derive v0.1.1
15882026-05-28T04:47:54.361Z Compiling oxnet v0.1.5
15892026-05-28T04:47:54.364Z Compiling derive_builder v0.20.2
15902026-05-28T04:47:54.449Z Compiling snafu-derive v0.8.9
15912026-05-28T04:47:54.752Z Compiling hyper-tls v0.6.0
15922026-05-28T04:47:54.798Z Compiling goblin v0.8.2
15932026-05-28T04:47:55.406Z Compiling phf_shared v0.13.1
15942026-05-28T04:47:55.625Z Compiling lazy_static v1.5.0
15952026-05-28T04:47:55.646Z Compiling regex v1.12.3
15962026-05-28T04:47:55.679Z Compiling anstyle-parse v0.2.7
15972026-05-28T04:47:55.720Z Compiling strum_macros v0.27.2
15982026-05-28T04:47:55.866Z Compiling flate2 v1.1.9
15992026-05-28T04:47:56.082Z Compiling futures-executor v0.3.32
16002026-05-28T04:47:56.123Z Compiling hex v0.4.3
16012026-05-28T04:47:56.276Z Compiling hkdf v0.12.4
16022026-05-28T04:47:56.342Z Compiling crypto-bigint v0.5.5
16032026-05-28T04:47:56.378Z Compiling terminal_size v0.4.3
16042026-05-28T04:47:56.392Z Compiling curve25519-dalek-derive v0.1.1
16052026-05-28T04:47:56.437Z Compiling daft-derive v0.1.7
16062026-05-28T04:47:56.514Z Compiling ref-cast-impl v1.0.25
16072026-05-28T04:47:57.021Z Compiling vergen v9.1.0
16082026-05-28T04:47:57.051Z Compiling fs-err v3.3.0
16092026-05-28T04:47:57.145Z Compiling cargo-platform v0.3.2
16102026-05-28T04:47:57.197Z Compiling ahash v0.8.12
16112026-05-28T04:47:57.237Z Compiling same-file v1.0.6
16122026-05-28T04:47:57.398Z Compiling bumpalo v3.20.2
16132026-05-28T04:47:57.411Z Compiling foldhash v0.1.5
16142026-05-28T04:47:57.414Z Compiling bitflags v1.3.2
16152026-05-28T04:47:57.499Z Compiling object v0.37.3
16162026-05-28T04:47:57.580Z Compiling foldhash v0.2.0
16172026-05-28T04:47:57.641Z Compiling libbz2-rs-sys v0.2.2
16182026-05-28T04:47:57.662Z Compiling winnow v0.5.40
16192026-05-28T04:47:57.764Z Compiling managed v0.8.0
16202026-05-28T04:47:57.849Z Compiling hashbrown v0.16.1
16212026-05-28T04:47:58.257Z Compiling bzip2 v0.6.1
16222026-05-28T04:47:58.331Z Compiling strum v0.27.2
16232026-05-28T04:47:58.432Z Compiling zopfli v0.8.3
16242026-05-28T04:47:58.447Z Compiling clap_builder v4.6.0
16252026-05-28T04:47:58.459Z Compiling hashbrown v0.15.5
16262026-05-28T04:47:58.519Z Compiling walkdir v2.5.0
16272026-05-28T04:47:58.762Z Compiling cargo_metadata v0.23.1
16282026-05-28T04:47:58.829Z Compiling elliptic-curve v0.13.8
16292026-05-28T04:47:58.998Z Compiling toml_edit v0.19.15
16302026-05-28T04:47:59.102Z Compiling daft v0.1.7
16312026-05-28T04:47:59.269Z Compiling dof v0.3.0
16322026-05-28T04:47:59.371Z Compiling snafu v0.8.9
16332026-05-28T04:47:59.766Z Compiling futures v0.3.32
16342026-05-28T04:47:59.852Z Compiling anstream v0.6.21
16352026-05-28T04:48:00.120Z Compiling phf v0.13.1
16362026-05-28T04:48:00.157Z Compiling signal-hook-mio v0.2.5
16372026-05-28T04:48:00.290Z Compiling cookie_store v0.22.1
16382026-05-28T04:48:00.550Z Compiling bzip2 v0.4.4
16392026-05-28T04:48:00.642Z Compiling hubpack v0.1.2
16402026-05-28T04:48:00.772Z Compiling zstd v0.13.3
16412026-05-28T04:48:00.864Z Compiling serde_with_macros v3.17.0
16422026-05-28T04:48:00.943Z Compiling postgres-types v0.2.12
16432026-05-28T04:48:01.471Z Compiling usdt-attr-macro v0.6.0
16442026-05-28T04:48:01.492Z Compiling usdt-macro v0.6.0
16452026-05-28T04:48:01.651Z Compiling globset v0.4.18
16462026-05-28T04:48:01.974Z Compiling dtrace-parser v0.2.0
16472026-05-28T04:48:02.221Z Compiling ed25519 v2.2.3
16482026-05-28T04:48:02.236Z Compiling phf_shared v0.11.3
16492026-05-28T04:48:02.236Z Compiling olpc-cjson v0.1.4
16502026-05-28T04:48:02.263Z Compiling pkcs1 v0.7.5
16512026-05-28T04:48:02.325Z Compiling clap_derive v4.6.1
16522026-05-28T04:48:02.399Z Compiling enum-as-inner v0.6.1
16532026-05-28T04:48:02.412Z Compiling strum_macros v0.26.4
16542026-05-28T04:48:02.654Z Compiling serde-big-array v0.5.1
16552026-05-28T04:48:02.717Z Compiling serde_plain v1.0.2
16562026-05-28T04:48:02.803Z Compiling rfc6979 v0.4.0
16572026-05-28T04:48:02.889Z Compiling async-recursion v1.1.1
16582026-05-28T04:48:02.910Z Compiling serde_repr v0.1.20
16592026-05-28T04:48:02.926Z Compiling pem v3.0.6
16602026-05-28T04:48:03.118Z Compiling float-cmp v0.10.0
16612026-05-28T04:48:03.242Z Compiling thread-id v4.2.2
16622026-05-28T04:48:03.298Z Compiling memmap2 v0.9.10
16632026-05-28T04:48:03.325Z Compiling env_filter v1.0.0
16642026-05-28T04:48:03.424Z Compiling whoami v2.1.0
16652026-05-28T04:48:03.477Z Compiling new_debug_unreachable v1.0.6
16662026-05-28T04:48:03.531Z Compiling data-encoding v2.10.0
16672026-05-28T04:48:03.550Z Compiling fixedbitset v0.5.7
16682026-05-28T04:48:03.631Z Compiling normalize-line-endings v0.3.0
16692026-05-28T04:48:03.728Z Compiling difflib v0.4.0
16702026-05-28T04:48:03.797Z Compiling jiff v0.2.21
16712026-05-28T04:48:03.848Z Compiling predicates-core v1.0.10
16722026-05-28T04:48:04.027Z Compiling precomputed-hash v0.1.1
16732026-05-28T04:48:04.070Z Compiling static_assertions v1.1.0
16742026-05-28T04:48:04.113Z Compiling fixedbitset v0.4.2
16752026-05-28T04:48:04.130Z Compiling typed-path v0.9.3
16762026-05-28T04:48:04.143Z Compiling keccak v0.1.6
16772026-05-28T04:48:04.209Z Compiling strum v0.26.3
16782026-05-28T04:48:04.282Z Compiling petgraph v0.6.5
16792026-05-28T04:48:04.325Z Compiling sha3 v0.10.8
16802026-05-28T04:48:04.338Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16812026-05-28T04:48:04.819Z Compiling string_cache v0.8.9
16822026-05-28T04:48:04.998Z Compiling toml_edit v0.22.27
16832026-05-28T04:48:05.050Z Compiling clap v4.6.1
16842026-05-28T04:48:05.136Z Compiling predicates v3.1.4
16852026-05-28T04:48:05.382Z Compiling hickory-proto v0.25.2
16862026-05-28T04:48:05.656Z Compiling petgraph v0.8.3
16872026-05-28T04:48:05.791Z Compiling tokio-postgres v0.7.16
16882026-05-28T04:48:05.808Z Compiling env_logger v0.11.9
16892026-05-28T04:48:06.163Z Compiling usdt v0.6.0
16902026-05-28T04:48:06.415Z Compiling zip v4.6.1
16912026-05-28T04:48:07.189Z Compiling usdt-impl v0.5.0
16922026-05-28T04:48:07.368Z Compiling ecdsa v0.16.9
16932026-05-28T04:48:07.583Z Compiling rsa v0.9.10
16942026-05-28T04:48:07.720Z Compiling ed25519-dalek v2.2.0
16952026-05-28T04:48:07.759Z Compiling crossterm v0.28.1
16962026-05-28T04:48:07.774Z Compiling serde_with v3.17.0
16972026-05-28T04:48:07.997Z Compiling zip v0.6.6
16982026-05-28T04:48:08.572Z Compiling toml v0.7.8
16992026-05-28T04:48:08.777Z Compiling iddqd v0.4.2
17002026-05-28T04:48:09.436Z Compiling toml_parser v1.0.9+spec-1.1.0
17012026-05-28T04:48:09.436Z Compiling similar v2.7.0
17022026-05-28T04:48:09.464Z Compiling crossbeam-epoch v0.9.18
17032026-05-28T04:48:09.817Z Compiling tokio-stream v0.1.18
17042026-05-28T04:48:10.060Z Compiling buf-list v1.1.2
17052026-05-28T04:48:10.076Z Compiling x509-cert v0.2.5
17062026-05-28T04:48:10.104Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17072026-05-28T04:48:10.289Z Compiling openapiv3 v2.2.0
17082026-05-28T04:48:10.318Z Compiling sha1 v0.10.6
17092026-05-28T04:48:10.339Z Compiling either v1.15.0
17102026-05-28T04:48:10.406Z Compiling lalrpop-util v0.19.12
17112026-05-28T04:48:10.545Z Compiling peg-runtime v0.8.5
17122026-05-28T04:48:10.558Z Compiling thread_local v1.1.9
17132026-05-28T04:48:10.598Z Compiling slog-async v2.8.0
17142026-05-28T04:48:10.806Z Compiling crossbeam-channel v0.5.15
17152026-05-28T04:48:10.823Z Compiling is-terminal v0.4.17
17162026-05-28T04:48:10.906Z Compiling filetime v0.2.27
17172026-05-28T04:48:10.920Z Compiling xattr v1.6.1
17182026-05-28T04:48:10.923Z Compiling term v1.2.1
17192026-05-28T04:48:11.075Z Compiling take_mut v0.2.2
17202026-05-28T04:48:11.089Z Compiling tar v0.4.45
17212026-05-28T04:48:11.249Z Compiling slog-term v2.9.2
17222026-05-28T04:48:21.274Z Compiling rustls-webpki v0.103.9
17232026-05-28T04:48:24.078Z Compiling tokio-rustls v0.26.4
17242026-05-28T04:48:24.079Z Compiling rustls-platform-verifier v0.6.2
17252026-05-28T04:48:24.275Z Compiling hyper-rustls v0.27.7
17262026-05-28T04:48:24.485Z Compiling reqwest v0.12.28
17272026-05-28T04:48:24.485Z Compiling reqwest v0.13.2
17282026-05-28T04:48:25.746Z Compiling tough v0.22.0
17292026-05-28T04:48:28.274Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-05-28T04:48:28.522Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-05-28T04:48:31.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17322026-05-28T04:48:31.509Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17332026-05-28T04:48:31.565ZMay 28 04:48:30.143 INFO Starting download, target: Cockroach
17342026-05-28T04:48:31.565ZMay 28 04:48:30.144 INFO Starting download, target: Console
17352026-05-28T04:48:31.565ZMay 28 04:48:30.144 INFO Starting download, target: Clickhouse
17362026-05-28T04:48:31.565ZMay 28 04:48:30.144 INFO Starting download, target: DendriteStub
17372026-05-28T04:48:31.568ZMay 28 04:48:30.144 INFO Starting download, target: MaghemiteMgd
17382026-05-28T04:48:31.568ZMay 28 04:48:30.144 INFO Starting download, target: MaghemiteDdmd
17392026-05-28T04:48:31.568ZMay 28 04:48:30.144 INFO Starting download, target: TransceiverControl
17402026-05-28T04:48:31.568ZMay 28 04:48:30.144 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17412026-05-28T04:48:31.569ZMay 28 04:48:30.144 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17422026-05-28T04:48:31.569ZMay 28 04:48:30.144 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17432026-05-28T04:48:31.569ZMay 28 04:48:30.144 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17442026-05-28T04:48:31.569ZMay 28 04:48:30.144 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17452026-05-28T04:48:31.569ZMay 28 04:48:30.144 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17462026-05-28T04:48:31.569ZMay 28 04:48:30.144 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17472026-05-28T04:48:32.188ZMay 28 04:48:30.758 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17482026-05-28T04:48:32.398ZMay 28 04:48:30.963 INFO Download complete, target: TransceiverControl
17492026-05-28T04:48:32.600ZMay 28 04:48:31.157 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17502026-05-28T04:48:32.811ZMay 28 04:48:31.384 INFO Download complete, target: Console
17512026-05-28T04:48:33.766ZMay 28 04:48:32.339 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17522026-05-28T04:48:34.234ZMay 28 04:48:32.793 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17532026-05-28T04:48:34.603ZMay 28 04:48:33.182 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17542026-05-28T04:48:34.849ZMay 28 04:48:33.427 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17552026-05-28T04:48:35.180ZMay 28 04:48:33.758 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17562026-05-28T04:48:35.180ZMay 28 04:48:33.759 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17572026-05-28T04:48:36.141ZMay 28 04:48:34.720 INFO Download complete, target: MaghemiteDdmd
17582026-05-28T04:48:37.327ZMay 28 04:48:35.867 INFO Download complete, target: DendriteStub
17592026-05-28T04:48:37.403ZMay 28 04:48:35.979 INFO Download complete, target: MaghemiteMgd
17602026-05-28T04:48:39.804ZMay 28 04:48:38.379 INFO Checking that binary works, target: Cockroach
17612026-05-28T04:48:39.948ZMay 28 04:48:38.497 INFO Download complete, target: Cockroach
17622026-05-28T04:48:40.522ZMay 28 04:48:39.092 INFO Checking that binary works, target: Clickhouse
17632026-05-28T04:48:40.650ZMay 28 04:48:39.225 INFO Download complete, target: Clickhouse
17642026-05-28T04:48:40.684ZAll builder prerequisites installed successfully, and PATH looks valid
17652026-05-28T04:48:40.708Z
17662026-05-28T04:48:40.708Zreal 2:17.418306314
17672026-05-28T04:48:40.708Zuser 6:56.928502090
17682026-05-28T04:48:40.708Zsys 1:23.729074662
17692026-05-28T04:48:40.708Ztrap 0.234210259
17702026-05-28T04:48:40.708Ztflt 0.677190234
17712026-05-28T04:48:40.708Zdflt 0.635395745
17722026-05-28T04:48:40.708Zkflt 0.023028161
17732026-05-28T04:48:40.708Zlock 21:32.918518831
17742026-05-28T04:48:40.708Zslp 21:18.773058177
17752026-05-28T04:48:40.708Zlat 44.384666446
17762026-05-28T04:48:40.708Zstop 1:52.774982767
17772026-05-28T04:48:40.709Z+ banner hack-check
17782026-05-28T04:48:40.709Z
17792026-05-28T04:48:40.709Z # # ## #### # # #### # # ###### #### # #
17802026-05-28T04:48:40.709Z # # # # # # # # # # # # # # # # #
17812026-05-28T04:48:40.709Z ###### # # # #### ##### # ###### ##### # ####
17822026-05-28T04:48:40.709Z # # ###### # # # # # # # # # #
17832026-05-28T04:48:40.709Z # # # # # # # # # # # # # # # # #
17842026-05-28T04:48:40.709Z # # # # #### # # #### # # ###### #### # #
17852026-05-28T04:48:40.709Z
17862026-05-28T04:48:40.709Z+ export CARGO_INCREMENTAL=0
17872026-05-28T04:48:40.709Z+ CARGO_INCREMENTAL=0
17882026-05-28T04:48:40.709Z+ ptime -m timeout 2h cargo xtask check-features --ci
17892026-05-28T04:48:41.276Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17902026-05-28T04:48:41.464Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17912026-05-28T04:48:43.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
17922026-05-28T04:48:43.383Z Running `target/debug/xtask check-features --ci`
17932026-05-28T04:48:43.411Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17942026-05-28T04:48:43.411Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17952026-05-28T04:48:43.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17962026-05-28T04:48:43.948Z Running `target/debug/xtask download cargo-hack`
17972026-05-28T04:48:44.762Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17982026-05-28T04:48:45.079Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17992026-05-28T04:48:47.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s
18002026-05-28T04:48:47.816Z Running `target/debug/xtask-downloader cargo-hack`
18012026-05-28T04:48:47.858ZMay 28 04:48:46.437 INFO Starting download, target: CargoHack
18022026-05-28T04:48:47.862ZMay 28 04:48:46.437 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18032026-05-28T04:48:48.595ZMay 28 04:48:47.174 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18042026-05-28T04:48:48.643ZMay 28 04:48:47.222 INFO Download complete, target: CargoHack
18052026-05-28T04:48:48.647Zrunning: "/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"
18062026-05-28T04:48:48.661Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18072026-05-28T04:48:48.816Zinfo: running `cargo check --bins` on api_identity (1/298)
18082026-05-28T04:48:49.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-28T04:48:49.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-28T04:48:49.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-28T04:48:49.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18122026-05-28T04:48:49.432Z
18132026-05-28T04:48:49.432Zinfo: running `cargo check --bins` on bootstore (2/298)
18142026-05-28T04:48:49.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-28T04:48:49.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-28T04:48:49.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-28T04:48:49.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18182026-05-28T04:48:50.046Z
18192026-05-28T04:48:50.046Zinfo: running `cargo check --bins` on omicron-ledger (3/298)
18202026-05-28T04:48:50.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-28T04:48:50.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-28T04:48:50.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-28T04:48:50.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18242026-05-28T04:48:50.650Z
18252026-05-28T04:48:50.650Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/298)
18262026-05-28T04:48:51.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-28T04:48:51.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-28T04:48:51.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-28T04:48:51.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18302026-05-28T04:48:51.261Z
18312026-05-28T04:48:51.261Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/298)
18322026-05-28T04:48:51.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-28T04:48:51.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-28T04:48:51.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-28T04:48:51.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18362026-05-28T04:48:51.869Z
18372026-05-28T04:48:51.869Zinfo: running `cargo check --bins` on omicron-certificates (6/298)
18382026-05-28T04:48:52.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-28T04:48:52.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-28T04:48:52.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-28T04:48:52.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18422026-05-28T04:48:52.502Z
18432026-05-28T04:48:52.502Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/298)
18442026-05-28T04:48:53.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-28T04:48:53.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-28T04:48:53.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-28T04:48:53.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18482026-05-28T04:48:53.119Z
18492026-05-28T04:48:53.119Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/298)
18502026-05-28T04:48:53.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-28T04:48:53.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-28T04:48:53.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-28T04:48:53.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18542026-05-28T04:48:53.751Z
18552026-05-28T04:48:53.751Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/298)
18562026-05-28T04:48:54.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-28T04:48:54.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-28T04:48:54.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-28T04:48:54.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18602026-05-28T04:48:54.251Z
18612026-05-28T04:48:54.251Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/298)
18622026-05-28T04:48:54.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-28T04:48:54.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-28T04:48:54.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-28T04:48:54.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18662026-05-28T04:48:54.749Z
18672026-05-28T04:48:54.749Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/298)
18682026-05-28T04:48:55.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-28T04:48:55.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-28T04:48:55.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-28T04:48:55.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18722026-05-28T04:48:55.241Z
18732026-05-28T04:48:55.241Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/298)
18742026-05-28T04:48:55.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-28T04:48:55.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-28T04:48:55.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-28T04:48:55.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18782026-05-28T04:48:55.737Z
18792026-05-28T04:48:55.738Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/298)
18802026-05-28T04:48:56.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-28T04:48:56.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-28T04:48:56.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-28T04:48:56.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18842026-05-28T04:48:56.219Z
18852026-05-28T04:48:56.219Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/298)
18862026-05-28T04:48:56.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-28T04:48:56.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-28T04:48:56.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-28T04:48:56.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18902026-05-28T04:48:56.708Z
18912026-05-28T04:48:56.708Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/298)
18922026-05-28T04:48:57.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-28T04:48:57.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-28T04:48:57.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-28T04:48:57.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18962026-05-28T04:48:57.198Z
18972026-05-28T04:48:57.198Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/298)
18982026-05-28T04:48:57.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-28T04:48:57.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-28T04:48:57.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-28T04:48:57.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19022026-05-28T04:48:57.694Z
19032026-05-28T04:48:57.694Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/298)
19042026-05-28T04:48:58.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-28T04:48:58.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-28T04:48:58.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-28T04:48:58.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19082026-05-28T04:48:58.188Z
19092026-05-28T04:48:58.188Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/298)
19102026-05-28T04:48:58.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-28T04:48:58.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-28T04:48:58.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-28T04:48:58.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19142026-05-28T04:48:58.680Z
19152026-05-28T04:48:58.680Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/298)
19162026-05-28T04:48:59.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-28T04:48:59.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-28T04:48:59.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-28T04:48:59.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19202026-05-28T04:48:59.174Z
19212026-05-28T04:48:59.174Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/298)
19222026-05-28T04:48:59.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-28T04:48:59.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-28T04:48:59.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-28T04:48:59.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19262026-05-28T04:48:59.668Z
19272026-05-28T04:48:59.668Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/298)
19282026-05-28T04:49:00.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-28T04:49:00.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-28T04:49:00.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-28T04:49:00.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19322026-05-28T04:49:00.163Z
19332026-05-28T04:49:00.163Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/298)
19342026-05-28T04:49:00.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-28T04:49:00.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-28T04:49:00.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-28T04:49:00.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19382026-05-28T04:49:00.654Z
19392026-05-28T04:49:00.654Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/298)
19402026-05-28T04:49:01.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-28T04:49:01.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-28T04:49:01.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-28T04:49:01.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19442026-05-28T04:49:01.141Z
19452026-05-28T04:49:01.141Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/298)
19462026-05-28T04:49:01.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-28T04:49:01.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-28T04:49:01.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-28T04:49:01.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19502026-05-28T04:49:01.637Z
19512026-05-28T04:49:01.637Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/298)
19522026-05-28T04:49:02.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-28T04:49:02.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-28T04:49:02.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-28T04:49:02.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19562026-05-28T04:49:02.127Z
19572026-05-28T04:49:02.127Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/298)
19582026-05-28T04:49:02.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-28T04:49:02.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-28T04:49:02.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-28T04:49:02.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19622026-05-28T04:49:02.621Z
19632026-05-28T04:49:02.621Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/298)
19642026-05-28T04:49:03.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-28T04:49:03.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-28T04:49:03.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-28T04:49:03.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19682026-05-28T04:49:03.113Z
19692026-05-28T04:49:03.113Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/298)
19702026-05-28T04:49:03.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-28T04:49:03.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-28T04:49:03.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-28T04:49:03.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19742026-05-28T04:49:03.599Z
19752026-05-28T04:49:03.599Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/298)
19762026-05-28T04:49:04.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-28T04:49:04.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-28T04:49:04.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-28T04:49:04.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19802026-05-28T04:49:04.087Z
19812026-05-28T04:49:04.087Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/298)
19822026-05-28T04:49:04.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-28T04:49:04.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-28T04:49:04.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-28T04:49:04.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19862026-05-28T04:49:04.577Z
19872026-05-28T04:49:04.577Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/298)
19882026-05-28T04:49:05.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-28T04:49:05.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-28T04:49:05.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-28T04:49:05.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19922026-05-28T04:49:05.072Z
19932026-05-28T04:49:05.072Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/298)
19942026-05-28T04:49:05.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-28T04:49:05.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-28T04:49:05.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-28T04:49:05.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19982026-05-28T04:49:05.560Z
19992026-05-28T04:49:05.560Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/298)
20002026-05-28T04:49:05.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-28T04:49:05.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-28T04:49:05.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-28T04:49:05.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20042026-05-28T04:49:06.048Z
20052026-05-28T04:49:06.048Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/298)
20062026-05-28T04:49:06.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-28T04:49:06.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-28T04:49:06.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-28T04:49:06.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20102026-05-28T04:49:06.533Z
20112026-05-28T04:49:06.533Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/298)
20122026-05-28T04:49:06.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-28T04:49:06.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-28T04:49:06.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-28T04:49:06.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20162026-05-28T04:49:07.020Z
20172026-05-28T04:49:07.020Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/298)
20182026-05-28T04:49:07.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-28T04:49:07.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-28T04:49:07.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-28T04:49:07.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20222026-05-28T04:49:07.508Z
20232026-05-28T04:49:07.508Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/298)
20242026-05-28T04:49:07.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-28T04:49:07.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-28T04:49:07.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-28T04:49:07.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20282026-05-28T04:49:07.999Z
20292026-05-28T04:49:08.000Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/298)
20302026-05-28T04:49:08.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-28T04:49:08.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-28T04:49:08.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-28T04:49:08.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20342026-05-28T04:49:08.486Z
20352026-05-28T04:49:08.486Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/298)
20362026-05-28T04:49:08.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-28T04:49:08.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-28T04:49:08.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-28T04:49:08.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20402026-05-28T04:49:08.973Z
20412026-05-28T04:49:08.973Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/298)
20422026-05-28T04:49:09.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-28T04:49:09.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-28T04:49:09.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-28T04:49:09.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20462026-05-28T04:49:09.468Z
20472026-05-28T04:49:09.468Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/298)
20482026-05-28T04:49:09.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-28T04:49:09.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-28T04:49:09.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-28T04:49:09.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20522026-05-28T04:49:09.961Z
20532026-05-28T04:49:09.961Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/298)
20542026-05-28T04:49:10.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-28T04:49:10.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-28T04:49:10.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-28T04:49:10.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20582026-05-28T04:49:10.451Z
20592026-05-28T04:49:10.451Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/298)
20602026-05-28T04:49:10.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-28T04:49:10.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-28T04:49:10.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-28T04:49:10.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20642026-05-28T04:49:10.937Z
20652026-05-28T04:49:10.937Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/298)
20662026-05-28T04:49:11.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-28T04:49:11.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-28T04:49:11.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-28T04:49:11.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20702026-05-28T04:49:11.423Z
20712026-05-28T04:49:11.424Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/298)
20722026-05-28T04:49:11.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-28T04:49:11.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-28T04:49:11.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-28T04:49:11.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20762026-05-28T04:49:11.911Z
20772026-05-28T04:49:11.911Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/298)
20782026-05-28T04:49:12.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-28T04:49:12.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-28T04:49:12.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-28T04:49:12.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20822026-05-28T04:49:12.403Z
20832026-05-28T04:49:12.404Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/298)
20842026-05-28T04:49:12.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-28T04:49:12.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-28T04:49:12.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-28T04:49:12.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20882026-05-28T04:49:12.895Z
20892026-05-28T04:49:12.895Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/298)
20902026-05-28T04:49:13.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-28T04:49:13.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-28T04:49:13.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-28T04:49:13.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20942026-05-28T04:49:13.385Z
20952026-05-28T04:49:13.385Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/298)
20962026-05-28T04:49:13.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-28T04:49:13.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-28T04:49:13.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-28T04:49:13.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21002026-05-28T04:49:14.045Z
21012026-05-28T04:49:14.046Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/298)
21022026-05-28T04:49:14.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-28T04:49:14.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-28T04:49:14.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-28T04:49:14.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21062026-05-28T04:49:14.711Z
21072026-05-28T04:49:14.712Zinfo: running `cargo check --bins` on nexus-config (51/298)
21082026-05-28T04:49:15.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-28T04:49:15.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-28T04:49:15.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-28T04:49:15.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21122026-05-28T04:49:15.373Z
21132026-05-28T04:49:15.373Zinfo: running `cargo check --bins` on nexus-types (52/298)
21142026-05-28T04:49:15.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-28T04:49:15.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-28T04:49:15.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-28T04:49:15.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21182026-05-28T04:49:16.037Z
21192026-05-28T04:49:16.037Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/298)
21202026-05-28T04:49:16.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-28T04:49:16.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-28T04:49:16.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-28T04:49:16.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21242026-05-28T04:49:16.661Z
21252026-05-28T04:49:16.661Zinfo: running `cargo check --bins` on omicron-passwords (54/298)
21262026-05-28T04:49:17.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-28T04:49:17.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-28T04:49:17.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-28T04:49:17.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-05-28T04:49:17.262Z
21312026-05-28T04:49:17.262Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/298)
21322026-05-28T04:49:17.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-28T04:49:17.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-28T04:49:17.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-28T04:49:17.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21362026-05-28T04:49:17.883Z
21372026-05-28T04:49:17.883Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/298)
21382026-05-28T04:49:18.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-28T04:49:18.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-28T04:49:18.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-28T04:49:18.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21422026-05-28T04:49:18.501Z
21432026-05-28T04:49:18.501Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/298)
21442026-05-28T04:49:19.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-28T04:49:19.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-28T04:49:19.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-28T04:49:19.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21482026-05-28T04:49:19.123Z
21492026-05-28T04:49:19.125Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/298)
21502026-05-28T04:49:19.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-28T04:49:19.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-28T04:49:19.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-28T04:49:19.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21542026-05-28T04:49:19.749Z
21552026-05-28T04:49:19.749Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/298)
21562026-05-28T04:49:20.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-28T04:49:20.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-28T04:49:20.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-28T04:49:20.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21602026-05-28T04:49:20.355Z
21612026-05-28T04:49:20.355Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/298)
21622026-05-28T04:49:20.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-28T04:49:20.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-28T04:49:20.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-28T04:49:20.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21662026-05-28T04:49:20.964Z
21672026-05-28T04:49:20.965Zinfo: running `cargo check --bins --no-default-features` on gfss (61/298)
21682026-05-28T04:49:21.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-28T04:49:21.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-28T04:49:21.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-28T04:49:21.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-05-28T04:49:21.566Z
21732026-05-28T04:49:21.566Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/298)
21742026-05-28T04:49:22.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-28T04:49:22.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-28T04:49:22.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-28T04:49:22.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-05-28T04:49:22.170Z
21792026-05-28T04:49:22.170Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/298)
21802026-05-28T04:49:22.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-28T04:49:22.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-28T04:49:22.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-28T04:49:22.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21842026-05-28T04:49:22.792Z
21852026-05-28T04:49:22.793Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/298)
21862026-05-28T04:49:23.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-28T04:49:23.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-28T04:49:23.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-28T04:49:23.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21902026-05-28T04:49:23.413Z
21912026-05-28T04:49:23.413Zinfo: running `cargo check --bins` on cockroach-admin-types (65/298)
21922026-05-28T04:49:23.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-28T04:49:23.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-28T04:49:23.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-28T04:49:23.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962026-05-28T04:49:24.013Z
21972026-05-28T04:49:24.013Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/298)
21982026-05-28T04:49:24.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-28T04:49:24.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-28T04:49:24.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-28T04:49:24.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22022026-05-28T04:49:24.619Z
22032026-05-28T04:49:24.619Zinfo: running `cargo check --bins` on ereport-types (67/298)
22042026-05-28T04:49:25.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-28T04:49:25.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-28T04:49:25.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-28T04:49:25.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22082026-05-28T04:49:25.234Z
22092026-05-28T04:49:25.234Zinfo: running `cargo check --bins` on gateway-client (68/298)
22102026-05-28T04:49:25.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-28T04:49:25.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-28T04:49:25.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-28T04:49:25.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22142026-05-28T04:49:25.854Z
22152026-05-28T04:49:25.854Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/298)
22162026-05-28T04:49:26.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-28T04:49:26.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-28T04:49:26.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-28T04:49:26.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22202026-05-28T04:49:26.460Z
22212026-05-28T04:49:26.460Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/298)
22222026-05-28T04:49:26.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-28T04:49:26.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-28T04:49:26.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-28T04:49:26.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22262026-05-28T04:49:27.067Z
22272026-05-28T04:49:27.067Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/298)
22282026-05-28T04:49:27.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-28T04:49:27.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-28T04:49:27.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-28T04:49:27.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22322026-05-28T04:49:27.681Z
22332026-05-28T04:49:27.681Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/298)
22342026-05-28T04:49:28.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-28T04:49:28.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-28T04:49:28.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-28T04:49:28.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22382026-05-28T04:49:28.298Z
22392026-05-28T04:49:28.298Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/298)
22402026-05-28T04:49:28.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-28T04:49:28.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-28T04:49:28.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-28T04:49:28.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22442026-05-28T04:49:28.936Z
22452026-05-28T04:49:28.936Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/298)
22462026-05-28T04:49:29.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-28T04:49:29.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-28T04:49:29.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-05-28T04:49:29.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22502026-05-28T04:49:29.568Z
22512026-05-28T04:49:29.568Zinfo: running `cargo check --bins` on key-manager-types (75/298)
22522026-05-28T04:49:30.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-05-28T04:49:30.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-05-28T04:49:30.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-05-28T04:49:30.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22562026-05-28T04:49:30.171Z
22572026-05-28T04:49:30.172Zinfo: running `cargo check --bins` on oxlog (76/298)
22582026-05-28T04:49:30.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-05-28T04:49:30.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-05-28T04:49:30.802Z Checking cfg-if v1.0.4
22612026-05-28T04:49:30.805Z Checking libc v0.2.185
22622026-05-28T04:49:30.805Z Checking serde_core v1.0.228
22632026-05-28T04:49:30.927Z Checking zeroize v1.8.2
22642026-05-28T04:49:30.935Z Checking memchr v2.8.0
22652026-05-28T04:49:30.944Z Checking log v0.4.29
22662026-05-28T04:49:30.952Z Checking smallvec v1.15.1
22672026-05-28T04:49:30.964Z Checking typenum v1.19.0
22682026-05-28T04:49:30.974Z Checking subtle v2.6.1
22692026-05-28T04:49:31.066Z Checking itoa v1.0.17
22702026-05-28T04:49:31.099Z Checking scopeguard v1.2.0
22712026-05-28T04:49:31.119Z Checking stable_deref_trait v1.2.1
22722026-05-28T04:49:31.131Z Checking const-oid v0.9.6
22732026-05-28T04:49:31.193Z Checking zerofrom v0.1.6
22742026-05-28T04:49:31.205Z Checking lock_api v0.4.14
22752026-05-28T04:49:31.218Z Checking pin-project-lite v0.2.17
22762026-05-28T04:49:31.305Z Checking yoke v0.8.1
22772026-05-28T04:49:31.317Z Checking getrandom v0.2.17
22782026-05-28T04:49:31.320Z Checking errno v0.3.14
22792026-05-28T04:49:31.336Z Checking parking_lot_core v0.9.12
22802026-05-28T04:49:31.398Z Checking portable-atomic v1.13.1
22812026-05-28T04:49:31.433Z Checking signal-hook-registry v1.4.8
22822026-05-28T04:49:31.454Z Checking rand_core v0.6.4
22832026-05-28T04:49:31.464Z Checking zerovec v0.11.5
22842026-05-28T04:49:31.474Z Checking generic-array v0.14.7
22852026-05-28T04:49:31.512Z Checking critical-section v1.2.0
22862026-05-28T04:49:31.589Z Checking futures-core v0.3.32
22872026-05-28T04:49:31.608Z Checking parking_lot v0.12.5
22882026-05-28T04:49:31.623Z Checking mio v1.2.0
22892026-05-28T04:49:31.706Z Checking zerocopy v0.8.40
22902026-05-28T04:49:31.791Z Checking zmij v1.0.21
22912026-05-28T04:49:31.803Z Checking once_cell v1.21.3
22922026-05-28T04:49:31.814Z Checking socket2 v0.6.3
22932026-05-28T04:49:31.880Z Checking tinystr v0.8.2
22942026-05-28T04:49:31.900Z Checking libm v0.2.16
22952026-05-28T04:49:31.911Z Checking crypto-common v0.1.7
22962026-05-28T04:49:31.966Z Checking block-buffer v0.10.4
22972026-05-28T04:49:31.997Z Checking percent-encoding v2.3.2
22982026-05-28T04:49:32.029Z Checking writeable v0.6.2
22992026-05-28T04:49:32.049Z Checking equivalent v1.0.2
23002026-05-28T04:49:32.061Z Checking litemap v0.8.1
23012026-05-28T04:49:32.099Z Checking digest v0.10.7
23022026-05-28T04:49:32.130Z Checking potential_utf v0.1.4
23032026-05-28T04:49:32.142Z Checking zerotrie v0.2.3
23042026-05-28T04:49:32.201Z Checking futures-sink v0.3.32
23052026-05-28T04:49:32.228Z Checking icu_locale_core v2.1.1
23062026-05-28T04:49:32.257Z Checking icu_collections v2.1.1
23072026-05-28T04:49:32.281Z Checking futures-channel v0.3.32
23082026-05-28T04:49:32.293Z Checking futures-io v0.3.32
23092026-05-28T04:49:32.377Z Checking slab v0.4.12
23102026-05-28T04:49:32.390Z Checking serde v1.0.228
23112026-05-28T04:49:32.403Z Checking bitflags v2.11.0
23122026-05-28T04:49:32.472Z Checking serde_json v1.0.149
23132026-05-28T04:49:32.532Z Checking cpufeatures v0.2.17
23142026-05-28T04:49:32.551Z Checking futures-task v0.3.32
23152026-05-28T04:49:32.564Z Checking hmac v0.12.1
23162026-05-28T04:49:32.586Z Checking num-traits v0.2.19
23172026-05-28T04:49:32.600Z Checking icu_properties_data v2.1.2
23182026-05-28T04:49:32.687Z Checking futures-util v0.3.32
23192026-05-28T04:49:32.699Z Checking icu_normalizer_data v2.1.1
23202026-05-28T04:49:32.751Z Checking hashbrown v0.17.0
23212026-05-28T04:49:32.767Z Checking rand_core v0.10.0
23222026-05-28T04:49:32.787Z Checking icu_provider v2.1.1
23232026-05-28T04:49:32.790Z Checking bytes v1.11.1
23242026-05-28T04:49:32.902Z Checking getrandom v0.4.1
23252026-05-28T04:49:33.015Z Checking icu_properties v2.1.2
23262026-05-28T04:49:33.044Z Checking icu_normalizer v2.1.1
23272026-05-28T04:49:33.128Z Checking block-padding v0.3.3
23282026-05-28T04:49:33.142Z Checking utf8_iter v1.0.4
23292026-05-28T04:49:33.202Z Checking indexmap v2.14.0
23302026-05-28T04:49:33.234Z Checking tokio v1.52.1
23312026-05-28T04:49:33.255Z Checking inout v0.1.4
23322026-05-28T04:49:33.267Z Checking sha2 v0.10.9
23332026-05-28T04:49:33.348Z Checking form_urlencoded v1.2.2
23342026-05-28T04:49:33.390Z Checking cipher v0.4.4
23352026-05-28T04:49:33.475Z Checking getrandom v0.3.4
23362026-05-28T04:49:33.533Z Checking byteorder v1.5.0
23372026-05-28T04:49:33.595Z Checking base64ct v1.8.3
23382026-05-28T04:49:33.616Z Checking fnv v1.0.7
23392026-05-28T04:49:33.707Z Checking flagset v0.4.7
23402026-05-28T04:49:33.730Z Checking rand_core v0.9.5
23412026-05-28T04:49:33.746Z Checking http v1.4.0
23422026-05-28T04:49:33.818Z Checking idna_adapter v1.2.1
23432026-05-28T04:49:33.830Z Checking pem-rfc7468 v0.7.0
23442026-05-28T04:49:33.842Z Checking regex-syntax v0.8.10
23452026-05-28T04:49:33.904Z Checking salsa20 v0.10.2
23462026-05-28T04:49:33.935Z Checking idna v1.1.0
23472026-05-28T04:49:33.986Z Checking der v0.7.10
23482026-05-28T04:49:34.034Z Checking uuid v1.23.0
23492026-05-28T04:49:34.176Z Checking url v2.5.8
23502026-05-28T04:49:34.307Z Checking pbkdf2 v0.12.2
23512026-05-28T04:49:34.342Z Checking rustix v1.1.3
23522026-05-28T04:49:34.414Z Checking tracing-core v0.1.36
23532026-05-28T04:49:34.444Z Checking ppv-lite86 v0.2.21
23542026-05-28T04:49:34.579Z Checking rustls-pki-types v1.14.0
23552026-05-28T04:49:34.616Z Checking base64 v0.22.1
23562026-05-28T04:49:34.717Z Checking spki v0.7.3
23572026-05-28T04:49:34.717Z Checking iana-time-zone v0.1.65
23582026-05-28T04:49:34.740Z Checking rand_chacha v0.9.0
23592026-05-28T04:49:34.831Z Checking chrono v0.4.44
23602026-05-28T04:49:34.848Z Checking tracing v0.1.44
23612026-05-28T04:49:34.865Z Checking scrypt v0.11.0
23622026-05-28T04:49:34.878Z Checking http-body v1.0.1
23632026-05-28T04:49:34.936Z Checking cbc v0.1.2
23642026-05-28T04:49:35.001Z Checking aes v0.8.4
23652026-05-28T04:49:35.013Z Checking aws-lc-sys v0.40.0
23662026-05-28T04:49:35.046Z Checking untrusted v0.7.1
23672026-05-28T04:49:35.061Z Checking tinyvec_macros v0.1.1
23682026-05-28T04:49:35.127Z Checking untrusted v0.9.0
23692026-05-28T04:49:35.140Z Checking openssl-probe v0.2.1
23702026-05-28T04:49:35.157Z Checking tinyvec v1.10.0
23712026-05-28T04:49:35.176Z Checking rand v0.9.2
23722026-05-28T04:49:35.232Z Checking ring v0.17.14
23732026-05-28T04:49:35.245Z Checking tower-layer v0.3.3
23742026-05-28T04:49:35.385Z Checking pkcs5 v0.7.1
23752026-05-28T04:49:35.398Z Checking tower-service v0.3.3
23762026-05-28T04:49:35.463Z Checking try-lock v0.2.5
23772026-05-28T04:49:35.481Z Checking atomic-waker v1.1.2
23782026-05-28T04:49:35.511Z Checking aws-lc-rs v1.16.3
23792026-05-28T04:49:35.576Z Checking want v0.3.1
23802026-05-28T04:49:35.590Z Checking ipnet v2.11.0
23812026-05-28T04:49:35.654Z Checking pkcs8 v0.10.2
23822026-05-28T04:49:35.667Z Checking httparse v1.10.1
23832026-05-28T04:49:35.696Z Checking aho-corasick v1.1.4
23842026-05-28T04:49:35.710Z Checking foreign-types-shared v0.1.1
23852026-05-28T04:49:35.792Z Checking utf8parse v0.2.2
23862026-05-28T04:49:35.831Z Checking httpdate v1.0.3
23872026-05-28T04:49:35.849Z Checking plain v0.2.3
23882026-05-28T04:49:35.870Z Checking pin-utils v0.1.0
23892026-05-28T04:49:35.892Z Checking fastrand v2.3.0
23902026-05-28T04:49:35.939Z Checking dyn-clone v1.0.20
23912026-05-28T04:49:35.952Z Checking foreign-types v0.3.2
23922026-05-28T04:49:35.975Z Checking unicode-normalization v0.1.25
23932026-05-28T04:49:36.020Z Checking semver v1.0.28
23942026-05-28T04:49:36.040Z Checking openssl-sys v0.9.115
23952026-05-28T04:49:36.075Z Checking tempfile v3.25.0
23962026-05-28T04:49:36.227Z Checking spin v0.9.8
23972026-05-28T04:49:36.251Z Checking socket2 v0.5.10
23982026-05-28T04:49:36.268Z Checking ucd-trie v0.1.7
23992026-05-28T04:49:36.361Z Checking rustls-webpki v0.103.9
24002026-05-28T04:49:36.379Z Checking anstyle v1.0.14
24012026-05-28T04:49:36.391Z Checking regex-automata v0.4.14
24022026-05-28T04:49:36.403Z Checking unicode-ident v1.0.24
24032026-05-28T04:49:36.460Z Checking openssl v0.10.79
24042026-05-28T04:49:36.463Z Checking pest v2.8.6
24052026-05-28T04:49:36.469Z Checking tokio-util v0.7.18
24062026-05-28T04:49:36.495Z Checking schemars v0.8.22
24072026-05-28T04:49:36.506Z Checking proc-macro2 v1.0.106
24082026-05-28T04:49:36.556Z Checking rustls-native-certs v0.8.3
24092026-05-28T04:49:36.687Z Checking thiserror v2.0.18
24102026-05-28T04:49:36.787Z Checking rustls v0.23.37
24112026-05-28T04:49:36.787Z Checking sync_wrapper v1.0.2
24122026-05-28T04:49:36.816Z Checking wait-timeout v0.2.1
24132026-05-28T04:49:36.899Z Checking anstyle-query v1.1.5
24142026-05-28T04:49:36.932Z Checking is_terminal_polyfill v1.70.2
24152026-05-28T04:49:36.989Z Checking quick-error v1.2.3
24162026-05-28T04:49:37.021Z Checking powerfmt v0.2.0
24172026-05-28T04:49:37.067Z Checking h2 v0.4.13
24182026-05-28T04:49:37.089Z Checking simd-adler32 v0.3.8
24192026-05-28T04:49:37.129Z Checking colorchoice v1.0.4
24202026-05-28T04:49:37.171Z Checking bit-vec v0.8.0
24212026-05-28T04:49:37.227Z Checking pretty-hex v0.4.1
24222026-05-28T04:49:37.257Z Checking siphasher v1.0.2
24232026-05-28T04:49:37.343Z Checking deranged v0.5.8
24242026-05-28T04:49:37.360Z Checking bit-set v0.8.0
24252026-05-28T04:49:37.408Z Checking rusty-fork v0.3.1
24262026-05-28T04:49:37.470Z Checking tower v0.5.3
24272026-05-28T04:49:37.502Z Checking quote v1.0.45
24282026-05-28T04:49:37.574Z Compiling newtype-uuid v1.3.2
24292026-05-28T04:49:37.672Z Checking http-body-util v0.1.3
24302026-05-28T04:49:37.756Z Checking webpki-roots v1.0.6
24312026-05-28T04:49:37.852Z Checking crossbeam-utils v0.8.21
24322026-05-28T04:49:37.870Z Checking rand_xorshift v0.4.0
24332026-05-28T04:49:37.887Z Checking crc32fast v1.5.0
24342026-05-28T04:49:37.987Z Checking scroll v0.13.0
24352026-05-28T04:49:38.024Z Checking signature v2.2.0
24362026-05-28T04:49:38.154Z Checking unicode-properties v0.1.4
24372026-05-28T04:49:38.182Z Checking unicode-bidi v0.3.18
24382026-05-28T04:49:38.196Z Checking num-conv v0.2.0
24392026-05-28T04:49:38.214Z Checking adler2 v2.0.1
24402026-05-28T04:49:38.252Z Checking num_threads v0.1.7
24412026-05-28T04:49:38.311Z Checking ryu v1.0.23
24422026-05-28T04:49:38.323Z Checking time-core v0.1.8
24432026-05-28T04:49:38.337Z Checking allocator-api2 v0.2.21
24442026-05-28T04:49:38.337Z Checking unarray v0.1.4
24452026-05-28T04:49:38.423Z Checking native-tls v0.2.18
24462026-05-28T04:49:38.443Z Checking iri-string v0.7.10
24472026-05-28T04:49:38.457Z Checking proptest v1.10.0
24482026-05-28T04:49:38.461Z Checking time v0.3.47
24492026-05-28T04:49:38.477Z Checking stringprep v0.1.5
24502026-05-28T04:49:38.597Z Checking tokio-native-tls v0.3.1
24512026-05-28T04:49:38.618Z Checking serde_urlencoded v0.7.1
24522026-05-28T04:49:38.631Z Checking miniz_oxide v0.8.9
24532026-05-28T04:49:38.755Z Checking goblin v0.10.5
24542026-05-28T04:49:38.824Z Checking bstr v1.12.1
24552026-05-28T04:49:38.981Z Checking crossbeam-epoch v0.9.18
24562026-05-28T04:49:39.123Z Checking tokio-rustls v0.26.4
24572026-05-28T04:49:39.202Z Compiling daft v0.1.7
24582026-05-28T04:49:39.215Z Checking syn v2.0.117
24592026-05-28T04:49:39.350Z Checking ipnetwork v0.21.1
24602026-05-28T04:49:39.452Z Checking tower-http v0.6.8
24612026-05-28T04:49:39.478Z Checking anstyle-parse v1.0.0
24622026-05-28T04:49:39.566Z Checking rand_chacha v0.3.1
24632026-05-28T04:49:39.582Z Checking thiserror v1.0.69
24642026-05-28T04:49:39.627Z Checking scroll v0.12.0
24652026-05-28T04:49:39.677Z Checking zstd-sys v2.0.16+zstd.1.5.7
24662026-05-28T04:49:39.732Z Checking hash32 v0.2.1
24672026-05-28T04:49:39.744Z Checking hyper v1.8.1
24682026-05-28T04:49:39.772Z Checking num-integer v0.1.46
24692026-05-28T04:49:39.786Z Checking toml_datetime v0.6.11
24702026-05-28T04:49:39.852Z Checking serde_spanned v0.6.9
24712026-05-28T04:49:39.883Z Checking md-5 v0.10.6
24722026-05-28T04:49:39.963Z Checking ff v0.13.1
24732026-05-28T04:49:39.974Z Checking encoding_rs v0.8.35
24742026-05-28T04:49:39.989Z Checking fallible-iterator v0.2.0
24752026-05-28T04:49:40.021Z Checking zlib-rs v0.6.2
24762026-05-28T04:49:40.088Z Checking psl-types v2.0.11
24772026-05-28T04:49:40.207Z Checking mime v0.3.17
24782026-05-28T04:49:40.223Z Checking base16ct v0.2.0
24792026-05-28T04:49:40.262Z Checking postgres-protocol v0.6.10
24802026-05-28T04:49:40.345Z Checking sec1 v0.7.3
24812026-05-28T04:49:40.539Z Checking publicsuffix v2.3.0
24822026-05-28T04:49:40.552Z Checking group v0.13.0
24832026-05-28T04:49:40.573Z Checking num-iter v0.1.45
24842026-05-28T04:49:40.654Z Checking hyper-util v0.1.20
24852026-05-28T04:49:40.682Z Checking heapless v0.7.17
24862026-05-28T04:49:40.694Z Checking goblin v0.8.2
24872026-05-28T04:49:40.697Z Checking zstd-safe v7.2.4
24882026-05-28T04:49:40.869Z Checking rand v0.8.6
24892026-05-28T04:49:40.910Z Checking flate2 v1.1.9
24902026-05-28T04:49:40.913Z Checking anstream v1.0.0
24912026-05-28T04:49:41.091Z Checking dof v0.4.0
24922026-05-28T04:49:41.103Z Checking cookie v0.18.1
24932026-05-28T04:49:41.117Z Checking oxnet v0.1.5
24942026-05-28T04:49:41.208Z Compiling iddqd v0.4.2
24952026-05-28T04:49:41.330Z Checking dtrace-parser v0.3.0
24962026-05-28T04:49:41.350Z Checking phf_shared v0.13.1
24972026-05-28T04:49:41.384Z Checking lazy_static v1.5.0
24982026-05-28T04:49:41.472Z Checking anstyle-parse v0.2.7
24992026-05-28T04:49:41.492Z Checking zerocopy v0.7.35
25002026-05-28T04:49:41.540Z Checking pin-project v1.1.11
25012026-05-28T04:49:41.559Z Checking bzip2-sys v0.1.13+1.0.8
25022026-05-28T04:49:41.619Z Checking signal-hook v0.3.18
25032026-05-28T04:49:41.632Z Checking terminal_size v0.4.3
25042026-05-28T04:49:41.642Z Checking futures-executor v0.3.32
25052026-05-28T04:49:41.720Z Checking hex v0.4.3
25062026-05-28T04:49:41.739Z Checking hkdf v0.12.4
25072026-05-28T04:49:41.784Z Checking crypto-bigint v0.5.5
25082026-05-28T04:49:41.802Z Checking thread-id v5.1.0
25092026-05-28T04:49:41.866Z Checking winnow v0.7.14
25102026-05-28T04:49:41.878Z Compiling rayon-core v1.13.0
25112026-05-28T04:49:41.915Z Checking hyper-rustls v0.27.7
25122026-05-28T04:49:41.942Z Checking hyper-tls v0.6.0
25132026-05-28T04:49:41.972Z Checking bitflags v1.3.2
25142026-05-28T04:49:42.042Z Checking bumpalo v3.20.2
25152026-05-28T04:49:42.054Z Checking clap_lex v1.0.0
25162026-05-28T04:49:42.114Z Checking foldhash v0.2.0
25172026-05-28T04:49:42.127Z Checking managed v0.8.0
25182026-05-28T04:49:42.200Z Checking winnow v0.5.40
25192026-05-28T04:49:42.243Z Checking libbz2-rs-sys v0.2.2
25202026-05-28T04:49:42.267Z Checking foldhash v0.1.5
25212026-05-28T04:49:42.306Z Checking same-file v1.0.6
25222026-05-28T04:49:42.401Z Checking strsim v0.11.1
25232026-05-28T04:49:42.424Z Checking walkdir v2.5.0
25242026-05-28T04:49:42.458Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25252026-05-28T04:49:42.561Z Checking clap_builder v4.6.0
25262026-05-28T04:49:42.582Z Checking dof v0.3.0
25272026-05-28T04:49:42.585Z Checking hashbrown v0.15.5
25282026-05-28T04:49:42.626Z Checking bzip2 v0.6.1
25292026-05-28T04:49:42.641Z Checking smoltcp v0.9.1
25302026-05-28T04:49:42.677Z Checking elliptic-curve v0.13.8
25312026-05-28T04:49:42.786Z Checking hashbrown v0.16.1
25322026-05-28T04:49:42.863Z Checking zopfli v0.8.3
25332026-05-28T04:49:42.986Z Checking reqwest v0.12.28
25342026-05-28T04:49:43.052Z Checking usdt-impl v0.6.0
25352026-05-28T04:49:43.065Z Checking signal-hook-mio v0.2.5
25362026-05-28T04:49:43.166Z Checking futures v0.3.32
25372026-05-28T04:49:43.191Z Checking bzip2 v0.4.4
25382026-05-28T04:49:43.222Z Checking snafu v0.8.9
25392026-05-28T04:49:43.243Z Checking anstream v0.6.21
25402026-05-28T04:49:43.277Z Checking phf v0.13.1
25412026-05-28T04:49:43.329Z Checking num-bigint-dig v0.8.6
25422026-05-28T04:49:43.338Z Checking toml_edit v0.19.15
25432026-05-28T04:49:43.422Z Checking cookie_store v0.22.1
25442026-05-28T04:49:43.437Z Checking zstd v0.13.3
25452026-05-28T04:49:43.452Z Checking postgres-types v0.2.12
25462026-05-28T04:49:43.584Z Checking dtrace-parser v0.2.0
25472026-05-28T04:49:43.623Z Checking globset v0.4.18
25482026-05-28T04:49:43.747Z Checking crossbeam-deque v0.8.6
25492026-05-28T04:49:43.759Z Checking rustls-platform-verifier v0.6.2
25502026-05-28T04:49:43.794Z Checking regex v1.12.3
25512026-05-28T04:49:43.820Z Checking ed25519 v2.2.3
25522026-05-28T04:49:43.832Z Checking phf_shared v0.11.3
25532026-05-28T04:49:43.872Z Checking olpc-cjson v0.1.4
25542026-05-28T04:49:43.889Z Checking curve25519-dalek v4.1.3
25552026-05-28T04:49:43.921Z Checking ref-cast v1.0.25
25562026-05-28T04:49:43.971Z Checking strum v0.27.2
25572026-05-28T04:49:44.000Z Checking hubpack v0.1.2
25582026-05-28T04:49:44.011Z Checking memoffset v0.9.1
25592026-05-28T04:49:44.021Z Checking rustix v0.38.44
25602026-05-28T04:49:44.067Z Checking pkcs1 v0.7.5
25612026-05-28T04:49:44.079Z Checking pem v3.0.6
25622026-05-28T04:49:44.090Z Checking float-cmp v0.10.0
25632026-05-28T04:49:44.121Z Checking erased-serde v0.3.31
25642026-05-28T04:49:44.159Z Checking serde-big-array v0.5.1
25652026-05-28T04:49:44.211Z Checking serde_plain v1.0.2
25662026-05-28T04:49:44.227Z Checking rfc6979 v0.4.0
25672026-05-28T04:49:44.271Z Checking thread-id v4.2.2
25682026-05-28T04:49:44.291Z Checking memmap2 v0.9.10
25692026-05-28T04:49:44.339Z Checking env_filter v1.0.0
25702026-05-28T04:49:44.352Z Checking either v1.15.0
25712026-05-28T04:49:44.355Z Checking typed-path v0.9.3
25722026-05-28T04:49:44.372Z Checking normalize-line-endings v0.3.0
25732026-05-28T04:49:44.444Z Checking fixedbitset v0.5.7
25742026-05-28T04:49:44.458Z Checking toml_write v0.1.2
25752026-05-28T04:49:44.477Z Checking unicode-segmentation v1.12.0
25762026-05-28T04:49:44.504Z Checking fixedbitset v0.4.2
25772026-05-28T04:49:44.532Z Checking keccak v0.1.6
25782026-05-28T04:49:44.615Z Checking new_debug_unreachable v1.0.6
25792026-05-28T04:49:44.631Z Checking precomputed-hash v0.1.1
25802026-05-28T04:49:44.652Z Checking data-encoding v2.10.0
25812026-05-28T04:49:44.665Z Checking predicates-core v1.0.10
25822026-05-28T04:49:44.682Z Checking whoami v2.1.0
25832026-05-28T04:49:44.695Z Checking static_assertions v1.1.0
25842026-05-28T04:49:44.709Z Checking difflib v0.4.0
25852026-05-28T04:49:44.762Z Checking jiff v0.2.21
25862026-05-28T04:49:44.783Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25872026-05-28T04:49:44.795Z Checking similar v2.7.0
25882026-05-28T04:49:44.818Z Checking crossterm v0.28.1
25892026-05-28T04:49:44.878Z Checking tokio-postgres v0.7.16
25902026-05-28T04:49:44.892Z Checking predicates v3.1.4
25912026-05-28T04:49:44.917Z Checking hickory-proto v0.25.2
25922026-05-28T04:49:45.141Z Checking tough v0.22.0
25932026-05-28T04:49:45.172Z Checking string_cache v0.8.9
25942026-05-28T04:49:45.184Z Checking sha3 v0.10.8
25952026-05-28T04:49:45.338Z Checking ed25519-dalek v2.2.0
25962026-05-28T04:49:45.388Z Checking petgraph v0.6.5
25972026-05-28T04:49:45.528Z Checking petgraph v0.8.3
25982026-05-28T04:49:45.586Z Checking toml_edit v0.22.27
25992026-05-28T04:49:46.182Z Checking slog v2.8.2
26002026-05-28T04:49:46.443Z Checking env_logger v0.11.9
26012026-05-28T04:49:46.634Z Checking usdt v0.6.0
26022026-05-28T04:49:46.651Z Checking toml v0.7.8
26032026-05-28T04:49:46.667Z Checking usdt-impl v0.5.0
26042026-05-28T04:49:46.799Z Checking ecdsa v0.16.9
26052026-05-28T04:49:46.943Z Checking rsa v0.9.10
26062026-05-28T04:49:46.956Z Checking nix v0.31.2
26072026-05-28T04:49:46.986Z Checking zip v4.6.1
26082026-05-28T04:49:47.137Z Checking reqwest v0.13.2
26092026-05-28T04:49:47.166Z Checking clap v4.6.1
26102026-05-28T04:49:47.245Z Checking zip v0.6.6
26112026-05-28T04:49:47.408Z Checking toml_parser v1.0.9+spec-1.1.0
26122026-05-28T04:49:47.450Z Checking serde_with v3.17.0
26132026-05-28T04:49:47.558Z Checking strum v0.26.3
26142026-05-28T04:49:47.571Z Checking fs-err v3.3.0
26152026-05-28T04:49:47.670Z Checking ahash v0.8.12
26162026-05-28T04:49:47.705Z Checking object v0.37.3
26172026-05-28T04:49:47.738Z Checking tokio-stream v0.1.18
26182026-05-28T04:49:47.865Z Checking buf-list v1.1.2
26192026-05-28T04:49:47.865Z Checking anyhow v1.0.102
26202026-05-28T04:49:47.940Z Checking camino v1.2.2
26212026-05-28T04:49:47.972Z Checking x509-cert v0.2.5
26222026-05-28T04:49:47.993Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26232026-05-28T04:49:48.046Z Checking openapiv3 v2.2.0
26242026-05-28T04:49:48.068Z Checking sha1 v0.10.6
26252026-05-28T04:49:48.125Z Checking lalrpop-util v0.19.12
26262026-05-28T04:49:48.187Z Checking peg-runtime v0.8.5
26272026-05-28T04:49:48.228Z Checking rayon v1.11.0
26282026-05-28T04:49:48.256Z Checking sigpipe v0.1.3
26292026-05-28T04:49:48.282Z Checking glob v0.3.3
26302026-05-28T04:49:49.876Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26312026-05-28T04:49:50.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.98s
26322026-05-28T04:49:50.323Z
26332026-05-28T04:49:50.323Zinfo: running `cargo check --bins` on internal-dns-types (77/298)
26342026-05-28T04:49:50.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-05-28T04:49:50.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-05-28T04:49:50.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-05-28T04:49:50.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26382026-05-28T04:49:50.959Z
26392026-05-28T04:49:50.959Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/298)
26402026-05-28T04:49:51.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-05-28T04:49:51.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-05-28T04:49:51.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-05-28T04:49:51.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26442026-05-28T04:49:51.577Z
26452026-05-28T04:49:51.577Zinfo: running `cargo check --bins` on nexus-types-versions (79/298)
26462026-05-28T04:49:52.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-05-28T04:49:52.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-05-28T04:49:52.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-05-28T04:49:52.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26502026-05-28T04:49:52.236Z
26512026-05-28T04:49:52.237Zinfo: running `cargo check --bins` on oxql-types (80/298)
26522026-05-28T04:49:52.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-05-28T04:49:52.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-05-28T04:49:52.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-05-28T04:49:52.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26562026-05-28T04:49:52.857Z
26572026-05-28T04:49:52.858Zinfo: running `cargo check --bins` on oximeter-types (81/298)
26582026-05-28T04:49:53.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-05-28T04:49:53.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-05-28T04:49:53.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-05-28T04:49:53.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26622026-05-28T04:49:53.479Z
26632026-05-28T04:49:53.479Zinfo: running `cargo check --bins` on oximeter-types-versions (82/298)
26642026-05-28T04:49:54.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-05-28T04:49:54.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-05-28T04:49:54.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-05-28T04:49:54.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26682026-05-28T04:49:54.104Z
26692026-05-28T04:49:54.104Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/298)
26702026-05-28T04:49:54.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-05-28T04:49:54.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-05-28T04:49:54.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-05-28T04:49:54.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26742026-05-28T04:49:54.709Z
26752026-05-28T04:49:54.709Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/298)
26762026-05-28T04:49:55.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-05-28T04:49:55.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-05-28T04:49:55.414Z Compiling structmeta-derive v0.3.0
26792026-05-28T04:49:55.536Z Compiling rustls v0.22.4
26802026-05-28T04:49:55.547Z Compiling multer v3.1.0
26812026-05-28T04:49:55.557Z Compiling async-stream-impl v0.3.6
26822026-05-28T04:49:55.560Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26832026-05-28T04:49:55.582Z Compiling dropshot v0.17.0
26842026-05-28T04:49:55.597Z Compiling newtype-uuid-macros v0.1.0
26852026-05-28T04:49:55.597Z Compiling dropshot_endpoint v0.17.0
26862026-05-28T04:49:55.714Z Checking newtype-uuid v1.3.2
26872026-05-28T04:49:55.780Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26882026-05-28T04:49:55.843Z Checking rustls-webpki v0.102.8
26892026-05-28T04:49:55.911Z Checking daft v0.1.7
26902026-05-28T04:49:55.941Z Checking thread_local v1.1.9
26912026-05-28T04:49:56.107Z Checking compression-core v0.4.31
26922026-05-28T04:49:56.146Z Checking match_cfg v0.1.0
26932026-05-28T04:49:56.161Z Checking iddqd v0.4.2
26942026-05-28T04:49:56.213Z Checking hostname v0.3.1
26952026-05-28T04:49:56.229Z Checking crossbeam-channel v0.5.15
26962026-05-28T04:49:56.242Z Checking compression-codecs v0.4.37
26972026-05-28T04:49:56.309Z Checking slog-json v2.6.1
26982026-05-28T04:49:56.361Z Checking is-terminal v0.4.17
26992026-05-28T04:49:56.402Z Checking toml_datetime v1.0.0+spec-1.1.0
27002026-05-28T04:49:56.450Z Checking serde_spanned v1.0.4
27012026-05-28T04:49:56.464Z Checking toml_writer v1.0.6+spec-1.1.0
27022026-05-28T04:49:56.561Z Checking take_mut v0.2.2
27032026-05-28T04:49:56.573Z Compiling structmeta v0.3.0
27042026-05-28T04:49:56.585Z Checking debug-ignore v1.0.5
27052026-05-28T04:49:56.605Z Checking term v1.2.1
27062026-05-28T04:49:56.642Z Checking toml v1.0.6+spec-1.1.0
27072026-05-28T04:49:56.661Z Checking slog-async v2.8.0
27082026-05-28T04:49:56.681Z Checking slog-bunyan v2.5.0
27092026-05-28T04:49:56.783Z Compiling derive-ex v0.1.8
27102026-05-28T04:49:56.796Z Compiling parse-display-derive v0.10.0
27112026-05-28T04:49:56.822Z Checking slog-term v2.9.2
27122026-05-28T04:49:56.834Z Checking async-compression v0.4.41
27132026-05-28T04:49:57.066Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27142026-05-28T04:49:57.079Z Checking async-stream v0.3.6
27152026-05-28T04:49:57.082Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27162026-05-28T04:49:57.140Z Checking progenitor-client v0.14.0
27172026-05-28T04:49:57.195Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27182026-05-28T04:49:57.220Z Checking waitgroup v0.1.2
27192026-05-28T04:49:57.317Z Checking backon v1.6.0
27202026-05-28T04:49:57.334Z Checking rustls-pemfile v2.2.0
27212026-05-28T04:49:57.370Z Checking serde_path_to_error v0.1.20
27222026-05-28T04:49:57.423Z Checking hostname v0.4.2
27232026-05-28T04:49:57.474Z Checking instant v0.1.13
27242026-05-28T04:49:57.559Z Checking backoff v0.4.0
27252026-05-28T04:49:57.632Z Checking tokio-rustls v0.25.0
27262026-05-28T04:49:57.646Z Checking progenitor-extras v0.2.0
27272026-05-28T04:49:57.731Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27282026-05-28T04:49:57.841Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27292026-05-28T04:49:57.881Z Checking itertools v0.14.0
27302026-05-28T04:49:57.941Z Checking regress v0.10.5
27312026-05-28T04:49:58.103Z Checking progenitor-client v0.13.0
27322026-05-28T04:49:58.193Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27332026-05-28T04:49:58.457Z Compiling test-strategy v0.4.5
27342026-05-28T04:49:58.460Z Checking parse-display v0.10.0
27352026-05-28T04:49:58.539Z Checking macaddr v1.0.1
27362026-05-28T04:49:58.814Z Checking humantime v2.3.0
27372026-05-28T04:49:59.690Z Compiling prettyplease v0.2.37
27382026-05-28T04:49:59.932Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27392026-05-28T04:50:00.147Z Checking num-rational v0.4.2
27402026-05-28T04:50:00.308Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27412026-05-28T04:50:00.788Z Checking num-complex v0.4.6
27422026-05-28T04:50:01.357Z Checking num v0.4.3
27432026-05-28T04:50:01.403Z Compiling usdt-attr-macro v0.5.0
27442026-05-28T04:50:01.477Z Compiling usdt-macro v0.5.0
27452026-05-28T04:50:01.481Z Checking memmap v0.7.0
27462026-05-28T04:50:01.513Z Compiling float-ord v0.3.2
27472026-05-28T04:50:01.611Z Compiling convert_case v0.4.0
27482026-05-28T04:50:01.628Z Checking unicode-width v0.2.0
27492026-05-28T04:50:01.883Z Checking console v0.15.11
27502026-05-28T04:50:01.986Z Compiling derive_more v0.99.20
27512026-05-28T04:50:02.158Z Checking newline-converter v0.3.0
27522026-05-28T04:50:02.185Z Checking atomicwrites v0.4.4
27532026-05-28T04:50:02.222Z Checking usdt v0.5.0
27542026-05-28T04:50:02.266Z Compiling toml v0.8.23
27552026-05-28T04:50:02.314Z Checking linked-hash-map v0.5.6
27562026-05-28T04:50:02.391Z Compiling minimal-lexical v0.2.1
27572026-05-28T04:50:02.488Z Checking lru-cache v0.1.2
27582026-05-28T04:50:02.612Z Compiling nom v7.1.3
27592026-05-28T04:50:02.649Z Checking expectorate v1.2.0
27602026-05-28T04:50:03.221Z Checking camino-tempfile v1.4.1
27612026-05-28T04:50:03.347Z Checking hickory-proto v0.24.4
27622026-05-28T04:50:03.362Z Checking phf_shared v0.12.1
27632026-05-28T04:50:03.382Z Compiling slog-dtrace v0.3.0
27642026-05-28T04:50:03.503Z Checking resolv-conf v0.7.6
27652026-05-28T04:50:03.575Z Checking heck v0.5.0
27662026-05-28T04:50:03.693Z Compiling chrono-tz v0.10.4
27672026-05-28T04:50:03.706Z Compiling const_format_proc_macros v0.2.34
27682026-05-28T04:50:03.867Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27692026-05-28T04:50:03.938Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27702026-05-28T04:50:03.953Z Checking phf v0.12.1
27712026-05-28T04:50:04.094Z Checking tokio-dtrace v0.1.1
27722026-05-28T04:50:04.281Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27732026-05-28T04:50:04.413Z Compiling derive-where v1.6.0
27742026-05-28T04:50:04.518Z Checking highway v1.3.0
27752026-05-28T04:50:04.532Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27762026-05-28T04:50:04.811Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27772026-05-28T04:50:05.120Z Checking hickory-resolver v0.24.4
27782026-05-28T04:50:05.283Z Checking const_format v0.2.35
27792026-05-28T04:50:05.334Z Checking oxide-tokio-rt v0.1.4
27802026-05-28T04:50:05.390Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27812026-05-28T04:50:05.699Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27822026-05-28T04:50:05.755Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27832026-05-28T04:50:05.768Z Checking gethostname v0.5.0
27842026-05-28T04:50:05.855Z Checking bcs v0.1.6
27852026-05-28T04:50:05.884Z Checking qorb v0.4.1
27862026-05-28T04:50:06.054Z Checking termtree v0.5.1
27872026-05-28T04:50:06.075Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27882026-05-28T04:50:09.244Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27892026-05-28T04:50:11.765Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27902026-05-28T04:50:13.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.14s
27912026-05-28T04:50:14.046Z
27922026-05-28T04:50:14.046Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/298)
27932026-05-28T04:50:14.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-05-28T04:50:14.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-05-28T04:50:14.756Z Compiling ar_archive_writer v0.5.1
27962026-05-28T04:50:14.871Z Compiling stacker v0.1.23
27972026-05-28T04:50:14.879Z Compiling cfg_aliases v0.1.1
27982026-05-28T04:50:14.886Z Compiling convert_case v0.10.0
27992026-05-28T04:50:14.893Z Checking unicode-width v0.1.14
28002026-05-28T04:50:14.902Z Compiling proc-macro-error v1.0.4
28012026-05-28T04:50:14.914Z Checking fd-lock v4.0.4
28022026-05-28T04:50:14.918Z Checking nibble_vec v0.1.0
28032026-05-28T04:50:14.935Z Compiling nix v0.28.0
28042026-05-28T04:50:15.024Z Checking vte v0.14.1
28052026-05-28T04:50:15.041Z Compiling recursive-proc-macro-impl v0.1.1
28062026-05-28T04:50:15.124Z Checking bytecount v0.6.9
28072026-05-28T04:50:15.137Z Checking endian-type v0.1.2
28082026-05-28T04:50:15.171Z Checking strip-ansi-escapes v0.2.1
28092026-05-28T04:50:15.184Z Compiling derive_more-impl v2.1.1
28102026-05-28T04:50:15.195Z Compiling tabled_derive v0.7.0
28112026-05-28T04:50:15.223Z Checking papergrid v0.11.0
28122026-05-28T04:50:15.257Z Checking radix_trie v0.2.1
28132026-05-28T04:50:15.281Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28142026-05-28T04:50:15.432Z Checking itertools v0.13.0
28152026-05-28T04:50:15.464Z Compiling peg-macros v0.8.5
28162026-05-28T04:50:15.710Z Compiling psm v0.1.30
28172026-05-28T04:50:15.802Z Checking winnow v0.6.26
28182026-05-28T04:50:15.875Z Compiling sqlparser_derive v0.5.0
28192026-05-28T04:50:16.031Z Checking derive_more v2.1.1
28202026-05-28T04:50:16.112Z Checking home v0.5.12
28212026-05-28T04:50:16.188Z Checking nu-ansi-term v0.50.3
28222026-05-28T04:50:16.248Z Checking unicode_categories v0.1.1
28232026-05-28T04:50:16.264Z Checking rustyline v14.0.0
28242026-05-28T04:50:16.406Z Checking tabled v0.15.0
28252026-05-28T04:50:16.437Z Checking crossterm v0.29.0
28262026-05-28T04:50:16.513Z Checking recursive v0.1.1
28272026-05-28T04:50:16.525Z Checking reedline v0.40.0
28282026-05-28T04:50:16.629Z Checking display-error-chain v0.2.2
28292026-05-28T04:50:16.650Z Checking sqlparser v0.61.0
28302026-05-28T04:50:16.855Z Checking peg v0.8.5
28312026-05-28T04:50:16.960Z Checking sqlformat v0.3.5
28322026-05-28T04:50:27.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
28332026-05-28T04:50:28.007Z
28342026-05-28T04:50:28.007Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/298)
28352026-05-28T04:50:28.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-05-28T04:50:28.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-05-28T04:50:28.739Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-05-28T04:50:32.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28392026-05-28T04:50:32.341Z
28402026-05-28T04:50:32.341Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/298)
28412026-05-28T04:50:32.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-05-28T04:50:32.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-05-28T04:50:33.036Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-05-28T04:50:35.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28452026-05-28T04:50:35.641Z
28462026-05-28T04:50:35.641Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/298)
28472026-05-28T04:50:36.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-05-28T04:50:36.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-05-28T04:50:36.333Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-05-28T04:50:39.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28512026-05-28T04:50:39.750Z
28522026-05-28T04:50:39.750Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/298)
28532026-05-28T04:50:40.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-05-28T04:50:40.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-05-28T04:50:40.459Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-05-28T04:50:43.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28572026-05-28T04:50:43.894Z
28582026-05-28T04:50:43.894Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/298)
28592026-05-28T04:50:44.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-05-28T04:50:44.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-05-28T04:50:44.596Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-05-28T04:50:47.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28632026-05-28T04:50:47.354Z
28642026-05-28T04:50:47.354Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/298)
28652026-05-28T04:50:47.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-05-28T04:50:47.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-05-28T04:50:48.060Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682026-05-28T04:50:50.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28692026-05-28T04:50:50.845Z
28702026-05-28T04:50:50.845Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/298)
28712026-05-28T04:50:51.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-05-28T04:50:51.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-05-28T04:50:51.543Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28742026-05-28T04:50:54.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
28752026-05-28T04:50:55.169Z
28762026-05-28T04:50:55.170Zinfo: running `cargo check --bins` on oximeter (93/298)
28772026-05-28T04:50:55.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-05-28T04:50:55.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-05-28T04:50:55.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-05-28T04:50:55.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28812026-05-28T04:50:55.800Z
28822026-05-28T04:50:55.800Zinfo: running `cargo check --bins` on oximeter-schema (94/298)
28832026-05-28T04:50:56.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-05-28T04:50:56.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-05-28T04:50:56.462Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28862026-05-28T04:50:56.630Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28872026-05-28T04:50:56.646Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28882026-05-28T04:50:56.973Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28892026-05-28T04:50:59.838Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28902026-05-28T04:51:01.048Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28912026-05-28T04:51:01.255Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28922026-05-28T04:51:01.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
28932026-05-28T04:51:02.106Z
28942026-05-28T04:51:02.106Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/298)
28952026-05-28T04:51:02.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-05-28T04:51:02.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-05-28T04:51:02.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-05-28T04:51:02.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28992026-05-28T04:51:02.736Z
29002026-05-28T04:51:02.737Zinfo: running `cargo check --bins` on oximeter-test-utils (96/298)
29012026-05-28T04:51:03.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-05-28T04:51:03.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-05-28T04:51:03.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-05-28T04:51:03.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
29052026-05-28T04:51:03.406Z
29062026-05-28T04:51:03.406Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/298)
29072026-05-28T04:51:03.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-05-28T04:51:03.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-05-28T04:51:03.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-05-28T04:51:03.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29112026-05-28T04:51:04.037Z
29122026-05-28T04:51:04.037Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/298)
29132026-05-28T04:51:04.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-05-28T04:51:04.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-05-28T04:51:04.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-05-28T04:51:04.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29172026-05-28T04:51:04.674Z
29182026-05-28T04:51:04.674Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/298)
29192026-05-28T04:51:05.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-05-28T04:51:05.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-05-28T04:51:05.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-05-28T04:51:05.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29232026-05-28T04:51:05.311Z
29242026-05-28T04:51:05.311Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/298)
29252026-05-28T04:51:05.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-05-28T04:51:05.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-05-28T04:51:05.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-05-28T04:51:05.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29292026-05-28T04:51:05.949Z
29302026-05-28T04:51:05.949Zinfo: running `cargo check --bins` on trust-quorum-types (101/298)
29312026-05-28T04:51:06.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-05-28T04:51:06.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-05-28T04:51:06.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-05-28T04:51:06.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29352026-05-28T04:51:06.560Z
29362026-05-28T04:51:06.560Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/298)
29372026-05-28T04:51:07.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-05-28T04:51:07.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-05-28T04:51:07.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-05-28T04:51:07.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29412026-05-28T04:51:07.196Z
29422026-05-28T04:51:07.196Zinfo: running `cargo check --bins` on update-engine (103/298)
29432026-05-28T04:51:07.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-05-28T04:51:07.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-05-28T04:51:07.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462026-05-28T04:51:07.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29472026-05-28T04:51:07.815Z
29482026-05-28T04:51:07.815Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/298)
29492026-05-28T04:51:08.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-05-28T04:51:08.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-05-28T04:51:08.562Z Compiling crucible-workspace-hack v0.1.0
29522026-05-28T04:51:08.684Z Checking secrecy v0.10.3
29532026-05-28T04:51:08.687Z Compiling heapless v0.8.0
29542026-05-28T04:51:08.695Z Compiling toml_datetime v0.7.5+spec-1.1.0
29552026-05-28T04:51:08.712Z Compiling ingot-macros v0.1.1
29562026-05-28T04:51:08.723Z Checking hash32 v0.3.1
29572026-05-28T04:51:08.734Z Compiling smoltcp v0.11.0
29582026-05-28T04:51:08.737Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29592026-05-28T04:51:08.791Z Checking cobs v0.3.0
29602026-05-28T04:51:08.850Z Compiling toml_edit v0.23.10+spec-1.0.0
29612026-05-28T04:51:08.928Z Compiling thiserror-impl-no-std v2.0.2
29622026-05-28T04:51:08.932Z Checking universal-hash v0.5.1
29632026-05-28T04:51:08.943Z Checking half v2.7.1
29642026-05-28T04:51:08.992Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
29652026-05-28T04:51:09.063Z Checking ciborium-io v0.2.2
29662026-05-28T04:51:09.094Z Checking opaque-debug v0.3.1
29672026-05-28T04:51:09.157Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29682026-05-28T04:51:09.169Z Checking poly1305 v0.8.0
29692026-05-28T04:51:09.200Z Checking postcard v1.1.3
29702026-05-28T04:51:09.217Z Checking ciborium-ll v0.2.2
29712026-05-28T04:51:09.391Z Compiling proc-macro-crate v3.4.0
29722026-05-28T04:51:09.419Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29732026-05-28T04:51:09.486Z Checking password-hash v0.5.0
29742026-05-28T04:51:09.555Z Checking chacha20 v0.9.1
29752026-05-28T04:51:09.690Z Compiling proc-macro-crate v1.3.1
29762026-05-28T04:51:09.746Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
29772026-05-28T04:51:09.760Z Checking blake2 v0.10.6
29782026-05-28T04:51:09.897Z Checking aead v0.5.2
29792026-05-28T04:51:09.937Z Compiling num_enum_derive v0.7.6
29802026-05-28T04:51:09.980Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29812026-05-28T04:51:09.997Z Compiling foreign-types-macros v0.2.3
29822026-05-28T04:51:10.041Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29832026-05-28T04:51:10.095Z Checking thiserror-no-std v2.0.2
29842026-05-28T04:51:10.108Z Checking cpufeatures v0.3.0
29852026-05-28T04:51:10.180Z Checking foreign-types-shared v0.3.1
29862026-05-28T04:51:10.180Z Checking chacha20 v0.10.0
29872026-05-28T04:51:10.194Z Checking vsss-rs v3.3.4
29882026-05-28T04:51:10.271Z Compiling num_enum_derive v0.5.11
29892026-05-28T04:51:10.334Z Checking chacha20poly1305 v0.10.1
29902026-05-28T04:51:10.405Z Checking argon2 v0.5.3
29912026-05-28T04:51:10.418Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
29922026-05-28T04:51:10.592Z Checking foreign-types v0.5.0
29932026-05-28T04:51:10.673Z Checking ciborium v0.2.2
29942026-05-28T04:51:10.819Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29952026-05-28T04:51:10.885Z Checking tabwriter v1.4.1
29962026-05-28T04:51:10.991Z Checking num_enum v0.7.6
29972026-05-28T04:51:11.029Z Checking byte-wrapper v0.1.0
29982026-05-28T04:51:11.101Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-05-28T04:51:11.103Z Checking cstr-argument v0.1.2
30002026-05-28T04:51:11.127Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30012026-05-28T04:51:11.235Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3)
30022026-05-28T04:51:11.249Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30032026-05-28T04:51:11.322Z Checking num_enum v0.5.11
30042026-05-28T04:51:11.336Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30052026-05-28T04:51:11.433Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30062026-05-28T04:51:11.446Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
30072026-05-28T04:51:11.512Z Checking ingot-types v0.1.2
30082026-05-28T04:51:11.532Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30092026-05-28T04:51:11.570Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30102026-05-28T04:51:11.599Z Checking rand v0.10.1
30112026-05-28T04:51:11.612Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
30122026-05-28T04:51:11.636Z Checking winnow v1.0.3
30132026-05-28T04:51:11.770Z Checking colored v3.1.1
30142026-05-28T04:51:11.856Z Checking indent_write v2.2.0
30152026-05-28T04:51:11.869Z Checking ingot v0.1.1
30162026-05-28T04:51:11.915Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
30172026-05-28T04:51:11.954Z Compiling zone_cfg_derive v0.3.1
30182026-05-28T04:51:11.968Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30192026-05-28T04:51:11.981Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
30202026-05-28T04:51:12.009Z Checking itertools v0.12.1
30212026-05-28T04:51:12.075Z Compiling num-derive v0.4.2
30222026-05-28T04:51:12.135Z Checking swrite v0.1.0
30232026-05-28T04:51:12.150Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30242026-05-28T04:51:12.227Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30252026-05-28T04:51:12.356Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
30262026-05-28T04:51:12.453Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30272026-05-28T04:51:12.510Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30282026-05-28T04:51:12.542Z Checking dropshot-api-manager-types v0.7.2
30292026-05-28T04:51:12.592Z Checking smf v0.2.3
30302026-05-28T04:51:12.617Z Checking nanorand v0.7.0
30312026-05-28T04:51:12.711Z Checking whoami v1.6.1
30322026-05-28T04:51:12.808Z Checking flume v0.11.1
30332026-05-28T04:51:12.822Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30342026-05-28T04:51:12.997Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30352026-05-28T04:51:13.010Z Checking zone v0.3.1
30362026-05-28T04:51:13.457Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30372026-05-28T04:51:14.412Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30382026-05-28T04:51:15.296Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30392026-05-28T04:51:18.528Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30402026-05-28T04:51:20.560Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30412026-05-28T04:51:21.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s
30422026-05-28T04:51:21.855Z
30432026-05-28T04:51:21.855Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/298)
30442026-05-28T04:51:22.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-05-28T04:51:22.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-05-28T04:51:22.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-05-28T04:51:22.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30482026-05-28T04:51:22.487Z
30492026-05-28T04:51:22.487Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/298)
30502026-05-28T04:51:23.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-05-28T04:51:23.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-05-28T04:51:23.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30532026-05-28T04:51:23.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30542026-05-28T04:51:23.120Z
30552026-05-28T04:51:23.120Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/298)
30562026-05-28T04:51:23.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30572026-05-28T04:51:23.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30582026-05-28T04:51:23.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30592026-05-28T04:51:23.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30602026-05-28T04:51:23.759Z
30612026-05-28T04:51:23.759Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/298)
30622026-05-28T04:51:24.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-05-28T04:51:24.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-05-28T04:51:24.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-05-28T04:51:24.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30662026-05-28T04:51:24.390Z
30672026-05-28T04:51:24.390Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/298)
30682026-05-28T04:51:24.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-05-28T04:51:24.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-05-28T04:51:24.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-05-28T04:51:24.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30722026-05-28T04:51:25.022Z
30732026-05-28T04:51:25.022Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/298)
30742026-05-28T04:51:25.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-05-28T04:51:25.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-05-28T04:51:25.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-05-28T04:51:25.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30782026-05-28T04:51:25.650Z
30792026-05-28T04:51:25.650Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/298)
30802026-05-28T04:51:26.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-05-28T04:51:26.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-05-28T04:51:26.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-05-28T04:51:26.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30842026-05-28T04:51:26.281Z
30852026-05-28T04:51:26.281Zinfo: running `cargo check --bins` on cockroach-admin-client (112/298)
30862026-05-28T04:51:26.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-05-28T04:51:26.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-05-28T04:51:26.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-05-28T04:51:26.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30902026-05-28T04:51:26.901Z
30912026-05-28T04:51:26.901Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/298)
30922026-05-28T04:51:27.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-05-28T04:51:27.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-05-28T04:51:27.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-05-28T04:51:27.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30962026-05-28T04:51:27.539Z
30972026-05-28T04:51:27.539Zinfo: running `cargo check --bins` on dns-service-client (114/298)
30982026-05-28T04:51:28.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-05-28T04:51:28.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-05-28T04:51:28.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-05-28T04:51:28.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31022026-05-28T04:51:28.172Z
31032026-05-28T04:51:28.172Zinfo: running `cargo check --bins` on installinator-client (115/298)
31042026-05-28T04:51:28.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-05-28T04:51:28.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-05-28T04:51:28.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-05-28T04:51:28.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31082026-05-28T04:51:28.805Z
31092026-05-28T04:51:28.805Zinfo: running `cargo check --bins` on nexus-client (116/298)
31102026-05-28T04:51:29.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-05-28T04:51:29.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-05-28T04:51:29.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-05-28T04:51:29.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31142026-05-28T04:51:29.482Z
31152026-05-28T04:51:29.482Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/298)
31162026-05-28T04:51:30.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-05-28T04:51:30.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-05-28T04:51:30.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-05-28T04:51:30.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31202026-05-28T04:51:30.152Z
31212026-05-28T04:51:30.152Zinfo: running `cargo check --bins` on ntp-admin-client (118/298)
31222026-05-28T04:51:30.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-05-28T04:51:30.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-05-28T04:51:30.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-05-28T04:51:30.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31262026-05-28T04:51:30.764Z
31272026-05-28T04:51:30.764Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/298)
31282026-05-28T04:51:31.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-05-28T04:51:31.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-05-28T04:51:31.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-05-28T04:51:31.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31322026-05-28T04:51:31.385Z
31332026-05-28T04:51:31.385Zinfo: running `cargo check --bins` on oxide-client (120/298)
31342026-05-28T04:51:31.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-05-28T04:51:31.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-05-28T04:51:31.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-05-28T04:51:31.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31382026-05-28T04:51:32.002Z
31392026-05-28T04:51:32.002Zinfo: running `cargo check --bins` on oximeter-client (121/298)
31402026-05-28T04:51:32.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-05-28T04:51:32.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-05-28T04:51:32.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-05-28T04:51:32.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31442026-05-28T04:51:32.617Z
31452026-05-28T04:51:32.617Zinfo: running `cargo check --bins` on repo-depot-client (122/298)
31462026-05-28T04:51:33.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-05-28T04:51:33.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-05-28T04:51:33.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-05-28T04:51:33.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31502026-05-28T04:51:33.230Z
31512026-05-28T04:51:33.230Zinfo: running `cargo check --bins` on sled-agent-client (123/298)
31522026-05-28T04:51:33.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-05-28T04:51:33.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-05-28T04:51:33.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-05-28T04:51:33.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31562026-05-28T04:51:33.865Z
31572026-05-28T04:51:33.865Zinfo: running `cargo check --bins` on wicketd-client (124/298)
31582026-05-28T04:51:34.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-05-28T04:51:34.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-05-28T04:51:34.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-05-28T04:51:34.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31622026-05-28T04:51:34.516Z
31632026-05-28T04:51:34.516Zinfo: running `cargo check --bins` on installinator-common (125/298)
31642026-05-28T04:51:35.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-05-28T04:51:35.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-05-28T04:51:35.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-05-28T04:51:35.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31682026-05-28T04:51:35.154Z
31692026-05-28T04:51:35.154Zinfo: running `cargo check --bins` on installinator-common-versions (126/298)
31702026-05-28T04:51:35.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-05-28T04:51:35.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-05-28T04:51:35.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-05-28T04:51:35.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31742026-05-28T04:51:35.764Z
31752026-05-28T04:51:35.764Zinfo: running `cargo check --bins` on wicket-common (127/298)
31762026-05-28T04:51:36.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-05-28T04:51:36.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-05-28T04:51:36.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-05-28T04:51:36.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31802026-05-28T04:51:36.398Z
31812026-05-28T04:51:36.398Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/298)
31822026-05-28T04:51:36.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-05-28T04:51:36.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-05-28T04:51:37.110Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31852026-05-28T04:51:37.230Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31862026-05-28T04:51:37.238Z Checking csv-core v0.1.13
31872026-05-28T04:51:37.246Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31882026-05-28T04:51:37.253Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31892026-05-28T04:51:37.256Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31902026-05-28T04:51:37.276Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31912026-05-28T04:51:37.287Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31922026-05-28T04:51:37.395Z Checking csv v1.4.0
31932026-05-28T04:51:37.427Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31942026-05-28T04:51:37.453Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31952026-05-28T04:51:37.467Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31962026-05-28T04:51:37.497Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31972026-05-28T04:51:37.737Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31982026-05-28T04:51:38.103Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31992026-05-28T04:51:38.106Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32002026-05-28T04:51:38.438Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32012026-05-28T04:51:44.281Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32022026-05-28T04:51:44.808Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32032026-05-28T04:51:47.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.74s
32042026-05-28T04:51:47.339Z
32052026-05-28T04:51:47.339Zinfo: running `cargo check --bins` on cockroach-admin-api (129/298)
32062026-05-28T04:51:47.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-05-28T04:51:47.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-05-28T04:51:47.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-05-28T04:51:47.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32102026-05-28T04:51:47.965Z
32112026-05-28T04:51:47.965Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/298)
32122026-05-28T04:51:48.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-05-28T04:51:48.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-05-28T04:51:48.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-05-28T04:51:48.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32162026-05-28T04:51:48.681Z
32172026-05-28T04:51:48.681Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/298)
32182026-05-28T04:51:49.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-05-28T04:51:49.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-05-28T04:51:49.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-05-28T04:51:49.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32222026-05-28T04:51:49.390Z
32232026-05-28T04:51:49.390Zinfo: running `cargo check --bins` on gateway-test-utils (132/298)
32242026-05-28T04:51:49.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-05-28T04:51:49.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-05-28T04:51:49.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-05-28T04:51:49.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32282026-05-28T04:51:50.069Z
32292026-05-28T04:51:50.069Zinfo: running `cargo check --bins` on omicron-gateway (133/298)
32302026-05-28T04:51:50.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-05-28T04:51:50.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-05-28T04:51:50.944Z Compiling regress v0.11.1
32332026-05-28T04:51:51.121Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32342026-05-28T04:51:51.124Z Compiling unsafe-libyaml v0.2.11
32352026-05-28T04:51:51.124Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32362026-05-28T04:51:51.124Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32372026-05-28T04:51:51.128Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32382026-05-28T04:51:51.128Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32392026-05-28T04:51:51.353Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32402026-05-28T04:51:51.406Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32412026-05-28T04:51:51.488Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32422026-05-28T04:51:51.554Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32432026-05-28T04:51:51.960Z Compiling serde_yaml v0.9.34+deprecated
32442026-05-28T04:51:52.091Z Compiling semver v0.1.20
32452026-05-28T04:51:52.375Z Compiling rustc_version v0.1.7
32462026-05-28T04:51:52.584Z Compiling typify-impl v0.6.2
32472026-05-28T04:51:52.646Z Compiling cancel-safe-futures v0.1.5
32482026-05-28T04:51:52.664Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32492026-05-28T04:51:52.843Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32502026-05-28T04:51:52.858Z Compiling owo-colors v4.3.0
32512026-05-28T04:51:52.940Z Compiling newtype_derive v0.1.6
32522026-05-28T04:51:52.954Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32532026-05-28T04:51:53.130Z Checking libsw-core v0.3.2
32542026-05-28T04:51:53.409Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32552026-05-28T04:51:53.449Z Checking libsw v3.5.0
32562026-05-28T04:51:53.756Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32572026-05-28T04:51:53.907Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32582026-05-28T04:51:54.231Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32592026-05-28T04:51:54.277Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32602026-05-28T04:51:54.409Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32612026-05-28T04:51:54.509Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32622026-05-28T04:51:54.714Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32632026-05-28T04:51:54.815Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32642026-05-28T04:51:54.818Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32652026-05-28T04:51:54.890Z Checking tagptr v0.2.0
32662026-05-28T04:51:55.037Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32672026-05-28T04:51:55.053Z Checking linear-map v1.2.0
32682026-05-28T04:51:55.087Z Checking moka v0.12.13
32692026-05-28T04:51:55.114Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32702026-05-28T04:51:55.239Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32712026-05-28T04:51:55.258Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32722026-05-28T04:51:55.396Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32732026-05-28T04:51:55.419Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32742026-05-28T04:51:55.568Z Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
32752026-05-28T04:51:55.680Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32762026-05-28T04:51:55.726Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32772026-05-28T04:51:55.797Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32782026-05-28T04:51:55.847Z Checking unicode-linebreak v0.1.5
32792026-05-28T04:51:55.897Z Checking smawk v0.3.2
32802026-05-28T04:51:55.900Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32812026-05-28T04:51:56.050Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32822026-05-28T04:51:56.066Z Checking textwrap v0.16.2
32832026-05-28T04:51:56.081Z Checking hickory-resolver v0.25.2
32842026-05-28T04:51:56.084Z Checking steno v0.4.1
32852026-05-28T04:51:56.202Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32862026-05-28T04:51:56.316Z Compiling num-derive v0.3.3
32872026-05-28T04:51:56.316Z Compiling radium v0.7.0
32882026-05-28T04:51:56.586Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
32892026-05-28T04:51:56.822Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32902026-05-28T04:51:57.093Z Compiling typify-macro v0.6.2
32912026-05-28T04:51:57.109Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32922026-05-28T04:51:57.123Z Checking libscf-sys v1.1.0
32932026-05-28T04:51:57.234Z Checking nom v8.0.0
32942026-05-28T04:51:57.250Z Checking tap v1.0.1
32952026-05-28T04:51:57.264Z Compiling maybe-uninit v2.0.0
32962026-05-28T04:51:57.347Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
32972026-05-28T04:51:57.363Z Checking wyz v0.5.1
32982026-05-28T04:51:57.455Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
32992026-05-28T04:51:57.552Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33002026-05-28T04:51:57.587Z Compiling zerocopy-derive v0.6.6
33012026-05-28T04:51:57.631Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33022026-05-28T04:51:57.647Z Checking funty v2.0.0
33032026-05-28T04:51:57.729Z Compiling packed_struct v0.10.1
33042026-05-28T04:51:57.962Z Checking crc-catalog v2.4.0
33052026-05-28T04:51:58.008Z Checking bitvec v1.0.1
33062026-05-28T04:51:58.059Z Checking crc v3.4.0
33072026-05-28T04:51:58.320Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33082026-05-28T04:51:58.433Z Checking zerocopy v0.6.6
33092026-05-28T04:51:58.735Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33102026-05-28T04:51:58.845Z Compiling typify v0.6.2
33112026-05-28T04:51:58.962Z Compiling progenitor-impl v0.13.0
33122026-05-28T04:51:58.977Z Compiling progenitor-impl v0.14.0
33132026-05-28T04:51:59.117Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
33142026-05-28T04:51:59.298Z Compiling packed_struct_codegen v0.10.1
33152026-05-28T04:51:59.719Z Compiling bitfield-macros v0.19.4
33162026-05-28T04:51:59.925Z Compiling indexmap v1.9.3
33172026-05-28T04:51:59.968Z Checking nodrop v0.1.14
33182026-05-28T04:51:59.984Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33192026-05-28T04:52:00.066Z Checking array-init v0.0.4
33202026-05-28T04:52:00.148Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33212026-05-28T04:52:00.329Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33222026-05-28T04:52:00.370Z Checking smallvec v0.6.14
33232026-05-28T04:52:00.460Z Checking bitfield v0.19.4
33242026-05-28T04:52:00.636Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33252026-05-28T04:52:00.771Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33262026-05-28T04:52:00.786Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33272026-05-28T04:52:00.801Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33282026-05-28T04:52:01.236Z Checking base64 v0.21.7
33292026-05-28T04:52:01.360Z Checking hashbrown v0.12.3
33302026-05-28T04:52:01.495Z Checking ron v0.8.1
33312026-05-28T04:52:01.525Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-05-28T04:52:01.578Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33332026-05-28T04:52:01.597Z Compiling progenitor-macro v0.13.0
33342026-05-28T04:52:01.600Z Compiling progenitor-macro v0.14.0
33352026-05-28T04:52:01.755Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33362026-05-28T04:52:02.029Z Checking serde-hex v0.1.0
33372026-05-28T04:52:02.113Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33382026-05-28T04:52:02.284Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33392026-05-28T04:52:02.574Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33402026-05-28T04:52:02.593Z Checking hashbrown v0.13.2
33412026-05-28T04:52:02.865Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33422026-05-28T04:52:02.941Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
33432026-05-28T04:52:03.029Z Checking crc-any v2.5.0
33442026-05-28T04:52:03.101Z Checking object v0.30.4
33452026-05-28T04:52:03.136Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33462026-05-28T04:52:03.212Z Checking utf-8 v0.7.6
33472026-05-28T04:52:03.308Z Checking half v1.8.3
33482026-05-28T04:52:03.351Z Checking path-slash v0.1.5
33492026-05-28T04:52:03.460Z Checking void v1.0.2
33502026-05-28T04:52:03.511Z Checking serde_cbor v0.11.2
33512026-05-28T04:52:03.532Z Checking tungstenite v0.23.0
33522026-05-28T04:52:03.568Z Checking lzss v0.8.2
33532026-05-28T04:52:03.851Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33542026-05-28T04:52:03.890Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33552026-05-28T04:52:03.906Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33562026-05-28T04:52:03.946Z Checking nix v0.27.1
33572026-05-28T04:52:04.054Z Checking kstat-rs v0.2.4
33582026-05-28T04:52:04.151Z Checking fxhash v0.2.1
33592026-05-28T04:52:04.248Z Checking serde_bytes v0.11.19
33602026-05-28T04:52:04.276Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33612026-05-28T04:52:04.293Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33622026-05-28T04:52:04.429Z Checking tokio-tungstenite v0.23.1
33632026-05-28T04:52:04.454Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33642026-05-28T04:52:04.545Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33652026-05-28T04:52:04.609Z Checking signal-hook-tokio v0.3.1
33662026-05-28T04:52:05.497Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33672026-05-28T04:52:05.829Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33682026-05-28T04:52:06.050Z Checking progenitor v0.14.0
33692026-05-28T04:52:06.120Z Checking progenitor v0.13.0
33702026-05-28T04:52:06.176Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33712026-05-28T04:52:06.179Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33722026-05-28T04:52:06.244Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33732026-05-28T04:52:09.290Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33742026-05-28T04:52:16.794Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33752026-05-28T04:52:23.025Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33762026-05-28T04:52:24.405Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33772026-05-28T04:52:24.918Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
33782026-05-28T04:52:25.510Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
33792026-05-28T04:52:28.623Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33802026-05-28T04:52:36.471Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33812026-05-28T04:52:42.908Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33822026-05-28T04:52:44.416Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33832026-05-28T04:52:44.996Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33842026-05-28T04:52:47.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.17s
33852026-05-28T04:52:47.459Z
33862026-05-28T04:52:47.459Zinfo: running `cargo check --bins` on gateway-api (134/298)
33872026-05-28T04:52:47.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-05-28T04:52:47.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-05-28T04:52:47.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-05-28T04:52:47.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33912026-05-28T04:52:48.089Z
33922026-05-28T04:52:48.089Zinfo: running `cargo check --bins` on ipcc (135/298)
33932026-05-28T04:52:48.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-05-28T04:52:48.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-05-28T04:52:48.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-05-28T04:52:48.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33972026-05-28T04:52:48.719Z
33982026-05-28T04:52:48.719Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/298)
33992026-05-28T04:52:49.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-05-28T04:52:49.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-05-28T04:52:49.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-05-28T04:52:49.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34032026-05-28T04:52:49.334Z
34042026-05-28T04:52:49.334Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/298)
34052026-05-28T04:52:49.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-05-28T04:52:49.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-05-28T04:52:49.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-05-28T04:52:49.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34092026-05-28T04:52:49.982Z
34102026-05-28T04:52:49.982Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/298)
34112026-05-28T04:52:50.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-05-28T04:52:50.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-05-28T04:52:50.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-05-28T04:52:50.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34152026-05-28T04:52:50.606Z
34162026-05-28T04:52:50.606Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/298)
34172026-05-28T04:52:51.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-05-28T04:52:51.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-05-28T04:52:51.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-05-28T04:52:51.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34212026-05-28T04:52:51.227Z
34222026-05-28T04:52:51.227Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/298)
34232026-05-28T04:52:51.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-05-28T04:52:51.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-05-28T04:52:51.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-05-28T04:52:51.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34272026-05-28T04:52:51.858Z
34282026-05-28T04:52:51.858Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/298)
34292026-05-28T04:52:52.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-05-28T04:52:52.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-05-28T04:52:52.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-05-28T04:52:52.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34332026-05-28T04:52:52.509Z
34342026-05-28T04:52:52.509Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/298)
34352026-05-28T04:52:53.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-05-28T04:52:53.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-05-28T04:52:53.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-05-28T04:52:53.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34392026-05-28T04:52:53.139Z
34402026-05-28T04:52:53.139Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/298)
34412026-05-28T04:52:53.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-05-28T04:52:53.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-05-28T04:52:53.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-05-28T04:52:53.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34452026-05-28T04:52:53.772Z
34462026-05-28T04:52:53.772Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/298)
34472026-05-28T04:52:54.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-05-28T04:52:54.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-05-28T04:52:54.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-05-28T04:52:54.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34512026-05-28T04:52:54.399Z
34522026-05-28T04:52:54.399Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/298)
34532026-05-28T04:52:54.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-05-28T04:52:54.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-05-28T04:52:54.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-05-28T04:52:54.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34572026-05-28T04:52:55.026Z
34582026-05-28T04:52:55.026Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/298)
34592026-05-28T04:52:55.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-05-28T04:52:55.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-05-28T04:52:55.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-05-28T04:52:55.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34632026-05-28T04:52:55.650Z
34642026-05-28T04:52:55.650Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/298)
34652026-05-28T04:52:56.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-05-28T04:52:56.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-05-28T04:52:56.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-05-28T04:52:56.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34692026-05-28T04:52:56.278Z
34702026-05-28T04:52:56.278Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/298)
34712026-05-28T04:52:56.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-05-28T04:52:56.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-05-28T04:52:56.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-05-28T04:52:56.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34752026-05-28T04:52:56.923Z
34762026-05-28T04:52:56.923Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/298)
34772026-05-28T04:52:57.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-05-28T04:52:57.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-05-28T04:52:57.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-05-28T04:52:57.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34812026-05-28T04:52:57.569Z
34822026-05-28T04:52:57.569Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/298)
34832026-05-28T04:52:58.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-05-28T04:52:58.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-05-28T04:52:58.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-05-28T04:52:58.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34872026-05-28T04:52:58.213Z
34882026-05-28T04:52:58.213Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/298)
34892026-05-28T04:52:58.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-05-28T04:52:58.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-05-28T04:52:58.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-05-28T04:52:58.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34932026-05-28T04:52:58.861Z
34942026-05-28T04:52:58.861Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/298)
34952026-05-28T04:52:59.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-05-28T04:52:59.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-05-28T04:52:59.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-05-28T04:52:59.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34992026-05-28T04:52:59.512Z
35002026-05-28T04:52:59.513Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/298)
35012026-05-28T04:53:00.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-05-28T04:53:00.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-05-28T04:53:00.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-05-28T04:53:00.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35052026-05-28T04:53:00.159Z
35062026-05-28T04:53:00.159Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/298)
35072026-05-28T04:53:00.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-05-28T04:53:00.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-05-28T04:53:00.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-05-28T04:53:00.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35112026-05-28T04:53:00.807Z
35122026-05-28T04:53:00.807Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/298)
35132026-05-28T04:53:01.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-05-28T04:53:01.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-05-28T04:53:01.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-05-28T04:53:01.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35172026-05-28T04:53:01.449Z
35182026-05-28T04:53:01.449Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/298)
35192026-05-28T04:53:01.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-05-28T04:53:01.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-05-28T04:53:01.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-05-28T04:53:01.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35232026-05-28T04:53:02.095Z
35242026-05-28T04:53:02.095Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/298)
35252026-05-28T04:53:02.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-05-28T04:53:02.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-05-28T04:53:02.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-05-28T04:53:02.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35292026-05-28T04:53:02.741Z
35302026-05-28T04:53:02.741Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/298)
35312026-05-28T04:53:03.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-05-28T04:53:03.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-05-28T04:53:03.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-05-28T04:53:03.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35352026-05-28T04:53:03.364Z
35362026-05-28T04:53:03.364Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/298)
35372026-05-28T04:53:03.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-05-28T04:53:03.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-05-28T04:53:03.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-05-28T04:53:03.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35412026-05-28T04:53:03.990Z
35422026-05-28T04:53:03.990Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/298)
35432026-05-28T04:53:04.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-05-28T04:53:04.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-05-28T04:53:04.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-05-28T04:53:04.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35472026-05-28T04:53:04.617Z
35482026-05-28T04:53:04.617Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/298)
35492026-05-28T04:53:05.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-05-28T04:53:05.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-05-28T04:53:05.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-05-28T04:53:05.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35532026-05-28T04:53:05.244Z
35542026-05-28T04:53:05.244Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/298)
35552026-05-28T04:53:05.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-05-28T04:53:05.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-05-28T04:53:05.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-05-28T04:53:05.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35592026-05-28T04:53:05.872Z
35602026-05-28T04:53:05.872Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/298)
35612026-05-28T04:53:06.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-05-28T04:53:06.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-05-28T04:53:06.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-05-28T04:53:06.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35652026-05-28T04:53:06.503Z
35662026-05-28T04:53:06.503Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/298)
35672026-05-28T04:53:07.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-05-28T04:53:07.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-05-28T04:53:07.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-05-28T04:53:07.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35712026-05-28T04:53:07.131Z
35722026-05-28T04:53:07.131Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/298)
35732026-05-28T04:53:07.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-05-28T04:53:07.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-05-28T04:53:07.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-05-28T04:53:07.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35772026-05-28T04:53:07.760Z
35782026-05-28T04:53:07.760Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/298)
35792026-05-28T04:53:08.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-05-28T04:53:08.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-05-28T04:53:08.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-05-28T04:53:08.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35832026-05-28T04:53:08.403Z
35842026-05-28T04:53:08.403Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/298)
35852026-05-28T04:53:08.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-05-28T04:53:08.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-05-28T04:53:08.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-05-28T04:53:08.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35892026-05-28T04:53:09.052Z
35902026-05-28T04:53:09.052Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/298)
35912026-05-28T04:53:09.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-05-28T04:53:09.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-05-28T04:53:09.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-05-28T04:53:09.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35952026-05-28T04:53:09.699Z
35962026-05-28T04:53:09.699Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/298)
35972026-05-28T04:53:10.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-05-28T04:53:10.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-05-28T04:53:10.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-05-28T04:53:10.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36012026-05-28T04:53:10.344Z
36022026-05-28T04:53:10.344Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/298)
36032026-05-28T04:53:10.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-05-28T04:53:10.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-05-28T04:53:10.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-05-28T04:53:10.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36072026-05-28T04:53:10.985Z
36082026-05-28T04:53:10.985Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/298)
36092026-05-28T04:53:11.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-05-28T04:53:11.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-05-28T04:53:11.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-05-28T04:53:11.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36132026-05-28T04:53:11.630Z
36142026-05-28T04:53:11.630Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/298)
36152026-05-28T04:53:12.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-05-28T04:53:12.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-05-28T04:53:12.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-05-28T04:53:12.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36192026-05-28T04:53:12.280Z
36202026-05-28T04:53:12.280Zinfo: running `cargo check --bins` on oximeter-producer (173/298)
36212026-05-28T04:53:12.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-05-28T04:53:12.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-05-28T04:53:12.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-05-28T04:53:12.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36252026-05-28T04:53:12.946Z
36262026-05-28T04:53:12.946Zinfo: running `cargo check --bins` on internal-dns-resolver (174/298)
36272026-05-28T04:53:13.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-05-28T04:53:13.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-05-28T04:53:13.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-05-28T04:53:13.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36312026-05-28T04:53:13.571Z
36322026-05-28T04:53:13.572Zinfo: running `cargo check --bins` on dns-server (175/298)
36332026-05-28T04:53:14.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-05-28T04:53:14.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-05-28T04:53:14.248Z Compiling parking_lot_core v0.8.6
36362026-05-28T04:53:14.248Z Compiling atomicwrites v0.4.4
36372026-05-28T04:53:14.248Z Compiling git-stub v1.0.0
36382026-05-28T04:53:14.251Z Checking prefix-trie v0.7.0
36392026-05-28T04:53:14.251Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
36402026-05-28T04:53:14.494Z Compiling git-stub-vcs v0.1.0
36412026-05-28T04:53:14.661Z Checking hickory-server v0.25.2
36422026-05-28T04:53:14.764Z Checking parking_lot v0.11.2
36432026-05-28T04:53:14.772Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36442026-05-28T04:53:14.855Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36452026-05-28T04:53:14.858Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
36462026-05-28T04:53:14.941Z Checking sled v0.34.7
36472026-05-28T04:53:16.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
36482026-05-28T04:53:17.037Z
36492026-05-28T04:53:17.037Zinfo: running `cargo check --bins` on dns-server-api (176/298)
36502026-05-28T04:53:17.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-05-28T04:53:17.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-05-28T04:53:17.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-05-28T04:53:17.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36542026-05-28T04:53:17.658Z
36552026-05-28T04:53:17.658Zinfo: running `cargo check --bins` on oximeter-producer-api (177/298)
36562026-05-28T04:53:18.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-05-28T04:53:18.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-05-28T04:53:18.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-05-28T04:53:18.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36602026-05-28T04:53:18.285Z
36612026-05-28T04:53:18.285Zinfo: running `cargo check --bins` on sp-sim (178/298)
36622026-05-28T04:53:18.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-05-28T04:53:18.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-05-28T04:53:19.054Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36652026-05-28T04:53:20.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.70s
36662026-05-28T04:53:21.202Z
36672026-05-28T04:53:21.202Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/298)
36682026-05-28T04:53:21.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-05-28T04:53:21.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-05-28T04:53:21.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-05-28T04:53:21.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36722026-05-28T04:53:21.887Z
36732026-05-28T04:53:21.887Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/298)
36742026-05-28T04:53:22.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-05-28T04:53:22.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-05-28T04:53:22.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-05-28T04:53:22.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36782026-05-28T04:53:22.574Z
36792026-05-28T04:53:22.574Zinfo: running `cargo check --bins` on db-macros (181/298)
36802026-05-28T04:53:23.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-05-28T04:53:23.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-05-28T04:53:23.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-05-28T04:53:23.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36842026-05-28T04:53:23.187Z
36852026-05-28T04:53:23.188Zinfo: running `cargo check --bins` on nexus-macros-common (182/298)
36862026-05-28T04:53:23.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-05-28T04:53:23.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-05-28T04:53:23.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-05-28T04:53:23.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36902026-05-28T04:53:23.798Z
36912026-05-28T04:53:23.798Zinfo: running `cargo check --bins` on nexus-auth (183/298)
36922026-05-28T04:53:24.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-05-28T04:53:24.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-05-28T04:53:24.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-05-28T04:53:24.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36962026-05-28T04:53:24.478Z
36972026-05-28T04:53:24.478Zinfo: running `cargo check --bins` on authz-macros (184/298)
36982026-05-28T04:53:24.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-05-28T04:53:24.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-05-28T04:53:24.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-05-28T04:53:25.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37022026-05-28T04:53:25.087Z
37032026-05-28T04:53:25.087Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/298)
37042026-05-28T04:53:25.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-05-28T04:53:25.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-05-28T04:53:25.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-05-28T04:53:25.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37082026-05-28T04:53:25.776Z
37092026-05-28T04:53:25.776Zinfo: running `cargo check --bins` on nexus-db-model (186/298)
37102026-05-28T04:53:26.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-05-28T04:53:26.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-05-28T04:53:26.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-05-28T04:53:26.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
37142026-05-28T04:53:26.451Z
37152026-05-28T04:53:26.451Zinfo: running `cargo check --bins` on nexus-db-schema (187/298)
37162026-05-28T04:53:26.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-05-28T04:53:26.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-05-28T04:53:26.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-05-28T04:53:26.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37202026-05-28T04:53:27.069Z
37212026-05-28T04:53:27.069Zinfo: running `cargo check --bins` on omicron-rpaths (188/298)
37222026-05-28T04:53:27.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-05-28T04:53:27.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-05-28T04:53:27.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-05-28T04:53:27.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37262026-05-28T04:53:27.687Z
37272026-05-28T04:53:27.687Zinfo: running `cargo check --bins` on nexus-defaults (189/298)
37282026-05-28T04:53:28.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-05-28T04:53:28.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-05-28T04:53:28.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-05-28T04:53:28.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37322026-05-28T04:53:28.311Z
37332026-05-28T04:53:28.311Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/298)
37342026-05-28T04:53:28.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-05-28T04:53:28.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-05-28T04:53:28.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-05-28T04:53:28.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37382026-05-28T04:53:28.925Z
37392026-05-28T04:53:28.925Zinfo: running `cargo check --bins` on parallel-task-set (191/298)
37402026-05-28T04:53:29.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-28T04:53:29.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-28T04:53:29.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-05-28T04:53:29.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37442026-05-28T04:53:29.540Z
37452026-05-28T04:53:29.540Zinfo: running `cargo check --bins` on nexus-db-errors (192/298)
37462026-05-28T04:53:30.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-28T04:53:30.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-28T04:53:30.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37492026-05-28T04:53:30.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37502026-05-28T04:53:30.221Z
37512026-05-28T04:53:30.221Zinfo: running `cargo check --bins` on nexus-db-lookup (193/298)
37522026-05-28T04:53:30.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-28T04:53:30.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-28T04:53:30.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37552026-05-28T04:53:30.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
37562026-05-28T04:53:30.903Z
37572026-05-28T04:53:30.903Zinfo: running `cargo check --bins` on nexus-inventory (194/298)
37582026-05-28T04:53:31.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-28T04:53:31.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-28T04:53:31.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37612026-05-28T04:53:31.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
37622026-05-28T04:53:31.572Z
37632026-05-28T04:53:31.572Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/298)
37642026-05-28T04:53:32.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-28T04:53:32.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-28T04:53:32.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37672026-05-28T04:53:32.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37682026-05-28T04:53:32.220Z
37692026-05-28T04:53:32.220Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/298)
37702026-05-28T04:53:32.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-28T04:53:32.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-28T04:53:32.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37732026-05-28T04:53:32.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37742026-05-28T04:53:32.867Z
37752026-05-28T04:53:32.867Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/298)
37762026-05-28T04:53:33.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-28T04:53:33.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-28T04:53:33.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37792026-05-28T04:53:33.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37802026-05-28T04:53:33.516Z
37812026-05-28T04:53:33.516Zinfo: running `cargo check --bins` on key-manager (198/298)
37822026-05-28T04:53:34.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-28T04:53:34.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-28T04:53:34.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-28T04:53:34.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37862026-05-28T04:53:34.142Z
37872026-05-28T04:53:34.142Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/298)
37882026-05-28T04:53:34.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-28T04:53:34.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-28T04:53:34.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-28T04:53:34.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37922026-05-28T04:53:34.790Z
37932026-05-28T04:53:34.790Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/298)
37942026-05-28T04:53:35.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-28T04:53:35.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-28T04:53:35.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-28T04:53:35.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37982026-05-28T04:53:35.441Z
37992026-05-28T04:53:35.441Zinfo: running `cargo check --bins` on typed-rng (201/298)
38002026-05-28T04:53:35.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-28T04:53:35.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-28T04:53:35.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-28T04:53:35.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38042026-05-28T04:53:36.047Z
38052026-05-28T04:53:36.047Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/298)
38062026-05-28T04:53:36.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-28T04:53:36.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-28T04:53:36.950Z Compiling libefi-sys v0.1.0
38092026-05-28T04:53:36.953Z Compiling bitfield-struct v0.6.2
38102026-05-28T04:53:37.102Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38112026-05-28T04:53:37.110Z Compiling xshell-macros v0.2.7
38122026-05-28T04:53:37.121Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38132026-05-28T04:53:37.135Z Compiling typify-impl v0.4.3
38142026-05-28T04:53:37.137Z Compiling salty v0.3.0
38152026-05-28T04:53:37.162Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
38162026-05-28T04:53:37.176Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
38172026-05-28T04:53:37.289Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38182026-05-28T04:53:37.447Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38192026-05-28T04:53:37.462Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
38202026-05-28T04:53:37.481Z Checking xshell v0.2.7
38212026-05-28T04:53:37.610Z Checking primeorder v0.13.6
38222026-05-28T04:53:37.627Z Compiling proc-macro-error-attr2 v2.0.0
38232026-05-28T04:53:37.642Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
38242026-05-28T04:53:37.659Z Checking tungstenite v0.21.0
38252026-05-28T04:53:37.697Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38262026-05-28T04:53:37.847Z Checking p384 v0.13.1
38272026-05-28T04:53:37.850Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38282026-05-28T04:53:37.933Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38292026-05-28T04:53:37.991Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38302026-05-28T04:53:38.011Z Compiling proc-macro-error2 v2.0.1
38312026-05-28T04:53:38.071Z Checking tokio-tungstenite v0.21.0
38322026-05-28T04:53:38.167Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38332026-05-28T04:53:38.321Z Compiling tabled_derive v0.11.0
38342026-05-28T04:53:38.346Z Checking papergrid v0.17.0
38352026-05-28T04:53:38.367Z Checking testing_table v0.3.0
38362026-05-28T04:53:38.395Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
38372026-05-28T04:53:38.461Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
38382026-05-28T04:53:38.497Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38392026-05-28T04:53:38.668Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
38402026-05-28T04:53:38.693Z Compiling unicase v2.9.0
38412026-05-28T04:53:38.866Z Compiling illumos-nvpair-sys v0.2.0
38422026-05-28T04:53:38.899Z Checking corncobs v0.1.4
38432026-05-28T04:53:39.024Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38442026-05-28T04:53:39.040Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38452026-05-28T04:53:39.068Z Compiling mime_guess v2.0.5
38462026-05-28T04:53:39.135Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38472026-05-28T04:53:39.150Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
38482026-05-28T04:53:39.164Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
38492026-05-28T04:53:39.291Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38502026-05-28T04:53:39.467Z Checking progenitor-client v0.11.2
38512026-05-28T04:53:39.482Z Checking tabled v0.20.0
38522026-05-28T04:53:39.498Z Checking secrecy v0.8.0
38532026-05-28T04:53:39.599Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38542026-05-28T04:53:39.700Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38552026-05-28T04:53:39.743Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38562026-05-28T04:53:39.899Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38572026-05-28T04:53:39.936Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
38582026-05-28T04:53:40.031Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38592026-05-28T04:53:40.151Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38602026-05-28T04:53:40.188Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38612026-05-28T04:53:40.251Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38622026-05-28T04:53:40.302Z Checking filetime v0.2.27
38632026-05-28T04:53:40.443Z Checking crc8 v0.1.1
38642026-05-28T04:53:40.555Z Checking http-range v0.1.5
38652026-05-28T04:53:40.607Z Checking xattr v1.6.1
38662026-05-28T04:53:40.672Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38672026-05-28T04:53:40.698Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38682026-05-28T04:53:40.743Z Checking tar v0.4.45
38692026-05-28T04:53:40.858Z Checking illumos-nvpair v0.3.0
38702026-05-28T04:53:40.883Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38712026-05-28T04:53:41.020Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38722026-05-28T04:53:41.126Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38732026-05-28T04:53:41.144Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38742026-05-28T04:53:41.367Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38752026-05-28T04:53:41.416Z Checking atty v0.2.14
38762026-05-28T04:53:41.518Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
38772026-05-28T04:53:41.533Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38782026-05-28T04:53:41.569Z Compiling typify-macro v0.4.3
38792026-05-28T04:53:41.615Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38802026-05-28T04:53:41.684Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38812026-05-28T04:53:41.714Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38822026-05-28T04:53:41.730Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38832026-05-28T04:53:41.860Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38842026-05-28T04:53:42.055Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38852026-05-28T04:53:42.073Z Checking hyper-staticfile v0.10.1
38862026-05-28T04:53:42.110Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38872026-05-28T04:53:42.229Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38882026-05-28T04:53:42.362Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38892026-05-28T04:53:42.378Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38902026-05-28T04:53:42.633Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38912026-05-28T04:53:42.665Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38922026-05-28T04:53:42.908Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38932026-05-28T04:53:43.207Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38942026-05-28T04:53:43.260Z Compiling typify v0.4.3
38952026-05-28T04:53:43.376Z Compiling progenitor-impl v0.11.2
38962026-05-28T04:53:43.730Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38972026-05-28T04:53:44.231Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38982026-05-28T04:53:44.651Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38992026-05-28T04:53:44.945Z Compiling progenitor-macro v0.11.2
39002026-05-28T04:53:47.039Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39012026-05-28T04:53:47.376Z Checking progenitor v0.11.2
39022026-05-28T04:53:47.505Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
39032026-05-28T04:53:52.141Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39042026-05-28T04:54:03.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.20s
39052026-05-28T04:54:03.492Z
39062026-05-28T04:54:03.492Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/298)
39072026-05-28T04:54:04.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-05-28T04:54:04.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-05-28T04:54:04.329Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39102026-05-28T04:54:15.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
39112026-05-28T04:54:15.300Z
39122026-05-28T04:54:15.300Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/298)
39132026-05-28T04:54:15.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-05-28T04:54:15.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-05-28T04:54:16.129Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39162026-05-28T04:54:26.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
39172026-05-28T04:54:27.119Z
39182026-05-28T04:54:27.119Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/298)
39192026-05-28T04:54:27.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-05-28T04:54:27.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-05-28T04:54:27.955Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39222026-05-28T04:54:38.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
39232026-05-28T04:54:38.946Z
39242026-05-28T04:54:38.946Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/298)
39252026-05-28T04:54:39.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-05-28T04:54:39.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-05-28T04:54:39.776Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39282026-05-28T04:54:50.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
39292026-05-28T04:54:50.790Z
39302026-05-28T04:54:50.790Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/298)
39312026-05-28T04:54:51.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-05-28T04:54:51.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-05-28T04:54:51.627Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39342026-05-28T04:55:02.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
39352026-05-28T04:55:02.613Z
39362026-05-28T04:55:02.613Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/298)
39372026-05-28T04:55:03.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-05-28T04:55:03.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-05-28T04:55:03.447Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39402026-05-28T04:55:14.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
39412026-05-28T04:55:14.426Z
39422026-05-28T04:55:14.426Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/298)
39432026-05-28T04:55:15.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-05-28T04:55:15.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-05-28T04:55:15.258Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39462026-05-28T04:55:26.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
39472026-05-28T04:55:26.252Z
39482026-05-28T04:55:26.252Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/298)
39492026-05-28T04:55:26.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-05-28T04:55:26.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-05-28T04:55:26.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-05-28T04:55:26.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39532026-05-28T04:55:26.889Z
39542026-05-28T04:55:26.889Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/298)
39552026-05-28T04:55:27.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-05-28T04:55:27.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-05-28T04:55:27.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-05-28T04:55:27.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39592026-05-28T04:55:27.524Z
39602026-05-28T04:55:27.524Zinfo: running `cargo check --bins` on range-requests (212/298)
39612026-05-28T04:55:28.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-05-28T04:55:28.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-05-28T04:55:28.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-05-28T04:55:28.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39652026-05-28T04:55:28.153Z
39662026-05-28T04:55:28.153Zinfo: running `cargo check --bins` on repo-depot-api (213/298)
39672026-05-28T04:55:28.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-05-28T04:55:28.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-05-28T04:55:28.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-05-28T04:55:28.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39712026-05-28T04:55:28.777Z
39722026-05-28T04:55:28.777Zinfo: running `cargo check --bins` on sled-agent-api (214/298)
39732026-05-28T04:55:29.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-05-28T04:55:29.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-05-28T04:55:29.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-05-28T04:55:29.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39772026-05-28T04:55:29.429Z
39782026-05-28T04:55:29.429Zinfo: running `cargo check --bins` on sled-diagnostics (215/298)
39792026-05-28T04:55:29.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-05-28T04:55:29.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-05-28T04:55:29.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-05-28T04:55:29.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39832026-05-28T04:55:30.085Z
39842026-05-28T04:55:30.085Zinfo: running `cargo check --bins` on zfs-test-harness (216/298)
39852026-05-28T04:55:30.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-05-28T04:55:30.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-05-28T04:55:30.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-05-28T04:55:30.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39892026-05-28T04:55:30.738Z
39902026-05-28T04:55:30.738Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/298)
39912026-05-28T04:55:31.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-05-28T04:55:31.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-05-28T04:55:31.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-05-28T04:55:31.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39952026-05-28T04:55:31.391Z
39962026-05-28T04:55:31.392Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/298)
39972026-05-28T04:55:31.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-05-28T04:55:31.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-05-28T04:55:31.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-05-28T04:55:31.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40012026-05-28T04:55:32.044Z
40022026-05-28T04:55:32.044Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/298)
40032026-05-28T04:55:32.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-05-28T04:55:32.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-05-28T04:55:32.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-05-28T04:55:32.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40072026-05-28T04:55:32.718Z
40082026-05-28T04:55:32.718Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/298)
40092026-05-28T04:55:33.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-05-28T04:55:33.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-05-28T04:55:33.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-05-28T04:55:33.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40132026-05-28T04:55:33.369Z
40142026-05-28T04:55:33.369Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/298)
40152026-05-28T04:55:33.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-05-28T04:55:33.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-05-28T04:55:33.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-05-28T04:55:33.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40192026-05-28T04:55:34.027Z
40202026-05-28T04:55:34.027Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/298)
40212026-05-28T04:55:34.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-05-28T04:55:34.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-05-28T04:55:34.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40242026-05-28T04:55:34.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40252026-05-28T04:55:34.682Z
40262026-05-28T04:55:34.682Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/298)
40272026-05-28T04:55:35.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-05-28T04:55:35.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-05-28T04:55:35.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-05-28T04:55:35.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40312026-05-28T04:55:35.331Z
40322026-05-28T04:55:35.331Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/298)
40332026-05-28T04:55:35.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-05-28T04:55:35.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-05-28T04:55:35.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40362026-05-28T04:55:35.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40372026-05-28T04:55:36.014Z
40382026-05-28T04:55:36.014Zinfo: running `cargo check --bins` on trust-quorum (225/298)
40392026-05-28T04:55:36.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-05-28T04:55:36.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-05-28T04:55:36.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40422026-05-28T04:55:36.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40432026-05-28T04:55:36.675Z
40442026-05-28T04:55:36.675Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/298)
40452026-05-28T04:55:37.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40462026-05-28T04:55:37.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40472026-05-28T04:55:37.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40482026-05-28T04:55:37.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40492026-05-28T04:55:37.351Z
40502026-05-28T04:55:37.351Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/298)
40512026-05-28T04:55:37.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40522026-05-28T04:55:37.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40532026-05-28T04:55:37.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40542026-05-28T04:55:37.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40552026-05-28T04:55:38.043Z
40562026-05-28T04:55:38.043Zinfo: running `cargo check --bins` on update-common (228/298)
40572026-05-28T04:55:38.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40582026-05-28T04:55:38.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40592026-05-28T04:55:38.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40602026-05-28T04:55:38.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40612026-05-28T04:55:38.680Z
40622026-05-28T04:55:38.680Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/298)
40632026-05-28T04:55:39.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-05-28T04:55:39.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-05-28T04:55:39.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40662026-05-28T04:55:39.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40672026-05-28T04:55:39.373Z
40682026-05-28T04:55:39.374Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/298)
40692026-05-28T04:55:39.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-05-28T04:55:39.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-05-28T04:55:39.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-05-28T04:55:39.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40732026-05-28T04:55:39.994Z
40742026-05-28T04:55:39.994Zinfo: running `cargo check --bins` on reconfigurator-cli (231/298)
40752026-05-28T04:55:40.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-05-28T04:55:40.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-05-28T04:55:40.822Z Compiling fs-err v2.11.0
40782026-05-28T04:55:40.836Z Checking ignore v0.4.25
40792026-05-28T04:55:40.836Z Checking arc-swap v1.8.2
40802026-05-28T04:55:40.836Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40812026-05-28T04:55:40.960Z Checking predicates-tree v1.0.13
40822026-05-28T04:55:40.966Z Checking parse-size v1.1.0
40832026-05-28T04:55:40.997Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40842026-05-28T04:55:41.009Z Checking rand_seeder v0.4.0
40852026-05-28T04:55:41.075Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40862026-05-28T04:55:41.096Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40872026-05-28T04:55:41.149Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40882026-05-28T04:55:41.149Z Checking slog-scope v4.4.1
40892026-05-28T04:55:41.198Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40902026-05-28T04:55:41.285Z Compiling petname v2.0.2
40912026-05-28T04:55:41.299Z Checking slog-stdlog v4.1.1
40922026-05-28T04:55:41.315Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40932026-05-28T04:55:41.337Z Checking globwalk v0.9.1
40942026-05-28T04:55:41.387Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40952026-05-28T04:55:41.416Z Checking slog-envlogger v2.2.0
40962026-05-28T04:55:41.513Z Checking camino-tempfile-ext v0.3.3
40972026-05-28T04:55:41.565Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40982026-05-28T04:55:41.596Z Checking sapling-renderdag v0.1.0
40992026-05-28T04:55:41.707Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
41002026-05-28T04:55:41.755Z Checking subprocess v0.2.15
41012026-05-28T04:55:41.836Z Checking sync-ptr v0.1.4
41022026-05-28T04:55:41.976Z Checking colored v2.2.0
41032026-05-28T04:55:42.019Z Checking assert_matches v1.5.0
41042026-05-28T04:55:42.035Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
41052026-05-28T04:55:42.184Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
41062026-05-28T04:55:42.184Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
41072026-05-28T04:55:43.005Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41082026-05-28T04:55:44.400Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
41092026-05-28T04:55:46.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.82s
41102026-05-28T04:55:47.047Z
41112026-05-28T04:55:47.047Zinfo: running `cargo check --bins` on omicron-repl-utils (232/298)
41122026-05-28T04:55:47.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-05-28T04:55:47.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-05-28T04:55:47.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41152026-05-28T04:55:47.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41162026-05-28T04:55:47.671Z
41172026-05-28T04:55:47.671Zinfo: running `cargo check --bins` on transient-dns-server (233/298)
41182026-05-28T04:55:48.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-05-28T04:55:48.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-05-28T04:55:48.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41212026-05-28T04:55:48.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41222026-05-28T04:55:48.315Z
41232026-05-28T04:55:48.315Zinfo: running `cargo check --bins` on nexus-test-interface (234/298)
41242026-05-28T04:55:48.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-05-28T04:55:48.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-05-28T04:55:48.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-05-28T04:55:48.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
41282026-05-28T04:55:49.003Z
41292026-05-28T04:55:49.003Zinfo: running `cargo check --bins` on oximeter-collector (235/298)
41302026-05-28T04:55:49.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-05-28T04:55:49.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-05-28T04:55:49.776Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41332026-05-28T04:55:49.776Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41342026-05-28T04:55:50.419Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41352026-05-28T04:55:52.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
41362026-05-28T04:55:52.351Z
41372026-05-28T04:55:52.351Zinfo: running `cargo check --bins` on oximeter-api (236/298)
41382026-05-28T04:55:52.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-05-28T04:55:52.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-05-28T04:55:52.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41412026-05-28T04:55:52.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41422026-05-28T04:55:52.993Z
41432026-05-28T04:55:52.993Zinfo: running `cargo check --bins` on cert-dev (237/298)
41442026-05-28T04:55:53.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-05-28T04:55:53.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-05-28T04:55:53.621Z Checking yasna v0.5.2
41472026-05-28T04:55:54.027Z Checking rcgen v0.12.1
41482026-05-28T04:55:54.276Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41492026-05-28T04:55:54.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41502026-05-28T04:55:54.631Z
41512026-05-28T04:55:54.631Zinfo: running `cargo check --bins` on clickana (238/298)
41522026-05-28T04:55:55.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-05-28T04:55:55.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-05-28T04:55:55.311Z Compiling darling_core v0.23.0
41552026-05-28T04:55:55.315Z Compiling instability v0.3.11
41562026-05-28T04:55:55.433Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41572026-05-28T04:55:55.433Z Checking castaway v0.2.4
41582026-05-28T04:55:55.439Z Compiling indoc v2.0.7
41592026-05-28T04:55:55.446Z Checking unicode-truncate v1.1.0
41602026-05-28T04:55:55.467Z Checking lru v0.12.5
41612026-05-28T04:55:55.467Z Checking cassowary v0.3.0
41622026-05-28T04:55:55.522Z Checking compact_str v0.8.1
41632026-05-28T04:55:56.746Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41642026-05-28T04:55:56.843Z Compiling darling_macro v0.23.0
41652026-05-28T04:55:56.923Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41662026-05-28T04:55:57.253Z Compiling darling v0.23.0
41672026-05-28T04:55:57.872Z Checking ratatui v0.29.0
41682026-05-28T04:55:58.911Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41692026-05-28T04:55:59.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
41702026-05-28T04:55:59.763Z
41712026-05-28T04:55:59.763Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/298)
41722026-05-28T04:56:00.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41732026-05-28T04:56:00.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41742026-05-28T04:56:00.536Z Checking headers-core v0.3.0
41752026-05-28T04:56:00.540Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41762026-05-28T04:56:00.738Z Checking headers v0.4.1
41772026-05-28T04:56:01.110Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41782026-05-28T04:56:02.053Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41792026-05-28T04:56:02.614Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41802026-05-28T04:56:03.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
41812026-05-28T04:56:03.291Z
41822026-05-28T04:56:03.292Zinfo: running `cargo check --bins` on ch-dev (240/298)
41832026-05-28T04:56:03.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-05-28T04:56:03.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-05-28T04:56:04.062Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41862026-05-28T04:56:04.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
41872026-05-28T04:56:05.097Z
41882026-05-28T04:56:05.097Zinfo: running `cargo check --bins` on dev-tools-common (241/298)
41892026-05-28T04:56:05.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-05-28T04:56:05.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-05-28T04:56:05.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-05-28T04:56:05.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
41932026-05-28T04:56:05.598Z
41942026-05-28T04:56:05.598Zinfo: running `cargo check --bins` on crdb-seed (242/298)
41952026-05-28T04:56:06.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-05-28T04:56:06.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-05-28T04:56:06.364Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41982026-05-28T04:56:07.458Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41992026-05-28T04:56:07.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s
42002026-05-28T04:56:08.064Z
42012026-05-28T04:56:08.064Zinfo: running `cargo check --bins` on db-dev (243/298)
42022026-05-28T04:56:08.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-05-28T04:56:08.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-05-28T04:56:08.834Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
42052026-05-28T04:56:09.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
42062026-05-28T04:56:09.894Z
42072026-05-28T04:56:09.895Zinfo: running `cargo check --bins` on omicron-dev-lib (244/298)
42082026-05-28T04:56:10.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-05-28T04:56:10.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-05-28T04:56:10.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-05-28T04:56:10.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42122026-05-28T04:56:10.579Z
42132026-05-28T04:56:10.579Zinfo: running `cargo check --bins` on xtask-downloader (245/298)
42142026-05-28T04:56:11.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-05-28T04:56:11.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-05-28T04:56:11.222Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42172026-05-28T04:56:11.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
42182026-05-28T04:56:12.098Z
42192026-05-28T04:56:12.098Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/298)
42202026-05-28T04:56:12.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-05-28T04:56:12.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-05-28T04:56:12.897Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42232026-05-28T04:56:12.897Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42242026-05-28T04:56:12.901Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
42252026-05-28T04:56:12.901Z Checking git-stub v1.0.0
42262026-05-28T04:56:12.901Z Compiling trait-variant v0.1.2
42272026-05-28T04:56:12.901Z Checking is_ci v1.2.0
42282026-05-28T04:56:12.901Z Checking maplit v1.0.2
42292026-05-28T04:56:13.051Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
42302026-05-28T04:56:13.114Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
42312026-05-28T04:56:13.139Z Checking supports-color v3.0.2
42322026-05-28T04:56:13.168Z Checking git-stub-vcs v0.1.0
42332026-05-28T04:56:13.270Z Checking drift v0.2.0
42342026-05-28T04:56:13.304Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42352026-05-28T04:56:13.321Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42362026-05-28T04:56:13.362Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42372026-05-28T04:56:13.532Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42382026-05-28T04:56:13.553Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42392026-05-28T04:56:13.589Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42402026-05-28T04:56:13.611Z Checking dropshot-api-manager v0.7.2
42412026-05-28T04:56:13.802Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42422026-05-28T04:56:13.829Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42432026-05-28T04:56:13.949Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
42442026-05-28T04:56:14.298Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42452026-05-28T04:56:19.185Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42462026-05-28T04:56:20.262Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42472026-05-28T04:56:20.830Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42482026-05-28T04:56:21.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.25s
42492026-05-28T04:56:21.573Z
42502026-05-28T04:56:21.573Zinfo: running `cargo check --bins` on installinator-api (247/298)
42512026-05-28T04:56:22.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-05-28T04:56:22.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-05-28T04:56:22.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-05-28T04:56:22.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42552026-05-28T04:56:22.204Z
42562026-05-28T04:56:22.204Zinfo: running `cargo check --bins` on nexus-external-api (248/298)
42572026-05-28T04:56:22.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-05-28T04:56:22.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-05-28T04:56:22.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-05-28T04:56:22.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42612026-05-28T04:56:22.885Z
42622026-05-28T04:56:22.885Zinfo: running `cargo check --bins` on nexus-internal-api (249/298)
42632026-05-28T04:56:23.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-05-28T04:56:23.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-05-28T04:56:23.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-05-28T04:56:23.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42672026-05-28T04:56:23.565Z
42682026-05-28T04:56:23.565Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/298)
42692026-05-28T04:56:24.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-05-28T04:56:24.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-05-28T04:56:24.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-05-28T04:56:24.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42732026-05-28T04:56:24.244Z
42742026-05-28T04:56:24.244Zinfo: running `cargo check --bins` on ntp-admin-api (251/298)
42752026-05-28T04:56:24.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-05-28T04:56:24.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-05-28T04:56:24.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-05-28T04:56:24.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42792026-05-28T04:56:24.876Z
42802026-05-28T04:56:24.877Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/298)
42812026-05-28T04:56:25.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-05-28T04:56:25.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-05-28T04:56:25.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-05-28T04:56:25.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42852026-05-28T04:56:25.494Z
42862026-05-28T04:56:25.494Zinfo: running `cargo check --bins` on wicketd-api (253/298)
42872026-05-28T04:56:26.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-28T04:56:26.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-28T04:56:26.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-05-28T04:56:26.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42912026-05-28T04:56:26.147Z
42922026-05-28T04:56:26.147Zinfo: running `cargo check --bins` on omicron-ls-apis (254/298)
42932026-05-28T04:56:26.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-28T04:56:26.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-28T04:56:26.793Z Checking typeid v1.0.3
42962026-05-28T04:56:26.911Z Checking ordered-float v2.10.1
42972026-05-28T04:56:26.930Z Checking unicode-xid v0.2.6
42982026-05-28T04:56:26.944Z Checking cargo-platform v0.2.0
42992026-05-28T04:56:26.953Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
43002026-05-28T04:56:26.978Z Checking erased-serde v0.4.9
43012026-05-28T04:56:27.115Z Checking serde-value v0.7.0
43022026-05-28T04:56:27.290Z Checking serde-untagged v0.1.9
43032026-05-28T04:56:27.444Z Checking cargo-util-schemas v0.8.2
43042026-05-28T04:56:28.124Z Checking cargo_metadata v0.21.0
43052026-05-28T04:56:28.727Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43062026-05-28T04:56:29.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
43072026-05-28T04:56:29.590Z
43082026-05-28T04:56:29.590Zinfo: running `cargo check --bins` on mgs-dev (255/298)
43092026-05-28T04:56:30.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-05-28T04:56:30.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-05-28T04:56:30.375Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43122026-05-28T04:56:31.064Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43132026-05-28T04:56:31.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
43142026-05-28T04:56:31.852Z
43152026-05-28T04:56:31.852Zinfo: running `cargo check --bins --no-default-features` on omicron-omdb (256/298)
43162026-05-28T04:56:32.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-05-28T04:56:32.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-05-28T04:56:32.880Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43192026-05-28T04:56:32.880Z Compiling itertools v0.10.5
43202026-05-28T04:56:32.880Z Compiling vergen-lib v0.1.6
43212026-05-28T04:56:32.880Z Compiling vergen-gitcl v1.0.8
43222026-05-28T04:56:32.884Z Compiling dirs-sys-next v0.1.2
43232026-05-28T04:56:32.884Z Compiling diesel_derives v2.3.7
43242026-05-28T04:56:32.884Z Compiling crunchy v0.2.4
43252026-05-28T04:56:32.884Z Compiling glob v0.3.3
43262026-05-28T04:56:33.225Z Compiling dsl_auto_type v0.2.0
43272026-05-28T04:56:33.326Z Compiling dirs-next v2.0.0
43282026-05-28T04:56:33.342Z Checking scheduled-thread-pool v0.2.7
43292026-05-28T04:56:33.385Z Compiling diesel_table_macro_syntax v0.3.0
43302026-05-28T04:56:33.421Z Compiling clang-sys v1.8.1
43312026-05-28T04:56:33.447Z Compiling tiny-keccak v2.0.2
43322026-05-28T04:56:33.481Z Checking r2d2 v0.8.10
43332026-05-28T04:56:33.636Z Compiling term v0.7.0
43342026-05-28T04:56:33.687Z Compiling bit-vec v0.6.3
43352026-05-28T04:56:33.752Z Checking downcast-rs v2.0.2
43362026-05-28T04:56:33.851Z Compiling bit-set v0.5.3
43372026-05-28T04:56:33.905Z Compiling ascii-canvas v3.0.0
43382026-05-28T04:56:34.013Z Compiling ena v0.14.4
43392026-05-28T04:56:34.055Z Compiling libloading v0.8.9
43402026-05-28T04:56:34.151Z Compiling regex-syntax v0.6.29
43412026-05-28T04:56:34.168Z Compiling diff v0.1.13
43422026-05-28T04:56:34.193Z Compiling bindgen v0.71.1
43432026-05-28T04:56:34.223Z Compiling cexpr v0.6.0
43442026-05-28T04:56:34.262Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43452026-05-28T04:56:34.429Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43462026-05-28T04:56:34.454Z Compiling rustc-hash v2.1.1
43472026-05-28T04:56:34.598Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43482026-05-28T04:56:34.632Z Compiling libxml v0.3.3
43492026-05-28T04:56:34.651Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43502026-05-28T04:56:34.885Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43512026-05-28T04:56:34.908Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43522026-05-28T04:56:35.103Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43532026-05-28T04:56:35.200Z Compiling strum_macros v0.24.3
43542026-05-28T04:56:35.283Z Compiling indoc v1.0.9
43552026-05-28T04:56:35.778Z Compiling lalrpop v0.19.12
43562026-05-28T04:56:35.999Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43572026-05-28T04:56:36.194Z Checking derive_builder v0.20.2
43582026-05-28T04:56:36.258Z Compiling oso-derive v0.27.3
43592026-05-28T04:56:36.314Z Checking quick-xml v0.37.5
43602026-05-28T04:56:36.597Z Compiling impl-trait-for-tuples v0.2.3
43612026-05-28T04:56:36.748Z Checking openssl-probe v0.1.6
43622026-05-28T04:56:36.896Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43632026-05-28T04:56:37.194Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43642026-05-28T04:56:37.394Z Checking bb8 v0.8.6
43652026-05-28T04:56:37.657Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43662026-05-28T04:56:37.682Z Compiling libz-sys v1.1.24
43672026-05-28T04:56:37.870Z Checking nonempty v0.12.0
43682026-05-28T04:56:37.890Z Compiling strsim v0.10.0
43692026-05-28T04:56:38.039Z Compiling libgit2-sys v0.18.3+1.9.2
43702026-05-28T04:56:38.130Z Compiling darling_core v0.13.4
43712026-05-28T04:56:38.231Z Compiling vergen-git2 v9.1.0
43722026-05-28T04:56:38.266Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43732026-05-28T04:56:38.474Z Compiling base64 v0.21.7
43742026-05-28T04:56:38.474Z Compiling rustls v0.21.12
43752026-05-28T04:56:38.728Z Compiling ron v0.8.1
43762026-05-28T04:56:38.796Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43772026-05-28T04:56:39.170Z Checking diesel v2.3.7
43782026-05-28T04:56:39.684Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43792026-05-28T04:56:39.767Z Checking rustls-webpki v0.101.7
43802026-05-28T04:56:39.877Z Checking sct v0.7.1
43812026-05-28T04:56:40.016Z Compiling darling_macro v0.13.4
43822026-05-28T04:56:40.054Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43832026-05-28T04:56:40.486Z Compiling darling v0.13.4
43842026-05-28T04:56:40.611Z Compiling serde_with_macros v1.5.2
43852026-05-28T04:56:41.067Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43862026-05-28T04:56:41.465Z Compiling serde_with v1.14.0
43872026-05-28T04:56:41.481Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43882026-05-28T04:56:42.605Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43892026-05-28T04:56:42.876Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43902026-05-28T04:56:43.380Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43912026-05-28T04:56:44.124Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43922026-05-28T04:56:44.156Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43932026-05-28T04:56:44.318Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43942026-05-28T04:56:44.354Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43952026-05-28T04:56:44.509Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43962026-05-28T04:56:44.548Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43972026-05-28T04:56:44.581Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43982026-05-28T04:56:44.723Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43992026-05-28T04:56:44.927Z Checking tokio-rustls v0.24.1
44002026-05-28T04:56:45.132Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44012026-05-28T04:56:45.685Z Checking rustls-pemfile v1.0.4
44022026-05-28T04:56:45.731Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44032026-05-28T04:56:45.832Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-05-28T04:56:45.901Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
44052026-05-28T04:56:46.026Z Checking twox-hash v2.1.2
44062026-05-28T04:56:46.279Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44072026-05-28T04:56:46.308Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44082026-05-28T04:56:46.350Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44092026-05-28T04:56:46.423Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
44102026-05-28T04:56:46.573Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
44112026-05-28T04:56:47.846Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44122026-05-28T04:56:48.097Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44132026-05-28T04:56:48.409Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44142026-05-28T04:56:48.930Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
44152026-05-28T04:56:49.237Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44162026-05-28T04:56:49.601Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
44172026-05-28T04:56:49.745Z Checking console v0.16.2
44182026-05-28T04:56:50.059Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
44192026-05-28T04:56:50.210Z Checking fatfs v0.3.6
44202026-05-28T04:56:50.582Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44212026-05-28T04:56:50.684Z Compiling seq-macro v0.3.6
44222026-05-28T04:56:50.721Z Checking unit-prefix v0.5.2
44232026-05-28T04:56:50.859Z Checking indicatif v0.18.4
44242026-05-28T04:56:51.253Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44252026-05-28T04:56:51.345Z Checking support-bundle-viewer v0.1.2
44262026-05-28T04:56:51.593Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
44272026-05-28T04:56:51.893Z Checking multimap v0.10.1
44282026-05-28T04:56:57.802Z Checking diesel-dtrace v0.5.0
44292026-05-28T04:56:58.051Z Checking async-bb8-diesel v0.2.1
44302026-05-28T04:57:01.636Z Compiling samael v0.0.19
44312026-05-28T04:57:06.004Z Compiling git2 v0.20.4
44322026-05-28T04:57:07.033Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
44332026-05-28T04:57:07.801Z Compiling polar-core v0.27.3
44342026-05-28T04:57:08.396Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
44352026-05-28T04:57:12.431Z Checking oso v0.27.3
44362026-05-28T04:57:39.728Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44372026-05-28T04:58:50.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
44382026-05-28T04:58:50.989Z
44392026-05-28T04:58:50.989Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (257/298)
44402026-05-28T04:58:51.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-05-28T04:58:51.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-05-28T04:58:51.970Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44432026-05-28T04:58:59.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.93s
44442026-05-28T04:59:00.189Z
44452026-05-28T04:59:00.189Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-omdb (258/298)
44462026-05-28T04:59:00.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-05-28T04:59:00.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-05-28T04:59:01.087Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44492026-05-28T04:59:09.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.84s
44502026-05-28T04:59:09.295Z
44512026-05-28T04:59:09.295Zinfo: running `cargo check --bins` on nexus-networking (259/298)
44522026-05-28T04:59:09.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-05-28T04:59:09.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-05-28T04:59:09.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-05-28T04:59:09.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
44562026-05-28T04:59:09.994Z
44572026-05-28T04:59:09.994Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/298)
44582026-05-28T04:59:10.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-05-28T04:59:10.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-05-28T04:59:10.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-05-28T04:59:10.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
44622026-05-28T04:59:10.697Z
44632026-05-28T04:59:10.697Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/298)
44642026-05-28T04:59:11.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-05-28T04:59:11.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-05-28T04:59:11.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44672026-05-28T04:59:11.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
44682026-05-28T04:59:11.396Z
44692026-05-28T04:59:11.396Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/298)
44702026-05-28T04:59:11.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-05-28T04:59:11.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-05-28T04:59:11.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-05-28T04:59:11.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44742026-05-28T04:59:12.022Z
44752026-05-28T04:59:12.022Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/298)
44762026-05-28T04:59:12.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-05-28T04:59:12.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-05-28T04:59:12.901Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44792026-05-28T04:59:49.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.49s
44802026-05-28T04:59:49.748Z
44812026-05-28T04:59:49.748Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/298)
44822026-05-28T04:59:50.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-05-28T04:59:50.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-05-28T04:59:50.626Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44852026-05-28T05:00:26.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.12s
44862026-05-28T05:00:27.108Z
44872026-05-28T05:00:27.108Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-nexus (265/298)
44882026-05-28T05:00:27.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-05-28T05:00:27.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-05-28T05:00:27.971Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44912026-05-28T05:00:28.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
44922026-05-28T05:00:29.016Z
44932026-05-28T05:00:29.016Zinfo: running `cargo check --bins` on nexus-background-task-interface (266/298)
44942026-05-28T05:00:29.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-05-28T05:00:29.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-05-28T05:00:29.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44972026-05-28T05:00:29.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44982026-05-28T05:00:29.648Z
44992026-05-28T05:00:29.648Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/298)
45002026-05-28T05:00:30.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-05-28T05:00:30.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-05-28T05:00:30.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45032026-05-28T05:00:30.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
45042026-05-28T05:00:30.334Z
45052026-05-28T05:00:30.335Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/298)
45062026-05-28T05:00:30.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-05-28T05:00:30.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-05-28T05:00:30.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45092026-05-28T05:00:30.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
45102026-05-28T05:00:31.032Z
45112026-05-28T05:00:31.032Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/298)
45122026-05-28T05:00:31.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-05-28T05:00:31.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-05-28T05:00:31.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45152026-05-28T05:00:31.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
45162026-05-28T05:00:31.724Z
45172026-05-28T05:00:31.724Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/298)
45182026-05-28T05:00:32.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-05-28T05:00:32.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-05-28T05:00:32.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45212026-05-28T05:00:32.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
45222026-05-28T05:00:32.405Z
45232026-05-28T05:00:32.405Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/298)
45242026-05-28T05:00:32.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-05-28T05:00:32.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-05-28T05:00:32.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45272026-05-28T05:00:32.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
45282026-05-28T05:00:33.105Z
45292026-05-28T05:00:33.105Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/298)
45302026-05-28T05:00:33.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-05-28T05:00:33.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-05-28T05:00:33.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45332026-05-28T05:00:33.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
45342026-05-28T05:00:33.799Z
45352026-05-28T05:00:33.799Zinfo: running `cargo check --bins` on support-bundle-collection (273/298)
45362026-05-28T05:00:34.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-05-28T05:00:34.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-05-28T05:00:34.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45392026-05-28T05:00:34.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
45402026-05-28T05:00:34.479Z
45412026-05-28T05:00:34.479Zinfo: running `cargo check --bins` on omicron-dev (274/298)
45422026-05-28T05:00:35.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-05-28T05:00:35.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-05-28T05:00:35.422Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45452026-05-28T05:00:35.422Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45462026-05-28T05:00:35.616Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45472026-05-28T05:00:35.620Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45482026-05-28T05:00:35.662Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45492026-05-28T05:00:35.665Z Checking yansi v1.0.1
45502026-05-28T05:00:35.665Z Checking diff v0.1.13
45512026-05-28T05:00:35.708Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45522026-05-28T05:00:35.759Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45532026-05-28T05:00:35.924Z Checking pretty_assertions v1.4.1
45542026-05-28T05:00:36.687Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45552026-05-28T05:00:36.835Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45562026-05-28T05:01:00.689Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45572026-05-28T05:01:00.692Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45582026-05-28T05:01:00.692Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45592026-05-28T05:01:00.693Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45602026-05-28T05:01:00.693Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45612026-05-28T05:01:00.693Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45622026-05-28T05:01:01.595Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45632026-05-28T05:01:01.599Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45642026-05-28T05:01:02.889Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45652026-05-28T05:01:39.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
45662026-05-28T05:01:39.339Z
45672026-05-28T05:01:39.339Zinfo: running `cargo check --bins` on omicron-pins (275/298)
45682026-05-28T05:01:39.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-05-28T05:01:39.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-05-28T05:01:39.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45712026-05-28T05:01:39.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45722026-05-28T05:01:39.965Z
45732026-05-28T05:01:39.965Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (276/298)
45742026-05-28T05:01:40.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-28T05:01:40.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-28T05:01:40.797Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45772026-05-28T05:01:40.925Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45782026-05-28T05:01:40.933Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45792026-05-28T05:02:06.743Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45802026-05-28T05:02:07.216Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45812026-05-28T05:02:09.005Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45822026-05-28T05:02:09.539Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45832026-05-28T05:02:12.581Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45842026-05-28T05:02:35.232Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45852026-05-28T05:02:36.006Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45862026-05-28T05:02:37.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.80s
45872026-05-28T05:02:38.011Z
45882026-05-28T05:02:38.011Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (277/298)
45892026-05-28T05:02:38.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-05-28T05:02:38.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-05-28T05:02:38.774Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45922026-05-28T05:02:39.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
45932026-05-28T05:02:39.728Z
45942026-05-28T05:02:39.728Zinfo: running `cargo check --bins` on omicron-releng (278/298)
45952026-05-28T05:02:40.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-05-28T05:02:40.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-05-28T05:02:40.405Z Compiling blake3 v1.8.3
45982026-05-28T05:02:40.519Z Checking arrayvec v0.7.6
45992026-05-28T05:02:40.519Z Checking arrayref v0.3.9
46002026-05-28T05:02:40.522Z Checking constant_time_eq v0.4.2
46012026-05-28T05:02:40.538Z Checking topological-sort v0.2.2
46022026-05-28T05:02:40.541Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
46032026-05-28T05:02:40.541Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46042026-05-28T05:02:40.541Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46052026-05-28T05:02:40.589Z Checking shell-words v1.1.1
46062026-05-28T05:02:41.310Z Checking omicron-zone-package v0.12.2
46072026-05-28T05:02:42.021Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46082026-05-28T05:02:42.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
46092026-05-28T05:02:43.086Z
46102026-05-28T05:02:43.086Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (279/298)
46112026-05-28T05:02:43.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-05-28T05:02:43.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-05-28T05:02:43.754Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46142026-05-28T05:02:44.083Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
46152026-05-28T05:02:44.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
46162026-05-28T05:02:44.672Z
46172026-05-28T05:02:44.672Zinfo: running `cargo check --bins` on schema (280/298)
46182026-05-28T05:02:45.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-05-28T05:02:45.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-05-28T05:02:45.441Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46212026-05-28T05:02:46.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
46222026-05-28T05:02:46.449Z
46232026-05-28T05:02:46.450Zinfo: running `cargo check --bins` on xtask (281/298)
46242026-05-28T05:02:46.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46252026-05-28T05:02:46.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46262026-05-28T05:02:46.927Z Checking libc v0.2.185
46272026-05-28T05:02:46.930Z Checking serde v1.0.228
46282026-05-28T05:02:47.019Z Checking zerofrom v0.1.6
46292026-05-28T05:02:47.023Z Checking bitflags v2.11.0
46302026-05-28T05:02:47.030Z Checking smallvec v1.15.1
46312026-05-28T05:02:47.037Z Checking indexmap v2.14.0
46322026-05-28T05:02:47.047Z Checking serde_json v1.0.149
46332026-05-28T05:02:47.050Z Checking scroll v0.12.0
46342026-05-28T05:02:47.116Z Checking yoke v0.8.1
46352026-05-28T05:02:47.174Z Checking num-traits v0.2.19
46362026-05-28T05:02:47.207Z Checking thiserror v1.0.69
46372026-05-28T05:02:47.267Z Checking percent-encoding v2.3.2
46382026-05-28T05:02:47.287Z Checking zerovec v0.11.5
46392026-05-28T05:02:47.303Z Checking zerotrie v0.2.3
46402026-05-28T05:02:47.313Z Checking errno v0.3.14
46412026-05-28T05:02:47.395Z Checking serde_spanned v0.6.9
46422026-05-28T05:02:47.406Z Checking toml_datetime v0.6.11
46432026-05-28T05:02:47.427Z Checking rustix v1.1.3
46442026-05-28T05:02:47.518Z Checking log v0.4.29
46452026-05-28T05:02:47.544Z Checking zerocopy v0.7.35
46462026-05-28T05:02:47.559Z Checking form_urlencoded v1.2.2
46472026-05-28T05:02:47.581Z Checking toml_edit v0.22.27
46482026-05-28T05:02:47.651Z Checking getrandom v0.4.1
46492026-05-28T05:02:47.667Z Checking goblin v0.8.2
46502026-05-28T05:02:47.684Z Checking thiserror v2.0.18
46512026-05-28T05:02:47.696Z Checking ordered-float v2.10.1
46522026-05-28T05:02:47.718Z Checking tinystr v0.8.2
46532026-05-28T05:02:47.779Z Checking potential_utf v0.1.4
46542026-05-28T05:02:47.791Z Checking syn v2.0.117
46552026-05-28T05:02:47.896Z Checking icu_locale_core v2.1.1
46562026-05-28T05:02:47.909Z Checking icu_collections v2.1.1
46572026-05-28T05:02:47.920Z Checking serde-value v0.7.0
46582026-05-28T05:02:48.038Z Checking dtrace-parser v0.2.0
46592026-05-28T05:02:48.123Z Checking thread-id v4.2.2
46602026-05-28T05:02:48.208Z Checking once_cell v1.21.3
46612026-05-28T05:02:48.220Z Checking cargo-platform v0.2.0
46622026-05-28T05:02:48.239Z Checking terminal_size v0.4.3
46632026-05-28T05:02:48.274Z Checking memmap v0.7.0
46642026-05-28T05:02:48.370Z Checking clap_builder v4.6.0
46652026-05-28T05:02:48.382Z Checking tempfile v3.25.0
46662026-05-28T05:02:48.395Z Checking textwrap v0.16.2
46672026-05-28T05:02:48.406Z Checking fs-err v3.3.0
46682026-05-28T05:02:48.449Z Checking icu_provider v2.1.1
46692026-05-28T05:02:48.566Z Checking camino-tempfile v1.4.1
46702026-05-28T05:02:48.583Z Checking anyhow v1.0.102
46712026-05-28T05:02:48.601Z Checking tabled v0.15.0
46722026-05-28T05:02:48.681Z Checking toml v0.8.23
46732026-05-28T05:02:48.692Z Checking icu_normalizer v2.1.1
46742026-05-28T05:02:48.728Z Checking icu_properties v2.1.2
46752026-05-28T05:02:48.778Z Checking macaddr v1.0.1
46762026-05-28T05:02:48.967Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46772026-05-28T05:02:49.007Z Checking cargo_toml v0.21.0
46782026-05-28T05:02:49.526Z Checking idna_adapter v1.2.1
46792026-05-28T05:02:49.543Z Checking dof v0.3.0
46802026-05-28T05:02:49.591Z Checking clap v4.6.1
46812026-05-28T05:02:49.643Z Checking idna v1.1.0
46822026-05-28T05:02:49.805Z Checking usdt-impl v0.5.0
46832026-05-28T05:02:49.864Z Checking url v2.5.8
46842026-05-28T05:02:50.050Z Checking usdt v0.5.0
46852026-05-28T05:02:50.200Z Checking cargo-util-schemas v0.8.2
46862026-05-28T05:02:50.883Z Checking cargo_metadata v0.21.0
46872026-05-28T05:02:51.483Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46882026-05-28T05:02:51.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
46892026-05-28T05:02:52.023Z
46902026-05-28T05:02:52.023Zinfo: running `cargo check --bins` on dnsadm (282/298)
46912026-05-28T05:02:52.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-05-28T05:02:52.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-05-28T05:02:52.690Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46942026-05-28T05:02:53.167Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46952026-05-28T05:02:53.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
46962026-05-28T05:02:53.762Z
46972026-05-28T05:02:53.762Zinfo: running `cargo check --bins` on end-to-end-tests (283/298)
46982026-05-28T05:02:54.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-05-28T05:02:54.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-05-28T05:02:54.608Z Checking polyval v0.6.2
47012026-05-28T05:02:54.742Z Checking ctr v0.9.2
47022026-05-28T05:02:54.758Z Checking ssh-encoding v0.2.0
47032026-05-28T05:02:54.758Z Checking blowfish v0.9.1
47042026-05-28T05:02:54.778Z Checking password-hash v0.4.2
47052026-05-28T05:02:54.822Z Checking p521 v0.13.3
47062026-05-28T05:02:54.822Z Checking p256 v0.13.2
47072026-05-28T05:02:54.831Z Checking russh-cryptovec v0.7.3
47082026-05-28T05:02:54.881Z Checking ghash v0.5.1
47092026-05-28T05:02:54.902Z Checking bcrypt-pbkdf v0.10.0
47102026-05-28T05:02:54.907Z Checking md5 v0.7.0
47112026-05-28T05:02:54.935Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47122026-05-28T05:02:54.977Z Checking num-bigint v0.4.6
47132026-05-28T05:02:54.993Z Checking pbkdf2 v0.11.0
47142026-05-28T05:02:55.002Z Checking aes-gcm v0.10.3
47152026-05-28T05:02:55.073Z Checking des v0.8.1
47162026-05-28T05:02:55.078Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47172026-05-28T05:02:55.106Z Checking hex-literal v0.4.1
47182026-05-28T05:02:55.141Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47192026-05-28T05:02:55.170Z Checking ssh-cipher v0.2.0
47202026-05-28T05:02:55.171Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47212026-05-28T05:02:55.197Z Checking internet-checksum v0.2.1
47222026-05-28T05:02:55.322Z Checking ssh-key v0.6.7
47232026-05-28T05:02:55.427Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47242026-05-28T05:02:55.955Z Checking russh-keys v0.45.0
47252026-05-28T05:02:56.516Z Checking russh v0.45.0
47262026-05-28T05:03:12.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.06s
47272026-05-28T05:03:13.036Z
47282026-05-28T05:03:13.036Zinfo: running `cargo check --bins` on gateway-cli (284/298)
47292026-05-28T05:03:13.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47302026-05-28T05:03:13.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47312026-05-28T05:03:13.703Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47322026-05-28T05:03:13.817Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47332026-05-28T05:03:13.831Z Checking termios v0.3.3
47342026-05-28T05:03:15.026Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47352026-05-28T05:03:15.177Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47362026-05-28T05:03:16.960Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47372026-05-28T05:03:17.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
47382026-05-28T05:03:17.721Z
47392026-05-28T05:03:17.722Zinfo: running `cargo check --bins --no-default-features` on installinator (285/298)
47402026-05-28T05:03:18.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47412026-05-28T05:03:18.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47422026-05-28T05:03:18.461Z Checking multicast-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
47432026-05-28T05:03:18.581Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
47442026-05-28T05:03:18.591Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47452026-05-28T05:03:18.598Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47462026-05-28T05:03:18.598Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47472026-05-28T05:03:18.617Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47482026-05-28T05:03:18.869Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
47492026-05-28T05:03:19.354Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47502026-05-28T05:03:19.427Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e28c17517f8a59241b544456fce04cb6ef1b0b0c#e28c1751)
47512026-05-28T05:03:19.702Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47522026-05-28T05:03:19.702Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47532026-05-28T05:03:20.103Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47542026-05-28T05:03:20.422Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47552026-05-28T05:03:22.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
47562026-05-28T05:03:22.242Z
47572026-05-28T05:03:22.242Zinfo: running `cargo check --bins` on internal-dns-cli (286/298)
47582026-05-28T05:03:22.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47592026-05-28T05:03:22.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47602026-05-28T05:03:22.901Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47612026-05-28T05:03:23.354Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47622026-05-28T05:03:23.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
47632026-05-28T05:03:23.855Z
47642026-05-28T05:03:23.856Zinfo: running `cargo check --bins` on omicron-live-tests (287/298)
47652026-05-28T05:03:24.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47662026-05-28T05:03:24.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47672026-05-28T05:03:24.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47682026-05-28T05:03:24.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47692026-05-28T05:03:24.475Z
47702026-05-28T05:03:24.475Zinfo: running `cargo check --bins` on live-tests-macros (288/298)
47712026-05-28T05:03:25.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47722026-05-28T05:03:25.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47732026-05-28T05:03:25.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47742026-05-28T05:03:25.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47752026-05-28T05:03:25.095Z
47762026-05-28T05:03:25.095Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (289/298)
47772026-05-28T05:03:25.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47782026-05-28T05:03:25.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47792026-05-28T05:03:25.895Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47802026-05-28T05:03:26.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
47812026-05-28T05:03:26.765Z
47822026-05-28T05:03:26.765Zinfo: running `cargo check --bins` on omicron-ntp-admin (290/298)
47832026-05-28T05:03:27.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47842026-05-28T05:03:27.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47852026-05-28T05:03:27.444Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47862026-05-28T05:03:27.447Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47872026-05-28T05:03:27.726Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47882026-05-28T05:03:27.726Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47892026-05-28T05:03:28.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
47902026-05-28T05:03:28.713Z
47912026-05-28T05:03:28.713Zinfo: running `cargo check --bins` on ntp-admin-types (291/298)
47922026-05-28T05:03:29.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47932026-05-28T05:03:29.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47942026-05-28T05:03:29.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47952026-05-28T05:03:29.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47962026-05-28T05:03:29.333Z
47972026-05-28T05:03:29.333Zinfo: running `cargo check --bins` on omicron-package (292/298)
47982026-05-28T05:03:29.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47992026-05-28T05:03:29.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48002026-05-28T05:03:30.037Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48012026-05-28T05:03:31.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
48022026-05-28T05:03:31.312Z
48032026-05-28T05:03:31.312Zinfo: running `cargo check --bins` on tqdb (293/298)
48042026-05-28T05:03:31.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48052026-05-28T05:03:31.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48062026-05-28T05:03:32.201Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48072026-05-28T05:03:32.503Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48082026-05-28T05:03:33.013Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48092026-05-28T05:03:33.015Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48102026-05-28T05:03:38.995Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48112026-05-28T05:03:38.995Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48122026-05-28T05:03:39.577Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48132026-05-28T05:03:39.582Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48142026-05-28T05:03:39.582Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48152026-05-28T05:03:39.582Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48162026-05-28T05:03:40.317Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48172026-05-28T05:03:41.311Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48182026-05-28T05:03:42.082Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48192026-05-28T05:03:42.703Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48202026-05-28T05:03:47.177Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48212026-05-28T05:03:53.619Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48222026-05-28T05:03:53.622Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48232026-05-28T05:03:53.622Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48242026-05-28T05:03:53.622Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48252026-05-28T05:03:55.243Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48262026-05-28T05:03:56.664Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48272026-05-28T05:03:57.419Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48282026-05-28T05:03:58.735Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48292026-05-28T05:03:59.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.03s
48302026-05-28T05:03:59.572Z
48312026-05-28T05:03:59.572Zinfo: running `cargo check --bins` on wicket-dbg (294/298)
48322026-05-28T05:04:00.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48332026-05-28T05:04:00.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48342026-05-28T05:04:00.306Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48352026-05-28T05:04:00.306Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48362026-05-28T05:04:00.309Z Checking rtoolbox v0.0.3
48372026-05-28T05:04:00.426Z Checking tui-tree-widget v0.23.1
48382026-05-28T05:04:00.544Z Checking rpassword v7.4.0
48392026-05-28T05:04:01.542Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48402026-05-28T05:04:04.530Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48412026-05-28T05:04:06.352Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48422026-05-28T05:04:07.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s
48432026-05-28T05:04:07.458Z
48442026-05-28T05:04:07.458Zinfo: running `cargo check --bins` on wicket (295/298)
48452026-05-28T05:04:08.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48462026-05-28T05:04:08.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48472026-05-28T05:04:08.179Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48482026-05-28T05:04:08.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
48492026-05-28T05:04:08.739Z
48502026-05-28T05:04:08.739Zinfo: running `cargo check --bins` on wicketd (296/298)
48512026-05-28T05:04:09.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48522026-05-28T05:04:09.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48532026-05-28T05:04:09.493Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48542026-05-28T05:04:09.493Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48552026-05-28T05:04:09.496Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48562026-05-28T05:04:09.630Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
48572026-05-28T05:04:10.483Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48582026-05-28T05:04:11.049Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48592026-05-28T05:04:13.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
48602026-05-28T05:04:14.193Z
48612026-05-28T05:04:14.193Zinfo: running `cargo check --bins` on omicron-workspace-hack (297/298)
48622026-05-28T05:04:14.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48632026-05-28T05:04:14.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48642026-05-28T05:04:14.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48652026-05-28T05:04:14.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
48662026-05-28T05:04:14.814Z
48672026-05-28T05:04:14.814Zinfo: running `cargo check --bins` on zone-setup (298/298)
48682026-05-28T05:04:15.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48692026-05-28T05:04:15.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48702026-05-28T05:04:15.517Z Checking uzers v0.12.2
48712026-05-28T05:04:15.798Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48722026-05-28T05:04:16.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
48732026-05-28T05:04:16.756Z
48742026-05-28T05:04:16.760Zreal 15:36.086494171
48752026-05-28T05:04:16.760Zuser 22:47.113319904
48762026-05-28T05:04:16.760Zsys 4:45.126836282
48772026-05-28T05:04:16.760Ztrap 0.367726469
48782026-05-28T05:04:16.760Ztflt 0.707862327
48792026-05-28T05:04:16.760Zdflt 1.142406604
48802026-05-28T05:04:16.760Zkflt 0.005625099
48812026-05-28T05:04:16.760Zlock 1:26:20.907430241
48822026-05-28T05:04:16.760Zslp 1:51:09.235334430
48832026-05-28T05:04:16.760Zlat 1:03.704901153
48842026-05-28T05:04:16.760Zstop 3:55.515168417
48852026-05-28T05:04:16.760Zprocess exited: duration 1073586 ms, exit code 0
 
48862026-05-28T05:04:16.767Zfound 0 output files