01KW11N9K65FG0GPVVC7R8DS24: 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: 01KW11NS48PNEFV1PGTQ2VAX4P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T04:06:32.936Zjob assigned to worker 01KW11P0CF4X1S7PSZQ28PNYYT [factory aws, i-01abc349307f05cb8] (queued for 48 s)
 
22026-06-26T04:06:39.565Zstarting task 0: "setup"
32026-06-26T04:06:39.572Z++ uname -s
42026-06-26T04:06:39.575Z+ kern=SunOS
52026-06-26T04:06:39.575Z+ build_user=build
62026-06-26T04:06:39.576Z+ build_uid=12345
72026-06-26T04:06:39.576Z+ work_dir=/work
82026-06-26T04:06:39.576Z+ input_dir=/input
92026-06-26T04:06:39.576Z+ [[ 0 == 12345 ]]
102026-06-26T04:06:39.576Z+ case "$kern" in
112026-06-26T04:06:39.576Z+ groupadd -g 12345 build
122026-06-26T04:06:39.579Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T04:06:41.584Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T04:06:41.648Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T04:06:41.651Z+ home_fs=zfs
162026-06-26T04:06:41.651Z+ [[ zfs == autofs ]]
172026-06-26T04:06:41.651Z+ mkdir -p /home/build
182026-06-26T04:06:41.651Z+ chown build:build /home/build /work
192026-06-26T04:06:43.651Z+ chmod 0700 /home/build /work
202026-06-26T04:06:43.654Zprocess exited: duration 4090 ms, exit code 0
 
212026-06-26T04:06:43.660Zstarting task 1: "rust-toolchain"
222026-06-26T04:06:43.663Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-26T04:06:43.664Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-26T04:06:43.664Z * rust toolchain channel = "1.96.0"
252026-06-26T04:06:43.664Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-26T04:06:43.664Z * rust toolchain profile = "default"
272026-06-26T04:06:43.666Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T04:06:43.666Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T04:06:43.667Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-26T04:06:43.779Zinfo: downloading installer
312026-06-26T04:06:45.324Zwarn: It looks like you have an existing rustup settings file at:
322026-06-26T04:06:45.324Zwarn: /home/build/.rustup/settings.toml
332026-06-26T04:06:45.324Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-26T04:06:45.324Zwarn: instead of the one inferred from the default host triple.
352026-06-26T04:06:45.336Zinfo: profile set to default
362026-06-26T04:06:45.336Zinfo: default host triple is x86_64-unknown-illumos
372026-06-26T04:06:45.339Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-26T04:06:45.495Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-26T04:06:45.498Zinfo: downloading 6 components
402026-06-26T04:07:01.543Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-26T04:07:01.543Z
422026-06-26T04:07:01.569Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-26T04:07:01.569Z
442026-06-26T04:07:01.572Z
452026-06-26T04:07:01.572ZRust is installed now. Great!
462026-06-26T04:07:01.572Z
472026-06-26T04:07:01.572ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-26T04:07:01.572Zenvironment variable. This has not been done automatically.
492026-06-26T04:07:01.572Z
502026-06-26T04:07:01.572ZTo configure your current shell, you need to source
512026-06-26T04:07:01.572Zthe corresponding env file under $HOME/.cargo.
522026-06-26T04:07:01.572Z
532026-06-26T04:07:01.572ZThis is usually done by running one of the following (note the leading DOT):
542026-06-26T04:07:01.572Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-26T04:07:01.572Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-26T04:07:01.572Zsource "~/.cargo/env.nu" # For nushell
572026-06-26T04:07:01.572Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-26T04:07:01.572Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-26T04:07:01.572Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-26T04:07:01.572Zwarn: no default linker (`cc`) was found in your PATH
612026-06-26T04:07:01.572Zwarn: many Rust crates require a system C toolchain to build
622026-06-26T04:07:01.656Z+ rustup --version
632026-06-26T04:07:01.665Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-26T04:07:01.668Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-26T04:07:01.686Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-26T04:07:01.688Z+ cargo --version
672026-06-26T04:07:01.701Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-26T04:07:01.704Z+ rustc --version
692026-06-26T04:07:01.723Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-26T04:07:01.726Zprocess exited: duration 18065 ms, exit code 0
 
712026-06-26T04:07:01.731Zstarting task 2: "authentication"
722026-06-26T04:07:01.747Zprocess exited: duration 16 ms, exit code 0
 
732026-06-26T04:07:01.753Zstarting task 3: "clone repository"
742026-06-26T04:07:01.756Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-26T04:07:01.759Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-26T04:07:01.788ZCloning into '/work/oxidecomputer/omicron'...
772026-06-26T04:07:13.203Z+ cd /work/oxidecomputer/omicron
782026-06-26T04:07:13.203Z+ git fetch origin f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae
792026-06-26T04:07:13.593ZFrom https://github.com/oxidecomputer/omicron
802026-06-26T04:07:13.593Z * branch f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae -> FETCH_HEAD
812026-06-26T04:07:13.603Z+ [[ -n renovate/crucible-agent-client-digest ]]
822026-06-26T04:07:13.606Z++ git branch --show-current
832026-06-26T04:07:13.606Z+ current=main
842026-06-26T04:07:13.606Z+ [[ main != renovate/crucible-agent-client-digest ]]
852026-06-26T04:07:13.606Z+ git branch -f renovate/crucible-agent-client-digest f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae
862026-06-26T04:07:13.609Z+ git checkout -f renovate/crucible-agent-client-digest
872026-06-26T04:07:13.635ZSwitched to branch 'renovate/crucible-agent-client-digest'
882026-06-26T04:07:13.638Z+ git reset --hard f1ac12ce5c3e7769e153bc8a64a3fc40a90d31ae
892026-06-26T04:07:13.665ZHEAD is now at f1ac12ce5 Update crucible-agent-client digest to 2bfe090
902026-06-26T04:07:13.668Zprocess exited: duration 11913 ms, exit code 0
 
