01KVKKDH2H9NBMNJ141K5YXM31: 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: 01KVKKDWDABF0NP2P7R2N44MH4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-20T22:47:29.730Zjob assigned to worker 01KVKKE5TRP94C1VGF63Q2P2FV [factory aws, i-0aed62ba1395eb888] (queued for 51 s)
 
22026-06-20T22:47:36.049Zstarting task 0: "setup"
32026-06-20T22:47:36.055Z++ uname -s
42026-06-20T22:47:36.058Z+ kern=SunOS
52026-06-20T22:47:36.058Z+ build_user=build
62026-06-20T22:47:36.058Z+ build_uid=12345
72026-06-20T22:47:36.058Z+ work_dir=/work
82026-06-20T22:47:36.058Z+ input_dir=/input
92026-06-20T22:47:36.058Z+ [[ 0 == 12345 ]]
102026-06-20T22:47:36.058Z+ case "$kern" in
112026-06-20T22:47:36.058Z+ groupadd -g 12345 build
122026-06-20T22:47:36.061Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-20T22:47:38.066Z+ zfs create -o mountpoint=/work rpool/work
142026-06-20T22:47:38.173Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-20T22:47:38.176Z+ home_fs=zfs
162026-06-20T22:47:38.176Z+ [[ zfs == autofs ]]
172026-06-20T22:47:38.176Z+ mkdir -p /home/build
182026-06-20T22:47:38.176Z+ chown build:build /home/build /work
192026-06-20T22:47:40.177Z+ chmod 0700 /home/build /work
202026-06-20T22:47:40.180Zprocess exited: duration 4128 ms, exit code 0
 
212026-06-20T22:47:40.185Zstarting task 1: "rust-toolchain"
222026-06-20T22:47:40.189Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-20T22:47:40.189Z * rust toolchain channel = "1.94.0"
242026-06-20T22:47:40.189Z * rust toolchain profile = "default"
252026-06-20T22:47:40.189Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-20T22:47:40.189Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-20T22:47:40.189Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-20T22:47:40.192Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-20T22:47:40.192Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-20T22:47:40.293Zinfo: downloading installer
312026-06-20T22:47:41.722Zwarn: It looks like you have an existing rustup settings file at:
322026-06-20T22:47:41.722Zwarn: /home/build/.rustup/settings.toml
332026-06-20T22:47:41.722Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-20T22:47:41.722Zwarn: instead of the one inferred from the default host triple.
352026-06-20T22:47:41.735Zinfo: profile set to default
362026-06-20T22:47:41.735Zinfo: default host triple is x86_64-unknown-illumos
372026-06-20T22:47:41.738Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-20T22:47:41.876Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-20T22:47:41.879Zinfo: downloading 6 components
402026-06-20T22:47:56.894Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-20T22:47:56.894Z
422026-06-20T22:47:56.931Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-20T22:47:56.931Z
442026-06-20T22:47:56.931Z
452026-06-20T22:47:56.931ZRust is installed now. Great!
462026-06-20T22:47:56.931Z
472026-06-20T22:47:56.931ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-20T22:47:56.931Zenvironment variable. This has not been done automatically.
492026-06-20T22:47:56.931Z
502026-06-20T22:47:56.931ZTo configure your current shell, you need to source
512026-06-20T22:47:56.931Zthe corresponding env file under $HOME/.cargo.
522026-06-20T22:47:56.931Z
532026-06-20T22:47:56.931ZThis is usually done by running one of the following (note the leading DOT):
542026-06-20T22:47:56.934Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-20T22:47:56.934Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-20T22:47:56.934Zsource "~/.cargo/env.nu" # For nushell
572026-06-20T22:47:56.934Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-20T22:47:56.934Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-20T22:47:56.934Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-20T22:47:56.934Zwarn: no default linker (`cc`) was found in your PATH
612026-06-20T22:47:56.934Zwarn: many Rust crates require a system C toolchain to build
622026-06-20T22:47:57.010Z+ rustup --version
632026-06-20T22:47:57.018Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-20T22:47:57.021Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-20T22:47:57.039Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-20T22:47:57.042Z+ cargo --version
672026-06-20T22:47:57.055Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-20T22:47:57.058Z+ rustc --version
692026-06-20T22:47:57.078Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-20T22:47:57.081Zprocess exited: duration 16895 ms, exit code 0
 
712026-06-20T22:47:57.087Zstarting task 2: "authentication"
722026-06-20T22:47:57.103Zprocess exited: duration 15 ms, exit code 0
 
732026-06-20T22:47:57.109Zstarting task 3: "clone repository"
742026-06-20T22:47:57.112Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-20T22:47:57.115Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-20T22:47:57.146ZCloning into '/work/oxidecomputer/omicron'...
772026-06-20T22:48:06.807Z+ cd /work/oxidecomputer/omicron
782026-06-20T22:48:06.807Z+ git fetch origin 5058820ba9a44bc12880f1669cc5bf2244c6971a
792026-06-20T22:48:07.058ZFrom https://github.com/oxidecomputer/omicron
802026-06-20T22:48:07.058Z * branch 5058820ba9a44bc12880f1669cc5bf2244c6971a -> FETCH_HEAD
812026-06-20T22:48:07.067Z+ [[ -n sunshowers/spr/4n-sync-switch-replace-db-model-builder-inputs-with-domain-types ]]
822026-06-20T22:48:07.070Z++ git branch --show-current
832026-06-20T22:48:07.070Z+ current=main
842026-06-20T22:48:07.070Z+ [[ main != sunshowers/spr/4n-sync-switch-replace-db-model-builder-inputs-with-domain-types ]]
852026-06-20T22:48:07.070Z+ git branch -f sunshowers/spr/4n-sync-switch-replace-db-model-builder-inputs-with-domain-types 5058820ba9a44bc12880f1669cc5bf2244c6971a
862026-06-20T22:48:07.073Z+ git checkout -f sunshowers/spr/4n-sync-switch-replace-db-model-builder-inputs-with-domain-types
872026-06-20T22:48:07.201ZSwitched to branch 'sunshowers/spr/4n-sync-switch-replace-db-model-builder-inputs-with-domain-types'
882026-06-20T22:48:07.205Z+ git reset --hard 5058820ba9a44bc12880f1669cc5bf2244c6971a
892026-06-20T22:48:07.330ZHEAD is now at 5058820ba formatting
902026-06-20T22:48:07.334Zprocess exited: duration 10222 ms, exit code 0
 
912026-06-20T22:48:07.340Zstarting task 4: "build"
922026-06-20T22:48:07.344Z+ source .github/buildomat/ci-env.sh
932026-06-20T22:48:07.347Z++ export CARGO_TERM_COLOR=always
942026-06-20T22:48:07.347Z++ CARGO_TERM_COLOR=always
952026-06-20T22:48:07.347Z+ cargo --version
962026-06-20T22:48:07.353Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-20T22:48:07.356Z+ rustc --version
982026-06-20T22:48:07.375Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-20T22:48:07.379Z+ source ./env.sh
1002026-06-20T22:48:07.379Z++ OLD_SHELL_OPTS=ehxB
1012026-06-20T22:48:07.379Z++ set -o xtrace
1022026-06-20T22:48:07.382Z++++ dirname ./env.sh
1032026-06-20T22:48:07.382Z+++ readlink -f .
1042026-06-20T22:48:07.385Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-20T22:48:07.385Z++ 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-20T22:48:07.385Z++ 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-20T22:48:07.386Z++ 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-20T22:48:07.386Z++ 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-20T22:48:07.386Z++ 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-20T22:48:07.386Z++ 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-20T22:48:07.386Z++ 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-20T22:48:07.386Z++ 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-20T22:48:07.386Z++ 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-20T22:48:07.386Z++ 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-20T22:48:07.386Z++ case $OLD_SHELL_OPTS in
1162026-06-20T22:48:07.386Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-20T22:48:07.386Z+ 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-20T22:48:07.386Z+ 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-20T22:48:07.386Z+ banner prerequisites
1202026-06-20T22:48:07.390Z
1212026-06-20T22:48:07.390Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-20T22:48:07.390Z # # # # # # # # # # # # # # #
1232026-06-20T22:48:07.390Z # # # # ##### # # ##### # # # # # #### #
1242026-06-20T22:48:07.390Z ##### ##### # ##### # # # # # # # # #
1252026-06-20T22:48:07.390Z # # # # # # # # # # # # # # #
1262026-06-20T22:48:07.390Z # # # ###### # # ###### ### # #### # #### #
1272026-06-20T22:48:07.390Z
1282026-06-20T22:48:07.390Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-20T22:48:08.833Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-20T22:48:08.921Z Startup: Caching catalogs ... Done
1312026-06-20T22:48:09.275ZPlanning: Solver setup ... Done (0.309s)
1322026-06-20T22:48:09.294ZPlanning: Running solver ... Done (0.022s)
1332026-06-20T22:48:09.301ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-20T22:48:09.311ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-20T22:48:09.325ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-20T22:48:09.340ZPlanning: Package planning ... Done (0.013s)
1372026-06-20T22:48:09.343ZPlanning: Merging actions ... Done (0.002s)
1382026-06-20T22:48:09.529ZPlanning: Checking for conflicting actions ... Done (0.188s)
1392026-06-20T22:48:09.532ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-20T22:48:10.325ZPlanning: Evaluating mediators ... Done (0.794s)
1412026-06-20T22:48:10.327ZPlanning: Planning completed in 1.38 seconds
1422026-06-20T22:48:10.335Z Packages to install: 2
1432026-06-20T22:48:10.335Z Estimated space available: 156.07 GB
1442026-06-20T22:48:10.343ZEstimated space to be consumed: 26.78 MB
1452026-06-20T22:48:10.343Z Create boot environment: No
1462026-06-20T22:48:10.343ZCreate backup boot environment: No
1472026-06-20T22:48:10.343Z Rebuild boot archive: No
1482026-06-20T22:48:10.343Z
1492026-06-20T22:48:10.344ZChanged packages:
1502026-06-20T22:48:10.344Zhelios
1512026-06-20T22:48:10.344Z developer/build-essential
1522026-06-20T22:48:10.344Z None -> 11-3.0
1532026-06-20T22:48:10.344Z library/libxmlsec1
1542026-06-20T22:48:10.344Z None -> 1.2.35-3.0
1552026-06-20T22:48:10.358Z
1562026-06-20T22:48:10.358ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-20T22:48:11.041ZDownload: Completed 1.28 MB in 0.68 seconds (1.9M/s)
1582026-06-20T22:48:11.105Z Actions: 1/268 actions (Installing new actions)
1592026-06-20T22:48:11.141Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-20T22:48:11.149ZFinalize: Updating package state database ... Done (0.008s)
1612026-06-20T22:48:11.152ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-20T22:48:11.176ZFinalize: Updating image state ... Done (0.023s)
1632026-06-20T22:48:13.520ZFinalize: Creating fast lookup database ... Done (2.324s)
1642026-06-20T22:48:13.584ZFinalize: Reading search index ... Done (0.013s)
1652026-06-20T22:48:13.587ZFinalize: Updating search index ... Done (0.000s)
1662026-06-20T22:48:13.680ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-20T22:48:13.984ZPlanning: Evaluating mediator changes ... Done
1682026-06-20T22:48:14.088ZPlanning: Checking for conflicting actions ... Done
1692026-06-20T22:48:14.093ZPlanning: Consolidating action changes ... Done
1702026-06-20T22:48:14.248ZPlanning: Evaluating mediators ... Done
1712026-06-20T22:48:14.251ZPlanning: Planning completed in 0.26 seconds
1722026-06-20T22:48:14.270Z Mediators to change: 2
1732026-06-20T22:48:14.270Z Create boot environment: No
1742026-06-20T22:48:14.270ZCreate backup boot environment: No
1752026-06-20T22:48:14.308ZFinalize: Updating package state database ... Done
1762026-06-20T22:48:14.308ZFinalize: Updating package cache ... Done
1772026-06-20T22:48:14.322ZFinalize: Updating image state ... Done
1782026-06-20T22:48:16.277ZFinalize: Creating fast lookup database ... Done
1792026-06-20T22:48:16.338ZFinalize: Reading search index ... Done
1802026-06-20T22:48:16.342ZFinalize: Updating search index ... Done
1812026-06-20T22:48:16.400ZFinalize: Updating package cache ... Done
1822026-06-20T22:48:16.682ZPlanning: Evaluating mediator changes ... Done
1832026-06-20T22:48:16.786ZPlanning: Checking for conflicting actions ... Done
1842026-06-20T22:48:16.791ZPlanning: Consolidating action changes ... Done
1852026-06-20T22:48:16.944ZPlanning: Evaluating mediators ... Done
1862026-06-20T22:48:16.947ZPlanning: Planning completed in 0.26 seconds
1872026-06-20T22:48:16.966Z Mediators to change: 1
1882026-06-20T22:48:16.969Z Create boot environment: No
1892026-06-20T22:48:16.969ZCreate backup boot environment: No
1902026-06-20T22:48:17.006ZFinalize: Updating package state database ... Done
1912026-06-20T22:48:17.010ZFinalize: Updating package cache ... Done
1922026-06-20T22:48:17.019ZFinalize: Updating image state ... Done
1932026-06-20T22:48:18.975ZFinalize: Creating fast lookup database ... Done
1942026-06-20T22:48:19.036ZFinalize: Reading search index ... Done
1952026-06-20T22:48:19.038ZFinalize: Updating search index ... Done
1962026-06-20T22:48:19.092ZFinalize: Updating package cache ... Done
1972026-06-20T22:48:19.400ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-20T22:48:19.400Zapache system 2.4 system
1992026-06-20T22:48:19.400Zclang system 15 system
2002026-06-20T22:48:19.400Zcsh system system illumos
2012026-06-20T22:48:19.400Zctags system system illumos
2022026-06-20T22:48:19.400Zfile vendor vendor darwinsys
2032026-06-20T22:48:19.400Zfile system system illumos
2042026-06-20T22:48:19.400Zgcc vendor 14 vendor
2052026-06-20T22:48:19.400Zgcc system 13 system
2062026-06-20T22:48:19.400Zgcc system 10 system
2072026-06-20T22:48:19.400Zgo system 1.25 system
2082026-06-20T22:48:19.400Zllvm system 15 system
2092026-06-20T22:48:19.400Zmariadb system 11.4 system
2102026-06-20T22:48:19.400Zmta vendor vendor dma
2112026-06-20T22:48:19.400Zopenjdk system 17 system
2122026-06-20T22:48:19.400Zopenjdk system 11 system
2132026-06-20T22:48:19.400Zopenssl vendor 3 vendor
2142026-06-20T22:48:19.400Zperl system 5.40 system
2152026-06-20T22:48:19.400Zpostgresql system 18 system
2162026-06-20T22:48:19.400Zpostgresql system 17 system
2172026-06-20T22:48:19.400Zpython vendor 3 vendor
2182026-06-20T22:48:19.400Zpython system 2 system
2192026-06-20T22:48:19.401Zpython3 vendor 3.13 vendor
2202026-06-20T22:48:19.401Zruby system 3.4 system
2212026-06-20T22:48:19.401Zruby system 3.0 system
2222026-06-20T22:48:19.401Zwords vendor vendor american-english
2232026-06-20T22:48:19.401Zwords system system australian-english
2242026-06-20T22:48:19.401Zwords system system british-english
2252026-06-20T22:48:19.401Zwords system system canadian-english
2262026-06-20T22:48:19.401Zwords system system french
2272026-06-20T22:48:19.401Zwords system system italian
2282026-06-20T22:48:19.401Zwords system system ngerman
2292026-06-20T22:48:19.401Zwords system system ogerman
2302026-06-20T22:48:19.401Zwords system system spanish
2312026-06-20T22:48:19.652ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-20T22:48:19.652Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-20T22:48:19.942ZFMRI IFO
2342026-06-20T22:48:19.942Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-20T22:48:19.942Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-20T22:48:19.942Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-20T22:48:19.942Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-20T22:48:19.942Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-20T22:48:19.942Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-20T22:48:19.942Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-20T22:48:19.942Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-20T22:48:19.942Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-20T22:48:20.199Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-20T22:48:20.459Z Updating crates.io index
2452026-06-20T22:48:20.462Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-20T22:48:20.943Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-20T22:48:21.283Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-20T22:48:21.860Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-20T22:48:22.699Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-20T22:48:23.174Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-20T22:48:24.679Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-20T22:48:25.534Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-20T22:48:25.809Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-20T22:48:27.135Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-20T22:48:27.526Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-20T22:48:27.828Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-20T22:48:28.235Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-20T22:48:28.643Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-20T22:48:29.078Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-20T22:48:29.309Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-20T22:48:29.766Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-20T22:48:30.022Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-20T22:48:30.592Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-20T22:48:30.986Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-20T22:48:31.217Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-20T22:48:31.482Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-20T22:48:31.801Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-20T22:48:32.165Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-20T22:48:32.628Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-20T22:48:33.133Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-20T22:48:33.358Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-20T22:48:33.845Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-20T22:48:34.922Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-20T22:48:35.626Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-20T22:48:35.981Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-20T22:48:36.358Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-20T22:48:36.586Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-20T22:48:36.980Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-20T22:48:37.240Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-20T22:48:37.607Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-20T22:48:38.096Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-20T22:48:38.543Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-20T22:48:38.778Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-20T22:48:39.047Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-20T22:48:41.171Z Downloading crates ...
2862026-06-20T22:48:41.235Z Downloaded anstream v1.0.0
2872026-06-20T22:48:41.251Z Downloaded toml v0.8.23
2882026-06-20T22:48:41.254Z Downloaded fnv v1.0.7
2892026-06-20T22:48:41.256Z Downloaded cargo_toml v0.21.0
2902026-06-20T22:48:41.259Z Downloaded yoke v0.8.1
2912026-06-20T22:48:41.262Z Downloaded zerocopy-derive v0.7.35
2922026-06-20T22:48:41.265Z Downloaded typeid v1.0.3
2932026-06-20T22:48:41.265Z Downloaded icu_provider v2.1.1
2942026-06-20T22:48:41.265Z Downloaded version_check v0.9.5
2952026-06-20T22:48:41.268Z Downloaded utf8parse v0.2.2
2962026-06-20T22:48:41.268Z Downloaded thiserror-impl v2.0.18
2972026-06-20T22:48:41.268Z Downloaded usdt-attr-macro v0.5.0
2982026-06-20T22:48:41.268Z Downloaded cfg-if v1.0.4
2992026-06-20T22:48:41.271Z Downloaded utf8_iter v1.0.4
3002026-06-20T22:48:41.271Z Downloaded thread-id v4.2.2
3012026-06-20T22:48:41.273Z Downloaded fastrand v2.3.0
3022026-06-20T22:48:41.276Z Downloaded zerofrom-derive v0.1.6
3032026-06-20T22:48:41.276Z Downloaded yoke-derive v0.8.1
3042026-06-20T22:48:41.276Z Downloaded usdt-macro v0.5.0
3052026-06-20T22:48:41.276Z Downloaded unicode-linebreak v0.1.5
3062026-06-20T22:48:41.279Z Downloaded fs-err v3.3.0
3072026-06-20T22:48:41.282Z Downloaded unicode-xid v0.2.6
3082026-06-20T22:48:41.285Z Downloaded toml_datetime v0.6.11
3092026-06-20T22:48:41.285Z Downloaded dof v0.3.0
3102026-06-20T22:48:41.288Z Downloaded zerofrom v0.1.6
3112026-06-20T22:48:41.288Z Downloaded toml_write v0.1.2
3122026-06-20T22:48:41.288Z Downloaded itoa v1.0.17
3132026-06-20T22:48:41.291Z Downloaded crypto-common v0.1.7
3142026-06-20T22:48:41.293Z Downloaded usdt v0.5.0
3152026-06-20T22:48:41.293Z Downloaded quote v1.0.45
3162026-06-20T22:48:41.297Z Downloaded cargo_metadata v0.21.0
3172026-06-20T22:48:41.300Z Downloaded camino-tempfile v1.4.1
3182026-06-20T22:48:41.303Z Downloaded scroll v0.12.0
3192026-06-20T22:48:41.303Z Downloaded ordered-float v2.10.1
3202026-06-20T22:48:41.303Z Downloaded thiserror-impl v1.0.69
3212026-06-20T22:48:41.306Z Downloaded thiserror v2.0.18
3222026-06-20T22:48:41.309Z Downloaded usdt-impl v0.5.0
3232026-06-20T22:48:41.309Z Downloaded tinystr v0.8.2
3242026-06-20T22:48:41.309Z Downloaded serde_spanned v0.6.9
3252026-06-20T22:48:41.309Z Downloaded macaddr v1.0.1
3262026-06-20T22:48:41.312Z Downloaded zerovec-derive v0.11.2
3272026-06-20T22:48:41.314Z Downloaded writeable v0.6.2
3282026-06-20T22:48:41.315Z Downloaded zmij v1.0.21
3292026-06-20T22:48:41.315Z Downloaded heck v0.4.1
3302026-06-20T22:48:41.322Z Downloaded heck v0.5.0
3312026-06-20T22:48:41.325Z Downloaded digest v0.10.7
3322026-06-20T22:48:41.327Z Downloaded autocfg v1.5.0
3332026-06-20T22:48:41.327Z Downloaded thiserror v1.0.69
3342026-06-20T22:48:41.330Z Downloaded unicode-ident v1.0.24
3352026-06-20T22:48:41.333Z Downloaded equivalent v1.0.2
3362026-06-20T22:48:41.333Z Downloaded dtrace-parser v0.2.0
3372026-06-20T22:48:41.333Z Downloaded cargo-platform v0.2.0
3382026-06-20T22:48:41.333Z Downloaded anstyle v1.0.14
3392026-06-20T22:48:41.339Z Downloaded stable_deref_trait v1.2.1
3402026-06-20T22:48:41.342Z Downloaded pretty-hex v0.4.1
3412026-06-20T22:48:41.342Z Downloaded potential_utf v0.1.4
3422026-06-20T22:48:41.342Z Downloaded errno v0.3.14
3432026-06-20T22:48:41.347Z Downloaded zerotrie v0.2.3
3442026-06-20T22:48:41.350Z Downloaded ucd-trie v0.1.7
3452026-06-20T22:48:41.350Z Downloaded textwrap v0.16.2
3462026-06-20T22:48:41.353Z Downloaded toml_edit v0.22.27
3472026-06-20T22:48:41.356Z Downloaded serde-value v0.7.0
3482026-06-20T22:48:41.356Z Downloaded bytecount v0.6.9
3492026-06-20T22:48:41.356Z Downloaded typenum v1.19.0
3502026-06-20T22:48:41.359Z Downloaded url v2.5.8
3512026-06-20T22:48:41.361Z Downloaded camino v1.2.2
3522026-06-20T22:48:41.369Z Downloaded plain v0.2.3
3532026-06-20T22:48:41.372Z Downloaded swrite v0.1.0
3542026-06-20T22:48:41.375Z Downloaded percent-encoding v2.3.2
3552026-06-20T22:48:41.378Z Downloaded terminal_size v0.4.3
3562026-06-20T22:48:41.378Z Downloaded tabled_derive v0.7.0
3572026-06-20T22:48:41.380Z Downloaded zerocopy v0.7.35
3582026-06-20T22:48:41.387Z Downloaded zerovec v0.11.5
3592026-06-20T22:48:41.390Z Downloaded pest_generator v2.8.6
3602026-06-20T22:48:41.393Z Downloaded winnow v0.7.14
3612026-06-20T22:48:41.395Z Downloaded idna_adapter v1.2.1
3622026-06-20T22:48:41.398Z Downloaded colorchoice v1.0.4
3632026-06-20T22:48:41.401Z Downloaded is_terminal_polyfill v1.70.2
3642026-06-20T22:48:41.401Z Downloaded smawk v0.3.2
3652026-06-20T22:48:41.401Z Downloaded proc-macro-error-attr v1.0.4
3662026-06-20T22:48:41.404Z Downloaded form_urlencoded v1.2.2
3672026-06-20T22:48:41.405Z Downloaded anstyle-query v1.1.5
3682026-06-20T22:48:41.408Z Downloaded unicode-width v0.2.0
3692026-06-20T22:48:41.411Z Downloaded unicode-width v0.1.14
3702026-06-20T22:48:41.414Z Downloaded scroll_derive v0.12.1
3712026-06-20T22:48:41.414Z Downloaded memmap v0.7.0
3722026-06-20T22:48:41.414Z Downloaded block-buffer v0.10.4
3732026-06-20T22:48:41.424Z Downloaded clap_lex v1.0.0
3742026-06-20T22:48:41.428Z Downloaded synstructure v0.13.2
3752026-06-20T22:48:41.429Z Downloaded strsim v0.11.1
3762026-06-20T22:48:41.431Z Downloaded anyhow v1.0.102
3772026-06-20T22:48:41.437Z Downloaded displaydoc v0.2.5
3782026-06-20T22:48:41.439Z Downloaded tempfile v3.25.0
3792026-06-20T22:48:41.442Z Downloaded bitflags v2.11.0
3802026-06-20T22:48:41.447Z Downloaded icu_properties v2.1.2
3812026-06-20T22:48:41.449Z Downloaded generic-array v0.14.7
3822026-06-20T22:48:41.460Z Downloaded serde_tokenstream v0.2.3
3832026-06-20T22:48:41.470Z Downloaded sha2 v0.10.9
3842026-06-20T22:48:41.474Z Downloaded cpufeatures v0.2.17
3852026-06-20T22:48:41.477Z Downloaded serde-untagged v0.1.9
3862026-06-20T22:48:41.480Z Downloaded proc-macro-error v1.0.4
3872026-06-20T22:48:41.480Z Downloaded byteorder v1.5.0
3882026-06-20T22:48:41.484Z Downloaded anstyle-parse v1.0.0
3892026-06-20T22:48:41.487Z Downloaded erased-serde v0.4.9
3902026-06-20T22:48:41.490Z Downloaded serde_core v1.0.228
3912026-06-20T22:48:41.501Z Downloaded proc-macro2 v1.0.106
3922026-06-20T22:48:41.504Z Downloaded num-traits v0.2.19
3932026-06-20T22:48:41.504Z Downloaded litemap v0.8.1
3942026-06-20T22:48:41.510Z Downloaded clap_derive v4.6.1
3952026-06-20T22:48:41.514Z Downloaded semver v1.0.28
3962026-06-20T22:48:41.524Z Downloaded pest_derive v2.8.6
3972026-06-20T22:48:41.527Z Downloaded serde_derive v1.0.228
3982026-06-20T22:48:41.534Z Downloaded cargo-util-schemas v0.8.2
3992026-06-20T22:48:41.539Z Downloaded clap v4.6.1
4002026-06-20T22:48:41.543Z Downloaded smallvec v1.15.1
4012026-06-20T22:48:41.547Z Downloaded getrandom v0.4.1
4022026-06-20T22:48:41.550Z Downloaded once_cell v1.21.3
4032026-06-20T22:48:41.564Z Downloaded log v0.4.29
4042026-06-20T22:48:41.567Z Downloaded pest_meta v2.8.6
4052026-06-20T22:48:41.571Z Downloaded icu_locale_core v2.1.1
4062026-06-20T22:48:41.574Z Downloaded papergrid v0.11.0
4072026-06-20T22:48:41.587Z Downloaded icu_normalizer v2.1.1
4082026-06-20T22:48:41.591Z Downloaded icu_normalizer_data v2.1.1
4092026-06-20T22:48:41.599Z Downloaded serde v1.0.228
4102026-06-20T22:48:41.615Z Downloaded icu_collections v2.1.1
4112026-06-20T22:48:41.621Z Downloaded memchr v2.8.0
4122026-06-20T22:48:41.627Z Downloaded indexmap v2.14.0
4132026-06-20T22:48:41.629Z Downloaded pest v2.8.6
4142026-06-20T22:48:41.657Z Downloaded icu_properties_data v2.1.2
4152026-06-20T22:48:41.661Z Downloaded hashbrown v0.17.0
4162026-06-20T22:48:41.664Z Downloaded idna v1.1.0
4172026-06-20T22:48:41.677Z Downloaded serde_json v1.0.149
4182026-06-20T22:48:41.681Z Downloaded goblin v0.8.2
4192026-06-20T22:48:41.685Z Downloaded clap_builder v4.6.0
4202026-06-20T22:48:41.698Z Downloaded tabled v0.15.0
4212026-06-20T22:48:41.715Z Downloaded syn v1.0.109
4222026-06-20T22:48:41.731Z Downloaded syn v2.0.117
4232026-06-20T22:48:41.750Z Downloaded rustix v1.1.3
4242026-06-20T22:48:41.787Z Downloaded libc v0.2.185
4252026-06-20T22:48:41.854Z Compiling proc-macro2 v1.0.106
4262026-06-20T22:48:41.854Z Compiling quote v1.0.45
4272026-06-20T22:48:41.854Z Compiling unicode-ident v1.0.24
4282026-06-20T22:48:41.857Z Compiling serde_core v1.0.228
4292026-06-20T22:48:41.857Z Compiling libc v0.2.185
4302026-06-20T22:48:41.857Z Compiling version_check v0.9.5
4312026-06-20T22:48:41.857Z Compiling stable_deref_trait v1.2.1
4322026-06-20T22:48:41.857Z Compiling serde v1.0.228
4332026-06-20T22:48:42.140Z Compiling memchr v2.8.0
4342026-06-20T22:48:42.160Z Compiling zmij v1.0.21
4352026-06-20T22:48:42.404Z Compiling autocfg v1.5.0
4362026-06-20T22:48:42.407Z Compiling ucd-trie v0.1.7
4372026-06-20T22:48:42.419Z Compiling thiserror v1.0.69
4382026-06-20T22:48:42.711Z Compiling itoa v1.0.17
4392026-06-20T22:48:42.769Z Compiling pest v2.8.6
4402026-06-20T22:48:42.825Z Compiling writeable v0.6.2
4412026-06-20T22:48:42.840Z Compiling litemap v0.8.1
4422026-06-20T22:48:42.934Z Compiling icu_properties_data v2.1.2
4432026-06-20T22:48:43.040Z Compiling icu_normalizer_data v2.1.1
4442026-06-20T22:48:43.115Z Compiling rustix v1.1.3
4452026-06-20T22:48:43.184Z Compiling syn v2.0.117
4462026-06-20T22:48:43.218Z Compiling byteorder v1.5.0
4472026-06-20T22:48:43.331Z Compiling errno v0.3.14
4482026-06-20T22:48:43.375Z Compiling bitflags v2.11.0
4492026-06-20T22:48:43.445Z Compiling serde_json v1.0.149
4502026-06-20T22:48:43.613Z Compiling num-traits v0.2.19
4512026-06-20T22:48:43.647Z Compiling typeid v1.0.3
4522026-06-20T22:48:43.818Z Compiling pest_meta v2.8.6
4532026-06-20T22:48:43.862Z Compiling equivalent v1.0.2
4542026-06-20T22:48:43.924Z Compiling hashbrown v0.17.0
4552026-06-20T22:48:43.952Z Compiling smallvec v1.15.1
4562026-06-20T22:48:44.182Z Compiling thread-id v4.2.2
4572026-06-20T22:48:44.288Z Compiling usdt-impl v0.5.0
4582026-06-20T22:48:44.362Z Compiling proc-macro-error-attr v1.0.4
4592026-06-20T22:48:44.478Z Compiling erased-serde v0.4.9
4602026-06-20T22:48:44.598Z Compiling indexmap v2.14.0
4612026-06-20T22:48:44.598Z Compiling toml_write v0.1.2
4622026-06-20T22:48:44.598Z Compiling syn v1.0.109
4632026-06-20T22:48:44.693Z Compiling winnow v0.7.14
4642026-06-20T22:48:45.094Z Compiling proc-macro-error v1.0.4
4652026-06-20T22:48:45.129Z Compiling plain v0.2.3
4662026-06-20T22:48:45.242Z Compiling thiserror v2.0.18
4672026-06-20T22:48:45.261Z Compiling utf8parse v0.2.2
4682026-06-20T22:48:45.391Z Compiling log v0.4.29
4692026-06-20T22:48:45.518Z Compiling getrandom v0.4.1
4702026-06-20T22:48:45.545Z Compiling percent-encoding v2.3.2
4712026-06-20T22:48:45.581Z Compiling camino v1.2.2
4722026-06-20T22:48:45.612Z Compiling utf8_iter v1.0.4
4732026-06-20T22:48:45.728Z Compiling form_urlencoded v1.2.2
4742026-06-20T22:48:45.817Z Compiling ordered-float v2.10.1
4752026-06-20T22:48:45.857Z Compiling synstructure v0.13.2
4762026-06-20T22:48:45.883Z Compiling pest_generator v2.8.6
4772026-06-20T22:48:45.946Z Compiling anstyle-parse v1.0.0
4782026-06-20T22:48:46.117Z Compiling terminal_size v0.4.3
4792026-06-20T22:48:46.259Z Compiling anstyle-query v1.1.5
4802026-06-20T22:48:46.341Z Compiling cfg-if v1.0.4
4812026-06-20T22:48:46.372Z Compiling colorchoice v1.0.4
4822026-06-20T22:48:46.416Z Compiling pretty-hex v0.4.1
4832026-06-20T22:48:46.439Z Compiling is_terminal_polyfill v1.70.2
4842026-06-20T22:48:46.455Z Compiling anstyle v1.0.14
4852026-06-20T22:48:46.487Z Compiling serde-untagged v0.1.9
4862026-06-20T22:48:46.583Z Compiling semver v1.0.28
4872026-06-20T22:48:46.635Z Compiling anstream v1.0.0
4882026-06-20T22:48:46.709Z Compiling fs-err v3.3.0
4892026-06-20T22:48:46.728Z Compiling strsim v0.11.1
4902026-06-20T22:48:46.875Z Compiling clap_lex v1.0.0
4912026-06-20T22:48:46.912Z Compiling unicode-xid v0.2.6
4922026-06-20T22:48:46.933Z Compiling anyhow v1.0.102
4932026-06-20T22:48:46.961Z Compiling fastrand v2.3.0
4942026-06-20T22:48:47.035Z Compiling once_cell v1.21.3
4952026-06-20T22:48:47.080Z Compiling bytecount v0.6.9
4962026-06-20T22:48:47.107Z Compiling unicode-width v0.1.14
4972026-06-20T22:48:47.233Z Compiling heck v0.5.0
4982026-06-20T22:48:47.247Z Compiling heck v0.4.1
4992026-06-20T22:48:47.250Z Compiling fnv v1.0.7
5002026-06-20T22:48:47.364Z Compiling papergrid v0.11.0
5012026-06-20T22:48:47.466Z Compiling tempfile v3.25.0
5022026-06-20T22:48:47.483Z Compiling clap_builder v4.6.0
5032026-06-20T22:48:47.533Z Compiling serde_derive v1.0.228
5042026-06-20T22:48:47.595Z Compiling zerofrom-derive v0.1.6
5052026-06-20T22:48:47.614Z Compiling yoke-derive v0.8.1
5062026-06-20T22:48:47.839Z Compiling zerovec-derive v0.11.2
5072026-06-20T22:48:48.138Z Compiling displaydoc v0.2.5
5082026-06-20T22:48:48.747Z Compiling thiserror-impl v1.0.69
5092026-06-20T22:48:48.772Z Compiling zerocopy-derive v0.7.35
5102026-06-20T22:48:48.822Z Compiling pest_derive v2.8.6
5112026-06-20T22:48:48.920Z Compiling scroll_derive v0.12.1
5122026-06-20T22:48:48.974Z Compiling zerofrom v0.1.6
5132026-06-20T22:48:49.168Z Compiling yoke v0.8.1
5142026-06-20T22:48:49.289Z Compiling thiserror-impl v2.0.18
5152026-06-20T22:48:49.368Z Compiling zerovec v0.11.5
5162026-06-20T22:48:49.622Z Compiling zerotrie v0.2.3
5172026-06-20T22:48:49.671Z Compiling zerocopy v0.7.35
5182026-06-20T22:48:49.892Z Compiling tinystr v0.8.2
5192026-06-20T22:48:49.949Z Compiling potential_utf v0.1.4
5202026-06-20T22:48:50.103Z Compiling icu_locale_core v2.1.1
5212026-06-20T22:48:50.125Z Compiling icu_collections v2.1.1
5222026-06-20T22:48:50.153Z Compiling dtrace-parser v0.2.0
5232026-06-20T22:48:50.233Z Compiling scroll v0.12.0
5242026-06-20T22:48:50.533Z Compiling goblin v0.8.2
5252026-06-20T22:48:50.552Z Compiling tabled_derive v0.7.0
5262026-06-20T22:48:50.612Z Compiling clap_derive v4.6.1
5272026-06-20T22:48:50.754Z Compiling icu_provider v2.1.1
5282026-06-20T22:48:50.904Z Compiling memmap v0.7.0
5292026-06-20T22:48:50.983Z Compiling serde_spanned v0.6.9
5302026-06-20T22:48:51.012Z Compiling icu_properties v2.1.2
5312026-06-20T22:48:51.036Z Compiling icu_normalizer v2.1.1
5322026-06-20T22:48:51.058Z Compiling toml_datetime v0.6.11
5332026-06-20T22:48:51.085Z Compiling dof v0.3.0
5342026-06-20T22:48:51.129Z Compiling serde_tokenstream v0.2.3
5352026-06-20T22:48:51.321Z Compiling toml_edit v0.22.27
5362026-06-20T22:48:51.463Z Compiling serde-value v0.7.0
5372026-06-20T22:48:51.478Z Compiling cargo-platform v0.2.0
5382026-06-20T22:48:51.568Z Compiling unicode-linebreak v0.1.5
5392026-06-20T22:48:51.752Z Compiling unicode-width v0.2.0
5402026-06-20T22:48:51.813Z Compiling smawk v0.3.2
5412026-06-20T22:48:51.828Z Compiling tabled v0.15.0
5422026-06-20T22:48:51.954Z Compiling idna_adapter v1.2.1
5432026-06-20T22:48:52.029Z Compiling textwrap v0.16.2
5442026-06-20T22:48:52.061Z Compiling usdt-macro v0.5.0
5452026-06-20T22:48:52.087Z Compiling idna v1.1.0
5462026-06-20T22:48:52.102Z Compiling usdt-attr-macro v0.5.0
5472026-06-20T22:48:52.372Z Compiling url v2.5.8
5482026-06-20T22:48:52.490Z Compiling clap v4.6.1
5492026-06-20T22:48:52.581Z Compiling macaddr v1.0.1
5502026-06-20T22:48:52.675Z Compiling camino-tempfile v1.4.1
5512026-06-20T22:48:52.735Z Compiling toml v0.8.23
5522026-06-20T22:48:53.093Z Compiling swrite v0.1.0
5532026-06-20T22:48:53.193Z Compiling cargo-util-schemas v0.8.2
5542026-06-20T22:48:53.257Z Compiling cargo_toml v0.21.0
5552026-06-20T22:48:53.360Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5562026-06-20T22:48:53.476Z Compiling usdt v0.5.0
5572026-06-20T22:48:54.103Z Compiling cargo_metadata v0.21.0
5582026-06-20T22:48:55.049Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5592026-06-20T22:48:57.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.07s
5602026-06-20T22:48:57.318Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5612026-06-20T22:48:57.806Z Downloading crates ...
5622026-06-20T22:48:57.904Z Downloaded adler2 v2.0.1
5632026-06-20T22:48:57.960Z Downloaded crc8 v0.1.1
5642026-06-20T22:48:57.963Z Downloaded castaway v0.2.4
5652026-06-20T22:48:57.963Z Downloaded cstr-argument v0.1.2
5662026-06-20T22:48:57.971Z Downloaded darling_macro v0.21.3
5672026-06-20T22:48:57.974Z Downloaded darling_macro v0.20.11
5682026-06-20T22:48:57.974Z Downloaded darling_macro v0.23.0
5692026-06-20T22:48:57.974Z Downloaded debug-ignore v1.0.5
5702026-06-20T22:48:57.977Z Downloaded bcrypt-pbkdf v0.10.0
5712026-06-20T22:48:57.978Z Downloaded darling_macro v0.13.4
5722026-06-20T22:48:57.981Z Downloaded cfg_aliases v0.1.1
5732026-06-20T22:48:57.981Z Downloaded defmt-parser v1.0.0
5742026-06-20T22:48:57.983Z Downloaded derive_builder_macro v0.20.2
5752026-06-20T22:48:57.987Z Downloaded atty v0.2.14
5762026-06-20T22:48:57.990Z Downloaded assert_matches v1.5.0
5772026-06-20T22:48:57.990Z Downloaded compression-core v0.4.31
5782026-06-20T22:48:57.995Z Downloaded cpufeatures v0.3.0
5792026-06-20T22:48:57.998Z Downloaded defmt v0.3.100
5802026-06-20T22:48:57.998Z Downloaded crunchy v0.2.4
5812026-06-20T22:48:57.998Z Downloaded ciborium-io v0.2.2
5822026-06-20T22:48:57.998Z Downloaded cargo-platform v0.3.2
5832026-06-20T22:48:58.001Z Downloaded crc-catalog v2.4.0
5842026-06-20T22:48:58.004Z Downloaded async-stream-impl v0.3.6
5852026-06-20T22:48:58.004Z Downloaded crc v3.4.0
5862026-06-20T22:48:58.007Z Downloaded fd-lock v4.0.4
5872026-06-20T22:48:58.007Z Downloaded fixedbitset v0.4.2
5882026-06-20T22:48:58.012Z Downloaded dropshot-api-manager-types v0.7.2
5892026-06-20T22:48:58.012Z Downloaded atomic-waker v1.1.2
5902026-06-20T22:48:58.017Z Downloaded dsl_auto_type v0.2.0
5912026-06-20T22:48:58.017Z Downloaded bitfield-struct v0.6.2
5922026-06-20T22:48:58.020Z Downloaded array-init v0.0.4
5932026-06-20T22:48:58.023Z Downloaded cobs v0.3.0
5942026-06-20T22:48:58.026Z Downloaded block-padding v0.3.3
5952026-06-20T22:48:58.026Z Downloaded ascii-canvas v3.0.0
5962026-06-20T22:48:58.029Z Downloaded crucible-workspace-hack v0.1.0
5972026-06-20T22:48:58.032Z Downloaded cfg_aliases v0.2.1
5982026-06-20T22:48:58.032Z Downloaded bitfield-macros v0.19.4
5992026-06-20T22:48:58.035Z Downloaded base16ct v0.2.0
6002026-06-20T22:48:58.038Z Downloaded dunce v1.0.5
6012026-06-20T22:48:58.041Z Downloaded downcast-rs v2.0.2
6022026-06-20T22:48:58.048Z Downloaded bit-set v0.5.3
6032026-06-20T22:48:58.048Z Downloaded ciborium-ll v0.2.2
6042026-06-20T22:48:58.048Z Downloaded float-ord v0.3.2
6052026-06-20T22:48:58.052Z Downloaded enum-as-inner v0.6.1
6062026-06-20T22:48:58.052Z Downloaded async-stream v0.3.6
6072026-06-20T22:48:58.052Z Downloaded embedded-io v0.6.1
6082026-06-20T22:48:58.052Z Downloaded document-features v0.2.12
6092026-06-20T22:48:58.052Z Downloaded bb8 v0.8.6
6102026-06-20T22:48:58.052Z Downloaded convert_case v0.4.0
6112026-06-20T22:48:58.052Z Downloaded atomicwrites v0.4.4
6122026-06-20T22:48:58.052Z Downloaded async-recursion v1.1.1
6132026-06-20T22:48:58.056Z Downloaded async-trait v0.1.89
6142026-06-20T22:48:58.061Z Downloaded dyn-clone v1.0.20
6152026-06-20T22:48:58.061Z Downloaded bitflags v1.3.2
6162026-06-20T22:48:58.061Z Downloaded argon2 v0.5.3
6172026-06-20T22:48:58.061Z Downloaded defmt-macros v1.0.1
6182026-06-20T22:48:58.065Z Downloaded aead v0.5.2
6192026-06-20T22:48:58.065Z Downloaded byte-wrapper v0.1.0
6202026-06-20T22:48:58.065Z Downloaded cexpr v0.6.0
6212026-06-20T22:48:58.068Z Downloaded buf-list v1.1.2
6222026-06-20T22:48:58.068Z Downloaded bit-vec v0.6.3
6232026-06-20T22:48:58.068Z Downloaded futures-io v0.3.32
6242026-06-20T22:48:58.068Z Downloaded derive-ex v0.1.8
6252026-06-20T22:48:58.071Z Downloaded defmt v1.0.1
6262026-06-20T22:48:58.071Z Downloaded data-encoding v2.10.0
6272026-06-20T22:48:58.074Z Downloaded funty v2.0.0
6282026-06-20T22:48:58.074Z Downloaded foreign-types-shared v0.3.1
6292026-06-20T22:48:58.074Z Downloaded bcs v0.1.6
6302026-06-20T22:48:58.076Z Downloaded anstyle-parse v0.2.7
6312026-06-20T22:48:58.077Z Downloaded bit-set v0.8.0
6322026-06-20T22:48:58.077Z Downloaded anstream v0.6.21
6332026-06-20T22:48:58.079Z Downloaded base64ct v1.8.3
6342026-06-20T22:48:58.080Z Downloaded arrayvec v0.7.6
6352026-06-20T22:48:58.082Z Downloaded diesel-dtrace v0.5.0
6362026-06-20T22:48:58.085Z Downloaded endian-type v0.1.2
6372026-06-20T22:48:58.085Z Downloaded float-cmp v0.10.0
6382026-06-20T22:48:58.085Z Downloaded bit-vec v0.8.0
6392026-06-20T22:48:58.088Z Downloaded corncobs v0.1.4
6402026-06-20T22:48:58.088Z Downloaded cargo_metadata v0.23.1
6412026-06-20T22:48:58.088Z Downloaded dof v0.4.0
6422026-06-20T22:48:58.091Z Downloaded compression-codecs v0.4.37
6432026-06-20T22:48:58.091Z Downloaded dirs-sys-next v0.1.2
6442026-06-20T22:48:58.091Z Downloaded cmake v0.1.57
6452026-06-20T22:48:58.096Z Downloaded dtrace-parser v0.3.0
6462026-06-20T22:48:58.096Z Downloaded display-error-chain v0.2.2
6472026-06-20T22:48:58.096Z Downloaded bitfield v0.19.4
6482026-06-20T22:48:58.096Z Downloaded arrayref v0.3.9
6492026-06-20T22:48:58.098Z Downloaded cbc v0.1.2
6502026-06-20T22:48:58.098Z Downloaded difflib v0.4.0
6512026-06-20T22:48:58.099Z Downloaded chacha20 v0.9.1
6522026-06-20T22:48:58.102Z Downloaded flagset v0.4.7
6532026-06-20T22:48:58.105Z Downloaded constant_time_eq v0.4.2
6542026-06-20T22:48:58.105Z Downloaded foreign-types v0.3.2
6552026-06-20T22:48:58.108Z Downloaded dirs-next v2.0.0
6562026-06-20T22:48:58.109Z Downloaded diesel_table_macro_syntax v0.3.0
6572026-06-20T22:48:58.109Z Downloaded curve25519-dalek-derive v0.1.1
6582026-06-20T22:48:58.109Z Downloaded cipher v0.4.4
6592026-06-20T22:48:58.109Z Downloaded cassowary v0.3.0
6602026-06-20T22:48:58.112Z Downloaded blowfish v0.9.1
6612026-06-20T22:48:58.112Z Downloaded futures-core v0.3.32
6622026-06-20T22:48:58.112Z Downloaded foreign-types-macros v0.2.3
6632026-06-20T22:48:58.112Z Downloaded foreign-types v0.5.0
6642026-06-20T22:48:58.115Z Downloaded embedded-io v0.4.0
6652026-06-20T22:48:58.115Z Downloaded find-msvc-tools v0.1.9
6662026-06-20T22:48:58.115Z Downloaded convert_case v0.10.0
6672026-06-20T22:48:58.118Z Downloaded derive_builder_core v0.20.2
6682026-06-20T22:48:58.118Z Downloaded cookie_store v0.22.1
6692026-06-20T22:48:58.121Z Downloaded console v0.15.11
6702026-06-20T22:48:58.121Z Downloaded bzip2 v0.6.1
6712026-06-20T22:48:58.121Z Downloaded fixedbitset v0.5.7
6722026-06-20T22:48:58.124Z Downloaded ff v0.13.1
6732026-06-20T22:48:58.124Z Downloaded futures-sink v0.3.32
6742026-06-20T22:48:58.124Z Downloaded futures-macro v0.3.32
6752026-06-20T22:48:58.127Z Downloaded foldhash v0.2.0
6762026-06-20T22:48:58.127Z Downloaded const_format_proc_macros v0.2.34
6772026-06-20T22:48:58.130Z Downloaded fallible-iterator v0.2.0
6782026-06-20T22:48:58.135Z Downloaded hash32 v0.2.1
6792026-06-20T22:48:58.135Z Downloaded csv-core v0.1.13
6802026-06-20T22:48:58.135Z Downloaded either v1.15.0
6812026-06-20T22:48:58.139Z Downloaded globwalk v0.9.1
6822026-06-20T22:48:58.139Z Downloaded filetime v0.2.27
6832026-06-20T22:48:58.139Z Downloaded env_filter v1.0.0
6842026-06-20T22:48:58.139Z Downloaded ahash v0.8.12
6852026-06-20T22:48:58.141Z Downloaded ena v0.14.4
6862026-06-20T22:48:58.141Z Downloaded foreign-types-shared v0.1.1
6872026-06-20T22:48:58.141Z Downloaded ed25519 v2.2.3
6882026-06-20T22:48:58.144Z Downloaded cookie v0.18.1
6892026-06-20T22:48:58.145Z Downloaded colored v3.1.1
6902026-06-20T22:48:58.148Z Downloaded cancel-safe-futures v0.1.5
6912026-06-20T22:48:58.148Z Downloaded clang-sys v1.8.1
6922026-06-20T22:48:58.177Z Downloaded ghash v0.5.1
6932026-06-20T22:48:58.178Z Downloaded darling v0.21.3
6942026-06-20T22:48:58.186Z Downloaded backon v1.6.0
6952026-06-20T22:48:58.186Z Downloaded console v0.16.2
6962026-06-20T22:48:58.186Z Downloaded camino-tempfile-ext v0.3.3
6972026-06-20T22:48:58.186Z Downloaded gethostname v0.5.0
6982026-06-20T22:48:58.186Z Downloaded darling v0.23.0
6992026-06-20T22:48:58.186Z Downloaded derive_builder v0.20.2
7002026-06-20T22:48:58.186Z Downloaded hash32 v0.3.1
7012026-06-20T22:48:58.186Z Downloaded futures-task v0.3.32
7022026-06-20T22:48:58.186Z Downloaded futures-executor v0.3.32
7032026-06-20T22:48:58.186Z Downloaded der_derive v0.7.3
7042026-06-20T22:48:58.187Z Downloaded des v0.8.1
7052026-06-20T22:48:58.187Z Downloaded allocator-api2 v0.2.21
7062026-06-20T22:48:58.187Z Downloaded git-stub v1.0.0
7072026-06-20T22:48:58.187Z Downloaded fxhash v0.2.1
7082026-06-20T22:48:58.187Z Downloaded chacha20 v0.10.0
7092026-06-20T22:48:58.187Z Downloaded deranged v0.5.8
7102026-06-20T22:48:58.187Z Downloaded colored v2.2.0
7112026-06-20T22:48:58.187Z Downloaded daft-derive v0.1.7
7122026-06-20T22:48:58.187Z Downloaded foldhash v0.1.5
7132026-06-20T22:48:58.187Z Downloaded daft v0.1.7
7142026-06-20T22:48:58.187Z Downloaded globset v0.4.18
7152026-06-20T22:48:58.187Z Downloaded hex-literal v0.4.1
7162026-06-20T22:48:58.187Z Downloaded group v0.13.0
7172026-06-20T22:48:58.192Z Downloaded crossbeam-deque v0.8.6
7182026-06-20T22:48:58.192Z Downloaded blake2 v0.10.6
7192026-06-20T22:48:58.192Z Downloaded backoff v0.4.0
7202026-06-20T22:48:58.192Z Downloaded hex v0.4.3
7212026-06-20T22:48:58.192Z Downloaded hubpack_derive v0.1.1
7222026-06-20T22:48:58.192Z Downloaded http-body v1.0.1
7232026-06-20T22:48:58.192Z Downloaded hubpack v0.1.2
7242026-06-20T22:48:58.192Z Downloaded httpdate v1.0.3
7252026-06-20T22:48:58.195Z Downloaded hostname v0.4.2
7262026-06-20T22:48:58.195Z Downloaded home v0.5.12
7272026-06-20T22:48:58.195Z Downloaded hostname v0.3.1
7282026-06-20T22:48:58.195Z Downloaded headers-core v0.3.0
7292026-06-20T22:48:58.195Z Downloaded critical-section v1.2.0
7302026-06-20T22:48:58.198Z Downloaded ident_case v1.0.1
7312026-06-20T22:48:58.198Z Downloaded ciborium v0.2.2
7322026-06-20T22:48:58.199Z Downloaded erased-serde v0.3.31
7332026-06-20T22:48:58.201Z Downloaded diff v0.1.13
7342026-06-20T22:48:58.202Z Downloaded ecdsa v0.16.9
7352026-06-20T22:48:58.207Z Downloaded crc32fast v1.5.0
7362026-06-20T22:48:58.207Z Downloaded async-bb8-diesel v0.2.1
7372026-06-20T22:48:58.209Z Downloaded env_logger v0.11.9
7382026-06-20T22:48:58.213Z Downloaded ctr v0.9.2
7392026-06-20T22:48:58.216Z Downloaded fs_extra v1.3.0
7402026-06-20T22:48:58.219Z Downloaded indent_write v2.2.0
7412026-06-20T22:48:58.219Z Downloaded illumos-nvpair-sys v0.2.0
7422026-06-20T22:48:58.220Z Downloaded illumos-nvpair v0.3.0
7432026-06-20T22:48:58.222Z Downloaded hyper-tls v0.6.0
7442026-06-20T22:48:58.223Z Downloaded chacha20poly1305 v0.10.1
7452026-06-20T22:48:58.226Z Downloaded fs-err v2.11.0
7462026-06-20T22:48:58.226Z Downloaded indoc v1.0.9
7472026-06-20T22:48:58.226Z Downloaded inout v0.1.4
7482026-06-20T22:48:58.229Z Downloaded instability v0.3.11
7492026-06-20T22:48:58.233Z Downloaded is-terminal v0.4.17
7502026-06-20T22:48:58.237Z Downloaded lalrpop-util v0.19.12
7512026-06-20T22:48:58.237Z Downloaded is_ci v1.2.0
7522026-06-20T22:48:58.237Z Downloaded crossbeam-utils v0.8.21
7532026-06-20T22:48:58.242Z Downloaded getrandom v0.2.17
7542026-06-20T22:48:58.243Z Downloaded derive-where v1.6.0
7552026-06-20T22:48:58.249Z Downloaded derive_more v0.99.20
7562026-06-20T22:48:58.249Z Downloaded internet-checksum v0.2.1
7572026-06-20T22:48:58.249Z Downloaded http-range v0.1.5
7582026-06-20T22:48:58.249Z Downloaded http-body-util v0.1.3
7592026-06-20T22:48:58.249Z Downloaded lazy_static v1.5.0
7602026-06-20T22:48:58.252Z Downloaded keccak v0.1.6
7612026-06-20T22:48:58.252Z Downloaded instant v0.1.13
7622026-06-20T22:48:58.252Z Downloaded highway v1.3.0
7632026-06-20T22:48:58.255Z Downloaded linked-hash-map v0.5.6
7642026-06-20T22:48:58.258Z Downloaded kstat-rs v0.2.4
7652026-06-20T22:48:58.260Z Downloaded const_format v0.2.35
7662026-06-20T22:48:58.264Z Downloaded glob v0.3.3
7672026-06-20T22:48:58.266Z Downloaded darling v0.20.11
7682026-06-20T22:48:58.269Z Downloaded flume v0.11.1
7692026-06-20T22:48:58.272Z Downloaded const-oid v0.9.6
7702026-06-20T22:48:58.272Z Downloaded compact_str v0.8.1
7712026-06-20T22:48:58.275Z Downloaded hyper-staticfile v0.10.1
7722026-06-20T22:48:58.275Z Downloaded bzip2 v0.4.4
7732026-06-20T22:48:58.278Z Downloaded match_cfg v0.1.0
7742026-06-20T22:48:58.278Z Downloaded lzss v0.8.2
7752026-06-20T22:48:58.278Z Downloaded md5 v0.7.0
7762026-06-20T22:48:58.281Z Downloaded md-5 v0.10.6
7772026-06-20T22:48:58.281Z Downloaded lru-slab v0.1.2
7782026-06-20T22:48:58.281Z Downloaded arc-swap v1.8.2
7792026-06-20T22:48:58.287Z Downloaded lru-cache v0.1.2
7802026-06-20T22:48:58.291Z Downloaded mime v0.3.17
7812026-06-20T22:48:58.292Z Downloaded maybe-uninit v2.0.0
7822026-06-20T22:48:58.292Z Downloaded multimap v0.10.1
7832026-06-20T22:48:58.292Z Downloaded memoffset v0.9.1
7842026-06-20T22:48:58.297Z Downloaded maplit v1.0.2
7852026-06-20T22:48:58.297Z Downloaded managed v0.8.0
7862026-06-20T22:48:58.297Z Downloaded lru v0.12.5
7872026-06-20T22:48:58.297Z Downloaded impl-trait-for-tuples v0.2.3
7882026-06-20T22:48:58.297Z Downloaded ingot-types v0.1.2
7892026-06-20T22:48:58.301Z Downloaded nibble_vec v0.1.0
7902026-06-20T22:48:58.301Z Downloaded newtype-uuid-macros v0.1.0
7912026-06-20T22:48:58.302Z Downloaded crossbeam-epoch v0.9.18
7922026-06-20T22:48:58.305Z Downloaded newline-converter v0.3.0
7932026-06-20T22:48:58.305Z Downloaded nonempty v0.12.0
7942026-06-20T22:48:58.305Z Downloaded num-conv v0.2.0
7952026-06-20T22:48:58.305Z Downloaded normalize-line-endings v0.3.0
7962026-06-20T22:48:58.305Z Downloaded getrandom v0.3.4
7972026-06-20T22:48:58.308Z Downloaded ipnet v2.11.0
7982026-06-20T22:48:58.308Z Downloaded dropshot_endpoint v0.17.0
7992026-06-20T22:48:58.311Z Downloaded hmac v0.12.1
8002026-06-20T22:48:58.311Z Downloaded drift v0.2.0
8012026-06-20T22:48:58.317Z Downloaded libscf-sys v1.1.0
8022026-06-20T22:48:58.320Z Downloaded jobserver v0.1.34
8032026-06-20T22:48:58.320Z Downloaded ingot v0.1.1
8042026-06-20T22:48:58.320Z Downloaded libloading v0.8.9
8052026-06-20T22:48:58.323Z Downloaded num-derive v0.4.2
8062026-06-20T22:48:58.323Z Downloaded num-derive v0.3.3
8072026-06-20T22:48:58.323Z Downloaded ar_archive_writer v0.5.1
8082026-06-20T22:48:58.327Z Downloaded newtype_derive v0.1.6
8092026-06-20T22:48:58.327Z Downloaded indoc v2.0.7
8102026-06-20T22:48:58.332Z Downloaded libsw-core v0.3.2
8112026-06-20T22:48:58.332Z Downloaded darling_core v0.13.4
8122026-06-20T22:48:58.336Z Downloaded crc-any v2.5.0
8132026-06-20T22:48:58.336Z Downloaded git-stub-vcs v0.1.0
8142026-06-20T22:48:58.336Z Downloaded futures-channel v0.3.32
8152026-06-20T22:48:58.336Z Downloaded darling v0.13.4
8162026-06-20T22:48:58.341Z Downloaded bumpalo v3.20.2
8172026-06-20T22:48:58.341Z Downloaded darling_core v0.20.11
8182026-06-20T22:48:58.345Z Downloaded ipnetwork v0.21.1
8192026-06-20T22:48:58.345Z Downloaded bytes v1.11.1
8202026-06-20T22:48:58.349Z Downloaded num_threads v0.1.7
8212026-06-20T22:48:58.350Z Downloaded cc v1.2.56
8222026-06-20T22:48:58.354Z Downloaded num v0.4.3
8232026-06-20T22:48:58.354Z Downloaded linear-map v1.2.0
8242026-06-20T22:48:58.358Z Downloaded openssl-probe v0.1.6
8252026-06-20T22:48:58.358Z Downloaded openssl-probe v0.2.1
8262026-06-20T22:48:58.358Z Downloaded openssl-macros v0.1.1
8272026-06-20T22:48:58.364Z Downloaded nanorand v0.7.0
8282026-06-20T22:48:58.364Z Downloaded libefi-sys v0.1.0
8292026-06-20T22:48:58.364Z Downloaded libsw v3.5.0
8302026-06-20T22:48:58.364Z Downloaded newtype-uuid v1.3.2
8312026-06-20T22:48:58.368Z Downloaded half v1.8.3
8322026-06-20T22:48:58.368Z Downloaded mime_guess v2.0.5
8332026-06-20T22:48:58.368Z Downloaded num-integer v0.1.46
8342026-06-20T22:48:58.368Z Downloaded half v2.7.1
8352026-06-20T22:48:58.374Z Downloaded humantime v2.3.0
8362026-06-20T22:48:58.374Z Downloaded httparse v1.10.1
8372026-06-20T22:48:58.379Z Downloaded num-iter v0.1.45
8382026-06-20T22:48:58.379Z Downloaded nu-ansi-term v0.50.3
8392026-06-20T22:48:58.379Z Downloaded lock_api v0.4.14
8402026-06-20T22:48:58.396Z Downloaded parse-display v0.10.0
8412026-06-20T22:48:58.400Z Downloaded num_enum_derive v0.5.11
8422026-06-20T22:48:58.400Z Downloaded pbkdf2 v0.12.2
8432026-06-20T22:48:58.400Z Downloaded native-tls v0.2.18
8442026-06-20T22:48:58.400Z Downloaded darling_core v0.21.3
8452026-06-20T22:48:58.407Z Downloaded iana-time-zone v0.1.65
8462026-06-20T22:48:58.407Z Downloaded path-slash v0.1.5
8472026-06-20T22:48:58.412Z Downloaded packed_struct_codegen v0.10.1
8482026-06-20T22:48:58.412Z Downloaded ignore v0.4.25
8492026-06-20T22:48:58.412Z Downloaded elliptic-curve v0.13.8
8502026-06-20T22:48:58.412Z Downloaded headers v0.4.1
8512026-06-20T22:48:58.419Z Downloaded futures v0.3.32
8522026-06-20T22:48:58.419Z Downloaded pbkdf2 v0.11.0
8532026-06-20T22:48:58.424Z Downloaded derive_more v2.1.1
8542026-06-20T22:48:58.424Z Downloaded phf_shared v0.11.3
8552026-06-20T22:48:58.428Z Downloaded peg-runtime v0.8.5
8562026-06-20T22:48:58.428Z Downloaded pin-utils v0.1.0
8572026-06-20T22:48:58.428Z Downloaded nodrop v0.1.14
8582026-06-20T22:48:58.428Z Downloaded darling_core v0.23.0
8592026-06-20T22:48:58.433Z Downloaded owo-colors v4.3.0
8602026-06-20T22:48:58.433Z Downloaded new_debug_unreachable v1.0.6
8612026-06-20T22:48:58.433Z Downloaded multer v3.1.0
8622026-06-20T22:48:58.433Z Downloaded ingot-macros v0.1.1
8632026-06-20T22:48:58.437Z Downloaded libbz2-rs-sys v0.2.2
8642026-06-20T22:48:58.437Z Downloaded fatfs v0.3.6
8652026-06-20T22:48:58.437Z Downloaded opaque-debug v0.3.1
8662026-06-20T22:48:58.441Z Downloaded parse-size v1.1.0
8672026-06-20T22:48:58.441Z Downloaded memmap2 v0.9.10
8682026-06-20T22:48:58.442Z Downloaded hyper-rustls v0.27.7
8692026-06-20T22:48:58.442Z Downloaded base64 v0.22.1
8702026-06-20T22:48:58.446Z Downloaded async-compression v0.4.41
8712026-06-20T22:48:58.451Z Downloaded precomputed-hash v0.1.1
8722026-06-20T22:48:58.451Z Downloaded num-rational v0.4.2
8732026-06-20T22:48:58.451Z Downloaded num_enum_derive v0.7.6
8742026-06-20T22:48:58.451Z Downloaded phf_shared v0.12.1
8752026-06-20T22:48:58.451Z Downloaded phf_shared v0.13.1
8762026-06-20T22:48:58.455Z Downloaded num_enum v0.5.11
8772026-06-20T22:48:58.455Z Downloaded num-complex v0.4.6
8782026-06-20T22:48:58.455Z Downloaded base64 v0.21.7
8792026-06-20T22:48:58.460Z Downloaded parking_lot_core v0.8.6
8802026-06-20T22:48:58.460Z Downloaded powerfmt v0.2.0
8812026-06-20T22:48:58.460Z Downloaded oso-derive v0.27.3
8822026-06-20T22:48:58.460Z Downloaded proc-macro-error-attr2 v2.0.0
8832026-06-20T22:48:58.460Z Downloaded olpc-cjson v0.1.4
8842026-06-20T22:48:58.467Z Downloaded proc-macro-crate v3.4.0
8852026-06-20T22:48:58.467Z Downloaded proc-macro-crate v1.3.1
8862026-06-20T22:48:58.472Z Downloaded predicates-core v1.0.10
8872026-06-20T22:48:58.472Z Downloaded peg v0.8.5
8882026-06-20T22:48:58.472Z Downloaded indicatif v0.18.4
8892026-06-20T22:48:58.478Z Downloaded peg-macros v0.8.5
8902026-06-20T22:48:58.478Z Downloaded paste v1.0.15
8912026-06-20T22:48:58.482Z Downloaded progenitor-macro v0.14.0
8922026-06-20T22:48:58.482Z Downloaded phf v0.12.1
8932026-06-20T22:48:58.482Z Downloaded progenitor-client v0.14.0
8942026-06-20T22:48:58.487Z Downloaded packed_struct v0.10.1
8952026-06-20T22:48:58.491Z Downloaded oxnet v0.1.6
8962026-06-20T22:48:58.491Z Downloaded poly1305 v0.8.0
8972026-06-20T22:48:58.496Z Downloaded hickory-resolver v0.24.4
8982026-06-20T22:48:58.496Z Downloaded phf v0.13.1
8992026-06-20T22:48:58.500Z Downloaded omicron-zone-package v0.12.2
9002026-06-20T22:48:58.500Z Downloaded parking_lot v0.12.5
9012026-06-20T22:48:58.505Z Downloaded pkcs8 v0.10.2
9022026-06-20T22:48:58.505Z Downloaded pkg-config v0.3.32
9032026-06-20T22:48:58.510Z Downloaded flate2 v1.1.9
9042026-06-20T22:48:58.510Z Downloaded parking_lot v0.11.2
9052026-06-20T22:48:58.510Z Downloaded der v0.7.10
9062026-06-20T22:48:58.514Z Downloaded crossbeam-channel v0.5.15
9072026-06-20T22:48:58.518Z Downloaded indexmap v1.9.3
9082026-06-20T22:48:58.518Z Downloaded parse-display-derive v0.10.0
9092026-06-20T22:48:58.518Z Downloaded derive_more-impl v2.1.1
9102026-06-20T22:48:58.523Z Downloaded predicates v3.1.4
9112026-06-20T22:48:58.523Z Downloaded postgres-protocol v0.6.10
9122026-06-20T22:48:58.528Z Downloaded polyval v0.6.2
9132026-06-20T22:48:58.528Z Downloaded diesel_derives v2.3.7
9142026-06-20T22:48:58.528Z Downloaded password-hash v0.5.0
9152026-06-20T22:48:58.532Z Downloaded password-hash v0.4.2
9162026-06-20T22:48:58.532Z Downloaded psl-types v2.0.11
9172026-06-20T22:48:58.532Z Downloaded aes v0.8.4
9182026-06-20T22:48:58.537Z Downloaded radium v0.7.0
9192026-06-20T22:48:58.537Z Downloaded rand_xorshift v0.4.0
9202026-06-20T22:48:58.537Z Downloaded quick-error v1.2.3
9212026-06-20T22:48:58.544Z Downloaded rand_chacha v0.3.1
9222026-06-20T22:48:58.544Z Downloaded ref-cast-impl v1.0.25
9232026-06-20T22:48:58.544Z Downloaded proc-macro-error2 v2.0.1
9242026-06-20T22:48:58.549Z Downloaded pin-project-lite v0.2.17
9252026-06-20T22:48:58.549Z Downloaded hickory-resolver v0.25.2
9262026-06-20T22:48:58.549Z Downloaded primeorder v0.13.6
9272026-06-20T22:48:58.557Z Downloaded num_enum v0.7.6
9282026-06-20T22:48:58.557Z Downloaded psm v0.1.30
9292026-06-20T22:48:58.566Z Downloaded progenitor-macro v0.13.0
9302026-06-20T22:48:58.566Z Downloaded pin-project-internal v1.1.11
9312026-06-20T22:48:58.566Z Downloaded progenitor v0.13.0
9322026-06-20T22:48:58.566Z Downloaded pem v3.0.6
9332026-06-20T22:48:58.566Z Downloaded recursive-proc-macro-impl v0.1.1
9342026-06-20T22:48:58.566Z Downloaded recursive v0.1.1
9352026-06-20T22:48:58.566Z Downloaded ref-cast v1.0.25
9362026-06-20T22:48:58.570Z Downloaded pkcs1 v0.7.5
9372026-06-20T22:48:58.578Z Downloaded papergrid v0.17.0
9382026-06-20T22:48:58.578Z Downloaded rfc6979 v0.4.0
9392026-06-20T22:48:58.578Z Downloaded pkcs5 v0.7.1
9402026-06-20T22:48:58.583Z Downloaded russh-cryptovec v0.7.3
9412026-06-20T22:48:58.583Z Downloaded rtoolbox v0.0.3
9422026-06-20T22:48:58.583Z Downloaded aes-gcm v0.10.3
9432026-06-20T22:48:58.586Z Downloaded heapless v0.7.17
9442026-06-20T22:48:58.586Z Downloaded litrs v1.0.0
9452026-06-20T22:48:58.589Z Downloaded r2d2 v0.8.10
9462026-06-20T22:48:58.623Z Downloaded rustc_version v0.1.7
9472026-06-20T22:48:58.623Z Downloaded rustc-hash v2.1.1
9482026-06-20T22:48:58.626Z Downloaded parking_lot_core v0.9.12
9492026-06-20T22:48:58.626Z Downloaded minimal-lexical v0.2.1
9502026-06-20T22:48:58.626Z Downloaded rand_seeder v0.4.0
9512026-06-20T22:48:58.626Z Downloaded rand_chacha v0.9.0
9522026-06-20T22:48:58.626Z Downloaded rand_core v0.10.0
9532026-06-20T22:48:58.626Z Downloaded predicates-tree v1.0.13
9542026-06-20T22:48:58.626Z Downloaded oso v0.27.3
9552026-06-20T22:48:58.626Z Downloaded progenitor-extras v0.2.0
9562026-06-20T22:48:58.627Z Downloaded progenitor v0.14.0
9572026-06-20T22:48:58.627Z Downloaded salsa20 v0.10.2
9582026-06-20T22:48:58.627Z Downloaded rand_core v0.6.4
9592026-06-20T22:48:58.627Z Downloaded progenitor-client v0.13.0
9602026-06-20T22:48:58.627Z Downloaded expectorate v1.2.0
9612026-06-20T22:48:58.627Z Downloaded ed25519-dalek v2.2.0
9622026-06-20T22:48:58.627Z Downloaded rustc_version v0.4.1
9632026-06-20T22:48:58.627Z Downloaded pem-rfc7468 v0.7.0
9642026-06-20T22:48:58.627Z Downloaded quinn-udp v0.5.14
9652026-06-20T22:48:58.627Z Downloaded crypto-bigint v0.5.5
9662026-06-20T22:48:58.631Z Downloaded scheduled-thread-pool v0.2.7
9672026-06-20T22:48:58.631Z Downloaded sapling-renderdag v0.1.0
9682026-06-20T22:48:58.635Z Downloaded scopeguard v1.2.0
9692026-06-20T22:48:58.635Z Downloaded same-file v1.0.6
9702026-06-20T22:48:58.638Z Downloaded http v1.4.0
9712026-06-20T22:48:58.642Z Downloaded postcard v1.1.3
9722026-06-20T22:48:58.655Z Downloaded ppv-lite86 v0.2.21
9732026-06-20T22:48:58.660Z Downloaded postgres-types v0.2.12
9742026-06-20T22:48:58.660Z Downloaded scrypt v0.11.0
9752026-06-20T22:48:58.660Z Downloaded serde-big-array v0.5.1
9762026-06-20T22:48:58.663Z Downloaded seq-macro v0.3.6
9772026-06-20T22:48:58.667Z Downloaded secrecy v0.10.3
9782026-06-20T22:48:58.667Z Downloaded secrecy v0.8.0
9792026-06-20T22:48:58.667Z Downloaded scroll_derive v0.13.1
9802026-06-20T22:48:58.670Z Downloaded semver v0.1.20
9812026-06-20T22:48:58.670Z Downloaded serde_bytes v0.11.19
9822026-06-20T22:48:58.670Z Downloaded hyper-util v0.1.20
9832026-06-20T22:48:58.725Z Downloaded rustls-pemfile v1.0.4
9842026-06-20T22:48:58.725Z Downloaded serde_plain v1.0.2
9852026-06-20T22:48:58.725Z Downloaded resolv-conf v0.7.6
9862026-06-20T22:48:58.725Z Downloaded serde_spanned v1.0.4
9872026-06-20T22:48:58.726Z Downloaded serde_repr v0.1.20
9882026-06-20T22:48:58.726Z Downloaded heapless v0.8.0
9892026-06-20T22:48:58.726Z Downloaded shell-words v1.1.1
9902026-06-20T22:48:58.726Z Downloaded rustversion v1.0.22
9912026-06-20T22:48:58.726Z Downloaded miniz_oxide v0.8.9
9922026-06-20T22:48:58.726Z Downloaded oxide-tokio-rt v0.1.4
9932026-06-20T22:48:58.726Z Downloaded p256 v0.13.2
9942026-06-20T22:48:58.726Z Downloaded rusty-fork v0.3.1
9952026-06-20T22:48:58.726Z Downloaded schemars_derive v0.8.22
9962026-06-20T22:48:58.729Z Downloaded sigpipe v0.1.3
9972026-06-20T22:48:58.729Z Downloaded signal-hook-mio v0.2.5
9982026-06-20T22:48:58.729Z Downloaded sha1 v0.10.6
9992026-06-20T22:48:58.734Z Downloaded rustls-pemfile v2.2.0
10002026-06-20T22:48:58.738Z Downloaded serde-hex v0.1.0
10012026-06-20T22:48:58.738Z Downloaded signal-hook-tokio v0.3.1
10022026-06-20T22:48:58.748Z Downloaded slog-envlogger v2.2.0
10032026-06-20T22:48:58.748Z Downloaded slog-bunyan v2.5.0
10042026-06-20T22:48:58.748Z Downloaded siphasher v1.0.2
10052026-06-20T22:48:58.748Z Downloaded sec1 v0.7.3
10062026-06-20T22:48:58.762Z Downloaded hashbrown v0.16.1
10072026-06-20T22:48:58.762Z Downloaded rand_core v0.9.5
10082026-06-20T22:48:58.771Z Downloaded serde_with_macros v1.5.2
10092026-06-20T22:48:58.771Z Downloaded pin-project v1.1.11
10102026-06-20T22:48:58.778Z Downloaded ssh-cipher v0.2.0
10112026-06-20T22:48:58.778Z Downloaded progenitor-impl v0.13.0
10122026-06-20T22:48:58.778Z Downloaded sct v0.7.1
10132026-06-20T22:48:58.785Z Downloaded scroll v0.13.0
10142026-06-20T22:48:58.785Z Downloaded rcgen v0.12.1
10152026-06-20T22:48:58.789Z Downloaded shlex v1.3.0
10162026-06-20T22:48:58.789Z Downloaded ssh-encoding v0.2.0
10172026-06-20T22:48:58.789Z Downloaded sqlparser_derive v0.5.0
10182026-06-20T22:48:58.798Z Downloaded jiff-static v0.2.21
10192026-06-20T22:48:58.801Z Downloaded simd-adler32 v0.3.8
10202026-06-20T22:48:58.801Z Downloaded ron v0.8.1
10212026-06-20T22:48:58.810Z Downloaded russh-keys v0.45.0
10222026-06-20T22:48:58.810Z Downloaded openssl-sys v0.9.115
10232026-06-20T22:48:58.818Z Downloaded aho-corasick v1.1.4
10242026-06-20T22:48:58.818Z Downloaded serde_urlencoded v0.7.1
10252026-06-20T22:48:58.818Z Downloaded strsim v0.10.0
10262026-06-20T22:48:58.822Z Downloaded strip-ansi-escapes v0.2.1
10272026-06-20T22:48:58.822Z Downloaded rustls-native-certs v0.8.3
10282026-06-20T22:48:58.822Z Downloaded slog-json v2.6.1
10292026-06-20T22:48:58.822Z Downloaded progenitor-impl v0.14.0
10302026-06-20T22:48:58.822Z Downloaded structmeta-derive v0.3.0
10312026-06-20T22:48:58.822Z Downloaded supports-color v3.0.2
10322026-06-20T22:48:58.825Z Downloaded tabwriter v1.4.1
10332026-06-20T22:48:58.825Z Downloaded sync_wrapper v1.0.2
10342026-06-20T22:48:58.826Z Downloaded strum v0.26.3
10352026-06-20T22:48:58.826Z Downloaded tagptr v0.2.0
10362026-06-20T22:48:58.826Z Downloaded structmeta v0.3.0
10372026-06-20T22:48:58.834Z Downloaded slog-dtrace v0.3.0
10382026-06-20T22:48:58.835Z Downloaded slab v0.4.12
10392026-06-20T22:48:58.838Z Downloaded slog-term v2.9.2
10402026-06-20T22:48:58.838Z Downloaded ryu v1.0.23
10412026-06-20T22:48:58.839Z Downloaded smf v0.2.3
10422026-06-20T22:48:58.845Z Downloaded smallvec v0.6.14
10432026-06-20T22:48:58.845Z Downloaded slog-stdlog v4.1.1
10442026-06-20T22:48:58.852Z Downloaded slog-async v2.8.0
10452026-06-20T22:48:58.852Z Downloaded sync-ptr v0.1.4
10462026-06-20T22:48:58.852Z Downloaded signature v2.2.0
10472026-06-20T22:48:58.852Z Downloaded signal-hook-registry v1.4.8
10482026-06-20T22:48:58.852Z Downloaded rustls-pki-types v1.14.0
10492026-06-20T22:48:58.859Z Downloaded static_assertions v1.1.0
10502026-06-20T22:48:58.859Z Downloaded tap v1.0.1
10512026-06-20T22:48:58.859Z Downloaded take_mut v0.2.2
10522026-06-20T22:48:58.859Z Downloaded slog-scope v4.4.1
10532026-06-20T22:48:58.859Z Downloaded tabled_derive v0.11.0
10542026-06-20T22:48:58.859Z Downloaded publicsuffix v2.3.0
10552026-06-20T22:48:58.908Z Downloaded mio v1.2.0
10562026-06-20T22:48:58.908Z Downloaded hashbrown v0.15.5
10572026-06-20T22:48:58.908Z Downloaded stacker v0.1.23
10582026-06-20T22:48:58.913Z Downloaded schemars v0.8.22
10592026-06-20T22:48:58.913Z Downloaded serde_path_to_error v0.1.20
10602026-06-20T22:48:58.913Z Downloaded serde_derive_internals v0.29.1
10612026-06-20T22:48:58.913Z Downloaded serde_cbor v0.11.2
10622026-06-20T22:48:58.913Z Downloaded spki v0.7.3
10632026-06-20T22:48:58.913Z Downloaded thiserror-impl-no-std v2.0.2
10642026-06-20T22:48:58.913Z Downloaded stringprep v0.1.5
10652026-06-20T22:48:58.913Z Downloaded sqlformat v0.3.5
10662026-06-20T22:48:58.913Z Downloaded snafu-derive v0.8.9
10672026-06-20T22:48:58.913Z Downloaded string_cache v0.8.9
10682026-06-20T22:48:58.913Z Downloaded rand v0.8.6
10692026-06-20T22:48:58.913Z Downloaded thread-id v5.1.0
10702026-06-20T22:48:58.913Z Downloaded testing_table v0.3.0
10712026-06-20T22:48:58.913Z Downloaded termtree v0.5.1
10722026-06-20T22:48:58.913Z Downloaded blake3 v1.8.3
10732026-06-20T22:48:58.913Z Downloaded subtle v2.6.1
10742026-06-20T22:48:58.913Z Downloaded support-bundle-viewer v0.1.2
10752026-06-20T22:48:58.913Z Downloaded hickory-server v0.25.2
10762026-06-20T22:48:58.914Z Downloaded rayon-core v1.13.0
10772026-06-20T22:48:58.914Z Downloaded prettyplease v0.2.37
10782026-06-20T22:48:58.914Z Downloaded rustls-platform-verifier v0.6.2
10792026-06-20T22:48:58.914Z Downloaded time-core v0.1.8
10802026-06-20T22:48:58.914Z Downloaded tinyvec_macros v0.1.1
10812026-06-20T22:48:58.914Z Downloaded serde_yaml v0.9.34+deprecated
10822026-06-20T22:48:58.914Z Downloaded serde_with_macros v3.17.0
10832026-06-20T22:48:58.918Z Downloaded crossterm v0.28.1
10842026-06-20T22:48:58.918Z Downloaded pretty_assertions v1.4.1
10852026-06-20T22:48:58.918Z Downloaded tokio-macros v2.7.0
10862026-06-20T22:48:58.921Z Downloaded strum_macros v0.26.4
10872026-06-20T22:48:58.921Z Downloaded signal-hook v0.3.18
10882026-06-20T22:48:58.924Z Downloaded crossterm v0.29.0
10892026-06-20T22:48:58.928Z Downloaded iri-string v0.7.10
10902026-06-20T22:48:58.931Z Downloaded qorb v0.4.1
10912026-06-20T22:48:58.935Z Downloaded hashbrown v0.12.3
10922026-06-20T22:48:58.939Z Downloaded strum v0.27.2
10932026-06-20T22:48:58.942Z Downloaded schemars v0.9.0
10942026-06-20T22:48:58.946Z Downloaded thiserror-no-std v2.0.2
10952026-06-20T22:48:58.950Z Downloaded time-macros v0.2.27
10962026-06-20T22:48:58.953Z Downloaded termios v0.3.3
10972026-06-20T22:48:58.953Z Downloaded spin v0.9.8
10982026-06-20T22:48:58.953Z Downloaded tower-layer v0.3.3
10992026-06-20T22:48:58.957Z Downloaded topological-sort v0.2.2
11002026-06-20T22:48:58.957Z Downloaded thread_local v1.1.9
11012026-06-20T22:48:58.957Z Downloaded rand v0.9.2
11022026-06-20T22:48:58.960Z Downloaded itertools v0.10.5
11032026-06-20T22:48:58.964Z Downloaded slog v2.8.2
11042026-06-20T22:48:58.964Z Downloaded libm v0.2.16
11052026-06-20T22:48:58.971Z Downloaded try-lock v0.2.5
11062026-06-20T22:48:58.979Z Downloaded trait-variant v0.1.2
11072026-06-20T22:48:58.979Z Downloaded tower-service v0.3.3
11082026-06-20T22:48:58.979Z Downloaded itertools v0.14.0
11092026-06-20T22:48:58.991Z Downloaded rustls-webpki v0.103.9
11102026-06-20T22:48:58.991Z Downloaded h2 v0.4.13
11112026-06-20T22:48:58.991Z Downloaded socket2 v0.5.10
11122026-06-20T22:48:58.991Z Downloaded tls_codec v0.4.2
11132026-06-20T22:48:58.997Z Downloaded tokio-native-tls v0.3.1
11142026-06-20T22:48:58.997Z Downloaded unarray v0.1.4
11152026-06-20T22:48:58.998Z Downloaded tls_codec_derive v0.4.2
11162026-06-20T22:48:58.998Z Downloaded term v0.7.0
11172026-06-20T22:48:58.998Z Downloaded hashbrown v0.13.2
11182026-06-20T22:48:58.998Z Downloaded term v1.2.1
11192026-06-20T22:48:58.998Z Downloaded prefix-trie v0.7.0
11202026-06-20T22:48:59.006Z Downloaded tiny-keccak v2.0.2
11212026-06-20T22:48:59.009Z Downloaded hkdf v0.12.4
11222026-06-20T22:48:59.010Z Downloaded similar v2.7.0
11232026-06-20T22:48:59.010Z Downloaded usdt-attr-macro v0.6.0
11242026-06-20T22:48:59.016Z Downloaded usdt-macro v0.6.0
11252026-06-20T22:48:59.016Z Downloaded tokio-tungstenite v0.21.0
11262026-06-20T22:48:59.016Z Downloaded utf-8 v0.7.6
11272026-06-20T22:48:59.023Z Downloaded bitvec v1.0.1
11282026-06-20T22:48:59.031Z Downloaded universal-hash v0.5.1
11292026-06-20T22:48:59.039Z Downloaded tokio-dtrace v0.1.1
11302026-06-20T22:48:59.039Z Downloaded tui-tree-widget v0.23.1
11312026-06-20T22:48:59.039Z Downloaded nom v7.1.3
11322026-06-20T22:48:59.039Z Downloaded want v0.3.1
11332026-06-20T22:48:59.042Z Downloaded wait-timeout v0.2.1
11342026-06-20T22:48:59.042Z Downloaded untrusted v0.9.0
11352026-06-20T22:48:59.042Z Downloaded unit-prefix v0.5.2
11362026-06-20T22:48:59.043Z Downloaded void v1.0.2
11372026-06-20T22:48:59.043Z Downloaded strum_macros v0.27.2
11382026-06-20T22:48:59.043Z Downloaded socket2 v0.6.3
11392026-06-20T22:48:59.043Z Downloaded untrusted v0.7.1
11402026-06-20T22:48:59.043Z Downloaded typify-macro v0.6.2
11412026-06-20T22:48:59.043Z Downloaded rand v0.10.0
11422026-06-20T22:48:59.051Z Downloaded quinn v0.11.9
11432026-06-20T22:48:59.051Z Downloaded strum_macros v0.24.3
11442026-06-20T22:48:59.057Z Downloaded xattr v1.6.1
11452026-06-20T22:48:59.057Z Downloaded waitgroup v0.1.2
11462026-06-20T22:48:59.068Z Downloaded tokio-rustls v0.25.0
11472026-06-20T22:48:59.081Z Downloaded usdt v0.6.0
11482026-06-20T22:48:59.081Z Downloaded unicode-truncate v1.1.0
11492026-06-20T22:48:59.081Z Downloaded toml_writer v1.0.6+spec-1.1.0
11502026-06-20T22:48:59.081Z Downloaded toml_parser v1.0.9+spec-1.1.0
11512026-06-20T22:48:59.091Z Downloaded xshell-macros v0.2.7
11522026-06-20T22:48:59.091Z Downloaded aws-lc-rs v1.16.3
11532026-06-20T22:48:59.096Z Downloaded vergen-lib v9.1.0
11542026-06-20T22:48:59.096Z Downloaded tokio-stream v0.1.18
11552026-06-20T22:48:59.096Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11562026-06-20T22:48:59.096Z Downloaded tracing-attributes v0.1.31
11572026-06-20T22:48:59.096Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11582026-06-20T22:48:59.096Z Downloaded tinyvec v1.10.0
11592026-06-20T22:48:59.100Z Downloaded dropshot-api-manager v0.7.2
11602026-06-20T22:48:59.100Z Downloaded zone_cfg_derive v0.3.1
11612026-06-20T22:48:59.100Z Downloaded zone v0.3.1
11622026-06-20T22:48:59.100Z Downloaded vergen-git2 v9.1.0
11632026-06-20T22:48:59.108Z Downloaded chrono v0.4.44
11642026-06-20T22:48:59.115Z Downloaded tokio-rustls v0.26.4
11652026-06-20T22:48:59.115Z Downloaded schemars v1.2.1
11662026-06-20T22:48:59.120Z Downloaded rustyline v14.0.0
11672026-06-20T22:48:59.120Z Downloaded rsa v0.9.10
11682026-06-20T22:48:59.123Z Downloaded libxml v0.3.3
11692026-06-20T22:48:59.126Z Downloaded num-bigint v0.4.6
11702026-06-20T22:48:59.130Z Downloaded tokio-tungstenite v0.23.1
11712026-06-20T22:48:59.133Z Downloaded vergen v9.1.0
11722026-06-20T22:48:59.133Z Downloaded unicase v2.9.0
11732026-06-20T22:48:59.133Z Downloaded rpassword v7.4.0
11742026-06-20T22:48:59.133Z Downloaded git2 v0.20.4
11752026-06-20T22:48:59.138Z Downloaded zeroize_derive v1.4.3
11762026-06-20T22:48:59.143Z Downloaded bindgen v0.71.1
11772026-06-20T22:48:59.147Z Downloaded subprocess v0.2.15
11782026-06-20T22:48:59.147Z Downloaded russh v0.45.0
11792026-06-20T22:48:59.157Z Downloaded vergen-gitcl v1.0.8
11802026-06-20T22:48:59.164Z Downloaded usdt-impl v0.6.0
11812026-06-20T22:48:59.164Z Downloaded zstd-safe v7.2.4
11822026-06-20T22:48:59.164Z Downloaded walkdir v2.5.0
11832026-06-20T22:48:59.164Z Downloaded vsss-rs v3.3.4
11842026-06-20T22:48:59.164Z Downloaded vergen-lib v0.1.6
11852026-06-20T22:48:59.167Z Downloaded tokio-rustls v0.24.1
11862026-06-20T22:48:59.167Z Downloaded whoami v2.1.0
11872026-06-20T22:48:59.171Z Downloaded zstd v0.13.3
11882026-06-20T22:48:59.181Z Downloaded ssh-key v0.6.7
11892026-06-20T22:48:59.184Z Downloaded snafu v0.8.9
11902026-06-20T22:48:59.189Z Downloaded test-strategy v0.4.5
11912026-06-20T22:48:59.192Z Downloaded whoami v1.6.1
11922026-06-20T22:48:59.192Z Downloaded samael v0.0.19
11932026-06-20T22:48:59.195Z Downloaded zerocopy v0.6.6
11942026-06-20T22:48:59.200Z Downloaded toml_edit v0.23.10+spec-1.0.0
11952026-06-20T22:48:59.203Z Downloaded xshell v0.2.7
11962026-06-20T22:48:59.207Z Downloaded tracing-core v0.1.36
11972026-06-20T22:48:59.207Z Downloaded p384 v0.13.1
11982026-06-20T22:48:59.212Z Downloaded twox-hash v2.1.2
11992026-06-20T22:48:59.215Z Downloaded serde_with v1.14.0
12002026-06-20T22:48:59.221Z Downloaded zeroize v1.8.2
12012026-06-20T22:48:59.229Z Downloaded goblin v0.10.5
12022026-06-20T22:48:59.234Z Downloaded uzers v0.12.2
12032026-06-20T22:48:59.237Z Downloaded tar v0.4.45
12042026-06-20T22:48:59.241Z Downloaded yasna v0.5.2
12052026-06-20T22:48:59.244Z Downloaded toml_edit v0.19.15
12062026-06-20T22:48:59.253Z Downloaded wyz v0.5.1
12072026-06-20T22:48:59.257Z Downloaded toml v0.7.8
12082026-06-20T22:48:59.257Z Downloaded num-bigint-dig v0.8.6
12092026-06-20T22:48:59.275Z Downloaded zopfli v0.8.3
12102026-06-20T22:48:59.275Z Downloaded nom v8.0.0
12112026-06-20T22:48:59.278Z Downloaded itertools v0.13.0
12122026-06-20T22:48:59.278Z Downloaded unicode_categories v0.1.1
12132026-06-20T22:48:59.278Z Downloaded regex v1.12.3
12142026-06-20T22:48:59.278Z Downloaded hyper v1.8.1
12152026-06-20T22:48:59.278Z Downloaded p521 v0.13.3
12162026-06-20T22:48:59.278Z Downloaded itertools v0.12.1
12172026-06-20T22:48:59.281Z Downloaded futures-util v0.3.32
12182026-06-20T22:48:59.296Z Downloaded yansi v1.0.1
12192026-06-20T22:48:59.299Z Downloaded unicode-bidi v0.3.18
12202026-06-20T22:48:59.299Z Downloaded typify v0.6.2
12212026-06-20T22:48:59.299Z Downloaded zip v0.6.6
12222026-06-20T22:48:59.300Z Downloaded unicode-properties v0.1.4
12232026-06-20T22:48:59.300Z Downloaded rustls-webpki v0.101.7
12242026-06-20T22:48:59.303Z Downloaded unsafe-libyaml v0.2.11
12252026-06-20T22:48:59.303Z Downloaded tungstenite v0.23.0
12262026-06-20T22:48:59.353Z Downloaded vte v0.14.1
12272026-06-20T22:48:59.353Z Downloaded tungstenite v0.21.0
12282026-06-20T22:48:59.356Z Downloaded tower v0.5.3
12292026-06-20T22:48:59.356Z Downloaded toml v1.0.6+spec-1.1.0
12302026-06-20T22:48:59.356Z Downloaded portable-atomic v1.13.1
12312026-06-20T22:48:59.356Z Downloaded steno v0.4.1
12322026-06-20T22:48:59.356Z Downloaded unicode-segmentation v1.12.0
12332026-06-20T22:48:59.356Z Downloaded x509-cert v0.2.5
12342026-06-20T22:48:59.357Z Downloaded salty v0.3.0
12352026-06-20T22:48:59.357Z Downloaded iddqd v0.4.2
12362026-06-20T22:48:59.357Z Downloaded zerocopy-derive v0.8.40
12372026-06-20T22:48:59.368Z Downloaded rustls-webpki v0.102.8
12382026-06-20T22:48:59.372Z Downloaded tokio-postgres v0.7.16
12392026-06-20T22:48:59.380Z Downloaded reedline v0.40.0
12402026-06-20T22:48:59.387Z Downloaded serde_with v3.17.0
12412026-06-20T22:48:59.390Z Downloaded rayon v1.11.0
12422026-06-20T22:48:59.390Z Downloaded zip v4.6.1
12432026-06-20T22:48:59.394Z Downloaded tower-http v0.6.8
12442026-06-20T22:48:59.397Z Downloaded bstr v1.12.1
12452026-06-20T22:48:59.407Z Downloaded tough v0.22.0
12462026-06-20T22:48:59.420Z Downloaded uuid v1.23.0
12472026-06-20T22:48:59.423Z Downloaded nix v0.28.0
12482026-06-20T22:48:59.436Z Downloaded reqwest v0.13.2
12492026-06-20T22:48:59.446Z Downloaded winnow v0.5.40
12502026-06-20T22:48:59.450Z Downloaded openssl v0.10.79
12512026-06-20T22:48:59.475Z Downloaded reqwest v0.12.28
12522026-06-20T22:48:59.478Z Downloaded tabled v0.20.0
12532026-06-20T22:48:59.503Z Downloaded typed-path v0.9.3
12542026-06-20T22:48:59.510Z Downloaded unicode-normalization v0.1.25
12552026-06-20T22:48:59.516Z Downloaded smoltcp v0.9.1
12562026-06-20T22:48:59.523Z Downloaded lalrpop v0.19.12
12572026-06-20T22:48:59.540Z Downloaded hickory-proto v0.25.2
12582026-06-20T22:48:59.549Z Downloaded openapiv3 v2.2.0
12592026-06-20T22:48:59.557Z Downloaded quick-xml v0.37.5
12602026-06-20T22:48:59.560Z Downloaded zlib-rs v0.6.2
12612026-06-20T22:48:59.564Z Downloaded hickory-proto v0.24.4
12622026-06-20T22:48:59.570Z Downloaded tokio-util v0.7.18
12632026-06-20T22:48:59.590Z Downloaded zerocopy v0.8.40
12642026-06-20T22:48:59.598Z Downloaded proptest v1.10.0
12652026-06-20T22:48:59.602Z Downloaded regress v0.11.1
12662026-06-20T22:48:59.606Z Downloaded regex-syntax v0.8.10
12672026-06-20T22:48:59.613Z Downloaded petname v2.0.2
12682026-06-20T22:48:59.623Z Downloaded moka v0.12.13
12692026-06-20T22:48:59.660Z Downloaded winnow v0.6.26
12702026-06-20T22:48:59.669Z Downloaded object v0.30.4
12712026-06-20T22:48:59.676Z Downloaded nix v0.27.1
12722026-06-20T22:48:59.681Z Downloaded sqlparser v0.61.0
12732026-06-20T22:48:59.688Z Downloaded quinn-proto v0.11.13
12742026-06-20T22:48:59.692Z Downloaded curve25519-dalek v4.1.3
12752026-06-20T22:48:59.712Z Downloaded bzip2-sys v0.1.13+1.0.8
12762026-06-20T22:48:59.724Z Downloaded typify-impl v0.6.2
12772026-06-20T22:48:59.733Z Downloaded ratatui v0.29.0
12782026-06-20T22:48:59.745Z Downloaded sled v0.34.7
12792026-06-20T22:48:59.750Z Downloaded tracing v0.1.44
12802026-06-20T22:48:59.760Z Downloaded radix_trie v0.2.1
12812026-06-20T22:48:59.763Z Downloaded polar-core v0.27.3
12822026-06-20T22:48:59.769Z Downloaded regex-automata v0.4.14
12832026-06-20T22:48:59.776Z Downloaded time v0.3.47
12842026-06-20T22:48:59.783Z Downloaded zerocopy-derive v0.6.6
12852026-06-20T22:48:59.789Z Downloaded chrono-tz v0.10.4
12862026-06-20T22:48:59.816Z Downloaded petgraph v0.8.3
12872026-06-20T22:48:59.827Z Downloaded regex-syntax v0.6.29
12882026-06-20T22:48:59.834Z Downloaded dropshot v0.17.0
12892026-06-20T22:48:59.845Z Downloaded vcpkg v0.2.15
12902026-06-20T22:48:59.869Z Downloaded nix v0.31.2
12912026-06-20T22:48:59.872Z Downloaded rustls v0.21.12
12922026-06-20T22:48:59.878Z Downloaded webpki-roots v1.0.6
12932026-06-20T22:48:59.882Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12942026-06-20T22:48:59.890Z Downloaded object v0.37.3
12952026-06-20T22:48:59.897Z Downloaded smoltcp v0.11.0
12962026-06-20T22:48:59.904Z Downloaded diesel v2.3.7
12972026-06-20T22:48:59.916Z Downloaded sha3 v0.10.8
12982026-06-20T22:48:59.919Z Downloaded rustix v0.38.44
12992026-06-20T22:48:59.932Z Downloaded rustls v0.23.37
13002026-06-20T22:48:59.939Z Downloaded rustls v0.22.4
13012026-06-20T22:48:59.948Z Downloaded regress v0.10.5
13022026-06-20T22:49:00.171Z Downloaded petgraph v0.6.5
13032026-06-20T22:49:00.181Z Downloaded jiff v0.2.21
13042026-06-20T22:49:00.240Z Downloaded csv v1.4.0
13052026-06-20T22:49:00.275Z Downloaded libz-sys v1.1.24
13062026-06-20T22:49:00.313Z Downloaded tokio v1.52.1
13072026-06-20T22:49:00.405Z Downloaded encoding_rs v0.8.35
13082026-06-20T22:49:00.455Z Downloaded ring v0.17.14
13092026-06-20T22:49:00.472Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-06-20T22:49:00.555Z Downloaded aws-lc-sys v0.40.0
13112026-06-20T22:49:00.807Z Compiling libc v0.2.185
13122026-06-20T22:49:00.807Z Compiling serde v1.0.228
13132026-06-20T22:49:00.811Z Compiling log v0.4.29
13142026-06-20T22:49:00.811Z Compiling shlex v1.3.0
13152026-06-20T22:49:00.947Z Compiling find-msvc-tools v0.1.9
13162026-06-20T22:49:00.950Z Compiling smallvec v1.15.1
13172026-06-20T22:49:00.956Z Compiling syn v2.0.117
13182026-06-20T22:49:00.985Z Compiling typenum v1.19.0
13192026-06-20T22:49:01.127Z Compiling generic-array v0.14.7
13202026-06-20T22:49:01.146Z Compiling subtle v2.6.1
13212026-06-20T22:49:01.158Z Compiling scopeguard v1.2.0
13222026-06-20T22:49:01.231Z Compiling const-oid v0.9.6
13232026-06-20T22:49:01.257Z Compiling lock_api v0.4.14
13242026-06-20T22:49:01.271Z Compiling serde_json v1.0.149
13252026-06-20T22:49:01.305Z Compiling zerocopy v0.8.40
13262026-06-20T22:49:01.372Z Compiling parking_lot_core v0.9.12
13272026-06-20T22:49:01.479Z Compiling pin-project-lite v0.2.17
13282026-06-20T22:49:01.579Z Compiling portable-atomic v1.13.1
13292026-06-20T22:49:01.631Z Compiling pkg-config v0.3.32
13302026-06-20T22:49:01.741Z Compiling bitflags v2.11.0
13312026-06-20T22:49:01.817Z Compiling getrandom v0.2.17
13322026-06-20T22:49:01.918Z Compiling jobserver v0.1.34
13332026-06-20T22:49:01.957Z Compiling errno v0.3.14
13342026-06-20T22:49:01.969Z Compiling rand_core v0.6.4
13352026-06-20T22:49:02.101Z Compiling signal-hook-registry v1.4.8
13362026-06-20T22:49:02.184Z Compiling cc v1.2.56
13372026-06-20T22:49:02.230Z Compiling futures-core v0.3.32
13382026-06-20T22:49:02.281Z Compiling critical-section v1.2.0
13392026-06-20T22:49:02.332Z Compiling libm v0.2.16
13402026-06-20T22:49:02.373Z Compiling parking_lot v0.12.5
13412026-06-20T22:49:02.387Z Compiling mio v1.2.0
13422026-06-20T22:49:02.387Z Compiling num-traits v0.2.19
13432026-06-20T22:49:02.551Z Compiling once_cell v1.21.3
13442026-06-20T22:49:02.563Z Compiling percent-encoding v2.3.2
13452026-06-20T22:49:02.733Z Compiling socket2 v0.6.3
13462026-06-20T22:49:02.748Z Compiling futures-sink v0.3.32
13472026-06-20T22:49:02.751Z Compiling cpufeatures v0.2.17
13482026-06-20T22:49:02.771Z Compiling getrandom v0.4.1
13492026-06-20T22:49:02.830Z Compiling futures-channel v0.3.32
13502026-06-20T22:49:02.843Z Compiling slab v0.4.12
13512026-06-20T22:49:02.855Z Compiling futures-task v0.3.32
13522026-06-20T22:49:03.013Z Compiling futures-io v0.3.32
13532026-06-20T22:49:03.016Z Compiling rand_core v0.10.0
13542026-06-20T22:49:03.051Z Compiling indexmap v2.14.0
13552026-06-20T22:49:03.140Z Compiling rustversion v1.0.22
13562026-06-20T22:49:03.146Z Compiling getrandom v0.3.4
13572026-06-20T22:49:03.182Z Compiling cmake v0.1.57
13582026-06-20T22:49:03.486Z Compiling form_urlencoded v1.2.2
13592026-06-20T22:49:03.579Z Compiling fs_extra v1.3.0
13602026-06-20T22:49:03.661Z Compiling dunce v1.0.5
13612026-06-20T22:49:03.689Z Compiling synstructure v0.13.2
13622026-06-20T22:49:03.730Z Compiling base64ct v1.8.3
13632026-06-20T22:49:03.755Z Compiling ident_case v1.0.1
13642026-06-20T22:49:03.853Z Compiling aws-lc-sys v0.40.0
13652026-06-20T22:49:03.875Z Compiling flagset v0.4.7
13662026-06-20T22:49:03.993Z Compiling pem-rfc7468 v0.7.0
13672026-06-20T22:49:04.005Z Compiling iana-time-zone v0.1.65
13682026-06-20T22:49:04.021Z Compiling rustix v1.1.3
13692026-06-20T22:49:04.053Z Compiling regex-syntax v0.8.10
13702026-06-20T22:49:04.299Z Compiling rand_core v0.9.5
13712026-06-20T22:49:04.370Z Compiling ring v0.17.14
13722026-06-20T22:49:04.383Z Compiling aws-lc-rs v1.16.3
13732026-06-20T22:49:04.383Z Compiling vcpkg v0.2.15
13742026-06-20T22:49:04.579Z Compiling uuid v1.23.0
13752026-06-20T22:49:04.682Z Compiling rustc_version v0.4.1
13762026-06-20T22:49:05.023Z Compiling tracing-core v0.1.36
13772026-06-20T22:49:05.152Z Compiling openssl-sys v0.9.115
13782026-06-20T22:49:05.299Z Compiling base64 v0.22.1
13792026-06-20T22:49:05.522Z Compiling serde_derive v1.0.228
13802026-06-20T22:49:05.579Z Compiling zeroize_derive v1.4.3
13812026-06-20T22:49:05.622Z Compiling zerofrom-derive v0.1.6
13822026-06-20T22:49:05.681Z Compiling yoke-derive v0.8.1
13832026-06-20T22:49:05.817Z Compiling zerovec-derive v0.11.2
13842026-06-20T22:49:06.229Z Compiling zeroize v1.8.2
13852026-06-20T22:49:06.459Z Compiling zerocopy-derive v0.8.40
13862026-06-20T22:49:06.848Z Compiling displaydoc v0.2.5
13872026-06-20T22:49:06.951Z Compiling crypto-common v0.1.7
13882026-06-20T22:49:07.006Z Compiling block-buffer v0.10.4
13892026-06-20T22:49:07.043Z Compiling zerofrom v0.1.6
13902026-06-20T22:49:07.102Z Compiling tokio-macros v2.7.0
13912026-06-20T22:49:07.167Z Compiling yoke v0.8.1
13922026-06-20T22:49:07.167Z Compiling digest v0.10.7
13932026-06-20T22:49:07.367Z Compiling zerovec v0.11.5
13942026-06-20T22:49:07.417Z Compiling futures-macro v0.3.32
13952026-06-20T22:49:07.609Z Compiling zerotrie v0.2.3
13962026-06-20T22:49:07.834Z Compiling tinystr v0.8.2
13972026-06-20T22:49:07.869Z Compiling potential_utf v0.1.4
13982026-06-20T22:49:07.899Z Compiling hmac v0.12.1
13992026-06-20T22:49:08.025Z Compiling icu_locale_core v2.1.1
14002026-06-20T22:49:08.025Z Compiling icu_collections v2.1.1
14012026-06-20T22:49:08.050Z Compiling block-padding v0.3.3
14022026-06-20T22:49:08.201Z Compiling inout v0.1.4
14032026-06-20T22:49:08.213Z Compiling futures-util v0.3.32
14042026-06-20T22:49:08.363Z Compiling cipher v0.4.4
14052026-06-20T22:49:08.500Z Compiling sha2 v0.10.9
14062026-06-20T22:49:08.617Z Compiling der_derive v0.7.3
14072026-06-20T22:49:08.889Z Compiling icu_provider v2.1.1
14082026-06-20T22:49:08.990Z Compiling bytes v1.11.1
14092026-06-20T22:49:09.033Z Compiling chrono v0.4.44
14102026-06-20T22:49:09.245Z Compiling icu_properties v2.1.2
14112026-06-20T22:49:09.563Z Compiling tokio v1.52.1
14122026-06-20T22:49:09.649Z Compiling icu_normalizer v2.1.1
14132026-06-20T22:49:09.901Z Compiling der v0.7.10
14142026-06-20T22:49:10.186Z Compiling idna_adapter v1.2.1
14152026-06-20T22:49:10.324Z Compiling idna v1.1.0
14162026-06-20T22:49:10.359Z Compiling http v1.4.0
14172026-06-20T22:49:10.506Z Compiling salsa20 v0.10.2
14182026-06-20T22:49:10.520Z Compiling pbkdf2 v0.12.2
14192026-06-20T22:49:10.633Z Compiling url v2.5.8
14202026-06-20T22:49:10.646Z Compiling rustls-pki-types v1.14.0
14212026-06-20T22:49:10.956Z Compiling ppv-lite86 v0.2.21
14222026-06-20T22:49:10.970Z Compiling spki v0.7.3
14232026-06-20T22:49:11.079Z Compiling tracing-attributes v0.1.31
14242026-06-20T22:49:11.096Z Compiling thiserror-impl v2.0.18
14252026-06-20T22:49:11.167Z Compiling http-body v1.0.1
14262026-06-20T22:49:11.249Z Compiling rand_chacha v0.9.0
14272026-06-20T22:49:11.273Z Compiling scrypt v0.11.0
14282026-06-20T22:49:11.313Z Compiling cbc v0.1.2
14292026-06-20T22:49:11.416Z Compiling aes v0.8.4
14302026-06-20T22:49:11.517Z Compiling httparse v1.10.1
14312026-06-20T22:49:11.531Z Compiling openssl-probe v0.2.1
14322026-06-20T22:49:11.701Z Compiling untrusted v0.9.0
14332026-06-20T22:49:11.823Z Compiling tinyvec_macros v0.1.1
14342026-06-20T22:49:11.851Z Compiling untrusted v0.7.1
14352026-06-20T22:49:11.893Z Compiling tinyvec v1.10.0
14362026-06-20T22:49:11.972Z Compiling pkcs5 v0.7.1
14372026-06-20T22:49:12.227Z Compiling pest_generator v2.8.6
14382026-06-20T22:49:12.366Z Compiling tracing v0.1.44
14392026-06-20T22:49:12.399Z Compiling thiserror v2.0.18
14402026-06-20T22:49:12.449Z Compiling rand v0.9.2
14412026-06-20T22:49:12.452Z Compiling serde_derive_internals v0.29.1
14422026-06-20T22:49:12.501Z Compiling aho-corasick v1.1.4
14432026-06-20T22:49:12.622Z Compiling dyn-clone v1.0.20
14442026-06-20T22:49:12.758Z Compiling tower-service v0.3.3
14452026-06-20T22:49:12.855Z Compiling rustls v0.23.37
14462026-06-20T22:49:12.912Z Compiling schemars v0.8.22
14472026-06-20T22:49:13.026Z Compiling try-lock v0.2.5
14482026-06-20T22:49:13.109Z Compiling tower-layer v0.3.3
14492026-06-20T22:49:13.155Z Compiling atomic-waker v1.1.2
14502026-06-20T22:49:13.222Z Compiling tokio-util v0.7.18
14512026-06-20T22:49:13.268Z Compiling want v0.3.1
14522026-06-20T22:49:13.284Z Compiling regex-automata v0.4.14
14532026-06-20T22:49:13.332Z Compiling schemars_derive v0.8.22
14542026-06-20T22:49:13.428Z Compiling pest_derive v2.8.6
14552026-06-20T22:49:13.718Z Compiling pkcs8 v0.10.2
14562026-06-20T22:49:14.024Z Compiling h2 v0.4.13
14572026-06-20T22:49:14.162Z Compiling ipnet v2.11.0
14582026-06-20T22:49:14.195Z Compiling scroll_derive v0.13.1
14592026-06-20T22:49:14.283Z Compiling darling_core v0.20.11
14602026-06-20T22:49:14.609Z Compiling foreign-types-shared v0.1.1
14612026-06-20T22:49:14.655Z Compiling pin-utils v0.1.0
14622026-06-20T22:49:14.696Z Compiling httpdate v1.0.3
14632026-06-20T22:49:14.728Z Compiling openssl v0.10.79
14642026-06-20T22:49:14.918Z Compiling tempfile v3.25.0
14652026-06-20T22:49:14.974Z Compiling foreign-types v0.3.2
14662026-06-20T22:49:14.990Z Compiling scroll v0.13.0
14672026-06-20T22:49:15.186Z Compiling unicode-normalization v0.1.25
14682026-06-20T22:49:15.288Z Compiling openssl-macros v0.1.1
14692026-06-20T22:49:15.644Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-06-20T22:49:15.668Z Compiling socket2 v0.5.10
14712026-06-20T22:49:15.682Z Compiling spin v0.9.8
14722026-06-20T22:49:15.885Z Compiling time-core v0.1.8
14732026-06-20T22:49:16.019Z Compiling crc32fast v1.5.0
14742026-06-20T22:49:16.033Z Compiling native-tls v0.2.18
14752026-06-20T22:49:16.058Z Compiling powerfmt v0.2.0
14762026-06-20T22:49:16.227Z Compiling num-conv v0.2.0
14772026-06-20T22:49:16.290Z Compiling deranged v0.5.8
14782026-06-20T22:49:16.355Z Compiling time-macros v0.2.27
14792026-06-20T22:49:16.561Z Compiling darling_macro v0.20.11
14802026-06-20T22:49:17.023Z Compiling hyper v1.8.1
14812026-06-20T22:49:17.229Z Compiling darling v0.20.11
14822026-06-20T22:49:17.311Z Compiling goblin v0.10.5
14832026-06-20T22:49:17.362Z Compiling rustls-native-certs v0.8.3
14842026-06-20T22:49:17.393Z Compiling sync_wrapper v1.0.2
14852026-06-20T22:49:17.501Z Compiling wait-timeout v0.2.1
14862026-06-20T22:49:17.649Z Compiling syn v1.0.109
14872026-06-20T22:49:17.760Z Compiling unicode-segmentation v1.12.0
14882026-06-20T22:49:17.951Z Compiling crossbeam-utils v0.8.21
14892026-06-20T22:49:17.991Z Compiling bit-vec v0.8.0
14902026-06-20T22:49:18.131Z Compiling hyper-util v0.1.20
14912026-06-20T22:49:18.213Z Compiling num_threads v0.1.7
14922026-06-20T22:49:18.229Z Compiling quick-error v1.2.3
14932026-06-20T22:49:18.309Z Compiling usdt-impl v0.6.0
14942026-06-20T22:49:18.331Z Compiling simd-adler32 v0.3.8
14952026-06-20T22:49:18.512Z Compiling siphasher v1.0.2
14962026-06-20T22:49:18.606Z Compiling rusty-fork v0.3.1
14972026-06-20T22:49:18.695Z Compiling time v0.3.47
14982026-06-20T22:49:18.899Z Compiling bit-set v0.8.0
14992026-06-20T22:49:18.957Z Compiling tower v0.5.3
15002026-06-20T22:49:19.076Z Compiling derive_builder_core v0.20.2
15012026-06-20T22:49:19.483Z Compiling dtrace-parser v0.3.0
15022026-06-20T22:49:19.503Z Compiling http-body-util v0.1.3
15032026-06-20T22:49:19.751Z Compiling webpki-roots v1.0.6
15042026-06-20T22:49:19.873Z Compiling signature v2.2.0
15052026-06-20T22:49:19.907Z Compiling scroll_derive v0.12.1
15062026-06-20T22:49:19.988Z Compiling thiserror-impl v1.0.69
15072026-06-20T22:49:20.049Z Compiling dof v0.4.0
15082026-06-20T22:49:20.235Z Compiling heapless v0.7.17
15092026-06-20T22:49:20.296Z Compiling rand_xorshift v0.4.0
15102026-06-20T22:49:20.464Z Compiling slog v2.8.2
15112026-06-20T22:49:20.477Z Compiling darling_core v0.21.3
15122026-06-20T22:49:20.573Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-06-20T22:49:20.645Z Compiling thread-id v5.1.0
15142026-06-20T22:49:20.729Z Compiling cookie v0.18.1
15152026-06-20T22:49:20.843Z Compiling zstd-safe v7.2.4
15162026-06-20T22:49:20.907Z Compiling signal-hook v0.3.18
15172026-06-20T22:49:21.033Z Compiling adler2 v2.0.1
15182026-06-20T22:49:21.074Z Compiling unarray v0.1.4
15192026-06-20T22:49:21.166Z Compiling allocator-api2 v0.2.21
15202026-06-20T22:49:21.188Z Compiling anyhow v1.0.102
15212026-06-20T22:49:21.211Z Compiling unicode-properties v0.1.4
15222026-06-20T22:49:21.235Z Compiling paste v1.0.15
15232026-06-20T22:49:21.413Z Compiling iri-string v0.7.10
15242026-06-20T22:49:21.480Z Compiling unicode-bidi v0.3.18
15252026-06-20T22:49:21.494Z Compiling ryu v1.0.23
15262026-06-20T22:49:21.572Z Compiling thiserror v1.0.69
15272026-06-20T22:49:21.665Z Compiling serde_urlencoded v0.7.1
15282026-06-20T22:49:21.680Z Compiling proptest v1.10.0
15292026-06-20T22:49:21.756Z Compiling miniz_oxide v0.8.9
15302026-06-20T22:49:21.904Z Compiling stringprep v0.1.5
15312026-06-20T22:49:22.370Z Compiling scroll v0.12.0
15322026-06-20T22:49:22.629Z Compiling tower-http v0.6.8
15332026-06-20T22:49:22.863Z Compiling derive_builder_macro v0.20.2
15342026-06-20T22:49:22.931Z Compiling tokio-native-tls v0.3.1
15352026-06-20T22:49:22.948Z Compiling darling_macro v0.21.3
15362026-06-20T22:49:23.021Z Compiling heck v0.4.1
15372026-06-20T22:49:23.095Z Compiling ipnetwork v0.21.1
15382026-06-20T22:49:23.239Z Compiling bstr v1.12.1
15392026-06-20T22:49:23.311Z Compiling rand_chacha v0.3.1
15402026-06-20T22:49:23.377Z Compiling erased-serde v0.3.31
15412026-06-20T22:49:23.418Z Compiling toml_datetime v0.6.11
15422026-06-20T22:49:23.488Z Compiling serde_tokenstream v0.2.3
15432026-06-20T22:49:23.673Z Compiling serde_spanned v0.6.9
15442026-06-20T22:49:23.793Z Compiling md-5 v0.10.6
15452026-06-20T22:49:23.818Z Compiling async-trait v0.1.89
15462026-06-20T22:49:23.851Z Compiling zerocopy-derive v0.7.35
15472026-06-20T22:49:23.878Z Compiling pin-project-internal v1.1.11
15482026-06-20T22:49:23.955Z Compiling curve25519-dalek v4.1.3
15492026-06-20T22:49:24.114Z Compiling vergen-lib v9.1.0
15502026-06-20T22:49:24.300Z Compiling num-integer v0.1.46
15512026-06-20T22:49:24.340Z Compiling hash32 v0.2.1
15522026-06-20T22:49:24.539Z Compiling ff v0.13.1
15532026-06-20T22:49:24.628Z Compiling memoffset v0.9.1
15542026-06-20T22:49:24.681Z Compiling encoding_rs v0.8.35
15552026-06-20T22:49:24.755Z Compiling num-bigint-dig v0.8.6
15562026-06-20T22:49:24.823Z Compiling ref-cast v1.0.25
15572026-06-20T22:49:24.869Z Compiling cfg_aliases v0.2.1
15582026-06-20T22:49:24.944Z Compiling litrs v1.0.0
15592026-06-20T22:49:24.957Z Compiling base16ct v0.2.0
15602026-06-20T22:49:25.018Z Compiling smoltcp v0.9.1
15612026-06-20T22:49:25.122Z Compiling zlib-rs v0.6.2
15622026-06-20T22:49:25.135Z Compiling fallible-iterator v0.2.0
15632026-06-20T22:49:25.351Z Compiling rustix v0.38.44
15642026-06-20T22:49:25.444Z Compiling psl-types v2.0.11
15652026-06-20T22:49:25.457Z Compiling mime v0.3.17
15662026-06-20T22:49:25.568Z Compiling publicsuffix v2.3.0
15672026-06-20T22:49:25.707Z Compiling document-features v0.2.12
15682026-06-20T22:49:25.736Z Compiling postgres-protocol v0.6.10
15692026-06-20T22:49:25.843Z Compiling sec1 v0.7.3
15702026-06-20T22:49:26.120Z Compiling pin-project v1.1.11
15712026-06-20T22:49:26.200Z Compiling nix v0.31.2
15722026-06-20T22:49:26.279Z Compiling zerocopy v0.7.35
15732026-06-20T22:49:26.282Z Compiling group v0.13.0
15742026-06-20T22:49:26.312Z Compiling num-iter v0.1.45
15752026-06-20T22:49:26.543Z Compiling newtype-uuid v1.3.2
15762026-06-20T22:49:26.725Z Compiling hubpack_derive v0.1.1
15772026-06-20T22:49:26.808Z Compiling rand v0.8.6
15782026-06-20T22:49:26.865Z Compiling darling v0.21.3
15792026-06-20T22:49:26.879Z Compiling oxnet v0.1.6
15802026-06-20T22:49:26.927Z Compiling derive_builder v0.20.2
15812026-06-20T22:49:26.945Z Compiling snafu-derive v0.8.9
15822026-06-20T22:49:27.050Z Compiling hyper-tls v0.6.0
15832026-06-20T22:49:27.302Z Compiling goblin v0.8.2
15842026-06-20T22:49:27.893Z Compiling phf_shared v0.13.1
15852026-06-20T22:49:27.980Z Compiling flate2 v1.1.9
15862026-06-20T22:49:28.134Z Compiling lazy_static v1.5.0
15872026-06-20T22:49:28.161Z Compiling regex v1.12.3
15882026-06-20T22:49:28.228Z Compiling anstyle-parse v0.2.7
15892026-06-20T22:49:28.297Z Compiling strum_macros v0.27.2
15902026-06-20T22:49:28.382Z Compiling futures-executor v0.3.32
15912026-06-20T22:49:28.407Z Compiling hex v0.4.3
15922026-06-20T22:49:28.589Z Compiling hkdf v0.12.4
15932026-06-20T22:49:28.637Z Compiling crypto-bigint v0.5.5
15942026-06-20T22:49:28.667Z Compiling terminal_size v0.4.3
15952026-06-20T22:49:28.754Z Compiling daft-derive v0.1.7
15962026-06-20T22:49:28.803Z Compiling curve25519-dalek-derive v0.1.1
15972026-06-20T22:49:28.817Z Compiling ref-cast-impl v1.0.25
15982026-06-20T22:49:29.396Z Compiling vergen v9.1.0
15992026-06-20T22:49:29.478Z Compiling fs-err v3.3.0
16002026-06-20T22:49:29.515Z Compiling cargo-platform v0.3.2
16012026-06-20T22:49:29.577Z Compiling ahash v0.8.12
16022026-06-20T22:49:29.661Z Compiling winnow v0.5.40
16032026-06-20T22:49:29.774Z Compiling object v0.37.3
16042026-06-20T22:49:29.790Z Compiling managed v0.8.0
16052026-06-20T22:49:30.006Z Compiling bitflags v1.3.2
16062026-06-20T22:49:30.042Z Compiling libbz2-rs-sys v0.2.2
16072026-06-20T22:49:30.081Z Compiling foldhash v0.2.0
16082026-06-20T22:49:30.269Z Compiling foldhash v0.1.5
16092026-06-20T22:49:30.312Z Compiling bumpalo v3.20.2
16102026-06-20T22:49:30.440Z Compiling same-file v1.0.6
16112026-06-20T22:49:30.561Z Compiling clap_builder v4.6.0
16122026-06-20T22:49:30.603Z Compiling walkdir v2.5.0
16132026-06-20T22:49:30.726Z Compiling zopfli v0.8.3
16142026-06-20T22:49:30.778Z Compiling bzip2 v0.6.1
16152026-06-20T22:49:30.797Z Compiling hashbrown v0.15.5
16162026-06-20T22:49:30.914Z Compiling strum v0.27.2
16172026-06-20T22:49:30.977Z Compiling toml_edit v0.19.15
16182026-06-20T22:49:31.042Z Compiling hashbrown v0.16.1
16192026-06-20T22:49:31.391Z Compiling cargo_metadata v0.23.1
16202026-06-20T22:49:31.521Z Compiling elliptic-curve v0.13.8
16212026-06-20T22:49:31.636Z Compiling daft v0.1.7
16222026-06-20T22:49:31.883Z Compiling dof v0.3.0
16232026-06-20T22:49:32.015Z Compiling snafu v0.8.9
16242026-06-20T22:49:32.364Z Compiling futures v0.3.32
16252026-06-20T22:49:32.448Z Compiling anstream v0.6.21
16262026-06-20T22:49:32.626Z Compiling phf v0.13.1
16272026-06-20T22:49:32.754Z Compiling cookie_store v0.22.1
16282026-06-20T22:49:32.780Z Compiling signal-hook-mio v0.2.5
16292026-06-20T22:49:32.894Z Compiling bzip2 v0.4.4
16302026-06-20T22:49:33.083Z Compiling zstd v0.13.3
16312026-06-20T22:49:33.100Z Compiling hubpack v0.1.2
16322026-06-20T22:49:33.316Z Compiling serde_with_macros v3.17.0
16332026-06-20T22:49:33.384Z Compiling postgres-types v0.2.12
16342026-06-20T22:49:33.522Z Compiling usdt-attr-macro v0.6.0
16352026-06-20T22:49:33.557Z Compiling usdt-macro v0.6.0
16362026-06-20T22:49:33.926Z Compiling globset v0.4.18
16372026-06-20T22:49:34.311Z Compiling dtrace-parser v0.2.0
16382026-06-20T22:49:34.337Z Compiling ed25519 v2.2.3
16392026-06-20T22:49:34.454Z Compiling phf_shared v0.11.3
16402026-06-20T22:49:34.564Z Compiling olpc-cjson v0.1.4
16412026-06-20T22:49:34.630Z Compiling pkcs1 v0.7.5
16422026-06-20T22:49:34.643Z Compiling strum_macros v0.26.4
16432026-06-20T22:49:34.725Z Compiling enum-as-inner v0.6.1
16442026-06-20T22:49:34.940Z Compiling clap_derive v4.6.1
16452026-06-20T22:49:35.033Z Compiling serde-big-array v0.5.1
16462026-06-20T22:49:35.068Z Compiling serde_plain v1.0.2
16472026-06-20T22:49:35.177Z Compiling rfc6979 v0.4.0
16482026-06-20T22:49:35.226Z Compiling pem v3.0.6
16492026-06-20T22:49:35.250Z Compiling async-recursion v1.1.1
16502026-06-20T22:49:35.263Z Compiling serde_repr v0.1.20
16512026-06-20T22:49:35.296Z Compiling float-cmp v0.10.0
16522026-06-20T22:49:35.440Z Compiling memmap2 v0.9.10
16532026-06-20T22:49:35.540Z Compiling thread-id v4.2.2
16542026-06-20T22:49:35.627Z Compiling env_filter v1.0.0
16552026-06-20T22:49:35.652Z Compiling static_assertions v1.1.0
16562026-06-20T22:49:35.727Z Compiling difflib v0.4.0
16572026-06-20T22:49:35.771Z Compiling fixedbitset v0.4.2
16582026-06-20T22:49:35.889Z Compiling whoami v2.1.0
16592026-06-20T22:49:35.928Z Compiling new_debug_unreachable v1.0.6
16602026-06-20T22:49:35.986Z Compiling jiff v0.2.21
16612026-06-20T22:49:35.999Z Compiling data-encoding v2.10.0
16622026-06-20T22:49:36.253Z Compiling precomputed-hash v0.1.1
16632026-06-20T22:49:36.276Z Compiling predicates-core v1.0.10
16642026-06-20T22:49:36.338Z Compiling keccak v0.1.6
16652026-06-20T22:49:36.377Z Compiling normalize-line-endings v0.3.0
16662026-06-20T22:49:36.450Z Compiling typed-path v0.9.3
16672026-06-20T22:49:36.469Z Compiling fixedbitset v0.5.7
16682026-06-20T22:49:36.683Z Compiling either v1.15.0
16692026-06-20T22:49:36.701Z Compiling clap v4.6.1
16702026-06-20T22:49:36.767Z Compiling petgraph v0.8.3
16712026-06-20T22:49:36.782Z Compiling sha3 v0.10.8
16722026-06-20T22:49:36.886Z Compiling itertools v0.13.0
16732026-06-20T22:49:37.145Z Compiling predicates v3.1.4
16742026-06-20T22:49:37.233Z Compiling toml_edit v0.22.27
16752026-06-20T22:49:37.646Z Compiling strum v0.26.3
16762026-06-20T22:49:37.779Z Compiling string_cache v0.8.9
16772026-06-20T22:49:37.794Z Compiling hickory-proto v0.25.2
16782026-06-20T22:49:38.009Z Compiling tokio-postgres v0.7.16
16792026-06-20T22:49:38.111Z Compiling petgraph v0.6.5
16802026-06-20T22:49:38.180Z Compiling env_logger v0.11.9
16812026-06-20T22:49:38.529Z Compiling zip v4.6.1
16822026-06-20T22:49:38.680Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16832026-06-20T22:49:39.518Z Compiling usdt-impl v0.5.0
16842026-06-20T22:49:39.633Z Compiling usdt v0.6.0
16852026-06-20T22:49:39.890Z Compiling ecdsa v0.16.9
16862026-06-20T22:49:39.964Z Compiling rsa v0.9.10
16872026-06-20T22:49:40.096Z Compiling ed25519-dalek v2.2.0
16882026-06-20T22:49:40.181Z Compiling serde_with v3.17.0
16892026-06-20T22:49:40.264Z Compiling crossterm v0.28.1
16902026-06-20T22:49:40.752Z Compiling zip v0.6.6
16912026-06-20T22:49:41.539Z Compiling toml v0.7.8
16922026-06-20T22:49:41.576Z Compiling iddqd v0.4.2
16932026-06-20T22:49:41.996Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-06-20T22:49:42.139Z Compiling similar v2.7.0
16952026-06-20T22:49:42.158Z Compiling crossbeam-epoch v0.9.18
16962026-06-20T22:49:42.467Z Compiling tokio-stream v0.1.18
16972026-06-20T22:49:42.508Z Compiling buf-list v1.1.2
16982026-06-20T22:49:42.630Z Compiling x509-cert v0.2.5
16992026-06-20T22:49:42.773Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-20T22:49:42.823Z Compiling openapiv3 v2.2.0
17012026-06-20T22:49:42.916Z Compiling sha1 v0.10.6
17022026-06-20T22:49:42.999Z Compiling lalrpop-util v0.19.12
17032026-06-20T22:49:43.066Z Compiling peg-runtime v0.8.5
17042026-06-20T22:49:43.134Z Compiling thread_local v1.1.9
17052026-06-20T22:49:43.188Z Compiling slog-async v2.8.0
17062026-06-20T22:49:43.262Z Compiling crossbeam-channel v0.5.15
17072026-06-20T22:49:43.348Z Compiling filetime v0.2.27
17082026-06-20T22:49:43.379Z Compiling is-terminal v0.4.17
17092026-06-20T22:49:43.470Z Compiling take_mut v0.2.2
17102026-06-20T22:49:43.495Z Compiling term v1.2.1
17112026-06-20T22:49:43.518Z Compiling xattr v1.6.1
17122026-06-20T22:49:43.684Z Compiling tar v0.4.45
17132026-06-20T22:49:44.072Z Compiling slog-term v2.9.2
17142026-06-20T22:49:53.811Z Compiling rustls-webpki v0.103.9
17152026-06-20T22:49:56.610Z Compiling tokio-rustls v0.26.4
17162026-06-20T22:49:56.610Z Compiling rustls-platform-verifier v0.6.2
17172026-06-20T22:49:56.809Z Compiling hyper-rustls v0.27.7
17182026-06-20T22:49:57.007Z Compiling reqwest v0.12.28
17192026-06-20T22:49:57.011Z Compiling reqwest v0.13.2
17202026-06-20T22:49:58.261Z Compiling tough v0.22.0
17212026-06-20T22:50:00.801Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-20T22:50:01.013Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-20T22:50:03.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-06-20T22:50:03.993Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17252026-06-20T22:50:04.045ZJun 20 22:50:02.378 INFO Starting download, target: Cockroach
17262026-06-20T22:50:04.045ZJun 20 22:50:02.378 INFO Starting download, target: Console
17272026-06-20T22:50:04.045ZJun 20 22:50:02.378 INFO Starting download, target: DendriteStub
17282026-06-20T22:50:04.054ZJun 20 22:50:02.378 INFO Starting download, target: Clickhouse
17292026-06-20T22:50:04.054ZJun 20 22:50:02.378 INFO Starting download, target: MaghemiteMgd
17302026-06-20T22:50:04.054ZJun 20 22:50:02.378 INFO Starting download, target: MaghemiteDdmd
17312026-06-20T22:50:04.054ZJun 20 22:50:02.378 INFO Starting download, target: TransceiverControl
17322026-06-20T22:50:04.054ZJun 20 22:50:02.378 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-06-20T22:50:04.054ZJun 20 22:50:02.378 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-06-20T22:50:04.054ZJun 20 22:50:02.378 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-06-20T22:50:04.054ZJun 20 22:50:02.378 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-06-20T22:50:04.054ZJun 20 22:50:02.378 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17372026-06-20T22:50:04.054ZJun 20 22:50:02.379 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17382026-06-20T22:50:04.054ZJun 20 22:50:02.379 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-06-20T22:50:05.028ZJun 20 22:50:03.347 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-06-20T22:50:05.124ZJun 20 22:50:03.459 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-06-20T22:50:05.249ZJun 20 22:50:03.585 INFO Download complete, target: Console
17422026-06-20T22:50:05.365ZJun 20 22:50:03.664 INFO Download complete, target: TransceiverControl
17432026-06-20T22:50:06.090ZJun 20 22:50:04.426 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17442026-06-20T22:50:06.194ZJun 20 22:50:04.531 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-06-20T22:50:06.278ZJun 20 22:50:04.613 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-06-20T22:50:06.387ZJun 20 22:50:04.721 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-06-20T22:50:06.868ZJun 20 22:50:05.206 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-06-20T22:50:06.868ZJun 20 22:50:05.206 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-06-20T22:50:07.887ZJun 20 22:50:06.226 INFO Download complete, target: MaghemiteDdmd
17502026-06-20T22:50:08.725ZJun 20 22:50:07.064 INFO Download complete, target: DendriteStub
17512026-06-20T22:50:08.802ZJun 20 22:50:07.142 INFO Download complete, target: MaghemiteMgd
17522026-06-20T22:50:11.537ZJun 20 22:50:09.854 INFO Checking that binary works, target: Cockroach
17532026-06-20T22:50:11.634ZJun 20 22:50:09.973 INFO Download complete, target: Cockroach
17542026-06-20T22:50:12.986ZJun 20 22:50:11.318 INFO Checking that binary works, target: Clickhouse
17552026-06-20T22:50:13.071ZJun 20 22:50:11.410 INFO Download complete, target: Clickhouse
17562026-06-20T22:50:13.086ZAll builder prerequisites installed successfully, and PATH looks valid
17572026-06-20T22:50:13.089Z
17582026-06-20T22:50:13.089Zreal 2:05.697761713
17592026-06-20T22:50:13.089Zuser 6:51.044095580
17602026-06-20T22:50:13.089Zsys 1:22.326736337
17612026-06-20T22:50:13.089Ztrap 0.233900414
17622026-06-20T22:50:13.089Ztflt 0.659490806
17632026-06-20T22:50:13.089Zdflt 0.522225854
17642026-06-20T22:50:13.089Zkflt 0.023150712
17652026-06-20T22:50:13.089Zlock 21:42.477583683
17662026-06-20T22:50:13.089Zslp 21:08.535305315
17672026-06-20T22:50:13.089Zlat 39.736869264
17682026-06-20T22:50:13.089Zstop 1:49.989203178
17692026-06-20T22:50:13.089Z+ banner hack-check
17702026-06-20T22:50:13.089Z
17712026-06-20T22:50:13.090Z # # ## #### # # #### # # ###### #### # #
17722026-06-20T22:50:13.090Z # # # # # # # # # # # # # # # # #
17732026-06-20T22:50:13.090Z ###### # # # #### ##### # ###### ##### # ####
17742026-06-20T22:50:13.090Z # # ###### # # # # # # # # # #
17752026-06-20T22:50:13.090Z # # # # # # # # # # # # # # # # #
17762026-06-20T22:50:13.090Z # # # # #### # # #### # # ###### #### # #
17772026-06-20T22:50:13.090Z
17782026-06-20T22:50:13.090Z+ export CARGO_INCREMENTAL=0
17792026-06-20T22:50:13.090Z+ CARGO_INCREMENTAL=0
17802026-06-20T22:50:13.090Z+ ptime -m timeout 2h cargo xtask check-features --ci
17812026-06-20T22:50:13.560Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17822026-06-20T22:50:13.768Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17832026-06-20T22:50:15.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
17842026-06-20T22:50:15.638Z Running `target/debug/xtask check-features --ci`
17852026-06-20T22:50:15.658Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17862026-06-20T22:50:15.659Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17872026-06-20T22:50:16.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
17882026-06-20T22:50:16.094Z Running `target/debug/xtask download cargo-hack`
17892026-06-20T22:50:16.812Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17902026-06-20T22:50:17.110Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17912026-06-20T22:50:19.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
17922026-06-20T22:50:19.807Z Running `target/debug/xtask-downloader cargo-hack`
17932026-06-20T22:50:19.843ZJun 20 22:50:18.182 INFO Starting download, target: CargoHack
17942026-06-20T22:50:19.846ZJun 20 22:50:18.183 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17952026-06-20T22:50:20.281ZJun 20 22:50:18.620 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17962026-06-20T22:50:20.332ZJun 20 22:50:18.669 INFO Download complete, target: CargoHack
17972026-06-20T22:50:20.335Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17982026-06-20T22:50:20.345Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17992026-06-20T22:50:20.497Zinfo: running `cargo check --bins` on api_identity (1/297)
18002026-06-20T22:50:20.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-06-20T22:50:20.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-06-20T22:50:20.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-06-20T22:50:20.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18042026-06-20T22:50:21.002Z
18052026-06-20T22:50:21.002Zinfo: running `cargo check --bins` on bootstore (2/297)
18062026-06-20T22:50:21.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-06-20T22:50:21.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-06-20T22:50:21.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-06-20T22:50:21.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18102026-06-20T22:50:21.508Z
18112026-06-20T22:50:21.508Zinfo: running `cargo check --bins` on omicron-ledger (3/297)
18122026-06-20T22:50:21.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-06-20T22:50:21.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-06-20T22:50:21.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-06-20T22:50:21.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18162026-06-20T22:50:22.003Z
18172026-06-20T22:50:22.003Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/297)
18182026-06-20T22:50:22.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-06-20T22:50:22.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-06-20T22:50:22.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-06-20T22:50:22.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18222026-06-20T22:50:22.544Z
18232026-06-20T22:50:22.544Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/297)
18242026-06-20T22:50:22.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-06-20T22:50:22.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-06-20T22:50:22.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-06-20T22:50:22.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18282026-06-20T22:50:23.055Z
18292026-06-20T22:50:23.055Zinfo: running `cargo check --bins` on omicron-certificates (6/297)
18302026-06-20T22:50:23.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-06-20T22:50:23.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-06-20T22:50:23.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-06-20T22:50:23.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18342026-06-20T22:50:23.566Z
18352026-06-20T22:50:23.567Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/297)
18362026-06-20T22:50:23.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-06-20T22:50:23.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-06-20T22:50:23.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-06-20T22:50:23.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18402026-06-20T22:50:24.052Z
18412026-06-20T22:50:24.052Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/297)
18422026-06-20T22:50:24.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-06-20T22:50:24.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-06-20T22:50:24.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-06-20T22:50:24.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18462026-06-20T22:50:24.568Z
18472026-06-20T22:50:24.569Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/297)
18482026-06-20T22:50:24.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-06-20T22:50:24.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-06-20T22:50:24.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-06-20T22:50:24.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18522026-06-20T22:50:24.962Z
18532026-06-20T22:50:24.962Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/297)
18542026-06-20T22:50:25.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-06-20T22:50:25.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-06-20T22:50:25.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-06-20T22:50:25.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18582026-06-20T22:50:25.354Z
18592026-06-20T22:50:25.354Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/297)
18602026-06-20T22:50:25.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-06-20T22:50:25.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-06-20T22:50:25.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-06-20T22:50:25.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18642026-06-20T22:50:25.790Z
18652026-06-20T22:50:25.790Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/297)
18662026-06-20T22:50:26.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-06-20T22:50:26.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-06-20T22:50:26.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-06-20T22:50:26.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18702026-06-20T22:50:26.138Z
18712026-06-20T22:50:26.138Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/297)
18722026-06-20T22:50:26.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-06-20T22:50:26.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-06-20T22:50:26.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-06-20T22:50:26.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18762026-06-20T22:50:26.528Z
18772026-06-20T22:50:26.528Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/297)
18782026-06-20T22:50:26.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-06-20T22:50:26.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-06-20T22:50:26.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-06-20T22:50:26.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18822026-06-20T22:50:26.920Z
18832026-06-20T22:50:26.920Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/297)
18842026-06-20T22:50:27.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-06-20T22:50:27.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-06-20T22:50:27.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-06-20T22:50:27.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18882026-06-20T22:50:27.310Z
18892026-06-20T22:50:27.310Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/297)
18902026-06-20T22:50:27.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-06-20T22:50:27.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-06-20T22:50:27.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-06-20T22:50:27.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18942026-06-20T22:50:27.701Z
18952026-06-20T22:50:27.701Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/297)
18962026-06-20T22:50:28.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-06-20T22:50:28.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-06-20T22:50:28.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-06-20T22:50:28.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19002026-06-20T22:50:28.093Z
19012026-06-20T22:50:28.093Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/297)
19022026-06-20T22:50:28.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-06-20T22:50:28.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-06-20T22:50:28.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-06-20T22:50:28.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19062026-06-20T22:50:28.488Z
19072026-06-20T22:50:28.488Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/297)
19082026-06-20T22:50:28.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-06-20T22:50:28.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-06-20T22:50:28.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-06-20T22:50:28.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19122026-06-20T22:50:28.879Z
19132026-06-20T22:50:28.879Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/297)
19142026-06-20T22:50:29.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-06-20T22:50:29.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-06-20T22:50:29.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-06-20T22:50:29.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19182026-06-20T22:50:29.273Z
19192026-06-20T22:50:29.273Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/297)
19202026-06-20T22:50:29.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-06-20T22:50:29.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-06-20T22:50:29.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-06-20T22:50:29.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19242026-06-20T22:50:29.662Z
19252026-06-20T22:50:29.662Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/297)
19262026-06-20T22:50:30.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-06-20T22:50:30.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-06-20T22:50:30.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-06-20T22:50:30.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19302026-06-20T22:50:30.071Z
19312026-06-20T22:50:30.071Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/297)
19322026-06-20T22:50:30.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-06-20T22:50:30.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-06-20T22:50:30.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-06-20T22:50:30.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19362026-06-20T22:50:30.452Z
19372026-06-20T22:50:30.452Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/297)
19382026-06-20T22:50:30.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-06-20T22:50:30.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-06-20T22:50:30.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-06-20T22:50:30.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19422026-06-20T22:50:30.842Z
19432026-06-20T22:50:30.842Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/297)
19442026-06-20T22:50:31.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-06-20T22:50:31.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-06-20T22:50:31.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-06-20T22:50:31.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19482026-06-20T22:50:31.237Z
19492026-06-20T22:50:31.237Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/297)
19502026-06-20T22:50:31.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-06-20T22:50:31.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-06-20T22:50:31.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-06-20T22:50:31.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19542026-06-20T22:50:31.629Z
19552026-06-20T22:50:31.629Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/297)
19562026-06-20T22:50:31.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-06-20T22:50:31.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-06-20T22:50:31.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-06-20T22:50:31.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19602026-06-20T22:50:32.023Z
19612026-06-20T22:50:32.023Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/297)
19622026-06-20T22:50:32.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-06-20T22:50:32.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-06-20T22:50:32.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-06-20T22:50:32.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19662026-06-20T22:50:32.415Z
19672026-06-20T22:50:32.415Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/297)
19682026-06-20T22:50:32.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-06-20T22:50:32.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-06-20T22:50:32.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-06-20T22:50:32.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19722026-06-20T22:50:32.812Z
19732026-06-20T22:50:32.812Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/297)
19742026-06-20T22:50:33.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-06-20T22:50:33.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-06-20T22:50:33.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-06-20T22:50:33.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19782026-06-20T22:50:33.205Z
19792026-06-20T22:50:33.205Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/297)
19802026-06-20T22:50:33.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-06-20T22:50:33.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-06-20T22:50:33.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-06-20T22:50:33.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19842026-06-20T22:50:33.600Z
19852026-06-20T22:50:33.601Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/297)
19862026-06-20T22:50:33.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-06-20T22:50:33.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-06-20T22:50:33.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-06-20T22:50:33.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19902026-06-20T22:50:33.993Z
19912026-06-20T22:50:33.994Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/297)
19922026-06-20T22:50:34.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-06-20T22:50:34.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-06-20T22:50:34.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-06-20T22:50:34.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19962026-06-20T22:50:34.392Z
19972026-06-20T22:50:34.392Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/297)
19982026-06-20T22:50:34.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-06-20T22:50:34.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-06-20T22:50:34.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-06-20T22:50:34.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20022026-06-20T22:50:34.791Z
20032026-06-20T22:50:34.791Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/297)
20042026-06-20T22:50:35.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-06-20T22:50:35.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-06-20T22:50:35.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-06-20T22:50:35.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20082026-06-20T22:50:35.176Z
20092026-06-20T22:50:35.176Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/297)
20102026-06-20T22:50:35.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-06-20T22:50:35.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-06-20T22:50:35.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-06-20T22:50:35.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20142026-06-20T22:50:35.568Z
20152026-06-20T22:50:35.568Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/297)
20162026-06-20T22:50:35.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-06-20T22:50:35.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-06-20T22:50:35.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-06-20T22:50:35.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20202026-06-20T22:50:35.965Z
20212026-06-20T22:50:35.965Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/297)
20222026-06-20T22:50:36.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-06-20T22:50:36.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-06-20T22:50:36.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-06-20T22:50:36.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20262026-06-20T22:50:36.360Z
20272026-06-20T22:50:36.360Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/297)
20282026-06-20T22:50:36.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-06-20T22:50:36.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-06-20T22:50:36.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-06-20T22:50:36.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20322026-06-20T22:50:36.757Z
20332026-06-20T22:50:36.757Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/297)
20342026-06-20T22:50:37.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-06-20T22:50:37.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-06-20T22:50:37.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-06-20T22:50:37.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20382026-06-20T22:50:37.151Z
20392026-06-20T22:50:37.151Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/297)
20402026-06-20T22:50:37.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-06-20T22:50:37.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-06-20T22:50:37.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-06-20T22:50:37.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20442026-06-20T22:50:37.547Z
20452026-06-20T22:50:37.547Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/297)
20462026-06-20T22:50:37.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-06-20T22:50:37.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-06-20T22:50:37.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-06-20T22:50:37.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20502026-06-20T22:50:37.939Z
20512026-06-20T22:50:37.939Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/297)
20522026-06-20T22:50:38.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-06-20T22:50:38.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-06-20T22:50:38.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-06-20T22:50:38.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20562026-06-20T22:50:38.327Z
20572026-06-20T22:50:38.327Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/297)
20582026-06-20T22:50:38.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-06-20T22:50:38.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-06-20T22:50:38.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-06-20T22:50:38.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20622026-06-20T22:50:38.720Z
20632026-06-20T22:50:38.720Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/297)
20642026-06-20T22:50:39.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-06-20T22:50:39.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-06-20T22:50:39.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-06-20T22:50:39.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20682026-06-20T22:50:39.112Z
20692026-06-20T22:50:39.113Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/297)
20702026-06-20T22:50:39.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-06-20T22:50:39.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-06-20T22:50:39.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-06-20T22:50:39.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20742026-06-20T22:50:39.508Z
20752026-06-20T22:50:39.508Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/297)
20762026-06-20T22:50:39.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-06-20T22:50:39.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-06-20T22:50:39.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-06-20T22:50:39.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20802026-06-20T22:50:39.903Z
20812026-06-20T22:50:39.903Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/297)
20822026-06-20T22:50:40.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-06-20T22:50:40.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-06-20T22:50:40.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-06-20T22:50:40.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20862026-06-20T22:50:40.297Z
20872026-06-20T22:50:40.297Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/297)
20882026-06-20T22:50:40.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-06-20T22:50:40.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-06-20T22:50:40.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-06-20T22:50:40.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20922026-06-20T22:50:40.857Z
20932026-06-20T22:50:40.857Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/297)
20942026-06-20T22:50:41.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-06-20T22:50:41.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-06-20T22:50:41.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-06-20T22:50:41.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20982026-06-20T22:50:41.415Z
20992026-06-20T22:50:41.415Zinfo: running `cargo check --bins` on nexus-config (51/297)
21002026-06-20T22:50:41.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-06-20T22:50:41.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-06-20T22:50:41.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-06-20T22:50:41.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21042026-06-20T22:50:41.970Z
21052026-06-20T22:50:41.970Zinfo: running `cargo check --bins` on nexus-types (52/297)
21062026-06-20T22:50:42.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-06-20T22:50:42.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-06-20T22:50:42.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-06-20T22:50:42.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21102026-06-20T22:50:42.516Z
21112026-06-20T22:50:42.517Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/297)
21122026-06-20T22:50:42.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-06-20T22:50:42.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-06-20T22:50:42.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-06-20T22:50:42.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21162026-06-20T22:50:43.040Z
21172026-06-20T22:50:43.040Zinfo: running `cargo check --bins` on omicron-passwords (54/297)
21182026-06-20T22:50:43.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-06-20T22:50:43.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-06-20T22:50:43.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-06-20T22:50:43.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21222026-06-20T22:50:43.546Z
21232026-06-20T22:50:43.547Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/297)
21242026-06-20T22:50:43.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-06-20T22:50:43.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-06-20T22:50:43.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-06-20T22:50:43.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21282026-06-20T22:50:44.072Z
21292026-06-20T22:50:44.072Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/297)
21302026-06-20T22:50:44.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-06-20T22:50:44.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-06-20T22:50:44.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-06-20T22:50:44.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21342026-06-20T22:50:44.599Z
21352026-06-20T22:50:44.599Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/297)
21362026-06-20T22:50:45.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-06-20T22:50:45.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-06-20T22:50:45.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-06-20T22:50:45.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21402026-06-20T22:50:45.127Z
21412026-06-20T22:50:45.127Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/297)
21422026-06-20T22:50:45.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-06-20T22:50:45.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-06-20T22:50:45.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-06-20T22:50:45.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21462026-06-20T22:50:45.653Z
21472026-06-20T22:50:45.653Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/297)
21482026-06-20T22:50:46.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-06-20T22:50:46.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-06-20T22:50:46.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-06-20T22:50:46.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21522026-06-20T22:50:46.160Z
21532026-06-20T22:50:46.160Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/297)
21542026-06-20T22:50:46.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-06-20T22:50:46.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-06-20T22:50:46.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-06-20T22:50:46.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21582026-06-20T22:50:46.670Z
21592026-06-20T22:50:46.670Zinfo: running `cargo check --bins --no-default-features` on gfss (61/297)
21602026-06-20T22:50:47.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-06-20T22:50:47.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-06-20T22:50:47.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-06-20T22:50:47.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21642026-06-20T22:50:47.174Z
21652026-06-20T22:50:47.174Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/297)
21662026-06-20T22:50:47.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-06-20T22:50:47.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-06-20T22:50:47.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-06-20T22:50:47.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21702026-06-20T22:50:47.680Z
21712026-06-20T22:50:47.680Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/297)
21722026-06-20T22:50:48.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-06-20T22:50:48.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-06-20T22:50:48.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-06-20T22:50:48.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21762026-06-20T22:50:48.202Z
21772026-06-20T22:50:48.202Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/297)
21782026-06-20T22:50:48.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-06-20T22:50:48.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-06-20T22:50:48.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-06-20T22:50:48.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21822026-06-20T22:50:48.728Z
21832026-06-20T22:50:48.728Zinfo: running `cargo check --bins` on cockroach-admin-types (65/297)
21842026-06-20T22:50:49.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-06-20T22:50:49.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-06-20T22:50:49.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-06-20T22:50:49.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21882026-06-20T22:50:49.238Z
21892026-06-20T22:50:49.239Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/297)
21902026-06-20T22:50:49.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-06-20T22:50:49.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-06-20T22:50:49.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-06-20T22:50:49.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21942026-06-20T22:50:49.742Z
21952026-06-20T22:50:49.742Zinfo: running `cargo check --bins` on ereport-types (67/297)
21962026-06-20T22:50:50.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-06-20T22:50:50.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-06-20T22:50:50.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-06-20T22:50:50.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22002026-06-20T22:50:50.255Z
22012026-06-20T22:50:50.255Zinfo: running `cargo check --bins` on gateway-client (68/297)
22022026-06-20T22:50:50.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-06-20T22:50:50.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-06-20T22:50:50.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-06-20T22:50:50.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22062026-06-20T22:50:50.774Z
22072026-06-20T22:50:50.774Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/297)
22082026-06-20T22:50:51.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-06-20T22:50:51.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-06-20T22:50:51.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-06-20T22:50:51.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22122026-06-20T22:50:51.289Z
22132026-06-20T22:50:51.289Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/297)
22142026-06-20T22:50:51.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-06-20T22:50:51.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-06-20T22:50:51.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-06-20T22:50:51.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22182026-06-20T22:50:51.804Z
22192026-06-20T22:50:51.804Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/297)
22202026-06-20T22:50:52.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-06-20T22:50:52.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-06-20T22:50:52.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-06-20T22:50:52.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22242026-06-20T22:50:52.322Z
22252026-06-20T22:50:52.322Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/297)
22262026-06-20T22:50:52.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-06-20T22:50:52.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-06-20T22:50:52.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-06-20T22:50:52.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22302026-06-20T22:50:52.841Z
22312026-06-20T22:50:52.841Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/297)
22322026-06-20T22:50:53.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-06-20T22:50:53.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-06-20T22:50:53.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-06-20T22:50:53.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22362026-06-20T22:50:53.377Z
22372026-06-20T22:50:53.377Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/297)
22382026-06-20T22:50:53.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-06-20T22:50:53.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-06-20T22:50:53.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-06-20T22:50:53.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22422026-06-20T22:50:53.913Z
22432026-06-20T22:50:53.913Zinfo: running `cargo check --bins` on key-manager-types (75/297)
22442026-06-20T22:50:54.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-06-20T22:50:54.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-06-20T22:50:54.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-06-20T22:50:54.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22482026-06-20T22:50:54.420Z
22492026-06-20T22:50:54.420Zinfo: running `cargo check --bins` on oxlog (76/297)
22502026-06-20T22:50:54.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-06-20T22:50:54.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-06-20T22:50:54.972Z Checking cfg-if v1.0.4
22532026-06-20T22:50:54.975Z Checking libc v0.2.185
22542026-06-20T22:50:54.975Z Checking serde_core v1.0.228
22552026-06-20T22:50:55.083Z Checking zeroize v1.8.2
22562026-06-20T22:50:55.091Z Checking memchr v2.8.0
22572026-06-20T22:50:55.100Z Checking log v0.4.29
22582026-06-20T22:50:55.108Z Checking smallvec v1.15.1
22592026-06-20T22:50:55.118Z Checking typenum v1.19.0
22602026-06-20T22:50:55.118Z Checking subtle v2.6.1
22612026-06-20T22:50:55.218Z Checking itoa v1.0.17
22622026-06-20T22:50:55.258Z Checking scopeguard v1.2.0
22632026-06-20T22:50:55.271Z Checking stable_deref_trait v1.2.1
22642026-06-20T22:50:55.282Z Checking const-oid v0.9.6
22652026-06-20T22:50:55.341Z Checking zerofrom v0.1.6
22662026-06-20T22:50:55.354Z Checking lock_api v0.4.14
22672026-06-20T22:50:55.362Z Checking pin-project-lite v0.2.17
22682026-06-20T22:50:55.446Z Checking yoke v0.8.1
22692026-06-20T22:50:55.459Z Checking portable-atomic v1.13.1
22702026-06-20T22:50:55.462Z Checking futures-core v0.3.32
22712026-06-20T22:50:55.473Z Checking getrandom v0.2.17
22722026-06-20T22:50:55.538Z Checking errno v0.3.14
22732026-06-20T22:50:55.607Z Checking zerovec v0.11.5
22742026-06-20T22:50:55.620Z Checking parking_lot_core v0.9.12
22752026-06-20T22:50:55.633Z Checking generic-array v0.14.7
22762026-06-20T22:50:55.633Z Checking rand_core v0.6.4
22772026-06-20T22:50:55.655Z Checking signal-hook-registry v1.4.8
22782026-06-20T22:50:55.797Z Checking critical-section v1.2.0
22792026-06-20T22:50:55.809Z Checking parking_lot v0.12.5
22802026-06-20T22:50:55.813Z Checking mio v1.2.0
22812026-06-20T22:50:55.882Z Checking zerocopy v0.8.40
22822026-06-20T22:50:55.892Z Checking once_cell v1.21.3
22832026-06-20T22:50:55.954Z Checking zmij v1.0.21
22842026-06-20T22:50:55.986Z Checking socket2 v0.6.3
22852026-06-20T22:50:56.029Z Checking tinystr v0.8.2
22862026-06-20T22:50:56.056Z Checking libm v0.2.16
22872026-06-20T22:50:56.065Z Checking crypto-common v0.1.7
22882026-06-20T22:50:56.087Z Checking block-buffer v0.10.4
22892026-06-20T22:50:56.158Z Checking percent-encoding v2.3.2
22902026-06-20T22:50:56.181Z Checking litemap v0.8.1
22912026-06-20T22:50:56.196Z Checking equivalent v1.0.2
22922026-06-20T22:50:56.217Z Checking digest v0.10.7
22932026-06-20T22:50:56.220Z Checking writeable v0.6.2
22942026-06-20T22:50:56.273Z Checking potential_utf v0.1.4
22952026-06-20T22:50:56.292Z Checking zerotrie v0.2.3
22962026-06-20T22:50:56.346Z Checking futures-sink v0.3.32
22972026-06-20T22:50:56.379Z Checking icu_locale_core v2.1.1
22982026-06-20T22:50:56.396Z Checking icu_collections v2.1.1
22992026-06-20T22:50:56.410Z Checking futures-task v0.3.32
23002026-06-20T22:50:56.438Z Checking futures-channel v0.3.32
23012026-06-20T22:50:56.536Z Checking cpufeatures v0.2.17
23022026-06-20T22:50:56.548Z Checking futures-io v0.3.32
23032026-06-20T22:50:56.551Z Checking serde v1.0.228
23042026-06-20T22:50:56.603Z Checking bitflags v2.11.0
23052026-06-20T22:50:56.622Z Checking serde_json v1.0.149
23062026-06-20T22:50:56.654Z Checking slab v0.4.12
23072026-06-20T22:50:56.697Z Checking hmac v0.12.1
23082026-06-20T22:50:56.747Z Checking num-traits v0.2.19
23092026-06-20T22:50:56.763Z Checking icu_properties_data v2.1.2
23102026-06-20T22:50:56.806Z Checking futures-util v0.3.32
23112026-06-20T22:50:56.825Z Checking icu_normalizer_data v2.1.1
23122026-06-20T22:50:56.886Z Checking rand_core v0.10.0
23132026-06-20T22:50:56.897Z Checking hashbrown v0.17.0
23142026-06-20T22:50:56.931Z Checking icu_provider v2.1.1
23152026-06-20T22:50:56.947Z Checking bytes v1.11.1
23162026-06-20T22:50:57.022Z Checking getrandom v0.4.1
23172026-06-20T22:50:57.154Z Checking icu_normalizer v2.1.1
23182026-06-20T22:50:57.168Z Checking icu_properties v2.1.2
23192026-06-20T22:50:57.264Z Checking block-padding v0.3.3
23202026-06-20T22:50:57.285Z Checking utf8_iter v1.0.4
23212026-06-20T22:50:57.352Z Checking indexmap v2.14.0
23222026-06-20T22:50:57.374Z Checking tokio v1.52.1
23232026-06-20T22:50:57.390Z Checking inout v0.1.4
23242026-06-20T22:50:57.404Z Checking sha2 v0.10.9
23252026-06-20T22:50:57.453Z Checking form_urlencoded v1.2.2
23262026-06-20T22:50:57.521Z Checking cipher v0.4.4
23272026-06-20T22:50:57.576Z Checking getrandom v0.3.4
23282026-06-20T22:50:57.670Z Checking base64ct v1.8.3
23292026-06-20T22:50:57.712Z Checking byteorder v1.5.0
23302026-06-20T22:50:57.727Z Checking fnv v1.0.7
23312026-06-20T22:50:57.818Z Checking flagset v0.4.7
23322026-06-20T22:50:57.896Z Checking pem-rfc7468 v0.7.0
23332026-06-20T22:50:57.908Z Checking rand_core v0.9.5
23342026-06-20T22:50:57.919Z Checking http v1.4.0
23352026-06-20T22:50:57.938Z Checking regex-syntax v0.8.10
23362026-06-20T22:50:57.983Z Checking idna_adapter v1.2.1
23372026-06-20T22:50:58.048Z Checking der v0.7.10
23382026-06-20T22:50:58.075Z Checking salsa20 v0.10.2
23392026-06-20T22:50:58.099Z Checking idna v1.1.0
23402026-06-20T22:50:58.204Z Checking uuid v1.23.0
23412026-06-20T22:50:58.355Z Checking url v2.5.8
23422026-06-20T22:50:58.477Z Checking pbkdf2 v0.12.2
23432026-06-20T22:50:58.521Z Checking rustix v1.1.3
23442026-06-20T22:50:58.587Z Checking tracing-core v0.1.36
23452026-06-20T22:50:58.628Z Checking ppv-lite86 v0.2.21
23462026-06-20T22:50:58.711Z Checking rustls-pki-types v1.14.0
23472026-06-20T22:50:58.797Z Checking spki v0.7.3
23482026-06-20T22:50:58.809Z Checking iana-time-zone v0.1.65
23492026-06-20T22:50:58.891Z Checking base64 v0.22.1
23502026-06-20T22:50:58.909Z Checking chrono v0.4.44
23512026-06-20T22:50:58.921Z Checking rand_chacha v0.9.0
23522026-06-20T22:50:58.957Z Checking tracing v0.1.44
23532026-06-20T22:50:58.990Z Checking scrypt v0.11.0
23542026-06-20T22:50:59.112Z Checking http-body v1.0.1
23552026-06-20T22:50:59.123Z Checking cbc v0.1.2
23562026-06-20T22:50:59.126Z Checking aes v0.8.4
23572026-06-20T22:50:59.155Z Checking aws-lc-sys v0.40.0
23582026-06-20T22:50:59.237Z Checking untrusted v0.9.0
23592026-06-20T22:50:59.249Z Checking untrusted v0.7.1
23602026-06-20T22:50:59.259Z Checking tinyvec_macros v0.1.1
23612026-06-20T22:50:59.322Z Checking openssl-probe v0.2.1
23622026-06-20T22:50:59.343Z Checking ring v0.17.14
23632026-06-20T22:50:59.353Z Checking tinyvec v1.10.0
23642026-06-20T22:50:59.367Z Checking rand v0.9.2
23652026-06-20T22:50:59.421Z Checking try-lock v0.2.5
23662026-06-20T22:50:59.517Z Checking tower-service v0.3.3
23672026-06-20T22:50:59.517Z Checking pkcs5 v0.7.1
23682026-06-20T22:50:59.605Z Checking atomic-waker v1.1.2
23692026-06-20T22:50:59.654Z Checking tower-layer v0.3.3
23702026-06-20T22:50:59.657Z Checking aws-lc-rs v1.16.3
23712026-06-20T22:50:59.699Z Checking want v0.3.1
23722026-06-20T22:50:59.759Z Checking ipnet v2.11.0
23732026-06-20T22:50:59.777Z Checking pkcs8 v0.10.2
23742026-06-20T22:50:59.795Z Checking httparse v1.10.1
23752026-06-20T22:50:59.815Z Checking aho-corasick v1.1.4
23762026-06-20T22:50:59.829Z Checking foreign-types-shared v0.1.1
23772026-06-20T22:50:59.906Z Checking fastrand v2.3.0
23782026-06-20T22:50:59.954Z Checking pin-utils v0.1.0
23792026-06-20T22:50:59.997Z Checking utf8parse v0.2.2
23802026-06-20T22:51:00.010Z Checking plain v0.2.3
23812026-06-20T22:51:00.020Z Checking dyn-clone v1.0.20
23822026-06-20T22:51:00.081Z Checking httpdate v1.0.3
23832026-06-20T22:51:00.094Z Checking tempfile v3.25.0
23842026-06-20T22:51:00.106Z Checking foreign-types v0.3.2
23852026-06-20T22:51:00.119Z Checking unicode-normalization v0.1.25
23862026-06-20T22:51:00.172Z Checking semver v1.0.28
23872026-06-20T22:51:00.225Z Checking openssl-sys v0.9.115
23882026-06-20T22:51:00.325Z Checking spin v0.9.8
23892026-06-20T22:51:00.328Z Checking socket2 v0.5.10
23902026-06-20T22:51:00.378Z Checking unicode-ident v1.0.24
23912026-06-20T22:51:00.461Z Checking anstyle v1.0.14
23922026-06-20T22:51:00.486Z Checking ucd-trie v0.1.7
23932026-06-20T22:51:00.498Z Checking regex-automata v0.4.14
23942026-06-20T22:51:00.501Z Checking rustls-webpki v0.103.9
23952026-06-20T22:51:01.523Z Checking proc-macro2 v1.0.106
23962026-06-20T22:51:01.527Z Checking schemars v0.8.22
23972026-06-20T22:51:01.527Z Checking openssl v0.10.79
23982026-06-20T22:51:01.527Z Checking pest v2.8.6
23992026-06-20T22:51:01.527Z Checking tokio-util v0.7.18
24002026-06-20T22:51:01.527Z Checking rustls-native-certs v0.8.3
24012026-06-20T22:51:01.527Z Checking thiserror v2.0.18
24022026-06-20T22:51:01.527Z Checking sync_wrapper v1.0.2
24032026-06-20T22:51:01.527Z Checking wait-timeout v0.2.1
24042026-06-20T22:51:01.527Z Checking colorchoice v1.0.4
24052026-06-20T22:51:01.527Z Checking rustls v0.23.37
24062026-06-20T22:51:01.528Z Checking siphasher v1.0.2
24072026-06-20T22:51:01.528Z Checking quick-error v1.2.3
24082026-06-20T22:51:01.528Z Checking anstyle-query v1.1.5
24092026-06-20T22:51:01.528Z Checking pretty-hex v0.4.1
24102026-06-20T22:51:01.528Z Checking simd-adler32 v0.3.8
24112026-06-20T22:51:01.528Z Checking powerfmt v0.2.0
24122026-06-20T22:51:01.528Z Checking h2 v0.4.13
24132026-06-20T22:51:01.528Z Checking is_terminal_polyfill v1.70.2
24142026-06-20T22:51:01.528Z Checking bit-vec v0.8.0
24152026-06-20T22:51:01.528Z Checking deranged v0.5.8
24162026-06-20T22:51:01.528Z Checking rusty-fork v0.3.1
24172026-06-20T22:51:01.528Z Checking bit-set v0.8.0
24182026-06-20T22:51:01.535Z Checking tower v0.5.3
24192026-06-20T22:51:01.652Z Checking quote v1.0.45
24202026-06-20T22:51:01.665Z Compiling newtype-uuid v1.3.2
24212026-06-20T22:51:01.818Z Checking http-body-util v0.1.3
24222026-06-20T22:51:01.840Z Checking crossbeam-utils v0.8.21
24232026-06-20T22:51:01.904Z Checking webpki-roots v1.0.6
24242026-06-20T22:51:02.018Z Checking rand_xorshift v0.4.0
24252026-06-20T22:51:02.032Z Checking crc32fast v1.5.0
24262026-06-20T22:51:02.134Z Checking scroll v0.13.0
24272026-06-20T22:51:02.165Z Checking signature v2.2.0
24282026-06-20T22:51:02.177Z Checking iri-string v0.7.10
24292026-06-20T22:51:02.269Z Checking ryu v1.0.23
24302026-06-20T22:51:02.289Z Checking unicode-properties v0.1.4
24312026-06-20T22:51:02.305Z Checking num_threads v0.1.7
24322026-06-20T22:51:02.356Z Checking time-core v0.1.8
24332026-06-20T22:51:02.387Z Checking unarray v0.1.4
24342026-06-20T22:51:02.400Z Checking allocator-api2 v0.2.21
24352026-06-20T22:51:02.471Z Checking num-conv v0.2.0
24362026-06-20T22:51:02.487Z Checking adler2 v2.0.1
24372026-06-20T22:51:02.499Z Checking unicode-bidi v0.3.18
24382026-06-20T22:51:02.582Z Checking time v0.3.47
24392026-06-20T22:51:02.593Z Checking miniz_oxide v0.8.9
24402026-06-20T22:51:02.603Z Checking native-tls v0.2.18
24412026-06-20T22:51:02.680Z Checking proptest v1.10.0
24422026-06-20T22:51:02.772Z Checking tokio-native-tls v0.3.1
24432026-06-20T22:51:02.783Z Checking stringprep v0.1.5
24442026-06-20T22:51:02.925Z Checking serde_urlencoded v0.7.1
24452026-06-20T22:51:02.938Z Checking goblin v0.10.5
24462026-06-20T22:51:02.941Z Checking bstr v1.12.1
24472026-06-20T22:51:03.128Z Checking crossbeam-epoch v0.9.18
24482026-06-20T22:51:03.181Z Checking tower-http v0.6.8
24492026-06-20T22:51:03.282Z Checking tokio-rustls v0.26.4
24502026-06-20T22:51:03.355Z Checking syn v2.0.117
24512026-06-20T22:51:03.369Z Compiling daft v0.1.7
24522026-06-20T22:51:03.478Z Checking ipnetwork v0.21.1
24532026-06-20T22:51:03.514Z Checking anstyle-parse v1.0.0
24542026-06-20T22:51:03.648Z Checking rand_chacha v0.3.1
24552026-06-20T22:51:03.667Z Checking scroll v0.12.0
24562026-06-20T22:51:03.697Z Checking thiserror v1.0.69
24572026-06-20T22:51:03.718Z Checking hash32 v0.2.1
24582026-06-20T22:51:03.792Z Checking zstd-sys v2.0.16+zstd.1.5.7
24592026-06-20T22:51:03.856Z Checking num-integer v0.1.46
24602026-06-20T22:51:03.874Z Checking serde_spanned v0.6.9
24612026-06-20T22:51:03.894Z Checking toml_datetime v0.6.11
24622026-06-20T22:51:03.905Z Checking md-5 v0.10.6
24632026-06-20T22:51:03.938Z Checking hyper v1.8.1
24642026-06-20T22:51:03.995Z Checking ff v0.13.1
24652026-06-20T22:51:04.056Z Checking encoding_rs v0.8.35
24662026-06-20T22:51:04.069Z Checking psl-types v2.0.11
24672026-06-20T22:51:04.081Z Checking base16ct v0.2.0
24682026-06-20T22:51:04.121Z Checking zlib-rs v0.6.2
24692026-06-20T22:51:04.182Z Checking mime v0.3.17
24702026-06-20T22:51:04.199Z Checking fallible-iterator v0.2.0
24712026-06-20T22:51:04.353Z Checking sec1 v0.7.3
24722026-06-20T22:51:04.470Z Checking postgres-protocol v0.6.10
24732026-06-20T22:51:04.558Z Checking publicsuffix v2.3.0
24742026-06-20T22:51:04.629Z Checking group v0.13.0
24752026-06-20T22:51:04.717Z Checking num-iter v0.1.45
24762026-06-20T22:51:04.772Z Checking zstd-safe v7.2.4
24772026-06-20T22:51:04.784Z Checking goblin v0.8.2
24782026-06-20T22:51:04.828Z Checking heapless v0.7.17
24792026-06-20T22:51:04.845Z Checking hyper-util v0.1.20
24802026-06-20T22:51:04.937Z Checking rand v0.8.6
24812026-06-20T22:51:04.965Z Checking cookie v0.18.1
24822026-06-20T22:51:04.984Z Checking flate2 v1.1.9
24832026-06-20T22:51:05.193Z Checking oxnet v0.1.6
24842026-06-20T22:51:05.232Z Checking anstream v1.0.0
24852026-06-20T22:51:05.277Z Compiling iddqd v0.4.2
24862026-06-20T22:51:05.289Z Checking dof v0.4.0
24872026-06-20T22:51:05.426Z Checking dtrace-parser v0.3.0
24882026-06-20T22:51:05.442Z Checking phf_shared v0.13.1
24892026-06-20T22:51:05.453Z Checking lazy_static v1.5.0
24902026-06-20T22:51:05.539Z Checking anstyle-parse v0.2.7
24912026-06-20T22:51:05.629Z Checking zerocopy v0.7.35
24922026-06-20T22:51:05.648Z Checking pin-project v1.1.11
24932026-06-20T22:51:05.659Z Checking bzip2-sys v0.1.13+1.0.8
24942026-06-20T22:51:05.689Z Checking signal-hook v0.3.18
24952026-06-20T22:51:05.735Z Checking terminal_size v0.4.3
24962026-06-20T22:51:05.739Z Checking futures-executor v0.3.32
24972026-06-20T22:51:05.846Z Checking hex v0.4.3
24982026-06-20T22:51:05.871Z Checking hkdf v0.12.4
24992026-06-20T22:51:05.889Z Checking crypto-bigint v0.5.5
25002026-06-20T22:51:05.913Z Checking thread-id v5.1.0
25012026-06-20T22:51:05.988Z Checking winnow v0.5.40
25022026-06-20T22:51:05.999Z Checking bumpalo v3.20.2
25032026-06-20T22:51:06.063Z Checking winnow v0.7.14
25042026-06-20T22:51:06.096Z Checking hyper-rustls v0.27.7
25052026-06-20T22:51:06.119Z Checking hyper-tls v0.6.0
25062026-06-20T22:51:06.190Z Checking bitflags v1.3.2
25072026-06-20T22:51:06.260Z Checking strsim v0.11.1
25082026-06-20T22:51:06.289Z Checking clap_lex v1.0.0
25092026-06-20T22:51:06.301Z Checking foldhash v0.1.5
25102026-06-20T22:51:06.416Z Checking same-file v1.0.6
25112026-06-20T22:51:06.432Z Checking libbz2-rs-sys v0.2.2
25122026-06-20T22:51:06.440Z Checking either v1.15.0
25132026-06-20T22:51:06.546Z Checking managed v0.8.0
25142026-06-20T22:51:06.554Z Compiling rayon-core v1.13.0
25152026-06-20T22:51:06.620Z Checking foldhash v0.2.0
25162026-06-20T22:51:06.677Z Checking dof v0.3.0
25172026-06-20T22:51:06.710Z Checking smoltcp v0.9.1
25182026-06-20T22:51:06.739Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-06-20T22:51:06.770Z Checking hashbrown v0.16.1
25202026-06-20T22:51:06.773Z Checking elliptic-curve v0.13.8
25212026-06-20T22:51:06.812Z Checking bzip2 v0.6.1
25222026-06-20T22:51:06.916Z Checking walkdir v2.5.0
25232026-06-20T22:51:06.954Z Checking clap_builder v4.6.0
25242026-06-20T22:51:06.969Z Checking hashbrown v0.15.5
25252026-06-20T22:51:07.072Z Checking reqwest v0.12.28
25262026-06-20T22:51:07.084Z Checking zopfli v0.8.3
25272026-06-20T22:51:07.124Z Checking toml_edit v0.19.15
25282026-06-20T22:51:07.240Z Checking usdt-impl v0.6.0
25292026-06-20T22:51:07.275Z Checking futures v0.3.32
25302026-06-20T22:51:07.295Z Checking signal-hook-mio v0.2.5
25312026-06-20T22:51:07.344Z Checking snafu v0.8.9
25322026-06-20T22:51:07.392Z Checking bzip2 v0.4.4
25332026-06-20T22:51:07.405Z Checking anstream v0.6.21
25342026-06-20T22:51:07.432Z Checking phf v0.13.1
25352026-06-20T22:51:07.520Z Checking num-bigint-dig v0.8.6
25362026-06-20T22:51:07.571Z Checking cookie_store v0.22.1
25372026-06-20T22:51:07.583Z Checking zstd v0.13.3
25382026-06-20T22:51:07.592Z Checking postgres-types v0.2.12
25392026-06-20T22:51:07.760Z Checking dtrace-parser v0.2.0
25402026-06-20T22:51:07.784Z Checking crossbeam-deque v0.8.6
25412026-06-20T22:51:07.955Z Checking globset v0.4.18
25422026-06-20T22:51:07.965Z Checking rustls-platform-verifier v0.6.2
25432026-06-20T22:51:07.965Z Checking regex v1.12.3
25442026-06-20T22:51:07.965Z Checking ed25519 v2.2.3
25452026-06-20T22:51:07.983Z Checking phf_shared v0.11.3
25462026-06-20T22:51:08.023Z Checking olpc-cjson v0.1.4
25472026-06-20T22:51:08.122Z Checking curve25519-dalek v4.1.3
25482026-06-20T22:51:08.134Z Checking ref-cast v1.0.25
25492026-06-20T22:51:08.145Z Checking strum v0.27.2
25502026-06-20T22:51:08.149Z Checking hubpack v0.1.2
25512026-06-20T22:51:08.166Z Checking memoffset v0.9.1
25522026-06-20T22:51:08.175Z Checking rustix v0.38.44
25532026-06-20T22:51:08.186Z Checking pkcs1 v0.7.5
25542026-06-20T22:51:08.221Z Checking pem v3.0.6
25552026-06-20T22:51:08.236Z Checking float-cmp v0.10.0
25562026-06-20T22:51:08.247Z Checking serde-big-array v0.5.1
25572026-06-20T22:51:08.327Z Checking erased-serde v0.3.31
25582026-06-20T22:51:08.348Z Checking serde_plain v1.0.2
25592026-06-20T22:51:08.361Z Checking rfc6979 v0.4.0
25602026-06-20T22:51:08.372Z Checking memmap2 v0.9.10
25612026-06-20T22:51:08.390Z Checking thread-id v4.2.2
25622026-06-20T22:51:08.403Z Checking env_filter v1.0.0
25632026-06-20T22:51:08.464Z Checking precomputed-hash v0.1.1
25642026-06-20T22:51:08.467Z Checking static_assertions v1.1.0
25652026-06-20T22:51:08.485Z Checking whoami v2.1.0
25662026-06-20T22:51:08.526Z Checking fixedbitset v0.5.7
25672026-06-20T22:51:08.537Z Checking data-encoding v2.10.0
25682026-06-20T22:51:08.542Z Checking jiff v0.2.21
25692026-06-20T22:51:08.557Z Checking typed-path v0.9.3
25702026-06-20T22:51:08.669Z Checking toml_write v0.1.2
25712026-06-20T22:51:08.709Z Checking normalize-line-endings v0.3.0
25722026-06-20T22:51:08.721Z Checking fixedbitset v0.4.2
25732026-06-20T22:51:08.798Z Checking keccak v0.1.6
25742026-06-20T22:51:08.808Z Checking unicode-segmentation v1.12.0
25752026-06-20T22:51:08.831Z Checking predicates-core v1.0.10
25762026-06-20T22:51:08.864Z Checking new_debug_unreachable v1.0.6
25772026-06-20T22:51:08.923Z Checking difflib v0.4.0
25782026-06-20T22:51:08.934Z Checking string_cache v0.8.9
25792026-06-20T22:51:08.947Z Checking ed25519-dalek v2.2.0
25802026-06-20T22:51:08.958Z Checking sha3 v0.10.8
25812026-06-20T22:51:08.970Z Checking crossterm v0.28.1
25822026-06-20T22:51:09.089Z Checking petgraph v0.6.5
25832026-06-20T22:51:09.100Z Checking predicates v3.1.4
25842026-06-20T22:51:09.111Z Checking similar v2.7.0
25852026-06-20T22:51:09.152Z Checking toml_edit v0.22.27
25862026-06-20T22:51:09.173Z Checking hickory-proto v0.25.2
25872026-06-20T22:51:09.322Z Checking tough v0.22.0
25882026-06-20T22:51:09.390Z Checking petgraph v0.8.3
25892026-06-20T22:51:09.483Z Checking slog v2.8.2
25902026-06-20T22:51:09.673Z Checking tokio-postgres v0.7.16
25912026-06-20T22:51:09.747Z Checking env_logger v0.11.9
25922026-06-20T22:51:09.932Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25932026-06-20T22:51:10.223Z Checking usdt v0.6.0
25942026-06-20T22:51:10.329Z Checking ecdsa v0.16.9
25952026-06-20T22:51:10.389Z Checking usdt-impl v0.5.0
25962026-06-20T22:51:10.662Z Checking rsa v0.9.10
25972026-06-20T22:51:10.665Z Checking nix v0.31.2
25982026-06-20T22:51:10.758Z Checking zip v4.6.1
25992026-06-20T22:51:10.931Z Checking clap v4.6.1
26002026-06-20T22:51:11.006Z Checking toml v0.7.8
26012026-06-20T22:51:11.125Z Checking reqwest v0.13.2
26022026-06-20T22:51:11.314Z Checking zip v0.6.6
26032026-06-20T22:51:11.327Z Checking toml_parser v1.0.9+spec-1.1.0
26042026-06-20T22:51:11.628Z Checking itertools v0.13.0
26052026-06-20T22:51:11.641Z Checking serde_with v3.17.0
26062026-06-20T22:51:11.644Z Checking strum v0.26.3
26072026-06-20T22:51:11.724Z Checking fs-err v3.3.0
26082026-06-20T22:51:11.757Z Checking ahash v0.8.12
26092026-06-20T22:51:11.811Z Checking object v0.37.3
26102026-06-20T22:51:11.920Z Checking tokio-stream v0.1.18
26112026-06-20T22:51:11.949Z Checking buf-list v1.1.2
26122026-06-20T22:51:11.972Z Checking anyhow v1.0.102
26132026-06-20T22:51:12.017Z Checking camino v1.2.2
26142026-06-20T22:51:12.134Z Checking x509-cert v0.2.5
26152026-06-20T22:51:12.162Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26162026-06-20T22:51:12.198Z Checking openapiv3 v2.2.0
26172026-06-20T22:51:12.266Z Checking sha1 v0.10.6
26182026-06-20T22:51:12.299Z Checking peg-runtime v0.8.5
26192026-06-20T22:51:12.420Z Checking lalrpop-util v0.19.12
26202026-06-20T22:51:12.431Z Checking rayon v1.11.0
26212026-06-20T22:51:12.441Z Checking sigpipe v0.1.3
26222026-06-20T22:51:12.513Z Checking glob v0.3.3
26232026-06-20T22:51:14.011Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26242026-06-20T22:51:14.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.85s
26252026-06-20T22:51:14.422Z
26262026-06-20T22:51:14.422Zinfo: running `cargo check --bins` on internal-dns-types (77/297)
26272026-06-20T22:51:14.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-06-20T22:51:14.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-06-20T22:51:14.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-06-20T22:51:14.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26312026-06-20T22:51:14.939Z
26322026-06-20T22:51:14.940Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/297)
26332026-06-20T22:51:15.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-06-20T22:51:15.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-06-20T22:51:15.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-06-20T22:51:15.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26372026-06-20T22:51:15.460Z
26382026-06-20T22:51:15.460Zinfo: running `cargo check --bins` on nexus-types-versions (79/297)
26392026-06-20T22:51:15.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-06-20T22:51:15.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-06-20T22:51:15.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-06-20T22:51:15.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26432026-06-20T22:51:15.998Z
26442026-06-20T22:51:15.998Zinfo: running `cargo check --bins` on oxql-types (80/297)
26452026-06-20T22:51:16.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-06-20T22:51:16.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-06-20T22:51:16.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-06-20T22:51:16.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26492026-06-20T22:51:16.533Z
26502026-06-20T22:51:16.533Zinfo: running `cargo check --bins` on oximeter-types (81/297)
26512026-06-20T22:51:16.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-06-20T22:51:16.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-06-20T22:51:16.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-06-20T22:51:16.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26552026-06-20T22:51:17.042Z
26562026-06-20T22:51:17.042Zinfo: running `cargo check --bins` on oximeter-types-versions (82/297)
26572026-06-20T22:51:17.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-06-20T22:51:17.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-06-20T22:51:17.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-06-20T22:51:17.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26612026-06-20T22:51:17.584Z
26622026-06-20T22:51:17.584Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/297)
26632026-06-20T22:51:17.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-06-20T22:51:18.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-06-20T22:51:18.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-06-20T22:51:18.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26672026-06-20T22:51:18.075Z
26682026-06-20T22:51:18.076Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/297)
26692026-06-20T22:51:18.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-06-20T22:51:18.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-06-20T22:51:18.695Z Compiling structmeta-derive v0.3.0
26722026-06-20T22:51:18.805Z Compiling rustls v0.22.4
26732026-06-20T22:51:18.813Z Compiling multer v3.1.0
26742026-06-20T22:51:18.823Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26752026-06-20T22:51:18.823Z Compiling async-stream-impl v0.3.6
26762026-06-20T22:51:18.842Z Compiling dropshot v0.17.0
26772026-06-20T22:51:18.857Z Compiling dropshot_endpoint v0.17.0
26782026-06-20T22:51:18.857Z Compiling newtype-uuid-macros v0.1.0
26792026-06-20T22:51:18.977Z Checking newtype-uuid v1.3.2
26802026-06-20T22:51:19.036Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26812026-06-20T22:51:19.073Z Checking rustls-webpki v0.102.8
26822026-06-20T22:51:19.174Z Checking daft v0.1.7
26832026-06-20T22:51:19.191Z Checking thread_local v1.1.9
26842026-06-20T22:51:19.429Z Checking compression-core v0.4.31
26852026-06-20T22:51:19.436Z Checking match_cfg v0.1.0
26862026-06-20T22:51:19.436Z Checking iddqd v0.4.2
26872026-06-20T22:51:19.442Z Checking crossbeam-channel v0.5.15
26882026-06-20T22:51:19.487Z Checking hostname v0.3.1
26892026-06-20T22:51:19.487Z Checking compression-codecs v0.4.37
26902026-06-20T22:51:19.591Z Checking atomicwrites v0.4.4
26912026-06-20T22:51:19.604Z Checking slog-json v2.6.1
26922026-06-20T22:51:19.647Z Checking is-terminal v0.4.17
26932026-06-20T22:51:19.715Z Checking toml_datetime v1.0.0+spec-1.1.0
26942026-06-20T22:51:19.736Z Checking serde_spanned v1.0.4
26952026-06-20T22:51:19.753Z Checking debug-ignore v1.0.5
26962026-06-20T22:51:19.790Z Checking toml_writer v1.0.6+spec-1.1.0
26972026-06-20T22:51:19.849Z Checking take_mut v0.2.2
26982026-06-20T22:51:19.860Z Compiling structmeta v0.3.0
26992026-06-20T22:51:19.872Z Checking term v1.2.1
27002026-06-20T22:51:19.911Z Checking slog-bunyan v2.5.0
27012026-06-20T22:51:19.947Z Checking slog-async v2.8.0
27022026-06-20T22:51:20.964Z Checking toml v1.0.6+spec-1.1.0
27032026-06-20T22:51:20.969Z Checking async-compression v0.4.41
27042026-06-20T22:51:20.969Z Compiling derive-ex v0.1.8
27052026-06-20T22:51:20.969Z Compiling parse-display-derive v0.10.0
27062026-06-20T22:51:20.969Z Checking slog-term v2.9.2
27072026-06-20T22:51:20.969Z Checking async-stream v0.3.6
27082026-06-20T22:51:20.969Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27092026-06-20T22:51:20.969Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27102026-06-20T22:51:20.969Z Checking progenitor-client v0.14.0
27112026-06-20T22:51:20.969Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-06-20T22:51:20.969Z Checking waitgroup v0.1.2
27132026-06-20T22:51:20.969Z Checking backon v1.6.0
27142026-06-20T22:51:20.969Z Checking rustls-pemfile v2.2.0
27152026-06-20T22:51:20.969Z Checking serde_path_to_error v0.1.20
27162026-06-20T22:51:20.969Z Checking hostname v0.4.2
27172026-06-20T22:51:20.969Z Checking instant v0.1.13
27182026-06-20T22:51:20.969Z Checking backoff v0.4.0
27192026-06-20T22:51:20.969Z Checking tokio-rustls v0.25.0
27202026-06-20T22:51:20.969Z Checking progenitor-extras v0.2.0
27212026-06-20T22:51:20.969Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27222026-06-20T22:51:20.996Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27232026-06-20T22:51:21.150Z Checking itertools v0.14.0
27242026-06-20T22:51:21.168Z Checking regress v0.10.5
27252026-06-20T22:51:21.434Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27262026-06-20T22:51:21.576Z Checking macaddr v1.0.1
27272026-06-20T22:51:21.743Z Compiling test-strategy v0.4.5
27282026-06-20T22:51:21.770Z Checking parse-display v0.10.0
27292026-06-20T22:51:21.893Z Checking humantime v2.3.0
27302026-06-20T22:51:22.955Z Compiling prettyplease v0.2.37
27312026-06-20T22:51:23.218Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27322026-06-20T22:51:23.398Z Checking num-rational v0.4.2
27332026-06-20T22:51:23.654Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27342026-06-20T22:51:23.894Z Checking num-complex v0.4.6
27352026-06-20T22:51:24.512Z Checking num v0.4.3
27362026-06-20T22:51:24.613Z Compiling usdt-attr-macro v0.5.0
27372026-06-20T22:51:24.653Z Compiling usdt-macro v0.5.0
27382026-06-20T22:51:24.666Z Checking memmap v0.7.0
27392026-06-20T22:51:24.765Z Checking float-ord v0.3.2
27402026-06-20T22:51:24.788Z Checking unicode-width v0.2.0
27412026-06-20T22:51:24.832Z Compiling convert_case v0.4.0
27422026-06-20T22:51:25.034Z Checking console v0.15.11
27432026-06-20T22:51:25.214Z Compiling derive_more v0.99.20
27442026-06-20T22:51:25.333Z Checking newline-converter v0.3.0
27452026-06-20T22:51:25.383Z Compiling toml v0.8.23
27462026-06-20T22:51:25.395Z Checking usdt v0.5.0
27472026-06-20T22:51:25.438Z Checking linked-hash-map v0.5.6
27482026-06-20T22:51:25.558Z Compiling minimal-lexical v0.2.1
27492026-06-20T22:51:25.607Z Checking lru-cache v0.1.2
27502026-06-20T22:51:25.727Z Checking expectorate v1.2.0
27512026-06-20T22:51:25.815Z Compiling nom v7.1.3
27522026-06-20T22:51:26.330Z Checking camino-tempfile v1.4.1
27532026-06-20T22:51:26.370Z Checking hickory-proto v0.24.4
27542026-06-20T22:51:26.487Z Checking phf_shared v0.12.1
27552026-06-20T22:51:26.579Z Compiling slog-dtrace v0.3.0
27562026-06-20T22:51:26.628Z Checking heck v0.5.0
27572026-06-20T22:51:26.753Z Compiling chrono-tz v0.10.4
27582026-06-20T22:51:26.767Z Checking resolv-conf v0.7.6
27592026-06-20T22:51:26.932Z Compiling const_format_proc_macros v0.2.34
27602026-06-20T22:51:26.975Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27612026-06-20T22:51:27.007Z Checking phf v0.12.1
27622026-06-20T22:51:27.134Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27632026-06-20T22:51:27.146Z Checking tokio-dtrace v0.1.1
27642026-06-20T22:51:27.404Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27652026-06-20T22:51:27.598Z Compiling derive-where v1.6.0
27662026-06-20T22:51:27.742Z Checking highway v1.3.0
27672026-06-20T22:51:27.758Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27682026-06-20T22:51:27.969Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27692026-06-20T22:51:28.160Z Checking hickory-resolver v0.24.4
27702026-06-20T22:51:28.519Z Checking const_format v0.2.35
27712026-06-20T22:51:28.532Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27722026-06-20T22:51:28.586Z Checking oxide-tokio-rt v0.1.4
27732026-06-20T22:51:28.784Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27742026-06-20T22:51:28.937Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27752026-06-20T22:51:28.967Z Checking qorb v0.4.1
27762026-06-20T22:51:28.979Z Checking gethostname v0.5.0
27772026-06-20T22:51:29.064Z Checking bcs v0.1.6
27782026-06-20T22:51:29.175Z Checking termtree v0.5.1
27792026-06-20T22:51:29.295Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27802026-06-20T22:51:32.147Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27812026-06-20T22:51:34.697Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27822026-06-20T22:51:36.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.69s
27832026-06-20T22:51:36.927Z
27842026-06-20T22:51:36.927Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/297)
27852026-06-20T22:51:37.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-06-20T22:51:37.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-06-20T22:51:37.534Z Compiling ar_archive_writer v0.5.1
27882026-06-20T22:51:37.638Z Compiling stacker v0.1.23
27892026-06-20T22:51:37.643Z Compiling cfg_aliases v0.1.1
27902026-06-20T22:51:37.648Z Compiling convert_case v0.10.0
27912026-06-20T22:51:37.653Z Checking unicode-width v0.1.14
27922026-06-20T22:51:37.660Z Compiling proc-macro-error v1.0.4
27932026-06-20T22:51:37.670Z Checking fd-lock v4.0.4
27942026-06-20T22:51:37.673Z Checking nibble_vec v0.1.0
27952026-06-20T22:51:37.695Z Compiling nix v0.28.0
27962026-06-20T22:51:37.778Z Checking vte v0.14.1
27972026-06-20T22:51:37.792Z Compiling recursive-proc-macro-impl v0.1.1
27982026-06-20T22:51:37.886Z Checking bytecount v0.6.9
27992026-06-20T22:51:37.897Z Checking endian-type v0.1.2
28002026-06-20T22:51:37.923Z Checking strip-ansi-escapes v0.2.1
28012026-06-20T22:51:37.936Z Compiling derive_more-impl v2.1.1
28022026-06-20T22:51:37.950Z Compiling tabled_derive v0.7.0
28032026-06-20T22:51:37.981Z Checking papergrid v0.11.0
28042026-06-20T22:51:38.015Z Checking radix_trie v0.2.1
28052026-06-20T22:51:38.025Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28062026-06-20T22:51:38.185Z Compiling peg-macros v0.8.5
28072026-06-20T22:51:38.216Z Checking winnow v0.6.26
28082026-06-20T22:51:38.505Z Compiling psm v0.1.30
28092026-06-20T22:51:38.516Z Compiling sqlparser_derive v0.5.0
28102026-06-20T22:51:38.615Z Checking nu-ansi-term v0.50.3
28112026-06-20T22:51:38.783Z Checking derive_more v2.1.1
28122026-06-20T22:51:38.824Z Checking home v0.5.12
28132026-06-20T22:51:38.858Z Checking unicode_categories v0.1.1
28142026-06-20T22:51:38.920Z Checking tabled v0.15.0
28152026-06-20T22:51:38.932Z Checking crossterm v0.29.0
28162026-06-20T22:51:39.031Z Checking rustyline v14.0.0
28172026-06-20T22:51:39.031Z Checking reedline v0.40.0
28182026-06-20T22:51:39.292Z Checking recursive v0.1.1
28192026-06-20T22:51:39.306Z Checking display-error-chain v0.2.2
28202026-06-20T22:51:39.384Z Checking sqlparser v0.61.0
28212026-06-20T22:51:39.399Z Checking sqlformat v0.3.5
28222026-06-20T22:51:39.570Z Checking peg v0.8.5
28232026-06-20T22:51:50.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s
28242026-06-20T22:51:50.675Z
28252026-06-20T22:51:50.675Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/297)
28262026-06-20T22:51:51.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-20T22:51:51.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-20T22:51:51.286Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-20T22:51:54.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
28302026-06-20T22:51:54.844Z
28312026-06-20T22:51:54.844Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/297)
28322026-06-20T22:51:55.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-20T22:51:55.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-20T22:51:55.454Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-20T22:51:57.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
28362026-06-20T22:51:58.017Z
28372026-06-20T22:51:58.017Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/297)
28382026-06-20T22:51:58.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-20T22:51:58.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-20T22:51:58.624Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-20T22:52:01.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s
28422026-06-20T22:52:01.981Z
28432026-06-20T22:52:01.981Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/297)
28442026-06-20T22:52:02.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-20T22:52:02.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-20T22:52:02.596Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-20T22:52:05.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28482026-06-20T22:52:06.010Z
28492026-06-20T22:52:06.010Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/297)
28502026-06-20T22:52:06.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-20T22:52:06.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-20T22:52:06.626Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-20T22:52:09.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
28542026-06-20T22:52:09.322Z
28552026-06-20T22:52:09.322Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/297)
28562026-06-20T22:52:09.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-20T22:52:09.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-20T22:52:09.940Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-20T22:52:12.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28602026-06-20T22:52:12.684Z
28612026-06-20T22:52:12.684Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/297)
28622026-06-20T22:52:13.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-20T22:52:13.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-20T22:52:13.303Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-06-20T22:52:16.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
28662026-06-20T22:52:16.843Z
28672026-06-20T22:52:16.843Zinfo: running `cargo check --bins` on oximeter (93/297)
28682026-06-20T22:52:17.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-20T22:52:17.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-20T22:52:17.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-06-20T22:52:17.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28722026-06-20T22:52:17.364Z
28732026-06-20T22:52:17.364Zinfo: running `cargo check --bins` on oximeter-schema (94/297)
28742026-06-20T22:52:17.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-06-20T22:52:17.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-06-20T22:52:17.947Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28772026-06-20T22:52:18.100Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28782026-06-20T22:52:18.105Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28792026-06-20T22:52:18.436Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28802026-06-20T22:52:21.127Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28812026-06-20T22:52:22.327Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28822026-06-20T22:52:22.531Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28832026-06-20T22:52:23.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.82s
28842026-06-20T22:52:23.349Z
28852026-06-20T22:52:23.349Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/297)
28862026-06-20T22:52:23.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-20T22:52:23.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-20T22:52:23.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-20T22:52:23.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28902026-06-20T22:52:23.880Z
28912026-06-20T22:52:23.880Zinfo: running `cargo check --bins` on oximeter-test-utils (96/297)
28922026-06-20T22:52:24.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-20T22:52:24.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-20T22:52:24.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-20T22:52:24.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28962026-06-20T22:52:24.449Z
28972026-06-20T22:52:24.449Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/297)
28982026-06-20T22:52:24.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-20T22:52:24.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-20T22:52:24.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-20T22:52:24.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29022026-06-20T22:52:24.982Z
29032026-06-20T22:52:24.982Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/297)
29042026-06-20T22:52:25.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-20T22:52:25.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-20T22:52:25.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-20T22:52:25.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29082026-06-20T22:52:25.515Z
29092026-06-20T22:52:25.515Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/297)
29102026-06-20T22:52:25.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-20T22:52:25.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-20T22:52:25.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-20T22:52:25.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29142026-06-20T22:52:26.059Z
29152026-06-20T22:52:26.059Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/297)
29162026-06-20T22:52:26.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-20T22:52:26.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-20T22:52:26.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-20T22:52:26.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29202026-06-20T22:52:26.591Z
29212026-06-20T22:52:26.592Zinfo: running `cargo check --bins` on trust-quorum-types (101/297)
29222026-06-20T22:52:27.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-20T22:52:27.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-20T22:52:27.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-20T22:52:27.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29262026-06-20T22:52:27.111Z
29272026-06-20T22:52:27.111Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/297)
29282026-06-20T22:52:27.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-20T22:52:27.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-20T22:52:27.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-20T22:52:27.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29322026-06-20T22:52:27.654Z
29332026-06-20T22:52:27.654Zinfo: running `cargo check --bins` on update-engine (103/297)
29342026-06-20T22:52:28.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-20T22:52:28.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-20T22:52:28.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-06-20T22:52:28.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29382026-06-20T22:52:28.177Z
29392026-06-20T22:52:28.177Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/297)
29402026-06-20T22:52:28.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-06-20T22:52:28.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-06-20T22:52:28.849Z Compiling crucible-workspace-hack v0.1.0
29432026-06-20T22:52:28.959Z Checking secrecy v0.10.3
29442026-06-20T22:52:28.966Z Compiling heapless v0.8.0
29452026-06-20T22:52:28.969Z Compiling toml_datetime v0.7.5+spec-1.1.0
29462026-06-20T22:52:28.977Z Compiling ingot-macros v0.1.1
29472026-06-20T22:52:28.985Z Checking hash32 v0.3.1
29482026-06-20T22:52:28.995Z Compiling smoltcp v0.11.0
29492026-06-20T22:52:28.999Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29502026-06-20T22:52:29.059Z Checking cobs v0.3.0
29512026-06-20T22:52:29.098Z Compiling thiserror-impl-no-std v2.0.2
29522026-06-20T22:52:29.191Z Compiling toml_edit v0.23.10+spec-1.0.0
29532026-06-20T22:52:29.204Z Checking half v2.7.1
29542026-06-20T22:52:29.204Z Checking universal-hash v0.5.1
29552026-06-20T22:52:29.287Z Checking ciborium-io v0.2.2
29562026-06-20T22:52:29.344Z Checking opaque-debug v0.3.1
29572026-06-20T22:52:29.376Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29582026-06-20T22:52:29.388Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29592026-06-20T22:52:29.419Z Checking poly1305 v0.8.0
29602026-06-20T22:52:29.525Z Checking ciborium-ll v0.2.2
29612026-06-20T22:52:29.569Z Checking postcard v1.1.3
29622026-06-20T22:52:29.672Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29632026-06-20T22:52:29.702Z Compiling proc-macro-crate v3.4.0
29642026-06-20T22:52:29.842Z Checking password-hash v0.5.0
29652026-06-20T22:52:29.860Z Checking chacha20 v0.9.1
29662026-06-20T22:52:29.937Z Compiling proc-macro-crate v1.3.1
29672026-06-20T22:52:30.020Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29682026-06-20T22:52:30.053Z Checking blake2 v0.10.6
29692026-06-20T22:52:30.233Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29702026-06-20T22:52:30.251Z Compiling num_enum_derive v0.7.6
29712026-06-20T22:52:30.262Z Checking thiserror-no-std v2.0.2
29722026-06-20T22:52:30.266Z Checking aead v0.5.2
29732026-06-20T22:52:30.285Z Compiling foreign-types-macros v0.2.3
29742026-06-20T22:52:30.344Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29752026-06-20T22:52:30.356Z Checking cpufeatures v0.3.0
29762026-06-20T22:52:30.407Z Checking foreign-types-shared v0.3.1
29772026-06-20T22:52:30.425Z Checking chacha20 v0.10.0
29782026-06-20T22:52:30.439Z Checking chacha20poly1305 v0.10.1
29792026-06-20T22:52:30.494Z Compiling num_enum_derive v0.5.11
29802026-06-20T22:52:30.559Z Checking vsss-rs v3.3.4
29812026-06-20T22:52:30.577Z Checking argon2 v0.5.3
29822026-06-20T22:52:30.634Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29832026-06-20T22:52:30.871Z Checking foreign-types v0.5.0
29842026-06-20T22:52:30.918Z Checking ciborium v0.2.2
29852026-06-20T22:52:31.051Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29862026-06-20T22:52:31.072Z Checking tabwriter v1.4.1
29872026-06-20T22:52:31.215Z Checking byte-wrapper v0.1.0
29882026-06-20T22:52:31.286Z Checking num_enum v0.7.6
29892026-06-20T22:52:31.329Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29902026-06-20T22:52:31.332Z Checking cstr-argument v0.1.2
29912026-06-20T22:52:31.398Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29922026-06-20T22:52:31.421Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29932026-06-20T22:52:31.459Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29942026-06-20T22:52:31.528Z Checking num_enum v0.5.11
29952026-06-20T22:52:31.621Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29962026-06-20T22:52:31.633Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29972026-06-20T22:52:31.646Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29982026-06-20T22:52:31.665Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29992026-06-20T22:52:31.751Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-06-20T22:52:31.785Z Checking ingot-types v0.1.2
30012026-06-20T22:52:31.797Z Checking rand v0.10.0
30022026-06-20T22:52:31.836Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30032026-06-20T22:52:31.850Z Checking colored v3.1.1
30042026-06-20T22:52:31.862Z Checking indent_write v2.2.0
30052026-06-20T22:52:31.987Z Compiling zone_cfg_derive v0.3.1
30062026-06-20T22:52:32.041Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30072026-06-20T22:52:32.104Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30082026-06-20T22:52:32.138Z Checking ingot v0.1.1
30092026-06-20T22:52:32.151Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30102026-06-20T22:52:32.198Z Checking itertools v0.12.1
30112026-06-20T22:52:32.210Z Compiling num-derive v0.4.2
30122026-06-20T22:52:32.230Z Checking swrite v0.1.0
30132026-06-20T22:52:32.314Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30142026-06-20T22:52:32.327Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30152026-06-20T22:52:32.482Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30162026-06-20T22:52:32.628Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30172026-06-20T22:52:32.641Z Checking dropshot-api-manager-types v0.7.2
30182026-06-20T22:52:32.664Z Checking smf v0.2.3
30192026-06-20T22:52:32.738Z Checking nanorand v0.7.0
30202026-06-20T22:52:32.760Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30212026-06-20T22:52:32.803Z Checking whoami v1.6.1
30222026-06-20T22:52:32.897Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30232026-06-20T22:52:32.933Z Checking flume v0.11.1
30242026-06-20T22:52:33.129Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30252026-06-20T22:52:33.206Z Checking zone v0.3.1
30262026-06-20T22:52:33.747Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30272026-06-20T22:52:34.719Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30282026-06-20T22:52:35.595Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30292026-06-20T22:52:38.887Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30302026-06-20T22:52:40.908Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30312026-06-20T22:52:41.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s
30322026-06-20T22:52:42.154Z
30332026-06-20T22:52:42.154Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/297)
30342026-06-20T22:52:42.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-20T22:52:42.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-20T22:52:42.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-20T22:52:42.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30382026-06-20T22:52:42.688Z
30392026-06-20T22:52:42.689Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/297)
30402026-06-20T22:52:43.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-20T22:52:43.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-20T22:52:43.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-20T22:52:43.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30442026-06-20T22:52:43.221Z
30452026-06-20T22:52:43.221Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/297)
30462026-06-20T22:52:43.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-20T22:52:43.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-20T22:52:43.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-20T22:52:43.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30502026-06-20T22:52:43.755Z
30512026-06-20T22:52:43.755Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/297)
30522026-06-20T22:52:44.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-20T22:52:44.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-20T22:52:44.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-20T22:52:44.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30562026-06-20T22:52:44.292Z
30572026-06-20T22:52:44.292Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/297)
30582026-06-20T22:52:44.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-20T22:52:44.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-20T22:52:44.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-20T22:52:44.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30622026-06-20T22:52:44.829Z
30632026-06-20T22:52:44.829Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/297)
30642026-06-20T22:52:45.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-20T22:52:45.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-20T22:52:45.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-20T22:52:45.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30682026-06-20T22:52:45.367Z
30692026-06-20T22:52:45.367Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/297)
30702026-06-20T22:52:45.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-20T22:52:45.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-20T22:52:45.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-20T22:52:45.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30742026-06-20T22:52:45.898Z
30752026-06-20T22:52:45.898Zinfo: running `cargo check --bins` on cockroach-admin-client (112/297)
30762026-06-20T22:52:46.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-20T22:52:46.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-20T22:52:46.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-20T22:52:46.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30802026-06-20T22:52:46.419Z
30812026-06-20T22:52:46.419Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/297)
30822026-06-20T22:52:46.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-20T22:52:46.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-20T22:52:46.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-20T22:52:46.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30862026-06-20T22:52:46.954Z
30872026-06-20T22:52:46.954Zinfo: running `cargo check --bins` on dns-service-client (114/297)
30882026-06-20T22:52:47.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-20T22:52:47.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-20T22:52:47.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-20T22:52:47.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30922026-06-20T22:52:47.484Z
30932026-06-20T22:52:47.485Zinfo: running `cargo check --bins` on installinator-client (115/297)
30942026-06-20T22:52:47.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-20T22:52:47.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-20T22:52:47.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-20T22:52:47.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30982026-06-20T22:52:48.017Z
30992026-06-20T22:52:48.017Zinfo: running `cargo check --bins` on nexus-client (116/297)
31002026-06-20T22:52:48.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-20T22:52:48.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-20T22:52:48.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-20T22:52:48.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31042026-06-20T22:52:48.580Z
31052026-06-20T22:52:48.580Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/297)
31062026-06-20T22:52:49.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-20T22:52:49.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-20T22:52:49.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-20T22:52:49.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31102026-06-20T22:52:49.142Z
31112026-06-20T22:52:49.142Zinfo: running `cargo check --bins` on ntp-admin-client (118/297)
31122026-06-20T22:52:49.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-20T22:52:49.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-20T22:52:49.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-20T22:52:49.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31162026-06-20T22:52:49.656Z
31172026-06-20T22:52:49.656Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/297)
31182026-06-20T22:52:50.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-20T22:52:50.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-20T22:52:50.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-20T22:52:50.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31222026-06-20T22:52:50.173Z
31232026-06-20T22:52:50.173Zinfo: running `cargo check --bins` on oxide-client (120/297)
31242026-06-20T22:52:50.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-20T22:52:50.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-20T22:52:50.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-20T22:52:50.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31282026-06-20T22:52:50.692Z
31292026-06-20T22:52:50.692Zinfo: running `cargo check --bins` on oximeter-client (121/297)
31302026-06-20T22:52:51.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-20T22:52:51.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-20T22:52:51.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-20T22:52:51.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31342026-06-20T22:52:51.216Z
31352026-06-20T22:52:51.216Zinfo: running `cargo check --bins` on repo-depot-client (122/297)
31362026-06-20T22:52:51.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-20T22:52:51.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-20T22:52:51.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-20T22:52:51.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31402026-06-20T22:52:51.727Z
31412026-06-20T22:52:51.727Zinfo: running `cargo check --bins` on sled-agent-client (123/297)
31422026-06-20T22:52:52.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-20T22:52:52.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-20T22:52:52.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-20T22:52:52.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31462026-06-20T22:52:52.265Z
31472026-06-20T22:52:52.265Zinfo: running `cargo check --bins` on wicketd-client (124/297)
31482026-06-20T22:52:52.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-20T22:52:52.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-20T22:52:52.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-20T22:52:52.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31522026-06-20T22:52:52.823Z
31532026-06-20T22:52:52.823Zinfo: running `cargo check --bins` on installinator-common (125/297)
31542026-06-20T22:52:53.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-20T22:52:53.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-20T22:52:53.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-20T22:52:53.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31582026-06-20T22:52:53.369Z
31592026-06-20T22:52:53.369Zinfo: running `cargo check --bins` on installinator-common-versions (126/297)
31602026-06-20T22:52:53.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-20T22:52:53.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-20T22:52:53.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-20T22:52:53.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31642026-06-20T22:52:53.893Z
31652026-06-20T22:52:53.893Zinfo: running `cargo check --bins` on wicket-common (127/297)
31662026-06-20T22:52:54.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-20T22:52:54.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-20T22:52:54.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-06-20T22:52:54.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31702026-06-20T22:52:54.423Z
31712026-06-20T22:52:54.423Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/297)
31722026-06-20T22:52:54.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-06-20T22:52:54.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-06-20T22:52:55.062Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31752026-06-20T22:52:55.170Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31762026-06-20T22:52:55.178Z Checking csv-core v0.1.13
31772026-06-20T22:52:55.184Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31782026-06-20T22:52:55.191Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31792026-06-20T22:52:55.195Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31802026-06-20T22:52:55.210Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31812026-06-20T22:52:55.220Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31822026-06-20T22:52:55.334Z Checking csv v1.4.0
31832026-06-20T22:52:55.360Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31842026-06-20T22:52:55.389Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31852026-06-20T22:52:55.413Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31862026-06-20T22:52:55.428Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31872026-06-20T22:52:55.669Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31882026-06-20T22:52:56.034Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31892026-06-20T22:52:56.034Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31902026-06-20T22:52:56.366Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31912026-06-20T22:53:02.377Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31922026-06-20T22:53:02.899Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31932026-06-20T22:53:05.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.78s
31942026-06-20T22:53:05.382Z
31952026-06-20T22:53:05.382Zinfo: running `cargo check --bins` on cockroach-admin-api (129/297)
31962026-06-20T22:53:05.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-20T22:53:05.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-20T22:53:05.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-20T22:53:05.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
32002026-06-20T22:53:05.908Z
32012026-06-20T22:53:05.908Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/297)
32022026-06-20T22:53:06.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-20T22:53:06.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-20T22:53:06.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-20T22:53:06.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32062026-06-20T22:53:06.516Z
32072026-06-20T22:53:06.516Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/297)
32082026-06-20T22:53:07.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-20T22:53:07.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-20T22:53:07.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-20T22:53:07.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32122026-06-20T22:53:07.124Z
32132026-06-20T22:53:07.124Zinfo: running `cargo check --bins` on gateway-test-utils (132/297)
32142026-06-20T22:53:07.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-20T22:53:07.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-20T22:53:07.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-06-20T22:53:07.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32182026-06-20T22:53:07.701Z
32192026-06-20T22:53:07.701Zinfo: running `cargo check --bins` on omicron-gateway (133/297)
32202026-06-20T22:53:08.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-06-20T22:53:08.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-06-20T22:53:08.412Z Compiling regress v0.11.1
32232026-06-20T22:53:08.548Z Compiling unsafe-libyaml v0.2.11
32242026-06-20T22:53:08.564Z Compiling radium v0.7.0
32252026-06-20T22:53:08.567Z Compiling semver v0.1.20
32262026-06-20T22:53:08.578Z Checking nom v8.0.0
32272026-06-20T22:53:08.584Z Compiling maybe-uninit v2.0.0
32282026-06-20T22:53:08.584Z Checking tap v1.0.1
32292026-06-20T22:53:08.698Z Checking wyz v0.5.1
32302026-06-20T22:53:08.818Z Compiling rustc_version v0.1.7
32312026-06-20T22:53:08.895Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32322026-06-20T22:53:08.903Z Compiling zerocopy-derive v0.6.6
32332026-06-20T22:53:09.010Z Checking funty v2.0.0
32342026-06-20T22:53:09.038Z Compiling newtype_derive v0.1.6
32352026-06-20T22:53:09.228Z Compiling serde_yaml v0.9.34+deprecated
32362026-06-20T22:53:09.277Z Checking crc-catalog v2.4.0
32372026-06-20T22:53:09.328Z Compiling cancel-safe-futures v0.1.5
32382026-06-20T22:53:09.369Z Compiling packed_struct v0.10.1
32392026-06-20T22:53:09.534Z Compiling owo-colors v4.3.0
32402026-06-20T22:53:09.670Z Checking crc v3.4.0
32412026-06-20T22:53:09.788Z Checking zerocopy v0.6.6
32422026-06-20T22:53:09.870Z Checking bitvec v1.0.1
32432026-06-20T22:53:10.006Z Checking typify-impl v0.6.2
32442026-06-20T22:53:10.081Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32452026-06-20T22:53:10.411Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32462026-06-20T22:53:10.514Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32472026-06-20T22:53:10.616Z Compiling packed_struct_codegen v0.10.1
32482026-06-20T22:53:10.668Z Checking libsw-core v0.3.2
32492026-06-20T22:53:10.749Z Compiling bitfield-macros v0.19.4
32502026-06-20T22:53:10.812Z Compiling indexmap v1.9.3
32512026-06-20T22:53:11.012Z Checking nodrop v0.1.14
32522026-06-20T22:53:11.108Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32532026-06-20T22:53:11.150Z Checking array-init v0.0.4
32542026-06-20T22:53:11.178Z Checking libsw v3.5.0
32552026-06-20T22:53:11.193Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-06-20T22:53:11.327Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32572026-06-20T22:53:11.450Z Checking smallvec v0.6.14
32582026-06-20T22:53:11.463Z Checking bitfield v0.19.4
32592026-06-20T22:53:11.505Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32602026-06-20T22:53:11.730Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32612026-06-20T22:53:11.733Z Checking unicode-linebreak v0.1.5
32622026-06-20T22:53:11.857Z Checking hashbrown v0.12.3
32632026-06-20T22:53:11.902Z Checking tagptr v0.2.0
32642026-06-20T22:53:11.920Z Checking smawk v0.3.2
32652026-06-20T22:53:11.955Z Checking linear-map v1.2.0
32662026-06-20T22:53:12.041Z Checking base64 v0.21.7
32672026-06-20T22:53:12.055Z Checking textwrap v0.16.2
32682026-06-20T22:53:12.120Z Checking moka v0.12.13
32692026-06-20T22:53:12.201Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32702026-06-20T22:53:12.262Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32712026-06-20T22:53:12.286Z Checking ron v0.8.1
32722026-06-20T22:53:12.441Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32732026-06-20T22:53:12.575Z Checking steno v0.4.1
32742026-06-20T22:53:12.731Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32752026-06-20T22:53:12.749Z Checking serde-hex v0.1.0
32762026-06-20T22:53:12.806Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-06-20T22:53:12.966Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32782026-06-20T22:53:13.234Z Checking hashbrown v0.13.2
32792026-06-20T22:53:13.499Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32802026-06-20T22:53:13.571Z Checking crc-any v2.5.0
32812026-06-20T22:53:13.609Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32822026-06-20T22:53:13.707Z Checking object v0.30.4
32832026-06-20T22:53:13.723Z Checking hickory-resolver v0.25.2
32842026-06-20T22:53:13.750Z Checking void v1.0.2
32852026-06-20T22:53:13.774Z Checking path-slash v0.1.5
32862026-06-20T22:53:13.858Z Checking half v1.8.3
32872026-06-20T22:53:13.879Z Checking utf-8 v0.7.6
32882026-06-20T22:53:14.016Z Checking tungstenite v0.23.0
32892026-06-20T22:53:14.056Z Checking serde_cbor v0.11.2
32902026-06-20T22:53:14.251Z Checking lzss v0.8.2
32912026-06-20T22:53:14.432Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32922026-06-20T22:53:14.446Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32932026-06-20T22:53:14.470Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32942026-06-20T22:53:14.554Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32952026-06-20T22:53:14.573Z Checking nix v0.27.1
32962026-06-20T22:53:14.614Z Checking kstat-rs v0.2.4
32972026-06-20T22:53:14.634Z Compiling typify-macro v0.6.2
32982026-06-20T22:53:14.652Z Checking fxhash v0.2.1
32992026-06-20T22:53:14.699Z Checking serde_bytes v0.11.19
33002026-06-20T22:53:14.771Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33012026-06-20T22:53:14.799Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33022026-06-20T22:53:14.846Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33032026-06-20T22:53:14.927Z Checking tokio-tungstenite v0.23.1
33042026-06-20T22:53:15.066Z Checking signal-hook-tokio v0.3.1
33052026-06-20T22:53:15.769Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33062026-06-20T22:53:15.918Z Compiling typify v0.6.2
33072026-06-20T22:53:15.996Z Compiling progenitor-impl v0.14.0
33082026-06-20T22:53:16.654Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33092026-06-20T22:53:16.950Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33102026-06-20T22:53:17.425Z Compiling progenitor-macro v0.14.0
33112026-06-20T22:53:19.754Z Checking progenitor v0.14.0
33122026-06-20T22:53:19.870Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33132026-06-20T22:53:19.873Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33142026-06-20T22:53:22.499Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33152026-06-20T22:53:30.533Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33162026-06-20T22:53:37.083Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33172026-06-20T22:53:38.441Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33182026-06-20T22:53:38.934Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33192026-06-20T22:53:40.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.29s
33202026-06-20T22:53:41.171Z
33212026-06-20T22:53:41.171Zinfo: running `cargo check --bins` on gateway-api (134/297)
33222026-06-20T22:53:41.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-06-20T22:53:41.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-06-20T22:53:41.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-06-20T22:53:41.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33262026-06-20T22:53:41.697Z
33272026-06-20T22:53:41.697Zinfo: running `cargo check --bins` on ipcc (135/297)
33282026-06-20T22:53:42.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-06-20T22:53:42.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-06-20T22:53:42.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-06-20T22:53:42.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33322026-06-20T22:53:42.229Z
33332026-06-20T22:53:42.229Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/297)
33342026-06-20T22:53:42.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-06-20T22:53:42.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-06-20T22:53:42.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-06-20T22:53:42.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33382026-06-20T22:53:42.749Z
33392026-06-20T22:53:42.749Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/297)
33402026-06-20T22:53:43.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-06-20T22:53:43.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-06-20T22:53:43.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-06-20T22:53:43.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33442026-06-20T22:53:43.298Z
33452026-06-20T22:53:43.298Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/297)
33462026-06-20T22:53:43.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-06-20T22:53:43.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-06-20T22:53:43.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-06-20T22:53:43.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33502026-06-20T22:53:43.828Z
33512026-06-20T22:53:43.828Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/297)
33522026-06-20T22:53:44.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-06-20T22:53:44.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-06-20T22:53:44.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-06-20T22:53:44.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33562026-06-20T22:53:44.361Z
33572026-06-20T22:53:44.361Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/297)
33582026-06-20T22:53:44.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-06-20T22:53:44.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-06-20T22:53:44.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-06-20T22:53:44.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33622026-06-20T22:53:44.884Z
33632026-06-20T22:53:44.884Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/297)
33642026-06-20T22:53:45.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-06-20T22:53:45.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-06-20T22:53:45.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-06-20T22:53:45.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33682026-06-20T22:53:45.427Z
33692026-06-20T22:53:45.427Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/297)
33702026-06-20T22:53:45.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-06-20T22:53:45.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-06-20T22:53:45.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-06-20T22:53:45.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33742026-06-20T22:53:45.954Z
33752026-06-20T22:53:45.954Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/297)
33762026-06-20T22:53:46.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-06-20T22:53:46.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-06-20T22:53:46.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-06-20T22:53:46.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33802026-06-20T22:53:46.480Z
33812026-06-20T22:53:46.480Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/297)
33822026-06-20T22:53:47.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-06-20T22:53:47.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-06-20T22:53:47.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-06-20T22:53:47.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33862026-06-20T22:53:47.017Z
33872026-06-20T22:53:47.017Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/297)
33882026-06-20T22:53:47.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-06-20T22:53:47.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-06-20T22:53:47.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-06-20T22:53:47.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33922026-06-20T22:53:47.531Z
33932026-06-20T22:53:47.531Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/297)
33942026-06-20T22:53:47.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-06-20T22:53:47.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-06-20T22:53:47.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-06-20T22:53:47.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33982026-06-20T22:53:48.056Z
33992026-06-20T22:53:48.056Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/297)
34002026-06-20T22:53:48.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-06-20T22:53:48.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-06-20T22:53:48.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-06-20T22:53:48.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34042026-06-20T22:53:48.579Z
34052026-06-20T22:53:48.579Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/297)
34062026-06-20T22:53:49.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-06-20T22:53:49.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-06-20T22:53:49.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-06-20T22:53:49.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34102026-06-20T22:53:49.123Z
34112026-06-20T22:53:49.123Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/297)
34122026-06-20T22:53:49.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-06-20T22:53:49.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-06-20T22:53:49.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-06-20T22:53:49.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34162026-06-20T22:53:49.663Z
34172026-06-20T22:53:49.663Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/297)
34182026-06-20T22:53:50.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-06-20T22:53:50.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-06-20T22:53:50.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-06-20T22:53:50.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34222026-06-20T22:53:50.202Z
34232026-06-20T22:53:50.202Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/297)
34242026-06-20T22:53:50.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-06-20T22:53:50.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-06-20T22:53:50.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-06-20T22:53:50.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34282026-06-20T22:53:50.744Z
34292026-06-20T22:53:50.744Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/297)
34302026-06-20T22:53:51.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-06-20T22:53:51.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-06-20T22:53:51.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-06-20T22:53:51.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34342026-06-20T22:53:51.290Z
34352026-06-20T22:53:51.290Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/297)
34362026-06-20T22:53:51.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-06-20T22:53:51.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-06-20T22:53:51.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-06-20T22:53:51.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34402026-06-20T22:53:51.827Z
34412026-06-20T22:53:51.827Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/297)
34422026-06-20T22:53:52.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-06-20T22:53:52.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-06-20T22:53:52.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-06-20T22:53:52.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34462026-06-20T22:53:52.364Z
34472026-06-20T22:53:52.364Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/297)
34482026-06-20T22:53:52.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-06-20T22:53:52.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-06-20T22:53:52.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-06-20T22:53:52.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34522026-06-20T22:53:52.908Z
34532026-06-20T22:53:52.908Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/297)
34542026-06-20T22:53:53.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-06-20T22:53:53.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-06-20T22:53:53.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-06-20T22:53:53.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34582026-06-20T22:53:53.444Z
34592026-06-20T22:53:53.444Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/297)
34602026-06-20T22:53:53.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-06-20T22:53:53.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-06-20T22:53:53.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-06-20T22:53:53.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34642026-06-20T22:53:53.985Z
34652026-06-20T22:53:53.985Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/297)
34662026-06-20T22:53:54.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-06-20T22:53:54.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-06-20T22:53:54.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-06-20T22:53:54.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34702026-06-20T22:53:54.506Z
34712026-06-20T22:53:54.506Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/297)
34722026-06-20T22:53:55.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-20T22:53:55.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-20T22:53:55.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-20T22:53:55.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34762026-06-20T22:53:55.117Z
34772026-06-20T22:53:55.117Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/297)
34782026-06-20T22:53:55.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-20T22:53:55.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-20T22:53:55.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-20T22:53:55.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34822026-06-20T22:53:55.552Z
34832026-06-20T22:53:55.552Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/297)
34842026-06-20T22:53:55.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-20T22:53:55.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-20T22:53:55.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-06-20T22:53:56.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34882026-06-20T22:53:56.076Z
34892026-06-20T22:53:56.076Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/297)
34902026-06-20T22:53:56.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-20T22:53:56.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-20T22:53:56.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-20T22:53:56.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34942026-06-20T22:53:56.598Z
34952026-06-20T22:53:56.598Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/297)
34962026-06-20T22:53:57.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-20T22:53:57.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-20T22:53:57.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-20T22:53:57.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35002026-06-20T22:53:57.120Z
35012026-06-20T22:53:57.120Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/297)
35022026-06-20T22:53:57.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-20T22:53:57.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-20T22:53:57.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-20T22:53:57.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35062026-06-20T22:53:57.643Z
35072026-06-20T22:53:57.643Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/297)
35082026-06-20T22:53:58.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-20T22:53:58.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-20T22:53:58.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-20T22:53:58.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35122026-06-20T22:53:58.167Z
35132026-06-20T22:53:58.167Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/297)
35142026-06-20T22:53:58.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-20T22:53:58.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-20T22:53:58.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-20T22:53:58.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35182026-06-20T22:53:58.712Z
35192026-06-20T22:53:58.712Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/297)
35202026-06-20T22:53:59.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-20T22:53:59.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-20T22:53:59.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-20T22:53:59.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35242026-06-20T22:53:59.260Z
35252026-06-20T22:53:59.260Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/297)
35262026-06-20T22:53:59.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-20T22:53:59.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-20T22:53:59.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-20T22:53:59.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35302026-06-20T22:53:59.806Z
35312026-06-20T22:53:59.806Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/297)
35322026-06-20T22:54:00.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-20T22:54:00.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-20T22:54:00.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-20T22:54:00.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35362026-06-20T22:54:00.357Z
35372026-06-20T22:54:00.357Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/297)
35382026-06-20T22:54:00.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-20T22:54:00.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-20T22:54:00.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-20T22:54:00.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35422026-06-20T22:54:00.895Z
35432026-06-20T22:54:00.895Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/297)
35442026-06-20T22:54:01.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-20T22:54:01.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-20T22:54:01.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-20T22:54:01.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35482026-06-20T22:54:01.438Z
35492026-06-20T22:54:01.438Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/297)
35502026-06-20T22:54:01.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-20T22:54:01.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-20T22:54:01.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-20T22:54:01.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35542026-06-20T22:54:01.980Z
35552026-06-20T22:54:01.980Zinfo: running `cargo check --bins` on oximeter-producer (173/297)
35562026-06-20T22:54:02.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-20T22:54:02.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-20T22:54:02.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-20T22:54:02.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35602026-06-20T22:54:02.540Z
35612026-06-20T22:54:02.540Zinfo: running `cargo check --bins` on internal-dns-resolver (174/297)
35622026-06-20T22:54:02.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-20T22:54:02.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-20T22:54:02.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-06-20T22:54:02.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35662026-06-20T22:54:03.063Z
35672026-06-20T22:54:03.063Zinfo: running `cargo check --bins` on dns-server (175/297)
35682026-06-20T22:54:03.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-06-20T22:54:03.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-06-20T22:54:03.654Z Compiling parking_lot_core v0.8.6
35712026-06-20T22:54:03.657Z Compiling git-stub v1.0.0
35722026-06-20T22:54:03.657Z Checking prefix-trie v0.7.0
35732026-06-20T22:54:03.658Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35742026-06-20T22:54:03.883Z Compiling git-stub-vcs v0.1.0
35752026-06-20T22:54:04.032Z Checking hickory-server v0.25.2
35762026-06-20T22:54:04.152Z Checking parking_lot v0.11.2
35772026-06-20T22:54:04.155Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35782026-06-20T22:54:04.236Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35792026-06-20T22:54:04.236Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35802026-06-20T22:54:04.323Z Checking sled v0.34.7
35812026-06-20T22:54:06.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
35822026-06-20T22:54:06.363Z
35832026-06-20T22:54:06.363Zinfo: running `cargo check --bins` on dns-server-api (176/297)
35842026-06-20T22:54:06.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-06-20T22:54:06.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-06-20T22:54:06.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-06-20T22:54:06.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35882026-06-20T22:54:06.886Z
35892026-06-20T22:54:06.886Zinfo: running `cargo check --bins` on oximeter-producer-api (177/297)
35902026-06-20T22:54:07.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-20T22:54:07.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-20T22:54:07.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-06-20T22:54:07.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35942026-06-20T22:54:07.408Z
35952026-06-20T22:54:07.408Zinfo: running `cargo check --bins` on sp-sim (178/297)
35962026-06-20T22:54:07.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-20T22:54:07.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-20T22:54:08.071Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35992026-06-20T22:54:09.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
36002026-06-20T22:54:09.985Z
36012026-06-20T22:54:09.985Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/297)
36022026-06-20T22:54:10.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-20T22:54:10.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-20T22:54:10.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-06-20T22:54:10.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36062026-06-20T22:54:10.559Z
36072026-06-20T22:54:10.559Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/297)
36082026-06-20T22:54:11.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-20T22:54:11.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-20T22:54:11.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-20T22:54:11.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36122026-06-20T22:54:11.133Z
36132026-06-20T22:54:11.133Zinfo: running `cargo check --bins` on db-macros (181/297)
36142026-06-20T22:54:11.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-20T22:54:11.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-20T22:54:11.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-06-20T22:54:11.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36182026-06-20T22:54:11.639Z
36192026-06-20T22:54:11.639Zinfo: running `cargo check --bins` on nexus-macros-common (182/297)
36202026-06-20T22:54:12.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-06-20T22:54:12.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-06-20T22:54:12.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-06-20T22:54:12.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36242026-06-20T22:54:12.151Z
36252026-06-20T22:54:12.151Zinfo: running `cargo check --bins` on nexus-auth (183/297)
36262026-06-20T22:54:12.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-06-20T22:54:12.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-06-20T22:54:12.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-06-20T22:54:12.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36302026-06-20T22:54:12.719Z
36312026-06-20T22:54:12.719Zinfo: running `cargo check --bins` on authz-macros (184/297)
36322026-06-20T22:54:13.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-06-20T22:54:13.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-06-20T22:54:13.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-06-20T22:54:13.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36362026-06-20T22:54:13.223Z
36372026-06-20T22:54:13.223Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/297)
36382026-06-20T22:54:13.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-06-20T22:54:13.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-06-20T22:54:13.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-06-20T22:54:13.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36422026-06-20T22:54:13.791Z
36432026-06-20T22:54:13.791Zinfo: running `cargo check --bins` on nexus-db-model (186/297)
36442026-06-20T22:54:14.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-06-20T22:54:14.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-06-20T22:54:14.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-06-20T22:54:14.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36482026-06-20T22:54:14.348Z
36492026-06-20T22:54:14.348Zinfo: running `cargo check --bins` on nexus-db-schema (187/297)
36502026-06-20T22:54:14.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-20T22:54:14.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-20T22:54:14.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-20T22:54:14.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36542026-06-20T22:54:14.868Z
36552026-06-20T22:54:14.869Zinfo: running `cargo check --bins` on omicron-rpaths (188/297)
36562026-06-20T22:54:15.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-20T22:54:15.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-20T22:54:15.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-20T22:54:15.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36602026-06-20T22:54:15.366Z
36612026-06-20T22:54:15.366Zinfo: running `cargo check --bins` on nexus-defaults (189/297)
36622026-06-20T22:54:15.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-20T22:54:15.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-20T22:54:15.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-06-20T22:54:15.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36662026-06-20T22:54:15.891Z
36672026-06-20T22:54:15.891Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/297)
36682026-06-20T22:54:16.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-20T22:54:16.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-20T22:54:16.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-20T22:54:16.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36722026-06-20T22:54:16.401Z
36732026-06-20T22:54:16.401Zinfo: running `cargo check --bins` on parallel-task-set (191/297)
36742026-06-20T22:54:16.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-20T22:54:16.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-20T22:54:16.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-20T22:54:16.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36782026-06-20T22:54:16.907Z
36792026-06-20T22:54:16.907Zinfo: running `cargo check --bins` on omicron-git-version (192/297)
36802026-06-20T22:54:17.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-20T22:54:17.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-20T22:54:17.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-20T22:54:17.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36842026-06-20T22:54:17.415Z
36852026-06-20T22:54:17.415Zinfo: running `cargo check --bins` on nexus-db-errors (193/297)
36862026-06-20T22:54:17.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-20T22:54:17.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-20T22:54:17.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-20T22:54:17.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36902026-06-20T22:54:17.983Z
36912026-06-20T22:54:17.983Zinfo: running `cargo check --bins` on nexus-db-lookup (194/297)
36922026-06-20T22:54:18.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-20T22:54:18.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-20T22:54:18.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-20T22:54:18.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36962026-06-20T22:54:18.553Z
36972026-06-20T22:54:18.553Zinfo: running `cargo check --bins` on nexus-inventory (195/297)
36982026-06-20T22:54:19.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-20T22:54:19.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-20T22:54:19.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-20T22:54:19.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37022026-06-20T22:54:19.109Z
37032026-06-20T22:54:19.109Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/297)
37042026-06-20T22:54:19.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-20T22:54:19.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-20T22:54:19.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-20T22:54:19.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37082026-06-20T22:54:19.649Z
37092026-06-20T22:54:19.649Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/297)
37102026-06-20T22:54:20.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-20T22:54:20.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-20T22:54:20.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-20T22:54:20.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37142026-06-20T22:54:20.191Z
37152026-06-20T22:54:20.191Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/297)
37162026-06-20T22:54:20.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-20T22:54:20.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-20T22:54:20.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-20T22:54:20.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37202026-06-20T22:54:20.729Z
37212026-06-20T22:54:20.729Zinfo: running `cargo check --bins` on key-manager (199/297)
37222026-06-20T22:54:21.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-20T22:54:21.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-20T22:54:21.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-20T22:54:21.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37262026-06-20T22:54:21.249Z
37272026-06-20T22:54:21.249Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/297)
37282026-06-20T22:54:21.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-20T22:54:21.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-20T22:54:21.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-20T22:54:21.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37322026-06-20T22:54:21.791Z
37332026-06-20T22:54:21.791Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/297)
37342026-06-20T22:54:22.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-20T22:54:22.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-20T22:54:22.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-20T22:54:22.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37382026-06-20T22:54:22.330Z
37392026-06-20T22:54:22.330Zinfo: running `cargo check --bins` on typed-rng (202/297)
37402026-06-20T22:54:22.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-20T22:54:22.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-20T22:54:22.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37432026-06-20T22:54:22.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37442026-06-20T22:54:22.835Z
37452026-06-20T22:54:22.835Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/297)
37462026-06-20T22:54:23.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-06-20T22:54:23.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-06-20T22:54:23.615Z Compiling libefi-sys v0.1.0
37492026-06-20T22:54:23.619Z Compiling bitfield-struct v0.6.2
37502026-06-20T22:54:23.751Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37512026-06-20T22:54:23.761Z Compiling xshell-macros v0.2.7
37522026-06-20T22:54:23.768Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37532026-06-20T22:54:23.780Z Compiling salty v0.3.0
37542026-06-20T22:54:23.793Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37552026-06-20T22:54:23.808Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37562026-06-20T22:54:23.820Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37572026-06-20T22:54:23.931Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37582026-06-20T22:54:24.088Z Checking primeorder v0.13.6
37592026-06-20T22:54:24.102Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37602026-06-20T22:54:24.115Z Checking xshell v0.2.7
37612026-06-20T22:54:24.129Z Compiling proc-macro-error-attr2 v2.0.0
37622026-06-20T22:54:24.245Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37632026-06-20T22:54:24.259Z Checking tungstenite v0.21.0
37642026-06-20T22:54:24.294Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37652026-06-20T22:54:24.321Z Checking p384 v0.13.1
37662026-06-20T22:54:24.367Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37672026-06-20T22:54:24.446Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37682026-06-20T22:54:24.460Z Compiling num-derive v0.3.3
37692026-06-20T22:54:24.509Z Compiling proc-macro-error2 v2.0.1
37702026-06-20T22:54:24.607Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37712026-06-20T22:54:24.675Z Checking tokio-tungstenite v0.21.0
37722026-06-20T22:54:24.721Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37732026-06-20T22:54:24.735Z Checking papergrid v0.17.0
37742026-06-20T22:54:24.815Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37752026-06-20T22:54:24.828Z Compiling tabled_derive v0.11.0
37762026-06-20T22:54:24.840Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37772026-06-20T22:54:24.921Z Compiling progenitor-impl v0.13.0
37782026-06-20T22:54:24.947Z Checking testing_table v0.3.0
37792026-06-20T22:54:25.041Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37802026-06-20T22:54:25.090Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37812026-06-20T22:54:25.104Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37822026-06-20T22:54:25.297Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37832026-06-20T22:54:25.300Z Compiling unicase v2.9.0
37842026-06-20T22:54:25.345Z Checking libscf-sys v1.1.0
37852026-06-20T22:54:25.477Z Compiling illumos-nvpair-sys v0.2.0
37862026-06-20T22:54:25.491Z Checking corncobs v0.1.4
37872026-06-20T22:54:25.507Z Compiling mime_guess v2.0.5
37882026-06-20T22:54:25.570Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37892026-06-20T22:54:25.614Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37902026-06-20T22:54:25.694Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37912026-06-20T22:54:25.712Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37922026-06-20T22:54:25.777Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37932026-06-20T22:54:25.816Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37942026-06-20T22:54:25.977Z Checking tabled v0.20.0
37952026-06-20T22:54:26.047Z Checking progenitor-client v0.13.0
37962026-06-20T22:54:26.059Z Checking secrecy v0.8.0
37972026-06-20T22:54:26.184Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37982026-06-20T22:54:26.347Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37992026-06-20T22:54:26.363Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38002026-06-20T22:54:26.423Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38012026-06-20T22:54:26.696Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38022026-06-20T22:54:26.752Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38032026-06-20T22:54:26.801Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38042026-06-20T22:54:26.814Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38052026-06-20T22:54:26.849Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38062026-06-20T22:54:27.013Z Checking filetime v0.2.27
38072026-06-20T22:54:27.028Z Checking http-range v0.1.5
38082026-06-20T22:54:27.154Z Checking xattr v1.6.1
38092026-06-20T22:54:27.255Z Checking crc8 v0.1.1
38102026-06-20T22:54:27.295Z Checking tar v0.4.45
38112026-06-20T22:54:27.352Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38122026-06-20T22:54:27.385Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38132026-06-20T22:54:27.504Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38142026-06-20T22:54:27.528Z Compiling progenitor-macro v0.13.0
38152026-06-20T22:54:27.569Z Checking illumos-nvpair v0.3.0
38162026-06-20T22:54:27.677Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38172026-06-20T22:54:27.729Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38182026-06-20T22:54:27.772Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38192026-06-20T22:54:28.015Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38202026-06-20T22:54:28.030Z Checking atty v0.2.14
38212026-06-20T22:54:28.059Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38222026-06-20T22:54:28.126Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38232026-06-20T22:54:28.242Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38242026-06-20T22:54:28.383Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38252026-06-20T22:54:28.386Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38262026-06-20T22:54:28.413Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38272026-06-20T22:54:28.440Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38282026-06-20T22:54:28.613Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38292026-06-20T22:54:28.716Z Checking hyper-staticfile v0.10.1
38302026-06-20T22:54:28.814Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38312026-06-20T22:54:28.839Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38322026-06-20T22:54:29.012Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38332026-06-20T22:54:29.031Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38342026-06-20T22:54:29.287Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38352026-06-20T22:54:29.310Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38362026-06-20T22:54:29.592Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38372026-06-20T22:54:29.840Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38382026-06-20T22:54:30.437Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38392026-06-20T22:54:30.914Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38402026-06-20T22:54:31.327Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38412026-06-20T22:54:31.633Z Checking progenitor v0.13.0
38422026-06-20T22:54:31.769Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38432026-06-20T22:54:33.669Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38442026-06-20T22:54:37.007Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38452026-06-20T22:54:47.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.10s
38462026-06-20T22:54:48.146Z
38472026-06-20T22:54:48.146Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/297)
38482026-06-20T22:54:48.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-06-20T22:54:48.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-06-20T22:54:48.862Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-06-20T22:54:59.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38522026-06-20T22:54:59.676Z
38532026-06-20T22:54:59.676Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/297)
38542026-06-20T22:55:00.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-06-20T22:55:00.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-06-20T22:55:00.383Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-06-20T22:55:11.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38582026-06-20T22:55:11.202Z
38592026-06-20T22:55:11.202Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/297)
38602026-06-20T22:55:11.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-20T22:55:11.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-20T22:55:11.910Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-20T22:55:22.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38642026-06-20T22:55:22.775Z
38652026-06-20T22:55:22.775Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/297)
38662026-06-20T22:55:23.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-20T22:55:23.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-20T22:55:23.484Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-20T22:55:34.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38702026-06-20T22:55:34.339Z
38712026-06-20T22:55:34.339Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/297)
38722026-06-20T22:55:34.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-20T22:55:34.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-20T22:55:35.023Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-20T22:55:45.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.27s
38762026-06-20T22:55:45.778Z
38772026-06-20T22:55:45.778Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/297)
38782026-06-20T22:55:46.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-20T22:55:46.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-20T22:55:46.485Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-20T22:55:57.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38822026-06-20T22:55:57.326Z
38832026-06-20T22:55:57.326Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/297)
38842026-06-20T22:55:57.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-20T22:55:57.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-20T22:55:58.035Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-06-20T22:56:08.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38882026-06-20T22:56:08.871Z
38892026-06-20T22:56:08.871Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/297)
38902026-06-20T22:56:09.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-20T22:56:09.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-20T22:56:09.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-06-20T22:56:09.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38942026-06-20T22:56:09.403Z
38952026-06-20T22:56:09.403Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/297)
38962026-06-20T22:56:09.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-20T22:56:09.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-20T22:56:09.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-06-20T22:56:09.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39002026-06-20T22:56:09.933Z
39012026-06-20T22:56:09.933Zinfo: running `cargo check --bins` on range-requests (213/297)
39022026-06-20T22:56:10.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-20T22:56:10.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-20T22:56:10.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-20T22:56:10.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39062026-06-20T22:56:10.459Z
39072026-06-20T22:56:10.460Zinfo: running `cargo check --bins` on repo-depot-api (214/297)
39082026-06-20T22:56:10.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-20T22:56:10.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-20T22:56:10.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-20T22:56:10.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
39122026-06-20T22:56:10.983Z
39132026-06-20T22:56:10.983Zinfo: running `cargo check --bins` on sled-agent-api (215/297)
39142026-06-20T22:56:11.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-20T22:56:11.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-20T22:56:11.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-20T22:56:11.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39182026-06-20T22:56:11.531Z
39192026-06-20T22:56:11.531Zinfo: running `cargo check --bins` on sled-diagnostics (216/297)
39202026-06-20T22:56:11.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-20T22:56:11.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-20T22:56:11.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-20T22:56:11.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39242026-06-20T22:56:12.077Z
39252026-06-20T22:56:12.077Zinfo: running `cargo check --bins` on zfs-test-harness (217/297)
39262026-06-20T22:56:12.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-20T22:56:12.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-20T22:56:12.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-20T22:56:12.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39302026-06-20T22:56:12.622Z
39312026-06-20T22:56:12.622Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/297)
39322026-06-20T22:56:13.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-20T22:56:13.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-20T22:56:13.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-20T22:56:13.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39362026-06-20T22:56:13.175Z
39372026-06-20T22:56:13.175Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/297)
39382026-06-20T22:56:13.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-20T22:56:13.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-20T22:56:13.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-20T22:56:13.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39422026-06-20T22:56:13.729Z
39432026-06-20T22:56:13.730Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/297)
39442026-06-20T22:56:14.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-20T22:56:14.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-20T22:56:14.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-20T22:56:14.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39482026-06-20T22:56:14.273Z
39492026-06-20T22:56:14.273Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/297)
39502026-06-20T22:56:14.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-20T22:56:14.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-20T22:56:14.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-20T22:56:14.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39542026-06-20T22:56:14.822Z
39552026-06-20T22:56:14.822Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/297)
39562026-06-20T22:56:15.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-20T22:56:15.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-20T22:56:15.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-20T22:56:15.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39602026-06-20T22:56:15.378Z
39612026-06-20T22:56:15.378Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/297)
39622026-06-20T22:56:15.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-20T22:56:15.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-20T22:56:15.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-20T22:56:15.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39662026-06-20T22:56:15.933Z
39672026-06-20T22:56:15.933Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/297)
39682026-06-20T22:56:16.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-20T22:56:16.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-20T22:56:16.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-20T22:56:16.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39722026-06-20T22:56:16.484Z
39732026-06-20T22:56:16.484Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/297)
39742026-06-20T22:56:16.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-20T22:56:16.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-20T22:56:16.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-20T22:56:16.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39782026-06-20T22:56:17.056Z
39792026-06-20T22:56:17.056Zinfo: running `cargo check --bins` on trust-quorum (226/297)
39802026-06-20T22:56:17.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-20T22:56:17.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-20T22:56:17.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-20T22:56:17.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39842026-06-20T22:56:17.614Z
39852026-06-20T22:56:17.614Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/297)
39862026-06-20T22:56:18.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-20T22:56:18.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-20T22:56:18.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-20T22:56:18.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39902026-06-20T22:56:18.173Z
39912026-06-20T22:56:18.173Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/297)
39922026-06-20T22:56:18.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-20T22:56:18.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-20T22:56:18.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-20T22:56:18.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39962026-06-20T22:56:18.751Z
39972026-06-20T22:56:18.751Zinfo: running `cargo check --bins` on update-common (229/297)
39982026-06-20T22:56:19.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-20T22:56:19.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-20T22:56:19.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-20T22:56:19.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40022026-06-20T22:56:19.277Z
40032026-06-20T22:56:19.277Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/297)
40042026-06-20T22:56:19.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-20T22:56:19.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-20T22:56:19.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-20T22:56:19.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40082026-06-20T22:56:19.849Z
40092026-06-20T22:56:19.850Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/297)
40102026-06-20T22:56:20.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-20T22:56:20.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-20T22:56:20.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40132026-06-20T22:56:20.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
40142026-06-20T22:56:20.355Z
40152026-06-20T22:56:20.356Zinfo: running `cargo check --bins` on reconfigurator-cli (232/297)
40162026-06-20T22:56:20.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-06-20T22:56:20.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-06-20T22:56:21.062Z Compiling fs-err v2.11.0
40192026-06-20T22:56:21.065Z Checking ignore v0.4.25
40202026-06-20T22:56:21.065Z Checking arc-swap v1.8.2
40212026-06-20T22:56:21.189Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40222026-06-20T22:56:21.189Z Checking predicates-tree v1.0.13
40232026-06-20T22:56:21.195Z Checking parse-size v1.1.0
40242026-06-20T22:56:21.214Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40252026-06-20T22:56:21.217Z Checking rand_seeder v0.4.0
40262026-06-20T22:56:21.286Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40272026-06-20T22:56:21.318Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40282026-06-20T22:56:21.363Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40292026-06-20T22:56:21.380Z Checking slog-scope v4.4.1
40302026-06-20T22:56:21.411Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40312026-06-20T22:56:21.503Z Checking slog-stdlog v4.1.1
40322026-06-20T22:56:21.517Z Compiling petname v2.0.2
40332026-06-20T22:56:21.532Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40342026-06-20T22:56:21.558Z Checking globwalk v0.9.1
40352026-06-20T22:56:21.602Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40362026-06-20T22:56:21.621Z Checking slog-envlogger v2.2.0
40372026-06-20T22:56:21.733Z Checking camino-tempfile-ext v0.3.3
40382026-06-20T22:56:21.768Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40392026-06-20T22:56:21.797Z Checking sapling-renderdag v0.1.0
40402026-06-20T22:56:21.922Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40412026-06-20T22:56:21.958Z Checking subprocess v0.2.15
40422026-06-20T22:56:22.033Z Checking sync-ptr v0.1.4
40432026-06-20T22:56:22.122Z Checking colored v2.2.0
40442026-06-20T22:56:22.146Z Checking assert_matches v1.5.0
40452026-06-20T22:56:22.236Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40462026-06-20T22:56:22.407Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40472026-06-20T22:56:22.410Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40482026-06-20T22:56:23.116Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40492026-06-20T22:56:24.423Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40502026-06-20T22:56:26.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
40512026-06-20T22:56:26.777Z
40522026-06-20T22:56:26.777Zinfo: running `cargo check --bins` on omicron-repl-utils (233/297)
40532026-06-20T22:56:27.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-06-20T22:56:27.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-06-20T22:56:27.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-06-20T22:56:27.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40572026-06-20T22:56:27.287Z
40582026-06-20T22:56:27.287Zinfo: running `cargo check --bins` on transient-dns-server (234/297)
40592026-06-20T22:56:27.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-06-20T22:56:27.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-06-20T22:56:27.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-06-20T22:56:27.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40632026-06-20T22:56:27.826Z
40642026-06-20T22:56:27.826Zinfo: running `cargo check --bins` on nexus-test-interface (235/297)
40652026-06-20T22:56:28.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-20T22:56:28.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-20T22:56:28.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-06-20T22:56:28.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40692026-06-20T22:56:28.407Z
40702026-06-20T22:56:28.407Zinfo: running `cargo check --bins` on oximeter-collector (236/297)
40712026-06-20T22:56:28.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-06-20T22:56:28.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-06-20T22:56:29.068Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40742026-06-20T22:56:29.069Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40752026-06-20T22:56:29.697Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40762026-06-20T22:56:31.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s
40772026-06-20T22:56:31.408Z
40782026-06-20T22:56:31.408Zinfo: running `cargo check --bins` on oximeter-api (237/297)
40792026-06-20T22:56:31.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-06-20T22:56:31.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-06-20T22:56:31.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-06-20T22:56:31.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40832026-06-20T22:56:31.932Z
40842026-06-20T22:56:31.932Zinfo: running `cargo check --bins` on cert-dev (238/297)
40852026-06-20T22:56:32.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-06-20T22:56:32.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-06-20T22:56:32.479Z Checking yasna v0.5.2
40882026-06-20T22:56:32.890Z Checking rcgen v0.12.1
40892026-06-20T22:56:33.117Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40902026-06-20T22:56:33.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
40912026-06-20T22:56:33.444Z
40922026-06-20T22:56:33.444Zinfo: running `cargo check --bins` on clickana (239/297)
40932026-06-20T22:56:33.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-06-20T22:56:33.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-06-20T22:56:34.029Z Compiling darling_core v0.23.0
40962026-06-20T22:56:34.128Z Compiling instability v0.3.11
40972026-06-20T22:56:34.134Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40982026-06-20T22:56:34.137Z Checking castaway v0.2.4
40992026-06-20T22:56:34.144Z Compiling indoc v2.0.7
41002026-06-20T22:56:34.147Z Checking unicode-truncate v1.1.0
41012026-06-20T22:56:34.160Z Checking lru v0.12.5
41022026-06-20T22:56:34.160Z Checking cassowary v0.3.0
41032026-06-20T22:56:34.228Z Checking compact_str v0.8.1
41042026-06-20T22:56:35.432Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41052026-06-20T22:56:35.542Z Compiling darling_macro v0.23.0
41062026-06-20T22:56:35.607Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41072026-06-20T22:56:35.952Z Compiling darling v0.23.0
41082026-06-20T22:56:36.573Z Checking ratatui v0.29.0
41092026-06-20T22:56:37.630Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41102026-06-20T22:56:38.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
41112026-06-20T22:56:38.454Z
41122026-06-20T22:56:38.454Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/297)
41132026-06-20T22:56:38.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-06-20T22:56:38.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-06-20T22:56:39.114Z Checking headers-core v0.3.0
41162026-06-20T22:56:39.117Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41172026-06-20T22:56:39.302Z Checking headers v0.4.1
41182026-06-20T22:56:39.669Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41192026-06-20T22:56:40.513Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41202026-06-20T22:56:40.990Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41212026-06-20T22:56:41.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
41222026-06-20T22:56:41.561Z
41232026-06-20T22:56:41.561Zinfo: running `cargo check --bins` on ch-dev (241/297)
41242026-06-20T22:56:42.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-06-20T22:56:42.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-06-20T22:56:42.214Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41272026-06-20T22:56:42.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
41282026-06-20T22:56:43.110Z
41292026-06-20T22:56:43.110Zinfo: running `cargo check --bins` on dev-tools-common (242/297)
41302026-06-20T22:56:43.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-20T22:56:43.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-20T22:56:43.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41332026-06-20T22:56:43.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
41342026-06-20T22:56:43.499Z
41352026-06-20T22:56:43.499Zinfo: running `cargo check --bins` on crdb-seed (243/297)
41362026-06-20T22:56:43.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-06-20T22:56:43.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-06-20T22:56:44.149Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41392026-06-20T22:56:45.130Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41402026-06-20T22:56:45.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
41412026-06-20T22:56:45.630Z
41422026-06-20T22:56:45.630Zinfo: running `cargo check --bins` on db-dev (244/297)
41432026-06-20T22:56:46.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-06-20T22:56:46.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-06-20T22:56:46.282Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41462026-06-20T22:56:47.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41472026-06-20T22:56:47.184Z
41482026-06-20T22:56:47.184Zinfo: running `cargo check --bins` on omicron-dev-lib (245/297)
41492026-06-20T22:56:47.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-06-20T22:56:47.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-06-20T22:56:47.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-06-20T22:56:47.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41532026-06-20T22:56:47.746Z
41542026-06-20T22:56:47.746Zinfo: running `cargo check --bins` on xtask-downloader (246/297)
41552026-06-20T22:56:48.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-20T22:56:48.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-20T22:56:48.286Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41582026-06-20T22:56:48.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
41592026-06-20T22:56:49.116Z
41602026-06-20T22:56:49.116Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/297)
41612026-06-20T22:56:49.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-06-20T22:56:49.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-06-20T22:56:49.796Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41642026-06-20T22:56:49.796Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41652026-06-20T22:56:49.799Z Checking git-stub v1.0.0
41662026-06-20T22:56:49.799Z Compiling trait-variant v0.1.2
41672026-06-20T22:56:49.907Z Checking maplit v1.0.2
41682026-06-20T22:56:49.915Z Checking is_ci v1.2.0
41692026-06-20T22:56:49.935Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41702026-06-20T22:56:49.945Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41712026-06-20T22:56:49.988Z Checking drift v0.2.0
41722026-06-20T22:56:50.013Z Checking supports-color v3.0.2
41732026-06-20T22:56:50.041Z Checking git-stub-vcs v0.1.0
41742026-06-20T22:56:50.135Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41752026-06-20T22:56:50.157Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41762026-06-20T22:56:50.169Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41772026-06-20T22:56:50.239Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41782026-06-20T22:56:50.334Z Checking dropshot-api-manager v0.7.2
41792026-06-20T22:56:50.364Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41802026-06-20T22:56:50.415Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41812026-06-20T22:56:50.427Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41822026-06-20T22:56:50.652Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41832026-06-20T22:56:51.142Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41842026-06-20T22:56:52.093Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41852026-06-20T22:56:53.285Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41862026-06-20T22:56:53.877Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41872026-06-20T22:56:54.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
41882026-06-20T22:56:54.490Z
41892026-06-20T22:56:54.490Zinfo: running `cargo check --bins` on installinator-api (248/297)
41902026-06-20T22:56:54.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-06-20T22:56:54.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-06-20T22:56:54.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932026-06-20T22:56:54.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41942026-06-20T22:56:55.011Z
41952026-06-20T22:56:55.011Zinfo: running `cargo check --bins` on nexus-external-api (249/297)
41962026-06-20T22:56:55.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-06-20T22:56:55.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-06-20T22:56:55.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-06-20T22:56:55.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42002026-06-20T22:56:55.574Z
42012026-06-20T22:56:55.574Zinfo: running `cargo check --bins` on nexus-internal-api (250/297)
42022026-06-20T22:56:56.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-20T22:56:56.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-20T22:56:56.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-06-20T22:56:56.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42062026-06-20T22:56:56.137Z
42072026-06-20T22:56:56.137Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/297)
42082026-06-20T22:56:56.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-20T22:56:56.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-20T22:56:56.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-20T22:56:56.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42122026-06-20T22:56:56.700Z
42132026-06-20T22:56:56.700Zinfo: running `cargo check --bins` on ntp-admin-api (252/297)
42142026-06-20T22:56:57.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-20T22:56:57.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-20T22:56:57.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-20T22:56:57.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42182026-06-20T22:56:57.226Z
42192026-06-20T22:56:57.226Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/297)
42202026-06-20T22:56:57.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-20T22:56:57.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-20T22:56:57.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-20T22:56:57.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42242026-06-20T22:56:57.735Z
42252026-06-20T22:56:57.736Zinfo: running `cargo check --bins` on wicketd-api (254/297)
42262026-06-20T22:56:58.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-20T22:56:58.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-20T22:56:58.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-06-20T22:56:58.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42302026-06-20T22:56:58.273Z
42312026-06-20T22:56:58.273Zinfo: running `cargo check --bins` on omicron-ls-apis (255/297)
42322026-06-20T22:56:58.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-06-20T22:56:58.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-06-20T22:56:58.824Z Checking typeid v1.0.3
42352026-06-20T22:56:58.928Z Checking ordered-float v2.10.1
42362026-06-20T22:56:58.947Z Checking unicode-xid v0.2.6
42372026-06-20T22:56:58.957Z Checking cargo-platform v0.2.0
42382026-06-20T22:56:58.967Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42392026-06-20T22:56:58.995Z Checking erased-serde v0.4.9
42402026-06-20T22:56:59.135Z Checking serde-value v0.7.0
42412026-06-20T22:56:59.306Z Checking serde-untagged v0.1.9
42422026-06-20T22:56:59.457Z Checking cargo-util-schemas v0.8.2
42432026-06-20T22:57:00.145Z Checking cargo_metadata v0.21.0
42442026-06-20T22:57:00.739Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42452026-06-20T22:57:01.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
42462026-06-20T22:57:01.621Z
42472026-06-20T22:57:01.621Zinfo: running `cargo check --bins` on mgs-dev (256/297)
42482026-06-20T22:57:02.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-06-20T22:57:02.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-06-20T22:57:02.297Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42512026-06-20T22:57:02.898Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42522026-06-20T22:57:03.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42532026-06-20T22:57:03.559Z
42542026-06-20T22:57:03.559Zinfo: running `cargo check --bins` on omicron-omdb (257/297)
42552026-06-20T22:57:04.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-06-20T22:57:04.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-06-20T22:57:04.465Z Compiling vergen-lib v0.1.6
42582026-06-20T22:57:04.465Z Compiling diesel_derives v2.3.7
42592026-06-20T22:57:04.465Z Compiling dsl_auto_type v0.2.0
42602026-06-20T22:57:04.468Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42612026-06-20T22:57:04.468Z Checking scheduled-thread-pool v0.2.7
42622026-06-20T22:57:04.468Z Compiling vergen-gitcl v1.0.8
42632026-06-20T22:57:04.468Z Compiling diesel_table_macro_syntax v0.3.0
42642026-06-20T22:57:04.468Z Compiling dirs-sys-next v0.1.2
42652026-06-20T22:57:04.760Z Compiling glob v0.3.3
42662026-06-20T22:57:04.787Z Compiling crunchy v0.2.4
42672026-06-20T22:57:04.819Z Checking r2d2 v0.8.10
42682026-06-20T22:57:04.836Z Compiling dirs-next v2.0.0
42692026-06-20T22:57:04.891Z Checking downcast-rs v2.0.2
42702026-06-20T22:57:04.957Z Compiling tiny-keccak v2.0.2
42712026-06-20T22:57:04.985Z Compiling term v0.7.0
42722026-06-20T22:57:05.002Z Compiling bit-vec v0.6.3
42732026-06-20T22:57:05.159Z Compiling clang-sys v1.8.1
42742026-06-20T22:57:05.215Z Compiling bit-set v0.5.3
42752026-06-20T22:57:05.232Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42762026-06-20T22:57:05.372Z Compiling ascii-canvas v3.0.0
42772026-06-20T22:57:05.466Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42782026-06-20T22:57:05.529Z Compiling itertools v0.10.5
42792026-06-20T22:57:05.544Z Compiling ena v0.14.4
42802026-06-20T22:57:05.599Z Compiling libloading v0.8.9
42812026-06-20T22:57:05.612Z Compiling diff v0.1.13
42822026-06-20T22:57:05.628Z Compiling regex-syntax v0.6.29
42832026-06-20T22:57:05.706Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42842026-06-20T22:57:05.755Z Compiling bindgen v0.71.1
42852026-06-20T22:57:05.891Z Compiling cexpr v0.6.0
42862026-06-20T22:57:06.210Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42872026-06-20T22:57:06.373Z Compiling rustc-hash v2.1.1
42882026-06-20T22:57:06.506Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42892026-06-20T22:57:06.565Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42902026-06-20T22:57:06.581Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42912026-06-20T22:57:06.604Z Compiling libxml v0.3.3
42922026-06-20T22:57:06.842Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42932026-06-20T22:57:06.863Z Compiling strum_macros v0.24.3
42942026-06-20T22:57:06.881Z Compiling indoc v1.0.9
42952026-06-20T22:57:07.038Z Compiling lalrpop v0.19.12
42962026-06-20T22:57:07.766Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42972026-06-20T22:57:07.957Z Checking derive_builder v0.20.2
42982026-06-20T22:57:08.078Z Compiling oso-derive v0.27.3
42992026-06-20T22:57:08.225Z Checking quick-xml v0.37.5
43002026-06-20T22:57:08.297Z Compiling impl-trait-for-tuples v0.2.3
43012026-06-20T22:57:08.633Z Checking openssl-probe v0.1.6
43022026-06-20T22:57:08.777Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43032026-06-20T22:57:09.169Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43042026-06-20T22:57:09.364Z Checking bb8 v0.8.6
43052026-06-20T22:57:09.553Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43062026-06-20T22:57:09.570Z Compiling libz-sys v1.1.24
43072026-06-20T22:57:09.644Z Checking nonempty v0.12.0
43082026-06-20T22:57:09.767Z Compiling strsim v0.10.0
43092026-06-20T22:57:09.812Z Compiling libgit2-sys v0.18.3+1.9.2
43102026-06-20T22:57:09.895Z Compiling vergen-git2 v9.1.0
43112026-06-20T22:57:10.015Z Compiling darling_core v0.13.4
43122026-06-20T22:57:10.125Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43132026-06-20T22:57:10.204Z Compiling base64 v0.21.7
43142026-06-20T22:57:10.318Z Compiling rustls v0.21.12
43152026-06-20T22:57:10.529Z Compiling ron v0.8.1
43162026-06-20T22:57:10.565Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43172026-06-20T22:57:10.602Z Checking diesel v2.3.7
43182026-06-20T22:57:11.483Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43192026-06-20T22:57:11.535Z Checking sct v0.7.1
43202026-06-20T22:57:11.674Z Checking rustls-webpki v0.101.7
43212026-06-20T22:57:11.713Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43222026-06-20T22:57:11.881Z Compiling darling_macro v0.13.4
43232026-06-20T22:57:12.354Z Compiling darling v0.13.4
43242026-06-20T22:57:12.448Z Compiling serde_with_macros v1.5.2
43252026-06-20T22:57:12.610Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43262026-06-20T22:57:13.299Z Compiling serde_with v1.14.0
43272026-06-20T22:57:13.367Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43282026-06-20T22:57:14.328Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43292026-06-20T22:57:14.511Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43302026-06-20T22:57:15.176Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43312026-06-20T22:57:15.811Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43322026-06-20T22:57:15.913Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43332026-06-20T22:57:16.004Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43342026-06-20T22:57:16.044Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43352026-06-20T22:57:16.104Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43362026-06-20T22:57:16.190Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43372026-06-20T22:57:16.232Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43382026-06-20T22:57:16.448Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43392026-06-20T22:57:16.463Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43402026-06-20T22:57:16.478Z Checking tokio-rustls v0.24.1
43412026-06-20T22:57:16.681Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43422026-06-20T22:57:17.262Z Checking rustls-pemfile v1.0.4
43432026-06-20T22:57:17.292Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43442026-06-20T22:57:17.408Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43452026-06-20T22:57:17.515Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43462026-06-20T22:57:17.597Z Checking twox-hash v2.1.2
43472026-06-20T22:57:17.864Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43482026-06-20T22:57:17.886Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43492026-06-20T22:57:17.924Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43502026-06-20T22:57:18.109Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43512026-06-20T22:57:18.260Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43522026-06-20T22:57:19.552Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43532026-06-20T22:57:19.624Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43542026-06-20T22:57:19.894Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43552026-06-20T22:57:19.956Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43562026-06-20T22:57:20.556Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43572026-06-20T22:57:20.627Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43582026-06-20T22:57:20.821Z Checking console v0.16.2
43592026-06-20T22:57:21.134Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43602026-06-20T22:57:21.283Z Checking fatfs v0.3.6
43612026-06-20T22:57:21.530Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43622026-06-20T22:57:21.745Z Checking unit-prefix v0.5.2
43632026-06-20T22:57:21.885Z Compiling seq-macro v0.3.6
43642026-06-20T22:57:22.384Z Checking indicatif v0.18.4
43652026-06-20T22:57:22.623Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43662026-06-20T22:57:22.824Z Checking support-bundle-viewer v0.1.2
43672026-06-20T22:57:22.916Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43682026-06-20T22:57:23.089Z Checking multimap v0.10.1
43692026-06-20T22:57:28.689Z Checking diesel-dtrace v0.5.0
43702026-06-20T22:57:28.934Z Checking async-bb8-diesel v0.2.1
43712026-06-20T22:57:31.360Z Compiling samael v0.0.19
43722026-06-20T22:57:34.503Z Compiling git2 v0.20.4
43732026-06-20T22:57:38.431Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43742026-06-20T22:57:38.720Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43752026-06-20T22:57:39.329Z Compiling polar-core v0.27.3
43762026-06-20T22:57:43.837Z Checking oso v0.27.3
43772026-06-20T22:58:12.864Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43782026-06-20T22:59:23.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
43792026-06-20T22:59:24.205Z
43802026-06-20T22:59:24.205Zinfo: running `cargo check --bins` on nexus-networking (258/297)
43812026-06-20T22:59:24.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-06-20T22:59:24.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-06-20T22:59:24.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43842026-06-20T22:59:24.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43852026-06-20T22:59:24.830Z
43862026-06-20T22:59:24.831Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/297)
43872026-06-20T22:59:25.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-06-20T22:59:25.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-06-20T22:59:25.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43902026-06-20T22:59:25.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43912026-06-20T22:59:25.424Z
43922026-06-20T22:59:25.424Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/297)
43932026-06-20T22:59:25.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-06-20T22:59:25.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-06-20T22:59:25.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43962026-06-20T22:59:25.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43972026-06-20T22:59:26.052Z
43982026-06-20T22:59:26.052Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/297)
43992026-06-20T22:59:26.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-06-20T22:59:26.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-06-20T22:59:26.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44022026-06-20T22:59:26.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44032026-06-20T22:59:26.541Z
44042026-06-20T22:59:26.541Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/297)
44052026-06-20T22:59:27.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-06-20T22:59:27.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-06-20T22:59:27.790Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44082026-06-20T22:59:28.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44092026-06-20T22:59:28.265Z
44102026-06-20T22:59:28.265Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/297)
44112026-06-20T22:59:28.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-06-20T22:59:28.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-06-20T22:59:29.021Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44142026-06-20T23:00:05.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.64s
44152026-06-20T23:00:06.093Z
44162026-06-20T23:00:06.093Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/297)
44172026-06-20T23:00:06.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-06-20T23:00:06.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-06-20T23:00:06.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-06-20T23:00:06.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44212026-06-20T23:00:06.615Z
44222026-06-20T23:00:06.615Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/297)
44232026-06-20T23:00:07.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-06-20T23:00:07.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-06-20T23:00:07.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44262026-06-20T23:00:07.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44272026-06-20T23:00:07.182Z
44282026-06-20T23:00:07.182Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/297)
44292026-06-20T23:00:07.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-06-20T23:00:07.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-06-20T23:00:07.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44322026-06-20T23:00:07.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44332026-06-20T23:00:07.776Z
44342026-06-20T23:00:07.776Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/297)
44352026-06-20T23:00:08.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-06-20T23:00:08.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-06-20T23:00:08.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44382026-06-20T23:00:08.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44392026-06-20T23:00:08.366Z
44402026-06-20T23:00:08.366Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/297)
44412026-06-20T23:00:08.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-06-20T23:00:08.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-06-20T23:00:08.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-06-20T23:00:08.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44452026-06-20T23:00:08.940Z
44462026-06-20T23:00:08.940Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/297)
44472026-06-20T23:00:09.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-06-20T23:00:09.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-06-20T23:00:09.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-06-20T23:00:09.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44512026-06-20T23:00:09.532Z
44522026-06-20T23:00:09.532Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/297)
44532026-06-20T23:00:10.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-06-20T23:00:10.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-06-20T23:00:10.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-06-20T23:00:10.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44572026-06-20T23:00:10.120Z
44582026-06-20T23:00:10.120Zinfo: running `cargo check --bins` on nexus-switch-config (271/297)
44592026-06-20T23:00:10.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-06-20T23:00:10.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-06-20T23:00:10.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44622026-06-20T23:00:10.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44632026-06-20T23:00:10.704Z
44642026-06-20T23:00:10.704Zinfo: running `cargo check --bins` on support-bundle-collection (272/297)
44652026-06-20T23:00:11.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44662026-06-20T23:00:11.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44672026-06-20T23:00:11.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44682026-06-20T23:00:11.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44692026-06-20T23:00:11.290Z
44702026-06-20T23:00:11.290Zinfo: running `cargo check --bins` on omicron-dev (273/297)
44712026-06-20T23:00:11.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-06-20T23:00:11.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-06-20T23:00:12.140Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44742026-06-20T23:00:12.140Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44752026-06-20T23:00:12.290Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44762026-06-20T23:00:12.303Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44772026-06-20T23:00:12.340Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44782026-06-20T23:00:12.343Z Checking diff v0.1.13
44792026-06-20T23:00:12.343Z Checking yansi v1.0.1
44802026-06-20T23:00:12.343Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44812026-06-20T23:00:12.462Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44822026-06-20T23:00:12.652Z Checking pretty_assertions v1.4.1
44832026-06-20T23:00:13.276Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44842026-06-20T23:00:13.383Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44852026-06-20T23:00:37.298Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44862026-06-20T23:00:37.302Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44872026-06-20T23:00:37.302Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44882026-06-20T23:00:37.302Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44892026-06-20T23:00:37.302Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44902026-06-20T23:00:37.302Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44912026-06-20T23:00:38.096Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44922026-06-20T23:00:38.096Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44932026-06-20T23:00:39.278Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44942026-06-20T23:01:15.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44952026-06-20T23:01:15.859Z
44962026-06-20T23:01:15.859Zinfo: running `cargo check --bins` on omicron-pins (274/297)
44972026-06-20T23:01:16.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-06-20T23:01:16.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-06-20T23:01:16.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45002026-06-20T23:01:16.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
45012026-06-20T23:01:16.391Z
45022026-06-20T23:01:16.391Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (275/297)
45032026-06-20T23:01:16.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-06-20T23:01:16.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-06-20T23:01:17.133Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45062026-06-20T23:01:17.237Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45072026-06-20T23:01:17.244Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45082026-06-20T23:01:43.677Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45092026-06-20T23:01:44.055Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45102026-06-20T23:01:45.750Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45112026-06-20T23:01:46.193Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45122026-06-20T23:01:49.135Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45132026-06-20T23:02:12.209Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45142026-06-20T23:02:12.906Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45152026-06-20T23:02:14.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.11s
45162026-06-20T23:02:14.690Z
45172026-06-20T23:02:14.690Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (276/297)
45182026-06-20T23:02:15.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-06-20T23:02:15.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-06-20T23:02:15.382Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45212026-06-20T23:02:16.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45222026-06-20T23:02:16.187Z
45232026-06-20T23:02:16.187Zinfo: running `cargo check --bins` on omicron-releng (277/297)
45242026-06-20T23:02:16.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-06-20T23:02:16.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-06-20T23:02:16.782Z Compiling blake3 v1.8.3
45272026-06-20T23:02:16.883Z Checking arrayref v0.3.9
45282026-06-20T23:02:16.886Z Checking constant_time_eq v0.4.2
45292026-06-20T23:02:16.887Z Checking arrayvec v0.7.6
45302026-06-20T23:02:16.906Z Checking topological-sort v0.2.2
45312026-06-20T23:02:16.909Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45322026-06-20T23:02:16.909Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45332026-06-20T23:02:16.909Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45342026-06-20T23:02:16.945Z Checking shell-words v1.1.1
45352026-06-20T23:02:17.768Z Checking omicron-zone-package v0.12.2
45362026-06-20T23:02:18.476Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45372026-06-20T23:02:19.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
45382026-06-20T23:02:19.498Z
45392026-06-20T23:02:19.498Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (278/297)
45402026-06-20T23:02:19.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-06-20T23:02:19.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-06-20T23:02:20.095Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45432026-06-20T23:02:20.408Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45442026-06-20T23:02:20.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
45452026-06-20T23:02:20.972Z
45462026-06-20T23:02:20.972Zinfo: running `cargo check --bins` on schema (279/297)
45472026-06-20T23:02:21.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-06-20T23:02:21.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-06-20T23:02:21.653Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45502026-06-20T23:02:22.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45512026-06-20T23:02:22.506Z
45522026-06-20T23:02:22.506Zinfo: running `cargo check --bins` on xtask (280/297)
45532026-06-20T23:02:22.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-06-20T23:02:22.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-06-20T23:02:22.899Z Checking libc v0.2.185
45562026-06-20T23:02:22.973Z Checking serde v1.0.228
45572026-06-20T23:02:22.977Z Checking zerofrom v0.1.6
45582026-06-20T23:02:22.980Z Checking bitflags v2.11.0
45592026-06-20T23:02:22.985Z Checking smallvec v1.15.1
45602026-06-20T23:02:22.990Z Checking indexmap v2.14.0
45612026-06-20T23:02:22.999Z Checking serde_json v1.0.149
45622026-06-20T23:02:23.002Z Checking scroll v0.12.0
45632026-06-20T23:02:23.075Z Checking yoke v0.8.1
45642026-06-20T23:02:23.124Z Checking num-traits v0.2.19
45652026-06-20T23:02:23.161Z Checking thiserror v1.0.69
45662026-06-20T23:02:23.226Z Checking percent-encoding v2.3.2
45672026-06-20T23:02:23.244Z Checking zerovec v0.11.5
45682026-06-20T23:02:23.254Z Checking zerotrie v0.2.3
45692026-06-20T23:02:23.263Z Checking errno v0.3.14
45702026-06-20T23:02:23.361Z Checking log v0.4.29
45712026-06-20T23:02:23.370Z Checking serde_spanned v0.6.9
45722026-06-20T23:02:23.378Z Checking rustix v1.1.3
45732026-06-20T23:02:23.524Z Checking toml_datetime v0.6.11
45742026-06-20T23:02:23.534Z Checking zerocopy v0.7.35
45752026-06-20T23:02:23.534Z Checking goblin v0.8.2
45762026-06-20T23:02:23.534Z Checking form_urlencoded v1.2.2
45772026-06-20T23:02:23.598Z Checking getrandom v0.4.1
45782026-06-20T23:02:23.645Z Checking thiserror v2.0.18
45792026-06-20T23:02:23.649Z Checking ordered-float v2.10.1
45802026-06-20T23:02:23.669Z Checking toml_edit v0.22.27
45812026-06-20T23:02:23.679Z Checking tinystr v0.8.2
45822026-06-20T23:02:23.728Z Checking potential_utf v0.1.4
45832026-06-20T23:02:23.743Z Checking syn v2.0.117
45842026-06-20T23:02:23.853Z Checking icu_locale_core v2.1.1
45852026-06-20T23:02:23.863Z Checking icu_collections v2.1.1
45862026-06-20T23:02:23.872Z Checking serde-value v0.7.0
45872026-06-20T23:02:23.991Z Checking dtrace-parser v0.2.0
45882026-06-20T23:02:24.076Z Checking thread-id v4.2.2
45892026-06-20T23:02:24.166Z Checking once_cell v1.21.3
45902026-06-20T23:02:24.175Z Checking cargo-platform v0.2.0
45912026-06-20T23:02:24.195Z Checking terminal_size v0.4.3
45922026-06-20T23:02:24.221Z Checking memmap v0.7.0
45932026-06-20T23:02:24.309Z Checking clap_builder v4.6.0
45942026-06-20T23:02:24.346Z Checking tempfile v3.25.0
45952026-06-20T23:02:24.355Z Checking textwrap v0.16.2
45962026-06-20T23:02:24.358Z Checking fs-err v3.3.0
45972026-06-20T23:02:24.409Z Checking icu_provider v2.1.1
45982026-06-20T23:02:24.531Z Checking anyhow v1.0.102
45992026-06-20T23:02:24.534Z Checking camino-tempfile v1.4.1
46002026-06-20T23:02:24.560Z Checking tabled v0.15.0
46012026-06-20T23:02:24.648Z Checking icu_normalizer v2.1.1
46022026-06-20T23:02:24.691Z Checking icu_properties v2.1.2
46032026-06-20T23:02:24.727Z Checking macaddr v1.0.1
46042026-06-20T23:02:24.770Z Checking toml v0.8.23
46052026-06-20T23:02:24.906Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46062026-06-20T23:02:25.085Z Checking cargo_toml v0.21.0
46072026-06-20T23:02:25.384Z Checking dof v0.3.0
46082026-06-20T23:02:25.499Z Checking idna_adapter v1.2.1
46092026-06-20T23:02:25.509Z Checking clap v4.6.1
46102026-06-20T23:02:25.615Z Checking idna v1.1.0
46112026-06-20T23:02:25.657Z Checking usdt-impl v0.5.0
46122026-06-20T23:02:25.834Z Checking url v2.5.8
46132026-06-20T23:02:25.917Z Checking usdt v0.5.0
46142026-06-20T23:02:26.169Z Checking cargo-util-schemas v0.8.2
46152026-06-20T23:02:26.854Z Checking cargo_metadata v0.21.0
46162026-06-20T23:02:27.461Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46172026-06-20T23:02:27.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
46182026-06-20T23:02:27.976Z
46192026-06-20T23:02:27.976Zinfo: running `cargo check --bins` on dnsadm (281/297)
46202026-06-20T23:02:28.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-06-20T23:02:28.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-06-20T23:02:28.563Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46232026-06-20T23:02:29.024Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46242026-06-20T23:02:29.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46252026-06-20T23:02:29.571Z
46262026-06-20T23:02:29.571Zinfo: running `cargo check --bins` on end-to-end-tests (282/297)
46272026-06-20T23:02:30.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-06-20T23:02:30.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-06-20T23:02:30.312Z Checking polyval v0.6.2
46302026-06-20T23:02:30.430Z Checking ctr v0.9.2
46312026-06-20T23:02:30.442Z Checking ssh-encoding v0.2.0
46322026-06-20T23:02:30.442Z Checking blowfish v0.9.1
46332026-06-20T23:02:30.455Z Checking password-hash v0.4.2
46342026-06-20T23:02:30.468Z Checking p521 v0.13.3
46352026-06-20T23:02:30.468Z Checking p256 v0.13.2
46362026-06-20T23:02:30.492Z Checking russh-cryptovec v0.7.3
46372026-06-20T23:02:30.570Z Checking ghash v0.5.1
46382026-06-20T23:02:30.583Z Checking bcrypt-pbkdf v0.10.0
46392026-06-20T23:02:30.595Z Checking md5 v0.7.0
46402026-06-20T23:02:30.612Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46412026-06-20T23:02:30.629Z Checking num-bigint v0.4.6
46422026-06-20T23:02:30.678Z Checking pbkdf2 v0.11.0
46432026-06-20T23:02:30.693Z Checking aes-gcm v0.10.3
46442026-06-20T23:02:30.710Z Checking des v0.8.1
46452026-06-20T23:02:30.739Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46462026-06-20T23:02:30.760Z Checking hex-literal v0.4.1
46472026-06-20T23:02:30.817Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46482026-06-20T23:02:30.841Z Checking ssh-cipher v0.2.0
46492026-06-20T23:02:30.855Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46502026-06-20T23:02:30.855Z Checking internet-checksum v0.2.1
46512026-06-20T23:02:31.006Z Checking ssh-key v0.6.7
46522026-06-20T23:02:31.086Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46532026-06-20T23:02:31.632Z Checking russh-keys v0.45.0
46542026-06-20T23:02:32.192Z Checking russh v0.45.0
46552026-06-20T23:02:48.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.85s
46562026-06-20T23:02:48.616Z
46572026-06-20T23:02:48.616Zinfo: running `cargo check --bins` on gateway-cli (283/297)
46582026-06-20T23:02:49.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46592026-06-20T23:02:49.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46602026-06-20T23:02:49.206Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46612026-06-20T23:02:49.306Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46622026-06-20T23:02:49.315Z Checking termios v0.3.3
46632026-06-20T23:02:50.508Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46642026-06-20T23:02:50.657Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46652026-06-20T23:02:52.296Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46662026-06-20T23:02:52.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
46672026-06-20T23:02:53.018Z
46682026-06-20T23:02:53.018Zinfo: running `cargo check --bins --no-default-features` on installinator (284/297)
46692026-06-20T23:02:53.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46702026-06-20T23:02:53.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46712026-06-20T23:02:53.661Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46722026-06-20T23:02:53.664Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46732026-06-20T23:02:53.775Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46742026-06-20T23:02:53.775Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46752026-06-20T23:02:53.787Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46762026-06-20T23:02:53.787Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46772026-06-20T23:02:54.521Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46782026-06-20T23:02:54.864Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46792026-06-20T23:02:54.867Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46802026-06-20T23:02:55.491Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46812026-06-20T23:02:57.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
46822026-06-20T23:02:57.263Z
46832026-06-20T23:02:57.263Zinfo: running `cargo check --bins` on internal-dns-cli (285/297)
46842026-06-20T23:02:57.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46852026-06-20T23:02:57.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46862026-06-20T23:02:57.839Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46872026-06-20T23:02:58.279Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46882026-06-20T23:02:58.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
46892026-06-20T23:02:58.756Z
46902026-06-20T23:02:58.756Zinfo: running `cargo check --bins` on omicron-live-tests (286/297)
46912026-06-20T23:02:59.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-06-20T23:02:59.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-06-20T23:02:59.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46942026-06-20T23:02:59.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
46952026-06-20T23:02:59.273Z
46962026-06-20T23:02:59.275Zinfo: running `cargo check --bins` on live-tests-macros (287/297)
46972026-06-20T23:02:59.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-06-20T23:02:59.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-06-20T23:02:59.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47002026-06-20T23:02:59.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47012026-06-20T23:02:59.788Z
47022026-06-20T23:02:59.788Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (288/297)
47032026-06-20T23:03:00.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-06-20T23:03:00.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-06-20T23:03:00.478Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47062026-06-20T23:03:01.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
47072026-06-20T23:03:01.232Z
47082026-06-20T23:03:01.232Zinfo: running `cargo check --bins` on omicron-ntp-admin (289/297)
47092026-06-20T23:03:01.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-06-20T23:03:01.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-06-20T23:03:01.827Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47122026-06-20T23:03:01.830Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47132026-06-20T23:03:02.094Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47142026-06-20T23:03:02.094Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47152026-06-20T23:03:02.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
47162026-06-20T23:03:03.051Z
47172026-06-20T23:03:03.051Zinfo: running `cargo check --bins` on ntp-admin-types (290/297)
47182026-06-20T23:03:03.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-06-20T23:03:03.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-06-20T23:03:03.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-06-20T23:03:03.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47222026-06-20T23:03:03.554Z
47232026-06-20T23:03:03.554Zinfo: running `cargo check --bins` on omicron-package (291/297)
47242026-06-20T23:03:04.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-06-20T23:03:04.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-06-20T23:03:04.182Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47272026-06-20T23:03:05.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
47282026-06-20T23:03:05.429Z
47292026-06-20T23:03:05.429Zinfo: running `cargo check --bins` on tqdb (292/297)
47302026-06-20T23:03:05.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-06-20T23:03:05.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-06-20T23:03:06.144Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47332026-06-20T23:03:06.490Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47342026-06-20T23:03:07.008Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47352026-06-20T23:03:07.008Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47362026-06-20T23:03:12.920Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47372026-06-20T23:03:12.923Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47382026-06-20T23:03:13.491Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47392026-06-20T23:03:13.491Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47402026-06-20T23:03:13.494Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47412026-06-20T23:03:13.494Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47422026-06-20T23:03:14.248Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47432026-06-20T23:03:15.272Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47442026-06-20T23:03:16.065Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47452026-06-20T23:03:16.677Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47462026-06-20T23:03:21.315Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47472026-06-20T23:03:27.800Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47482026-06-20T23:03:27.803Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47492026-06-20T23:03:27.803Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47502026-06-20T23:03:27.803Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47512026-06-20T23:03:29.249Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47522026-06-20T23:03:30.566Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47532026-06-20T23:03:31.224Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47542026-06-20T23:03:32.443Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47552026-06-20T23:03:32.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.55s
47562026-06-20T23:03:33.164Z
47572026-06-20T23:03:33.164Zinfo: running `cargo check --bins` on wicket-dbg (293/297)
47582026-06-20T23:03:33.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47592026-06-20T23:03:33.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47602026-06-20T23:03:33.818Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47612026-06-20T23:03:33.818Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47622026-06-20T23:03:33.822Z Checking rtoolbox v0.0.3
47632026-06-20T23:03:33.940Z Checking tui-tree-widget v0.23.1
47642026-06-20T23:03:34.038Z Checking rpassword v7.4.0
47652026-06-20T23:03:35.092Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47662026-06-20T23:03:38.219Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47672026-06-20T23:03:40.047Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47682026-06-20T23:03:40.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.77s
47692026-06-20T23:03:41.112Z
47702026-06-20T23:03:41.112Zinfo: running `cargo check --bins` on wicket (294/297)
47712026-06-20T23:03:41.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47722026-06-20T23:03:41.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47732026-06-20T23:03:41.747Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47742026-06-20T23:03:42.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
47752026-06-20T23:03:42.266Z
47762026-06-20T23:03:42.266Zinfo: running `cargo check --bins` on wicketd (295/297)
47772026-06-20T23:03:42.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47782026-06-20T23:03:42.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47792026-06-20T23:03:42.922Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47802026-06-20T23:03:42.924Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47812026-06-20T23:03:42.924Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47822026-06-20T23:03:43.030Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47832026-06-20T23:03:43.910Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47842026-06-20T23:03:44.479Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47852026-06-20T23:03:47.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
47862026-06-20T23:03:47.628Z
47872026-06-20T23:03:47.628Zinfo: running `cargo check --bins` on omicron-workspace-hack (296/297)
47882026-06-20T23:03:48.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-06-20T23:03:48.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-06-20T23:03:48.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47912026-06-20T23:03:48.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47922026-06-20T23:03:48.138Z
47932026-06-20T23:03:48.138Zinfo: running `cargo check --bins` on zone-setup (297/297)
47942026-06-20T23:03:48.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47952026-06-20T23:03:48.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47962026-06-20T23:03:48.751Z Checking uzers v0.12.2
47972026-06-20T23:03:49.019Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47982026-06-20T23:03:49.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
47992026-06-20T23:03:49.953Z
48002026-06-20T23:03:49.953Zreal 13:36.856355393
48012026-06-20T23:03:49.953Zuser 20:39.257113314
48022026-06-20T23:03:49.953Zsys 4:04.691798076
48032026-06-20T23:03:49.953Ztrap 0.337485278
48042026-06-20T23:03:49.953Ztflt 0.773079742
48052026-06-20T23:03:49.953Zdflt 1.116207920
48062026-06-20T23:03:49.953Zkflt 0.004698514
48072026-06-20T23:03:49.953Zlock 1:17:12.123251667
48082026-06-20T23:03:49.962Zslp 1:38:59.066933524
48092026-06-20T23:03:49.963Zlat 49.655662341
48102026-06-20T23:03:49.963Zstop 3:11.452757448
48112026-06-20T23:03:49.963Zprocess exited: duration 942606 ms, exit code 0
 
48122026-06-20T23:03:49.971Zfound 0 output files