912026-06-26T04:07:13.675Zstarting task 4: "build"
922026-06-26T04:07:13.678Z+ source .github/buildomat/ci-env.sh
932026-06-26T04:07:13.681Z++ export CARGO_TERM_COLOR=always
942026-06-26T04:07:13.681Z++ CARGO_TERM_COLOR=always
952026-06-26T04:07:13.681Z+ cargo --version
962026-06-26T04:07:13.688Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-26T04:07:13.690Z+ rustc --version
982026-06-26T04:07:13.710Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-26T04:07:13.712Z+ source ./env.sh
1002026-06-26T04:07:13.712Z++ OLD_SHELL_OPTS=ehxB
1012026-06-26T04:07:13.712Z++ set -o xtrace
1022026-06-26T04:07:13.716Z++++ dirname ./env.sh
1032026-06-26T04:07:13.716Z+++ readlink -f .
1042026-06-26T04:07:13.719Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-26T04:07:13.719Z++ 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-06-26T04:07:13.719Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-26T04:07:13.719Z++ 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-06-26T04:07:13.719Z++ 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-06-26T04:07:13.719Z++ 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-06-26T04:07:13.720Z++ 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-06-26T04:07:13.720Z++ 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-06-26T04:07:13.720Z++ 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-06-26T04:07:13.720Z++ 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-06-26T04:07:13.720Z++ 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-06-26T04:07:13.720Z++ case $OLD_SHELL_OPTS in
1162026-06-26T04:07:13.720Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-26T04:07:13.720Z+ 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-06-26T04:07:13.720Z+ 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-06-26T04:07:13.720Z+ banner prerequisites
1202026-06-26T04:07:13.723Z
1212026-06-26T04:07:13.723Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-26T04:07:13.723Z # # # # # # # # # # # # # # #
1232026-06-26T04:07:13.723Z # # # # ##### # # ##### # # # # # #### #
1242026-06-26T04:07:13.723Z ##### ##### # ##### # # # # # # # # #
1252026-06-26T04:07:13.723Z # # # # # # # # # # # # # # #
1262026-06-26T04:07:13.723Z # # # ###### # # ###### ### # #### # #### #
1272026-06-26T04:07:13.723Z
1282026-06-26T04:07:13.723Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-26T04:07:15.217Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-26T04:07:15.324Z Startup: Caching catalogs ... Done
1312026-06-26T04:07:15.809ZPlanning: Solver setup ... Done (0.439s)
1322026-06-26T04:07:15.833ZPlanning: Running solver ... Done (0.024s)
1332026-06-26T04:07:15.843ZPlanning: Finding local manifests ... Done (0.002s)
1342026-06-26T04:07:15.854ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-26T04:07:15.874ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-26T04:07:15.914ZPlanning: Package planning ... Done (0.013s)
1372026-06-26T04:07:15.914ZPlanning: Merging actions ... Done (0.001s)
1382026-06-26T04:07:16.052ZPlanning: Checking for conflicting actions ... Done (0.163s)
1392026-06-26T04:07:16.056ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-26T04:07:16.726ZPlanning: Evaluating mediators ... Done (0.673s)
1412026-06-26T04:07:16.729ZPlanning: Planning completed in 1.38 seconds
1422026-06-26T04:07:16.735Z Packages to install: 2
1432026-06-26T04:07:16.735Z Estimated space available: 156.06 GB
1442026-06-26T04:07:16.738ZEstimated space to be consumed: 30.96 MB
1452026-06-26T04:07:16.738Z Create boot environment: No
1462026-06-26T04:07:16.738ZCreate backup boot environment: No
1472026-06-26T04:07:16.738Z Rebuild boot archive: No
1482026-06-26T04:07:16.738Z
1492026-06-26T04:07:16.738ZChanged packages:
1502026-06-26T04:07:16.738Zhelios
1512026-06-26T04:07:16.738Z developer/build-essential
1522026-06-26T04:07:16.738Z None -> 11-3.0
1532026-06-26T04:07:16.738Z library/libxmlsec1
1542026-06-26T04:07:16.738Z None -> 1.2.35-3.0
1552026-06-26T04:07:16.758Z
1562026-06-26T04:07:16.758ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-26T04:07:17.483ZDownload: Completed 1.28 MB in 0.73 seconds (1.8M/s)
1582026-06-26T04:07:17.572Z Actions: 1/268 actions (Installing new actions)
1592026-06-26T04:07:17.609Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-26T04:07:17.620ZFinalize: Updating package state database ... Done (0.010s)
1612026-06-26T04:07:17.623ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-26T04:07:17.648ZFinalize: Updating image state ... Done (0.028s)
1632026-06-26T04:07:19.973ZFinalize: Creating fast lookup database ... Done (2.300s)
1642026-06-26T04:07:20.039ZFinalize: Reading search index ... Done (0.011s)
1652026-06-26T04:07:20.042ZFinalize: Updating search index ... Done (0.000s)
1662026-06-26T04:07:20.167ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-26T04:07:20.472ZPlanning: Evaluating mediator changes ... Done
1682026-06-26T04:07:20.576ZPlanning: Checking for conflicting actions ... Done
1692026-06-26T04:07:20.579ZPlanning: Consolidating action changes ... Done
1702026-06-26T04:07:20.732ZPlanning: Evaluating mediators ... Done
1712026-06-26T04:07:20.734ZPlanning: Planning completed in 0.26 seconds
1722026-06-26T04:07:20.754Z Mediators to change: 2
1732026-06-26T04:07:20.757Z Create boot environment: No
1742026-06-26T04:07:20.757ZCreate backup boot environment: No
1752026-06-26T04:07:20.804ZFinalize: Updating package state database ... Done
1762026-06-26T04:07:20.806ZFinalize: Updating package cache ... Done
1772026-06-26T04:07:20.820ZFinalize: Updating image state ... Done
1782026-06-26T04:07:22.738ZFinalize: Creating fast lookup database ... Done
1792026-06-26T04:07:22.800ZFinalize: Reading search index ... Done
1802026-06-26T04:07:22.802ZFinalize: Updating search index ... Done
1812026-06-26T04:07:22.878ZFinalize: Updating package cache ... Done
1822026-06-26T04:07:23.158ZPlanning: Evaluating mediator changes ... Done
1832026-06-26T04:07:23.263ZPlanning: Checking for conflicting actions ... Done
1842026-06-26T04:07:23.266ZPlanning: Consolidating action changes ... Done
1852026-06-26T04:07:23.418ZPlanning: Evaluating mediators ... Done
1862026-06-26T04:07:23.421ZPlanning: Planning completed in 0.26 seconds
1872026-06-26T04:07:23.441Z Mediators to change: 1
1882026-06-26T04:07:23.441Z Create boot environment: No
1892026-06-26T04:07:23.444ZCreate backup boot environment: No
1902026-06-26T04:07:23.479ZFinalize: Updating package state database ... Done
1912026-06-26T04:07:23.480ZFinalize: Updating package cache ... Done
1922026-06-26T04:07:23.495ZFinalize: Updating image state ... Done
1932026-06-26T04:07:25.421ZFinalize: Creating fast lookup database ... Done
1942026-06-26T04:07:25.484ZFinalize: Reading search index ... Done
1952026-06-26T04:07:25.487ZFinalize: Updating search index ... Done
1962026-06-26T04:07:25.544ZFinalize: Updating package cache ... Done
1972026-06-26T04:07:25.858ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-26T04:07:25.858Zapache system 2.4 system
1992026-06-26T04:07:25.858Zclang system 15 system
2002026-06-26T04:07:25.858Zcsh system system illumos
2012026-06-26T04:07:25.858Zctags system system illumos
2022026-06-26T04:07:25.858Zfile vendor vendor darwinsys
2032026-06-26T04:07:25.858Zfile system system illumos
2042026-06-26T04:07:25.858Zgcc vendor 14 vendor
2052026-06-26T04:07:25.858Zgcc system 13 system
2062026-06-26T04:07:25.858Zgcc system 10 system
2072026-06-26T04:07:25.858Zgo system 1.25 system
2082026-06-26T04:07:25.858Zllvm system 15 system
2092026-06-26T04:07:25.858Zmariadb system 11.4 system
2102026-06-26T04:07:25.858Zmta vendor vendor dma
2112026-06-26T04:07:25.858Zopenjdk system 17 system
2122026-06-26T04:07:25.858Zopenjdk system 11 system
2132026-06-26T04:07:25.858Zopenssl vendor 3 vendor
2142026-06-26T04:07:25.858Zperl system 5.40 system
2152026-06-26T04:07:25.858Zpostgresql system 18 system
2162026-06-26T04:07:25.858Zpostgresql system 17 system
2172026-06-26T04:07:25.858Zpython vendor 3 vendor
2182026-06-26T04:07:25.858Zpython system 2 system
2192026-06-26T04:07:25.859Zpython3 vendor 3.13 vendor
2202026-06-26T04:07:25.859Zruby system 3.4 system
2212026-06-26T04:07:25.859Zruby system 3.0 system
2222026-06-26T04:07:25.859Zwords vendor vendor american-english
2232026-06-26T04:07:25.859Zwords system system australian-english
2242026-06-26T04:07:25.859Zwords system system british-english
2252026-06-26T04:07:25.859Zwords system system canadian-english
2262026-06-26T04:07:25.859Zwords system system french
2272026-06-26T04:07:25.859Zwords system system italian
2282026-06-26T04:07:25.860Zwords system system ngerman
2292026-06-26T04:07:25.860Zwords system system ogerman
2302026-06-26T04:07:25.860Zwords system system spanish
2312026-06-26T04:07:26.107ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-26T04:07:26.107Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-26T04:07:26.410ZFMRI IFO
2342026-06-26T04:07:26.410Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-26T04:07:26.410Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-26T04:07:26.410Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-26T04:07:26.410Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-26T04:07:26.410Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-26T04:07:26.410Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-26T04:07:26.411Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-26T04:07:26.411Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-26T04:07:26.411Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-26T04:07:26.655Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-26T04:07:26.947Z Updating crates.io index
2452026-06-26T04:07:26.954Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-26T04:07:27.220Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-26T04:07:27.565Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-26T04:07:27.866Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-26T04:07:28.842Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-26T04:07:29.361Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-26T04:07:30.958Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-26T04:07:31.712Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-26T04:07:31.992Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-26T04:07:33.264Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-26T04:07:33.562Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-26T04:07:33.915Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-26T04:07:34.172Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-26T04:07:34.597Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-26T04:07:35.110Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-26T04:07:35.376Z Updating git repository `https://github.com/oxidecomputer/crucible`
2612026-06-26T04:07:35.818Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-06-26T04:07:36.095Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-06-26T04:07:36.354Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-06-26T04:07:36.629Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-06-26T04:07:36.856Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-06-26T04:07:37.102Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-06-26T04:07:37.382Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2682026-06-26T04:07:37.771Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2692026-06-26T04:07:38.111Z Updating git repository `https://github.com/oxidecomputer/erebor`
2702026-06-26T04:07:38.368Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-06-26T04:07:38.778Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-06-26T04:07:39.210Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2732026-06-26T04:07:39.463Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742026-06-26T04:07:39.687Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752026-06-26T04:07:39.962Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-06-26T04:07:40.312Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-06-26T04:07:40.843Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782026-06-26T04:07:41.099Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-06-26T04:07:41.380Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-06-26T04:07:41.647Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-06-26T04:07:41.924Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-06-26T04:07:42.189Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2832026-06-26T04:07:42.452Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2842026-06-26T04:07:42.715Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2852026-06-26T04:07:42.950Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-06-26T04:07:45.746Z Downloading crates ...
2872026-06-26T04:07:45.810Z Downloaded cargo-platform v0.2.0
2882026-06-26T04:07:45.813Z Downloaded colorchoice v1.0.4
2892026-06-26T04:07:45.817Z Downloaded byteorder v1.5.0
2902026-06-26T04:07:45.820Z Downloaded tempfile v3.25.0
2912026-06-26T04:07:45.820Z Downloaded scroll_derive v0.12.1
2922026-06-26T04:07:45.823Z Downloaded form_urlencoded v1.2.2
2932026-06-26T04:07:45.823Z Downloaded cfg-if v1.0.4
2942026-06-26T04:07:45.826Z Downloaded macaddr v1.0.1
2952026-06-26T04:07:45.827Z Downloaded strsim v0.11.1
2962026-06-26T04:07:45.830Z Downloaded url v2.5.8
2972026-06-26T04:07:45.833Z Downloaded unicode-xid v0.2.6
2982026-06-26T04:07:45.833Z Downloaded thiserror-impl v1.0.69
2992026-06-26T04:07:45.833Z Downloaded heck v0.5.0
3002026-06-26T04:07:45.836Z Downloaded utf8_iter v1.0.4
3012026-06-26T04:07:45.836Z Downloaded quote v1.0.45
3022026-06-26T04:07:45.840Z Downloaded utf8parse v0.2.2
3032026-06-26T04:07:45.843Z Downloaded serde_tokenstream v0.2.3
3042026-06-26T04:07:45.847Z Downloaded cargo-util-schemas v0.8.2
3052026-06-26T04:07:45.849Z Downloaded serde-untagged v0.1.9
3062026-06-26T04:07:45.850Z Downloaded textwrap v0.16.2
3072026-06-26T04:07:45.853Z Downloaded smallvec v1.15.1
3082026-06-26T04:07:45.853Z Downloaded usdt v0.5.0
3092026-06-26T04:07:45.853Z Downloaded cargo_toml v0.21.0
3102026-06-26T04:07:45.853Z Downloaded unicode-linebreak v0.1.5
3112026-06-26T04:07:45.857Z Downloaded icu_locale_core v2.1.1
3122026-06-26T04:07:45.857Z Downloaded autocfg v1.5.0
3132026-06-26T04:07:45.860Z Downloaded pest_generator v2.8.6
3142026-06-26T04:07:45.863Z Downloaded toml_write v0.1.2
3152026-06-26T04:07:45.867Z Downloaded version_check v0.9.5
3162026-06-26T04:07:45.872Z Downloaded yoke-derive v0.8.1
3172026-06-26T04:07:45.872Z Downloaded pest v2.8.6
3182026-06-26T04:07:45.876Z Downloaded thiserror-impl v2.0.18
3192026-06-26T04:07:45.876Z Downloaded usdt-attr-macro v0.5.0
3202026-06-26T04:07:45.876Z Downloaded usdt-macro v0.5.0
3212026-06-26T04:07:45.880Z Downloaded idna v1.1.0
3222026-06-26T04:07:45.884Z Downloaded zerofrom v0.1.6
3232026-06-26T04:07:45.884Z Downloaded toml_datetime v0.6.11
3242026-06-26T04:07:45.889Z Downloaded thread-id v4.2.2
3252026-06-26T04:07:45.898Z Downloaded bytecount v0.6.9
3262026-06-26T04:07:45.898Z Downloaded anstyle v1.0.14
3272026-06-26T04:07:45.902Z Downloaded zmij v1.0.21
3282026-06-26T04:07:45.902Z Downloaded heck v0.4.1
3292026-06-26T04:07:45.902Z Downloaded writeable v0.6.2
3302026-06-26T04:07:45.902Z Downloaded typeid v1.0.3
3312026-06-26T04:07:45.902Z Downloaded block-buffer v0.10.4
3322026-06-26T04:07:45.902Z Downloaded thiserror v2.0.18
3332026-06-26T04:07:45.902Z Downloaded displaydoc v0.2.5
3342026-06-26T04:07:45.902Z Downloaded cargo_metadata v0.21.0
3352026-06-26T04:07:45.902Z Downloaded camino-tempfile v1.4.1
3362026-06-26T04:07:45.907Z Downloaded anstyle-query v1.1.5
3372026-06-26T04:07:45.907Z Downloaded smawk v0.3.2
3382026-06-26T04:07:45.907Z Downloaded dof v0.3.0
3392026-06-26T04:07:45.910Z Downloaded ordered-float v2.10.1
3402026-06-26T04:07:45.910Z Downloaded zerofrom-derive v0.1.6
3412026-06-26T04:07:45.914Z Downloaded zerovec-derive v0.11.2
3422026-06-26T04:07:45.914Z Downloaded potential_utf v0.1.4
3432026-06-26T04:07:45.914Z Downloaded crypto-common v0.1.7
3442026-06-26T04:07:45.914Z Downloaded usdt-impl v0.5.0
3452026-06-26T04:07:45.918Z Downloaded unicode-ident v1.0.24
3462026-06-26T04:07:45.918Z Downloaded stable_deref_trait v1.2.1
3472026-06-26T04:07:45.918Z Downloaded cpufeatures v0.2.17
3482026-06-26T04:07:45.918Z Downloaded zerocopy-derive v0.7.35
3492026-06-26T04:07:45.922Z Downloaded tinystr v0.8.2
3502026-06-26T04:07:45.922Z Downloaded bitflags v2.11.0
3512026-06-26T04:07:45.925Z Downloaded is_terminal_polyfill v1.70.2
3522026-06-26T04:07:45.925Z Downloaded thiserror v1.0.69
3532026-06-26T04:07:45.936Z Downloaded pretty-hex v0.4.1
3542026-06-26T04:07:45.936Z Downloaded zerotrie v0.2.3
3552026-06-26T04:07:45.940Z Downloaded errno v0.3.14
3562026-06-26T04:07:45.940Z Downloaded toml v0.8.23
3572026-06-26T04:07:45.940Z Downloaded typenum v1.19.0
3582026-06-26T04:07:45.940Z Downloaded zerocopy v0.7.35
3592026-06-26T04:07:45.944Z Downloaded zerovec v0.11.5
3602026-06-26T04:07:45.947Z Downloaded unicode-width v0.1.14
3612026-06-26T04:07:45.950Z Downloaded memmap v0.7.0
3622026-06-26T04:07:45.950Z Downloaded clap_lex v1.0.0
3632026-06-26T04:07:45.950Z Downloaded fastrand v2.3.0
3642026-06-26T04:07:45.951Z Downloaded tabled_derive v0.7.0
3652026-06-26T04:07:45.951Z Downloaded serde_spanned v0.6.9
3662026-06-26T04:07:45.954Z Downloaded percent-encoding v2.3.2
3672026-06-26T04:07:45.954Z Downloaded generic-array v0.14.7
3682026-06-26T04:07:45.954Z Downloaded winnow v0.7.14
3692026-06-26T04:07:45.958Z Downloaded dtrace-parser v0.2.0
3702026-06-26T04:07:45.958Z Downloaded unicode-width v0.2.0
3712026-06-26T04:07:45.965Z Downloaded synstructure v0.13.2
3722026-06-26T04:07:45.970Z Downloaded camino v1.2.2
3732026-06-26T04:07:45.974Z Downloaded equivalent v1.0.2
3742026-06-26T04:07:45.974Z Downloaded swrite v0.1.0
3752026-06-26T04:07:45.974Z Downloaded fnv v1.0.7
3762026-06-26T04:07:45.979Z Downloaded terminal_size v0.4.3
3772026-06-26T04:07:45.982Z Downloaded itoa v1.0.17
3782026-06-26T04:07:45.982Z Downloaded proc-macro-error-attr v1.0.4
3792026-06-26T04:07:45.982Z Downloaded idna_adapter v1.2.1
3802026-06-26T04:07:45.986Z Downloaded plain v0.2.3
3812026-06-26T04:07:45.989Z Downloaded scroll v0.12.0
3822026-06-26T04:07:45.989Z Downloaded serde-value v0.7.0
3832026-06-26T04:07:45.989Z Downloaded fs-err v3.3.0
3842026-06-26T04:07:45.998Z Downloaded anstream v1.0.0
3852026-06-26T04:07:46.002Z Downloaded erased-serde v0.4.9
3862026-06-26T04:07:46.008Z Downloaded digest v0.10.7
3872026-06-26T04:07:46.008Z Downloaded pest_derive v2.8.6
3882026-06-26T04:07:46.011Z Downloaded litemap v0.8.1
3892026-06-26T04:07:46.018Z Downloaded proc-macro-error v1.0.4
3902026-06-26T04:07:46.021Z Downloaded sha2 v0.10.9
3912026-06-26T04:07:46.026Z Downloaded anyhow v1.0.102
3922026-06-26T04:07:46.034Z Downloaded yoke v0.8.1
3932026-06-26T04:07:46.040Z Downloaded clap_derive v4.6.1
3942026-06-26T04:07:46.043Z Downloaded anstyle-parse v1.0.0
3952026-06-26T04:07:46.054Z Downloaded getrandom v0.4.1
3962026-06-26T04:07:46.058Z Downloaded serde_core v1.0.228
3972026-06-26T04:07:46.061Z Downloaded clap v4.6.1
3982026-06-26T04:07:46.065Z Downloaded semver v1.0.28
3992026-06-26T04:07:46.065Z Downloaded log v0.4.29
4002026-06-26T04:07:46.068Z Downloaded icu_properties v2.1.2
4012026-06-26T04:07:46.068Z Downloaded once_cell v1.21.3
4022026-06-26T04:07:46.071Z Downloaded icu_provider v2.1.1
4032026-06-26T04:07:46.071Z Downloaded serde_derive v1.0.228
4042026-06-26T04:07:46.077Z Downloaded num-traits v0.2.19
4052026-06-26T04:07:46.084Z Downloaded icu_normalizer v2.1.1
4062026-06-26T04:07:46.088Z Downloaded serde v1.0.228
4072026-06-26T04:07:46.091Z Downloaded pest_meta v2.8.6
4082026-06-26T04:07:46.091Z Downloaded icu_normalizer_data v2.1.1
4092026-06-26T04:07:46.095Z Downloaded proc-macro2 v1.0.106
4102026-06-26T04:07:46.095Z Downloaded papergrid v0.11.0
4112026-06-26T04:07:46.099Z Downloaded memchr v2.8.0
4122026-06-26T04:07:46.102Z Downloaded icu_collections v2.1.1
4132026-06-26T04:07:46.108Z Downloaded indexmap v2.14.0
4142026-06-26T04:07:46.146Z Downloaded hashbrown v0.17.0
4152026-06-26T04:07:46.150Z Downloaded serde_json v1.0.149
4162026-06-26T04:07:46.153Z Downloaded clap_builder v4.6.0
4172026-06-26T04:07:46.157Z Downloaded icu_properties_data v2.1.2
4182026-06-26T04:07:46.162Z Downloaded tabled v0.15.0
4192026-06-26T04:07:46.171Z Downloaded goblin v0.8.2
4202026-06-26T04:07:46.189Z Downloaded syn v2.0.117
4212026-06-26T04:07:46.194Z Downloaded syn v1.0.109
4222026-06-26T04:07:46.201Z Downloaded ucd-trie v0.1.7
4232026-06-26T04:07:46.204Z Downloaded rustix v1.1.3
4242026-06-26T04:07:46.216Z Downloaded libc v0.2.185
4252026-06-26T04:07:46.357Z Downloaded toml_edit v0.22.27
4262026-06-26T04:07:46.408Z Compiling proc-macro2 v1.0.106
4272026-06-26T04:07:46.408Z Compiling unicode-ident v1.0.24
4282026-06-26T04:07:46.408Z Compiling quote v1.0.45
4292026-06-26T04:07:46.408Z Compiling serde_core v1.0.228
4302026-06-26T04:07:46.408Z Compiling libc v0.2.185
4312026-06-26T04:07:46.412Z Compiling version_check v0.9.5
4322026-06-26T04:07:46.412Z Compiling stable_deref_trait v1.2.1
4332026-06-26T04:07:46.412Z Compiling memchr v2.8.0
4342026-06-26T04:07:46.731Z Compiling serde v1.0.228
4352026-06-26T04:07:46.746Z Compiling zmij v1.0.21
4362026-06-26T04:07:46.961Z Compiling itoa v1.0.17
4372026-06-26T04:07:46.974Z Compiling autocfg v1.5.0
4382026-06-26T04:07:47.081Z Compiling thiserror v1.0.69
4392026-06-26T04:07:47.131Z Compiling ucd-trie v0.1.7
4402026-06-26T04:07:47.331Z Compiling pest v2.8.6
4412026-06-26T04:07:47.383Z Compiling litemap v0.8.1
4422026-06-26T04:07:47.399Z Compiling writeable v0.6.2
4432026-06-26T04:07:47.414Z Compiling byteorder v1.5.0
4442026-06-26T04:07:47.535Z Compiling icu_normalizer_data v2.1.1
4452026-06-26T04:07:47.574Z Compiling rustix v1.1.3
4462026-06-26T04:07:47.719Z Compiling icu_properties_data v2.1.2
4472026-06-26T04:07:47.890Z Compiling syn v2.0.117
4482026-06-26T04:07:47.951Z Compiling errno v0.3.14
4492026-06-26T04:07:47.965Z Compiling serde_json v1.0.149
4502026-06-26T04:07:48.023Z Compiling bitflags v2.11.0
4512026-06-26T04:07:48.169Z Compiling num-traits v0.2.19
4522026-06-26T04:07:48.261Z Compiling smallvec v1.15.1
4532026-06-26T04:07:48.349Z Compiling pest_meta v2.8.6
4542026-06-26T04:07:48.432Z Compiling equivalent v1.0.2
4552026-06-26T04:07:48.468Z Compiling typeid v1.0.3
4562026-06-26T04:07:48.522Z Compiling hashbrown v0.17.0
4572026-06-26T04:07:48.740Z Compiling thread-id v4.2.2
4582026-06-26T04:07:48.770Z Compiling usdt-impl v0.5.0
4592026-06-26T04:07:48.793Z Compiling proc-macro-error-attr v1.0.4
4602026-06-26T04:07:48.822Z Compiling erased-serde v0.4.9
4612026-06-26T04:07:48.975Z Compiling syn v1.0.109
4622026-06-26T04:07:48.975Z Compiling toml_write v0.1.2
4632026-06-26T04:07:49.067Z Compiling indexmap v2.14.0
4642026-06-26T04:07:49.084Z Compiling winnow v0.7.14
4652026-06-26T04:07:49.447Z Compiling proc-macro-error v1.0.4
4662026-06-26T04:07:49.629Z Compiling utf8parse v0.2.2
4672026-06-26T04:07:49.680Z Compiling getrandom v0.4.1
4682026-06-26T04:07:49.742Z Compiling camino v1.2.2
4692026-06-26T04:07:49.937Z Compiling percent-encoding v2.3.2
4702026-06-26T04:07:49.959Z Compiling utf8_iter v1.0.4
4712026-06-26T04:07:50.027Z Compiling plain v0.2.3
4722026-06-26T04:07:50.065Z Compiling log v0.4.29
4732026-06-26T04:07:50.107Z Compiling thiserror v2.0.18
4742026-06-26T04:07:50.142Z Compiling form_urlencoded v1.2.2
4752026-06-26T04:07:50.194Z Compiling ordered-float v2.10.1
4762026-06-26T04:07:50.253Z Compiling anstyle-parse v1.0.0
4772026-06-26T04:07:50.436Z Compiling synstructure v0.13.2
4782026-06-26T04:07:50.452Z Compiling pest_generator v2.8.6
4792026-06-26T04:07:50.595Z Compiling terminal_size v0.4.3
4802026-06-26T04:07:50.747Z Compiling anstyle v1.0.14
4812026-06-26T04:07:50.836Z Compiling colorchoice v1.0.4
4822026-06-26T04:07:50.894Z Compiling pretty-hex v0.4.1
4832026-06-26T04:07:50.945Z Compiling is_terminal_polyfill v1.70.2
4842026-06-26T04:07:50.960Z Compiling anstyle-query v1.1.5
4852026-06-26T04:07:50.978Z Compiling cfg-if v1.0.4
4862026-06-26T04:07:51.040Z Compiling anstream v1.0.0
4872026-06-26T04:07:51.087Z Compiling serde-untagged v0.1.9
4882026-06-26T04:07:51.173Z Compiling semver v1.0.28
4892026-06-26T04:07:51.233Z Compiling fs-err v3.3.0
4902026-06-26T04:07:51.338Z Compiling fastrand v2.3.0
4912026-06-26T04:07:51.371Z Compiling unicode-xid v0.2.6
4922026-06-26T04:07:51.421Z Compiling fnv v1.0.7
4932026-06-26T04:07:51.487Z Compiling heck v0.4.1
4942026-06-26T04:07:51.504Z Compiling anyhow v1.0.102
4952026-06-26T04:07:51.506Z Compiling heck v0.5.0
4962026-06-26T04:07:51.534Z Compiling unicode-width v0.1.14
4972026-06-26T04:07:51.711Z Compiling bytecount v0.6.9
4982026-06-26T04:07:51.755Z Compiling once_cell v1.21.3
4992026-06-26T04:07:51.806Z Compiling clap_lex v1.0.0
5002026-06-26T04:07:51.823Z Compiling strsim v0.11.1
5012026-06-26T04:07:51.903Z Compiling papergrid v0.11.0
5022026-06-26T04:07:51.976Z Compiling tempfile v3.25.0
5032026-06-26T04:07:52.035Z Compiling clap_builder v4.6.0
5042026-06-26T04:07:52.159Z Compiling memmap v0.7.0
5052026-06-26T04:07:52.175Z Compiling smawk v0.3.2
5062026-06-26T04:07:52.191Z Compiling serde_derive v1.0.228
5072026-06-26T04:07:52.313Z Compiling zerofrom-derive v0.1.6
5082026-06-26T04:07:52.337Z Compiling yoke-derive v0.8.1
5092026-06-26T04:07:52.355Z Compiling zerovec-derive v0.11.2
5102026-06-26T04:07:52.487Z Compiling displaydoc v0.2.5
5112026-06-26T04:07:53.218Z Compiling thiserror-impl v1.0.69
5122026-06-26T04:07:53.283Z Compiling zerocopy-derive v0.7.35
5132026-06-26T04:07:53.450Z Compiling pest_derive v2.8.6
5142026-06-26T04:07:53.467Z Compiling scroll_derive v0.12.1
5152026-06-26T04:07:53.657Z Compiling zerofrom v0.1.6
5162026-06-26T04:07:53.788Z Compiling yoke v0.8.1
5172026-06-26T04:07:53.879Z Compiling thiserror-impl v2.0.18
5182026-06-26T04:07:53.978Z Compiling zerovec v0.11.5
5192026-06-26T04:07:54.120Z Compiling zerotrie v0.2.3
5202026-06-26T04:07:54.141Z Compiling zerocopy v0.7.35
5212026-06-26T04:07:54.420Z Compiling scroll v0.12.0
5222026-06-26T04:07:54.470Z Compiling tinystr v0.8.2
5232026-06-26T04:07:54.598Z Compiling potential_utf v0.1.4
5242026-06-26T04:07:54.673Z Compiling icu_locale_core v2.1.1
5252026-06-26T04:07:54.689Z Compiling dtrace-parser v0.2.0
5262026-06-26T04:07:54.704Z Compiling goblin v0.8.2
5272026-06-26T04:07:54.762Z Compiling icu_collections v2.1.1
5282026-06-26T04:07:55.004Z Compiling tabled_derive v0.7.0
5292026-06-26T04:07:55.234Z Compiling clap_derive v4.6.1
5302026-06-26T04:07:55.313Z Compiling icu_provider v2.1.1
5312026-06-26T04:07:55.408Z Compiling unicode-width v0.2.0
5322026-06-26T04:07:55.537Z Compiling toml_datetime v0.6.11
5332026-06-26T04:07:55.609Z Compiling icu_normalizer v2.1.1
5342026-06-26T04:07:55.626Z Compiling icu_properties v2.1.2
5352026-06-26T04:07:55.645Z Compiling serde_spanned v0.6.9
5362026-06-26T04:07:55.725Z Compiling dof v0.3.0
5372026-06-26T04:07:55.793Z Compiling toml_edit v0.22.27
5382026-06-26T04:07:55.835Z Compiling serde_tokenstream v0.2.3
5392026-06-26T04:07:55.962Z Compiling serde-value v0.7.0
5402026-06-26T04:07:56.148Z Compiling cargo-platform v0.2.0
5412026-06-26T04:07:56.162Z Compiling unicode-linebreak v0.1.5
5422026-06-26T04:07:56.343Z Compiling tabled v0.15.0
5432026-06-26T04:07:56.412Z Compiling textwrap v0.16.2
5442026-06-26T04:07:56.439Z Compiling macaddr v1.0.1
5452026-06-26T04:07:56.670Z Compiling idna_adapter v1.2.1
5462026-06-26T04:07:56.730Z Compiling usdt-macro v0.5.0
5472026-06-26T04:07:56.730Z Compiling usdt-attr-macro v0.5.0
5482026-06-26T04:07:56.813Z Compiling idna v1.1.0
5492026-06-26T04:07:56.875Z Compiling camino-tempfile v1.4.1
5502026-06-26T04:07:57.114Z Compiling url v2.5.8
5512026-06-26T04:07:57.378Z Compiling toml v0.8.23
5522026-06-26T04:07:57.484Z Compiling clap v4.6.1
5532026-06-26T04:07:57.800Z Compiling cargo-util-schemas v0.8.2
5542026-06-26T04:07:57.874Z Compiling usdt v0.5.0
5552026-06-26T04:07:57.949Z Compiling cargo_toml v0.21.0
5562026-06-26T04:07:58.016Z Compiling swrite v0.1.0
5572026-06-26T04:07:58.091Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5582026-06-26T04:07:58.639Z Compiling cargo_metadata v0.21.0
5592026-06-26T04:07:59.544Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5602026-06-26T04:08:01.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.11s
5612026-06-26T04:08:01.824Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5622026-06-26T04:08:02.332Z Downloading crates ...
5632026-06-26T04:08:02.434Z Downloaded bit-set v0.8.0
5642026-06-26T04:08:02.452Z Downloaded atty v0.2.14
5652026-06-26T04:08:02.455Z Downloaded ar_archive_writer v0.5.1
5662026-06-26T04:08:02.455Z Downloaded bitfield v0.19.4
5672026-06-26T04:08:02.458Z Downloaded adler2 v2.0.1
5682026-06-26T04:08:02.458Z Downloaded blake2 v0.10.6
5692026-06-26T04:08:02.461Z Downloaded crossbeam-channel v0.5.15
5702026-06-26T04:08:02.463Z Downloaded bcrypt-pbkdf v0.10.0
5712026-06-26T04:08:02.466Z Downloaded backoff v0.4.0
5722026-06-26T04:08:02.466Z Downloaded crucible-workspace-hack v0.1.0
5732026-06-26T04:08:02.466Z Downloaded crossbeam-utils v0.8.21
5742026-06-26T04:08:02.469Z Downloaded ahash v0.8.12
5752026-06-26T04:08:02.469Z Downloaded dsl_auto_type v0.2.0
5762026-06-26T04:08:02.472Z Downloaded crc-any v2.5.0
5772026-06-26T04:08:02.472Z Downloaded allocator-api2 v0.2.21
5782026-06-26T04:08:02.475Z Downloaded crunchy v0.2.4
5792026-06-26T04:08:02.475Z Downloaded cassowary v0.3.0
5802026-06-26T04:08:02.475Z Downloaded bitflags v1.3.2
5812026-06-26T04:08:02.480Z Downloaded async-stream-impl v0.3.6
5822026-06-26T04:08:02.480Z Downloaded array-init v0.0.4
5832026-06-26T04:08:02.480Z Downloaded anstream v0.6.21
5842026-06-26T04:08:02.483Z Downloaded anstyle-parse v0.2.7
5852026-06-26T04:08:02.486Z Downloaded defmt-macros v1.0.1
5862026-06-26T04:08:02.490Z Downloaded async-recursion v1.1.1
5872026-06-26T04:08:02.493Z Downloaded darling v0.21.3
5882026-06-26T04:08:02.493Z Downloaded daft v0.1.7
5892026-06-26T04:08:02.498Z Downloaded darling v0.23.0
5902026-06-26T04:08:02.501Z Downloaded futures-io v0.3.32
5912026-06-26T04:08:02.501Z Downloaded crc8 v0.1.1
5922026-06-26T04:08:02.501Z Downloaded base16ct v0.2.0
5932026-06-26T04:08:02.501Z Downloaded csv-core v0.1.13
5942026-06-26T04:08:02.501Z Downloaded arrayvec v0.7.6
5952026-06-26T04:08:02.504Z Downloaded embedded-io v0.4.0
5962026-06-26T04:08:02.504Z Downloaded darling v0.20.11
5972026-06-26T04:08:02.507Z Downloaded dof v0.4.0
5982026-06-26T04:08:02.510Z Downloaded cstr-argument v0.1.2
5992026-06-26T04:08:02.510Z Downloaded const_format v0.2.35
6002026-06-26T04:08:02.513Z Downloaded derive-ex v0.1.8
6012026-06-26T04:08:02.513Z Downloaded data-encoding v2.10.0
6022026-06-26T04:08:02.516Z Downloaded crossbeam-deque v0.8.6
6032026-06-26T04:08:02.516Z Downloaded darling v0.13.4
6042026-06-26T04:08:02.516Z Downloaded bit-set v0.5.3
6052026-06-26T04:08:02.519Z Downloaded backon v1.6.0
6062026-06-26T04:08:02.519Z Downloaded derive_builder v0.20.2
6072026-06-26T04:08:02.522Z Downloaded atomicwrites v0.4.4
6082026-06-26T04:08:02.525Z Downloaded arrayref v0.3.9
6092026-06-26T04:08:02.525Z Downloaded ascii-canvas v3.0.0
6102026-06-26T04:08:02.525Z Downloaded darling_core v0.23.0
6112026-06-26T04:08:02.527Z Downloaded cfg_aliases v0.2.1
6122026-06-26T04:08:02.531Z Downloaded block-padding v0.3.3
6132026-06-26T04:08:02.531Z Downloaded assert_matches v1.5.0
6142026-06-26T04:08:02.531Z Downloaded derive_more v2.1.1
6152026-06-26T04:08:02.537Z Downloaded derive_builder_macro v0.20.2
6162026-06-26T04:08:02.541Z Downloaded daft-derive v0.1.7
6172026-06-26T04:08:02.541Z Downloaded crossterm v0.29.0
6182026-06-26T04:08:02.544Z Downloaded flagset v0.4.7
6192026-06-26T04:08:02.548Z Downloaded der_derive v0.7.3
6202026-06-26T04:08:02.548Z Downloaded critical-section v1.2.0
6212026-06-26T04:08:02.548Z Downloaded downcast-rs v2.0.2
6222026-06-26T04:08:02.548Z Downloaded fatfs v0.3.6
6232026-06-26T04:08:02.551Z Downloaded debug-ignore v1.0.5
6242026-06-26T04:08:02.551Z Downloaded defmt-parser v1.0.0
6252026-06-26T04:08:02.554Z Downloaded cobs v0.3.0
6262026-06-26T04:08:02.554Z Downloaded crc v3.4.0
6272026-06-26T04:08:02.558Z Downloaded convert_case v0.4.0
6282026-06-26T04:08:02.558Z Downloaded darling_core v0.21.3
6292026-06-26T04:08:02.561Z Downloaded group v0.13.0
6302026-06-26T04:08:02.561Z Downloaded darling_macro v0.20.11
6312026-06-26T04:08:02.561Z Downloaded bitfield-struct v0.6.2
6322026-06-26T04:08:02.561Z Downloaded async-stream v0.3.6
6332026-06-26T04:08:02.564Z Downloaded foreign-types-macros v0.2.3
6342026-06-26T04:08:02.564Z Downloaded bb8 v0.8.6
6352026-06-26T04:08:02.564Z Downloaded bitfield-macros v0.19.4
6362026-06-26T04:08:02.564Z Downloaded bit-vec v0.6.3
6372026-06-26T04:08:02.569Z Downloaded darling_macro v0.13.4
6382026-06-26T04:08:02.569Z Downloaded atomic-waker v1.1.2
6392026-06-26T04:08:02.569Z Downloaded aead v0.5.2
6402026-06-26T04:08:02.569Z Downloaded async-bb8-diesel v0.2.1
6412026-06-26T04:08:03.577Z Downloaded embedded-io v0.6.1
6422026-06-26T04:08:03.577Z Downloaded castaway v0.2.4
6432026-06-26T04:08:03.577Z Downloaded foreign-types-shared v0.3.1
6442026-06-26T04:08:03.577Z Downloaded fd-lock v4.0.4
6452026-06-26T04:08:03.585Z Downloaded dunce v1.0.5
6462026-06-26T04:08:03.585Z Downloaded cpufeatures v0.3.0
6472026-06-26T04:08:03.585Z Downloaded ciborium-io v0.2.2
6482026-06-26T04:08:03.585Z Downloaded hex v0.4.3
6492026-06-26T04:08:03.585Z Downloaded fixedbitset v0.4.2
6502026-06-26T04:08:03.585Z Downloaded dropshot-api-manager-types v0.7.2
6512026-06-26T04:08:03.585Z Downloaded cargo-platform v0.3.2
6522026-06-26T04:08:03.585Z Downloaded env_filter v1.0.0
6532026-06-26T04:08:03.585Z Downloaded futures-core v0.3.32
6542026-06-26T04:08:03.585Z Downloaded diesel-dtrace v0.5.0
6552026-06-26T04:08:03.585Z Downloaded compression-core v0.4.31
6562026-06-26T04:08:03.585Z Downloaded compression-codecs v0.4.37
6572026-06-26T04:08:03.585Z Downloaded filetime v0.2.27
6582026-06-26T04:08:03.585Z Downloaded crc32fast v1.5.0
6592026-06-26T04:08:03.585Z Downloaded display-error-chain v0.2.2
6602026-06-26T04:08:03.585Z Downloaded dirs-next v2.0.0
6612026-06-26T04:08:03.585Z Downloaded blowfish v0.9.1
6622026-06-26T04:08:03.585Z Downloaded base64ct v1.8.3
6632026-06-26T04:08:03.585Z Downloaded float-ord v0.3.2
6642026-06-26T04:08:03.585Z Downloaded either v1.15.0
6652026-06-26T04:08:03.585Z Downloaded difflib v0.4.0
6662026-06-26T04:08:03.585Z Downloaded document-features v0.2.12
6672026-06-26T04:08:03.585Z Downloaded ecdsa v0.16.9
6682026-06-26T04:08:03.585Z Downloaded darling_macro v0.23.0
6692026-06-26T04:08:03.585Z Downloaded async-trait v0.1.89
6702026-06-26T04:08:03.585Z Downloaded foreign-types v0.5.0
6712026-06-26T04:08:03.585Z Downloaded funty v2.0.0
6722026-06-26T04:08:03.586Z Downloaded enum-as-inner v0.6.1
6732026-06-26T04:08:03.586Z Downloaded derive_builder_core v0.20.2
6742026-06-26T04:08:03.586Z Downloaded foreign-types v0.3.2
6752026-06-26T04:08:03.586Z Downloaded cfg_aliases v0.1.1
6762026-06-26T04:08:03.586Z Downloaded fxhash v0.2.1
6772026-06-26T04:08:03.586Z Downloaded endian-type v0.1.2
6782026-06-26T04:08:03.586Z Downloaded futures-sink v0.3.32
6792026-06-26T04:08:03.586Z Downloaded futures-macro v0.3.32
6802026-06-26T04:08:03.586Z Downloaded find-msvc-tools v0.1.9
6812026-06-26T04:08:03.586Z Downloaded ff v0.13.1
6822026-06-26T04:08:03.586Z Downloaded gethostname v0.5.0
6832026-06-26T04:08:03.586Z Downloaded futures-task v0.3.32
6842026-06-26T04:08:03.586Z Downloaded hash32 v0.2.1
6852026-06-26T04:08:03.586Z Downloaded dyn-clone v1.0.20
6862026-06-26T04:08:03.586Z Downloaded constant_time_eq v0.4.2
6872026-06-26T04:08:03.586Z Downloaded elliptic-curve v0.13.8
6882026-06-26T04:08:03.586Z Downloaded const_format_proc_macros v0.2.34
6892026-06-26T04:08:03.586Z Downloaded cargo_metadata v0.23.1
6902026-06-26T04:08:03.586Z Downloaded corncobs v0.1.4
6912026-06-26T04:08:03.586Z Downloaded ciborium-ll v0.2.2
6922026-06-26T04:08:03.586Z Downloaded env_logger v0.11.9
6932026-06-26T04:08:03.586Z Downloaded bit-vec v0.8.0
6942026-06-26T04:08:03.586Z Downloaded derive-where v1.6.0
6952026-06-26T04:08:03.586Z Downloaded chacha20 v0.9.1
6962026-06-26T04:08:03.586Z Downloaded crossbeam-epoch v0.9.18
6972026-06-26T04:08:03.586Z Downloaded cexpr v0.6.0
6982026-06-26T04:08:03.586Z Downloaded half v2.7.1
6992026-06-26T04:08:03.586Z Downloaded cmake v0.1.57
7002026-06-26T04:08:03.586Z Downloaded buf-list v1.1.2
7012026-06-26T04:08:03.586Z Downloaded ghash v0.5.1
7022026-06-26T04:08:03.586Z Downloaded headers-core v0.3.0
7032026-06-26T04:08:03.586Z Downloaded float-cmp v0.10.0
7042026-06-26T04:08:03.586Z Downloaded ed25519 v2.2.3
7052026-06-26T04:08:03.586Z Downloaded hostname v0.4.2
7062026-06-26T04:08:03.586Z Downloaded derive_more-impl v2.1.1
7072026-06-26T04:08:03.587Z Downloaded der v0.7.10
7082026-06-26T04:08:03.587Z Downloaded is-terminal v0.4.17
7092026-06-26T04:08:03.587Z Downloaded illumos-nvpair-sys v0.2.0
7102026-06-26T04:08:03.587Z Downloaded hostname v0.3.1
7112026-06-26T04:08:03.587Z Downloaded hash32 v0.3.1
7122026-06-26T04:08:03.587Z Downloaded home v0.5.12
7132026-06-26T04:08:03.587Z Downloaded http-range v0.1.5
7142026-06-26T04:08:03.587Z Downloaded illumos-nvpair v0.3.0
7152026-06-26T04:08:03.587Z Downloaded diesel_table_macro_syntax v0.3.0
7162026-06-26T04:08:03.587Z Downloaded defmt v0.3.100
7172026-06-26T04:08:03.587Z Downloaded bcs v0.1.6
7182026-06-26T04:08:03.587Z Downloaded curve25519-dalek-derive v0.1.1
7192026-06-26T04:08:03.587Z Downloaded foldhash v0.2.0
7202026-06-26T04:08:03.587Z Downloaded cipher v0.4.4
7212026-06-26T04:08:03.587Z Downloaded fs-err v2.11.0
7222026-06-26T04:08:03.587Z Downloaded httpdate v1.0.3
7232026-06-26T04:08:03.587Z Downloaded dirs-sys-next v0.1.2
7242026-06-26T04:08:03.587Z Downloaded foldhash v0.1.5
7252026-06-26T04:08:03.587Z Downloaded convert_case v0.10.0
7262026-06-26T04:08:03.587Z Downloaded camino-tempfile-ext v0.3.3
7272026-06-26T04:08:03.587Z Downloaded fs_extra v1.3.0
7282026-06-26T04:08:03.587Z Downloaded dtrace-parser v0.3.0
7292026-06-26T04:08:03.587Z Downloaded indent_write v2.2.0
7302026-06-26T04:08:03.587Z Downloaded des v0.8.1
7312026-06-26T04:08:03.587Z Downloaded darling_macro v0.21.3
7322026-06-26T04:08:03.587Z Downloaded crc-catalog v2.4.0
7332026-06-26T04:08:03.587Z Downloaded hyper-tls v0.6.0
7342026-06-26T04:08:03.587Z Downloaded git-stub v1.0.0
7352026-06-26T04:08:03.587Z Downloaded git-stub-vcs v0.1.0
7362026-06-26T04:08:03.587Z Downloaded argon2 v0.5.3
7372026-06-26T04:08:03.587Z Downloaded cookie v0.18.1
7382026-06-26T04:08:03.587Z Downloaded cancel-safe-futures v0.1.5
7392026-06-26T04:08:03.587Z Downloaded kstat-rs v0.2.4
7402026-06-26T04:08:03.587Z Downloaded console v0.16.2
7412026-06-26T04:08:03.587Z Downloaded iana-time-zone v0.1.65
7422026-06-26T04:08:03.587Z Downloaded cookie_store v0.22.1
7432026-06-26T04:08:03.587Z Downloaded globwalk v0.9.1
7442026-06-26T04:08:03.588Z Downloaded dropshot_endpoint v0.17.0
7452026-06-26T04:08:03.592Z Downloaded const-oid v0.9.6
7462026-06-26T04:08:03.592Z Downloaded inout v0.1.4
7472026-06-26T04:08:03.592Z Downloaded console v0.15.11
7482026-06-26T04:08:03.592Z Downloaded internet-checksum v0.2.1
7492026-06-26T04:08:03.592Z Downloaded hubpack v0.1.2
7502026-06-26T04:08:03.592Z Downloaded lazy_static v1.5.0
7512026-06-26T04:08:03.592Z Downloaded bzip2 v0.4.4
7522026-06-26T04:08:03.592Z Downloaded ciborium v0.2.2
7532026-06-26T04:08:03.592Z Downloaded cbc v0.1.2
7542026-06-26T04:08:03.592Z Downloaded humantime v2.3.0
7552026-06-26T04:08:03.592Z Downloaded colored v2.2.0
7562026-06-26T04:08:03.592Z Downloaded foreign-types-shared v0.1.1
7572026-06-26T04:08:03.592Z Downloaded lalrpop-util v0.19.12
7582026-06-26T04:08:03.592Z Downloaded is_ci v1.2.0
7592026-06-26T04:08:03.592Z Downloaded libscf-sys v1.1.0
7602026-06-26T04:08:03.592Z Downloaded base64 v0.21.7
7612026-06-26T04:08:03.592Z Downloaded darling_core v0.20.11
7622026-06-26T04:08:03.592Z Downloaded getrandom v0.2.17
7632026-06-26T04:08:03.592Z Downloaded http-body-util v0.1.3
7642026-06-26T04:08:03.592Z Downloaded jobserver v0.1.34
7652026-06-26T04:08:03.592Z Downloaded highway v1.3.0
7662026-06-26T04:08:03.592Z Downloaded expectorate v1.2.0
7672026-06-26T04:08:03.592Z Downloaded defmt v1.0.1
7682026-06-26T04:08:03.592Z Downloaded match_cfg v0.1.0
7692026-06-26T04:08:03.592Z Downloaded lru-slab v0.1.2
7702026-06-26T04:08:03.592Z Downloaded maplit v1.0.2
7712026-06-26T04:08:03.592Z Downloaded lru v0.12.5
7722026-06-26T04:08:03.592Z Downloaded lzss v0.8.2
7732026-06-26T04:08:03.592Z Downloaded byte-wrapper v0.1.0
7742026-06-26T04:08:03.592Z Downloaded indoc v1.0.9
7752026-06-26T04:08:03.592Z Downloaded http v1.4.0
7762026-06-26T04:08:03.592Z Downloaded lru-cache v0.1.2
7772026-06-26T04:08:03.593Z Downloaded diesel_derives v2.3.7
7782026-06-26T04:08:03.593Z Downloaded clang-sys v1.8.1
7792026-06-26T04:08:03.593Z Downloaded newline-converter v0.3.0
7802026-06-26T04:08:03.593Z Downloaded maybe-uninit v2.0.0
7812026-06-26T04:08:03.593Z Downloaded instant v0.1.13
7822026-06-26T04:08:03.593Z Downloaded futures-executor v0.3.32
7832026-06-26T04:08:03.593Z Downloaded impl-trait-for-tuples v0.2.3
7842026-06-26T04:08:03.593Z Downloaded multimap v0.10.1
7852026-06-26T04:08:03.593Z Downloaded memoffset v0.9.1
7862026-06-26T04:08:03.593Z Downloaded md5 v0.7.0
7872026-06-26T04:08:03.593Z Downloaded keccak v0.1.6
7882026-06-26T04:08:03.593Z Downloaded hex-literal v0.4.1
7892026-06-26T04:08:03.593Z Downloaded ctr v0.9.2
7902026-06-26T04:08:03.593Z Downloaded ingot-types v0.1.2
7912026-06-26T04:08:03.593Z Downloaded deranged v0.5.8
7922026-06-26T04:08:03.593Z Downloaded futures-channel v0.3.32
7932026-06-26T04:08:03.593Z Downloaded chacha20 v0.10.0
7942026-06-26T04:08:03.593Z Downloaded bzip2 v0.6.1
7952026-06-26T04:08:03.593Z Downloaded ingot-macros v0.1.1
7962026-06-26T04:08:03.593Z Downloaded fallible-iterator v0.2.0
7972026-06-26T04:08:03.593Z Downloaded colored v3.1.1
7982026-06-26T04:08:03.593Z Downloaded md-5 v0.10.6
7992026-06-26T04:08:03.593Z Downloaded new_debug_unreachable v1.0.6
8002026-06-26T04:08:03.593Z Downloaded nibble_vec v0.1.0
8012026-06-26T04:08:03.593Z Downloaded newtype_derive v0.1.6
8022026-06-26T04:08:03.593Z Downloaded newtype-uuid-macros v0.1.0
8032026-06-26T04:08:03.593Z Downloaded fixedbitset v0.5.7
8042026-06-26T04:08:03.593Z Downloaded diff v0.1.13
8052026-06-26T04:08:03.593Z Downloaded mime v0.3.17
8062026-06-26T04:08:03.593Z Downloaded managed v0.8.0
8072026-06-26T04:08:03.593Z Downloaded ipnetwork v0.21.1
8082026-06-26T04:08:03.593Z Downloaded ipnet v2.11.0
8092026-06-26T04:08:03.593Z Downloaded http-body v1.0.1
8102026-06-26T04:08:03.593Z Downloaded hubpack_derive v0.1.1
8112026-06-26T04:08:03.593Z Downloaded derive_more v0.99.20
8122026-06-26T04:08:03.593Z Downloaded nodrop v0.1.14
8132026-06-26T04:08:03.593Z Downloaded libsw-core v0.3.2
8142026-06-26T04:08:03.593Z Downloaded base64 v0.22.1
8152026-06-26T04:08:03.593Z Downloaded num-conv v0.2.0
8162026-06-26T04:08:03.594Z Downloaded num v0.4.3
8172026-06-26T04:08:03.594Z Downloaded oso-derive v0.27.3
8182026-06-26T04:08:03.594Z Downloaded num-iter v0.1.45
8192026-06-26T04:08:03.594Z Downloaded ident_case v1.0.1
8202026-06-26T04:08:03.594Z Downloaded num-derive v0.4.2
8212026-06-26T04:08:03.594Z Downloaded nonempty v0.12.0
8222026-06-26T04:08:03.594Z Downloaded darling_core v0.13.4
8232026-06-26T04:08:03.594Z Downloaded num-derive v0.3.3
8242026-06-26T04:08:03.594Z Downloaded erased-serde v0.3.31
8252026-06-26T04:08:03.594Z Downloaded lock_api v0.4.14
8262026-06-26T04:08:03.594Z Downloaded libsw v3.5.0
8272026-06-26T04:08:03.594Z Downloaded ena v0.14.4
8282026-06-26T04:08:03.594Z Downloaded multer v3.1.0
8292026-06-26T04:08:03.594Z Downloaded normalize-line-endings v0.3.0
8302026-06-26T04:08:03.594Z Downloaded linked-hash-map v0.5.6
8312026-06-26T04:08:03.594Z Downloaded linear-map v1.2.0
8322026-06-26T04:08:03.594Z Downloaded hyper-staticfile v0.10.1
8332026-06-26T04:08:03.594Z Downloaded openssl-macros v0.1.1
8342026-06-26T04:08:03.594Z Downloaded olpc-cjson v0.1.4
8352026-06-26T04:08:03.594Z Downloaded num_threads v0.1.7
8362026-06-26T04:08:03.594Z Downloaded instability v0.3.11
8372026-06-26T04:08:03.594Z Downloaded ingot v0.1.1
8382026-06-26T04:08:03.594Z Downloaded hyper-rustls v0.27.7
8392026-06-26T04:08:03.594Z Downloaded indoc v2.0.7
8402026-06-26T04:08:03.594Z Downloaded nanorand v0.7.0
8412026-06-26T04:08:03.594Z Downloaded libbz2-rs-sys v0.2.2
8422026-06-26T04:08:03.594Z Downloaded openssl-probe v0.2.1
8432026-06-26T04:08:03.594Z Downloaded openssl-probe v0.1.6
8442026-06-26T04:08:03.594Z Downloaded compact_str v0.8.1
8452026-06-26T04:08:03.600Z Downloaded newtype-uuid v1.3.2
8462026-06-26T04:08:03.600Z Downloaded libefi-sys v0.1.0
8472026-06-26T04:08:03.600Z Downloaded chacha20poly1305 v0.10.1
8482026-06-26T04:08:03.600Z Downloaded futures v0.3.32
8492026-06-26T04:08:03.600Z Downloaded pin-utils v0.1.0
8502026-06-26T04:08:03.600Z Downloaded packed_struct_codegen v0.10.1
8512026-06-26T04:08:03.600Z Downloaded num_enum_derive v0.5.11
8522026-06-26T04:08:03.600Z Downloaded mime_guess v2.0.5
8532026-06-26T04:08:03.600Z Downloaded half v1.8.3
8542026-06-26T04:08:03.600Z Downloaded globset v0.4.18
8552026-06-26T04:08:03.600Z Downloaded arc-swap v1.8.2
8562026-06-26T04:08:03.600Z Downloaded num-integer v0.1.46
8572026-06-26T04:08:03.600Z Downloaded libloading v0.8.9
8582026-06-26T04:08:03.600Z Downloaded crypto-bigint v0.5.5
8592026-06-26T04:08:03.600Z Downloaded hmac v0.12.1
8602026-06-26T04:08:03.600Z Downloaded phf_shared v0.11.3
8612026-06-26T04:08:03.600Z Downloaded peg-runtime v0.8.5
8622026-06-26T04:08:03.600Z Downloaded parse-size v1.1.0
8632026-06-26T04:08:03.600Z Downloaded parse-display v0.10.0
8642026-06-26T04:08:03.600Z Downloaded drift v0.2.0
8652026-06-26T04:08:03.600Z Downloaded proc-macro-error-attr2 v2.0.0
8662026-06-26T04:08:03.600Z Downloaded nu-ansi-term v0.50.3
8672026-06-26T04:08:03.600Z Downloaded num-complex v0.4.6
8682026-06-26T04:08:03.600Z Downloaded glob v0.3.3
8692026-06-26T04:08:03.600Z Downloaded num_enum_derive v0.7.6
8702026-06-26T04:08:03.601Z Downloaded password-hash v0.5.0
8712026-06-26T04:08:03.601Z Downloaded opaque-debug v0.3.1
8722026-06-26T04:08:03.601Z Downloaded pbkdf2 v0.12.2
8732026-06-26T04:08:03.601Z Downloaded phf_shared v0.12.1
8742026-06-26T04:08:03.601Z Downloaded predicates-core v1.0.10
8752026-06-26T04:08:03.601Z Downloaded pem v3.0.6
8762026-06-26T04:08:03.601Z Downloaded httparse v1.10.1
8772026-06-26T04:08:03.601Z Downloaded curve25519-dalek v4.1.3
8782026-06-26T04:08:03.601Z Downloaded num_enum v0.7.6
8792026-06-26T04:08:03.601Z Downloaded getrandom v0.3.4
8802026-06-26T04:08:03.601Z Downloaded num-rational v0.4.2
8812026-06-26T04:08:03.601Z Downloaded native-tls v0.2.18
8822026-06-26T04:08:03.601Z Downloaded indexmap v1.9.3
8832026-06-26T04:08:03.601Z Downloaded memmap2 v0.9.10
8842026-06-26T04:08:03.601Z Downloaded flume v0.11.1
8852026-06-26T04:08:03.601Z Downloaded precomputed-hash v0.1.1
8862026-06-26T04:08:03.601Z Downloaded pbkdf2 v0.11.0
8872026-06-26T04:08:03.601Z Downloaded proc-macro-crate v1.3.1
8882026-06-26T04:08:03.602Z Downloaded phf_shared v0.13.1
8892026-06-26T04:08:03.602Z Downloaded litrs v1.0.0
8902026-06-26T04:08:03.602Z Downloaded owo-colors v4.3.0
8912026-06-26T04:08:03.602Z Downloaded bytes v1.11.1
8922026-06-26T04:08:03.602Z Downloaded pkcs8 v0.10.2
8932026-06-26T04:08:03.602Z Downloaded quick-error v1.2.3
8942026-06-26T04:08:03.602Z Downloaded proc-macro-crate v3.4.0
8952026-06-26T04:08:03.602Z Downloaded packed_struct v0.10.1
8962026-06-26T04:08:03.602Z Downloaded oxnet v0.1.6
8972026-06-26T04:08:03.602Z Downloaded progenitor-client v0.14.0
8982026-06-26T04:08:03.602Z Downloaded predicates-tree v1.0.13
8992026-06-26T04:08:03.602Z Downloaded powerfmt v0.2.0
9002026-06-26T04:08:03.602Z Downloaded phf v0.13.1
9012026-06-26T04:08:03.602Z Downloaded path-slash v0.1.5
9022026-06-26T04:08:03.602Z Downloaded paste v1.0.15
9032026-06-26T04:08:03.602Z Downloaded password-hash v0.4.2
9042026-06-26T04:08:03.602Z Downloaded miniz_oxide v0.8.9
9052026-06-26T04:08:03.602Z Downloaded heapless v0.8.0
9062026-06-26T04:08:03.602Z Downloaded async-compression v0.4.41
9072026-06-26T04:08:03.602Z Downloaded progenitor-macro v0.13.0
9082026-06-26T04:08:03.602Z Downloaded pem-rfc7468 v0.7.0
9092026-06-26T04:08:03.602Z Downloaded num_enum v0.5.11
9102026-06-26T04:08:03.602Z Downloaded radium v0.7.0
9112026-06-26T04:08:03.602Z Downloaded peg-macros v0.8.5
9122026-06-26T04:08:03.602Z Downloaded parking_lot_core v0.8.6
9132026-06-26T04:08:03.602Z Downloaded proc-macro-error2 v2.0.1
9142026-06-26T04:08:03.602Z Downloaded oxide-tokio-rt v0.1.4
9152026-06-26T04:08:03.602Z Downloaded heapless v0.7.17
9162026-06-26T04:08:03.602Z Downloaded bindgen v0.71.1
9172026-06-26T04:08:03.602Z Downloaded rand_xorshift v0.4.0
9182026-06-26T04:08:03.602Z Downloaded pin-project-internal v1.1.11
9192026-06-26T04:08:03.602Z Downloaded rand_chacha v0.3.1
9202026-06-26T04:08:03.602Z Downloaded postgres-protocol v0.6.10
9212026-06-26T04:08:03.602Z Downloaded ppv-lite86 v0.2.21
9222026-06-26T04:08:03.602Z Downloaded parking_lot_core v0.9.12
9232026-06-26T04:08:03.602Z Downloaded ref-cast-impl v1.0.25
9242026-06-26T04:08:03.603Z Downloaded indicatif v0.18.4
9252026-06-26T04:08:03.603Z Downloaded progenitor-macro v0.14.0
9262026-06-26T04:08:03.603Z Downloaded recursive v0.1.1
9272026-06-26T04:08:03.603Z Downloaded pkg-config v0.3.32
9282026-06-26T04:08:03.603Z Downloaded polyval v0.6.2
9292026-06-26T04:08:03.603Z Downloaded phf v0.12.1
9302026-06-26T04:08:03.603Z Downloaded omicron-zone-package v0.12.2
9312026-06-26T04:08:03.603Z Downloaded primeorder v0.13.6
9322026-06-26T04:08:03.603Z Downloaded predicates v3.1.4
9332026-06-26T04:08:03.603Z Downloaded pkcs1 v0.7.5
9342026-06-26T04:08:03.603Z Downloaded rfc6979 v0.4.0
9352026-06-26T04:08:03.603Z Downloaded progenitor v0.14.0
9362026-06-26T04:08:03.603Z Downloaded progenitor v0.13.0
9372026-06-26T04:08:03.603Z Downloaded recursive-proc-macro-impl v0.1.1
9382026-06-26T04:08:03.603Z Downloaded parking_lot v0.11.2
9392026-06-26T04:08:03.603Z Downloaded psl-types v2.0.11
9402026-06-26T04:08:03.603Z Downloaded parse-display-derive v0.10.0
9412026-06-26T04:08:03.603Z Downloaded psm v0.1.30
9422026-06-26T04:08:03.603Z Downloaded rustc_version v0.1.7
9432026-06-26T04:08:03.603Z Downloaded russh-cryptovec v0.7.3
9442026-06-26T04:08:03.603Z Downloaded progenitor-client v0.13.0
9452026-06-26T04:08:03.611Z Downloaded poly1305 v0.8.0
9462026-06-26T04:08:03.612Z Downloaded progenitor-extras v0.2.0
9472026-06-26T04:08:03.612Z Downloaded rustc-hash v2.1.1
9482026-06-26T04:08:03.612Z Downloaded bumpalo v3.20.2
9492026-06-26T04:08:03.612Z Downloaded postgres-types v0.2.12
9502026-06-26T04:08:03.612Z Downloaded jiff-static v0.2.21
9512026-06-26T04:08:03.612Z Downloaded cc v1.2.56
9522026-06-26T04:08:03.612Z Downloaded flate2 v1.1.9
9532026-06-26T04:08:03.612Z Downloaded scopeguard v1.2.0
9542026-06-26T04:08:03.612Z Downloaded ed25519-dalek v2.2.0
9552026-06-26T04:08:03.612Z Downloaded r2d2 v0.8.10
9562026-06-26T04:08:03.612Z Downloaded peg v0.8.5
9572026-06-26T04:08:03.612Z Downloaded postcard v1.1.3
9582026-06-26T04:08:03.612Z Downloaded rtoolbox v0.0.3
9592026-06-26T04:08:03.612Z Downloaded ref-cast v1.0.25
9602026-06-26T04:08:03.612Z Downloaded hickory-resolver v0.25.2
9612026-06-26T04:08:03.612Z Downloaded hickory-resolver v0.24.4
9622026-06-26T04:08:03.612Z Downloaded sapling-renderdag v0.1.0
9632026-06-26T04:08:03.612Z Downloaded rand_core v0.9.5
9642026-06-26T04:08:03.612Z Downloaded scheduled-thread-pool v0.2.7
9652026-06-26T04:08:03.612Z Downloaded openssl-sys v0.9.115
9662026-06-26T04:08:03.612Z Downloaded rand_chacha v0.9.0
9672026-06-26T04:08:03.612Z Downloaded rand_seeder v0.4.0
9682026-06-26T04:08:03.612Z Downloaded parking_lot v0.12.5
9692026-06-26T04:08:03.612Z Downloaded rand_core v0.6.4
9702026-06-26T04:08:03.612Z Downloaded headers v0.4.1
9712026-06-26T04:08:03.612Z Downloaded pin-project-lite v0.2.17
9722026-06-26T04:08:03.612Z Downloaded ignore v0.4.25
9732026-06-26T04:08:03.612Z Downloaded serde-big-array v0.5.1
9742026-06-26T04:08:03.612Z Downloaded scroll_derive v0.13.1
9752026-06-26T04:08:03.612Z Downloaded hashbrown v0.13.2
9762026-06-26T04:08:03.612Z Downloaded scrypt v0.11.0
9772026-06-26T04:08:03.612Z Downloaded same-file v1.0.6
9782026-06-26T04:08:03.612Z Downloaded semver v0.1.20
9792026-06-26T04:08:03.612Z Downloaded secrecy v0.8.0
9802026-06-26T04:08:03.612Z Downloaded seq-macro v0.3.6
9812026-06-26T04:08:03.612Z Downloaded salsa20 v0.10.2
9822026-06-26T04:08:03.613Z Downloaded oso v0.27.3
9832026-06-26T04:08:03.613Z Downloaded rustc_version v0.4.1
9842026-06-26T04:08:03.613Z Downloaded p256 v0.13.2
9852026-06-26T04:08:03.613Z Downloaded resolv-conf v0.7.6
9862026-06-26T04:08:03.613Z Downloaded itertools v0.10.5
9872026-06-26T04:08:03.613Z Downloaded pkcs5 v0.7.1
9882026-06-26T04:08:03.613Z Downloaded hickory-server v0.25.2
9892026-06-26T04:08:03.613Z Downloaded slog-bunyan v2.5.0
9902026-06-26T04:08:03.613Z Downloaded serde_repr v0.1.20
9912026-06-26T04:08:03.613Z Downloaded quinn-udp v0.5.14
9922026-06-26T04:08:03.613Z Downloaded sha1 v0.10.6
9932026-06-26T04:08:03.613Z Downloaded pin-project v1.1.11
9942026-06-26T04:08:03.613Z Downloaded serde_spanned v1.0.4
9952026-06-26T04:08:03.613Z Downloaded prefix-trie v0.7.0
9962026-06-26T04:08:03.613Z Downloaded crossterm v0.28.1
9972026-06-26T04:08:03.613Z Downloaded serde-hex v0.1.0
9982026-06-26T04:08:03.613Z Downloaded signal-hook-mio v0.2.5
9992026-06-26T04:08:03.613Z Downloaded shell-words v1.1.1
10002026-06-26T04:08:03.614Z Downloaded rustls-pemfile v2.2.0
10012026-06-26T04:08:03.614Z Downloaded serde_bytes v0.11.19
10022026-06-26T04:08:03.614Z Downloaded rusty-fork v0.3.1
10032026-06-26T04:08:03.614Z Downloaded sigpipe v0.1.3
10042026-06-26T04:08:03.614Z Downloaded serde_plain v1.0.2
10052026-06-26T04:08:03.614Z Downloaded sec1 v0.7.3
10062026-06-26T04:08:03.614Z Downloaded serde_urlencoded v0.7.1
10072026-06-26T04:08:03.614Z Downloaded siphasher v1.0.2
10082026-06-26T04:08:03.614Z Downloaded signal-hook-tokio v0.3.1
10092026-06-26T04:08:03.614Z Downloaded slog-envlogger v2.2.0
10102026-06-26T04:08:03.614Z Downloaded itertools v0.12.1
10112026-06-26T04:08:03.614Z Downloaded hyper-util v0.1.20
10122026-06-26T04:08:03.614Z Downloaded serde_path_to_error v0.1.20
10132026-06-26T04:08:03.614Z Downloaded rustversion v1.0.22
10142026-06-26T04:08:03.614Z Downloaded mio v1.2.0
10152026-06-26T04:08:03.614Z Downloaded minimal-lexical v0.2.1
10162026-06-26T04:08:03.615Z Downloaded ssh-cipher v0.2.0
10172026-06-26T04:08:03.615Z Downloaded hashbrown v0.16.1
10182026-06-26T04:08:03.615Z Downloaded serde_with_macros v1.5.2
10192026-06-26T04:08:03.615Z Downloaded sqlparser_derive v0.5.0
10202026-06-26T04:08:03.615Z Downloaded secrecy v0.10.3
10212026-06-26T04:08:03.615Z Downloaded scroll v0.13.0
10222026-06-26T04:08:03.615Z Downloaded rustls-pemfile v1.0.4
10232026-06-26T04:08:03.615Z Downloaded schemars_derive v0.8.22
10242026-06-26T04:08:03.615Z Downloaded rand_core v0.10.0
10252026-06-26T04:08:03.615Z Downloaded russh-keys v0.45.0
10262026-06-26T04:08:03.615Z Downloaded strsim v0.10.0
10272026-06-26T04:08:03.615Z Downloaded strip-ansi-escapes v0.2.1
10282026-06-26T04:08:03.615Z Downloaded ssh-encoding v0.2.0
10292026-06-26T04:08:03.615Z Downloaded nom v7.1.3
10302026-06-26T04:08:03.615Z Downloaded rustls-native-certs v0.8.3
10312026-06-26T04:08:03.615Z Downloaded aes v0.8.4
10322026-06-26T04:08:03.615Z Downloaded progenitor-impl v0.13.0
10332026-06-26T04:08:03.615Z Downloaded simd-adler32 v0.3.8
10342026-06-26T04:08:03.615Z Downloaded libxml v0.3.3
10352026-06-26T04:08:03.615Z Downloaded strum v0.26.3
10362026-06-26T04:08:03.615Z Downloaded sct v0.7.1
10372026-06-26T04:08:03.615Z Downloaded smallvec v0.6.14
10382026-06-26T04:08:03.615Z Downloaded structmeta v0.3.0
10392026-06-26T04:08:03.615Z Downloaded slog-dtrace v0.3.0
10402026-06-26T04:08:03.615Z Downloaded progenitor-impl v0.14.0
10412026-06-26T04:08:03.615Z Downloaded h2 v0.4.13
10422026-06-26T04:08:03.615Z Downloaded structmeta-derive v0.3.0
10432026-06-26T04:08:03.615Z Downloaded iri-string v0.7.10
10442026-06-26T04:08:03.615Z Downloaded tagptr v0.2.0
10452026-06-26T04:08:03.620Z Downloaded tabwriter v1.4.1
10462026-06-26T04:08:03.620Z Downloaded tabled_derive v0.11.0
10472026-06-26T04:08:03.620Z Downloaded sync-ptr v0.1.4
10482026-06-26T04:08:03.620Z Downloaded smf v0.2.3
10492026-06-26T04:08:03.620Z Downloaded quinn v0.11.9
10502026-06-26T04:08:03.620Z Downloaded rustls-pki-types v1.14.0
10512026-06-26T04:08:03.620Z Downloaded ron v0.8.1
10522026-06-26T04:08:03.620Z Downloaded termtree v0.5.1
10532026-06-26T04:08:03.621Z Downloaded tap v1.0.1
10542026-06-26T04:08:03.621Z Downloaded slog-stdlog v4.1.1
10552026-06-26T04:08:03.621Z Downloaded slog-json v2.6.1
10562026-06-26T04:08:03.621Z Downloaded slab v0.4.12
10572026-06-26T04:08:03.621Z Downloaded signature v2.2.0
10582026-06-26T04:08:03.621Z Downloaded strum v0.27.2
10592026-06-26T04:08:03.621Z Downloaded slog-async v2.8.0
10602026-06-26T04:08:03.621Z Downloaded dropshot-api-manager v0.7.2
10612026-06-26T04:08:03.621Z Downloaded supports-color v3.0.2
10622026-06-26T04:08:03.621Z Downloaded signal-hook-registry v1.4.8
10632026-06-26T04:08:03.621Z Downloaded shlex v1.3.0
10642026-06-26T04:08:03.621Z Downloaded thread-id v5.1.0
10652026-06-26T04:08:03.621Z Downloaded serde_derive_internals v0.29.1
10662026-06-26T04:08:03.621Z Downloaded thiserror-impl-no-std v2.0.2
10672026-06-26T04:08:03.621Z Downloaded prettyplease v0.2.37
10682026-06-26T04:08:03.621Z Downloaded rcgen v0.12.1
10692026-06-26T04:08:03.622Z Downloaded tinyvec_macros v0.1.1
10702026-06-26T04:08:03.622Z Downloaded ryu v1.0.23
10712026-06-26T04:08:03.622Z Downloaded take_mut v0.2.2
10722026-06-26T04:08:03.622Z Downloaded testing_table v0.3.0
10732026-06-26T04:08:03.622Z Downloaded papergrid v0.17.0
10742026-06-26T04:08:03.622Z Downloaded pretty_assertions v1.4.1
10752026-06-26T04:08:03.622Z Downloaded sync_wrapper v1.0.2
10762026-06-26T04:08:03.622Z Downloaded serde_with_macros v3.17.0
10772026-06-26T04:08:03.622Z Downloaded slog-scope v4.4.1
10782026-06-26T04:08:03.622Z Downloaded hashbrown v0.12.3
10792026-06-26T04:08:03.622Z Downloaded num-bigint-dig v0.8.6
10802026-06-26T04:08:03.622Z Downloaded tokio-test v0.4.5
10812026-06-26T04:08:03.622Z Downloaded subtle v2.6.1
10822026-06-26T04:08:03.622Z Downloaded snafu-derive v0.8.9
10832026-06-26T04:08:03.622Z Downloaded strum_macros v0.27.2
10842026-06-26T04:08:03.622Z Downloaded spki v0.7.3
10852026-06-26T04:08:03.622Z Downloaded time-core v0.1.8
10862026-06-26T04:08:03.622Z Downloaded hashbrown v0.15.5
10872026-06-26T04:08:03.622Z Downloaded string_cache v0.8.9
10882026-06-26T04:08:03.622Z Downloaded stacker v0.1.23
10892026-06-26T04:08:03.622Z Downloaded num-bigint v0.4.6
10902026-06-26T04:08:03.622Z Downloaded static_assertions v1.1.0
10912026-06-26T04:08:03.622Z Downloaded serde_cbor v0.11.2
10922026-06-26T04:08:03.622Z Downloaded thiserror-no-std v2.0.2
10932026-06-26T04:08:03.622Z Downloaded termios v0.3.3
10942026-06-26T04:08:03.623Z Downloaded schemars v0.8.22
10952026-06-26T04:08:03.623Z Downloaded topological-sort v0.2.2
10962026-06-26T04:08:03.623Z Downloaded tower-layer v0.3.3
10972026-06-26T04:08:03.623Z Downloaded stringprep v0.1.5
10982026-06-26T04:08:03.623Z Downloaded rustls-platform-verifier v0.6.2
10992026-06-26T04:08:03.623Z Downloaded slog-term v2.9.2
11002026-06-26T04:08:03.623Z Downloaded thread_local v1.1.9
11012026-06-26T04:08:03.623Z Downloaded qorb v0.4.1
11022026-06-26T04:08:03.623Z Downloaded support-bundle-viewer v0.1.2
11032026-06-26T04:08:03.623Z Downloaded tls_codec_derive v0.4.2
11042026-06-26T04:08:03.623Z Downloaded tower-service v0.3.3
11052026-06-26T04:08:03.623Z Downloaded rayon-core v1.13.0
11062026-06-26T04:08:03.623Z Downloaded aes-gcm v0.10.3
11072026-06-26T04:08:03.623Z Downloaded tokio-tungstenite v0.23.1
11082026-06-26T04:08:03.623Z Downloaded unarray v0.1.4
11092026-06-26T04:08:03.623Z Downloaded tokio-dtrace v0.1.1
11102026-06-26T04:08:03.623Z Downloaded typify-macro v0.6.2
11112026-06-26T04:08:03.623Z Downloaded untrusted v0.9.0
11122026-06-26T04:08:03.623Z Downloaded usdt v0.6.0
11132026-06-26T04:08:03.623Z Downloaded time-macros v0.2.27
11142026-06-26T04:08:03.623Z Downloaded sqlformat v0.3.5
11152026-06-26T04:08:03.623Z Downloaded rand v0.8.6
11162026-06-26T04:08:03.624Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11172026-06-26T04:08:03.624Z Downloaded samael v0.0.19
11182026-06-26T04:08:03.624Z Downloaded tokio-rustls v0.25.0
11192026-06-26T04:08:03.624Z Downloaded tokio-native-tls v0.3.1
11202026-06-26T04:08:03.625Z Downloaded tokio-macros v2.7.0
11212026-06-26T04:08:03.625Z Downloaded tls_codec v0.4.2
11222026-06-26T04:08:03.625Z Downloaded tiny-keccak v2.0.2
11232026-06-26T04:08:03.625Z Downloaded rustls-webpki v0.103.9
11242026-06-26T04:08:03.625Z Downloaded wait-timeout v0.2.1
11252026-06-26T04:08:03.625Z Downloaded utf-8 v0.7.6
11262026-06-26T04:08:03.625Z Downloaded usdt-attr-macro v0.6.0
11272026-06-26T04:08:03.625Z Downloaded serde_yaml v0.9.34+deprecated
11282026-06-26T04:08:03.625Z Downloaded untrusted v0.7.1
11292026-06-26T04:08:03.625Z Downloaded universal-hash v0.5.1
11302026-06-26T04:08:03.625Z Downloaded try-lock v0.2.5
11312026-06-26T04:08:03.625Z Downloaded strum_macros v0.26.4
11322026-06-26T04:08:03.625Z Downloaded usdt-macro v0.6.0
11332026-06-26T04:08:03.625Z Downloaded unicode-truncate v1.1.0
11342026-06-26T04:08:03.625Z Downloaded aho-corasick v1.1.4
11352026-06-26T04:08:03.625Z Downloaded trait-variant v0.1.2
11362026-06-26T04:08:03.625Z Downloaded hyper v1.8.1
11372026-06-26T04:08:03.625Z Downloaded similar v2.7.0
11382026-06-26T04:08:03.625Z Downloaded signal-hook v0.3.18
11392026-06-26T04:08:03.625Z Downloaded want v0.3.1
11402026-06-26T04:08:03.625Z Downloaded rsa v0.9.10
11412026-06-26T04:08:03.625Z Downloaded tui-tree-widget v0.23.1
11422026-06-26T04:08:03.625Z Downloaded tokio-stream v0.1.18
11432026-06-26T04:08:03.625Z Downloaded waitgroup v0.1.2
11442026-06-26T04:08:03.626Z Downloaded void v1.0.2
11452026-06-26T04:08:03.630Z Downloaded tokio-tungstenite v0.21.0
11462026-06-26T04:08:03.630Z Downloaded tokio-rustls v0.26.4
11472026-06-26T04:08:03.630Z Downloaded toml_writer v1.0.6+spec-1.1.0
11482026-06-26T04:08:03.631Z Downloaded term v0.7.0
11492026-06-26T04:08:03.631Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11502026-06-26T04:08:03.631Z Downloaded xattr v1.6.1
11512026-06-26T04:08:03.631Z Downloaded term v1.2.1
11522026-06-26T04:08:03.631Z Downloaded socket2 v0.5.10
11532026-06-26T04:08:03.631Z Downloaded spin v0.9.8
11542026-06-26T04:08:03.631Z Downloaded test-strategy v0.4.5
11552026-06-26T04:08:03.631Z Downloaded socket2 v0.6.3
11562026-06-26T04:08:03.631Z Downloaded xshell-macros v0.2.7
11572026-06-26T04:08:03.631Z Downloaded publicsuffix v2.3.0
11582026-06-26T04:08:03.631Z Downloaded p521 v0.13.3
11592026-06-26T04:08:03.631Z Downloaded zeroize_derive v1.4.3
11602026-06-26T04:08:03.631Z Downloaded unit-prefix v0.5.2
11612026-06-26T04:08:03.631Z Downloaded unicase v2.9.0
11622026-06-26T04:08:03.631Z Downloaded tokio-rustls v0.24.1
11632026-06-26T04:08:03.631Z Downloaded tracing-attributes v0.1.31
11642026-06-26T04:08:03.631Z Downloaded vergen-gitcl v1.0.8
11652026-06-26T04:08:03.631Z Downloaded vergen-lib v0.1.6
11662026-06-26T04:08:03.631Z Downloaded vsss-rs v3.3.4
11672026-06-26T04:08:03.631Z Downloaded schemars v0.9.0
11682026-06-26T04:08:03.632Z Downloaded zone_cfg_derive v0.3.1
11692026-06-26T04:08:03.632Z Downloaded zone v0.3.1
11702026-06-26T04:08:03.632Z Downloaded twox-hash v2.1.2
11712026-06-26T04:08:03.632Z Downloaded vergen-git2 v9.1.0
11722026-06-26T04:08:03.632Z Downloaded russh v0.45.0
11732026-06-26T04:08:03.632Z Downloaded uzers v0.12.2
11742026-06-26T04:08:03.632Z Downloaded iddqd v0.4.2
11752026-06-26T04:08:03.632Z Downloaded snafu v0.8.9
11762026-06-26T04:08:03.632Z Downloaded futures-util v0.3.32
11772026-06-26T04:08:03.632Z Downloaded wyz v0.5.1
11782026-06-26T04:08:03.632Z Downloaded whoami v1.6.1
11792026-06-26T04:08:03.632Z Downloaded vergen v9.1.0
11802026-06-26T04:08:03.632Z Downloaded toml_parser v1.0.9+spec-1.1.0
11812026-06-26T04:08:03.632Z Downloaded tar v0.4.45
11822026-06-26T04:08:03.632Z Downloaded toml v0.7.8
11832026-06-26T04:08:03.632Z Downloaded whoami v2.1.0
11842026-06-26T04:08:03.632Z Downloaded subprocess v0.2.15
11852026-06-26T04:08:03.632Z Downloaded slog v2.8.2
11862026-06-26T04:08:03.632Z Downloaded usdt-impl v0.6.0
11872026-06-26T04:08:03.632Z Downloaded tinyvec v1.10.0
11882026-06-26T04:08:03.638Z Downloaded rand v0.9.2
11892026-06-26T04:08:03.642Z Downloaded vergen-lib v9.1.0
11902026-06-26T04:08:03.678Z Downloaded zeroize v1.8.2
11912026-06-26T04:08:03.682Z Downloaded nom v8.0.0
11922026-06-26T04:08:03.682Z Downloaded rand v0.10.0
11932026-06-26T04:08:03.682Z Downloaded zstd v0.13.3
11942026-06-26T04:08:03.682Z Downloaded tungstenite v0.21.0
11952026-06-26T04:08:03.682Z Downloaded xshell v0.2.7
11962026-06-26T04:08:03.683Z Downloaded tungstenite v0.23.0
11972026-06-26T04:08:03.683Z Downloaded yasna v0.5.2
11982026-06-26T04:08:03.683Z Downloaded schemars v1.2.1
11992026-06-26T04:08:03.693Z Downloaded unsafe-libyaml v0.2.11
12002026-06-26T04:08:03.693Z Downloaded walkdir v2.5.0
12012026-06-26T04:08:03.696Z Downloaded toml v1.0.6+spec-1.1.0
12022026-06-26T04:08:03.696Z Downloaded unicode-bidi v0.3.18
12032026-06-26T04:08:03.696Z Downloaded typify v0.6.2
12042026-06-26T04:08:03.696Z Downloaded tracing-core v0.1.36
12052026-06-26T04:08:03.702Z Downloaded uuid v1.23.0
12062026-06-26T04:08:03.706Z Downloaded itertools v0.13.0
12072026-06-26T04:08:03.708Z Downloaded zstd-safe v7.2.4
12082026-06-26T04:08:03.711Z Downloaded hkdf v0.12.4
12092026-06-26T04:08:03.711Z Downloaded p384 v0.13.1
12102026-06-26T04:08:03.714Z Downloaded strum_macros v0.24.3
12112026-06-26T04:08:03.717Z Downloaded libm v0.2.16
12122026-06-26T04:08:03.720Z Downloaded vte v0.14.1
12132026-06-26T04:08:03.724Z Downloaded rustyline v14.0.0
12142026-06-26T04:08:03.729Z Downloaded git2 v0.20.4
12152026-06-26T04:08:03.731Z Downloaded unicode-properties v0.1.4
12162026-06-26T04:08:03.734Z Downloaded steno v0.4.1
12172026-06-26T04:08:03.738Z Downloaded zerocopy v0.6.6
12182026-06-26T04:08:03.742Z Downloaded toml_edit v0.19.15
12192026-06-26T04:08:03.747Z Downloaded toml_edit v0.23.10+spec-1.0.0
12202026-06-26T04:08:03.750Z Downloaded serde_with v1.14.0
12212026-06-26T04:08:03.758Z Downloaded itertools v0.14.0
12222026-06-26T04:08:03.764Z Downloaded tokio-postgres v0.7.16
12232026-06-26T04:08:03.781Z Downloaded reedline v0.40.0
12242026-06-26T04:08:03.785Z Downloaded reqwest v0.12.28
12252026-06-26T04:08:03.789Z Downloaded zopfli v0.8.3
12262026-06-26T04:08:03.793Z Downloaded zip v0.6.6
12272026-06-26T04:08:03.796Z Downloaded aws-lc-rs v1.16.3
12282026-06-26T04:08:03.805Z Downloaded bitvec v1.0.1
12292026-06-26T04:08:03.814Z Downloaded yansi v1.0.1
12302026-06-26T04:08:03.817Z Downloaded rpassword v7.4.0
12312026-06-26T04:08:03.817Z Downloaded unicode_categories v0.1.1
12322026-06-26T04:08:03.819Z Downloaded quick-xml v0.37.5
12332026-06-26T04:08:03.824Z Downloaded ssh-key v0.6.7
12342026-06-26T04:08:03.828Z Downloaded goblin v0.10.5
12352026-06-26T04:08:03.832Z Downloaded zerocopy-derive v0.8.40
12362026-06-26T04:08:03.835Z Downloaded blake3 v1.8.5
12372026-06-26T04:08:03.838Z Downloaded salty v0.3.0
12382026-06-26T04:08:03.848Z Downloaded typed-path v0.9.3
12392026-06-26T04:08:03.851Z Downloaded tower v0.5.3
12402026-06-26T04:08:03.857Z Downloaded unicode-segmentation v1.12.0
12412026-06-26T04:08:03.861Z Downloaded regex v1.12.3
12422026-06-26T04:08:03.864Z Downloaded rayon v1.11.0
12432026-06-26T04:08:03.867Z Downloaded x509-cert v0.2.5
12442026-06-26T04:08:03.870Z Downloaded lalrpop v0.19.12
12452026-06-26T04:08:03.888Z Downloaded portable-atomic v1.13.1
12462026-06-26T04:08:03.897Z Downloaded chrono v0.4.44
12472026-06-26T04:08:03.901Z Downloaded proptest v1.10.0
12482026-06-26T04:08:03.906Z Downloaded tough v0.22.0
12492026-06-26T04:08:03.910Z Downloaded reqwest v0.13.2
12502026-06-26T04:08:03.925Z Downloaded serde_with v3.17.0
12512026-06-26T04:08:03.932Z Downloaded rustls-webpki v0.102.8
12522026-06-26T04:08:03.941Z Downloaded tower-http v0.6.8
12532026-06-26T04:08:03.949Z Downloaded unicode-normalization v0.1.25
12542026-06-26T04:08:03.952Z Downloaded zip v4.6.1
12552026-06-26T04:08:03.956Z Downloaded rustls-webpki v0.101.7
12562026-06-26T04:08:03.964Z Downloaded tokio-util v0.7.18
12572026-06-26T04:08:03.967Z Downloaded moka v0.12.13
12582026-06-26T04:08:03.975Z Downloaded nix v0.28.0
12592026-06-26T04:08:03.985Z Downloaded petname v2.0.2
12602026-06-26T04:08:04.017Z Downloaded rustls v0.21.12
12612026-06-26T04:08:04.023Z Downloaded object v0.30.4
12622026-06-26T04:08:04.028Z Downloaded dropshot v0.17.0
12632026-06-26T04:08:04.041Z Downloaded time v0.3.47
12642026-06-26T04:08:04.047Z Downloaded smoltcp v0.9.1
12652026-06-26T04:08:04.053Z Downloaded nix v0.27.1
12662026-06-26T04:08:04.060Z Downloaded diesel v2.3.7
12672026-06-26T04:08:04.070Z Downloaded winnow v0.5.40
12682026-06-26T04:08:04.075Z Downloaded regex-syntax v0.6.29
12692026-06-26T04:08:04.079Z Downloaded radix_trie v0.2.1
12702026-06-26T04:08:04.082Z Downloaded vcpkg v0.2.15
12712026-06-26T04:08:04.104Z Downloaded winnow v0.6.26
12722026-06-26T04:08:04.110Z Downloaded quinn-proto v0.11.13
12732026-06-26T04:08:04.113Z Downloaded smoltcp v0.11.0
12742026-06-26T04:08:04.120Z Downloaded polar-core v0.27.3
12752026-06-26T04:08:04.125Z Downloaded regress v0.10.5
12762026-06-26T04:08:04.129Z Downloaded nix v0.31.2
12772026-06-26T04:08:04.140Z Downloaded tabled v0.20.0
12782026-06-26T04:08:04.151Z Downloaded openssl v0.10.79
12792026-06-26T04:08:04.155Z Downloaded zlib-rs v0.6.2
12802026-06-26T04:08:04.158Z Downloaded bstr v1.12.1
12812026-06-26T04:08:04.171Z Downloaded rustix v0.38.44
12822026-06-26T04:08:04.182Z Downloaded webpki-roots v1.0.6
12832026-06-26T04:08:04.185Z Downloaded object v0.37.3
12842026-06-26T04:08:04.191Z Downloaded rustls v0.22.4
12852026-06-26T04:08:04.200Z Downloaded zerocopy v0.8.40
12862026-06-26T04:08:04.203Z Downloaded hickory-proto v0.24.4
12872026-06-26T04:08:04.211Z Downloaded regex-syntax v0.8.10
12882026-06-26T04:08:04.216Z Downloaded openapiv3 v2.2.0
12892026-06-26T04:08:04.223Z Downloaded regress v0.11.1
12902026-06-26T04:08:04.231Z Downloaded rustls v0.23.37
12912026-06-26T04:08:04.238Z Downloaded hickory-proto v0.25.2
12922026-06-26T04:08:04.247Z Downloaded sqlparser v0.61.0
12932026-06-26T04:08:04.286Z Downloaded ratatui v0.29.0
12942026-06-26T04:08:04.297Z Downloaded tracing v0.1.44
12952026-06-26T04:08:04.309Z Downloaded typify-impl v0.6.2
12962026-06-26T04:08:04.317Z Downloaded sled v0.34.7
12972026-06-26T04:08:04.334Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-06-26T04:08:04.357Z Downloaded regex-automata v0.4.14
12992026-06-26T04:08:04.365Z Downloaded zerocopy-derive v0.6.6
13002026-06-26T04:08:04.371Z Downloaded chrono-tz v0.10.4
13012026-06-26T04:08:04.384Z Downloaded jiff v0.2.21
13022026-06-26T04:08:04.395Z Downloaded petgraph v0.6.5
13032026-06-26T04:08:04.406Z Downloaded petgraph v0.8.3
13042026-06-26T04:08:04.420Z Downloaded csv v1.4.0
13052026-06-26T04:08:04.448Z Downloaded libz-sys v1.1.24
13062026-06-26T04:08:04.469Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-06-26T04:08:04.479Z Downloaded sha3 v0.10.8
13082026-06-26T04:08:04.483Z Downloaded tokio v1.52.1
13092026-06-26T04:08:04.529Z Downloaded encoding_rs v0.8.35
13102026-06-26T04:08:04.549Z Downloaded ring v0.17.14
13112026-06-26T04:08:04.582Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-06-26T04:08:05.206Z Downloaded aws-lc-sys v0.40.0
13132026-06-26T04:08:05.454Z Compiling libc v0.2.185
13142026-06-26T04:08:05.454Z Compiling serde v1.0.228
13152026-06-26T04:08:05.457Z Compiling log v0.4.29
13162026-06-26T04:08:05.457Z Compiling find-msvc-tools v0.1.9
13172026-06-26T04:08:05.585Z Compiling shlex v1.3.0
13182026-06-26T04:08:05.629Z Compiling syn v2.0.117
13192026-06-26T04:08:05.639Z Compiling smallvec v1.15.1
13202026-06-26T04:08:05.642Z Compiling typenum v1.19.0
13212026-06-26T04:08:05.798Z Compiling generic-array v0.14.7
13222026-06-26T04:08:05.810Z Compiling subtle v2.6.1
13232026-06-26T04:08:05.874Z Compiling scopeguard v1.2.0
13242026-06-26T04:08:05.893Z Compiling const-oid v0.9.6
13252026-06-26T04:08:05.968Z Compiling lock_api v0.4.14
13262026-06-26T04:08:05.981Z Compiling serde_json v1.0.149
13272026-06-26T04:08:06.003Z Compiling zerocopy v0.8.40
13282026-06-26T04:08:06.026Z Compiling portable-atomic v1.13.1
13292026-06-26T04:08:06.194Z Compiling parking_lot_core v0.9.12
13302026-06-26T04:08:06.428Z Compiling pin-project-lite v0.2.17
13312026-06-26T04:08:06.466Z Compiling getrandom v0.2.17
13322026-06-26T04:08:06.494Z Compiling jobserver v0.1.34
13332026-06-26T04:08:06.519Z Compiling errno v0.3.14
13342026-06-26T04:08:06.578Z Compiling pkg-config v0.3.32
13352026-06-26T04:08:06.613Z Compiling rand_core v0.6.4
13362026-06-26T04:08:06.635Z Compiling signal-hook-registry v1.4.8
13372026-06-26T04:08:06.693Z Compiling cc v1.2.56
13382026-06-26T04:08:06.886Z Compiling bitflags v2.11.0
13392026-06-26T04:08:06.916Z Compiling futures-core v0.3.32
13402026-06-26T04:08:07.067Z Compiling libm v0.2.16
13412026-06-26T04:08:07.126Z Compiling critical-section v1.2.0
13422026-06-26T04:08:07.170Z Compiling parking_lot v0.12.5
13432026-06-26T04:08:07.173Z Compiling mio v1.2.0
13442026-06-26T04:08:07.199Z Compiling num-traits v0.2.19
13452026-06-26T04:08:07.229Z Compiling once_cell v1.21.3
13462026-06-26T04:08:07.355Z Compiling percent-encoding v2.3.2
13472026-06-26T04:08:07.440Z Compiling socket2 v0.6.3
13482026-06-26T04:08:07.535Z Compiling futures-sink v0.3.32
13492026-06-26T04:08:07.550Z Compiling slab v0.4.12
13502026-06-26T04:08:07.550Z Compiling cpufeatures v0.2.17
13512026-06-26T04:08:07.631Z Compiling futures-task v0.3.32
13522026-06-26T04:08:07.647Z Compiling futures-channel v0.3.32
13532026-06-26T04:08:07.649Z Compiling getrandom v0.4.1
13542026-06-26T04:08:07.720Z Compiling futures-io v0.3.32
13552026-06-26T04:08:07.797Z Compiling rand_core v0.10.0
13562026-06-26T04:08:07.838Z Compiling indexmap v2.14.0
13572026-06-26T04:08:07.867Z Compiling rustversion v1.0.22
13582026-06-26T04:08:07.870Z Compiling getrandom v0.3.4
13592026-06-26T04:08:07.959Z Compiling form_urlencoded v1.2.2
13602026-06-26T04:08:08.231Z Compiling cmake v0.1.57
13612026-06-26T04:08:08.249Z Compiling fs_extra v1.3.0
13622026-06-26T04:08:08.284Z Compiling dunce v1.0.5
13632026-06-26T04:08:08.500Z Compiling synstructure v0.13.2
13642026-06-26T04:08:08.514Z Compiling base64ct v1.8.3
13652026-06-26T04:08:08.525Z Compiling ident_case v1.0.1
13662026-06-26T04:08:08.636Z Compiling aws-lc-sys v0.40.0
13672026-06-26T04:08:08.650Z Compiling flagset v0.4.7
13682026-06-26T04:08:08.765Z Compiling pem-rfc7468 v0.7.0
13692026-06-26T04:08:08.777Z Compiling rustix v1.1.3
13702026-06-26T04:08:08.790Z Compiling regex-syntax v0.8.10
13712026-06-26T04:08:08.802Z Compiling iana-time-zone v0.1.65
13722026-06-26T04:08:08.976Z Compiling rand_core v0.9.5
13732026-06-26T04:08:09.002Z Compiling ring v0.17.14
13742026-06-26T04:08:09.069Z Compiling aws-lc-rs v1.16.3
13752026-06-26T04:08:09.097Z Compiling vcpkg v0.2.15
13762026-06-26T04:08:09.254Z Compiling uuid v1.23.0
13772026-06-26T04:08:09.350Z Compiling rustc_version v0.4.1
13782026-06-26T04:08:09.677Z Compiling tracing-core v0.1.36
13792026-06-26T04:08:09.842Z Compiling openssl-sys v0.9.115
13802026-06-26T04:08:09.986Z Compiling base64 v0.22.1
13812026-06-26T04:08:10.211Z Compiling serde_derive v1.0.228
13822026-06-26T04:08:10.229Z Compiling zeroize_derive v1.4.3
13832026-06-26T04:08:10.298Z Compiling zerofrom-derive v0.1.6
13842026-06-26T04:08:10.345Z Compiling yoke-derive v0.8.1
13852026-06-26T04:08:10.442Z Compiling zerovec-derive v0.11.2
13862026-06-26T04:08:10.888Z Compiling zeroize v1.8.2
13872026-06-26T04:08:11.122Z Compiling zerocopy-derive v0.8.40
13882026-06-26T04:08:11.522Z Compiling displaydoc v0.2.5
13892026-06-26T04:08:11.595Z Compiling tokio-macros v2.7.0
13902026-06-26T04:08:11.660Z Compiling crypto-common v0.1.7
13912026-06-26T04:08:11.731Z Compiling zerofrom v0.1.6
13922026-06-26T04:08:11.800Z Compiling block-buffer v0.10.4
13932026-06-26T04:08:11.850Z Compiling yoke v0.8.1
13942026-06-26T04:08:11.963Z Compiling digest v0.10.7
13952026-06-26T04:08:12.026Z Compiling zerovec v0.11.5
13962026-06-26T04:08:12.208Z Compiling futures-macro v0.3.32
13972026-06-26T04:08:12.248Z Compiling zerotrie v0.2.3
13982026-06-26T04:08:12.301Z Compiling hmac v0.12.1
13992026-06-26T04:08:12.453Z Compiling block-padding v0.3.3
14002026-06-26T04:08:12.521Z Compiling tinystr v0.8.2
14012026-06-26T04:08:12.533Z Compiling potential_utf v0.1.4
14022026-06-26T04:08:12.603Z Compiling inout v0.1.4
14032026-06-26T04:08:12.685Z Compiling icu_locale_core v2.1.1
14042026-06-26T04:08:12.712Z Compiling icu_collections v2.1.1
14052026-06-26T04:08:12.759Z Compiling cipher v0.4.4
14062026-06-26T04:08:12.985Z Compiling futures-util v0.3.32
14072026-06-26T04:08:13.008Z Compiling sha2 v0.10.9
14082026-06-26T04:08:13.165Z Compiling der_derive v0.7.3
14092026-06-26T04:08:13.527Z Compiling icu_provider v2.1.1
14102026-06-26T04:08:13.607Z Compiling bytes v1.11.1
14112026-06-26T04:08:13.660Z Compiling chrono v0.4.44
14122026-06-26T04:08:13.816Z Compiling icu_properties v2.1.2
14132026-06-26T04:08:14.089Z Compiling tokio v1.52.1
14142026-06-26T04:08:14.214Z Compiling icu_normalizer v2.1.1
14152026-06-26T04:08:14.379Z Compiling der v0.7.10
14162026-06-26T04:08:14.745Z Compiling idna_adapter v1.2.1
14172026-06-26T04:08:14.879Z Compiling idna v1.1.0
14182026-06-26T04:08:14.891Z Compiling http v1.4.0
14192026-06-26T04:08:15.023Z Compiling salsa20 v0.10.2
14202026-06-26T04:08:15.160Z Compiling url v2.5.8
14212026-06-26T04:08:15.228Z Compiling spki v0.7.3
14222026-06-26T04:08:15.426Z Compiling ppv-lite86 v0.2.21
14232026-06-26T04:08:15.483Z Compiling pbkdf2 v0.12.2
14242026-06-26T04:08:15.502Z Compiling rustls-pki-types v1.14.0
14252026-06-26T04:08:15.610Z Compiling tracing-attributes v0.1.31
14262026-06-26T04:08:15.643Z Compiling thiserror-impl v2.0.18
14272026-06-26T04:08:15.766Z Compiling rand_chacha v0.9.0
14282026-06-26T04:08:15.827Z Compiling scrypt v0.11.0
14292026-06-26T04:08:15.945Z Compiling http-body v1.0.1
14302026-06-26T04:08:15.967Z Compiling cbc v0.1.2
14312026-06-26T04:08:16.071Z Compiling aes v0.8.4
14322026-06-26T04:08:16.109Z Compiling openssl-probe v0.2.1
14332026-06-26T04:08:16.157Z Compiling untrusted v0.9.0
14342026-06-26T04:08:16.272Z Compiling httparse v1.10.1
14352026-06-26T04:08:16.285Z Compiling tinyvec_macros v0.1.1
14362026-06-26T04:08:16.350Z Compiling untrusted v0.7.1
14372026-06-26T04:08:16.441Z Compiling tinyvec v1.10.0
14382026-06-26T04:08:16.472Z Compiling pkcs5 v0.7.1
14392026-06-26T04:08:16.780Z Compiling pest_generator v2.8.6
14402026-06-26T04:08:16.886Z Compiling tracing v0.1.44
14412026-06-26T04:08:16.943Z Compiling rand v0.9.2
14422026-06-26T04:08:16.957Z Compiling thiserror v2.0.18
14432026-06-26T04:08:17.059Z Compiling serde_derive_internals v0.29.1
14442026-06-26T04:08:17.105Z Compiling aho-corasick v1.1.4
14452026-06-26T04:08:17.145Z Compiling try-lock v0.2.5
14462026-06-26T04:08:17.252Z Compiling atomic-waker v1.1.2
14472026-06-26T04:08:17.372Z Compiling schemars v0.8.22
14482026-06-26T04:08:17.463Z Compiling dyn-clone v1.0.20
14492026-06-26T04:08:17.563Z Compiling tower-service v0.3.3
14502026-06-26T04:08:17.595Z Compiling rustls v0.23.37
14512026-06-26T04:08:17.653Z Compiling tower-layer v0.3.3
14522026-06-26T04:08:17.735Z Compiling pest_derive v2.8.6
14532026-06-26T04:08:17.755Z Compiling want v0.3.1
14542026-06-26T04:08:17.809Z Compiling pkcs8 v0.10.2
14552026-06-26T04:08:17.917Z Compiling tokio-util v0.7.18
14562026-06-26T04:08:17.927Z Compiling schemars_derive v0.8.22
14572026-06-26T04:08:18.098Z Compiling regex-automata v0.4.14
14582026-06-26T04:08:18.373Z Compiling ipnet v2.11.0
14592026-06-26T04:08:18.430Z Compiling scroll_derive v0.13.1
14602026-06-26T04:08:18.742Z Compiling h2 v0.4.13
14612026-06-26T04:08:18.866Z Compiling darling_core v0.20.11
14622026-06-26T04:08:18.915Z Compiling foreign-types-shared v0.1.1
14632026-06-26T04:08:18.999Z Compiling pin-utils v0.1.0
14642026-06-26T04:08:19.071Z Compiling httpdate v1.0.3
14652026-06-26T04:08:19.133Z Compiling openssl v0.10.79
14662026-06-26T04:08:19.207Z Compiling scroll v0.13.0
14672026-06-26T04:08:19.369Z Compiling foreign-types v0.3.2
14682026-06-26T04:08:19.439Z Compiling tempfile v3.25.0
14692026-06-26T04:08:19.460Z Compiling unicode-normalization v0.1.25
14702026-06-26T04:08:19.796Z Compiling openssl-macros v0.1.1
14712026-06-26T04:08:19.898Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-06-26T04:08:20.125Z Compiling socket2 v0.5.10
14732026-06-26T04:08:20.178Z Compiling spin v0.9.8
14742026-06-26T04:08:20.271Z Compiling num-conv v0.2.0
14752026-06-26T04:08:20.379Z Compiling powerfmt v0.2.0
14762026-06-26T04:08:20.398Z Compiling time-core v0.1.8
14772026-06-26T04:08:20.510Z Compiling crc32fast v1.5.0
14782026-06-26T04:08:20.569Z Compiling native-tls v0.2.18
14792026-06-26T04:08:20.603Z Compiling time-macros v0.2.27
14802026-06-26T04:08:20.633Z Compiling deranged v0.5.8
14812026-06-26T04:08:21.083Z Compiling darling_macro v0.20.11
14822026-06-26T04:08:21.547Z Compiling darling v0.20.11
14832026-06-26T04:08:21.600Z Compiling goblin v0.10.5
14842026-06-26T04:08:21.626Z Compiling rustls-native-certs v0.8.3
14852026-06-26T04:08:21.654Z Compiling sync_wrapper v1.0.2
14862026-06-26T04:08:21.759Z Compiling hyper v1.8.1
14872026-06-26T04:08:21.907Z Compiling wait-timeout v0.2.1
14882026-06-26T04:08:22.098Z Compiling bit-vec v0.8.0
14892026-06-26T04:08:22.162Z Compiling siphasher v1.0.2
14902026-06-26T04:08:22.323Z Compiling num_threads v0.1.7
14912026-06-26T04:08:22.338Z Compiling quick-error v1.2.3
14922026-06-26T04:08:22.418Z Compiling syn v1.0.109
14932026-06-26T04:08:22.441Z Compiling usdt-impl v0.6.0
14942026-06-26T04:08:22.637Z Compiling crossbeam-utils v0.8.21
14952026-06-26T04:08:22.681Z Compiling unicode-segmentation v1.12.0
14962026-06-26T04:08:22.706Z Compiling simd-adler32 v0.3.8
14972026-06-26T04:08:22.911Z Compiling hyper-util v0.1.20
14982026-06-26T04:08:23.054Z Compiling rusty-fork v0.3.1
14992026-06-26T04:08:23.302Z Compiling time v0.3.47
15002026-06-26T04:08:23.325Z Compiling bit-set v0.8.0
15012026-06-26T04:08:23.358Z Compiling tower v0.5.3
15022026-06-26T04:08:23.484Z Compiling derive_builder_core v0.20.2
15032026-06-26T04:08:23.825Z Compiling dtrace-parser v0.3.0
15042026-06-26T04:08:23.944Z Compiling http-body-util v0.1.3
15052026-06-26T04:08:24.183Z Compiling webpki-roots v1.0.6
15062026-06-26T04:08:24.302Z Compiling dof v0.4.0
15072026-06-26T04:08:24.315Z Compiling signature v2.2.0
15082026-06-26T04:08:24.489Z Compiling thiserror-impl v1.0.69
15092026-06-26T04:08:24.560Z Compiling scroll_derive v0.12.1
15102026-06-26T04:08:24.615Z Compiling heapless v0.7.17
15112026-06-26T04:08:24.843Z Compiling rand_xorshift v0.4.0
15122026-06-26T04:08:24.857Z Compiling slog v2.8.2
15132026-06-26T04:08:24.997Z Compiling darling_core v0.21.3
15142026-06-26T04:08:25.031Z Compiling bzip2-sys v0.1.13+1.0.8
15152026-06-26T04:08:25.193Z Compiling thread-id v5.1.0
15162026-06-26T04:08:25.273Z Compiling cookie v0.18.1
15172026-06-26T04:08:25.299Z Compiling iri-string v0.7.10
15182026-06-26T04:08:25.437Z Compiling ryu v1.0.23
15192026-06-26T04:08:25.449Z Compiling zstd-safe v7.2.4
15202026-06-26T04:08:25.651Z Compiling unarray v0.1.4
15212026-06-26T04:08:25.682Z Compiling allocator-api2 v0.2.21
15222026-06-26T04:08:25.726Z Compiling unicode-bidi v0.3.18
15232026-06-26T04:08:25.738Z Compiling anyhow v1.0.102
15242026-06-26T04:08:25.752Z Compiling signal-hook v0.3.18
15252026-06-26T04:08:25.915Z Compiling unicode-properties v0.1.4
15262026-06-26T04:08:26.003Z Compiling paste v1.0.15
15272026-06-26T04:08:26.031Z Compiling adler2 v2.0.1
15282026-06-26T04:08:26.114Z Compiling stringprep v0.1.5
15292026-06-26T04:08:26.157Z Compiling miniz_oxide v0.8.9
15302026-06-26T04:08:26.319Z Compiling proptest v1.10.0
15312026-06-26T04:08:26.448Z Compiling thiserror v1.0.69
15322026-06-26T04:08:26.545Z Compiling tower-http v0.6.8
15332026-06-26T04:08:26.559Z Compiling serde_urlencoded v0.7.1
15342026-06-26T04:08:26.837Z Compiling scroll v0.12.0
15352026-06-26T04:08:26.995Z Compiling derive_builder_macro v0.20.2
15362026-06-26T04:08:27.086Z Compiling tokio-native-tls v0.3.1
15372026-06-26T04:08:27.380Z Compiling heck v0.4.1
15382026-06-26T04:08:27.432Z Compiling bstr v1.12.1
15392026-06-26T04:08:27.490Z Compiling darling_macro v0.21.3
15402026-06-26T04:08:27.536Z Compiling ipnetwork v0.21.1
15412026-06-26T04:08:27.592Z Compiling rand_chacha v0.3.1
15422026-06-26T04:08:27.862Z Compiling erased-serde v0.3.31
15432026-06-26T04:08:27.907Z Compiling serde_tokenstream v0.2.3
15442026-06-26T04:08:27.962Z Compiling serde_spanned v0.6.9
15452026-06-26T04:08:28.062Z Compiling toml_datetime v0.6.11
15462026-06-26T04:08:28.100Z Compiling md-5 v0.10.6
15472026-06-26T04:08:28.208Z Compiling async-trait v0.1.89
15482026-06-26T04:08:28.259Z Compiling zerocopy-derive v0.7.35
15492026-06-26T04:08:28.313Z Compiling pin-project-internal v1.1.11
15502026-06-26T04:08:28.332Z Compiling curve25519-dalek v4.1.3
15512026-06-26T04:08:28.367Z Compiling vergen-lib v9.1.0
15522026-06-26T04:08:28.538Z Compiling num-integer v0.1.46
15532026-06-26T04:08:28.656Z Compiling hash32 v0.2.1
15542026-06-26T04:08:28.843Z Compiling ff v0.13.1
15552026-06-26T04:08:28.856Z Compiling memoffset v0.9.1
15562026-06-26T04:08:28.977Z Compiling encoding_rs v0.8.35
15572026-06-26T04:08:29.042Z Compiling base16ct v0.2.0
15582026-06-26T04:08:29.103Z Compiling num-bigint-dig v0.8.6
15592026-06-26T04:08:29.193Z Compiling zlib-rs v0.6.2
15602026-06-26T04:08:29.214Z Compiling fallible-iterator v0.2.0
15612026-06-26T04:08:29.285Z Compiling rustix v0.38.44
15622026-06-26T04:08:29.405Z Compiling mime v0.3.17
15632026-06-26T04:08:29.517Z Compiling litrs v1.0.0
15642026-06-26T04:08:29.627Z Compiling psl-types v2.0.11
15652026-06-26T04:08:29.656Z Compiling cfg_aliases v0.2.1
15662026-06-26T04:08:29.729Z Compiling smoltcp v0.9.1
15672026-06-26T04:08:29.750Z Compiling ref-cast v1.0.25
15682026-06-26T04:08:30.011Z Compiling document-features v0.2.12
15692026-06-26T04:08:30.072Z Compiling publicsuffix v2.3.0
15702026-06-26T04:08:30.089Z Compiling nix v0.31.2
15712026-06-26T04:08:30.320Z Compiling postgres-protocol v0.6.10
15722026-06-26T04:08:30.436Z Compiling pin-project v1.1.11
15732026-06-26T04:08:30.465Z Compiling sec1 v0.7.3
15742026-06-26T04:08:30.596Z Compiling zerocopy v0.7.35
15752026-06-26T04:08:30.740Z Compiling group v0.13.0
15762026-06-26T04:08:30.871Z Compiling num-iter v0.1.45
15772026-06-26T04:08:30.982Z Compiling newtype-uuid v1.3.2
15782026-06-26T04:08:31.006Z Compiling hubpack_derive v0.1.1
15792026-06-26T04:08:31.131Z Compiling darling v0.21.3
15802026-06-26T04:08:31.214Z Compiling rand v0.8.6
15812026-06-26T04:08:31.244Z Compiling oxnet v0.1.6
15822026-06-26T04:08:31.308Z Compiling snafu-derive v0.8.9
15832026-06-26T04:08:31.437Z Compiling derive_builder v0.20.2
15842026-06-26T04:08:31.561Z Compiling hyper-tls v0.6.0
15852026-06-26T04:08:31.673Z Compiling goblin v0.8.2
15862026-06-26T04:08:32.227Z Compiling flate2 v1.1.9
15872026-06-26T04:08:32.354Z Compiling phf_shared v0.13.1
15882026-06-26T04:08:32.511Z Compiling lazy_static v1.5.0
15892026-06-26T04:08:32.587Z Compiling regex v1.12.3
15902026-06-26T04:08:32.601Z Compiling anstyle-parse v0.2.7
15912026-06-26T04:08:32.617Z Compiling strum_macros v0.27.2
15922026-06-26T04:08:32.631Z Compiling futures-executor v0.3.32
15932026-06-26T04:08:32.774Z Compiling hex v0.4.3
15942026-06-26T04:08:32.879Z Compiling hkdf v0.12.4
15952026-06-26T04:08:32.999Z Compiling crypto-bigint v0.5.5
15962026-06-26T04:08:33.035Z Compiling ref-cast-impl v1.0.25
15972026-06-26T04:08:33.038Z Compiling daft-derive v0.1.7
15982026-06-26T04:08:33.167Z Compiling curve25519-dalek-derive v0.1.1
15992026-06-26T04:08:33.575Z Compiling terminal_size v0.4.3
16002026-06-26T04:08:33.712Z Compiling vergen v9.1.0
16012026-06-26T04:08:33.733Z Compiling fs-err v3.3.0
16022026-06-26T04:08:33.792Z Compiling cargo-platform v0.3.2
16032026-06-26T04:08:33.886Z Compiling ahash v0.8.12
16042026-06-26T04:08:33.914Z Compiling bitflags v1.3.2
16052026-06-26T04:08:33.986Z Compiling bumpalo v3.20.2
16062026-06-26T04:08:34.057Z Compiling foldhash v0.2.0
16072026-06-26T04:08:34.083Z Compiling object v0.37.3
16082026-06-26T04:08:34.230Z Compiling same-file v1.0.6
16092026-06-26T04:08:34.272Z Compiling managed v0.8.0
16102026-06-26T04:08:34.344Z Compiling foldhash v0.1.5
16112026-06-26T04:08:34.392Z Compiling libbz2-rs-sys v0.2.2
16122026-06-26T04:08:34.485Z Compiling winnow v0.5.40
16132026-06-26T04:08:34.513Z Compiling hashbrown v0.15.5
16142026-06-26T04:08:34.553Z Compiling strum v0.27.2
16152026-06-26T04:08:35.069Z Compiling bzip2 v0.6.1
16162026-06-26T04:08:35.073Z Compiling walkdir v2.5.0
16172026-06-26T04:08:35.105Z Compiling hashbrown v0.16.1
16182026-06-26T04:08:35.135Z Compiling zopfli v0.8.3
16192026-06-26T04:08:35.309Z Compiling clap_builder v4.6.0
16202026-06-26T04:08:35.375Z Compiling cargo_metadata v0.23.1
16212026-06-26T04:08:35.474Z Compiling elliptic-curve v0.13.8
16222026-06-26T04:08:35.824Z Compiling toml_edit v0.19.15
16232026-06-26T04:08:35.854Z Compiling dof v0.3.0
16242026-06-26T04:08:35.930Z Compiling daft v0.1.7
16252026-06-26T04:08:36.307Z Compiling snafu v0.8.9
16262026-06-26T04:08:36.558Z Compiling futures v0.3.32
16272026-06-26T04:08:36.640Z Compiling anstream v0.6.21
16282026-06-26T04:08:36.744Z Compiling phf v0.13.1
16292026-06-26T04:08:36.903Z Compiling signal-hook-mio v0.2.5
16302026-06-26T04:08:36.933Z Compiling cookie_store v0.22.1
16312026-06-26T04:08:37.148Z Compiling zstd v0.13.3
16322026-06-26T04:08:37.364Z Compiling bzip2 v0.4.4
16332026-06-26T04:08:37.419Z Compiling hubpack v0.1.2
16342026-06-26T04:08:37.558Z Compiling serde_with_macros v3.17.0
16352026-06-26T04:08:37.647Z Compiling postgres-types v0.2.12
16362026-06-26T04:08:38.179Z Compiling usdt-attr-macro v0.6.0
16372026-06-26T04:08:38.325Z Compiling usdt-macro v0.6.0
16382026-06-26T04:08:38.423Z Compiling globset v0.4.18
16392026-06-26T04:08:38.664Z Compiling dtrace-parser v0.2.0
16402026-06-26T04:08:38.753Z Compiling ed25519 v2.2.3
16412026-06-26T04:08:38.870Z Compiling phf_shared v0.11.3
16422026-06-26T04:08:38.959Z Compiling olpc-cjson v0.1.4
16432026-06-26T04:08:39.052Z Compiling pkcs1 v0.7.5
16442026-06-26T04:08:39.057Z Compiling clap_derive v4.6.1
16452026-06-26T04:08:39.083Z Compiling enum-as-inner v0.6.1
16462026-06-26T04:08:39.112Z Compiling strum_macros v0.26.4
16472026-06-26T04:08:39.374Z Compiling serde-big-array v0.5.1
16482026-06-26T04:08:39.443Z Compiling serde_plain v1.0.2
16492026-06-26T04:08:39.513Z Compiling rfc6979 v0.4.0
16502026-06-26T04:08:39.576Z Compiling pem v3.0.6
16512026-06-26T04:08:39.633Z Compiling async-recursion v1.1.1
16522026-06-26T04:08:39.633Z Compiling serde_repr v0.1.20
16532026-06-26T04:08:39.659Z Compiling float-cmp v0.10.0
16542026-06-26T04:08:39.799Z Compiling thread-id v4.2.2
16552026-06-26T04:08:39.884Z Compiling memmap2 v0.9.10
16562026-06-26T04:08:39.896Z Compiling env_filter v1.0.0
16572026-06-26T04:08:40.089Z Compiling difflib v0.4.0
16582026-06-26T04:08:40.159Z Compiling precomputed-hash v0.1.1
16592026-06-26T04:08:40.188Z Compiling keccak v0.1.6
16602026-06-26T04:08:40.244Z Compiling data-encoding v2.10.0
16612026-06-26T04:08:40.275Z Compiling predicates-core v1.0.10
16622026-06-26T04:08:40.446Z Compiling jiff v0.2.21
16632026-06-26T04:08:40.672Z Compiling static_assertions v1.1.0
16642026-06-26T04:08:40.748Z Compiling either v1.15.0
16652026-06-26T04:08:40.822Z Compiling new_debug_unreachable v1.0.6
16662026-06-26T04:08:40.859Z Compiling fixedbitset v0.5.7
16672026-06-26T04:08:40.898Z Compiling normalize-line-endings v0.3.0
16682026-06-26T04:08:40.922Z Compiling whoami v2.1.0
16692026-06-26T04:08:40.953Z Compiling fixedbitset v0.4.2
16702026-06-26T04:08:40.966Z Compiling typed-path v0.9.3
16712026-06-26T04:08:40.982Z Compiling predicates v3.1.4
16722026-06-26T04:08:41.158Z Compiling tokio-postgres v0.7.16
16732026-06-26T04:08:41.172Z Compiling petgraph v0.6.5
16742026-06-26T04:08:41.300Z Compiling petgraph v0.8.3
16752026-06-26T04:08:41.636Z Compiling itertools v0.13.0
16762026-06-26T04:08:42.198Z Compiling string_cache v0.8.9
16772026-06-26T04:08:42.323Z Compiling toml_edit v0.22.27
16782026-06-26T04:08:42.418Z Compiling strum v0.26.3
16792026-06-26T04:08:42.539Z Compiling clap v4.6.1
16802026-06-26T04:08:42.621Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16812026-06-26T04:08:42.635Z Compiling hickory-proto v0.25.2
16822026-06-26T04:08:42.860Z Compiling sha3 v0.10.8
16832026-06-26T04:08:43.262Z Compiling zip v4.6.1
16842026-06-26T04:08:43.320Z Compiling env_logger v0.11.9
16852026-06-26T04:08:43.379Z Compiling usdt v0.6.0
16862026-06-26T04:08:43.640Z Compiling usdt-impl v0.5.0
16872026-06-26T04:08:43.652Z Compiling ecdsa v0.16.9
16882026-06-26T04:08:44.046Z Compiling rsa v0.9.10
16892026-06-26T04:08:44.189Z Compiling ed25519-dalek v2.2.0
16902026-06-26T04:08:44.202Z Compiling serde_with v3.17.0
16912026-06-26T04:08:44.595Z Compiling crossterm v0.28.1
16922026-06-26T04:08:45.022Z Compiling zip v0.6.6
16932026-06-26T04:08:45.610Z Compiling toml v0.7.8
16942026-06-26T04:08:45.817Z Compiling iddqd v0.4.2
16952026-06-26T04:08:46.215Z Compiling toml_parser v1.0.9+spec-1.1.0
16962026-06-26T04:08:46.329Z Compiling similar v2.7.0
16972026-06-26T04:08:46.342Z Compiling crossbeam-epoch v0.9.18
16982026-06-26T04:08:46.664Z Compiling tokio-stream v0.1.18
16992026-06-26T04:08:46.847Z Compiling buf-list v1.1.2
17002026-06-26T04:08:47.102Z Compiling x509-cert v0.2.5
17012026-06-26T04:08:47.123Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17022026-06-26T04:08:47.150Z Compiling openapiv3 v2.2.0
17032026-06-26T04:08:47.208Z Compiling sha1 v0.10.6
17042026-06-26T04:08:47.415Z Compiling peg-runtime v0.8.5
17052026-06-26T04:08:47.548Z Compiling lalrpop-util v0.19.12
17062026-06-26T04:08:47.548Z Compiling thread_local v1.1.9
17072026-06-26T04:08:47.548Z Compiling slog-async v2.8.0
17082026-06-26T04:08:47.612Z Compiling crossbeam-channel v0.5.15
17092026-06-26T04:08:47.645Z Compiling is-terminal v0.4.17
17102026-06-26T04:08:47.655Z Compiling filetime v0.2.27
17112026-06-26T04:08:47.766Z Compiling xattr v1.6.1
17122026-06-26T04:08:47.946Z Compiling take_mut v0.2.2
17132026-06-26T04:08:47.946Z Compiling term v1.2.1
17142026-06-26T04:08:48.039Z Compiling tar v0.4.45
17152026-06-26T04:08:48.390Z Compiling slog-term v2.9.2
17162026-06-26T04:08:58.136Z Compiling rustls-webpki v0.103.9
17172026-06-26T04:09:00.893Z Compiling tokio-rustls v0.26.4
17182026-06-26T04:09:00.893Z Compiling rustls-platform-verifier v0.6.2
17192026-06-26T04:09:01.089Z Compiling hyper-rustls v0.27.7
17202026-06-26T04:09:01.291Z Compiling reqwest v0.12.28
17212026-06-26T04:09:01.296Z Compiling reqwest v0.13.2
17222026-06-26T04:09:02.587Z Compiling tough v0.22.0
17232026-06-26T04:09:05.101Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-06-26T04:09:05.330Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-06-26T04:09:08.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17262026-06-26T04:09:08.292Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17272026-06-26T04:09:08.370ZJun 26 04:09:07.159 INFO Starting download, target: Console
17282026-06-26T04:09:08.370ZJun 26 04:09:07.160 INFO Starting download, target: Clickhouse
17292026-06-26T04:09:08.408ZJun 26 04:09:07.160 INFO Starting download, target: DendriteStub
17302026-06-26T04:09:08.408ZJun 26 04:09:07.160 INFO Starting download, target: MaghemiteMgd
17312026-06-26T04:09:08.408ZJun 26 04:09:07.160 INFO Starting download, target: Cockroach
17322026-06-26T04:09:08.408ZJun 26 04:09:07.160 INFO Starting download, target: MaghemiteDdmd
17332026-06-26T04:09:08.408ZJun 26 04:09:07.160 INFO Starting download, target: TransceiverControl
17342026-06-26T04:09:08.408ZJun 26 04:09:07.160 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-06-26T04:09:08.408ZJun 26 04:09:07.160 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-06-26T04:09:08.408ZJun 26 04:09:07.160 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-06-26T04:09:08.408ZJun 26 04:09:07.160 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17382026-06-26T04:09:08.408ZJun 26 04:09:07.160 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17392026-06-26T04:09:08.408ZJun 26 04:09:07.160 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-06-26T04:09:08.408ZJun 26 04:09:07.160 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-06-26T04:09:10.057ZJun 26 04:09:08.780 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-06-26T04:09:10.134ZJun 26 04:09:08.939 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17432026-06-26T04:09:10.198ZJun 26 04:09:08.991 INFO Download complete, target: TransceiverControl
17442026-06-26T04:09:10.418ZJun 26 04:09:09.188 INFO Download complete, target: Console
17452026-06-26T04:09:10.822ZJun 26 04:09:09.550 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-06-26T04:09:13.145ZJun 26 04:09:11.909 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-06-26T04:09:13.175ZJun 26 04:09:11.981 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17482026-06-26T04:09:14.772ZJun 26 04:09:13.568 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17492026-06-26T04:09:15.087ZJun 26 04:09:13.910 INFO Download complete, target: MaghemiteDdmd
17502026-06-26T04:09:15.173ZJun 26 04:09:13.994 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17512026-06-26T04:09:15.173ZJun 26 04:09:13.994 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17522026-06-26T04:09:15.597ZJun 26 04:09:14.421 INFO Download complete, target: DendriteStub
17532026-06-26T04:09:17.340ZJun 26 04:09:16.167 INFO Download complete, target: MaghemiteMgd
17542026-06-26T04:09:17.697ZJun 26 04:09:16.524 INFO Checking that binary works, target: Clickhouse
17552026-06-26T04:09:17.831ZJun 26 04:09:16.657 INFO Download complete, target: Clickhouse
17562026-06-26T04:09:19.926ZJun 26 04:09:18.731 INFO Checking that binary works, target: Cockroach
17572026-06-26T04:09:20.022ZJun 26 04:09:18.845 INFO Download complete, target: Cockroach
17582026-06-26T04:09:20.036ZAll builder prerequisites installed successfully, and PATH looks valid
17592026-06-26T04:09:20.054Z
17602026-06-26T04:09:20.054Zreal 2:06.312575670
17612026-06-26T04:09:20.054Zuser 6:48.320076954
17622026-06-26T04:09:20.054Zsys 1:22.409073000
17632026-06-26T04:09:20.054Ztrap 0.236746244
17642026-06-26T04:09:20.054Ztflt 0.617570054
17652026-06-26T04:09:20.054Zdflt 0.549855497
17662026-06-26T04:09:20.054Zkflt 0.024289045
17672026-06-26T04:09:20.054Zlock 23:03.444538417
17682026-06-26T04:09:20.054Zslp 20:57.828720408
17692026-06-26T04:09:20.054Zlat 43.229878244
17702026-06-26T04:09:20.054Zstop 1:57.451985090
17712026-06-26T04:09:20.054Z+ banner hack-check
17722026-06-26T04:09:20.054Z
17732026-06-26T04:09:20.054Z # # ## #### # # #### # # ###### #### # #
17742026-06-26T04:09:20.054Z # # # # # # # # # # # # # # # # #
17752026-06-26T04:09:20.054Z ###### # # # #### ##### # ###### ##### # ####
17762026-06-26T04:09:20.054Z # # ###### # # # # # # # # # #
17772026-06-26T04:09:20.054Z # # # # # # # # # # # # # # # # #
17782026-06-26T04:09:20.054Z # # # # #### # # #### # # ###### #### # #
17792026-06-26T04:09:20.055Z
17802026-06-26T04:09:20.055Z+ export CARGO_INCREMENTAL=0
17812026-06-26T04:09:20.055Z+ CARGO_INCREMENTAL=0
17822026-06-26T04:09:20.055Z+ ptime -m timeout 2h cargo xtask check-features --ci
17832026-06-26T04:09:20.498Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17842026-06-26T04:09:20.718Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17852026-06-26T04:09:22.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
17862026-06-26T04:09:22.678Z Running `target/debug/xtask check-features --ci`
17872026-06-26T04:09:22.688Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17882026-06-26T04:09:22.688Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17892026-06-26T04:09:23.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17902026-06-26T04:09:23.121Z Running `target/debug/xtask download cargo-hack`
17912026-06-26T04:09:23.827Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17922026-06-26T04:09:24.137Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17932026-06-26T04:09:26.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
17942026-06-26T04:09:26.792Z Running `target/debug/xtask-downloader cargo-hack`
17952026-06-26T04:09:26.828ZJun 26 04:09:25.653 INFO Starting download, target: CargoHack
17962026-06-26T04:09:26.831ZJun 26 04:09:25.653 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17972026-06-26T04:09:27.469ZJun 26 04:09:26.295 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17982026-06-26T04:09:27.518ZJun 26 04:09:26.345 INFO Download complete, target: CargoHack
17992026-06-26T04:09:27.523Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18002026-06-26T04:09:27.534Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18012026-06-26T04:09:27.687Zinfo: running `cargo check --bins` on api_identity (1/297)
18022026-06-26T04:09:28.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-06-26T04:09:28.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-06-26T04:09:28.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-06-26T04:09:28.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18062026-06-26T04:09:28.197Z
18072026-06-26T04:09:28.198Zinfo: running `cargo check --bins` on bootstore (2/297)
18082026-06-26T04:09:28.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-26T04:09:28.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-26T04:09:28.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-26T04:09:28.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18122026-06-26T04:09:28.699Z
18132026-06-26T04:09:28.699Zinfo: running `cargo check --bins` on omicron-ledger (3/297)
18142026-06-26T04:09:29.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-26T04:09:29.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-26T04:09:29.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-26T04:09:29.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18182026-06-26T04:09:29.202Z
18192026-06-26T04:09:29.202Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/297)
18202026-06-26T04:09:29.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-26T04:09:29.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-26T04:09:29.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-26T04:09:29.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18242026-06-26T04:09:29.699Z
18252026-06-26T04:09:29.699Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/297)
18262026-06-26T04:09:30.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-26T04:09:30.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-26T04:09:30.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-26T04:09:30.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18302026-06-26T04:09:30.290Z
18312026-06-26T04:09:30.291Zinfo: running `cargo check --bins` on omicron-certificates (6/297)
18322026-06-26T04:09:30.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-26T04:09:30.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-26T04:09:30.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-26T04:09:30.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18362026-06-26T04:09:30.714Z
18372026-06-26T04:09:30.714Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/297)
18382026-06-26T04:09:31.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-26T04:09:31.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-26T04:09:31.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-26T04:09:31.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18422026-06-26T04:09:31.237Z
18432026-06-26T04:09:31.237Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/297)
18442026-06-26T04:09:31.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-26T04:09:31.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-26T04:09:31.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-26T04:09:31.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18482026-06-26T04:09:31.766Z
18492026-06-26T04:09:31.766Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/297)
18502026-06-26T04:09:32.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-26T04:09:32.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-26T04:09:32.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-26T04:09:32.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18542026-06-26T04:09:32.154Z
18552026-06-26T04:09:32.154Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/297)
18562026-06-26T04:09:32.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-26T04:09:32.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-26T04:09:32.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-26T04:09:32.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18602026-06-26T04:09:32.546Z
18612026-06-26T04:09:32.546Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/297)
18622026-06-26T04:09:32.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-26T04:09:32.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-26T04:09:32.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-26T04:09:32.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18662026-06-26T04:09:32.939Z
18672026-06-26T04:09:32.939Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/297)
18682026-06-26T04:09:33.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-26T04:09:33.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-26T04:09:33.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-26T04:09:33.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18722026-06-26T04:09:33.354Z
18732026-06-26T04:09:33.354Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/297)
18742026-06-26T04:09:33.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-26T04:09:33.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-26T04:09:33.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-26T04:09:33.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18782026-06-26T04:09:33.732Z
18792026-06-26T04:09:33.732Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/297)
18802026-06-26T04:09:34.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-26T04:09:34.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-26T04:09:34.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-26T04:09:34.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18842026-06-26T04:09:34.124Z
18852026-06-26T04:09:34.124Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/297)
18862026-06-26T04:09:34.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-26T04:09:34.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-26T04:09:34.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-26T04:09:34.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18902026-06-26T04:09:34.516Z
18912026-06-26T04:09:34.516Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/297)
18922026-06-26T04:09:34.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-26T04:09:34.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-26T04:09:34.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-26T04:09:34.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18962026-06-26T04:09:34.916Z
18972026-06-26T04:09:34.916Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/297)
18982026-06-26T04:09:35.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-26T04:09:35.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-26T04:09:35.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-26T04:09:35.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19022026-06-26T04:09:35.309Z
19032026-06-26T04:09:35.309Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/297)
19042026-06-26T04:09:35.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-26T04:09:35.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-26T04:09:35.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-26T04:09:35.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19082026-06-26T04:09:35.702Z
19092026-06-26T04:09:35.702Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/297)
19102026-06-26T04:09:36.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-26T04:09:36.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-26T04:09:36.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-26T04:09:36.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19142026-06-26T04:09:36.100Z
19152026-06-26T04:09:36.100Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/297)
19162026-06-26T04:09:36.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-26T04:09:36.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-26T04:09:36.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-26T04:09:36.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19202026-06-26T04:09:36.496Z
19212026-06-26T04:09:36.496Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/297)
19222026-06-26T04:09:36.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-26T04:09:36.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-26T04:09:36.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-26T04:09:36.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19262026-06-26T04:09:36.909Z
19272026-06-26T04:09:36.909Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/297)
19282026-06-26T04:09:37.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-26T04:09:37.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-26T04:09:37.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-26T04:09:37.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19322026-06-26T04:09:37.302Z
19332026-06-26T04:09:37.302Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/297)
19342026-06-26T04:09:37.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-26T04:09:37.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-26T04:09:37.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-26T04:09:37.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19382026-06-26T04:09:37.702Z
19392026-06-26T04:09:37.703Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/297)
19402026-06-26T04:09:38.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-26T04:09:38.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-26T04:09:38.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-26T04:09:38.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19442026-06-26T04:09:38.103Z
19452026-06-26T04:09:38.103Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/297)
19462026-06-26T04:09:38.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-26T04:09:38.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-26T04:09:38.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-26T04:09:38.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19502026-06-26T04:09:38.506Z
19512026-06-26T04:09:38.506Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/297)
19522026-06-26T04:09:38.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-26T04:09:38.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-26T04:09:38.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-26T04:09:38.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19562026-06-26T04:09:38.907Z
19572026-06-26T04:09:38.907Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/297)
19582026-06-26T04:09:39.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-26T04:09:39.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-26T04:09:39.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-26T04:09:39.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19622026-06-26T04:09:39.309Z
19632026-06-26T04:09:39.309Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/297)
19642026-06-26T04:09:39.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-26T04:09:39.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-26T04:09:39.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-26T04:09:39.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19682026-06-26T04:09:39.710Z
19692026-06-26T04:09:39.710Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/297)
19702026-06-26T04:09:40.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-26T04:09:40.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-26T04:09:40.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-26T04:09:40.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19742026-06-26T04:09:40.104Z
19752026-06-26T04:09:40.104Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/297)
19762026-06-26T04:09:40.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-26T04:09:40.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-26T04:09:40.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-26T04:09:40.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19802026-06-26T04:09:40.497Z
19812026-06-26T04:09:40.497Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/297)
19822026-06-26T04:09:40.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-26T04:09:40.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-26T04:09:40.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-26T04:09:40.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19862026-06-26T04:09:40.901Z
19872026-06-26T04:09:40.901Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/297)
19882026-06-26T04:09:41.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-26T04:09:41.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-26T04:09:41.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-26T04:09:41.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19922026-06-26T04:09:41.292Z
19932026-06-26T04:09:41.292Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/297)
19942026-06-26T04:09:41.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-26T04:09:41.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-26T04:09:41.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-26T04:09:41.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19982026-06-26T04:09:41.683Z
19992026-06-26T04:09:41.683Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/297)
20002026-06-26T04:09:42.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-26T04:09:42.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-26T04:09:42.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-26T04:09:42.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20042026-06-26T04:09:42.102Z
20052026-06-26T04:09:42.102Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/297)
20062026-06-26T04:09:42.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-26T04:09:42.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-26T04:09:42.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-26T04:09:42.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20102026-06-26T04:09:42.503Z
20112026-06-26T04:09:42.503Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/297)
20122026-06-26T04:09:42.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-26T04:09:42.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-26T04:09:42.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-26T04:09:42.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20162026-06-26T04:09:42.880Z
20172026-06-26T04:09:42.880Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/297)
20182026-06-26T04:09:43.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-26T04:09:43.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-26T04:09:43.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-26T04:09:43.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20222026-06-26T04:09:43.274Z
20232026-06-26T04:09:43.274Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/297)
20242026-06-26T04:09:43.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-26T04:09:43.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-26T04:09:43.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-26T04:09:43.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20282026-06-26T04:09:43.681Z
20292026-06-26T04:09:43.681Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/297)
20302026-06-26T04:09:44.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-26T04:09:44.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-26T04:09:44.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-26T04:09:44.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20342026-06-26T04:09:44.050Z
20352026-06-26T04:09:44.050Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/297)
20362026-06-26T04:09:44.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-26T04:09:44.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-26T04:09:44.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-26T04:09:44.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20402026-06-26T04:09:44.451Z
20412026-06-26T04:09:44.451Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/297)
20422026-06-26T04:09:44.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-26T04:09:44.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-26T04:09:44.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-26T04:09:44.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20462026-06-26T04:09:44.852Z
20472026-06-26T04:09:44.852Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/297)
20482026-06-26T04:09:45.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-26T04:09:45.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-26T04:09:45.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-26T04:09:45.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20522026-06-26T04:09:45.247Z
20532026-06-26T04:09:45.247Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/297)
20542026-06-26T04:09:45.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-26T04:09:45.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-26T04:09:45.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-26T04:09:45.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20582026-06-26T04:09:45.646Z
20592026-06-26T04:09:45.646Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/297)
20602026-06-26T04:09:45.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-26T04:09:45.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-26T04:09:45.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-26T04:09:45.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20642026-06-26T04:09:46.035Z
20652026-06-26T04:09:46.035Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/297)
20662026-06-26T04:09:46.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-26T04:09:46.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-26T04:09:46.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-26T04:09:46.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20702026-06-26T04:09:46.435Z
20712026-06-26T04:09:46.435Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/297)
20722026-06-26T04:09:46.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-26T04:09:46.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-26T04:09:46.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-26T04:09:46.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20762026-06-26T04:09:46.834Z
20772026-06-26T04:09:46.834Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/297)
20782026-06-26T04:09:47.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-26T04:09:47.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-26T04:09:47.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-26T04:09:47.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20822026-06-26T04:09:47.234Z
20832026-06-26T04:09:47.234Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/297)
20842026-06-26T04:09:47.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-26T04:09:47.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-26T04:09:47.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-26T04:09:47.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20882026-06-26T04:09:47.630Z
20892026-06-26T04:09:47.630Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/297)
20902026-06-26T04:09:48.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-26T04:09:48.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-26T04:09:48.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-26T04:09:48.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20942026-06-26T04:09:48.197Z
20952026-06-26T04:09:48.197Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/297)
20962026-06-26T04:09:48.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-26T04:09:48.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-26T04:09:48.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-26T04:09:48.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21002026-06-26T04:09:48.766Z
21012026-06-26T04:09:48.766Zinfo: running `cargo check --bins` on nexus-config (51/297)
21022026-06-26T04:09:49.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-26T04:09:49.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-26T04:09:49.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-26T04:09:49.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21062026-06-26T04:09:49.333Z
21072026-06-26T04:09:49.333Zinfo: running `cargo check --bins` on nexus-types (52/297)
21082026-06-26T04:09:49.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-26T04:09:49.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-26T04:09:49.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-26T04:09:49.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21122026-06-26T04:09:49.897Z
21132026-06-26T04:09:49.897Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/297)
21142026-06-26T04:09:50.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-26T04:09:50.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-26T04:09:50.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-26T04:09:50.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21182026-06-26T04:09:50.431Z
21192026-06-26T04:09:50.431Zinfo: running `cargo check --bins` on omicron-passwords (54/297)
21202026-06-26T04:09:50.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-26T04:09:50.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-26T04:09:50.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-26T04:09:50.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21242026-06-26T04:09:50.948Z
21252026-06-26T04:09:50.948Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/297)
21262026-06-26T04:09:51.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-26T04:09:51.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-26T04:09:51.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-26T04:09:51.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21302026-06-26T04:09:51.483Z
21312026-06-26T04:09:51.483Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/297)
21322026-06-26T04:09:51.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-26T04:09:51.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-26T04:09:51.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-26T04:09:51.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21362026-06-26T04:09:52.016Z
21372026-06-26T04:09:52.016Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/297)
21382026-06-26T04:09:52.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-26T04:09:52.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-26T04:09:52.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-26T04:09:52.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21422026-06-26T04:09:52.552Z
21432026-06-26T04:09:52.552Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/297)
21442026-06-26T04:09:53.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-26T04:09:53.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-26T04:09:53.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-26T04:09:53.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21482026-06-26T04:09:53.089Z
21492026-06-26T04:09:53.089Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/297)
21502026-06-26T04:09:53.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-26T04:09:53.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-26T04:09:53.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-26T04:09:53.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21542026-06-26T04:09:53.607Z
21552026-06-26T04:09:53.607Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/297)
21562026-06-26T04:09:54.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-26T04:09:54.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-26T04:09:54.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-26T04:09:54.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21602026-06-26T04:09:54.127Z
21612026-06-26T04:09:54.127Zinfo: running `cargo check --bins --no-default-features` on gfss (61/297)
21622026-06-26T04:09:54.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-26T04:09:54.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-26T04:09:54.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-26T04:09:54.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21662026-06-26T04:09:54.670Z
21672026-06-26T04:09:54.670Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/297)
21682026-06-26T04:09:55.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-26T04:09:55.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-26T04:09:55.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-26T04:09:55.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21722026-06-26T04:09:55.158Z
21732026-06-26T04:09:55.158Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/297)
21742026-06-26T04:09:55.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-26T04:09:55.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-26T04:09:55.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-26T04:09:55.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21782026-06-26T04:09:55.674Z
21792026-06-26T04:09:55.674Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/297)
21802026-06-26T04:09:56.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-26T04:09:56.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-26T04:09:56.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-26T04:09:56.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21842026-06-26T04:09:56.203Z
21852026-06-26T04:09:56.203Zinfo: running `cargo check --bins` on cockroach-admin-types (65/297)
21862026-06-26T04:09:56.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-26T04:09:56.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-26T04:09:56.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-26T04:09:56.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21902026-06-26T04:09:56.723Z
21912026-06-26T04:09:56.723Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/297)
21922026-06-26T04:09:57.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-26T04:09:57.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-26T04:09:57.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-26T04:09:57.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21962026-06-26T04:09:57.233Z
21972026-06-26T04:09:57.233Zinfo: running `cargo check --bins` on ereport-types (67/297)
21982026-06-26T04:09:57.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-26T04:09:57.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-26T04:09:57.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-26T04:09:57.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22022026-06-26T04:09:57.757Z
22032026-06-26T04:09:57.757Zinfo: running `cargo check --bins` on gateway-client (68/297)
22042026-06-26T04:09:58.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-26T04:09:58.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-26T04:09:58.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-26T04:09:58.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22082026-06-26T04:09:58.268Z
22092026-06-26T04:09:58.268Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/297)
22102026-06-26T04:09:58.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-26T04:09:58.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-26T04:09:58.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-26T04:09:58.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22142026-06-26T04:09:58.786Z
22152026-06-26T04:09:58.786Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/297)
22162026-06-26T04:09:59.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-26T04:09:59.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-26T04:09:59.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-26T04:09:59.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22202026-06-26T04:09:59.324Z
22212026-06-26T04:09:59.324Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/297)
22222026-06-26T04:09:59.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-26T04:09:59.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-26T04:09:59.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-26T04:09:59.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22262026-06-26T04:09:59.852Z
22272026-06-26T04:09:59.852Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/297)
22282026-06-26T04:10:00.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-26T04:10:00.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-26T04:10:00.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-26T04:10:00.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22322026-06-26T04:10:00.372Z
22332026-06-26T04:10:00.372Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/297)
22342026-06-26T04:10:00.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-26T04:10:00.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-26T04:10:00.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-26T04:10:00.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22382026-06-26T04:10:00.915Z
22392026-06-26T04:10:00.915Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/297)
22402026-06-26T04:10:01.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-26T04:10:01.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-26T04:10:01.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-26T04:10:01.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22442026-06-26T04:10:01.471Z
22452026-06-26T04:10:01.471Zinfo: running `cargo check --bins` on key-manager-types (75/297)
22462026-06-26T04:10:01.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-26T04:10:01.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-26T04:10:01.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-06-26T04:10:01.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22502026-06-26T04:10:01.970Z
22512026-06-26T04:10:01.970Zinfo: running `cargo check --bins` on oxlog (76/297)
22522026-06-26T04:10:02.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-06-26T04:10:02.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-06-26T04:10:02.530Z Checking cfg-if v1.0.4
22552026-06-26T04:10:02.533Z Checking libc v0.2.185
22562026-06-26T04:10:02.533Z Checking serde_core v1.0.228
22572026-06-26T04:10:02.643Z Checking zeroize v1.8.2
22582026-06-26T04:10:02.654Z Checking memchr v2.8.0
22592026-06-26T04:10:02.659Z Checking log v0.4.29
22602026-06-26T04:10:02.673Z Checking smallvec v1.15.1
22612026-06-26T04:10:02.681Z Checking typenum v1.19.0
22622026-06-26T04:10:02.688Z Checking subtle v2.6.1
22632026-06-26T04:10:02.781Z Checking itoa v1.0.17
22642026-06-26T04:10:02.809Z Checking scopeguard v1.2.0
22652026-06-26T04:10:02.826Z Checking stable_deref_trait v1.2.1
22662026-06-26T04:10:02.837Z Checking const-oid v0.9.6
22672026-06-26T04:10:02.904Z Checking zerofrom v0.1.6
22682026-06-26T04:10:02.914Z Checking lock_api v0.4.14
22692026-06-26T04:10:02.919Z Checking pin-project-lite v0.2.17
22702026-06-26T04:10:03.004Z Checking yoke v0.8.1
22712026-06-26T04:10:03.018Z Checking getrandom v0.2.17
22722026-06-26T04:10:03.022Z Checking errno v0.3.14
22732026-06-26T04:10:03.022Z Checking parking_lot_core v0.9.12
22742026-06-26T04:10:03.095Z Checking portable-atomic v1.13.1
22752026-06-26T04:10:03.158Z Checking signal-hook-registry v1.4.8
22762026-06-26T04:10:03.169Z Checking zerovec v0.11.5
22772026-06-26T04:10:03.194Z Checking rand_core v0.6.4
22782026-06-26T04:10:03.200Z Checking generic-array v0.14.7
22792026-06-26T04:10:03.240Z Checking futures-core v0.3.32
22802026-06-26T04:10:03.321Z Checking critical-section v1.2.0
22812026-06-26T04:10:03.358Z Checking parking_lot v0.12.5
22822026-06-26T04:10:03.358Z Checking mio v1.2.0
22832026-06-26T04:10:03.412Z Checking zerocopy v0.8.40
22842026-06-26T04:10:03.501Z Checking once_cell v1.21.3
22852026-06-26T04:10:03.540Z Checking zmij v1.0.21
22862026-06-26T04:10:03.586Z Checking socket2 v0.6.3
22872026-06-26T04:10:03.638Z Checking tinystr v0.8.2
22882026-06-26T04:10:03.716Z Checking crypto-common v0.1.7
22892026-06-26T04:10:03.716Z Checking block-buffer v0.10.4
22902026-06-26T04:10:03.717Z Checking libm v0.2.16
22912026-06-26T04:10:03.833Z Checking equivalent v1.0.2
22922026-06-26T04:10:03.936Z Checking writeable v0.6.2
22932026-06-26T04:10:03.936Z Checking percent-encoding v2.3.2
22942026-06-26T04:10:03.936Z Checking digest v0.10.7
22952026-06-26T04:10:03.936Z Checking litemap v0.8.1
22962026-06-26T04:10:03.936Z Checking potential_utf v0.1.4
22972026-06-26T04:10:04.007Z Checking zerotrie v0.2.3
22982026-06-26T04:10:04.007Z Checking futures-sink v0.3.32
22992026-06-26T04:10:04.007Z Checking icu_collections v2.1.1
23002026-06-26T04:10:04.007Z Checking icu_locale_core v2.1.1
23012026-06-26T04:10:04.063Z Checking cpufeatures v0.2.17
23022026-06-26T04:10:04.063Z Checking futures-channel v0.3.32
23032026-06-26T04:10:04.166Z Checking slab v0.4.12
23042026-06-26T04:10:04.663Z Checking serde v1.0.228
23052026-06-26T04:10:04.663Z Checking bitflags v2.11.0
23062026-06-26T04:10:04.663Z Checking serde_json v1.0.149
23072026-06-26T04:10:04.680Z Checking futures-task v0.3.32
23082026-06-26T04:10:04.680Z Checking futures-io v0.3.32
23092026-06-26T04:10:04.680Z Checking hmac v0.12.1
23102026-06-26T04:10:04.680Z Checking icu_properties_data v2.1.2
23112026-06-26T04:10:04.680Z Checking futures-util v0.3.32
23122026-06-26T04:10:04.680Z Checking num-traits v0.2.19
23132026-06-26T04:10:04.680Z Checking icu_normalizer_data v2.1.1
23142026-06-26T04:10:04.680Z Checking rand_core v0.10.0
23152026-06-26T04:10:04.680Z Checking icu_provider v2.1.1
23162026-06-26T04:10:04.681Z Checking hashbrown v0.17.0
23172026-06-26T04:10:04.681Z Checking bytes v1.11.1
23182026-06-26T04:10:04.681Z Checking getrandom v0.4.1
23192026-06-26T04:10:04.702Z Checking icu_properties v2.1.2
23202026-06-26T04:10:04.716Z Checking icu_normalizer v2.1.1
23212026-06-26T04:10:04.867Z Checking block-padding v0.3.3
23222026-06-26T04:10:04.932Z Checking utf8_iter v1.0.4
23232026-06-26T04:10:04.976Z Checking tokio v1.52.1
23242026-06-26T04:10:04.976Z Checking indexmap v2.14.0
23252026-06-26T04:10:05.028Z Checking inout v0.1.4
23262026-06-26T04:10:05.029Z Checking sha2 v0.10.9
23272026-06-26T04:10:05.070Z Checking form_urlencoded v1.2.2
23282026-06-26T04:10:05.115Z Checking cipher v0.4.4
23292026-06-26T04:10:05.143Z Checking getrandom v0.3.4
23302026-06-26T04:10:05.230Z Checking byteorder v1.5.0
23312026-06-26T04:10:05.282Z Checking base64ct v1.8.3
23322026-06-26T04:10:05.295Z Checking fnv v1.0.7
23332026-06-26T04:10:05.380Z Checking flagset v0.4.7
23342026-06-26T04:10:05.429Z Checking rand_core v0.9.5
23352026-06-26T04:10:05.500Z Checking http v1.4.0
23362026-06-26T04:10:05.517Z Checking idna_adapter v1.2.1
23372026-06-26T04:10:05.526Z Checking pem-rfc7468 v0.7.0
23382026-06-26T04:10:05.538Z Checking regex-syntax v0.8.10
23392026-06-26T04:10:05.606Z Checking salsa20 v0.10.2
23402026-06-26T04:10:05.629Z Checking idna v1.1.0
23412026-06-26T04:10:05.693Z Checking der v0.7.10
23422026-06-26T04:10:05.731Z Checking uuid v1.23.0
23432026-06-26T04:10:05.876Z Checking url v2.5.8
23442026-06-26T04:10:06.046Z Checking pbkdf2 v0.12.2
23452026-06-26T04:10:06.076Z Checking rustix v1.1.3
23462026-06-26T04:10:06.127Z Checking ppv-lite86 v0.2.21
23472026-06-26T04:10:06.152Z Checking tracing-core v0.1.36
23482026-06-26T04:10:06.255Z Checking rustls-pki-types v1.14.0
23492026-06-26T04:10:06.313Z Checking iana-time-zone v0.1.65
23502026-06-26T04:10:06.408Z Checking spki v0.7.3
23512026-06-26T04:10:06.420Z Checking base64 v0.22.1
23522026-06-26T04:10:06.430Z Checking chrono v0.4.44
23532026-06-26T04:10:06.452Z Checking tracing v0.1.44
23542026-06-26T04:10:06.531Z Checking rand_chacha v0.9.0
23552026-06-26T04:10:06.564Z Checking scrypt v0.11.0
23562026-06-26T04:10:06.647Z Checking http-body v1.0.1
23572026-06-26T04:10:06.658Z Checking cbc v0.1.2
23582026-06-26T04:10:06.699Z Checking aes v0.8.4
23592026-06-26T04:10:06.724Z Checking aws-lc-sys v0.40.0
23602026-06-26T04:10:06.775Z Checking openssl-probe v0.2.1
23612026-06-26T04:10:06.787Z Checking tinyvec_macros v0.1.1
23622026-06-26T04:10:06.837Z Checking untrusted v0.7.1
23632026-06-26T04:10:06.849Z Checking untrusted v0.9.0
23642026-06-26T04:10:06.878Z Checking tinyvec v1.10.0
23652026-06-26T04:10:06.891Z Checking rand v0.9.2
23662026-06-26T04:10:06.945Z Checking ring v0.17.14
23672026-06-26T04:10:06.963Z Checking tower-layer v0.3.3
23682026-06-26T04:10:07.082Z Checking pkcs5 v0.7.1
23692026-06-26T04:10:07.100Z Checking atomic-waker v1.1.2
23702026-06-26T04:10:07.174Z Checking try-lock v0.2.5
23712026-06-26T04:10:07.196Z Checking tower-service v0.3.3
23722026-06-26T04:10:07.208Z Checking aws-lc-rs v1.16.3
23732026-06-26T04:10:07.268Z Checking want v0.3.1
23742026-06-26T04:10:07.281Z Checking ipnet v2.11.0
23752026-06-26T04:10:07.293Z Checking httparse v1.10.1
23762026-06-26T04:10:07.328Z Checking pkcs8 v0.10.2
23772026-06-26T04:10:07.351Z Checking aho-corasick v1.1.4
23782026-06-26T04:10:07.383Z Checking utf8parse v0.2.2
23792026-06-26T04:10:07.482Z Checking plain v0.2.3
23802026-06-26T04:10:07.494Z Checking fastrand v2.3.0
23812026-06-26T04:10:07.497Z Checking dyn-clone v1.0.20
23822026-06-26T04:10:07.535Z Checking httpdate v1.0.3
23832026-06-26T04:10:07.576Z Checking foreign-types-shared v0.1.1
23842026-06-26T04:10:08.603Z Checking pin-utils v0.1.0
23852026-06-26T04:10:08.614Z Checking foreign-types v0.3.2
23862026-06-26T04:10:08.615Z Checking tempfile v3.25.0
23872026-06-26T04:10:08.615Z Checking unicode-normalization v0.1.25
23882026-06-26T04:10:08.615Z Checking semver v1.0.28
23892026-06-26T04:10:08.615Z Checking openssl-sys v0.9.115
23902026-06-26T04:10:08.615Z Checking spin v0.9.8
23912026-06-26T04:10:08.615Z Checking socket2 v0.5.10
23922026-06-26T04:10:08.615Z Checking anstyle v1.0.14
23932026-06-26T04:10:08.615Z Checking regex-automata v0.4.14
23942026-06-26T04:10:08.615Z Checking rustls-webpki v0.103.9
23952026-06-26T04:10:08.616Z Checking ucd-trie v0.1.7
23962026-06-26T04:10:08.616Z Checking unicode-ident v1.0.24
23972026-06-26T04:10:08.616Z Checking openssl v0.10.79
23982026-06-26T04:10:08.616Z Checking schemars v0.8.22
23992026-06-26T04:10:08.616Z Checking rustls-native-certs v0.8.3
24002026-06-26T04:10:08.616Z Checking tokio-util v0.7.18
24012026-06-26T04:10:08.616Z Checking pest v2.8.6
24022026-06-26T04:10:08.616Z Checking proc-macro2 v1.0.106
24032026-06-26T04:10:08.616Z Checking thiserror v2.0.18
24042026-06-26T04:10:08.616Z Checking sync_wrapper v1.0.2
24052026-06-26T04:10:08.616Z Checking wait-timeout v0.2.1
24062026-06-26T04:10:08.617Z Checking rustls v0.23.37
24072026-06-26T04:10:08.617Z Checking bit-vec v0.8.0
24082026-06-26T04:10:08.617Z Checking anstyle-query v1.1.5
24092026-06-26T04:10:08.670Z Checking colorchoice v1.0.4
24102026-06-26T04:10:08.684Z Checking is_terminal_polyfill v1.70.2
24112026-06-26T04:10:08.735Z Checking pretty-hex v0.4.1
24122026-06-26T04:10:08.751Z Checking powerfmt v0.2.0
24132026-06-26T04:10:08.770Z Checking quick-error v1.2.3
24142026-06-26T04:10:08.770Z Checking h2 v0.4.13
24152026-06-26T04:10:08.849Z Checking simd-adler32 v0.3.8
24162026-06-26T04:10:08.865Z Checking siphasher v1.0.2
24172026-06-26T04:10:08.924Z Checking deranged v0.5.8
24182026-06-26T04:10:09.016Z Checking rusty-fork v0.3.1
24192026-06-26T04:10:09.023Z Checking bit-set v0.8.0
24202026-06-26T04:10:09.159Z Checking quote v1.0.45
24212026-06-26T04:10:09.177Z Checking tower v0.5.3
24222026-06-26T04:10:09.231Z Compiling newtype-uuid v1.3.2
24232026-06-26T04:10:09.337Z Checking http-body-util v0.1.3
24242026-06-26T04:10:09.398Z Checking webpki-roots v1.0.6
24252026-06-26T04:10:09.502Z Checking crossbeam-utils v0.8.21
24262026-06-26T04:10:09.563Z Checking rand_xorshift v0.4.0
24272026-06-26T04:10:09.596Z Checking crc32fast v1.5.0
24282026-06-26T04:10:09.662Z Checking scroll v0.13.0
24292026-06-26T04:10:09.682Z Checking signature v2.2.0
24302026-06-26T04:10:09.806Z Checking unicode-properties v0.1.4
24312026-06-26T04:10:09.827Z Checking num_threads v0.1.7
24322026-06-26T04:10:09.835Z Checking allocator-api2 v0.2.21
24332026-06-26T04:10:09.861Z Checking unicode-bidi v0.3.18
24342026-06-26T04:10:09.883Z Checking time-core v0.1.8
24352026-06-26T04:10:09.897Z Checking ryu v1.0.23
24362026-06-26T04:10:09.988Z Checking num-conv v0.2.0
24372026-06-26T04:10:10.007Z Checking iri-string v0.7.10
24382026-06-26T04:10:10.017Z Checking unarray v0.1.4
24392026-06-26T04:10:10.085Z Checking adler2 v2.0.1
24402026-06-26T04:10:10.101Z Checking native-tls v0.2.18
24412026-06-26T04:10:10.107Z Checking time v0.3.47
24422026-06-26T04:10:10.120Z Checking proptest v1.10.0
24432026-06-26T04:10:10.158Z Checking stringprep v0.1.5
24442026-06-26T04:10:10.185Z Checking miniz_oxide v0.8.9
24452026-06-26T04:10:10.280Z Checking tokio-native-tls v0.3.1
24462026-06-26T04:10:10.305Z Checking serde_urlencoded v0.7.1
24472026-06-26T04:10:10.421Z Checking goblin v0.10.5
24482026-06-26T04:10:10.496Z Checking bstr v1.12.1
24492026-06-26T04:10:10.537Z Checking crossbeam-epoch v0.9.18
24502026-06-26T04:10:10.766Z Compiling daft v0.1.7
24512026-06-26T04:10:10.824Z Checking tokio-rustls v0.26.4
24522026-06-26T04:10:10.900Z Checking syn v2.0.117
24532026-06-26T04:10:11.042Z Checking ipnetwork v0.21.1
24542026-06-26T04:10:11.054Z Checking tower-http v0.6.8
24552026-06-26T04:10:11.068Z Checking anstyle-parse v1.0.0
24562026-06-26T04:10:11.218Z Checking rand_chacha v0.3.1
24572026-06-26T04:10:11.252Z Checking scroll v0.12.0
24582026-06-26T04:10:11.263Z Checking thiserror v1.0.69
24592026-06-26T04:10:11.326Z Checking zstd-sys v2.0.16+zstd.1.5.7
24602026-06-26T04:10:11.356Z Checking hash32 v0.2.1
24612026-06-26T04:10:11.423Z Checking num-integer v0.1.46
24622026-06-26T04:10:11.438Z Checking toml_datetime v0.6.11
24632026-06-26T04:10:11.475Z Checking serde_spanned v0.6.9
24642026-06-26T04:10:11.498Z Checking hyper v1.8.1
24652026-06-26T04:10:11.509Z Checking md-5 v0.10.6
24662026-06-26T04:10:11.595Z Checking ff v0.13.1
24672026-06-26T04:10:11.606Z Checking encoding_rs v0.8.35
24682026-06-26T04:10:11.636Z Checking zlib-rs v0.6.2
24692026-06-26T04:10:11.648Z Checking fallible-iterator v0.2.0
24702026-06-26T04:10:11.718Z Checking mime v0.3.17
24712026-06-26T04:10:11.888Z Checking base16ct v0.2.0
24722026-06-26T04:10:11.913Z Checking psl-types v2.0.11
24732026-06-26T04:10:12.006Z Checking sec1 v0.7.3
24742026-06-26T04:10:12.024Z Checking publicsuffix v2.3.0
24752026-06-26T04:10:12.070Z Checking postgres-protocol v0.6.10
24762026-06-26T04:10:12.179Z Checking group v0.13.0
24772026-06-26T04:10:12.204Z Checking num-iter v0.1.45
24782026-06-26T04:10:12.313Z Checking heapless v0.7.17
24792026-06-26T04:10:12.324Z Checking goblin v0.8.2
24802026-06-26T04:10:12.378Z Checking zstd-safe v7.2.4
24812026-06-26T04:10:12.391Z Checking hyper-util v0.1.20
24822026-06-26T04:10:12.514Z Checking flate2 v1.1.9
24832026-06-26T04:10:12.526Z Checking rand v0.8.6
24842026-06-26T04:10:12.537Z Checking cookie v0.18.1
24852026-06-26T04:10:12.722Z Checking oxnet v0.1.6
24862026-06-26T04:10:12.725Z Checking dof v0.4.0
24872026-06-26T04:10:12.760Z Checking anstream v1.0.0
24882026-06-26T04:10:12.801Z Compiling iddqd v0.4.2
24892026-06-26T04:10:12.950Z Checking dtrace-parser v0.3.0
24902026-06-26T04:10:12.975Z Checking phf_shared v0.13.1
24912026-06-26T04:10:13.031Z Checking lazy_static v1.5.0
24922026-06-26T04:10:13.119Z Checking anstyle-parse v0.2.7
24932026-06-26T04:10:13.166Z Checking zerocopy v0.7.35
24942026-06-26T04:10:13.177Z Checking pin-project v1.1.11
24952026-06-26T04:10:13.180Z Checking bzip2-sys v0.1.13+1.0.8
24962026-06-26T04:10:13.264Z Checking signal-hook v0.3.18
24972026-06-26T04:10:13.264Z Checking terminal_size v0.4.3
24982026-06-26T04:10:13.288Z Checking futures-executor v0.3.32
24992026-06-26T04:10:13.330Z Checking hex v0.4.3
25002026-06-26T04:10:13.371Z Checking hkdf v0.12.4
25012026-06-26T04:10:13.424Z Checking crypto-bigint v0.5.5
25022026-06-26T04:10:13.458Z Checking thread-id v5.1.0
25032026-06-26T04:10:13.498Z Checking either v1.15.0
25042026-06-26T04:10:13.531Z Checking strsim v0.11.1
25052026-06-26T04:10:13.546Z Checking libbz2-rs-sys v0.2.2
25062026-06-26T04:10:13.641Z Checking hyper-rustls v0.27.7
25072026-06-26T04:10:13.645Z Checking hyper-tls v0.6.0
25082026-06-26T04:10:13.679Z Checking bumpalo v3.20.2
25092026-06-26T04:10:13.691Z Compiling rayon-core v1.13.0
25102026-06-26T04:10:13.812Z Checking winnow v0.5.40
25112026-06-26T04:10:13.857Z Checking same-file v1.0.6
25122026-06-26T04:10:13.857Z Checking bitflags v1.3.2
25132026-06-26T04:10:13.879Z Checking clap_lex v1.0.0
25142026-06-26T04:10:13.924Z Checking foldhash v0.1.5
25152026-06-26T04:10:13.927Z Checking foldhash v0.2.0
25162026-06-26T04:10:13.982Z Checking managed v0.8.0
25172026-06-26T04:10:14.021Z Checking winnow v0.7.14
25182026-06-26T04:10:14.051Z Checking hashbrown v0.15.5
25192026-06-26T04:10:14.064Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25202026-06-26T04:10:14.080Z Checking hashbrown v0.16.1
25212026-06-26T04:10:14.158Z Checking smoltcp v0.9.1
25222026-06-26T04:10:14.197Z Checking dof v0.3.0
25232026-06-26T04:10:14.237Z Checking clap_builder v4.6.0
25242026-06-26T04:10:14.317Z Checking elliptic-curve v0.13.8
25252026-06-26T04:10:14.468Z Checking walkdir v2.5.0
25262026-06-26T04:10:14.507Z Checking bzip2 v0.6.1
25272026-06-26T04:10:14.575Z Checking zopfli v0.8.3
25282026-06-26T04:10:14.622Z Checking reqwest v0.12.28
25292026-06-26T04:10:14.648Z Checking usdt-impl v0.6.0
25302026-06-26T04:10:14.661Z Checking signal-hook-mio v0.2.5
25312026-06-26T04:10:14.738Z Checking futures v0.3.32
25322026-06-26T04:10:14.759Z Checking anstream v0.6.21
25332026-06-26T04:10:14.812Z Checking snafu v0.8.9
25342026-06-26T04:10:14.896Z Checking bzip2 v0.4.4
25352026-06-26T04:10:14.926Z Checking phf v0.13.1
25362026-06-26T04:10:14.952Z Checking num-bigint-dig v0.8.6
25372026-06-26T04:10:14.955Z Checking toml_edit v0.19.15
25382026-06-26T04:10:15.054Z Checking cookie_store v0.22.1
25392026-06-26T04:10:15.065Z Checking zstd v0.13.3
25402026-06-26T04:10:15.196Z Checking postgres-types v0.2.12
25412026-06-26T04:10:15.246Z Checking dtrace-parser v0.2.0
25422026-06-26T04:10:15.274Z Checking globset v0.4.18
25432026-06-26T04:10:15.379Z Checking rustls-platform-verifier v0.6.2
25442026-06-26T04:10:15.458Z Checking crossbeam-deque v0.8.6
25452026-06-26T04:10:15.475Z Checking regex v1.12.3
25462026-06-26T04:10:15.503Z Checking ed25519 v2.2.3
25472026-06-26T04:10:15.513Z Checking phf_shared v0.11.3
25482026-06-26T04:10:15.523Z Checking olpc-cjson v0.1.4
25492026-06-26T04:10:15.526Z Checking curve25519-dalek v4.1.3
25502026-06-26T04:10:15.643Z Checking ref-cast v1.0.25
25512026-06-26T04:10:15.656Z Checking strum v0.27.2
25522026-06-26T04:10:15.659Z Checking hubpack v0.1.2
25532026-06-26T04:10:15.680Z Checking memoffset v0.9.1
25542026-06-26T04:10:15.736Z Checking rustix v0.38.44
25552026-06-26T04:10:15.753Z Checking pkcs1 v0.7.5
25562026-06-26T04:10:15.764Z Checking pem v3.0.6
25572026-06-26T04:10:15.767Z Checking float-cmp v0.10.0
25582026-06-26T04:10:15.786Z Checking erased-serde v0.3.31
25592026-06-26T04:10:15.821Z Checking serde_plain v1.0.2
25602026-06-26T04:10:15.899Z Checking serde-big-array v0.5.1
25612026-06-26T04:10:15.916Z Checking rfc6979 v0.4.0
25622026-06-26T04:10:15.955Z Checking memmap2 v0.9.10
25632026-06-26T04:10:15.966Z Checking thread-id v4.2.2
25642026-06-26T04:10:16.015Z Checking env_filter v1.0.0
25652026-06-26T04:10:16.026Z Checking fixedbitset v0.4.2
25662026-06-26T04:10:16.030Z Checking static_assertions v1.1.0
25672026-06-26T04:10:16.045Z Checking new_debug_unreachable v1.0.6
25682026-06-26T04:10:16.097Z Checking predicates-core v1.0.10
25692026-06-26T04:10:16.109Z Checking typed-path v0.9.3
25702026-06-26T04:10:16.114Z Checking precomputed-hash v0.1.1
25712026-06-26T04:10:16.151Z Checking normalize-line-endings v0.3.0
25722026-06-26T04:10:16.163Z Checking difflib v0.4.0
25732026-06-26T04:10:16.176Z Checking jiff v0.2.21
25742026-06-26T04:10:16.193Z Checking whoami v2.1.0
25752026-06-26T04:10:16.213Z Checking data-encoding v2.10.0
25762026-06-26T04:10:16.234Z Checking keccak v0.1.6
25772026-06-26T04:10:16.323Z Checking fixedbitset v0.5.7
25782026-06-26T04:10:16.334Z Checking unicode-segmentation v1.12.0
25792026-06-26T04:10:16.382Z Checking toml_write v0.1.2
25802026-06-26T04:10:16.396Z Checking sha3 v0.10.8
25812026-06-26T04:10:16.478Z Checking hickory-proto v0.25.2
25822026-06-26T04:10:16.516Z Checking petgraph v0.8.3
25832026-06-26T04:10:16.534Z Checking crossterm v0.28.1
25842026-06-26T04:10:16.546Z Checking toml_edit v0.22.27
25852026-06-26T04:10:16.599Z Checking tokio-postgres v0.7.16
25862026-06-26T04:10:16.644Z Checking similar v2.7.0
25872026-06-26T04:10:16.871Z Checking tough v0.22.0
25882026-06-26T04:10:17.014Z Checking predicates v3.1.4
25892026-06-26T04:10:17.230Z Checking ed25519-dalek v2.2.0
25902026-06-26T04:10:17.358Z Checking string_cache v0.8.9
25912026-06-26T04:10:17.462Z Checking petgraph v0.6.5
25922026-06-26T04:10:17.474Z Checking slog v2.8.2
25932026-06-26T04:10:17.611Z Checking env_logger v0.11.9
25942026-06-26T04:10:17.735Z Checking usdt v0.6.0
25952026-06-26T04:10:17.799Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25962026-06-26T04:10:17.867Z Checking usdt-impl v0.5.0
25972026-06-26T04:10:17.896Z Checking ecdsa v0.16.9
25982026-06-26T04:10:18.075Z Checking toml v0.7.8
25992026-06-26T04:10:18.139Z Checking rsa v0.9.10
26002026-06-26T04:10:18.234Z Checking nix v0.31.2
26012026-06-26T04:10:18.366Z Checking zip v4.6.1
26022026-06-26T04:10:18.701Z Checking reqwest v0.13.2
26032026-06-26T04:10:18.901Z Checking clap v4.6.1
26042026-06-26T04:10:18.921Z Checking toml_parser v1.0.9+spec-1.1.0
26052026-06-26T04:10:18.924Z Checking zip v0.6.6
26062026-06-26T04:10:18.993Z Checking itertools v0.13.0
26072026-06-26T04:10:19.235Z Checking serde_with v3.17.0
26082026-06-26T04:10:19.248Z Checking strum v0.26.3
26092026-06-26T04:10:19.248Z Checking fs-err v3.3.0
26102026-06-26T04:10:19.269Z Checking ahash v0.8.12
26112026-06-26T04:10:19.284Z Checking object v0.37.3
26122026-06-26T04:10:19.351Z Checking tokio-stream v0.1.18
26132026-06-26T04:10:19.455Z Checking buf-list v1.1.2
26142026-06-26T04:10:19.555Z Checking anyhow v1.0.102
26152026-06-26T04:10:19.569Z Checking camino v1.2.2
26162026-06-26T04:10:19.633Z Checking x509-cert v0.2.5
26172026-06-26T04:10:19.735Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26182026-06-26T04:10:19.749Z Checking openapiv3 v2.2.0
26192026-06-26T04:10:19.811Z Checking sha1 v0.10.6
26202026-06-26T04:10:19.967Z Checking lalrpop-util v0.19.12
26212026-06-26T04:10:19.993Z Checking peg-runtime v0.8.5
26222026-06-26T04:10:20.018Z Checking rayon v1.11.0
26232026-06-26T04:10:20.030Z Checking sigpipe v0.1.3
26242026-06-26T04:10:20.104Z Checking glob v0.3.3
26252026-06-26T04:10:21.482Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26262026-06-26T04:10:21.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.78s
26272026-06-26T04:10:21.902Z
26282026-06-26T04:10:21.902Zinfo: running `cargo check --bins` on internal-dns-types (77/297)
26292026-06-26T04:10:22.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-06-26T04:10:22.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-06-26T04:10:22.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-06-26T04:10:22.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26332026-06-26T04:10:22.434Z
26342026-06-26T04:10:22.434Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/297)
26352026-06-26T04:10:22.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-06-26T04:10:22.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-06-26T04:10:22.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-06-26T04:10:22.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26392026-06-26T04:10:22.962Z
26402026-06-26T04:10:22.962Zinfo: running `cargo check --bins` on nexus-types-versions (79/297)
26412026-06-26T04:10:23.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-06-26T04:10:23.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-06-26T04:10:23.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-06-26T04:10:23.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26452026-06-26T04:10:23.507Z
26462026-06-26T04:10:23.507Zinfo: running `cargo check --bins` on oxql-types (80/297)
26472026-06-26T04:10:23.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-06-26T04:10:23.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-06-26T04:10:23.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-06-26T04:10:23.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26512026-06-26T04:10:24.039Z
26522026-06-26T04:10:24.040Zinfo: running `cargo check --bins` on oximeter-types (81/297)
26532026-06-26T04:10:24.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-06-26T04:10:24.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-06-26T04:10:24.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-06-26T04:10:24.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26572026-06-26T04:10:24.572Z
26582026-06-26T04:10:24.572Zinfo: running `cargo check --bins` on oximeter-types-versions (82/297)
26592026-06-26T04:10:25.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-06-26T04:10:25.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-06-26T04:10:25.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-06-26T04:10:25.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26632026-06-26T04:10:25.106Z
26642026-06-26T04:10:25.106Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/297)
26652026-06-26T04:10:25.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-06-26T04:10:25.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-06-26T04:10:25.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-06-26T04:10:25.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26692026-06-26T04:10:25.618Z
26702026-06-26T04:10:25.618Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/297)
26712026-06-26T04:10:26.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-06-26T04:10:26.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-06-26T04:10:26.248Z Compiling structmeta-derive v0.3.0
26742026-06-26T04:10:26.359Z Compiling rustls v0.22.4
26752026-06-26T04:10:26.368Z Compiling multer v3.1.0
26762026-06-26T04:10:26.377Z Compiling async-stream-impl v0.3.6
26772026-06-26T04:10:26.381Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26782026-06-26T04:10:26.396Z Compiling dropshot v0.17.0
26792026-06-26T04:10:26.413Z Compiling newtype-uuid-macros v0.1.0
26802026-06-26T04:10:26.413Z Compiling dropshot_endpoint v0.17.0
26812026-06-26T04:10:26.542Z Checking newtype-uuid v1.3.2
26822026-06-26T04:10:26.587Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26832026-06-26T04:10:26.624Z Checking rustls-webpki v0.102.8
26842026-06-26T04:10:26.739Z Checking daft v0.1.7
26852026-06-26T04:10:26.760Z Checking thread_local v1.1.9
26862026-06-26T04:10:26.923Z Checking compression-core v0.4.31
26872026-06-26T04:10:26.960Z Checking match_cfg v0.1.0
26882026-06-26T04:10:26.989Z Checking iddqd v0.4.2
26892026-06-26T04:10:27.005Z Checking crossbeam-channel v0.5.15
26902026-06-26T04:10:27.063Z Checking hostname v0.3.1
26912026-06-26T04:10:27.063Z Checking compression-codecs v0.4.37
26922026-06-26T04:10:27.116Z Checking atomicwrites v0.4.4
26932026-06-26T04:10:27.147Z Checking slog-json v2.6.1
26942026-06-26T04:10:27.202Z Checking serde_spanned v1.0.4
26952026-06-26T04:10:27.237Z Checking is-terminal v0.4.17
26962026-06-26T04:10:27.301Z Checking toml_datetime v1.0.0+spec-1.1.0
26972026-06-26T04:10:27.325Z Checking take_mut v0.2.2
26982026-06-26T04:10:27.335Z Checking toml_writer v1.0.6+spec-1.1.0
26992026-06-26T04:10:27.346Z Checking term v1.2.1
27002026-06-26T04:10:27.391Z Compiling structmeta v0.3.0
27012026-06-26T04:10:27.421Z Checking debug-ignore v1.0.5
27022026-06-26T04:10:27.495Z Checking slog-async v2.8.0
27032026-06-26T04:10:27.508Z Checking toml v1.0.6+spec-1.1.0
27042026-06-26T04:10:27.519Z Checking slog-bunyan v2.5.0
27052026-06-26T04:10:27.558Z Checking slog-term v2.9.2
27062026-06-26T04:10:27.595Z Compiling derive-ex v0.1.8
27072026-06-26T04:10:27.625Z Compiling parse-display-derive v0.10.0
27082026-06-26T04:10:27.667Z Checking async-compression v0.4.41
27092026-06-26T04:10:27.810Z Checking async-stream v0.3.6
27102026-06-26T04:10:27.888Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27112026-06-26T04:10:27.901Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27122026-06-26T04:10:27.936Z Checking progenitor-client v0.14.0
27132026-06-26T04:10:27.958Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27142026-06-26T04:10:28.076Z Checking waitgroup v0.1.2
27152026-06-26T04:10:28.096Z Checking backon v1.6.0
27162026-06-26T04:10:28.140Z Checking rustls-pemfile v2.2.0
27172026-06-26T04:10:28.170Z Checking serde_path_to_error v0.1.20
27182026-06-26T04:10:28.219Z Checking hostname v0.4.2
27192026-06-26T04:10:28.256Z Checking instant v0.1.13
27202026-06-26T04:10:28.336Z Checking backoff v0.4.0
27212026-06-26T04:10:28.397Z Checking tokio-rustls v0.25.0
27222026-06-26T04:10:28.443Z Checking progenitor-extras v0.2.0
27232026-06-26T04:10:28.509Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27242026-06-26T04:10:28.520Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27252026-06-26T04:10:28.669Z Checking itertools v0.14.0
27262026-06-26T04:10:28.710Z Checking regress v0.10.5
27272026-06-26T04:10:28.879Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27282026-06-26T04:10:29.102Z Checking macaddr v1.0.1
27292026-06-26T04:10:29.251Z Compiling test-strategy v0.4.5
27302026-06-26T04:10:29.278Z Checking parse-display v0.10.0
27312026-06-26T04:10:29.487Z Checking humantime v2.3.0
27322026-06-26T04:10:30.446Z Compiling prettyplease v0.2.37
27332026-06-26T04:10:30.741Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27342026-06-26T04:10:30.915Z Checking num-rational v0.4.2
27352026-06-26T04:10:31.129Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27362026-06-26T04:10:31.411Z Checking num-complex v0.4.6
27372026-06-26T04:10:32.020Z Checking num v0.4.3
27382026-06-26T04:10:32.127Z Compiling usdt-macro v0.5.0
27392026-06-26T04:10:32.164Z Compiling usdt-attr-macro v0.5.0
27402026-06-26T04:10:32.177Z Checking memmap v0.7.0
27412026-06-26T04:10:32.254Z Compiling float-ord v0.3.2
27422026-06-26T04:10:32.303Z Compiling convert_case v0.4.0
27432026-06-26T04:10:32.356Z Checking unicode-width v0.2.0
27442026-06-26T04:10:32.600Z Checking console v0.15.11
27452026-06-26T04:10:32.667Z Compiling derive_more v0.99.20
27462026-06-26T04:10:32.835Z Checking newline-converter v0.3.0
27472026-06-26T04:10:32.877Z Compiling toml v0.8.23
27482026-06-26T04:10:32.926Z Checking usdt v0.5.0
27492026-06-26T04:10:32.941Z Compiling minimal-lexical v0.2.1
27502026-06-26T04:10:33.091Z Checking linked-hash-map v0.5.6
27512026-06-26T04:10:33.189Z Compiling nom v7.1.3
27522026-06-26T04:10:33.263Z Checking lru-cache v0.1.2
27532026-06-26T04:10:33.383Z Checking expectorate v1.2.0
27542026-06-26T04:10:33.839Z Checking camino-tempfile v1.4.1
27552026-06-26T04:10:34.004Z Checking hickory-proto v0.24.4
27562026-06-26T04:10:34.015Z Checking phf_shared v0.12.1
27572026-06-26T04:10:34.069Z Compiling slog-dtrace v0.3.0
27582026-06-26T04:10:34.152Z Checking resolv-conf v0.7.6
27592026-06-26T04:10:34.259Z Compiling chrono-tz v0.10.4
27602026-06-26T04:10:34.340Z Checking heck v0.5.0
27612026-06-26T04:10:34.448Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27622026-06-26T04:10:34.464Z Compiling const_format_proc_macros v0.2.34
27632026-06-26T04:10:34.521Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27642026-06-26T04:10:34.524Z Checking phf v0.12.1
27652026-06-26T04:10:34.670Z Checking tokio-dtrace v0.1.1
27662026-06-26T04:10:34.853Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27672026-06-26T04:10:34.995Z Compiling derive-where v1.6.0
27682026-06-26T04:10:35.188Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27692026-06-26T04:10:35.370Z Checking highway v1.3.0
27702026-06-26T04:10:35.651Z Checking const_format v0.2.35
27712026-06-26T04:10:35.849Z Checking hickory-resolver v0.24.4
27722026-06-26T04:10:35.881Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27732026-06-26T04:10:36.024Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27742026-06-26T04:10:36.047Z Checking oxide-tokio-rt v0.1.4
27752026-06-26T04:10:36.283Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27762026-06-26T04:10:36.349Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27772026-06-26T04:10:36.545Z Checking gethostname v0.5.0
27782026-06-26T04:10:36.623Z Checking bcs v0.1.6
27792026-06-26T04:10:36.626Z Checking qorb v0.4.1
27802026-06-26T04:10:36.633Z Checking termtree v0.5.1
27812026-06-26T04:10:36.726Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27822026-06-26T04:10:39.687Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27832026-06-26T04:10:42.196Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27842026-06-26T04:10:44.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.65s
27852026-06-26T04:10:44.458Z
27862026-06-26T04:10:44.458Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/297)
27872026-06-26T04:10:44.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-06-26T04:10:44.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-06-26T04:10:45.062Z Compiling ar_archive_writer v0.5.1
27902026-06-26T04:10:45.168Z Compiling stacker v0.1.23
27912026-06-26T04:10:45.174Z Compiling cfg_aliases v0.1.1
27922026-06-26T04:10:45.180Z Compiling convert_case v0.10.0
27932026-06-26T04:10:45.183Z Checking unicode-width v0.1.14
27942026-06-26T04:10:45.195Z Compiling proc-macro-error v1.0.4
27952026-06-26T04:10:45.205Z Checking fd-lock v4.0.4
27962026-06-26T04:10:45.208Z Checking nibble_vec v0.1.0
27972026-06-26T04:10:45.227Z Compiling nix v0.28.0
27982026-06-26T04:10:45.311Z Checking vte v0.14.1
27992026-06-26T04:10:45.328Z Compiling recursive-proc-macro-impl v0.1.1
28002026-06-26T04:10:45.413Z Checking endian-type v0.1.2
28012026-06-26T04:10:45.424Z Checking bytecount v0.6.9
28022026-06-26T04:10:45.452Z Checking strip-ansi-escapes v0.2.1
28032026-06-26T04:10:45.463Z Compiling derive_more-impl v2.1.1
28042026-06-26T04:10:45.480Z Compiling tabled_derive v0.7.0
28052026-06-26T04:10:45.554Z Checking radix_trie v0.2.1
28062026-06-26T04:10:45.557Z Checking papergrid v0.11.0
28072026-06-26T04:10:45.587Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082026-06-26T04:10:45.768Z Compiling peg-macros v0.8.5
28092026-06-26T04:10:45.768Z Checking winnow v0.6.26
28102026-06-26T04:10:46.013Z Compiling psm v0.1.30
28112026-06-26T04:10:46.049Z Compiling sqlparser_derive v0.5.0
28122026-06-26T04:10:46.164Z Checking nu-ansi-term v0.50.3
28132026-06-26T04:10:46.297Z Checking derive_more v2.1.1
28142026-06-26T04:10:46.375Z Checking home v0.5.12
28152026-06-26T04:10:46.406Z Checking unicode_categories v0.1.1
28162026-06-26T04:10:46.428Z Checking tabled v0.15.0
28172026-06-26T04:10:46.475Z Checking reedline v0.40.0
28182026-06-26T04:10:46.517Z Checking rustyline v14.0.0
28192026-06-26T04:10:46.567Z Checking crossterm v0.29.0
28202026-06-26T04:10:46.764Z Checking recursive v0.1.1
28212026-06-26T04:10:46.825Z Checking display-error-chain v0.2.2
28222026-06-26T04:10:46.855Z Checking sqlparser v0.61.0
28232026-06-26T04:10:46.925Z Checking sqlformat v0.3.5
28242026-06-26T04:10:47.135Z Checking peg v0.8.5
28252026-06-26T04:10:58.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.65s
28262026-06-26T04:10:58.262Z
28272026-06-26T04:10:58.262Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/297)
28282026-06-26T04:10:58.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-06-26T04:10:58.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-06-26T04:10:58.872Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-06-26T04:11:02.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28322026-06-26T04:11:02.470Z
28332026-06-26T04:11:02.470Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/297)
28342026-06-26T04:11:02.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-06-26T04:11:02.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-06-26T04:11:03.074Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-06-26T04:11:05.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
28382026-06-26T04:11:05.679Z
28392026-06-26T04:11:05.679Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/297)
28402026-06-26T04:11:06.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-06-26T04:11:06.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-06-26T04:11:06.284Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-06-26T04:11:09.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
28442026-06-26T04:11:09.691Z
28452026-06-26T04:11:09.691Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/297)
28462026-06-26T04:11:10.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-06-26T04:11:10.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-06-26T04:11:10.298Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-06-26T04:11:13.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
28502026-06-26T04:11:13.699Z
28512026-06-26T04:11:13.700Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/297)
28522026-06-26T04:11:14.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-06-26T04:11:14.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-06-26T04:11:14.304Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-06-26T04:11:16.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
28562026-06-26T04:11:17.036Z
28572026-06-26T04:11:17.036Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/297)
28582026-06-26T04:11:17.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-06-26T04:11:17.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-06-26T04:11:17.646Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-06-26T04:11:20.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
28622026-06-26T04:11:20.390Z
28632026-06-26T04:11:20.390Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/297)
28642026-06-26T04:11:20.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-06-26T04:11:20.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-06-26T04:11:21.004Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-06-26T04:11:24.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
28682026-06-26T04:11:24.550Z
28692026-06-26T04:11:24.550Zinfo: running `cargo check --bins` on oximeter (93/297)
28702026-06-26T04:11:24.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-06-26T04:11:24.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-06-26T04:11:24.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-06-26T04:11:24.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28742026-06-26T04:11:25.073Z
28752026-06-26T04:11:25.073Zinfo: running `cargo check --bins` on oximeter-schema (94/297)
28762026-06-26T04:11:25.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-06-26T04:11:25.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-06-26T04:11:25.648Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28792026-06-26T04:11:25.802Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28802026-06-26T04:11:25.805Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28812026-06-26T04:11:26.135Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28822026-06-26T04:11:28.776Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28832026-06-26T04:11:29.966Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28842026-06-26T04:11:30.167Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28852026-06-26T04:11:30.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s
28862026-06-26T04:11:30.994Z
28872026-06-26T04:11:30.994Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/297)
28882026-06-26T04:11:31.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-06-26T04:11:31.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-06-26T04:11:31.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-06-26T04:11:31.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28922026-06-26T04:11:31.519Z
28932026-06-26T04:11:31.519Zinfo: running `cargo check --bins` on oximeter-test-utils (96/297)
28942026-06-26T04:11:31.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-06-26T04:11:31.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-06-26T04:11:31.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-06-26T04:11:31.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28982026-06-26T04:11:32.085Z
28992026-06-26T04:11:32.085Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/297)
29002026-06-26T04:11:32.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-06-26T04:11:32.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-06-26T04:11:32.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-06-26T04:11:32.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29042026-06-26T04:11:32.617Z
29052026-06-26T04:11:32.617Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/297)
29062026-06-26T04:11:33.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-06-26T04:11:33.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-06-26T04:11:33.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-06-26T04:11:33.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29102026-06-26T04:11:33.147Z
29112026-06-26T04:11:33.147Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/297)
29122026-06-26T04:11:33.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-06-26T04:11:33.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-06-26T04:11:33.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-06-26T04:11:33.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29162026-06-26T04:11:33.683Z
29172026-06-26T04:11:33.683Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/297)
29182026-06-26T04:11:34.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-06-26T04:11:34.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-06-26T04:11:34.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-06-26T04:11:34.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29222026-06-26T04:11:34.220Z
29232026-06-26T04:11:34.221Zinfo: running `cargo check --bins` on trust-quorum-types (101/297)
29242026-06-26T04:11:34.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-06-26T04:11:34.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-06-26T04:11:34.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-06-26T04:11:34.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29282026-06-26T04:11:34.735Z
29292026-06-26T04:11:34.735Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/297)
29302026-06-26T04:11:35.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-06-26T04:11:35.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-06-26T04:11:35.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-06-26T04:11:35.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29342026-06-26T04:11:35.270Z
29352026-06-26T04:11:35.270Zinfo: running `cargo check --bins` on update-engine (103/297)
29362026-06-26T04:11:35.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-06-26T04:11:35.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-06-26T04:11:35.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-06-26T04:11:35.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29402026-06-26T04:11:35.783Z
29412026-06-26T04:11:35.784Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/297)
29422026-06-26T04:11:36.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-06-26T04:11:36.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-06-26T04:11:36.443Z Compiling crucible-workspace-hack v0.1.0
29452026-06-26T04:11:36.554Z Checking secrecy v0.10.3
29462026-06-26T04:11:36.560Z Compiling toml_datetime v0.7.5+spec-1.1.0
29472026-06-26T04:11:36.563Z Compiling heapless v0.8.0
29482026-06-26T04:11:36.572Z Compiling ingot-macros v0.1.1
29492026-06-26T04:11:36.579Z Checking hash32 v0.3.1
29502026-06-26T04:11:36.589Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29512026-06-26T04:11:36.592Z Compiling smoltcp v0.11.0
29522026-06-26T04:11:36.652Z Checking cobs v0.3.0
29532026-06-26T04:11:36.691Z Compiling toml_edit v0.23.10+spec-1.0.0
29542026-06-26T04:11:36.777Z Compiling thiserror-impl-no-std v2.0.2
29552026-06-26T04:11:36.789Z Checking universal-hash v0.5.1
29562026-06-26T04:11:36.792Z Checking half v2.7.1
29572026-06-26T04:11:36.837Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29582026-06-26T04:11:36.964Z Checking ciborium-io v0.2.2
29592026-06-26T04:11:36.974Z Checking opaque-debug v0.3.1
29602026-06-26T04:11:36.997Z Checking postcard v1.1.3
29612026-06-26T04:11:37.009Z Checking poly1305 v0.8.0
29622026-06-26T04:11:37.038Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29632026-06-26T04:11:37.060Z Checking ciborium-ll v0.2.2
29642026-06-26T04:11:37.230Z Compiling proc-macro-crate v3.4.0
29652026-06-26T04:11:37.261Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29662026-06-26T04:11:37.280Z Checking password-hash v0.5.0
29672026-06-26T04:11:37.438Z Checking chacha20 v0.9.1
29682026-06-26T04:11:37.505Z Compiling proc-macro-crate v1.3.1
29692026-06-26T04:11:37.521Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29702026-06-26T04:11:37.629Z Checking blake2 v0.10.6
29712026-06-26T04:11:37.711Z Checking aead v0.5.2
29722026-06-26T04:11:37.755Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29732026-06-26T04:11:37.772Z Compiling num_enum_derive v0.7.6
29742026-06-26T04:11:37.851Z Compiling foreign-types-macros v0.2.3
29752026-06-26T04:11:37.863Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29762026-06-26T04:11:37.909Z Checking foreign-types-shared v0.3.1
29772026-06-26T04:11:37.928Z Checking thiserror-no-std v2.0.2
29782026-06-26T04:11:37.957Z Checking cpufeatures v0.3.0
29792026-06-26T04:11:37.995Z Compiling num_enum_derive v0.5.11
29802026-06-26T04:11:38.013Z Checking vsss-rs v3.3.4
29812026-06-26T04:11:38.027Z Checking chacha20 v0.10.0
29822026-06-26T04:11:38.085Z Checking argon2 v0.5.3
29832026-06-26T04:11:38.236Z Checking chacha20poly1305 v0.10.1
29842026-06-26T04:11:38.363Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29852026-06-26T04:11:38.421Z Checking foreign-types v0.5.0
29862026-06-26T04:11:38.434Z Checking ciborium v0.2.2
29872026-06-26T04:11:38.594Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29882026-06-26T04:11:38.616Z Checking tabwriter v1.4.1
29892026-06-26T04:11:38.760Z Checking byte-wrapper v0.1.0
29902026-06-26T04:11:38.791Z Checking num_enum v0.7.6
29912026-06-26T04:11:38.847Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29922026-06-26T04:11:38.876Z Checking cstr-argument v0.1.2
29932026-06-26T04:11:38.901Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29942026-06-26T04:11:38.959Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29952026-06-26T04:11:38.992Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29962026-06-26T04:11:39.005Z Checking num_enum v0.5.11
29972026-06-26T04:11:39.111Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29982026-06-26T04:11:39.114Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29992026-06-26T04:11:39.155Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30002026-06-26T04:11:39.169Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30012026-06-26T04:11:39.280Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30022026-06-26T04:11:39.322Z Checking rand v0.10.0
30032026-06-26T04:11:39.338Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30042026-06-26T04:11:39.367Z Checking indent_write v2.2.0
30052026-06-26T04:11:39.380Z Checking colored v3.1.1
30062026-06-26T04:11:39.383Z Checking ingot-types v0.1.2
30072026-06-26T04:11:39.536Z Compiling zone_cfg_derive v0.3.1
30082026-06-26T04:11:39.581Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30092026-06-26T04:11:39.633Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30102026-06-26T04:11:39.739Z Checking itertools v0.12.1
30112026-06-26T04:11:39.752Z Compiling num-derive v0.4.2
30122026-06-26T04:11:39.764Z Checking ingot v0.1.1
30132026-06-26T04:11:39.805Z Checking swrite v0.1.0
30142026-06-26T04:11:39.815Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30152026-06-26T04:11:39.887Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30162026-06-26T04:11:39.902Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30172026-06-26T04:11:40.060Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30182026-06-26T04:11:40.114Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30192026-06-26T04:11:40.212Z Checking dropshot-api-manager-types v0.7.2
30202026-06-26T04:11:40.225Z Checking smf v0.2.3
30212026-06-26T04:11:40.238Z Checking nanorand v0.7.0
30222026-06-26T04:11:40.249Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30232026-06-26T04:11:40.371Z Checking whoami v1.6.1
30242026-06-26T04:11:40.422Z Checking flume v0.11.1
30252026-06-26T04:11:40.448Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30262026-06-26T04:11:40.701Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30272026-06-26T04:11:40.791Z Checking zone v0.3.1
30282026-06-26T04:11:41.315Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30292026-06-26T04:11:42.272Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30302026-06-26T04:11:43.139Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30312026-06-26T04:11:46.408Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-06-26T04:11:48.427Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30332026-06-26T04:11:49.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
30342026-06-26T04:11:49.689Z
30352026-06-26T04:11:49.689Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/297)
30362026-06-26T04:11:50.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-06-26T04:11:50.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-06-26T04:11:50.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-06-26T04:11:50.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30402026-06-26T04:11:50.217Z
30412026-06-26T04:11:50.217Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/297)
30422026-06-26T04:11:50.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-06-26T04:11:50.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-06-26T04:11:50.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-06-26T04:11:50.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30462026-06-26T04:11:50.743Z
30472026-06-26T04:11:50.743Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/297)
30482026-06-26T04:11:51.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-06-26T04:11:51.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-06-26T04:11:51.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-06-26T04:11:51.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30522026-06-26T04:11:51.271Z
30532026-06-26T04:11:51.271Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/297)
30542026-06-26T04:11:51.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-06-26T04:11:51.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-06-26T04:11:51.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-06-26T04:11:51.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30582026-06-26T04:11:51.798Z
30592026-06-26T04:11:51.798Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/297)
30602026-06-26T04:11:52.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-06-26T04:11:52.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-06-26T04:11:52.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-06-26T04:11:52.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30642026-06-26T04:11:52.324Z
30652026-06-26T04:11:52.324Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/297)
30662026-06-26T04:11:52.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-06-26T04:11:52.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-06-26T04:11:52.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-06-26T04:11:52.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30702026-06-26T04:11:52.850Z
30712026-06-26T04:11:52.850Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/297)
30722026-06-26T04:11:53.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-06-26T04:11:53.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-06-26T04:11:53.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-06-26T04:11:53.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30762026-06-26T04:11:53.378Z
30772026-06-26T04:11:53.378Zinfo: running `cargo check --bins` on cockroach-admin-client (112/297)
30782026-06-26T04:11:53.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-06-26T04:11:53.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-06-26T04:11:53.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-06-26T04:11:53.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30822026-06-26T04:11:53.888Z
30832026-06-26T04:11:53.888Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/297)
30842026-06-26T04:11:54.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-06-26T04:11:54.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-06-26T04:11:54.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-06-26T04:11:54.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30882026-06-26T04:11:54.417Z
30892026-06-26T04:11:54.418Zinfo: running `cargo check --bins` on dns-service-client (114/297)
30902026-06-26T04:11:54.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-06-26T04:11:54.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-06-26T04:11:54.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-06-26T04:11:54.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30942026-06-26T04:11:54.942Z
30952026-06-26T04:11:54.942Zinfo: running `cargo check --bins` on installinator-client (115/297)
30962026-06-26T04:11:55.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-06-26T04:11:55.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-06-26T04:11:55.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-06-26T04:11:55.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31002026-06-26T04:11:55.473Z
31012026-06-26T04:11:55.473Zinfo: running `cargo check --bins` on nexus-client (116/297)
31022026-06-26T04:11:55.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-06-26T04:11:55.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-06-26T04:11:55.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-06-26T04:11:55.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31062026-06-26T04:11:56.031Z
31072026-06-26T04:11:56.032Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/297)
31082026-06-26T04:11:56.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-06-26T04:11:56.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-06-26T04:11:56.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-06-26T04:11:56.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31122026-06-26T04:11:56.593Z
31132026-06-26T04:11:56.593Zinfo: running `cargo check --bins` on ntp-admin-client (118/297)
31142026-06-26T04:11:57.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-06-26T04:11:57.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-06-26T04:11:57.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-06-26T04:11:57.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31182026-06-26T04:11:57.102Z
31192026-06-26T04:11:57.102Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/297)
31202026-06-26T04:11:57.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-06-26T04:11:57.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-06-26T04:11:57.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-06-26T04:11:57.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31242026-06-26T04:11:57.615Z
31252026-06-26T04:11:57.615Zinfo: running `cargo check --bins` on oxide-client (120/297)
31262026-06-26T04:11:58.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-06-26T04:11:58.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-06-26T04:11:58.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-06-26T04:11:58.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31302026-06-26T04:11:58.126Z
31312026-06-26T04:11:58.126Zinfo: running `cargo check --bins` on oximeter-client (121/297)
31322026-06-26T04:11:58.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-06-26T04:11:58.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-06-26T04:11:58.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-06-26T04:11:58.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31362026-06-26T04:11:58.653Z
31372026-06-26T04:11:58.653Zinfo: running `cargo check --bins` on repo-depot-client (122/297)
31382026-06-26T04:11:59.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-06-26T04:11:59.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-06-26T04:11:59.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-06-26T04:11:59.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31422026-06-26T04:11:59.162Z
31432026-06-26T04:11:59.162Zinfo: running `cargo check --bins` on sled-agent-client (123/297)
31442026-06-26T04:11:59.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-06-26T04:11:59.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-06-26T04:11:59.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-06-26T04:11:59.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31482026-06-26T04:11:59.701Z
31492026-06-26T04:11:59.701Zinfo: running `cargo check --bins` on wicketd-client (124/297)
31502026-06-26T04:12:00.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-06-26T04:12:00.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-06-26T04:12:00.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-06-26T04:12:00.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31542026-06-26T04:12:00.239Z
31552026-06-26T04:12:00.239Zinfo: running `cargo check --bins` on installinator-common (125/297)
31562026-06-26T04:12:00.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-06-26T04:12:00.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-06-26T04:12:00.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-06-26T04:12:00.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31602026-06-26T04:12:00.780Z
31612026-06-26T04:12:00.780Zinfo: running `cargo check --bins` on installinator-common-versions (126/297)
31622026-06-26T04:12:01.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-06-26T04:12:01.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-06-26T04:12:01.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-06-26T04:12:01.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31662026-06-26T04:12:01.287Z
31672026-06-26T04:12:01.287Zinfo: running `cargo check --bins` on wicket-common (127/297)
31682026-06-26T04:12:01.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-06-26T04:12:01.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-06-26T04:12:01.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-06-26T04:12:01.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31722026-06-26T04:12:01.823Z
31732026-06-26T04:12:01.823Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/297)
31742026-06-26T04:12:02.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-06-26T04:12:02.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-06-26T04:12:02.451Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31772026-06-26T04:12:02.564Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31782026-06-26T04:12:02.570Z Checking csv-core v0.1.13
31792026-06-26T04:12:02.576Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31802026-06-26T04:12:02.584Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31812026-06-26T04:12:02.588Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31822026-06-26T04:12:02.601Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31832026-06-26T04:12:02.611Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-06-26T04:12:02.720Z Checking csv v1.4.0
31852026-06-26T04:12:02.747Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31862026-06-26T04:12:02.775Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31872026-06-26T04:12:02.798Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31882026-06-26T04:12:02.815Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31892026-06-26T04:12:03.053Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31902026-06-26T04:12:03.409Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31912026-06-26T04:12:03.412Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31922026-06-26T04:12:03.760Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31932026-06-26T04:12:09.632Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31942026-06-26T04:12:10.151Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31952026-06-26T04:12:12.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.66s
31962026-06-26T04:12:12.660Z
31972026-06-26T04:12:12.661Zinfo: running `cargo check --bins` on cockroach-admin-api (129/297)
31982026-06-26T04:12:13.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-06-26T04:12:13.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-06-26T04:12:13.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-06-26T04:12:13.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
32022026-06-26T04:12:13.191Z
32032026-06-26T04:12:13.191Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/297)
32042026-06-26T04:12:13.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-06-26T04:12:13.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-06-26T04:12:13.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-06-26T04:12:13.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32082026-06-26T04:12:13.798Z
32092026-06-26T04:12:13.798Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/297)
32102026-06-26T04:12:14.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-06-26T04:12:14.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-06-26T04:12:14.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-06-26T04:12:14.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32142026-06-26T04:12:14.414Z
32152026-06-26T04:12:14.414Zinfo: running `cargo check --bins` on gateway-test-utils (132/297)
32162026-06-26T04:12:14.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-06-26T04:12:14.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-06-26T04:12:14.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-06-26T04:12:14.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32202026-06-26T04:12:14.993Z
32212026-06-26T04:12:14.993Zinfo: running `cargo check --bins` on omicron-gateway (133/297)
32222026-06-26T04:12:15.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-06-26T04:12:15.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-06-26T04:12:15.691Z Compiling regress v0.11.1
32252026-06-26T04:12:15.827Z Compiling unsafe-libyaml v0.2.11
32262026-06-26T04:12:15.837Z Compiling radium v0.7.0
32272026-06-26T04:12:15.840Z Compiling semver v0.1.20
32282026-06-26T04:12:15.859Z Checking nom v8.0.0
32292026-06-26T04:12:15.864Z Compiling maybe-uninit v2.0.0
32302026-06-26T04:12:15.864Z Checking tap v1.0.1
32312026-06-26T04:12:15.976Z Checking wyz v0.5.1
32322026-06-26T04:12:16.088Z Compiling rustc_version v0.1.7
32332026-06-26T04:12:16.150Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32342026-06-26T04:12:16.180Z Compiling zerocopy-derive v0.6.6
32352026-06-26T04:12:16.291Z Checking funty v2.0.0
32362026-06-26T04:12:16.305Z Compiling newtype_derive v0.1.6
32372026-06-26T04:12:16.485Z Compiling serde_yaml v0.9.34+deprecated
32382026-06-26T04:12:16.547Z Compiling packed_struct v0.10.1
32392026-06-26T04:12:16.599Z Compiling owo-colors v4.3.0
32402026-06-26T04:12:16.787Z Compiling cancel-safe-futures v0.1.5
32412026-06-26T04:12:16.915Z Checking crc-catalog v2.4.0
32422026-06-26T04:12:17.006Z Checking crc v3.4.0
32432026-06-26T04:12:17.034Z Checking zerocopy v0.6.6
32442026-06-26T04:12:17.088Z Checking bitvec v1.0.1
32452026-06-26T04:12:17.255Z Checking typify-impl v0.6.2
32462026-06-26T04:12:17.292Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32472026-06-26T04:12:17.625Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32482026-06-26T04:12:17.823Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32492026-06-26T04:12:17.828Z Compiling packed_struct_codegen v0.10.1
32502026-06-26T04:12:17.922Z Checking libsw-core v0.3.2
32512026-06-26T04:12:17.964Z Compiling bitfield-macros v0.19.4
32522026-06-26T04:12:18.063Z Compiling indexmap v1.9.3
32532026-06-26T04:12:18.258Z Checking nodrop v0.1.14
32542026-06-26T04:12:18.348Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32552026-06-26T04:12:18.384Z Checking array-init v0.0.4
32562026-06-26T04:12:18.416Z Checking libsw v3.5.0
32572026-06-26T04:12:18.430Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32582026-06-26T04:12:18.561Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32592026-06-26T04:12:18.669Z Checking bitfield v0.19.4
32602026-06-26T04:12:18.682Z Checking smallvec v0.6.14
32612026-06-26T04:12:18.737Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32622026-06-26T04:12:18.938Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32632026-06-26T04:12:18.967Z Checking tagptr v0.2.0
32642026-06-26T04:12:19.059Z Checking smawk v0.3.2
32652026-06-26T04:12:19.102Z Checking hashbrown v0.12.3
32662026-06-26T04:12:19.127Z Checking base64 v0.21.7
32672026-06-26T04:12:19.150Z Checking linear-map v1.2.0
32682026-06-26T04:12:19.187Z Checking unicode-linebreak v0.1.5
32692026-06-26T04:12:19.317Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32702026-06-26T04:12:19.358Z Checking ron v0.8.1
32712026-06-26T04:12:19.393Z Checking textwrap v0.16.2
32722026-06-26T04:12:19.414Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32732026-06-26T04:12:19.484Z Checking moka v0.12.13
32742026-06-26T04:12:19.600Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32752026-06-26T04:12:19.823Z Checking steno v0.4.1
32762026-06-26T04:12:19.865Z Checking serde-hex v0.1.0
32772026-06-26T04:12:19.906Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32782026-06-26T04:12:20.124Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32792026-06-26T04:12:20.285Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32802026-06-26T04:12:20.393Z Checking hashbrown v0.13.2
32812026-06-26T04:12:20.711Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32822026-06-26T04:12:20.818Z Checking crc-any v2.5.0
32832026-06-26T04:12:20.821Z Checking object v0.30.4
32842026-06-26T04:12:20.872Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32852026-06-26T04:12:20.916Z Checking hickory-resolver v0.25.2
32862026-06-26T04:12:20.993Z Checking half v1.8.3
32872026-06-26T04:12:21.037Z Checking void v1.0.2
32882026-06-26T04:12:21.141Z Checking utf-8 v0.7.6
32892026-06-26T04:12:21.185Z Checking path-slash v0.1.5
32902026-06-26T04:12:21.276Z Checking tungstenite v0.23.0
32912026-06-26T04:12:21.289Z Checking serde_cbor v0.11.2
32922026-06-26T04:12:21.386Z Checking lzss v0.8.2
32932026-06-26T04:12:21.637Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32942026-06-26T04:12:21.666Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32952026-06-26T04:12:21.691Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32962026-06-26T04:12:21.704Z Checking nix v0.27.1
32972026-06-26T04:12:21.778Z Compiling typify-macro v0.6.2
32982026-06-26T04:12:21.792Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32992026-06-26T04:12:21.815Z Checking kstat-rs v0.2.4
33002026-06-26T04:12:21.887Z Checking fxhash v0.2.1
33012026-06-26T04:12:21.923Z Checking serde_bytes v0.11.19
33022026-06-26T04:12:21.996Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33032026-06-26T04:12:22.010Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33042026-06-26T04:12:22.042Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33052026-06-26T04:12:22.092Z Checking tokio-tungstenite v0.23.1
33062026-06-26T04:12:22.192Z Checking signal-hook-tokio v0.3.1
33072026-06-26T04:12:22.924Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33082026-06-26T04:12:23.088Z Compiling typify v0.6.2
33092026-06-26T04:12:23.165Z Compiling progenitor-impl v0.14.0
33102026-06-26T04:12:23.815Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33112026-06-26T04:12:24.108Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33122026-06-26T04:12:24.592Z Compiling progenitor-macro v0.14.0
33132026-06-26T04:12:26.869Z Checking progenitor v0.14.0
33142026-06-26T04:12:26.981Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33152026-06-26T04:12:26.985Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33162026-06-26T04:12:29.631Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33172026-06-26T04:12:37.601Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33182026-06-26T04:12:44.055Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33192026-06-26T04:12:45.423Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33202026-06-26T04:12:45.912Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33212026-06-26T04:12:47.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.97s
33222026-06-26T04:12:48.151Z
33232026-06-26T04:12:48.151Zinfo: running `cargo check --bins` on gateway-api (134/297)
33242026-06-26T04:12:48.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-06-26T04:12:48.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-06-26T04:12:48.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-06-26T04:12:48.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33282026-06-26T04:12:48.678Z
33292026-06-26T04:12:48.678Zinfo: running `cargo check --bins` on ipcc (135/297)
33302026-06-26T04:12:49.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-06-26T04:12:49.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-06-26T04:12:49.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-06-26T04:12:49.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33342026-06-26T04:12:49.208Z
33352026-06-26T04:12:49.208Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/297)
33362026-06-26T04:12:49.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-06-26T04:12:49.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-06-26T04:12:49.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-06-26T04:12:49.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33402026-06-26T04:12:49.729Z
33412026-06-26T04:12:49.729Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/297)
33422026-06-26T04:12:50.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-06-26T04:12:50.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-06-26T04:12:50.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-06-26T04:12:50.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33462026-06-26T04:12:50.278Z
33472026-06-26T04:12:50.278Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/297)
33482026-06-26T04:12:50.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-06-26T04:12:50.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-06-26T04:12:50.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-06-26T04:12:50.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33522026-06-26T04:12:50.806Z
33532026-06-26T04:12:50.806Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/297)
33542026-06-26T04:12:51.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-06-26T04:12:51.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-06-26T04:12:51.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-06-26T04:12:51.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33582026-06-26T04:12:51.334Z
33592026-06-26T04:12:51.334Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/297)
33602026-06-26T04:12:51.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-06-26T04:12:51.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-06-26T04:12:51.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-06-26T04:12:51.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33642026-06-26T04:12:51.866Z
33652026-06-26T04:12:51.866Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/297)
33662026-06-26T04:12:52.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-06-26T04:12:52.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-06-26T04:12:52.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-06-26T04:12:52.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33702026-06-26T04:12:52.418Z
33712026-06-26T04:12:52.418Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/297)
33722026-06-26T04:12:52.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-06-26T04:12:52.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-06-26T04:12:52.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-06-26T04:12:52.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33762026-06-26T04:12:52.951Z
33772026-06-26T04:12:52.951Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/297)
33782026-06-26T04:12:53.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-06-26T04:12:53.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-06-26T04:12:53.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-06-26T04:12:53.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33822026-06-26T04:12:53.484Z
33832026-06-26T04:12:53.484Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/297)
33842026-06-26T04:12:53.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-06-26T04:12:53.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-06-26T04:12:53.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-06-26T04:12:53.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33882026-06-26T04:12:54.015Z
33892026-06-26T04:12:54.015Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/297)
33902026-06-26T04:12:54.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-06-26T04:12:54.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-06-26T04:12:54.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-06-26T04:12:54.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33942026-06-26T04:12:54.553Z
33952026-06-26T04:12:54.553Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/297)
33962026-06-26T04:12:55.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-06-26T04:12:55.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-06-26T04:12:55.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-06-26T04:12:55.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34002026-06-26T04:12:55.115Z
34012026-06-26T04:12:55.115Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/297)
34022026-06-26T04:12:55.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-06-26T04:12:55.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-06-26T04:12:55.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-06-26T04:12:55.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34062026-06-26T04:12:55.618Z
34072026-06-26T04:12:55.618Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/297)
34082026-06-26T04:12:56.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-06-26T04:12:56.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-06-26T04:12:56.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-06-26T04:12:56.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34122026-06-26T04:12:56.168Z
34132026-06-26T04:12:56.168Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/297)
34142026-06-26T04:12:56.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-06-26T04:12:56.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-06-26T04:12:56.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-06-26T04:12:56.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34182026-06-26T04:12:56.720Z
34192026-06-26T04:12:56.720Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/297)
34202026-06-26T04:12:57.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-06-26T04:12:57.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-06-26T04:12:57.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-06-26T04:12:57.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34242026-06-26T04:12:57.270Z
34252026-06-26T04:12:57.270Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/297)
34262026-06-26T04:12:57.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-06-26T04:12:57.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-06-26T04:12:57.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-06-26T04:12:57.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34302026-06-26T04:12:57.818Z
34312026-06-26T04:12:57.818Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/297)
34322026-06-26T04:12:58.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-06-26T04:12:58.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-06-26T04:12:58.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-06-26T04:12:58.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34362026-06-26T04:12:58.370Z
34372026-06-26T04:12:58.370Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/297)
34382026-06-26T04:12:58.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-06-26T04:12:58.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-06-26T04:12:58.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-06-26T04:12:58.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34422026-06-26T04:12:58.922Z
34432026-06-26T04:12:58.922Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/297)
34442026-06-26T04:12:59.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-06-26T04:12:59.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-06-26T04:12:59.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-06-26T04:12:59.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34482026-06-26T04:12:59.522Z
34492026-06-26T04:12:59.522Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/297)
34502026-06-26T04:12:59.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-06-26T04:12:59.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-06-26T04:12:59.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-06-26T04:12:59.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34542026-06-26T04:13:00.074Z
34552026-06-26T04:13:00.074Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/297)
34562026-06-26T04:13:00.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-06-26T04:13:00.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-06-26T04:13:00.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-06-26T04:13:00.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34602026-06-26T04:13:00.734Z
34612026-06-26T04:13:00.734Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/297)
34622026-06-26T04:13:01.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-06-26T04:13:01.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-06-26T04:13:01.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-06-26T04:13:01.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34662026-06-26T04:13:01.185Z
34672026-06-26T04:13:01.185Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/297)
34682026-06-26T04:13:01.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-06-26T04:13:01.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-06-26T04:13:01.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-06-26T04:13:01.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34722026-06-26T04:13:01.652Z
34732026-06-26T04:13:01.652Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/297)
34742026-06-26T04:13:02.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-06-26T04:13:02.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-06-26T04:13:02.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-06-26T04:13:02.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34782026-06-26T04:13:02.191Z
34792026-06-26T04:13:02.191Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/297)
34802026-06-26T04:13:02.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-06-26T04:13:02.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-06-26T04:13:02.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-06-26T04:13:02.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34842026-06-26T04:13:02.730Z
34852026-06-26T04:13:02.730Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/297)
34862026-06-26T04:13:03.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-06-26T04:13:03.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-06-26T04:13:03.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-06-26T04:13:03.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34902026-06-26T04:13:03.267Z
34912026-06-26T04:13:03.268Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/297)
34922026-06-26T04:13:03.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-06-26T04:13:03.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-06-26T04:13:03.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-06-26T04:13:03.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34962026-06-26T04:13:03.798Z
34972026-06-26T04:13:03.798Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/297)
34982026-06-26T04:13:04.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-06-26T04:13:04.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-06-26T04:13:04.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-06-26T04:13:04.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35022026-06-26T04:13:04.338Z
35032026-06-26T04:13:04.338Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/297)
35042026-06-26T04:13:04.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-06-26T04:13:04.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-06-26T04:13:04.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-06-26T04:13:04.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35082026-06-26T04:13:04.859Z
35092026-06-26T04:13:04.859Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/297)
35102026-06-26T04:13:05.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-06-26T04:13:05.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-06-26T04:13:05.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-06-26T04:13:05.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35142026-06-26T04:13:05.399Z
35152026-06-26T04:13:05.399Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/297)
35162026-06-26T04:13:05.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-06-26T04:13:05.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-06-26T04:13:05.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-06-26T04:13:05.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35202026-06-26T04:13:05.949Z
35212026-06-26T04:13:05.950Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/297)
35222026-06-26T04:13:06.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-06-26T04:13:06.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-06-26T04:13:06.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-06-26T04:13:06.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35262026-06-26T04:13:06.492Z
35272026-06-26T04:13:06.492Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/297)
35282026-06-26T04:13:06.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-06-26T04:13:06.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-06-26T04:13:06.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-06-26T04:13:06.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35322026-06-26T04:13:07.037Z
35332026-06-26T04:13:07.037Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/297)
35342026-06-26T04:13:07.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-06-26T04:13:07.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-06-26T04:13:07.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-06-26T04:13:07.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35382026-06-26T04:13:07.591Z
35392026-06-26T04:13:07.591Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/297)
35402026-06-26T04:13:08.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-06-26T04:13:08.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-06-26T04:13:08.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-06-26T04:13:08.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35442026-06-26T04:13:08.152Z
35452026-06-26T04:13:08.152Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/297)
35462026-06-26T04:13:08.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-06-26T04:13:08.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-06-26T04:13:08.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-06-26T04:13:08.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35502026-06-26T04:13:08.707Z
35512026-06-26T04:13:08.707Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/297)
35522026-06-26T04:13:09.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-06-26T04:13:09.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-06-26T04:13:09.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-06-26T04:13:09.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35562026-06-26T04:13:09.296Z
35572026-06-26T04:13:09.297Zinfo: running `cargo check --bins` on oximeter-producer (173/297)
35582026-06-26T04:13:09.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-06-26T04:13:09.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-06-26T04:13:09.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-06-26T04:13:09.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35622026-06-26T04:13:09.843Z
35632026-06-26T04:13:09.843Zinfo: running `cargo check --bins` on internal-dns-resolver (174/297)
35642026-06-26T04:13:10.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-06-26T04:13:10.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-06-26T04:13:10.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-06-26T04:13:10.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35682026-06-26T04:13:10.382Z
35692026-06-26T04:13:10.382Zinfo: running `cargo check --bins` on dns-server (175/297)
35702026-06-26T04:13:10.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-06-26T04:13:10.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-06-26T04:13:10.981Z Compiling parking_lot_core v0.8.6
35732026-06-26T04:13:10.984Z Compiling git-stub v1.0.0
35742026-06-26T04:13:10.984Z Checking prefix-trie v0.7.0
35752026-06-26T04:13:10.984Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35762026-06-26T04:13:11.206Z Compiling git-stub-vcs v0.1.0
35772026-06-26T04:13:11.364Z Checking hickory-server v0.25.2
35782026-06-26T04:13:11.471Z Checking parking_lot v0.11.2
35792026-06-26T04:13:11.485Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35802026-06-26T04:13:11.547Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35812026-06-26T04:13:11.547Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35822026-06-26T04:13:11.638Z Checking sled v0.34.7
35832026-06-26T04:13:13.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
35842026-06-26T04:13:13.697Z
35852026-06-26T04:13:13.697Zinfo: running `cargo check --bins` on dns-server-api (176/297)
35862026-06-26T04:13:14.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-06-26T04:13:14.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-06-26T04:13:14.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-06-26T04:13:14.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35902026-06-26T04:13:14.232Z
35912026-06-26T04:13:14.232Zinfo: running `cargo check --bins` on oximeter-producer-api (177/297)
35922026-06-26T04:13:14.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-06-26T04:13:14.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-06-26T04:13:14.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-06-26T04:13:14.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35962026-06-26T04:13:14.769Z
35972026-06-26T04:13:14.769Zinfo: running `cargo check --bins` on sp-sim (178/297)
35982026-06-26T04:13:15.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-06-26T04:13:15.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-06-26T04:13:15.424Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36012026-06-26T04:13:17.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
36022026-06-26T04:13:17.335Z
36032026-06-26T04:13:17.335Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/297)
36042026-06-26T04:13:17.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-06-26T04:13:17.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-06-26T04:13:17.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-06-26T04:13:17.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36082026-06-26T04:13:17.913Z
36092026-06-26T04:13:17.913Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/297)
36102026-06-26T04:13:18.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-06-26T04:13:18.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-06-26T04:13:18.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-06-26T04:13:18.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36142026-06-26T04:13:18.487Z
36152026-06-26T04:13:18.487Zinfo: running `cargo check --bins` on db-macros (181/297)
36162026-06-26T04:13:18.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-06-26T04:13:18.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-06-26T04:13:18.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-06-26T04:13:18.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36202026-06-26T04:13:19.002Z
36212026-06-26T04:13:19.002Zinfo: running `cargo check --bins` on nexus-macros-common (182/297)
36222026-06-26T04:13:19.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-06-26T04:13:19.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-06-26T04:13:19.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-06-26T04:13:19.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36262026-06-26T04:13:19.506Z
36272026-06-26T04:13:19.506Zinfo: running `cargo check --bins` on nexus-auth (183/297)
36282026-06-26T04:13:19.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-06-26T04:13:19.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-06-26T04:13:19.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-06-26T04:13:20.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36322026-06-26T04:13:20.077Z
36332026-06-26T04:13:20.077Zinfo: running `cargo check --bins` on authz-macros (184/297)
36342026-06-26T04:13:20.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-06-26T04:13:20.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-06-26T04:13:20.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-06-26T04:13:20.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36382026-06-26T04:13:20.592Z
36392026-06-26T04:13:20.592Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/297)
36402026-06-26T04:13:21.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-06-26T04:13:21.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-06-26T04:13:21.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-06-26T04:13:21.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36442026-06-26T04:13:21.158Z
36452026-06-26T04:13:21.158Zinfo: running `cargo check --bins` on nexus-db-model (186/297)
36462026-06-26T04:13:21.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-06-26T04:13:21.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-06-26T04:13:21.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-06-26T04:13:21.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36502026-06-26T04:13:21.723Z
36512026-06-26T04:13:21.723Zinfo: running `cargo check --bins` on nexus-db-schema (187/297)
36522026-06-26T04:13:22.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-06-26T04:13:22.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-06-26T04:13:22.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-06-26T04:13:22.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36562026-06-26T04:13:22.232Z
36572026-06-26T04:13:22.232Zinfo: running `cargo check --bins` on omicron-rpaths (188/297)
36582026-06-26T04:13:22.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-06-26T04:13:22.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-06-26T04:13:22.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-06-26T04:13:22.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36622026-06-26T04:13:22.739Z
36632026-06-26T04:13:22.739Zinfo: running `cargo check --bins` on nexus-defaults (189/297)
36642026-06-26T04:13:23.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-06-26T04:13:23.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-06-26T04:13:23.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-06-26T04:13:23.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36682026-06-26T04:13:23.263Z
36692026-06-26T04:13:23.263Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/297)
36702026-06-26T04:13:23.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-06-26T04:13:23.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-06-26T04:13:23.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-06-26T04:13:23.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36742026-06-26T04:13:23.779Z
36752026-06-26T04:13:23.779Zinfo: running `cargo check --bins` on parallel-task-set (191/297)
36762026-06-26T04:13:24.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-06-26T04:13:24.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-06-26T04:13:24.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-06-26T04:13:24.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36802026-06-26T04:13:24.294Z
36812026-06-26T04:13:24.295Zinfo: running `cargo check --bins` on omicron-git-version (192/297)
36822026-06-26T04:13:24.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-06-26T04:13:24.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-06-26T04:13:24.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-06-26T04:13:24.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36862026-06-26T04:13:24.810Z
36872026-06-26T04:13:24.810Zinfo: running `cargo check --bins` on nexus-db-errors (193/297)
36882026-06-26T04:13:25.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-06-26T04:13:25.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-06-26T04:13:25.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-06-26T04:13:25.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36922026-06-26T04:13:25.379Z
36932026-06-26T04:13:25.380Zinfo: running `cargo check --bins` on nexus-db-lookup (194/297)
36942026-06-26T04:13:25.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-06-26T04:13:25.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-06-26T04:13:25.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-06-26T04:13:25.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36982026-06-26T04:13:25.952Z
36992026-06-26T04:13:25.952Zinfo: running `cargo check --bins` on nexus-inventory (195/297)
37002026-06-26T04:13:26.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-06-26T04:13:26.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-06-26T04:13:26.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-06-26T04:13:26.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37042026-06-26T04:13:26.515Z
37052026-06-26T04:13:26.515Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/297)
37062026-06-26T04:13:26.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-06-26T04:13:26.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-06-26T04:13:26.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-06-26T04:13:26.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37102026-06-26T04:13:27.055Z
37112026-06-26T04:13:27.055Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/297)
37122026-06-26T04:13:27.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-06-26T04:13:27.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-06-26T04:13:27.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-06-26T04:13:27.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37162026-06-26T04:13:27.594Z
37172026-06-26T04:13:27.594Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/297)
37182026-06-26T04:13:28.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-06-26T04:13:28.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-06-26T04:13:28.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-06-26T04:13:28.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37222026-06-26T04:13:28.134Z
37232026-06-26T04:13:28.134Zinfo: running `cargo check --bins` on key-manager (199/297)
37242026-06-26T04:13:28.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-06-26T04:13:28.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-06-26T04:13:28.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-06-26T04:13:28.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37282026-06-26T04:13:28.658Z
37292026-06-26T04:13:28.658Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/297)
37302026-06-26T04:13:29.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-06-26T04:13:29.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-06-26T04:13:29.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-06-26T04:13:29.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37342026-06-26T04:13:29.201Z
37352026-06-26T04:13:29.201Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/297)
37362026-06-26T04:13:29.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-06-26T04:13:29.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-06-26T04:13:29.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-06-26T04:13:29.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37402026-06-26T04:13:29.744Z
37412026-06-26T04:13:29.744Zinfo: running `cargo check --bins` on typed-rng (202/297)
37422026-06-26T04:13:30.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-06-26T04:13:30.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-06-26T04:13:30.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-06-26T04:13:30.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37462026-06-26T04:13:30.261Z
37472026-06-26T04:13:30.261Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/297)
37482026-06-26T04:13:30.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-06-26T04:13:30.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-06-26T04:13:31.043Z Compiling libefi-sys v0.1.0
37512026-06-26T04:13:31.046Z Compiling bitfield-struct v0.6.2
37522026-06-26T04:13:31.180Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37532026-06-26T04:13:31.190Z Compiling xshell-macros v0.2.7
37542026-06-26T04:13:31.199Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37552026-06-26T04:13:31.212Z Compiling salty v0.3.0
37562026-06-26T04:13:31.225Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37572026-06-26T04:13:31.239Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37582026-06-26T04:13:31.239Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37592026-06-26T04:13:31.359Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37602026-06-26T04:13:31.512Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37612026-06-26T04:13:31.528Z Checking primeorder v0.13.6
37622026-06-26T04:13:31.531Z Compiling proc-macro-error-attr2 v2.0.0
37632026-06-26T04:13:31.555Z Checking xshell v0.2.7
37642026-06-26T04:13:31.660Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37652026-06-26T04:13:31.677Z Checking tungstenite v0.21.0
37662026-06-26T04:13:31.737Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37672026-06-26T04:13:31.762Z Checking p384 v0.13.1
37682026-06-26T04:13:31.778Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37692026-06-26T04:13:31.856Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37702026-06-26T04:13:31.882Z Compiling num-derive v0.3.3
37712026-06-26T04:13:31.919Z Compiling proc-macro-error2 v2.0.1
37722026-06-26T04:13:32.008Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37732026-06-26T04:13:32.024Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37742026-06-26T04:13:32.089Z Checking tokio-tungstenite v0.21.0
37752026-06-26T04:13:32.217Z Compiling tabled_derive v0.11.0
37762026-06-26T04:13:32.217Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37772026-06-26T04:13:32.244Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37782026-06-26T04:13:32.295Z Checking papergrid v0.17.0
37792026-06-26T04:13:32.360Z Compiling progenitor-impl v0.13.0
37802026-06-26T04:13:32.376Z Checking testing_table v0.3.0
37812026-06-26T04:13:32.390Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37822026-06-26T04:13:32.466Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37832026-06-26T04:13:32.510Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-06-26T04:13:32.665Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37852026-06-26T04:13:32.701Z Compiling illumos-nvpair-sys v0.2.0
37862026-06-26T04:13:32.754Z Checking libscf-sys v1.1.0
37872026-06-26T04:13:32.850Z Checking corncobs v0.1.4
37882026-06-26T04:13:32.877Z Compiling unicase v2.9.0
37892026-06-26T04:13:32.891Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37902026-06-26T04:13:32.974Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-06-26T04:13:33.073Z Compiling mime_guess v2.0.5
37922026-06-26T04:13:33.115Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37932026-06-26T04:13:33.132Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37942026-06-26T04:13:33.145Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37952026-06-26T04:13:33.148Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37962026-06-26T04:13:33.359Z Checking tabled v0.20.0
37972026-06-26T04:13:33.469Z Checking progenitor-client v0.13.0
37982026-06-26T04:13:33.599Z Checking secrecy v0.8.0
37992026-06-26T04:13:33.697Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38002026-06-26T04:13:33.712Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38012026-06-26T04:13:33.788Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38022026-06-26T04:13:34.026Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38032026-06-26T04:13:34.045Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38042026-06-26T04:13:34.063Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38052026-06-26T04:13:34.096Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38062026-06-26T04:13:34.233Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38072026-06-26T04:13:34.283Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38082026-06-26T04:13:34.323Z Checking filetime v0.2.27
38092026-06-26T04:13:34.459Z Checking http-range v0.1.5
38102026-06-26T04:13:34.544Z Checking xattr v1.6.1
38112026-06-26T04:13:34.580Z Checking crc8 v0.1.1
38122026-06-26T04:13:34.671Z Checking tar v0.4.45
38132026-06-26T04:13:34.685Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38142026-06-26T04:13:34.865Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38152026-06-26T04:13:34.902Z Compiling progenitor-macro v0.13.0
38162026-06-26T04:13:34.927Z Checking illumos-nvpair v0.3.0
38172026-06-26T04:13:34.942Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38182026-06-26T04:13:35.051Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38192026-06-26T04:13:35.080Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38202026-06-26T04:13:35.103Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38212026-06-26T04:13:35.392Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38222026-06-26T04:13:35.423Z Checking atty v0.2.14
38232026-06-26T04:13:35.441Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38242026-06-26T04:13:35.506Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38252026-06-26T04:13:35.555Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38262026-06-26T04:13:35.679Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38272026-06-26T04:13:35.752Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38282026-06-26T04:13:35.811Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38292026-06-26T04:13:35.846Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38302026-06-26T04:13:35.978Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38312026-06-26T04:13:36.012Z Checking hyper-staticfile v0.10.1
38322026-06-26T04:13:36.190Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38332026-06-26T04:13:36.204Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38342026-06-26T04:13:36.302Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38352026-06-26T04:13:36.446Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38362026-06-26T04:13:36.569Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38372026-06-26T04:13:36.732Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38382026-06-26T04:13:36.854Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38392026-06-26T04:13:37.261Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38402026-06-26T04:13:37.834Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38412026-06-26T04:13:38.305Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38422026-06-26T04:13:38.708Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38432026-06-26T04:13:38.996Z Checking progenitor v0.13.0
38442026-06-26T04:13:39.130Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38452026-06-26T04:13:41.168Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38462026-06-26T04:13:44.404Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38472026-06-26T04:13:55.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.23s
38482026-06-26T04:13:55.703Z
38492026-06-26T04:13:55.703Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/297)
38502026-06-26T04:13:56.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-06-26T04:13:56.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-06-26T04:13:56.424Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38532026-06-26T04:14:07.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38542026-06-26T04:14:07.425Z
38552026-06-26T04:14:07.425Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/297)
38562026-06-26T04:14:07.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-06-26T04:14:07.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-06-26T04:14:08.148Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38592026-06-26T04:14:18.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38602026-06-26T04:14:19.086Z
38612026-06-26T04:14:19.086Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/297)
38622026-06-26T04:14:19.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-06-26T04:14:19.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-06-26T04:14:19.800Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38652026-06-26T04:14:30.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38662026-06-26T04:14:30.757Z
38672026-06-26T04:14:30.757Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/297)
38682026-06-26T04:14:31.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-06-26T04:14:31.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-06-26T04:14:31.469Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38712026-06-26T04:14:42.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38722026-06-26T04:14:42.394Z
38732026-06-26T04:14:42.394Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/297)
38742026-06-26T04:14:42.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-06-26T04:14:42.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-06-26T04:14:43.104Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38772026-06-26T04:14:53.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38782026-06-26T04:14:54.067Z
38792026-06-26T04:14:54.067Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/297)
38802026-06-26T04:14:54.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-06-26T04:14:54.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-06-26T04:14:54.779Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38832026-06-26T04:15:05.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38842026-06-26T04:15:05.740Z
38852026-06-26T04:15:05.740Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/297)
38862026-06-26T04:15:06.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-06-26T04:15:06.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-06-26T04:15:06.458Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38892026-06-26T04:15:17.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.59s
38902026-06-26T04:15:17.532Z
38912026-06-26T04:15:17.532Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/297)
38922026-06-26T04:15:17.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-06-26T04:15:17.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-06-26T04:15:17.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-06-26T04:15:17.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38962026-06-26T04:15:18.061Z
38972026-06-26T04:15:18.061Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/297)
38982026-06-26T04:15:18.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-06-26T04:15:18.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-06-26T04:15:18.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-06-26T04:15:18.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39022026-06-26T04:15:18.597Z
39032026-06-26T04:15:18.597Zinfo: running `cargo check --bins` on range-requests (213/297)
39042026-06-26T04:15:19.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-06-26T04:15:19.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-06-26T04:15:19.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-06-26T04:15:19.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39082026-06-26T04:15:19.110Z
39092026-06-26T04:15:19.110Zinfo: running `cargo check --bins` on repo-depot-api (214/297)
39102026-06-26T04:15:19.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-06-26T04:15:19.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-06-26T04:15:19.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39132026-06-26T04:15:19.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39142026-06-26T04:15:19.632Z
39152026-06-26T04:15:19.632Zinfo: running `cargo check --bins` on sled-agent-api (215/297)
39162026-06-26T04:15:20.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-06-26T04:15:20.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-06-26T04:15:20.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39192026-06-26T04:15:20.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39202026-06-26T04:15:20.177Z
39212026-06-26T04:15:20.177Zinfo: running `cargo check --bins` on sled-diagnostics (216/297)
39222026-06-26T04:15:20.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39232026-06-26T04:15:20.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39242026-06-26T04:15:20.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39252026-06-26T04:15:20.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39262026-06-26T04:15:20.723Z
39272026-06-26T04:15:20.723Zinfo: running `cargo check --bins` on zfs-test-harness (217/297)
39282026-06-26T04:15:21.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-06-26T04:15:21.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-06-26T04:15:21.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39312026-06-26T04:15:21.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39322026-06-26T04:15:21.264Z
39332026-06-26T04:15:21.264Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/297)
39342026-06-26T04:15:21.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-06-26T04:15:21.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-06-26T04:15:21.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-06-26T04:15:21.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39382026-06-26T04:15:21.811Z
39392026-06-26T04:15:21.811Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/297)
39402026-06-26T04:15:22.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-06-26T04:15:22.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-06-26T04:15:22.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-06-26T04:15:22.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39442026-06-26T04:15:22.361Z
39452026-06-26T04:15:22.361Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/297)
39462026-06-26T04:15:22.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-06-26T04:15:22.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-06-26T04:15:22.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39492026-06-26T04:15:22.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39502026-06-26T04:15:22.906Z
39512026-06-26T04:15:22.906Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/297)
39522026-06-26T04:15:23.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-06-26T04:15:23.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-06-26T04:15:23.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-06-26T04:15:23.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39562026-06-26T04:15:23.454Z
39572026-06-26T04:15:23.454Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/297)
39582026-06-26T04:15:23.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-06-26T04:15:23.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-06-26T04:15:23.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-06-26T04:15:23.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39622026-06-26T04:15:24.000Z
39632026-06-26T04:15:24.000Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/297)
39642026-06-26T04:15:24.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-06-26T04:15:24.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-06-26T04:15:24.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-06-26T04:15:24.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39682026-06-26T04:15:24.548Z
39692026-06-26T04:15:24.548Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/297)
39702026-06-26T04:15:25.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-06-26T04:15:25.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-06-26T04:15:25.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-06-26T04:15:25.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39742026-06-26T04:15:25.097Z
39752026-06-26T04:15:25.097Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/297)
39762026-06-26T04:15:25.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-06-26T04:15:25.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-06-26T04:15:25.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39792026-06-26T04:15:25.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39802026-06-26T04:15:25.669Z
39812026-06-26T04:15:25.669Zinfo: running `cargo check --bins` on trust-quorum (226/297)
39822026-06-26T04:15:26.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-06-26T04:15:26.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-06-26T04:15:26.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39852026-06-26T04:15:26.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39862026-06-26T04:15:26.222Z
39872026-06-26T04:15:26.222Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/297)
39882026-06-26T04:15:26.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39892026-06-26T04:15:26.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39902026-06-26T04:15:26.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39912026-06-26T04:15:26.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39922026-06-26T04:15:26.781Z
39932026-06-26T04:15:26.781Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/297)
39942026-06-26T04:15:27.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-06-26T04:15:27.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-06-26T04:15:27.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39972026-06-26T04:15:27.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39982026-06-26T04:15:27.348Z
39992026-06-26T04:15:27.348Zinfo: running `cargo check --bins` on update-common (229/297)
40002026-06-26T04:15:27.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-06-26T04:15:27.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-06-26T04:15:27.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-06-26T04:15:27.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40042026-06-26T04:15:27.878Z
40052026-06-26T04:15:27.878Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/297)
40062026-06-26T04:15:28.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-06-26T04:15:28.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-06-26T04:15:28.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-06-26T04:15:28.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40102026-06-26T04:15:28.459Z
40112026-06-26T04:15:28.459Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/297)
40122026-06-26T04:15:28.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-06-26T04:15:28.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-06-26T04:15:28.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-06-26T04:15:28.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40162026-06-26T04:15:28.969Z
40172026-06-26T04:15:28.970Zinfo: running `cargo check --bins` on reconfigurator-cli (232/297)
40182026-06-26T04:15:29.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-06-26T04:15:29.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-06-26T04:15:29.679Z Compiling fs-err v2.11.0
40212026-06-26T04:15:29.682Z Checking ignore v0.4.25
40222026-06-26T04:15:29.682Z Checking arc-swap v1.8.2
40232026-06-26T04:15:29.810Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40242026-06-26T04:15:29.810Z Checking predicates-tree v1.0.13
40252026-06-26T04:15:29.813Z Checking parse-size v1.1.0
40262026-06-26T04:15:29.837Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40272026-06-26T04:15:29.841Z Checking rand_seeder v0.4.0
40282026-06-26T04:15:29.915Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40292026-06-26T04:15:29.931Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40302026-06-26T04:15:29.982Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40312026-06-26T04:15:30.001Z Checking slog-scope v4.4.1
40322026-06-26T04:15:30.034Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40332026-06-26T04:15:30.115Z Compiling petname v2.0.2
40342026-06-26T04:15:30.128Z Checking slog-stdlog v4.1.1
40352026-06-26T04:15:30.144Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40362026-06-26T04:15:30.167Z Checking globwalk v0.9.1
40372026-06-26T04:15:30.214Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40382026-06-26T04:15:30.241Z Checking slog-envlogger v2.2.0
40392026-06-26T04:15:30.339Z Checking camino-tempfile-ext v0.3.3
40402026-06-26T04:15:30.385Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40412026-06-26T04:15:30.429Z Checking sapling-renderdag v0.1.0
40422026-06-26T04:15:30.525Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40432026-06-26T04:15:30.570Z Checking subprocess v0.2.15
40442026-06-26T04:15:30.666Z Checking sync-ptr v0.1.4
40452026-06-26T04:15:30.756Z Checking colored v2.2.0
40462026-06-26T04:15:30.777Z Checking assert_matches v1.5.0
40472026-06-26T04:15:30.852Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40482026-06-26T04:15:31.016Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40492026-06-26T04:15:31.016Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40502026-06-26T04:15:31.736Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40512026-06-26T04:15:33.036Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40522026-06-26T04:15:35.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s
40532026-06-26T04:15:35.351Z
40542026-06-26T04:15:35.351Zinfo: running `cargo check --bins` on omicron-repl-utils (233/297)
40552026-06-26T04:15:35.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-06-26T04:15:35.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-06-26T04:15:35.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-06-26T04:15:35.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40592026-06-26T04:15:35.872Z
40602026-06-26T04:15:35.872Zinfo: running `cargo check --bins` on transient-dns-server (234/297)
40612026-06-26T04:15:36.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-06-26T04:15:36.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-06-26T04:15:36.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-06-26T04:15:36.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40652026-06-26T04:15:36.406Z
40662026-06-26T04:15:36.406Zinfo: running `cargo check --bins` on nexus-test-interface (235/297)
40672026-06-26T04:15:36.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-06-26T04:15:36.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-06-26T04:15:36.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-06-26T04:15:36.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40712026-06-26T04:15:36.983Z
40722026-06-26T04:15:36.983Zinfo: running `cargo check --bins` on oximeter-collector (236/297)
40732026-06-26T04:15:37.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-06-26T04:15:37.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-06-26T04:15:37.644Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40762026-06-26T04:15:37.644Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40772026-06-26T04:15:38.275Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40782026-06-26T04:15:39.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s
40792026-06-26T04:15:39.994Z
40802026-06-26T04:15:39.994Zinfo: running `cargo check --bins` on oximeter-api (237/297)
40812026-06-26T04:15:40.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-06-26T04:15:40.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-06-26T04:15:40.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-06-26T04:15:40.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40852026-06-26T04:15:40.516Z
40862026-06-26T04:15:40.517Zinfo: running `cargo check --bins` on cert-dev (238/297)
40872026-06-26T04:15:40.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-06-26T04:15:40.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-06-26T04:15:41.058Z Checking yasna v0.5.2
40902026-06-26T04:15:41.451Z Checking rcgen v0.12.1
40912026-06-26T04:15:41.693Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40922026-06-26T04:15:41.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
40932026-06-26T04:15:42.028Z
40942026-06-26T04:15:42.028Zinfo: running `cargo check --bins` on clickana (239/297)
40952026-06-26T04:15:42.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-06-26T04:15:42.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-06-26T04:15:42.610Z Compiling darling_core v0.23.0
40982026-06-26T04:15:42.713Z Compiling instability v0.3.11
40992026-06-26T04:15:42.720Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41002026-06-26T04:15:42.723Z Checking castaway v0.2.4
41012026-06-26T04:15:42.726Z Compiling indoc v2.0.7
41022026-06-26T04:15:42.730Z Checking unicode-truncate v1.1.0
41032026-06-26T04:15:42.746Z Checking lru v0.12.5
41042026-06-26T04:15:42.750Z Checking cassowary v0.3.0
41052026-06-26T04:15:42.812Z Checking compact_str v0.8.1
41062026-06-26T04:15:44.003Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41072026-06-26T04:15:44.104Z Compiling darling_macro v0.23.0
41082026-06-26T04:15:44.173Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41092026-06-26T04:15:44.512Z Compiling darling v0.23.0
41102026-06-26T04:15:45.118Z Checking ratatui v0.29.0
41112026-06-26T04:15:46.172Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41122026-06-26T04:15:46.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s
41132026-06-26T04:15:46.984Z
41142026-06-26T04:15:46.984Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/297)
41152026-06-26T04:15:47.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-06-26T04:15:47.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-06-26T04:15:47.639Z Checking headers-core v0.3.0
41182026-06-26T04:15:47.644Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41192026-06-26T04:15:47.843Z Checking headers v0.4.1
41202026-06-26T04:15:48.186Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41212026-06-26T04:15:49.034Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41222026-06-26T04:15:49.507Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41232026-06-26T04:15:49.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
41242026-06-26T04:15:50.080Z
41252026-06-26T04:15:50.080Zinfo: running `cargo check --bins` on ch-dev (241/297)
41262026-06-26T04:15:50.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-06-26T04:15:50.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-06-26T04:15:50.739Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41292026-06-26T04:15:51.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
41302026-06-26T04:15:51.626Z
41312026-06-26T04:15:51.626Zinfo: running `cargo check --bins` on dev-tools-common (242/297)
41322026-06-26T04:15:51.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-06-26T04:15:51.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-06-26T04:15:51.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41352026-06-26T04:15:51.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
41362026-06-26T04:15:52.015Z
41372026-06-26T04:15:52.015Zinfo: running `cargo check --bins` on crdb-seed (243/297)
41382026-06-26T04:15:52.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-06-26T04:15:52.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-06-26T04:15:52.662Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41412026-06-26T04:15:53.655Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41422026-06-26T04:15:53.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
41432026-06-26T04:15:54.150Z
41442026-06-26T04:15:54.150Zinfo: running `cargo check --bins` on db-dev (244/297)
41452026-06-26T04:15:54.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41462026-06-26T04:15:54.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41472026-06-26T04:15:54.803Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41482026-06-26T04:15:55.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
41492026-06-26T04:15:55.699Z
41502026-06-26T04:15:55.699Zinfo: running `cargo check --bins` on omicron-dev-lib (245/297)
41512026-06-26T04:15:56.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41522026-06-26T04:15:56.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41532026-06-26T04:15:56.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41542026-06-26T04:15:56.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41552026-06-26T04:15:56.261Z
41562026-06-26T04:15:56.261Zinfo: running `cargo check --bins` on xtask-downloader (246/297)
41572026-06-26T04:15:56.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41582026-06-26T04:15:56.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41592026-06-26T04:15:56.806Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41602026-06-26T04:15:57.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
41612026-06-26T04:15:57.653Z
41622026-06-26T04:15:57.653Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/297)
41632026-06-26T04:15:58.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41642026-06-26T04:15:58.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41652026-06-26T04:15:58.341Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41662026-06-26T04:15:58.341Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41672026-06-26T04:15:58.344Z Checking git-stub v1.0.0
41682026-06-26T04:15:58.344Z Compiling trait-variant v0.1.2
41692026-06-26T04:15:58.468Z Checking maplit v1.0.2
41702026-06-26T04:15:58.482Z Checking is_ci v1.2.0
41712026-06-26T04:15:58.485Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41722026-06-26T04:15:58.493Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41732026-06-26T04:15:58.543Z Checking drift v0.2.0
41742026-06-26T04:15:58.569Z Checking supports-color v3.0.2
41752026-06-26T04:15:58.587Z Checking git-stub-vcs v0.1.0
41762026-06-26T04:15:58.680Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41772026-06-26T04:15:58.694Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41782026-06-26T04:15:58.706Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41792026-06-26T04:15:58.771Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41802026-06-26T04:15:58.879Z Checking dropshot-api-manager v0.7.2
41812026-06-26T04:15:58.910Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41822026-06-26T04:15:58.956Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41832026-06-26T04:15:58.969Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41842026-06-26T04:15:59.182Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41852026-06-26T04:15:59.685Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41862026-06-26T04:16:00.624Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41872026-06-26T04:16:01.827Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41882026-06-26T04:16:02.403Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41892026-06-26T04:16:02.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
41902026-06-26T04:16:03.012Z
41912026-06-26T04:16:03.012Zinfo: running `cargo check --bins` on installinator-api (248/297)
41922026-06-26T04:16:03.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-06-26T04:16:03.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-06-26T04:16:03.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-06-26T04:16:03.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41962026-06-26T04:16:03.539Z
41972026-06-26T04:16:03.539Zinfo: running `cargo check --bins` on nexus-external-api (249/297)
41982026-06-26T04:16:04.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-06-26T04:16:04.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-06-26T04:16:04.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-06-26T04:16:04.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42022026-06-26T04:16:04.102Z
42032026-06-26T04:16:04.102Zinfo: running `cargo check --bins` on nexus-internal-api (250/297)
42042026-06-26T04:16:04.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-06-26T04:16:04.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-06-26T04:16:04.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-06-26T04:16:04.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42082026-06-26T04:16:04.670Z
42092026-06-26T04:16:04.670Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/297)
42102026-06-26T04:16:05.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-06-26T04:16:05.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-06-26T04:16:05.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-06-26T04:16:05.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42142026-06-26T04:16:05.236Z
42152026-06-26T04:16:05.236Zinfo: running `cargo check --bins` on ntp-admin-api (252/297)
42162026-06-26T04:16:05.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-06-26T04:16:05.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-06-26T04:16:05.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-06-26T04:16:05.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42202026-06-26T04:16:05.765Z
42212026-06-26T04:16:05.765Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/297)
42222026-06-26T04:16:06.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-06-26T04:16:06.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-06-26T04:16:06.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-06-26T04:16:06.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42262026-06-26T04:16:06.283Z
42272026-06-26T04:16:06.283Zinfo: running `cargo check --bins` on wicketd-api (254/297)
42282026-06-26T04:16:06.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-06-26T04:16:06.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-06-26T04:16:06.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-06-26T04:16:06.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42322026-06-26T04:16:06.829Z
42332026-06-26T04:16:06.829Zinfo: running `cargo check --bins` on omicron-ls-apis (255/297)
42342026-06-26T04:16:07.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-06-26T04:16:07.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-06-26T04:16:07.383Z Checking typeid v1.0.3
42372026-06-26T04:16:07.490Z Checking ordered-float v2.10.1
42382026-06-26T04:16:07.508Z Checking unicode-xid v0.2.6
42392026-06-26T04:16:07.519Z Checking cargo-platform v0.2.0
42402026-06-26T04:16:07.529Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42412026-06-26T04:16:07.552Z Checking erased-serde v0.4.9
42422026-06-26T04:16:07.686Z Checking serde-value v0.7.0
42432026-06-26T04:16:07.861Z Checking serde-untagged v0.1.9
42442026-06-26T04:16:08.009Z Checking cargo-util-schemas v0.8.2
42452026-06-26T04:16:08.682Z Checking cargo_metadata v0.21.0
42462026-06-26T04:16:09.272Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42472026-06-26T04:16:09.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
42482026-06-26T04:16:10.152Z
42492026-06-26T04:16:10.152Zinfo: running `cargo check --bins` on mgs-dev (256/297)
42502026-06-26T04:16:10.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42512026-06-26T04:16:10.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42522026-06-26T04:16:10.830Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42532026-06-26T04:16:11.432Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42542026-06-26T04:16:11.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42552026-06-26T04:16:12.098Z
42562026-06-26T04:16:12.098Zinfo: running `cargo check --bins` on omicron-omdb (257/297)
42572026-06-26T04:16:12.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-06-26T04:16:12.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-06-26T04:16:12.997Z Compiling vergen-lib v0.1.6
42602026-06-26T04:16:12.997Z Compiling diesel_derives v2.3.7
42612026-06-26T04:16:12.998Z Compiling dsl_auto_type v0.2.0
42622026-06-26T04:16:13.001Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42632026-06-26T04:16:13.001Z Checking scheduled-thread-pool v0.2.7
42642026-06-26T04:16:13.001Z Compiling vergen-gitcl v1.0.8
42652026-06-26T04:16:13.001Z Compiling diesel_table_macro_syntax v0.3.0
42662026-06-26T04:16:13.001Z Compiling dirs-sys-next v0.1.2
42672026-06-26T04:16:13.262Z Compiling glob v0.3.3
42682026-06-26T04:16:13.323Z Compiling crunchy v0.2.4
42692026-06-26T04:16:13.338Z Compiling dirs-next v2.0.0
42702026-06-26T04:16:13.435Z Checking r2d2 v0.8.10
42712026-06-26T04:16:13.450Z Compiling tiny-keccak v2.0.2
42722026-06-26T04:16:13.464Z Checking downcast-rs v2.0.2
42732026-06-26T04:16:13.558Z Compiling term v0.7.0
42742026-06-26T04:16:13.634Z Compiling clang-sys v1.8.1
42752026-06-26T04:16:13.667Z Compiling bit-vec v0.6.3
42762026-06-26T04:16:13.755Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42772026-06-26T04:16:13.881Z Compiling bit-set v0.5.3
42782026-06-26T04:16:13.935Z Compiling ascii-canvas v3.0.0
42792026-06-26T04:16:14.007Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42802026-06-26T04:16:14.037Z Compiling itertools v0.10.5
42812026-06-26T04:16:14.087Z Compiling ena v0.14.4
42822026-06-26T04:16:14.103Z Compiling libloading v0.8.9
42832026-06-26T04:16:14.151Z Compiling bindgen v0.71.1
42842026-06-26T04:16:14.166Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42852026-06-26T04:16:14.182Z Compiling regex-syntax v0.6.29
42862026-06-26T04:16:14.291Z Compiling diff v0.1.13
42872026-06-26T04:16:14.588Z Compiling cexpr v0.6.0
42882026-06-26T04:16:14.604Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42892026-06-26T04:16:14.755Z Compiling rustc-hash v2.1.1
42902026-06-26T04:16:14.884Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42912026-06-26T04:16:14.961Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42922026-06-26T04:16:15.093Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42932026-06-26T04:16:15.242Z Compiling libxml v0.3.3
42942026-06-26T04:16:15.278Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42952026-06-26T04:16:15.351Z Compiling strum_macros v0.24.3
42962026-06-26T04:16:15.475Z Compiling indoc v1.0.9
42972026-06-26T04:16:15.519Z Compiling lalrpop v0.19.12
42982026-06-26T04:16:16.327Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42992026-06-26T04:16:16.507Z Checking derive_builder v0.20.2
43002026-06-26T04:16:16.623Z Compiling oso-derive v0.27.3
43012026-06-26T04:16:16.727Z Checking quick-xml v0.37.5
43022026-06-26T04:16:16.742Z Compiling impl-trait-for-tuples v0.2.3
43032026-06-26T04:16:17.106Z Checking openssl-probe v0.1.6
43042026-06-26T04:16:17.245Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43052026-06-26T04:16:17.597Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43062026-06-26T04:16:17.783Z Checking bb8 v0.8.6
43072026-06-26T04:16:17.927Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43082026-06-26T04:16:17.956Z Compiling libz-sys v1.1.24
43092026-06-26T04:16:18.066Z Checking nonempty v0.12.0
43102026-06-26T04:16:18.132Z Compiling strsim v0.10.0
43112026-06-26T04:16:18.233Z Compiling libgit2-sys v0.18.3+1.9.2
43122026-06-26T04:16:18.260Z Compiling vergen-git2 v9.1.0
43132026-06-26T04:16:18.389Z Compiling darling_core v0.13.4
43142026-06-26T04:16:18.489Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43152026-06-26T04:16:18.563Z Compiling rustls v0.21.12
43162026-06-26T04:16:18.676Z Compiling base64 v0.21.7
43172026-06-26T04:16:18.792Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43182026-06-26T04:16:18.959Z Checking diesel v2.3.7
43192026-06-26T04:16:19.010Z Compiling ron v0.8.1
43202026-06-26T04:16:19.748Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43212026-06-26T04:16:19.940Z Checking rustls-webpki v0.101.7
43222026-06-26T04:16:19.955Z Checking sct v0.7.1
43232026-06-26T04:16:20.116Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43242026-06-26T04:16:20.234Z Compiling darling_macro v0.13.4
43252026-06-26T04:16:20.732Z Compiling darling v0.13.4
43262026-06-26T04:16:20.825Z Compiling serde_with_macros v1.5.2
43272026-06-26T04:16:21.241Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43282026-06-26T04:16:21.638Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43292026-06-26T04:16:21.661Z Compiling serde_with v1.14.0
43302026-06-26T04:16:22.806Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43312026-06-26T04:16:22.893Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43322026-06-26T04:16:23.390Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43332026-06-26T04:16:24.035Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43342026-06-26T04:16:24.226Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43352026-06-26T04:16:24.329Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43362026-06-26T04:16:24.412Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43372026-06-26T04:16:24.460Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43382026-06-26T04:16:24.511Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43392026-06-26T04:16:24.593Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43402026-06-26T04:16:24.791Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43412026-06-26T04:16:24.806Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43422026-06-26T04:16:24.821Z Checking tokio-rustls v0.24.1
43432026-06-26T04:16:25.015Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43442026-06-26T04:16:25.583Z Checking rustls-pemfile v1.0.4
43452026-06-26T04:16:25.628Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43462026-06-26T04:16:25.724Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43472026-06-26T04:16:25.911Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43482026-06-26T04:16:25.935Z Checking twox-hash v2.1.2
43492026-06-26T04:16:26.219Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43502026-06-26T04:16:26.240Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43512026-06-26T04:16:26.310Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43522026-06-26T04:16:26.590Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43532026-06-26T04:16:26.743Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43542026-06-26T04:16:27.953Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43552026-06-26T04:16:28.011Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43562026-06-26T04:16:28.221Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43572026-06-26T04:16:28.674Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43582026-06-26T04:16:28.890Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43592026-06-26T04:16:29.075Z Checking console v0.16.2
43602026-06-26T04:16:29.393Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43612026-06-26T04:16:29.532Z Checking fatfs v0.3.6
43622026-06-26T04:16:29.651Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43632026-06-26T04:16:29.987Z Compiling seq-macro v0.3.6
43642026-06-26T04:16:30.503Z Checking unit-prefix v0.5.2
43652026-06-26T04:16:30.642Z Checking indicatif v0.18.4
43662026-06-26T04:16:30.962Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43672026-06-26T04:16:30.983Z Checking support-bundle-viewer v0.1.2
43682026-06-26T04:16:31.036Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43692026-06-26T04:16:31.230Z Checking multimap v0.10.1
43702026-06-26T04:16:37.040Z Checking async-bb8-diesel v0.2.1
43712026-06-26T04:16:37.400Z Checking diesel-dtrace v0.5.0
43722026-06-26T04:16:39.933Z Compiling samael v0.0.19
43732026-06-26T04:16:45.780Z Compiling git2 v0.20.4
43742026-06-26T04:16:47.000Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43752026-06-26T04:16:47.675Z Compiling polar-core v0.27.3
43762026-06-26T04:16:48.183Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43772026-06-26T04:16:52.244Z Checking oso v0.27.3
43782026-06-26T04:17:21.238Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43792026-06-26T04:18:34.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
43802026-06-26T04:18:34.699Z
43812026-06-26T04:18:34.699Zinfo: running `cargo check --bins` on nexus-networking (258/297)
43822026-06-26T04:18:35.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-06-26T04:18:35.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-06-26T04:18:35.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43852026-06-26T04:18:35.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43862026-06-26T04:18:35.322Z
43872026-06-26T04:18:35.322Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/297)
43882026-06-26T04:18:35.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-06-26T04:18:35.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-06-26T04:18:35.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-06-26T04:18:35.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43922026-06-26T04:18:35.903Z
43932026-06-26T04:18:35.903Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/297)
43942026-06-26T04:18:36.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-06-26T04:18:36.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-06-26T04:18:36.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-06-26T04:18:36.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43982026-06-26T04:18:36.493Z
43992026-06-26T04:18:36.493Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/297)
44002026-06-26T04:18:36.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-06-26T04:18:36.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-06-26T04:18:36.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44032026-06-26T04:18:36.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44042026-06-26T04:18:37.012Z
44052026-06-26T04:18:37.012Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/297)
44062026-06-26T04:18:37.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-06-26T04:18:37.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-06-26T04:18:37.788Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44092026-06-26T04:18:38.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
44102026-06-26T04:18:38.713Z
44112026-06-26T04:18:38.713Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/297)
44122026-06-26T04:18:39.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-06-26T04:18:39.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-06-26T04:18:39.479Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44152026-06-26T04:19:17.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.65s
44162026-06-26T04:19:17.579Z
44172026-06-26T04:19:17.579Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (264/297)
44182026-06-26T04:19:18.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-06-26T04:19:18.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-06-26T04:19:18.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44212026-06-26T04:19:18.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44222026-06-26T04:19:18.096Z
44232026-06-26T04:19:18.096Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (265/297)
44242026-06-26T04:19:18.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-06-26T04:19:18.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-06-26T04:19:18.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-06-26T04:19:18.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44282026-06-26T04:19:18.615Z
44292026-06-26T04:19:18.615Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (266/297)
44302026-06-26T04:19:19.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-06-26T04:19:19.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-06-26T04:19:19.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-06-26T04:19:19.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44342026-06-26T04:19:19.192Z
44352026-06-26T04:19:19.192Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (267/297)
44362026-06-26T04:19:19.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-06-26T04:19:19.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-06-26T04:19:19.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-06-26T04:19:19.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44402026-06-26T04:19:19.783Z
44412026-06-26T04:19:19.783Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (268/297)
44422026-06-26T04:19:20.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-06-26T04:19:20.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-06-26T04:19:20.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-06-26T04:19:20.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44462026-06-26T04:19:20.374Z
44472026-06-26T04:19:20.374Zinfo: running `cargo check --bins` on nexus-mgs-updates (269/297)
44482026-06-26T04:19:20.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-06-26T04:19:20.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-06-26T04:19:20.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-06-26T04:19:20.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44522026-06-26T04:19:20.940Z
44532026-06-26T04:19:20.941Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (270/297)
44542026-06-26T04:19:21.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-06-26T04:19:21.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-06-26T04:19:21.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-06-26T04:19:21.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44582026-06-26T04:19:21.519Z
44592026-06-26T04:19:21.519Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (271/297)
44602026-06-26T04:19:22.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-06-26T04:19:22.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-06-26T04:19:22.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-06-26T04:19:22.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44642026-06-26T04:19:22.118Z
44652026-06-26T04:19:22.118Zinfo: running `cargo check --bins` on support-bundle-collection (272/297)
44662026-06-26T04:19:22.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-06-26T04:19:22.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-06-26T04:19:22.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-06-26T04:19:22.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44702026-06-26T04:19:22.702Z
44712026-06-26T04:19:22.702Zinfo: running `cargo check --bins` on omicron-dev (273/297)
44722026-06-26T04:19:23.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-06-26T04:19:23.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-06-26T04:19:23.537Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44752026-06-26T04:19:23.537Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44762026-06-26T04:19:23.689Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44772026-06-26T04:19:23.706Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44782026-06-26T04:19:23.720Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44792026-06-26T04:19:23.733Z Checking diff v0.1.13
44802026-06-26T04:19:23.736Z Checking yansi v1.0.1
44812026-06-26T04:19:23.751Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44822026-06-26T04:19:23.857Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44832026-06-26T04:19:24.039Z Checking pretty_assertions v1.4.1
44842026-06-26T04:19:24.683Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44852026-06-26T04:19:24.762Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44862026-06-26T04:19:49.138Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44872026-06-26T04:19:49.138Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44882026-06-26T04:19:49.141Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44892026-06-26T04:19:49.141Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44902026-06-26T04:19:49.141Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44912026-06-26T04:19:49.141Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44922026-06-26T04:19:49.968Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44932026-06-26T04:19:49.972Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44942026-06-26T04:19:51.172Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44952026-06-26T04:20:28.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
44962026-06-26T04:20:29.144Z
44972026-06-26T04:20:29.144Zinfo: running `cargo check --bins` on omicron-pins (274/297)
44982026-06-26T04:20:29.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44992026-06-26T04:20:29.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45002026-06-26T04:20:29.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45012026-06-26T04:20:29.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
45022026-06-26T04:20:29.661Z
45032026-06-26T04:20:29.661Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (275/297)
45042026-06-26T04:20:30.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45052026-06-26T04:20:30.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45062026-06-26T04:20:30.383Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45072026-06-26T04:20:30.502Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45082026-06-26T04:20:30.505Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45092026-06-26T04:20:57.390Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45102026-06-26T04:20:57.757Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45112026-06-26T04:20:59.442Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45122026-06-26T04:20:59.866Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45132026-06-26T04:21:02.805Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45142026-06-26T04:21:25.954Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45152026-06-26T04:21:26.638Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45162026-06-26T04:21:28.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.55s
45172026-06-26T04:21:28.410Z
45182026-06-26T04:21:28.410Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (276/297)
45192026-06-26T04:21:28.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-06-26T04:21:28.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-06-26T04:21:29.067Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45222026-06-26T04:21:29.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45232026-06-26T04:21:29.922Z
45242026-06-26T04:21:29.923Zinfo: running `cargo check --bins` on omicron-releng (277/297)
45252026-06-26T04:21:30.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-06-26T04:21:30.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-06-26T04:21:30.495Z Compiling blake3 v1.8.5
45282026-06-26T04:21:30.599Z Checking arrayref v0.3.9
45292026-06-26T04:21:30.602Z Checking constant_time_eq v0.4.2
45302026-06-26T04:21:30.610Z Checking arrayvec v0.7.6
45312026-06-26T04:21:30.616Z Checking topological-sort v0.2.2
45322026-06-26T04:21:30.619Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45332026-06-26T04:21:30.619Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45342026-06-26T04:21:30.619Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45352026-06-26T04:21:30.654Z Checking shell-words v1.1.1
45362026-06-26T04:21:31.469Z Checking omicron-zone-package v0.12.2
45372026-06-26T04:21:32.187Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45382026-06-26T04:21:33.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
45392026-06-26T04:21:33.218Z
45402026-06-26T04:21:33.218Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (278/297)
45412026-06-26T04:21:33.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-06-26T04:21:33.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-06-26T04:21:33.810Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45442026-06-26T04:21:34.119Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45452026-06-26T04:21:34.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
45462026-06-26T04:21:34.670Z
45472026-06-26T04:21:34.671Zinfo: running `cargo check --bins` on schema (279/297)
45482026-06-26T04:21:35.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-06-26T04:21:35.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-06-26T04:21:35.346Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45512026-06-26T04:21:36.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45522026-06-26T04:21:36.188Z
45532026-06-26T04:21:36.188Zinfo: running `cargo check --bins` on xtask (280/297)
45542026-06-26T04:21:36.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-06-26T04:21:36.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-06-26T04:21:36.580Z Checking libc v0.2.185
45572026-06-26T04:21:36.655Z Checking serde v1.0.228
45582026-06-26T04:21:36.660Z Checking zerofrom v0.1.6
45592026-06-26T04:21:36.663Z Checking bitflags v2.11.0
45602026-06-26T04:21:36.669Z Checking smallvec v1.15.1
45612026-06-26T04:21:36.674Z Checking indexmap v2.14.0
45622026-06-26T04:21:36.683Z Checking serde_json v1.0.149
45632026-06-26T04:21:36.692Z Checking scroll v0.12.0
45642026-06-26T04:21:36.752Z Checking yoke v0.8.1
45652026-06-26T04:21:36.800Z Checking num-traits v0.2.19
45662026-06-26T04:21:36.835Z Checking thiserror v1.0.69
45672026-06-26T04:21:36.904Z Checking percent-encoding v2.3.2
45682026-06-26T04:21:36.913Z Checking zerovec v0.11.5
45692026-06-26T04:21:36.927Z Checking zerotrie v0.2.3
45702026-06-26T04:21:36.937Z Checking errno v0.3.14
45712026-06-26T04:21:37.030Z Checking toml_datetime v0.6.11
45722026-06-26T04:21:37.040Z Checking serde_spanned v0.6.9
45732026-06-26T04:21:37.050Z Checking rustix v1.1.3
45742026-06-26T04:21:37.156Z Checking log v0.4.29
45752026-06-26T04:21:37.169Z Checking zerocopy v0.7.35
45762026-06-26T04:21:37.185Z Checking form_urlencoded v1.2.2
45772026-06-26T04:21:37.198Z Checking toml_edit v0.22.27
45782026-06-26T04:21:37.282Z Checking getrandom v0.4.1
45792026-06-26T04:21:37.302Z Checking goblin v0.8.2
45802026-06-26T04:21:37.305Z Checking ordered-float v2.10.1
45812026-06-26T04:21:37.319Z Checking thiserror v2.0.18
45822026-06-26T04:21:37.339Z Checking tinystr v0.8.2
45832026-06-26T04:21:37.405Z Checking potential_utf v0.1.4
45842026-06-26T04:21:37.415Z Checking syn v2.0.117
45852026-06-26T04:21:37.509Z Checking icu_locale_core v2.1.1
45862026-06-26T04:21:37.519Z Checking serde-value v0.7.0
45872026-06-26T04:21:37.529Z Checking icu_collections v2.1.1
45882026-06-26T04:21:37.646Z Checking dtrace-parser v0.2.0
45892026-06-26T04:21:37.713Z Checking thread-id v4.2.2
45902026-06-26T04:21:37.790Z Checking once_cell v1.21.3
45912026-06-26T04:21:37.830Z Checking cargo-platform v0.2.0
45922026-06-26T04:21:37.851Z Checking terminal_size v0.4.3
45932026-06-26T04:21:37.874Z Checking memmap v0.7.0
45942026-06-26T04:21:37.961Z Checking tempfile v3.25.0
45952026-06-26T04:21:37.971Z Checking clap_builder v4.6.0
45962026-06-26T04:21:37.996Z Checking fs-err v3.3.0
45972026-06-26T04:21:38.000Z Checking textwrap v0.16.2
45982026-06-26T04:21:38.046Z Checking icu_provider v2.1.1
45992026-06-26T04:21:38.148Z Checking camino-tempfile v1.4.1
46002026-06-26T04:21:38.171Z Checking anyhow v1.0.102
46012026-06-26T04:21:38.204Z Checking tabled v0.15.0
46022026-06-26T04:21:38.275Z Checking icu_properties v2.1.2
46032026-06-26T04:21:38.298Z Checking icu_normalizer v2.1.1
46042026-06-26T04:21:38.308Z Checking toml v0.8.23
46052026-06-26T04:21:38.361Z Checking macaddr v1.0.1
46062026-06-26T04:21:38.537Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46072026-06-26T04:21:38.617Z Checking cargo_toml v0.21.0
46082026-06-26T04:21:39.062Z Checking idna_adapter v1.2.1
46092026-06-26T04:21:39.168Z Checking clap v4.6.1
46102026-06-26T04:21:39.178Z Checking idna v1.1.0
46112026-06-26T04:21:39.181Z Checking dof v0.3.0
46122026-06-26T04:21:39.396Z Checking url v2.5.8
46132026-06-26T04:21:39.432Z Checking usdt-impl v0.5.0
46142026-06-26T04:21:39.670Z Checking usdt v0.5.0
46152026-06-26T04:21:39.732Z Checking cargo-util-schemas v0.8.2
46162026-06-26T04:21:40.420Z Checking cargo_metadata v0.21.0
46172026-06-26T04:21:41.008Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46182026-06-26T04:21:41.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
46192026-06-26T04:21:41.523Z
46202026-06-26T04:21:41.523Zinfo: running `cargo check --bins` on dnsadm (281/297)
46212026-06-26T04:21:41.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-06-26T04:21:41.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-06-26T04:21:42.109Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46242026-06-26T04:21:42.566Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46252026-06-26T04:21:42.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
46262026-06-26T04:21:43.107Z
46272026-06-26T04:21:43.107Zinfo: running `cargo check --bins` on end-to-end-tests (282/297)
46282026-06-26T04:21:43.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-06-26T04:21:43.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-06-26T04:21:43.846Z Checking polyval v0.6.2
46312026-06-26T04:21:43.966Z Checking ctr v0.9.2
46322026-06-26T04:21:43.975Z Checking ssh-encoding v0.2.0
46332026-06-26T04:21:43.975Z Checking blowfish v0.9.1
46342026-06-26T04:21:43.993Z Checking password-hash v0.4.2
46352026-06-26T04:21:44.006Z Checking p521 v0.13.3
46362026-06-26T04:21:44.009Z Checking p256 v0.13.2
46372026-06-26T04:21:44.030Z Checking russh-cryptovec v0.7.3
46382026-06-26T04:21:44.103Z Checking ghash v0.5.1
46392026-06-26T04:21:44.113Z Checking bcrypt-pbkdf v0.10.0
46402026-06-26T04:21:44.116Z Checking md5 v0.7.0
46412026-06-26T04:21:44.178Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46422026-06-26T04:21:44.194Z Checking pbkdf2 v0.11.0
46432026-06-26T04:21:44.197Z Checking num-bigint v0.4.6
46442026-06-26T04:21:44.222Z Checking aes-gcm v0.10.3
46452026-06-26T04:21:44.251Z Checking des v0.8.1
46462026-06-26T04:21:44.302Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46472026-06-26T04:21:44.319Z Checking hex-literal v0.4.1
46482026-06-26T04:21:44.354Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46492026-06-26T04:21:44.369Z Checking ssh-cipher v0.2.0
46502026-06-26T04:21:44.394Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46512026-06-26T04:21:44.407Z Checking internet-checksum v0.2.1
46522026-06-26T04:21:44.525Z Checking ssh-key v0.6.7
46532026-06-26T04:21:44.642Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46542026-06-26T04:21:45.141Z Checking russh-keys v0.45.0
46552026-06-26T04:21:45.664Z Checking russh v0.45.0
46562026-06-26T04:22:02.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.39s
46572026-06-26T04:22:02.847Z
46582026-06-26T04:22:02.847Zinfo: running `cargo check --bins` on gateway-cli (283/297)
46592026-06-26T04:22:03.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-06-26T04:22:03.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-06-26T04:22:03.842Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46622026-06-26T04:22:03.857Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46632026-06-26T04:22:03.857Z Checking termios v0.3.3
46642026-06-26T04:22:05.317Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46652026-06-26T04:22:05.317Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46662026-06-26T04:22:06.437Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46672026-06-26T04:22:07.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
46682026-06-26T04:22:07.192Z
46692026-06-26T04:22:07.192Zinfo: running `cargo check --bins --no-default-features` on installinator (284/297)
46702026-06-26T04:22:07.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-06-26T04:22:07.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-06-26T04:22:07.826Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46732026-06-26T04:22:07.840Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46742026-06-26T04:22:09.442Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46752026-06-26T04:22:09.442Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46762026-06-26T04:22:09.468Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46772026-06-26T04:22:09.468Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46782026-06-26T04:22:09.468Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46792026-06-26T04:22:09.468Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46802026-06-26T04:22:09.468Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46812026-06-26T04:22:10.352Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46822026-06-26T04:22:11.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
46832026-06-26T04:22:11.784Z
46842026-06-26T04:22:11.785Zinfo: running `cargo check --bins` on internal-dns-cli (285/297)
46852026-06-26T04:22:11.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46862026-06-26T04:22:11.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46872026-06-26T04:22:12.001Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46882026-06-26T04:22:12.434Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46892026-06-26T04:22:13.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
46902026-06-26T04:22:13.109Z
46912026-06-26T04:22:13.109Zinfo: running `cargo check --bins` on omicron-live-tests (286/297)
46922026-06-26T04:22:13.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-06-26T04:22:13.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-06-26T04:22:13.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46952026-06-26T04:22:13.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46962026-06-26T04:22:13.571Z
46972026-06-26T04:22:13.571Zinfo: running `cargo check --bins` on live-tests-macros (287/297)
46982026-06-26T04:22:13.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-06-26T04:22:13.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-06-26T04:22:13.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47012026-06-26T04:22:13.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47022026-06-26T04:22:13.998Z
47032026-06-26T04:22:13.998Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (288/297)
47042026-06-26T04:22:14.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47052026-06-26T04:22:14.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47062026-06-26T04:22:14.645Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47072026-06-26T04:22:15.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
47082026-06-26T04:22:15.416Z
47092026-06-26T04:22:15.416Zinfo: running `cargo check --bins` on omicron-ntp-admin (289/297)
47102026-06-26T04:22:15.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47112026-06-26T04:22:15.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47122026-06-26T04:22:15.979Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47132026-06-26T04:22:15.982Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47142026-06-26T04:22:16.243Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47152026-06-26T04:22:16.243Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47162026-06-26T04:22:17.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
47172026-06-26T04:22:17.913Z
47182026-06-26T04:22:17.913Zinfo: running `cargo check --bins` on ntp-admin-types (290/297)
47192026-06-26T04:22:17.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47202026-06-26T04:22:17.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47212026-06-26T04:22:17.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47222026-06-26T04:22:17.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47232026-06-26T04:22:17.913Z
47242026-06-26T04:22:17.913Zinfo: running `cargo check --bins` on omicron-package (291/297)
47252026-06-26T04:22:18.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47262026-06-26T04:22:18.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47272026-06-26T04:22:18.859Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47282026-06-26T04:22:19.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
47292026-06-26T04:22:19.538Z
47302026-06-26T04:22:19.538Zinfo: running `cargo check --bins` on tqdb (292/297)
47312026-06-26T04:22:20.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47322026-06-26T04:22:20.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47332026-06-26T04:22:21.264Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47342026-06-26T04:22:21.282Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47352026-06-26T04:22:21.282Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47362026-06-26T04:22:21.282Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47372026-06-26T04:22:27.779Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47382026-06-26T04:22:27.798Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47392026-06-26T04:22:27.798Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47402026-06-26T04:22:27.798Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47412026-06-26T04:22:27.798Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47422026-06-26T04:22:27.798Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47432026-06-26T04:22:28.513Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47442026-06-26T04:22:29.374Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47452026-06-26T04:22:30.634Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47462026-06-26T04:22:30.703Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47472026-06-26T04:22:35.399Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47482026-06-26T04:22:41.918Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47492026-06-26T04:22:41.937Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47502026-06-26T04:22:41.937Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47512026-06-26T04:22:41.937Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47522026-06-26T04:22:43.767Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47532026-06-26T04:22:44.667Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47542026-06-26T04:22:45.429Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47552026-06-26T04:22:46.551Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47562026-06-26T04:22:47.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.45s
47572026-06-26T04:22:47.577Z
47582026-06-26T04:22:47.577Zinfo: running `cargo check --bins` on wicket-dbg (293/297)
47592026-06-26T04:22:47.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47602026-06-26T04:22:47.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47612026-06-26T04:22:48.076Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47622026-06-26T04:22:48.082Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47632026-06-26T04:22:48.082Z Checking rtoolbox v0.0.3
47642026-06-26T04:22:48.082Z Checking tui-tree-widget v0.23.1
47652026-06-26T04:22:48.082Z Checking rpassword v7.4.0
47662026-06-26T04:22:49.173Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47672026-06-26T04:22:52.490Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47682026-06-26T04:22:54.446Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47692026-06-26T04:22:55.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s
47702026-06-26T04:22:55.279Z
47712026-06-26T04:22:55.279Zinfo: running `cargo check --bins` on wicket (294/297)
47722026-06-26T04:22:55.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-06-26T04:22:55.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-06-26T04:22:55.804Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47752026-06-26T04:22:56.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
47762026-06-26T04:22:56.852Z
47772026-06-26T04:22:56.852Zinfo: running `cargo check --bins` on wicketd (295/297)
47782026-06-26T04:22:56.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47792026-06-26T04:22:56.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47802026-06-26T04:22:57.282Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47812026-06-26T04:22:57.288Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47822026-06-26T04:22:57.288Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47832026-06-26T04:22:57.288Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47842026-06-26T04:22:57.981Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47852026-06-26T04:22:59.169Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47862026-06-26T04:23:01.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.21s
47872026-06-26T04:23:01.970Z
47882026-06-26T04:23:01.970Zinfo: running `cargo check --bins` on omicron-workspace-hack (296/297)
47892026-06-26T04:23:02.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-06-26T04:23:02.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-06-26T04:23:02.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47922026-06-26T04:23:02.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47932026-06-26T04:23:02.331Z
47942026-06-26T04:23:02.331Zinfo: running `cargo check --bins` on zone-setup (297/297)
47952026-06-26T04:23:03.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47962026-06-26T04:23:03.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47972026-06-26T04:23:03.047Z Checking uzers v0.12.2
47982026-06-26T04:23:03.117Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47992026-06-26T04:23:03.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
48002026-06-26T04:23:04.183Z
48012026-06-26T04:23:04.183Zreal 13:43.989688837
48022026-06-26T04:23:04.183Zuser 20:41.049245659
48032026-06-26T04:23:04.183Zsys 4:05.202650866
48042026-06-26T04:23:04.183Ztrap 0.329886676
48052026-06-26T04:23:04.183Ztflt 0.681806757
48062026-06-26T04:23:04.183Zdflt 1.066561505
48072026-06-26T04:23:04.183Zkflt 0.004787252
48082026-06-26T04:23:04.186Zlock 1:15:43.562004936
48092026-06-26T04:23:04.187Zslp 1:39:22.555275222
48102026-06-26T04:23:04.187Zlat 52.441093847
48112026-06-26T04:23:04.187Zstop 3:14.860079024
48122026-06-26T04:23:04.187Zprocess exited: duration 950353 ms, exit code 0
 
48132026-06-26T04:23:04.192Zfound 0 output files