01KS4TZK9NV6MKJBBSBFF4JYHJ: 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: 01KS4TZYBHC28MAJ7X3GTA92Z5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T08:39:40.093Zjob assigned to worker 01KS4V06C8WT786V2WCNEZ5KBQ [factory aws, i-039879836463d16f1] (queued for 50 s)
 
22026-05-21T08:39:46.796Zstarting task 0: "setup"
32026-05-21T08:39:46.802Z++ uname -s
42026-05-21T08:39:46.805Z+ kern=SunOS
52026-05-21T08:39:46.805Z+ build_user=build
62026-05-21T08:39:46.805Z+ build_uid=12345
72026-05-21T08:39:46.805Z+ work_dir=/work
82026-05-21T08:39:46.805Z+ input_dir=/input
92026-05-21T08:39:46.805Z+ [[ 0 == 12345 ]]
102026-05-21T08:39:46.805Z+ case "$kern" in
112026-05-21T08:39:46.805Z+ groupadd -g 12345 build
122026-05-21T08:39:46.808Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T08:39:48.812Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T08:39:48.901Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T08:39:48.903Z+ home_fs=zfs
162026-05-21T08:39:48.903Z+ [[ zfs == autofs ]]
172026-05-21T08:39:48.904Z+ mkdir -p /home/build
182026-05-21T08:39:48.904Z+ chown build:build /home/build /work
192026-05-21T08:39:50.905Z+ chmod 0700 /home/build /work
202026-05-21T08:39:50.908Zprocess exited: duration 4111 ms, exit code 0
 
212026-05-21T08:39:50.914Zstarting task 1: "rust-toolchain"
222026-05-21T08:39:50.918Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T08:39:50.918Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-21T08:39:50.918Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-21T08:39:50.918Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-21T08:39:50.918Z * rust toolchain channel = "1.94.0"
272026-05-21T08:39:50.918Z * rust toolchain profile = "default"
282026-05-21T08:39:50.921Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T08:39:50.921Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T08:39:51.001Zinfo: downloading installer
312026-05-21T08:39:52.307Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T08:39:52.307Zwarn: /home/build/.rustup/settings.toml
332026-05-21T08:39:52.307Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T08:39:52.307Zwarn: instead of the one inferred from the default host triple.
352026-05-21T08:39:52.319Zinfo: profile set to default
362026-05-21T08:39:52.319Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T08:39:52.322Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T08:39:52.466Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T08:39:52.469Zinfo: downloading 6 components
402026-05-21T08:40:06.806Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-21T08:40:06.806Z
422026-05-21T08:40:06.841Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T08:40:06.841Z
442026-05-21T08:40:06.841Z
452026-05-21T08:40:06.841ZRust is installed now. Great!
462026-05-21T08:40:06.841Z
472026-05-21T08:40:06.841ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T08:40:06.841Zenvironment variable. This has not been done automatically.
492026-05-21T08:40:06.841Z
502026-05-21T08:40:06.841ZTo configure your current shell, you need to source
512026-05-21T08:40:06.841Zthe corresponding env file under $HOME/.cargo.
522026-05-21T08:40:06.841Z
532026-05-21T08:40:06.841ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T08:40:06.844Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T08:40:06.844Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T08:40:06.844Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T08:40:06.844Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T08:40:06.844Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T08:40:06.844Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T08:40:06.844Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T08:40:06.844Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T08:40:06.928Z+ rustup --version
632026-05-21T08:40:06.937Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T08:40:06.940Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T08:40:06.959Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T08:40:06.962Z+ cargo --version
672026-05-21T08:40:06.975Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T08:40:06.978Z+ rustc --version
692026-05-21T08:40:06.998Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T08:40:07.001Zprocess exited: duration 16086 ms, exit code 0
 
712026-05-21T08:40:07.006Zstarting task 2: "authentication"
722026-05-21T08:40:07.023Zprocess exited: duration 16 ms, exit code 0
 
732026-05-21T08:40:07.028Zstarting task 3: "clone repository"
742026-05-21T08:40:07.031Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T08:40:07.034Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T08:40:07.072ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T08:40:17.381Z+ cd /work/oxidecomputer/omicron
782026-05-21T08:40:17.384Z+ git fetch origin 99582913ae28f9f8935d469a14830b7d04f7ac76
792026-05-21T08:40:17.634ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T08:40:17.634Z * branch 99582913ae28f9f8935d469a14830b7d04f7ac76 -> FETCH_HEAD
812026-05-21T08:40:17.643Z+ [[ -n zl/ddm-internal-dns ]]
822026-05-21T08:40:17.646Z++ git branch --show-current
832026-05-21T08:40:17.646Z+ current=main
842026-05-21T08:40:17.646Z+ [[ main != zl/ddm-internal-dns ]]
852026-05-21T08:40:17.646Z+ git branch -f zl/ddm-internal-dns 99582913ae28f9f8935d469a14830b7d04f7ac76
862026-05-21T08:40:17.649Z+ git checkout -f zl/ddm-internal-dns
872026-05-21T08:40:17.882ZSwitched to branch 'zl/ddm-internal-dns'
882026-05-21T08:40:17.885Z+ git reset --hard 99582913ae28f9f8935d469a14830b7d04f7ac76
892026-05-21T08:40:18.119ZHEAD is now at 99582913a merge main + bump maghemite to 9bb5037 + oxlog patch
902026-05-21T08:40:18.122Zprocess exited: duration 11093 ms, exit code 0
 
912026-05-21T08:40:18.128Zstarting task 4: "build"
922026-05-21T08:40:18.133Z+ source .github/buildomat/ci-env.sh
932026-05-21T08:40:18.133Z++ export CARGO_TERM_COLOR=always
942026-05-21T08:40:18.133Z++ CARGO_TERM_COLOR=always
952026-05-21T08:40:18.133Z+ cargo --version
962026-05-21T08:40:18.144Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-21T08:40:18.146Z+ rustc --version
982026-05-21T08:40:18.166Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-21T08:40:18.169Z+ source ./env.sh
1002026-05-21T08:40:18.169Z++ OLD_SHELL_OPTS=ehxB
1012026-05-21T08:40:18.169Z++ set -o xtrace
1022026-05-21T08:40:18.172Z++++ dirname ./env.sh
1032026-05-21T08:40:18.183Z+++ readlink -f .
1042026-05-21T08:40:18.187Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-21T08:40:18.191Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-21T08:40:18.191Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-21T08:40:18.191Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-21T08:40:18.192Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-21T08:40:18.192Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-21T08:40:18.192Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-21T08:40:18.192Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-21T08:40:18.192Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-21T08:40:18.192Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-05-21T08:40:18.192Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-21T08:40:18.192Z++ case $OLD_SHELL_OPTS in
1162026-05-21T08:40:18.192Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-05-21T08:40:18.192Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1182026-05-21T08:40:18.192Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1192026-05-21T08:40:18.192Z+ banner prerequisites
1202026-05-21T08:40:18.192Z
1212026-05-21T08:40:18.192Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-05-21T08:40:18.192Z # # # # # # # # # # # # # # #
1232026-05-21T08:40:18.192Z # # # # ##### # # ##### # # # # # #### #
1242026-05-21T08:40:18.192Z ##### ##### # ##### # # # # # # # # #
1252026-05-21T08:40:18.192Z # # # # # # # # # # # # # # #
1262026-05-21T08:40:18.192Z # # # ###### # # ###### ### # #### # #### #
1272026-05-21T08:40:18.192Z
1282026-05-21T08:40:18.192Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-05-21T08:40:19.650Z Startup: Refreshing catalog 'helios' ... Done
1302026-05-21T08:40:19.706Z Startup: Caching catalogs ... Done
1312026-05-21T08:40:19.912ZPlanning: Solver setup ... Done (0.173s)
1322026-05-21T08:40:19.928ZPlanning: Running solver ... Done (0.017s)
1332026-05-21T08:40:19.934ZPlanning: Finding local manifests ... Done (0.003s)
1342026-05-21T08:40:19.944ZPlanning: Fetching manifests: 0/2 0% complete
1352026-05-21T08:40:19.963ZPlanning: Fetching manifests: 2/2 100% complete
1362026-05-21T08:40:19.978ZPlanning: Package planning ... Done (0.014s)
1372026-05-21T08:40:19.980ZPlanning: Merging actions ... Done (0.001s)
1382026-05-21T08:40:20.174ZPlanning: Checking for conflicting actions ... Done (0.194s)
1392026-05-21T08:40:20.178ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-05-21T08:40:20.981ZPlanning: Evaluating mediators ... Done (0.807s)
1412026-05-21T08:40:20.984ZPlanning: Planning completed in 1.26 seconds
1422026-05-21T08:40:20.991Z Packages to install: 2
1432026-05-21T08:40:20.991Z Estimated space available: 156.07 GB
1442026-05-21T08:40:20.991ZEstimated space to be consumed: 19.75 MB
1452026-05-21T08:40:20.994Z Create boot environment: No
1462026-05-21T08:40:20.994ZCreate backup boot environment: No
1472026-05-21T08:40:20.994Z Rebuild boot archive: No
1482026-05-21T08:40:20.994Z
1492026-05-21T08:40:20.994ZChanged packages:
1502026-05-21T08:40:20.994Zhelios
1512026-05-21T08:40:20.994Z developer/build-essential
1522026-05-21T08:40:20.994Z None -> 11-3.0
1532026-05-21T08:40:20.994Z library/libxmlsec1
1542026-05-21T08:40:20.994Z None -> 1.2.35-3.0
1552026-05-21T08:40:21.017Z
1562026-05-21T08:40:21.017ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-05-21T08:40:21.493ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1582026-05-21T08:40:21.566Z Actions: 1/268 actions (Installing new actions)
1592026-05-21T08:40:21.604Z Actions: Completed 268 actions in 0.04 seconds.
1602026-05-21T08:40:21.610ZFinalize: Updating package state database ... Done (0.006s)
1612026-05-21T08:40:21.610ZFinalize: Updating package cache ... Done (0.000s)
1622026-05-21T08:40:21.625ZFinalize: Updating image state ... Done (0.015s)
1632026-05-21T08:40:24.049ZFinalize: Creating fast lookup database ... Done (2.403s)
1642026-05-21T08:40:24.124ZFinalize: Reading search index ... Done (0.013s)
1652026-05-21T08:40:24.127ZFinalize: Updating search index ... Done (0.000s)
1662026-05-21T08:40:24.205ZFinalize: Updating package cache ... Done (0.000s)
1672026-05-21T08:40:24.501ZPlanning: Evaluating mediator changes ... Done
1682026-05-21T08:40:24.604ZPlanning: Checking for conflicting actions ... Done
1692026-05-21T08:40:24.607ZPlanning: Consolidating action changes ... Done
1702026-05-21T08:40:24.762ZPlanning: Evaluating mediators ... Done
1712026-05-21T08:40:24.765ZPlanning: Planning completed in 0.26 seconds
1722026-05-21T08:40:24.785Z Mediators to change: 2
1732026-05-21T08:40:24.785Z Create boot environment: No
1742026-05-21T08:40:24.785ZCreate backup boot environment: No
1752026-05-21T08:40:24.839ZFinalize: Updating package state database ... Done
1762026-05-21T08:40:24.839ZFinalize: Updating package cache ... Done
1772026-05-21T08:40:24.848ZFinalize: Updating image state ... Done
1782026-05-21T08:40:26.791ZFinalize: Creating fast lookup database ... Done
1792026-05-21T08:40:26.853ZFinalize: Reading search index ... Done
1802026-05-21T08:40:26.856ZFinalize: Updating search index ... Done
1812026-05-21T08:40:26.939ZFinalize: Updating package cache ... Done
1822026-05-21T08:40:27.223ZPlanning: Evaluating mediator changes ... Done
1832026-05-21T08:40:27.330ZPlanning: Checking for conflicting actions ... Done
1842026-05-21T08:40:27.333ZPlanning: Consolidating action changes ... Done
1852026-05-21T08:40:27.490ZPlanning: Evaluating mediators ... Done
1862026-05-21T08:40:27.493ZPlanning: Planning completed in 0.27 seconds
1872026-05-21T08:40:27.513Z Mediators to change: 1
1882026-05-21T08:40:27.513Z Create boot environment: No
1892026-05-21T08:40:27.513ZCreate backup boot environment: No
1902026-05-21T08:40:27.581ZFinalize: Updating package state database ... Done
1912026-05-21T08:40:27.581ZFinalize: Updating package cache ... Done
1922026-05-21T08:40:27.590ZFinalize: Updating image state ... Done
1932026-05-21T08:40:29.556ZFinalize: Creating fast lookup database ... Done
1942026-05-21T08:40:29.619ZFinalize: Reading search index ... Done
1952026-05-21T08:40:29.622ZFinalize: Updating search index ... Done
1962026-05-21T08:40:29.696ZFinalize: Updating package cache ... Done
1972026-05-21T08:40:30.006ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-05-21T08:40:30.006Zapache system 2.4 system
1992026-05-21T08:40:30.006Zclang system 15 system
2002026-05-21T08:40:30.006Zcsh system system illumos
2012026-05-21T08:40:30.006Zctags system system illumos
2022026-05-21T08:40:30.006Zfile vendor vendor darwinsys
2032026-05-21T08:40:30.006Zfile system system illumos
2042026-05-21T08:40:30.006Zgcc vendor 14 vendor
2052026-05-21T08:40:30.006Zgcc system 13 system
2062026-05-21T08:40:30.006Zgcc system 10 system
2072026-05-21T08:40:30.006Zgo system 1.25 system
2082026-05-21T08:40:30.006Zllvm system 15 system
2092026-05-21T08:40:30.006Zmariadb system 11.4 system
2102026-05-21T08:40:30.006Zmta vendor vendor dma
2112026-05-21T08:40:30.006Zopenjdk system 17 system
2122026-05-21T08:40:30.006Zopenjdk system 11 system
2132026-05-21T08:40:30.006Zopenssl vendor 3 vendor
2142026-05-21T08:40:30.006Zperl system 5.40 system
2152026-05-21T08:40:30.006Zpostgresql system 18 system
2162026-05-21T08:40:30.006Zpostgresql system 17 system
2172026-05-21T08:40:30.006Zpython vendor 3 vendor
2182026-05-21T08:40:30.006Zpython system 2 system
2192026-05-21T08:40:30.006Zpython3 vendor 3.13 vendor
2202026-05-21T08:40:30.006Zruby system 3.4 system
2212026-05-21T08:40:30.006Zruby system 3.0 system
2222026-05-21T08:40:30.006Zwords vendor vendor american-english
2232026-05-21T08:40:30.006Zwords system system australian-english
2242026-05-21T08:40:30.006Zwords system system british-english
2252026-05-21T08:40:30.006Zwords system system canadian-english
2262026-05-21T08:40:30.007Zwords system system french
2272026-05-21T08:40:30.007Zwords system system italian
2282026-05-21T08:40:30.007Zwords system system ngerman
2292026-05-21T08:40:30.007Zwords system system ogerman
2302026-05-21T08:40:30.007Zwords system system spanish
2312026-05-21T08:40:30.261ZPUBLISHER TYPE STATUS P LOCATION
2322026-05-21T08:40:30.261Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-05-21T08:40:30.530ZFMRI IFO
2342026-05-21T08:40:30.530Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-05-21T08:40:30.530Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-05-21T08:40:30.530Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-05-21T08:40:30.530Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-05-21T08:40:30.530Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-05-21T08:40:30.530Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-05-21T08:40:30.530Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-05-21T08:40:30.530Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-05-21T08:40:30.530Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-05-21T08:40:30.773Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-05-21T08:40:31.039Z Updating crates.io index
2452026-05-21T08:40:31.042Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-05-21T08:40:31.328Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-05-21T08:40:32.110Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-05-21T08:40:32.564Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-05-21T08:40:33.644Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-05-21T08:40:34.222Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-05-21T08:40:35.539Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-05-21T08:40:36.318Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-05-21T08:40:36.852Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-05-21T08:40:37.857Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-05-21T08:40:38.219Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-05-21T08:40:38.663Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-05-21T08:40:38.971Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-05-21T08:40:39.963Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-05-21T08:40:40.429Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-05-21T08:40:40.706Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-05-21T08:40:41.107Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-05-21T08:40:41.495Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-05-21T08:40:41.993Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-05-21T08:40:42.376Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-05-21T08:40:42.658Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-05-21T08:40:42.935Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-05-21T08:40:43.358Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-05-21T08:40:43.736Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2692026-05-21T08:40:44.256Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2702026-05-21T08:40:44.580Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-05-21T08:40:44.961Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-05-21T08:40:45.278Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732026-05-21T08:40:46.208Z Updating git repository `https://github.com/oxidecomputer/crucible`
2742026-05-21T08:40:47.097Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-05-21T08:40:47.517Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-05-21T08:40:47.948Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-05-21T08:40:48.198Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-05-21T08:40:48.548Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-05-21T08:40:48.881Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-05-21T08:40:49.494Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-05-21T08:40:49.761Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-05-21T08:40:50.033Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-05-21T08:40:50.295Z Updating git repository `https://github.com/oxidecomputer/omicron`
2842026-05-21T08:41:03.421Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-05-21T08:41:03.931Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2862026-05-21T08:41:05.881Z Locking 2 packages to latest Rust 1.94.0 compatible versions
2872026-05-21T08:41:05.881Z Adding common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
2882026-05-21T08:41:05.881Z Adding dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
2892026-05-21T08:41:05.924Z Downloading crates ...
2902026-05-21T08:41:05.978Z Downloaded anyhow v1.0.102
2912026-05-21T08:41:05.981Z Downloaded cargo_metadata v0.21.0
2922026-05-21T08:41:05.983Z Downloaded autocfg v1.5.0
2932026-05-21T08:41:05.983Z Downloaded cargo-platform v0.2.0
2942026-05-21T08:41:05.986Z Downloaded anstream v1.0.0
2952026-05-21T08:41:05.990Z Downloaded camino-tempfile v1.4.1
2962026-05-21T08:41:05.992Z Downloaded tabled_derive v0.7.0
2972026-05-21T08:41:05.992Z Downloaded cargo-util-schemas v0.8.2
2982026-05-21T08:41:05.995Z Downloaded camino v1.2.2
2992026-05-21T08:41:05.995Z Downloaded unicode-ident v1.0.24
3002026-05-21T08:41:05.998Z Downloaded tinystr v0.8.2
3012026-05-21T08:41:05.998Z Downloaded cpufeatures v0.2.17
3022026-05-21T08:41:06.001Z Downloaded byteorder v1.5.0
3032026-05-21T08:41:06.001Z Downloaded anstyle v1.0.14
3042026-05-21T08:41:06.001Z Downloaded utf8_iter v1.0.4
3052026-05-21T08:41:06.004Z Downloaded toml_write v0.1.2
3062026-05-21T08:41:06.004Z Downloaded equivalent v1.0.2
3072026-05-21T08:41:06.004Z Downloaded zerofrom-derive v0.1.6
3082026-05-21T08:41:06.006Z Downloaded typeid v1.0.3
3092026-05-21T08:41:06.006Z Downloaded erased-serde v0.4.9
3102026-05-21T08:41:06.006Z Downloaded heck v0.4.1
3112026-05-21T08:41:06.009Z Downloaded version_check v0.9.5
3122026-05-21T08:41:06.009Z Downloaded fastrand v2.3.0
3132026-05-21T08:41:06.009Z Downloaded strsim v0.11.1
3142026-05-21T08:41:06.012Z Downloaded usdt-macro v0.5.0
3152026-05-21T08:41:06.012Z Downloaded unicode-xid v0.2.6
3162026-05-21T08:41:06.012Z Downloaded macaddr v1.0.1
3172026-05-21T08:41:06.012Z Downloaded generic-array v0.14.7
3182026-05-21T08:41:06.015Z Downloaded toml_datetime v0.6.11
3192026-05-21T08:41:06.017Z Downloaded errno v0.3.14
3202026-05-21T08:41:06.017Z Downloaded dof v0.3.0
3212026-05-21T08:41:06.020Z Downloaded zerofrom v0.1.6
3222026-05-21T08:41:06.020Z Downloaded yoke-derive v0.8.1
3232026-05-21T08:41:06.023Z Downloaded usdt-attr-macro v0.5.0
3242026-05-21T08:41:06.023Z Downloaded block-buffer v0.10.4
3252026-05-21T08:41:06.023Z Downloaded swrite v0.1.0
3262026-05-21T08:41:06.023Z Downloaded smawk v0.3.2
3272026-05-21T08:41:06.026Z Downloaded is_terminal_polyfill v1.70.2
3282026-05-21T08:41:06.027Z Downloaded usdt v0.5.0
3292026-05-21T08:41:06.027Z Downloaded displaydoc v0.2.5
3302026-05-21T08:41:06.030Z Downloaded stable_deref_trait v1.2.1
3312026-05-21T08:41:06.030Z Downloaded unicode-linebreak v0.1.5
3322026-05-21T08:41:06.030Z Downloaded thiserror-impl v1.0.69
3332026-05-21T08:41:06.033Z Downloaded proc-macro-error-attr v1.0.4
3342026-05-21T08:41:06.033Z Downloaded memmap v0.7.0
3352026-05-21T08:41:06.033Z Downloaded thiserror-impl v2.0.18
3362026-05-21T08:41:06.035Z Downloaded writeable v0.6.2
3372026-05-21T08:41:06.035Z Downloaded proc-macro-error v1.0.4
3382026-05-21T08:41:06.038Z Downloaded zerovec-derive v0.11.2
3392026-05-21T08:41:06.038Z Downloaded thiserror v2.0.18
3402026-05-21T08:41:06.041Z Downloaded plain v0.2.3
3412026-05-21T08:41:06.043Z Downloaded zmij v1.0.21
3422026-05-21T08:41:06.044Z Downloaded thread-id v4.2.2
3432026-05-21T08:41:06.044Z Downloaded scroll_derive v0.12.1
3442026-05-21T08:41:06.046Z Downloaded idna_adapter v1.2.1
3452026-05-21T08:41:06.046Z Downloaded thiserror v1.0.69
3462026-05-21T08:41:06.049Z Downloaded usdt-impl v0.5.0
3472026-05-21T08:41:06.049Z Downloaded zerocopy-derive v0.7.35
3482026-05-21T08:41:06.052Z Downloaded toml v0.8.23
3492026-05-21T08:41:06.054Z Downloaded serde-value v0.7.0
3502026-05-21T08:41:06.054Z Downloaded textwrap v0.16.2
3512026-05-21T08:41:06.057Z Downloaded form_urlencoded v1.2.2
3522026-05-21T08:41:06.057Z Downloaded percent-encoding v2.3.2
3532026-05-21T08:41:06.057Z Downloaded itoa v1.0.17
3542026-05-21T08:41:06.057Z Downloaded fnv v1.0.7
3552026-05-21T08:41:06.059Z Downloaded cfg-if v1.0.4
3562026-05-21T08:41:06.059Z Downloaded yoke v0.8.1
3572026-05-21T08:41:06.059Z Downloaded utf8parse v0.2.2
3582026-05-21T08:41:06.062Z Downloaded ucd-trie v0.1.7
3592026-05-21T08:41:06.062Z Downloaded ordered-float v2.10.1
3602026-05-21T08:41:06.062Z Downloaded crypto-common v0.1.7
3612026-05-21T08:41:06.062Z Downloaded clap_lex v1.0.0
3622026-05-21T08:41:06.065Z Downloaded cargo_toml v0.21.0
3632026-05-21T08:41:06.068Z Downloaded zerotrie v0.2.3
3642026-05-21T08:41:06.070Z Downloaded smallvec v1.15.1
3652026-05-21T08:41:06.070Z Downloaded colorchoice v1.0.4
3662026-05-21T08:41:06.070Z Downloaded serde-untagged v0.1.9
3672026-05-21T08:41:06.073Z Downloaded typenum v1.19.0
3682026-05-21T08:41:06.075Z Downloaded potential_utf v0.1.4
3692026-05-21T08:41:06.076Z Downloaded terminal_size v0.4.3
3702026-05-21T08:41:06.076Z Downloaded toml_edit v0.22.27
3712026-05-21T08:41:06.078Z Downloaded url v2.5.8
3722026-05-21T08:41:06.081Z Downloaded dtrace-parser v0.2.0
3732026-05-21T08:41:06.084Z Downloaded serde_spanned v0.6.9
3742026-05-21T08:41:06.084Z Downloaded anstyle-query v1.1.5
3752026-05-21T08:41:06.089Z Downloaded zerovec v0.11.5
3762026-05-21T08:41:06.091Z Downloaded pretty-hex v0.4.1
3772026-05-21T08:41:06.098Z Downloaded zerocopy v0.7.35
3782026-05-21T08:41:06.107Z Downloaded synstructure v0.13.2
3792026-05-21T08:41:06.109Z Downloaded winnow v0.7.14
3802026-05-21T08:41:06.113Z Downloaded serde_core v1.0.228
3812026-05-21T08:41:06.115Z Downloaded clap_derive v4.6.1
3822026-05-21T08:41:06.115Z Downloaded anstyle-parse v1.0.0
3832026-05-21T08:41:06.118Z Downloaded unicode-width v0.2.0
3842026-05-21T08:41:06.121Z Downloaded unicode-width v0.1.14
3852026-05-21T08:41:06.124Z Downloaded serde_tokenstream v0.2.3
3862026-05-21T08:41:06.124Z Downloaded bytecount v0.6.9
3872026-05-21T08:41:06.127Z Downloaded sha2 v0.10.9
3882026-05-21T08:41:06.127Z Downloaded scroll v0.12.0
3892026-05-21T08:41:06.127Z Downloaded quote v1.0.45
3902026-05-21T08:41:06.130Z Downloaded once_cell v1.21.3
3912026-05-21T08:41:06.130Z Downloaded heck v0.5.0
3922026-05-21T08:41:06.130Z Downloaded digest v0.10.7
3932026-05-21T08:41:06.132Z Downloaded tempfile v3.25.0
3942026-05-21T08:41:06.132Z Downloaded icu_provider v2.1.1
3952026-05-21T08:41:06.135Z Downloaded getrandom v0.4.1
3962026-05-21T08:41:06.138Z Downloaded serde_derive v1.0.228
3972026-05-21T08:41:06.138Z Downloaded semver v1.0.28
3982026-05-21T08:41:06.141Z Downloaded fs-err v3.3.0
3992026-05-21T08:41:06.145Z Downloaded pest_generator v2.8.6
4002026-05-21T08:41:06.164Z Downloaded pest_derive v2.8.6
4012026-05-21T08:41:06.167Z Downloaded papergrid v0.11.0
4022026-05-21T08:41:06.170Z Downloaded litemap v0.8.1
4032026-05-21T08:41:06.172Z Downloaded icu_locale_core v2.1.1
4042026-05-21T08:41:06.175Z Downloaded bitflags v2.11.0
4052026-05-21T08:41:06.181Z Downloaded num-traits v0.2.19
4062026-05-21T08:41:06.183Z Downloaded log v0.4.29
4072026-05-21T08:41:06.186Z Downloaded icu_properties v2.1.2
4082026-05-21T08:41:06.189Z Downloaded icu_normalizer v2.1.1
4092026-05-21T08:41:06.197Z Downloaded clap v4.6.1
4102026-05-21T08:41:06.204Z Downloaded icu_normalizer_data v2.1.1
4112026-05-21T08:41:06.206Z Downloaded icu_collections v2.1.1
4122026-05-21T08:41:06.210Z Downloaded serde v1.0.228
4132026-05-21T08:41:06.213Z Downloaded proc-macro2 v1.0.106
4142026-05-21T08:41:06.216Z Downloaded pest_meta v2.8.6
4152026-05-21T08:41:06.226Z Downloaded pest v2.8.6
4162026-05-21T08:41:06.229Z Downloaded memchr v2.8.0
4172026-05-21T08:41:06.239Z Downloaded indexmap v2.14.0
4182026-05-21T08:41:06.249Z Downloaded goblin v0.8.2
4192026-05-21T08:41:06.254Z Downloaded idna v1.1.0
4202026-05-21T08:41:06.262Z Downloaded hashbrown v0.17.0
4212026-05-21T08:41:06.267Z Downloaded icu_properties_data v2.1.2
4222026-05-21T08:41:06.275Z Downloaded serde_json v1.0.149
4232026-05-21T08:41:06.280Z Downloaded clap_builder v4.6.0
4242026-05-21T08:41:06.283Z Downloaded tabled v0.15.0
4252026-05-21T08:41:06.293Z Downloaded syn v1.0.109
4262026-05-21T08:41:06.304Z Downloaded syn v2.0.117
4272026-05-21T08:41:06.321Z Downloaded rustix v1.1.3
4282026-05-21T08:41:06.350Z Downloaded libc v0.2.185
4292026-05-21T08:41:06.420Z Compiling proc-macro2 v1.0.106
4302026-05-21T08:41:06.420Z Compiling quote v1.0.45
4312026-05-21T08:41:06.420Z Compiling unicode-ident v1.0.24
4322026-05-21T08:41:06.423Z Compiling serde_core v1.0.228
4332026-05-21T08:41:06.423Z Compiling libc v0.2.185
4342026-05-21T08:41:06.423Z Compiling version_check v0.9.5
4352026-05-21T08:41:06.423Z Compiling stable_deref_trait v1.2.1
4362026-05-21T08:41:06.423Z Compiling serde v1.0.228
4372026-05-21T08:41:06.740Z Compiling memchr v2.8.0
4382026-05-21T08:41:06.758Z Compiling zmij v1.0.21
4392026-05-21T08:41:06.960Z Compiling autocfg v1.5.0
4402026-05-21T08:41:07.157Z Compiling ucd-trie v0.1.7
4412026-05-21T08:41:07.188Z Compiling itoa v1.0.17
4422026-05-21T08:41:07.384Z Compiling thiserror v1.0.69
4432026-05-21T08:41:07.384Z Compiling pest v2.8.6
4442026-05-21T08:41:07.414Z Compiling writeable v0.6.2
4452026-05-21T08:41:07.443Z Compiling litemap v0.8.1
4462026-05-21T08:41:07.495Z Compiling icu_properties_data v2.1.2
4472026-05-21T08:41:07.623Z Compiling rustix v1.1.3
4482026-05-21T08:41:07.688Z Compiling byteorder v1.5.0
4492026-05-21T08:41:07.921Z Compiling icu_normalizer_data v2.1.1
4502026-05-21T08:41:08.006Z Compiling errno v0.3.14
4512026-05-21T08:41:08.048Z Compiling syn v2.0.117
4522026-05-21T08:41:08.126Z Compiling serde_json v1.0.149
4532026-05-21T08:41:08.151Z Compiling bitflags v2.11.0
4542026-05-21T08:41:08.243Z Compiling num-traits v0.2.19
4552026-05-21T08:41:08.362Z Compiling equivalent v1.0.2
4562026-05-21T08:41:08.433Z Compiling pest_meta v2.8.6
4572026-05-21T08:41:08.455Z Compiling typeid v1.0.3
4582026-05-21T08:41:08.572Z Compiling hashbrown v0.17.0
4592026-05-21T08:41:08.629Z Compiling smallvec v1.15.1
4602026-05-21T08:41:08.838Z Compiling thread-id v4.2.2
4612026-05-21T08:41:08.926Z Compiling usdt-impl v0.5.0
4622026-05-21T08:41:08.964Z Compiling proc-macro-error-attr v1.0.4
4632026-05-21T08:41:09.018Z Compiling winnow v0.7.14
4642026-05-21T08:41:09.119Z Compiling indexmap v2.14.0
4652026-05-21T08:41:09.136Z Compiling syn v1.0.109
4662026-05-21T08:41:09.151Z Compiling erased-serde v0.4.9
4672026-05-21T08:41:09.439Z Compiling toml_write v0.1.2
4682026-05-21T08:41:09.759Z Compiling proc-macro-error v1.0.4
4692026-05-21T08:41:09.834Z Compiling utf8_iter v1.0.4
4702026-05-21T08:41:09.949Z Compiling getrandom v0.4.1
4712026-05-21T08:41:09.993Z Compiling thiserror v2.0.18
4722026-05-21T08:41:10.130Z Compiling utf8parse v0.2.2
4732026-05-21T08:41:10.253Z Compiling plain v0.2.3
4742026-05-21T08:41:10.276Z Compiling log v0.4.29
4752026-05-21T08:41:10.302Z Compiling percent-encoding v2.3.2
4762026-05-21T08:41:10.337Z Compiling camino v1.2.2
4772026-05-21T08:41:10.465Z Compiling form_urlencoded v1.2.2
4782026-05-21T08:41:10.502Z Compiling anstyle-parse v1.0.0
4792026-05-21T08:41:10.521Z Compiling ordered-float v2.10.1
4802026-05-21T08:41:10.690Z Compiling terminal_size v0.4.3
4812026-05-21T08:41:10.716Z Compiling synstructure v0.13.2
4822026-05-21T08:41:10.733Z Compiling pest_generator v2.8.6
4832026-05-21T08:41:10.831Z Compiling is_terminal_polyfill v1.70.2
4842026-05-21T08:41:10.932Z Compiling anstyle-query v1.1.5
4852026-05-21T08:41:11.015Z Compiling anstyle v1.0.14
4862026-05-21T08:41:11.051Z Compiling pretty-hex v0.4.1
4872026-05-21T08:41:11.054Z Compiling colorchoice v1.0.4
4882026-05-21T08:41:11.085Z Compiling cfg-if v1.0.4
4892026-05-21T08:41:11.223Z Compiling anstream v1.0.0
4902026-05-21T08:41:11.250Z Compiling serde-untagged v0.1.9
4912026-05-21T08:41:11.341Z Compiling semver v1.0.28
4922026-05-21T08:41:11.472Z Compiling fs-err v3.3.0
4932026-05-21T08:41:11.495Z Compiling clap_lex v1.0.0
4942026-05-21T08:41:11.531Z Compiling once_cell v1.21.3
4952026-05-21T08:41:11.661Z Compiling heck v0.4.1
4962026-05-21T08:41:11.678Z Compiling strsim v0.11.1
4972026-05-21T08:41:11.681Z Compiling bytecount v0.6.9
4982026-05-21T08:41:11.729Z Compiling anyhow v1.0.102
4992026-05-21T08:41:11.747Z Compiling fnv v1.0.7
5002026-05-21T08:41:11.853Z Compiling unicode-xid v0.2.6
5012026-05-21T08:41:11.886Z Compiling unicode-width v0.1.14
5022026-05-21T08:41:11.986Z Compiling fastrand v2.3.0
5032026-05-21T08:41:12.030Z Compiling heck v0.5.0
5042026-05-21T08:41:12.134Z Compiling papergrid v0.11.0
5052026-05-21T08:41:12.169Z Compiling tempfile v3.25.0
5062026-05-21T08:41:12.250Z Compiling clap_builder v4.6.0
5072026-05-21T08:41:12.284Z Compiling memmap v0.7.0
5082026-05-21T08:41:12.430Z Compiling unicode-linebreak v0.1.5
5092026-05-21T08:41:12.559Z Compiling serde_derive v1.0.228
5102026-05-21T08:41:12.559Z Compiling zerofrom-derive v0.1.6
5112026-05-21T08:41:12.643Z Compiling yoke-derive v0.8.1
5122026-05-21T08:41:12.727Z Compiling zerovec-derive v0.11.2
5132026-05-21T08:41:12.806Z Compiling displaydoc v0.2.5
5142026-05-21T08:41:13.491Z Compiling thiserror-impl v1.0.69
5152026-05-21T08:41:13.575Z Compiling zerocopy-derive v0.7.35
5162026-05-21T08:41:13.708Z Compiling pest_derive v2.8.6
5172026-05-21T08:41:13.726Z Compiling scroll_derive v0.12.1
5182026-05-21T08:41:13.852Z Compiling zerofrom v0.1.6
5192026-05-21T08:41:13.989Z Compiling yoke v0.8.1
5202026-05-21T08:41:14.121Z Compiling thiserror-impl v2.0.18
5212026-05-21T08:41:14.181Z Compiling zerovec v0.11.5
5222026-05-21T08:41:14.396Z Compiling zerotrie v0.2.3
5232026-05-21T08:41:14.415Z Compiling zerocopy v0.7.35
5242026-05-21T08:41:14.747Z Compiling tinystr v0.8.2
5252026-05-21T08:41:14.780Z Compiling potential_utf v0.1.4
5262026-05-21T08:41:14.877Z Compiling dtrace-parser v0.2.0
5272026-05-21T08:41:14.954Z Compiling icu_locale_core v2.1.1
5282026-05-21T08:41:14.957Z Compiling icu_collections v2.1.1
5292026-05-21T08:41:15.052Z Compiling scroll v0.12.0
5302026-05-21T08:41:15.299Z Compiling goblin v0.8.2
5312026-05-21T08:41:15.316Z Compiling tabled_derive v0.7.0
5322026-05-21T08:41:15.332Z Compiling clap_derive v4.6.1
5332026-05-21T08:41:15.610Z Compiling icu_provider v2.1.1
5342026-05-21T08:41:15.653Z Compiling unicode-width v0.2.0
5352026-05-21T08:41:15.901Z Compiling icu_properties v2.1.2
5362026-05-21T08:41:15.955Z Compiling icu_normalizer v2.1.1
5372026-05-21T08:41:15.989Z Compiling serde_spanned v0.6.9
5382026-05-21T08:41:15.989Z Compiling toml_datetime v0.6.11
5392026-05-21T08:41:16.016Z Compiling dof v0.3.0
5402026-05-21T08:41:16.121Z Compiling serde_tokenstream v0.2.3
5412026-05-21T08:41:16.207Z Compiling toml_edit v0.22.27
5422026-05-21T08:41:16.251Z Compiling serde-value v0.7.0
5432026-05-21T08:41:16.426Z Compiling cargo-platform v0.2.0
5442026-05-21T08:41:16.467Z Compiling smawk v0.3.2
5452026-05-21T08:41:16.609Z Compiling textwrap v0.16.2
5462026-05-21T08:41:16.627Z Compiling tabled v0.15.0
5472026-05-21T08:41:16.701Z Compiling macaddr v1.0.1
5482026-05-21T08:41:16.930Z Compiling idna_adapter v1.2.1
5492026-05-21T08:41:16.951Z Compiling camino-tempfile v1.4.1
5502026-05-21T08:41:17.011Z Compiling usdt-attr-macro v0.5.0
5512026-05-21T08:41:17.069Z Compiling idna v1.1.0
5522026-05-21T08:41:17.072Z Compiling usdt-macro v0.5.0
5532026-05-21T08:41:17.120Z Compiling clap v4.6.1
5542026-05-21T08:41:17.477Z Compiling url v2.5.8
5552026-05-21T08:41:17.705Z Compiling toml v0.8.23
5562026-05-21T08:41:17.722Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5572026-05-21T08:41:17.738Z Compiling swrite v0.1.0
5582026-05-21T08:41:18.080Z Compiling cargo-util-schemas v0.8.2
5592026-05-21T08:41:18.237Z Compiling cargo_toml v0.21.0
5602026-05-21T08:41:18.298Z Compiling usdt v0.5.0
5612026-05-21T08:41:18.977Z Compiling cargo_metadata v0.21.0
5622026-05-21T08:41:19.918Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5632026-05-21T08:41:22.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.41s
5642026-05-21T08:41:22.277Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5652026-05-21T08:41:22.878Z Downloading crates ...
5662026-05-21T08:41:22.966Z Downloaded async-stream v0.3.6
5672026-05-21T08:41:22.969Z Downloaded adler2 v2.0.1
5682026-05-21T08:41:22.972Z Downloaded assert_matches v1.5.0
5692026-05-21T08:41:22.974Z Downloaded async-bb8-diesel v0.2.1
5702026-05-21T08:41:22.977Z Downloaded async-stream-impl v0.3.6
5712026-05-21T08:41:22.980Z Downloaded async-recursion v1.1.1
5722026-05-21T08:41:22.984Z Downloaded async-compression v0.4.41
5732026-05-21T08:41:22.989Z Downloaded cfg_aliases v0.2.1
5742026-05-21T08:41:22.992Z Downloaded byte-wrapper v0.1.0
5752026-05-21T08:41:22.992Z Downloaded clang-sys v1.8.1
5762026-05-21T08:41:22.995Z Downloaded foreign-types v0.3.2
5772026-05-21T08:41:22.995Z Downloaded critical-section v1.2.0
5782026-05-21T08:41:22.995Z Downloaded cfg_aliases v0.1.1
5792026-05-21T08:41:22.998Z Downloaded async-trait v0.1.89
5802026-05-21T08:41:22.998Z Downloaded find-msvc-tools v0.1.9
5812026-05-21T08:41:23.001Z Downloaded crc-any v2.5.0
5822026-05-21T08:41:23.001Z Downloaded bit-set v0.8.0
5832026-05-21T08:41:23.004Z Downloaded darling_macro v0.23.0
5842026-05-21T08:41:23.004Z Downloaded crucible-workspace-hack v0.1.0
5852026-05-21T08:41:23.004Z Downloaded crossterm v0.29.0
5862026-05-21T08:41:23.007Z Downloaded debug-ignore v1.0.5
5872026-05-21T08:41:23.009Z Downloaded crc v3.4.0
5882026-05-21T08:41:23.009Z Downloaded ciborium-ll v0.2.2
5892026-05-21T08:41:23.009Z Downloaded bitfield-macros v0.19.4
5902026-05-21T08:41:23.012Z Downloaded des v0.8.1
5912026-05-21T08:41:23.012Z Downloaded anstream v0.6.21
5922026-05-21T08:41:23.015Z Downloaded difflib v0.4.0
5932026-05-21T08:41:23.015Z Downloaded defmt-parser v1.0.0
5942026-05-21T08:41:23.015Z Downloaded cstr-argument v0.1.2
5952026-05-21T08:41:23.015Z Downloaded atty v0.2.14
5962026-05-21T08:41:23.018Z Downloaded bitfield v0.19.4
5972026-05-21T08:41:23.018Z Downloaded dirs-next v2.0.0
5982026-05-21T08:41:23.018Z Downloaded derive_builder_macro v0.20.2
5992026-05-21T08:41:23.021Z Downloaded cobs v0.3.0
6002026-05-21T08:41:23.021Z Downloaded bit-set v0.5.3
6012026-05-21T08:41:23.023Z Downloaded dof v0.4.0
6022026-05-21T08:41:23.023Z Downloaded anstyle-parse v0.2.7
6032026-05-21T08:41:23.023Z Downloaded bcrypt-pbkdf v0.10.0
6042026-05-21T08:41:23.026Z Downloaded console v0.15.11
6052026-05-21T08:41:23.029Z Downloaded defmt v1.0.1
6062026-05-21T08:41:23.032Z Downloaded cargo_metadata v0.19.2
6072026-05-21T08:41:23.032Z Downloaded dunce v1.0.5
6082026-05-21T08:41:23.036Z Downloaded block-padding v0.3.3
6092026-05-21T08:41:23.036Z Downloaded aead v0.5.2
6102026-05-21T08:41:23.036Z Downloaded dyn-clone v1.0.20
6112026-05-21T08:41:23.040Z Downloaded document-features v0.2.12
6122026-05-21T08:41:23.040Z Downloaded ciborium-io v0.2.2
6132026-05-21T08:41:23.042Z Downloaded bb8 v0.8.6
6142026-05-21T08:41:23.042Z Downloaded env_logger v0.11.9
6152026-05-21T08:41:23.042Z Downloaded crc-catalog v2.4.0
6162026-05-21T08:41:23.045Z Downloaded csv-core v0.1.13
6172026-05-21T08:41:23.045Z Downloaded fixedbitset v0.4.2
6182026-05-21T08:41:23.045Z Downloaded arrayref v0.3.9
6192026-05-21T08:41:23.048Z Downloaded atomic-waker v1.1.2
6202026-05-21T08:41:23.048Z Downloaded diesel_table_macro_syntax v0.3.0
6212026-05-21T08:41:23.050Z Downloaded defmt v0.3.100
6222026-05-21T08:41:23.050Z Downloaded darling_macro v0.20.11
6232026-05-21T08:41:23.053Z Downloaded convert_case v0.4.0
6242026-05-21T08:41:23.053Z Downloaded compression-core v0.4.31
6252026-05-21T08:41:23.053Z Downloaded cpufeatures v0.3.0
6262026-05-21T08:41:23.056Z Downloaded fixedbitset v0.5.7
6272026-05-21T08:41:23.056Z Downloaded derive_builder_core v0.20.2
6282026-05-21T08:41:23.059Z Downloaded der_derive v0.7.3
6292026-05-21T08:41:23.059Z Downloaded crossbeam-epoch v0.9.18
6302026-05-21T08:41:23.061Z Downloaded base64ct v1.8.3
6312026-05-21T08:41:23.061Z Downloaded base16ct v0.2.0
6322026-05-21T08:41:23.064Z Downloaded ascii-canvas v3.0.0
6332026-05-21T08:41:23.064Z Downloaded convert_case v0.10.0
6342026-05-21T08:41:23.067Z Downloaded crc8 v0.1.1
6352026-05-21T08:41:23.069Z Downloaded atomicwrites v0.4.4
6362026-05-21T08:41:23.073Z Downloaded castaway v0.2.4
6372026-05-21T08:41:23.077Z Downloaded dtrace-parser v0.3.0
6382026-05-21T08:41:23.080Z Downloaded dsl_auto_type v0.2.0
6392026-05-21T08:41:23.080Z Downloaded bitfield-struct v0.6.2
6402026-05-21T08:41:23.080Z Downloaded foreign-types v0.5.0
6412026-05-21T08:41:23.083Z Downloaded downcast-rs v2.0.2
6422026-05-21T08:41:23.083Z Downloaded endian-type v0.1.2
6432026-05-21T08:41:23.083Z Downloaded dirs-sys-next v0.1.2
6442026-05-21T08:41:23.085Z Downloaded blowfish v0.9.1
6452026-05-21T08:41:23.085Z Downloaded darling_macro v0.21.3
6462026-05-21T08:41:23.085Z Downloaded bit-vec v0.6.3
6472026-05-21T08:41:23.088Z Downloaded embedded-io v0.6.1
6482026-05-21T08:41:23.088Z Downloaded ahash v0.8.12
6492026-05-21T08:41:23.091Z Downloaded crunchy v0.2.4
6502026-05-21T08:41:23.091Z Downloaded display-error-chain v0.2.2
6512026-05-21T08:41:23.094Z Downloaded foreign-types-shared v0.3.1
6522026-05-21T08:41:23.094Z Downloaded funty v2.0.0
6532026-05-21T08:41:23.094Z Downloaded foreign-types-shared v0.1.1
6542026-05-21T08:41:23.098Z Downloaded fd-lock v4.0.4
6552026-05-21T08:41:23.098Z Downloaded foreign-types-macros v0.2.3
6562026-05-21T08:41:23.101Z Downloaded futures-core v0.3.32
6572026-05-21T08:41:23.101Z Downloaded ghash v0.5.1
6582026-05-21T08:41:23.101Z Downloaded float-ord v0.3.2
6592026-05-21T08:41:23.101Z Downloaded float-cmp v0.10.0
6602026-05-21T08:41:23.104Z Downloaded flagset v0.4.7
6612026-05-21T08:41:23.104Z Downloaded fxhash v0.2.1
6622026-05-21T08:41:23.104Z Downloaded embedded-io v0.4.0
6632026-05-21T08:41:23.106Z Downloaded dropshot-api-manager-types v0.7.1
6642026-05-21T08:41:23.106Z Downloaded futures-io v0.3.32
6652026-05-21T08:41:23.106Z Downloaded git-stub v1.0.0
6662026-05-21T08:41:23.109Z Downloaded futures-sink v0.3.32
6672026-05-21T08:41:23.109Z Downloaded futures-macro v0.3.32
6682026-05-21T08:41:23.109Z Downloaded daft-derive v0.1.7
6692026-05-21T08:41:23.112Z Downloaded either v1.15.0
6702026-05-21T08:41:23.112Z Downloaded cmake v0.1.57
6712026-05-21T08:41:23.115Z Downloaded array-init v0.0.4
6722026-05-21T08:41:23.115Z Downloaded enum-as-inner v0.6.1
6732026-05-21T08:41:23.115Z Downloaded filetime v0.2.27
6742026-05-21T08:41:23.117Z Downloaded cargo-platform v0.1.9
6752026-05-21T08:41:23.117Z Downloaded camino-tempfile-ext v0.3.3
6762026-05-21T08:41:23.120Z Downloaded curve25519-dalek-derive v0.1.1
6772026-05-21T08:41:23.120Z Downloaded chacha20 v0.9.1
6782026-05-21T08:41:23.120Z Downloaded cexpr v0.6.0
6792026-05-21T08:41:23.124Z Downloaded gethostname v0.5.0
6802026-05-21T08:41:23.127Z Downloaded hash32 v0.3.1
6812026-05-21T08:41:23.127Z Downloaded globwalk v0.9.1
6822026-05-21T08:41:23.130Z Downloaded hash32 v0.2.1
6832026-05-21T08:41:23.130Z Downloaded cipher v0.4.4
6842026-05-21T08:41:23.130Z Downloaded cassowary v0.3.0
6852026-05-21T08:41:23.133Z Downloaded argon2 v0.5.3
6862026-05-21T08:41:23.135Z Downloaded headers-core v0.3.0
6872026-05-21T08:41:23.135Z Downloaded hex v0.4.3
6882026-05-21T08:41:23.138Z Downloaded bit-vec v0.8.0
6892026-05-21T08:41:23.138Z Downloaded buf-list v1.1.2
6902026-05-21T08:41:23.141Z Downloaded httpdate v1.0.3
6912026-05-21T08:41:23.144Z Downloaded http-range v0.1.5
6922026-05-21T08:41:23.144Z Downloaded arrayvec v0.7.6
6932026-05-21T08:41:23.144Z Downloaded home v0.5.12
6942026-05-21T08:41:23.147Z Downloaded backoff v0.4.0
6952026-05-21T08:41:23.147Z Downloaded compression-codecs v0.4.37
6962026-05-21T08:41:23.149Z Downloaded env_filter v1.0.0
6972026-05-21T08:41:23.149Z Downloaded daft v0.1.7
6982026-05-21T08:41:23.154Z Downloaded foldhash v0.1.5
6992026-05-21T08:41:23.154Z Downloaded colored v3.1.1
7002026-05-21T08:41:23.157Z Downloaded hex-literal v0.4.1
7012026-05-21T08:41:23.157Z Downloaded crossbeam-deque v0.8.6
7022026-05-21T08:41:23.157Z Downloaded http-body v1.0.1
7032026-05-21T08:41:23.157Z Downloaded fallible-iterator v0.2.0
7042026-05-21T08:41:23.157Z Downloaded diesel-dtrace v0.5.0
7052026-05-21T08:41:23.160Z Downloaded ctr v0.9.2
7062026-05-21T08:41:23.160Z Downloaded hostname v0.4.2
7072026-05-21T08:41:23.163Z Downloaded fs-err v2.11.0
7082026-05-21T08:41:23.163Z Downloaded foldhash v0.2.0
7092026-05-21T08:41:23.163Z Downloaded ecdsa v0.16.9
7102026-05-21T08:41:23.165Z Downloaded defmt-macros v1.0.1
7112026-05-21T08:41:23.168Z Downloaded fs_extra v1.3.0
7122026-05-21T08:41:23.168Z Downloaded git-stub-vcs v0.1.0
7132026-05-21T08:41:23.171Z Downloaded hubpack_derive v0.1.1
7142026-05-21T08:41:23.171Z Downloaded hubpack v0.1.2
7152026-05-21T08:41:23.171Z Downloaded futures-task v0.3.32
7162026-05-21T08:41:23.171Z Downloaded ff v0.13.1
7172026-05-21T08:41:23.174Z Downloaded ena v0.14.4
7182026-05-21T08:41:23.174Z Downloaded ident_case v1.0.1
7192026-05-21T08:41:23.174Z Downloaded hyper-tls v0.6.0
7202026-05-21T08:41:23.176Z Downloaded dropshot_endpoint v0.16.7
7212026-05-21T08:41:23.176Z Downloaded cookie_store v0.22.1
7222026-05-21T08:41:23.179Z Downloaded bitflags v1.3.2
7232026-05-21T08:41:23.182Z Downloaded console v0.16.2
7242026-05-21T08:41:23.182Z Downloaded globset v0.4.18
7252026-05-21T08:41:23.184Z Downloaded blake2 v0.10.6
7262026-05-21T08:41:23.184Z Downloaded illumos-nvpair-sys v0.2.0
7272026-05-21T08:41:23.184Z Downloaded glob v0.3.3
7282026-05-21T08:41:23.187Z Downloaded darling_core v0.23.0
7292026-05-21T08:41:23.190Z Downloaded colored v2.2.0
7302026-05-21T08:41:23.190Z Downloaded inout v0.1.4
7312026-05-21T08:41:23.193Z Downloaded instability v0.3.11
7322026-05-21T08:41:23.193Z Downloaded indoc v1.0.9
7332026-05-21T08:41:23.195Z Downloaded indent_write v2.2.0
7342026-05-21T08:41:23.195Z Downloaded illumos-nvpair v0.3.0
7352026-05-21T08:41:23.196Z Downloaded group v0.13.0
7362026-05-21T08:41:23.198Z Downloaded cancel-safe-futures v0.1.5
7372026-05-21T08:41:23.198Z Downloaded bzip2 v0.4.4
7382026-05-21T08:41:23.201Z Downloaded const-oid v0.9.6
7392026-05-21T08:41:23.201Z Downloaded highway v1.3.0
7402026-05-21T08:41:23.204Z Downloaded http-body-util v0.1.3
7412026-05-21T08:41:23.204Z Downloaded allocator-api2 v0.2.21
7422026-05-21T08:41:23.206Z Downloaded is-terminal v0.4.17
7432026-05-21T08:41:23.207Z Downloaded cbc v0.1.2
7442026-05-21T08:41:23.209Z Downloaded is_ci v1.2.0
7452026-05-21T08:41:23.209Z Downloaded instant v0.1.13
7462026-05-21T08:41:23.209Z Downloaded keccak v0.1.6
7472026-05-21T08:41:23.209Z Downloaded ciborium v0.2.2
7482026-05-21T08:41:23.212Z Downloaded backon v1.6.0
7492026-05-21T08:41:23.215Z Downloaded lalrpop-util v0.19.12
7502026-05-21T08:41:23.215Z Downloaded internet-checksum v0.2.1
7512026-05-21T08:41:23.215Z Downloaded drift v0.1.4
7522026-05-21T08:41:23.219Z Downloaded kstat-rs v0.2.4
7532026-05-21T08:41:23.222Z Downloaded futures-channel v0.3.32
7542026-05-21T08:41:23.222Z Downloaded crossbeam-utils v0.8.21
7552026-05-21T08:41:23.224Z Downloaded humantime v2.3.0
7562026-05-21T08:41:23.224Z Downloaded data-encoding v2.10.0
7572026-05-21T08:41:23.228Z Downloaded hyper-staticfile v0.10.1
7582026-05-21T08:41:23.228Z Downloaded crc32fast v1.5.0
7592026-05-21T08:41:23.230Z Downloaded derive_builder v0.20.2
7602026-05-21T08:41:23.230Z Downloaded ed25519 v2.2.3
7612026-05-21T08:41:23.233Z Downloaded deranged v0.5.8
7622026-05-21T08:41:23.233Z Downloaded lru v0.12.5
7632026-05-21T08:41:23.236Z Downloaded darling v0.21.3
7642026-05-21T08:41:23.238Z Downloaded match_cfg v0.1.0
7652026-05-21T08:41:23.238Z Downloaded lru-cache v0.1.2
7662026-05-21T08:41:23.241Z Downloaded linked-hash-map v0.5.6
7672026-05-21T08:41:23.241Z Downloaded bzip2 v0.6.1
7682026-05-21T08:41:23.241Z Downloaded lazy_static v1.5.0
7692026-05-21T08:41:23.244Z Downloaded darling v0.20.11
7702026-05-21T08:41:23.246Z Downloaded lzss v0.8.2
7712026-05-21T08:41:23.246Z Downloaded lru-slab v0.1.2
7722026-05-21T08:41:23.246Z Downloaded cookie v0.18.1
7732026-05-21T08:41:23.249Z Downloaded libscf-sys v1.1.0
7742026-05-21T08:41:23.249Z Downloaded indoc v2.0.7
7752026-05-21T08:41:23.252Z Downloaded darling v0.23.0
7762026-05-21T08:41:23.254Z Downloaded md-5 v0.10.6
7772026-05-21T08:41:23.254Z Downloaded maybe-uninit v2.0.0
7782026-05-21T08:41:23.257Z Downloaded maplit v1.0.2
7792026-05-21T08:41:23.257Z Downloaded managed v0.8.0
7802026-05-21T08:41:23.257Z Downloaded getrandom v0.2.17
7812026-05-21T08:41:23.260Z Downloaded ingot-types v0.1.2
7822026-05-21T08:41:23.260Z Downloaded impl-trait-for-tuples v0.2.3
7832026-05-21T08:41:23.263Z Downloaded half v1.8.3
7842026-05-21T08:41:23.265Z Downloaded memoffset v0.9.1
7852026-05-21T08:41:23.265Z Downloaded compact_str v0.8.1
7862026-05-21T08:41:23.268Z Downloaded newtype_derive v0.1.6
7872026-05-21T08:41:23.268Z Downloaded newline-converter v0.3.0
7882026-05-21T08:41:23.268Z Downloaded new_debug_unreachable v1.0.6
7892026-05-21T08:41:23.271Z Downloaded httparse v1.10.1
7902026-05-21T08:41:23.271Z Downloaded newtype-uuid-macros v0.1.0
7912026-05-21T08:41:23.271Z Downloaded ingot v0.1.1
7922026-05-21T08:41:23.274Z Downloaded ar_archive_writer v0.5.1
7932026-05-21T08:41:23.274Z Downloaded ipnetwork v0.21.1
7942026-05-21T08:41:23.277Z Downloaded jobserver v0.1.34
7952026-05-21T08:41:23.277Z Downloaded multimap v0.10.1
7962026-05-21T08:41:23.279Z Downloaded ipnet v2.11.0
7972026-05-21T08:41:23.279Z Downloaded chacha20poly1305 v0.10.1
7982026-05-21T08:41:23.279Z Downloaded num v0.4.3
7992026-05-21T08:41:23.284Z Downloaded const_format_proc_macros v0.2.34
8002026-05-21T08:41:23.284Z Downloaded normalize-line-endings v0.3.0
8012026-05-21T08:41:23.284Z Downloaded nonempty v0.12.0
8022026-05-21T08:41:23.286Z Downloaded num-iter v0.1.45
8032026-05-21T08:41:23.286Z Downloaded num-conv v0.2.0
8042026-05-21T08:41:23.287Z Downloaded num-derive v0.4.2
8052026-05-21T08:41:23.287Z Downloaded num-derive v0.3.3
8062026-05-21T08:41:23.289Z Downloaded futures v0.3.32
8072026-05-21T08:41:23.292Z Downloaded nodrop v0.1.14
8082026-05-21T08:41:23.292Z Downloaded nibble_vec v0.1.0
8092026-05-21T08:41:23.292Z Downloaded futures-executor v0.3.32
8102026-05-21T08:41:23.295Z Downloaded linear-map v1.2.0
8112026-05-21T08:41:23.295Z Downloaded derive-where v1.6.0
8122026-05-21T08:41:23.297Z Downloaded derive_more v0.99.20
8132026-05-21T08:41:23.300Z Downloaded libsw-core v0.3.2
8142026-05-21T08:41:23.300Z Downloaded libsw v3.5.0
8152026-05-21T08:41:23.303Z Downloaded fatfs v0.3.6
8162026-05-21T08:41:23.303Z Downloaded openssl-probe v0.1.6
8172026-05-21T08:41:23.307Z Downloaded openssl-macros v0.1.1
8182026-05-21T08:41:23.307Z Downloaded num_enum_derive v0.5.11
8192026-05-21T08:41:23.307Z Downloaded hyper-rustls v0.27.7
8202026-05-21T08:41:23.310Z Downloaded bytes v1.11.1
8212026-05-21T08:41:23.310Z Downloaded opaque-debug v0.3.1
8222026-05-21T08:41:23.310Z Downloaded num_threads v0.1.7
8232026-05-21T08:41:23.313Z Downloaded elliptic-curve v0.13.8
8242026-05-21T08:41:23.315Z Downloaded olpc-cjson v0.1.4
8252026-05-21T08:41:23.315Z Downloaded lock_api v0.4.14
8262026-05-21T08:41:23.315Z Downloaded ingot-macros v0.1.1
8272026-05-21T08:41:23.318Z Downloaded dropshot_endpoint v0.17.0
8282026-05-21T08:41:23.318Z Downloaded openssl-probe v0.2.1
8292026-05-21T08:41:23.320Z Downloaded libefi-sys v0.1.0
8302026-05-21T08:41:23.320Z Downloaded erased-serde v0.3.31
8312026-05-21T08:41:23.323Z Downloaded oso-derive v0.27.3
8322026-05-21T08:41:23.323Z Downloaded hostname v0.3.1
8332026-05-21T08:41:23.323Z Downloaded arc-swap v1.8.2
8342026-05-21T08:41:23.326Z Downloaded iana-time-zone v0.1.65
8352026-05-21T08:41:23.328Z Downloaded const_format v0.2.35
8362026-05-21T08:41:23.331Z Downloaded mime_guess v2.0.5
8372026-05-21T08:41:23.332Z Downloaded parse-size v1.1.0
8382026-05-21T08:41:23.332Z Downloaded mime v0.3.17
8392026-05-21T08:41:23.334Z Downloaded packed_struct_codegen v0.10.1
8402026-05-21T08:41:23.334Z Downloaded md5 v0.7.0
8412026-05-21T08:41:23.334Z Downloaded path-slash v0.1.5
8422026-05-21T08:41:23.334Z Downloaded base64 v0.21.7
8432026-05-21T08:41:23.337Z Downloaded native-tls v0.2.18
8442026-05-21T08:41:23.340Z Downloaded half v2.7.1
8452026-05-21T08:41:23.340Z Downloaded getrandom v0.3.4
8462026-05-21T08:41:23.343Z Downloaded derive-ex v0.1.8
8472026-05-21T08:41:23.345Z Downloaded corncobs v0.1.4
8482026-05-21T08:41:23.345Z Downloaded chacha20 v0.10.0
8492026-05-21T08:41:23.361Z Downloaded peg-runtime v0.8.5
8502026-05-21T08:41:23.363Z Downloaded pbkdf2 v0.11.0
8512026-05-21T08:41:23.363Z Downloaded num_enum v0.7.6
8522026-05-21T08:41:23.366Z Downloaded num-rational v0.4.2
8532026-05-21T08:41:23.369Z Downloaded num-integer v0.1.46
8542026-05-21T08:41:23.369Z Downloaded phf_shared v0.12.1
8552026-05-21T08:41:23.369Z Downloaded darling_core v0.20.11
8562026-05-21T08:41:23.372Z Downloaded phf_shared v0.11.3
8572026-05-21T08:41:23.376Z Downloaded num_enum_derive v0.7.6
8582026-05-21T08:41:23.376Z Downloaded libloading v0.8.9
8592026-05-21T08:41:23.378Z Downloaded pin-utils v0.1.0
8602026-05-21T08:41:23.378Z Downloaded derive_more v2.1.1
8612026-05-21T08:41:23.382Z Downloaded owo-colors v4.3.0
8622026-05-21T08:41:23.385Z Downloaded predicates-core v1.0.10
8632026-05-21T08:41:23.385Z Downloaded precomputed-hash v0.1.1
8642026-05-21T08:41:23.385Z Downloaded powerfmt v0.2.0
8652026-05-21T08:41:23.388Z Downloaded litrs v1.0.0
8662026-05-21T08:41:23.388Z Downloaded indexmap v1.9.3
8672026-05-21T08:41:23.390Z Downloaded oxide-tokio-rt v0.1.4
8682026-05-21T08:41:23.393Z Downloaded ignore v0.4.25
8692026-05-21T08:41:23.393Z Downloaded crossbeam-channel v0.5.15
8702026-05-21T08:41:23.396Z Downloaded headers v0.4.1
8712026-05-21T08:41:23.398Z Downloaded proc-macro-error-attr2 v2.0.0
8722026-05-21T08:41:23.398Z Downloaded proc-macro-crate v3.4.0
8732026-05-21T08:41:23.401Z Downloaded proc-macro-crate v1.3.1
8742026-05-21T08:41:23.401Z Downloaded predicates-tree v1.0.13
8752026-05-21T08:41:23.401Z Downloaded password-hash v0.5.0
8762026-05-21T08:41:23.404Z Downloaded packed_struct v0.10.1
8772026-05-21T08:41:23.404Z Downloaded progenitor-client v0.11.2
8782026-05-21T08:41:23.407Z Downloaded progenitor-macro v0.14.0
8792026-05-21T08:41:23.407Z Downloaded progenitor-client v0.10.0
8802026-05-21T08:41:23.407Z Downloaded parse-display v0.10.0
8812026-05-21T08:41:23.407Z Downloaded parking_lot_core v0.8.6
8822026-05-21T08:41:23.409Z Downloaded base64 v0.22.1
8832026-05-21T08:41:23.412Z Downloaded diesel_derives v2.3.7
8842026-05-21T08:41:23.415Z Downloaded memmap2 v0.9.10
8852026-05-21T08:41:23.417Z Downloaded heapless v0.8.0
8862026-05-21T08:41:23.418Z Downloaded cc v1.2.56
8872026-05-21T08:41:23.420Z Downloaded pem-rfc7468 v0.7.0
8882026-05-21T08:41:23.421Z Downloaded pem v3.0.6
8892026-05-21T08:41:23.423Z Downloaded peg-macros v0.8.5
8902026-05-21T08:41:23.423Z Downloaded progenitor-client v0.14.0
8912026-05-21T08:41:23.426Z Downloaded peg v0.8.5
8922026-05-21T08:41:23.426Z Downloaded psl-types v2.0.11
8932026-05-21T08:41:23.428Z Downloaded der v0.7.10
8942026-05-21T08:41:23.431Z Downloaded progenitor-macro v0.13.0
8952026-05-21T08:41:23.431Z Downloaded progenitor-macro v0.11.2
8962026-05-21T08:41:23.431Z Downloaded progenitor-macro v0.10.0
8972026-05-21T08:41:23.434Z Downloaded libbz2-rs-sys v0.2.2
8982026-05-21T08:41:23.434Z Downloaded quick-error v1.2.3
8992026-05-21T08:41:23.434Z Downloaded phf v0.12.1
9002026-05-21T08:41:23.437Z Downloaded flate2 v1.1.9
9012026-05-21T08:41:23.439Z Downloaded crypto-bigint v0.5.5
9022026-05-21T08:41:23.442Z Downloaded polyval v0.6.2
9032026-05-21T08:41:23.446Z Downloaded pkg-config v0.3.32
9042026-05-21T08:41:23.446Z Downloaded pkcs8 v0.10.2
9052026-05-21T08:41:23.448Z Downloaded pin-project-internal v1.1.11
9062026-05-21T08:41:23.448Z Downloaded postgres-protocol v0.6.10
9072026-05-21T08:41:23.448Z Downloaded phf v0.13.1
9082026-05-21T08:41:23.451Z Downloaded oxnet v0.1.5
9092026-05-21T08:41:23.451Z Downloaded derive_more-impl v2.1.1
9102026-05-21T08:41:23.453Z Downloaded indicatif v0.18.4
9112026-05-21T08:41:23.456Z Downloaded progenitor-extras v0.2.0
9122026-05-21T08:41:23.459Z Downloaded progenitor v0.14.0
9132026-05-21T08:41:23.459Z Downloaded parking_lot v0.12.5
9142026-05-21T08:41:23.461Z Downloaded pbkdf2 v0.12.2
9152026-05-21T08:41:23.461Z Downloaded paste v1.0.15
9162026-05-21T08:41:23.464Z Downloaded rand_xorshift v0.4.0
9172026-05-21T08:41:23.464Z Downloaded predicates v3.1.4
9182026-05-21T08:41:23.464Z Downloaded ppv-lite86 v0.2.21
9192026-05-21T08:41:23.467Z Downloaded ref-cast-impl v1.0.25
9202026-05-21T08:41:23.467Z Downloaded primeorder v0.13.6
9212026-05-21T08:41:23.467Z Downloaded heapless v0.7.17
9222026-05-21T08:41:23.470Z Downloaded progenitor v0.10.0
9232026-05-21T08:41:23.472Z Downloaded parse-display-derive v0.10.0
9242026-05-21T08:41:23.472Z Downloaded parking_lot_core v0.9.12
9252026-05-21T08:41:23.472Z Downloaded password-hash v0.4.2
9262026-05-21T08:41:23.475Z Downloaded bumpalo v3.20.2
9272026-05-21T08:41:23.478Z Downloaded ref-cast v1.0.25
9282026-05-21T08:41:23.478Z Downloaded hickory-resolver v0.25.2
9292026-05-21T08:41:23.480Z Downloaded russh-cryptovec v0.7.3
9302026-05-21T08:41:23.483Z Downloaded recursive-proc-macro-impl v0.1.1
9312026-05-21T08:41:23.483Z Downloaded recursive v0.1.1
9322026-05-21T08:41:23.483Z Downloaded phf_shared v0.13.1
9332026-05-21T08:41:23.483Z Downloaded proc-macro-error2 v2.0.1
9342026-05-21T08:41:23.486Z Downloaded progenitor v0.13.0
9352026-05-21T08:41:23.486Z Downloaded progenitor v0.11.2
9362026-05-21T08:41:23.488Z Downloaded num_enum v0.5.11
9372026-05-21T08:41:23.491Z Downloaded flume v0.11.1
9382026-05-21T08:41:23.493Z Downloaded diff v0.1.13
9392026-05-21T08:41:23.493Z Downloaded progenitor-client v0.13.0
9402026-05-21T08:41:23.496Z Downloaded rfc6979 v0.4.0
9412026-05-21T08:41:23.496Z Downloaded radium v0.7.0
9422026-05-21T08:41:23.496Z Downloaded darling_core v0.21.3
9432026-05-21T08:41:23.499Z Downloaded rustc_version v0.1.7
9442026-05-21T08:41:23.502Z Downloaded r2d2 v0.8.10
9452026-05-21T08:41:23.502Z Downloaded expectorate v1.2.0
9462026-05-21T08:41:23.502Z Downloaded num-complex v0.4.6
9472026-05-21T08:41:23.504Z Downloaded nu-ansi-term v0.50.3
9482026-05-21T08:41:23.504Z Downloaded newtype-uuid v1.3.2
9492026-05-21T08:41:23.507Z Downloaded rustc-hash v2.1.1
9502026-05-21T08:41:23.507Z Downloaded omicron-zone-package v0.12.2
9512026-05-21T08:41:23.509Z Downloaded pkcs1 v0.7.5
9522026-05-21T08:41:23.509Z Downloaded pin-project-lite v0.2.17
9532026-05-21T08:41:23.512Z Downloaded poly1305 v0.8.0
9542026-05-21T08:41:23.515Z Downloaded pkcs5 v0.7.1
9552026-05-21T08:41:23.517Z Downloaded nanorand v0.7.0
9562026-05-21T08:41:23.518Z Downloaded multer v3.1.0
9572026-05-21T08:41:23.520Z Downloaded rustc_version v0.4.1
9582026-05-21T08:41:23.520Z Downloaded hmac v0.12.1
9592026-05-21T08:41:23.523Z Downloaded same-file v1.0.6
9602026-05-21T08:41:23.523Z Downloaded rand_core v0.10.0
9612026-05-21T08:41:23.523Z Downloaded rand_core v0.9.5
9622026-05-21T08:41:23.526Z Downloaded ed25519-dalek v2.2.0
9632026-05-21T08:41:23.526Z Downloaded oso v0.27.3
9642026-05-21T08:41:23.528Z Downloaded postgres-types v0.2.12
9652026-05-21T08:41:23.531Z Downloaded parking_lot v0.11.2
9662026-05-21T08:41:23.531Z Downloaded p256 v0.13.2
9672026-05-21T08:41:23.534Z Downloaded salsa20 v0.10.2
9682026-05-21T08:41:23.534Z Downloaded sapling-renderdag v0.1.0
9692026-05-21T08:41:23.536Z Downloaded rand_seeder v0.4.0
9702026-05-21T08:41:23.536Z Downloaded constant_time_eq v0.4.2
9712026-05-21T08:41:23.539Z Downloaded bcs v0.1.6
9722026-05-21T08:41:23.539Z Downloaded miniz_oxide v0.8.9
9732026-05-21T08:41:23.542Z Downloaded rand_core v0.6.4
9742026-05-21T08:41:23.542Z Downloaded scopeguard v1.2.0
9752026-05-21T08:41:23.542Z Downloaded scheduled-thread-pool v0.2.7
9762026-05-21T08:41:23.545Z Downloaded rtoolbox v0.0.3
9772026-05-21T08:41:23.545Z Downloaded seq-macro v0.3.6
9782026-05-21T08:41:23.545Z Downloaded rand_chacha v0.9.0
9792026-05-21T08:41:23.548Z Downloaded rand_chacha v0.3.1
9802026-05-21T08:41:23.548Z Downloaded papergrid v0.17.0
9812026-05-21T08:41:23.551Z Downloaded secrecy v0.8.0
9822026-05-21T08:41:23.551Z Downloaded scrypt v0.11.0
9832026-05-21T08:41:23.553Z Downloaded scroll_derive v0.13.1
9842026-05-21T08:41:23.553Z Downloaded resolv-conf v0.7.6
9852026-05-21T08:41:23.556Z Downloaded jiff-static v0.2.21
9862026-05-21T08:41:23.563Z Downloaded serde_urlencoded v0.7.1
9872026-05-21T08:41:23.566Z Downloaded semver v0.1.20
9882026-05-21T08:41:23.566Z Downloaded secrecy v0.10.3
9892026-05-21T08:41:23.566Z Downloaded serde_spanned v1.0.4
9902026-05-21T08:41:23.568Z Downloaded sha1 v0.10.6
9912026-05-21T08:41:23.568Z Downloaded serde-big-array v0.5.1
9922026-05-21T08:41:23.571Z Downloaded serde_plain v1.0.2
9932026-05-21T08:41:23.571Z Downloaded psm v0.1.30
9942026-05-21T08:41:23.576Z Downloaded pin-project v1.1.11
9952026-05-21T08:41:23.582Z Downloaded serde_repr v0.1.20
9962026-05-21T08:41:23.585Z Downloaded rustls-pemfile v2.2.0
9972026-05-21T08:41:23.585Z Downloaded rustls-pemfile v1.0.4
9982026-05-21T08:41:23.587Z Downloaded quinn-udp v0.5.14
9992026-05-21T08:41:23.590Z Downloaded shell-words v1.1.1
10002026-05-21T08:41:23.593Z Downloaded rustversion v1.0.22
10012026-05-21T08:41:23.593Z Downloaded signal-hook-mio v0.2.5
10022026-05-21T08:41:23.595Z Downloaded sigpipe v0.1.3
10032026-05-21T08:41:23.601Z Downloaded progenitor-impl v0.13.0
10042026-05-21T08:41:23.604Z Downloaded progenitor-impl v0.11.2
10052026-05-21T08:41:23.607Z Downloaded postcard v1.1.3
10062026-05-21T08:41:23.607Z Downloaded rusty-fork v0.3.1
10072026-05-21T08:41:23.609Z Downloaded siphasher v1.0.2
10082026-05-21T08:41:23.609Z Downloaded signature v2.2.0
10092026-05-21T08:41:23.612Z Downloaded sct v0.7.1
10102026-05-21T08:41:23.616Z Downloaded serde-hex v0.1.0
10112026-05-21T08:41:23.619Z Downloaded sec1 v0.7.3
10122026-05-21T08:41:23.619Z Downloaded slog-envlogger v2.2.0
10132026-05-21T08:41:23.621Z Downloaded aes v0.8.4
10142026-05-21T08:41:23.625Z Downloaded hashbrown v0.12.3
10152026-05-21T08:41:23.633Z Downloaded russh-keys v0.45.0
10162026-05-21T08:41:23.635Z Downloaded progenitor-impl v0.14.0
10172026-05-21T08:41:23.638Z Downloaded http v1.4.0
10182026-05-21T08:41:23.638Z Downloaded hickory-server v0.25.2
10192026-05-21T08:41:23.641Z Downloaded serde_bytes v0.11.19
10202026-05-21T08:41:23.643Z Downloaded sqlparser_derive v0.5.0
10212026-05-21T08:41:23.643Z Downloaded ssh-cipher v0.2.0
10222026-05-21T08:41:23.646Z Downloaded serde_path_to_error v0.1.20
10232026-05-21T08:41:23.649Z Downloaded crossterm v0.28.1
10242026-05-21T08:41:23.652Z Downloaded serde_derive_internals v0.29.1
10252026-05-21T08:41:23.654Z Downloaded structmeta v0.3.0
10262026-05-21T08:41:23.654Z Downloaded strip-ansi-escapes v0.2.1
10272026-05-21T08:41:23.657Z Downloaded dropshot-api-manager v0.7.1
10282026-05-21T08:41:23.657Z Downloaded rustls-native-certs v0.8.3
10292026-05-21T08:41:23.660Z Downloaded openssl-sys v0.9.115
10302026-05-21T08:41:23.662Z Downloaded rustls-pki-types v1.14.0
10312026-05-21T08:41:23.665Z Downloaded signal-hook-registry v1.4.8
10322026-05-21T08:41:23.665Z Downloaded schemars_derive v0.8.22
10332026-05-21T08:41:23.668Z Downloaded signal-hook-tokio v0.3.1
10342026-05-21T08:41:23.668Z Downloaded shlex v1.3.0
10352026-05-21T08:41:23.668Z Downloaded strum v0.26.3
10362026-05-21T08:41:23.670Z Downloaded ssh-encoding v0.2.0
10372026-05-21T08:41:23.674Z Downloaded pretty_assertions v1.4.1
10382026-05-21T08:41:23.677Z Downloaded prefix-trie v0.7.0
10392026-05-21T08:41:23.679Z Downloaded hyper-util v0.1.20
10402026-05-21T08:41:23.682Z Downloaded prettyplease v0.2.37
10412026-05-21T08:41:23.685Z Downloaded hashbrown v0.13.2
10422026-05-21T08:41:23.687Z Downloaded strum v0.27.2
10432026-05-21T08:41:23.687Z Downloaded slab v0.4.12
10442026-05-21T08:41:23.687Z Downloaded scroll v0.13.0
10452026-05-21T08:41:23.690Z Downloaded simd-adler32 v0.3.8
10462026-05-21T08:41:23.690Z Downloaded slog-async v2.8.0
10472026-05-21T08:41:23.693Z Downloaded tabwriter v1.4.1
10482026-05-21T08:41:23.693Z Downloaded sync-ptr v0.1.4
10492026-05-21T08:41:23.695Z Downloaded subtle v2.6.1
10502026-05-21T08:41:23.696Z Downloaded slog-scope v4.4.1
10512026-05-21T08:41:23.696Z Downloaded tabled_derive v0.11.0
10522026-05-21T08:41:23.698Z Downloaded take_mut v0.2.2
10532026-05-21T08:41:23.698Z Downloaded mio v1.2.0
10542026-05-21T08:41:23.701Z Downloaded smf v0.2.3
10552026-05-21T08:41:23.701Z Downloaded slog-stdlog v4.1.1
10562026-05-21T08:41:23.704Z Downloaded hickory-resolver v0.24.4
10572026-05-21T08:41:23.706Z Downloaded sync_wrapper v1.0.2
10582026-05-21T08:41:23.706Z Downloaded smallvec v0.6.14
10592026-05-21T08:41:23.706Z Downloaded slog-term v2.9.2
10602026-05-21T08:41:23.709Z Downloaded snafu-derive v0.8.9
10612026-05-21T08:41:23.709Z Downloaded serde_cbor v0.11.2
10622026-05-21T08:41:23.712Z Downloaded tap v1.0.1
10632026-05-21T08:41:23.712Z Downloaded stacker v0.1.23
10642026-05-21T08:41:23.714Z Downloaded slog-json v2.6.1
10652026-05-21T08:41:23.714Z Downloaded slog-dtrace v0.3.0
10662026-05-21T08:41:23.717Z Downloaded testing_table v0.3.0
10672026-05-21T08:41:23.717Z Downloaded termtree v0.5.1
10682026-05-21T08:41:23.717Z Downloaded thread-id v5.1.0
10692026-05-21T08:41:23.720Z Downloaded slog-bunyan v2.5.0
10702026-05-21T08:41:23.720Z Downloaded spki v0.7.3
10712026-05-21T08:41:23.720Z Downloaded thiserror-impl-no-std v2.0.2
10722026-05-21T08:41:23.723Z Downloaded sqlformat v0.3.5
10732026-05-21T08:41:23.728Z Downloaded rustls-platform-verifier v0.6.2
10742026-05-21T08:41:23.732Z Downloaded time-core v0.1.8
10752026-05-21T08:41:23.735Z Downloaded tinyvec_macros v0.1.1
10762026-05-21T08:41:23.735Z Downloaded strum_macros v0.27.2
10772026-05-21T08:41:23.737Z Downloaded structmeta-derive v0.3.0
10782026-05-21T08:41:23.737Z Downloaded rayon-core v1.13.0
10792026-05-21T08:41:23.740Z Downloaded static_assertions v1.1.0
10802026-05-21T08:41:23.740Z Downloaded progenitor-impl v0.10.0
10812026-05-21T08:41:23.743Z Downloaded support-bundle-viewer v0.1.2
10822026-05-21T08:41:23.743Z Downloaded serde_with_macros v3.17.0
10832026-05-21T08:41:23.746Z Downloaded string_cache v0.8.9
10842026-05-21T08:41:23.746Z Downloaded stringprep v0.1.5
10852026-05-21T08:41:23.746Z Downloaded rcgen v0.12.1
10862026-05-21T08:41:23.750Z Downloaded schemars v0.8.22
10872026-05-21T08:41:23.756Z Downloaded tokio-macros v2.7.0
10882026-05-21T08:41:23.759Z Downloaded ryu v1.0.23
10892026-05-21T08:41:23.762Z Downloaded supports-color v3.0.2
10902026-05-21T08:41:23.762Z Downloaded strum_macros v0.24.3
10912026-05-21T08:41:23.762Z Downloaded hashbrown v0.15.5
10922026-05-21T08:41:23.765Z Downloaded aes-gcm v0.10.3
10932026-05-21T08:41:23.767Z Downloaded ron v0.8.1
10942026-05-21T08:41:23.770Z Downloaded itertools v0.10.5
10952026-05-21T08:41:23.776Z Downloaded publicsuffix v2.3.0
10962026-05-21T08:41:23.779Z Downloaded spin v0.9.8
10972026-05-21T08:41:23.782Z Downloaded tagptr v0.2.0
10982026-05-21T08:41:23.782Z Downloaded num-bigint v0.4.6
10992026-05-21T08:41:23.785Z Downloaded nom v7.1.3
11002026-05-21T08:41:23.787Z Downloaded thiserror-no-std v2.0.2
11012026-05-21T08:41:23.790Z Downloaded topological-sort v0.2.2
11022026-05-21T08:41:23.790Z Downloaded termios v0.3.3
11032026-05-21T08:41:23.793Z Downloaded serde_yaml v0.9.34+deprecated
11042026-05-21T08:41:23.795Z Downloaded thread_local v1.1.9
11052026-05-21T08:41:23.801Z Downloaded libxml v0.3.3
11062026-05-21T08:41:23.806Z Downloaded rand v0.8.6
11072026-05-21T08:41:23.808Z Downloaded try-lock v0.2.5
11082026-05-21T08:41:23.815Z Downloaded tower-service v0.3.3
11092026-05-21T08:41:23.815Z Downloaded tower-layer v0.3.3
11102026-05-21T08:41:23.815Z Downloaded tls_codec v0.4.2
11112026-05-21T08:41:23.815Z Downloaded trait-variant v0.1.2
11122026-05-21T08:41:23.815Z Downloaded signal-hook v0.3.18
11132026-05-21T08:41:23.815Z Downloaded quinn v0.11.9
11142026-05-21T08:41:23.818Z Downloaded typify-macro v0.4.3
11152026-05-21T08:41:23.818Z Downloaded typify-macro v0.6.2
11162026-05-21T08:41:23.821Z Downloaded unarray v0.1.4
11172026-05-21T08:41:23.830Z Downloaded tiny-keccak v2.0.2
11182026-05-21T08:41:23.832Z Downloaded schemars v0.9.0
11192026-05-21T08:41:23.838Z Downloaded tokio-rustls v0.25.0
11202026-05-21T08:41:23.841Z Downloaded unit-prefix v0.5.2
11212026-05-21T08:41:23.841Z Downloaded untrusted v0.9.0
11222026-05-21T08:41:23.843Z Downloaded untrusted v0.7.1
11232026-05-21T08:41:23.843Z Downloaded universal-hash v0.5.1
11242026-05-21T08:41:23.843Z Downloaded unicode-truncate v1.1.0
11252026-05-21T08:41:23.846Z Downloaded tokio-dtrace v0.1.1
11262026-05-21T08:41:23.846Z Downloaded strum_macros v0.26.4
11272026-05-21T08:41:23.846Z Downloaded slog v2.8.2
11282026-05-21T08:41:23.849Z Downloaded num-bigint-dig v0.8.6
11292026-05-21T08:41:23.851Z Downloaded itertools v0.13.0
11302026-05-21T08:41:23.855Z Downloaded rsa v0.9.10
11312026-05-21T08:41:23.858Z Downloaded itertools v0.12.1
11322026-05-21T08:41:23.862Z Downloaded usdt-macro v0.6.0
11332026-05-21T08:41:23.864Z Downloaded usdt-attr-macro v0.6.0
11342026-05-21T08:41:23.864Z Downloaded usdt v0.6.0
11352026-05-21T08:41:23.864Z Downloaded tokio-tungstenite v0.23.1
11362026-05-21T08:41:23.867Z Downloaded utf-8 v0.7.6
11372026-05-21T08:41:23.867Z Downloaded tokio-tungstenite v0.21.0
11382026-05-21T08:41:23.867Z Downloaded wait-timeout v0.2.1
11392026-05-21T08:41:23.869Z Downloaded socket2 v0.6.3
11402026-05-21T08:41:23.869Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11412026-05-21T08:41:23.872Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11422026-05-21T08:41:23.872Z Downloaded term v1.2.1
11432026-05-21T08:41:23.875Z Downloaded tui-tree-widget v0.23.1
11442026-05-21T08:41:23.875Z Downloaded void v1.0.2
11452026-05-21T08:41:23.877Z Downloaded futures-util v0.3.32
11462026-05-21T08:41:23.881Z Downloaded samael v0.0.19
11472026-05-21T08:41:23.885Z Downloaded rand v0.9.2
11482026-05-21T08:41:23.887Z Downloaded rustls-webpki v0.103.9
11492026-05-21T08:41:23.890Z Downloaded waitgroup v0.1.2
11502026-05-21T08:41:23.890Z Downloaded toml_writer v1.0.6+spec-1.1.0
11512026-05-21T08:41:23.893Z Downloaded qorb v0.4.1
11522026-05-21T08:41:23.893Z Downloaded want v0.3.1
11532026-05-21T08:41:23.896Z Downloaded tokio-native-tls v0.3.1
11542026-05-21T08:41:23.896Z Downloaded term v0.7.0
11552026-05-21T08:41:23.899Z Downloaded subprocess v0.2.15
11562026-05-21T08:41:23.899Z Downloaded minimal-lexical v0.2.1
11572026-05-21T08:41:23.901Z Downloaded time-macros v0.2.27
11582026-05-21T08:41:23.904Z Downloaded tokio-rustls v0.26.4
11592026-05-21T08:41:23.904Z Downloaded tokio-rustls v0.24.1
11602026-05-21T08:41:23.907Z Downloaded similar v2.7.0
11612026-05-21T08:41:23.909Z Downloaded tls_codec_derive v0.4.2
11622026-05-21T08:41:23.912Z Downloaded zeroize_derive v1.4.3
11632026-05-21T08:41:23.912Z Downloaded h2 v0.4.13
11642026-05-21T08:41:23.915Z Downloaded xshell-macros v0.2.7
11652026-05-21T08:41:23.915Z Downloaded xattr v1.6.1
11662026-05-21T08:41:23.918Z Downloaded tokio-stream v0.1.18
11672026-05-21T08:41:23.918Z Downloaded iri-string v0.7.10
11682026-05-21T08:41:23.922Z Downloaded aho-corasick v1.1.4
11692026-05-21T08:41:23.925Z Downloaded hkdf v0.12.4
11702026-05-21T08:41:23.928Z Downloaded usdt-impl v0.6.0
11712026-05-21T08:41:23.928Z Downloaded hashbrown v0.16.1
11722026-05-21T08:41:23.932Z Downloaded socket2 v0.5.10
11732026-05-21T08:41:23.935Z Downloaded test-strategy v0.4.5
11742026-05-21T08:41:23.938Z Downloaded vergen-git2 v1.0.7
11752026-05-21T08:41:23.938Z Downloaded toml_parser v1.0.9+spec-1.1.0
11762026-05-21T08:41:23.940Z Downloaded vergen-gitcl v1.0.8
11772026-05-21T08:41:23.941Z Downloaded uzers v0.12.2
11782026-05-21T08:41:23.943Z Downloaded vsss-rs v3.3.4
11792026-05-21T08:41:23.946Z Downloaded zone_cfg_derive v0.3.1
11802026-05-21T08:41:23.946Z Downloaded zone v0.3.1
11812026-05-21T08:41:23.946Z Downloaded rand v0.10.1
11822026-05-21T08:41:23.949Z Downloaded twox-hash v2.1.2
11832026-05-21T08:41:23.952Z Downloaded tracing-attributes v0.1.31
11842026-05-21T08:41:23.952Z Downloaded hyper v1.8.1
11852026-05-21T08:41:23.957Z Downloaded tinyvec v1.10.0
11862026-05-21T08:41:23.962Z Downloaded schemars v1.2.1
11872026-05-21T08:41:23.971Z Downloaded xshell v0.2.7
11882026-05-21T08:41:23.975Z Downloaded p521 v0.13.3
11892026-05-21T08:41:23.982Z Downloaded whoami v2.1.0
11902026-05-21T08:41:23.984Z Downloaded wyz v0.5.1
11912026-05-21T08:41:23.984Z Downloaded unicode-properties v0.1.4
11922026-05-21T08:41:23.987Z Downloaded unicase v2.9.0
11932026-05-21T08:41:23.987Z Downloaded whoami v1.6.1
11942026-05-21T08:41:23.990Z Downloaded russh v0.45.0
11952026-05-21T08:41:23.995Z Downloaded toml v0.7.8
11962026-05-21T08:41:24.001Z Downloaded steno v0.4.1
11972026-05-21T08:41:24.003Z Downloaded snafu v0.8.9
11982026-05-21T08:41:24.006Z Downloaded toml v1.0.6+spec-1.1.0
11992026-05-21T08:41:24.009Z Downloaded vergen-lib v0.1.6
12002026-05-21T08:41:24.011Z Downloaded walkdir v2.5.0
12012026-05-21T08:41:24.011Z Downloaded typify v0.4.3
12022026-05-21T08:41:24.014Z Downloaded zstd-safe v7.2.4
12032026-05-21T08:41:24.014Z Downloaded zstd v0.13.3
12042026-05-21T08:41:24.017Z Downloaded vergen v9.0.6
12052026-05-21T08:41:24.017Z Downloaded tracing-core v0.1.36
12062026-05-21T08:41:24.020Z Downloaded tar v0.4.45
12072026-05-21T08:41:24.022Z Downloaded nom v8.0.0
12082026-05-21T08:41:24.028Z Downloaded zerocopy v0.6.6
12092026-05-21T08:41:24.031Z Downloaded yasna v0.5.2
12102026-05-21T08:41:24.034Z Downloaded tungstenite v0.23.0
12112026-05-21T08:41:24.037Z Downloaded unsafe-libyaml v0.2.11
12122026-05-21T08:41:24.041Z Downloaded tungstenite v0.21.0
12132026-05-21T08:41:24.043Z Downloaded iddqd v0.4.1
12142026-05-21T08:41:24.046Z Downloaded rpassword v7.4.0
12152026-05-21T08:41:24.046Z Downloaded rustyline v14.0.0
12162026-05-21T08:41:24.048Z Downloaded unicode-bidi v0.3.18
12172026-05-21T08:41:24.054Z Downloaded zeroize v1.8.2
12182026-05-21T08:41:24.057Z Downloaded typify v0.6.2
12192026-05-21T08:41:24.059Z Downloaded toml v0.9.12+spec-1.1.0
12202026-05-21T08:41:24.062Z Downloaded itertools v0.14.0
12212026-05-21T08:41:24.065Z Downloaded toml_edit v0.23.10+spec-1.0.0
12222026-05-21T08:41:24.067Z Downloaded vte v0.14.1
12232026-05-21T08:41:24.070Z Downloaded libm v0.2.16
12242026-05-21T08:41:24.087Z Downloaded aws-lc-rs v1.16.3
12252026-05-21T08:41:24.092Z Downloaded blake3 v1.8.3
12262026-05-21T08:41:24.097Z Downloaded bitvec v1.0.1
12272026-05-21T08:41:24.106Z Downloaded zopfli v0.8.3
12282026-05-21T08:41:24.116Z Downloaded git2 v0.20.4
12292026-05-21T08:41:24.120Z Downloaded regex v1.12.3
12302026-05-21T08:41:24.124Z Downloaded ssh-key v0.6.7
12312026-05-21T08:41:24.128Z Downloaded unicode_categories v0.1.1
12322026-05-21T08:41:24.139Z Downloaded zip v0.6.6
12332026-05-21T08:41:24.141Z Downloaded yansi v1.0.1
12342026-05-21T08:41:24.144Z Downloaded toml_edit v0.19.15
12352026-05-21T08:41:24.151Z Downloaded reqwest v0.13.2
12362026-05-21T08:41:24.155Z Downloaded reqwest v0.12.28
12372026-05-21T08:41:24.161Z Downloaded tokio-postgres v0.7.16
12382026-05-21T08:41:24.164Z Downloaded zerocopy-derive v0.8.40
12392026-05-21T08:41:24.169Z Downloaded uuid v1.23.0
12402026-05-21T08:41:24.171Z Downloaded lalrpop v0.19.12
12412026-05-21T08:41:24.176Z Downloaded reedline v0.40.0
12422026-05-21T08:41:24.181Z Downloaded portable-atomic v1.13.1
12432026-05-21T08:41:24.185Z Downloaded typed-path v0.9.3
12442026-05-21T08:41:24.188Z Downloaded rustls-webpki v0.101.7
12452026-05-21T08:41:24.196Z Downloaded tower v0.5.3
12462026-05-21T08:41:24.201Z Downloaded x509-cert v0.2.5
12472026-05-21T08:41:24.204Z Downloaded quick-xml v0.37.5
12482026-05-21T08:41:24.207Z Downloaded rayon v1.11.0
12492026-05-21T08:41:24.212Z Downloaded p384 v0.13.1
12502026-05-21T08:41:24.215Z Downloaded salty v0.3.0
12512026-05-21T08:41:24.219Z Downloaded chrono v0.4.44
12522026-05-21T08:41:24.223Z Downloaded moka v0.12.13
12532026-05-21T08:41:24.228Z Downloaded tokio-util v0.7.18
12542026-05-21T08:41:24.233Z Downloaded bindgen v0.71.1
12552026-05-21T08:41:24.235Z Downloaded proptest v1.10.0
12562026-05-21T08:41:24.241Z Downloaded rustls-webpki v0.102.8
12572026-05-21T08:41:24.251Z Downloaded unicode-normalization v0.1.25
12582026-05-21T08:41:24.253Z Downloaded unicode-segmentation v1.12.0
12592026-05-21T08:41:24.257Z Downloaded petname v2.0.2
12602026-05-21T08:41:24.259Z Downloaded goblin v0.10.5
12612026-05-21T08:41:24.262Z Downloaded curve25519-dalek v4.1.3
12622026-05-21T08:41:24.269Z Downloaded bstr v1.12.1
12632026-05-21T08:41:24.274Z Downloaded tower-http v0.6.8
12642026-05-21T08:41:24.278Z Downloaded tough v0.22.0
12652026-05-21T08:41:24.286Z Downloaded zip v4.6.1
12662026-05-21T08:41:24.296Z Downloaded serde_with v3.17.0
12672026-05-21T08:41:24.302Z Downloaded nix v0.27.1
12682026-05-21T08:41:24.321Z Downloaded quinn-proto v0.11.13
12692026-05-21T08:41:24.335Z Downloaded winnow v0.6.26
12702026-05-21T08:41:24.341Z Downloaded winnow v1.0.3
12712026-05-21T08:41:24.347Z Downloaded radix_trie v0.2.1
12722026-05-21T08:41:24.350Z Downloaded winnow v0.5.40
12732026-05-21T08:41:24.355Z Downloaded object v0.30.4
12742026-05-21T08:41:24.360Z Downloaded tabled v0.20.0
12752026-05-21T08:41:24.370Z Downloaded time v0.3.47
12762026-05-21T08:41:24.376Z Downloaded regex-syntax v0.6.29
12772026-05-21T08:41:24.380Z Downloaded nix v0.29.0
12782026-05-21T08:41:24.387Z Downloaded dropshot v0.17.0
12792026-05-21T08:41:24.399Z Downloaded smoltcp v0.9.1
12802026-05-21T08:41:24.405Z Downloaded nix v0.28.0
12812026-05-21T08:41:24.411Z Downloaded vcpkg v0.2.15
12822026-05-21T08:41:24.433Z Downloaded zlib-rs v0.6.2
12832026-05-21T08:41:24.436Z Downloaded object v0.37.3
12842026-05-21T08:41:24.442Z Downloaded nix v0.31.2
12852026-05-21T08:41:24.449Z Downloaded webpki-roots v1.0.6
12862026-05-21T08:41:24.451Z Downloaded hickory-proto v0.24.4
12872026-05-21T08:41:24.459Z Downloaded openapiv3 v2.2.0
12882026-05-21T08:41:24.466Z Downloaded rustls v0.22.4
12892026-05-21T08:41:24.473Z Downloaded hickory-proto v0.25.2
12902026-05-21T08:41:24.482Z Downloaded smoltcp v0.11.0
12912026-05-21T08:41:24.489Z Downloaded zerocopy v0.8.40
12922026-05-21T08:41:24.494Z Downloaded regex-syntax v0.8.10
12932026-05-21T08:41:24.498Z Downloaded regress v0.11.1
12942026-05-21T08:41:24.504Z Downloaded rustix v0.38.44
12952026-05-21T08:41:24.516Z Downloaded diesel v2.3.7
12962026-05-21T08:41:24.528Z Downloaded rustls v0.23.37
12972026-05-21T08:41:24.535Z Downloaded regress v0.10.5
12982026-05-21T08:41:24.540Z Downloaded sqlparser v0.61.0
12992026-05-21T08:41:24.546Z Downloaded openssl v0.10.79
13002026-05-21T08:41:24.551Z Downloaded rustls v0.21.12
13012026-05-21T08:41:24.557Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-05-21T08:41:24.564Z Downloaded dropshot v0.16.7
13032026-05-21T08:41:24.576Z Downloaded polar-core v0.27.3
13042026-05-21T08:41:24.593Z Downloaded sled v0.34.7
13052026-05-21T08:41:24.600Z Downloaded typify-impl v0.6.2
13062026-05-21T08:41:24.613Z Downloaded tracing v0.1.44
13072026-05-21T08:41:24.626Z Downloaded petgraph v0.6.5
13082026-05-21T08:41:24.636Z Downloaded typify-impl v0.4.3
13092026-05-21T08:41:24.645Z Downloaded ratatui v0.29.0
13102026-05-21T08:41:24.661Z Downloaded chrono-tz v0.10.4
13112026-05-21T08:41:24.670Z Downloaded zerocopy-derive v0.6.6
13122026-05-21T08:41:24.687Z Downloaded regex-automata v0.4.14
13132026-05-21T08:41:24.696Z Downloaded libz-sys v1.1.24
13142026-05-21T08:41:24.709Z Downloaded jiff v0.2.21
13152026-05-21T08:41:24.735Z Downloaded csv v1.4.0
13162026-05-21T08:41:24.749Z Downloaded tokio v1.52.1
13172026-05-21T08:41:24.772Z Downloaded sha3 v0.10.8
13182026-05-21T08:41:24.775Z Downloaded petgraph v0.8.3
13192026-05-21T08:41:24.794Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13202026-05-21T08:41:24.849Z Downloaded encoding_rs v0.8.35
13212026-05-21T08:41:24.862Z Downloaded ring v0.17.14
13222026-05-21T08:41:24.894Z Downloaded libgit2-sys v0.18.3+1.9.2
13232026-05-21T08:41:25.383Z Downloaded aws-lc-sys v0.40.0
13242026-05-21T08:41:25.623Z Compiling libc v0.2.185
13252026-05-21T08:41:25.623Z Compiling serde v1.0.228
13262026-05-21T08:41:25.626Z Compiling log v0.4.29
13272026-05-21T08:41:25.626Z Compiling find-msvc-tools v0.1.9
13282026-05-21T08:41:25.782Z Compiling shlex v1.3.0
13292026-05-21T08:41:25.800Z Compiling syn v2.0.117
13302026-05-21T08:41:25.803Z Compiling smallvec v1.15.1
13312026-05-21T08:41:25.804Z Compiling typenum v1.19.0
13322026-05-21T08:41:25.975Z Compiling generic-array v0.14.7
13332026-05-21T08:41:25.989Z Compiling subtle v2.6.1
13342026-05-21T08:41:26.037Z Compiling scopeguard v1.2.0
13352026-05-21T08:41:26.050Z Compiling const-oid v0.9.6
13362026-05-21T08:41:26.098Z Compiling serde_json v1.0.149
13372026-05-21T08:41:26.152Z Compiling lock_api v0.4.14
13382026-05-21T08:41:26.178Z Compiling zerocopy v0.8.40
13392026-05-21T08:41:26.232Z Compiling parking_lot_core v0.9.12
13402026-05-21T08:41:26.401Z Compiling pin-project-lite v0.2.17
13412026-05-21T08:41:26.472Z Compiling portable-atomic v1.13.1
13422026-05-21T08:41:26.522Z Compiling pkg-config v0.3.32
13432026-05-21T08:41:26.662Z Compiling getrandom v0.2.17
13442026-05-21T08:41:26.722Z Compiling jobserver v0.1.34
13452026-05-21T08:41:26.789Z Compiling errno v0.3.14
13462026-05-21T08:41:26.828Z Compiling rand_core v0.6.4
13472026-05-21T08:41:26.899Z Compiling signal-hook-registry v1.4.8
13482026-05-21T08:41:26.940Z Compiling cc v1.2.56
13492026-05-21T08:41:27.114Z Compiling bitflags v2.11.0
13502026-05-21T08:41:27.128Z Compiling libm v0.2.16
13512026-05-21T08:41:27.184Z Compiling critical-section v1.2.0
13522026-05-21T08:41:27.301Z Compiling futures-core v0.3.32
13532026-05-21T08:41:27.347Z Compiling parking_lot v0.12.5
13542026-05-21T08:41:27.384Z Compiling mio v1.2.0
13552026-05-21T08:41:27.453Z Compiling once_cell v1.21.3
13562026-05-21T08:41:27.468Z Compiling num-traits v0.2.19
13572026-05-21T08:41:27.524Z Compiling percent-encoding v2.3.2
13582026-05-21T08:41:27.677Z Compiling socket2 v0.6.3
13592026-05-21T08:41:27.721Z Compiling futures-sink v0.3.32
13602026-05-21T08:41:27.736Z Compiling slab v0.4.12
13612026-05-21T08:41:27.845Z Compiling futures-channel v0.3.32
13622026-05-21T08:41:27.859Z Compiling getrandom v0.4.1
13632026-05-21T08:41:27.893Z Compiling futures-io v0.3.32
13642026-05-21T08:41:27.932Z Compiling cpufeatures v0.2.17
13652026-05-21T08:41:28.017Z Compiling futures-task v0.3.32
13662026-05-21T08:41:28.053Z Compiling rand_core v0.10.0
13672026-05-21T08:41:28.086Z Compiling indexmap v2.14.0
13682026-05-21T08:41:28.119Z Compiling getrandom v0.3.4
13692026-05-21T08:41:28.193Z Compiling rustversion v1.0.22
13702026-05-21T08:41:28.224Z Compiling cmake v0.1.57
13712026-05-21T08:41:28.566Z Compiling form_urlencoded v1.2.2
13722026-05-21T08:41:28.595Z Compiling dunce v1.0.5
13732026-05-21T08:41:28.634Z Compiling fs_extra v1.3.0
13742026-05-21T08:41:28.692Z Compiling ident_case v1.0.1
13752026-05-21T08:41:28.740Z Compiling synstructure v0.13.2
13762026-05-21T08:41:28.754Z Compiling base64ct v1.8.3
13772026-05-21T08:41:28.816Z Compiling regex-syntax v0.8.10
13782026-05-21T08:41:28.897Z Compiling aws-lc-sys v0.40.0
13792026-05-21T08:41:29.048Z Compiling pem-rfc7468 v0.7.0
13802026-05-21T08:41:29.087Z Compiling flagset v0.4.7
13812026-05-21T08:41:29.102Z Compiling iana-time-zone v0.1.65
13822026-05-21T08:41:29.219Z Compiling rustix v1.1.3
13832026-05-21T08:41:29.222Z Compiling rand_core v0.9.5
13842026-05-21T08:41:29.302Z Compiling ring v0.17.14
13852026-05-21T08:41:29.345Z Compiling aws-lc-rs v1.16.3
13862026-05-21T08:41:29.359Z Compiling vcpkg v0.2.15
13872026-05-21T08:41:29.508Z Compiling uuid v1.23.0
13882026-05-21T08:41:29.632Z Compiling rustc_version v0.4.1
13892026-05-21T08:41:29.991Z Compiling tracing-core v0.1.36
13902026-05-21T08:41:30.167Z Compiling openssl-sys v0.9.115
13912026-05-21T08:41:30.259Z Compiling base64 v0.22.1
13922026-05-21T08:41:30.531Z Compiling serde_derive v1.0.228
13932026-05-21T08:41:30.555Z Compiling zeroize_derive v1.4.3
13942026-05-21T08:41:30.589Z Compiling zerofrom-derive v0.1.6
13952026-05-21T08:41:30.701Z Compiling yoke-derive v0.8.1
13962026-05-21T08:41:31.023Z Compiling zerocopy-derive v0.8.40
13972026-05-21T08:41:31.199Z Compiling zerovec-derive v0.11.2
13982026-05-21T08:41:31.214Z Compiling zeroize v1.8.2
13992026-05-21T08:41:31.884Z Compiling displaydoc v0.2.5
14002026-05-21T08:41:31.974Z Compiling crypto-common v0.1.7
14012026-05-21T08:41:32.002Z Compiling zerofrom v0.1.6
14022026-05-21T08:41:32.120Z Compiling yoke v0.8.1
14032026-05-21T08:41:32.135Z Compiling block-buffer v0.10.4
14042026-05-21T08:41:32.301Z Compiling digest v0.10.7
14052026-05-21T08:41:32.316Z Compiling zerovec v0.11.5
14062026-05-21T08:41:32.316Z Compiling tokio-macros v2.7.0
14072026-05-21T08:41:32.552Z Compiling futures-macro v0.3.32
14082026-05-21T08:41:32.622Z Compiling zerotrie v0.2.3
14092026-05-21T08:41:32.818Z Compiling tinystr v0.8.2
14102026-05-21T08:41:32.920Z Compiling potential_utf v0.1.4
14112026-05-21T08:41:33.026Z Compiling icu_locale_core v2.1.1
14122026-05-21T08:41:33.050Z Compiling hmac v0.12.1
14132026-05-21T08:41:33.088Z Compiling icu_collections v2.1.1
14142026-05-21T08:41:33.200Z Compiling block-padding v0.3.3
14152026-05-21T08:41:33.347Z Compiling futures-util v0.3.32
14162026-05-21T08:41:33.361Z Compiling inout v0.1.4
14172026-05-21T08:41:33.525Z Compiling cipher v0.4.4
14182026-05-21T08:41:33.562Z Compiling sha2 v0.10.9
14192026-05-21T08:41:33.780Z Compiling icu_provider v2.1.1
14202026-05-21T08:41:33.899Z Compiling der_derive v0.7.3
14212026-05-21T08:41:33.997Z Compiling bytes v1.11.1
14222026-05-21T08:41:34.073Z Compiling icu_normalizer v2.1.1
14232026-05-21T08:41:34.558Z Compiling tokio v1.52.1
14242026-05-21T08:41:34.608Z Compiling icu_properties v2.1.2
14252026-05-21T08:41:34.622Z Compiling http v1.4.0
14262026-05-21T08:41:34.903Z Compiling der v0.7.10
14272026-05-21T08:41:35.000Z Compiling chrono v0.4.44
14282026-05-21T08:41:35.471Z Compiling ppv-lite86 v0.2.21
14292026-05-21T08:41:35.583Z Compiling idna_adapter v1.2.1
14302026-05-21T08:41:35.650Z Compiling salsa20 v0.10.2
14312026-05-21T08:41:35.724Z Compiling idna v1.1.0
14322026-05-21T08:41:35.753Z Compiling spki v0.7.3
14332026-05-21T08:41:35.790Z Compiling pbkdf2 v0.12.2
14342026-05-21T08:41:35.793Z Compiling rustls-pki-types v1.14.0
14352026-05-21T08:41:35.920Z Compiling thiserror-impl v2.0.18
14362026-05-21T08:41:35.957Z Compiling tracing-attributes v0.1.31
14372026-05-21T08:41:36.100Z Compiling url v2.5.8
14382026-05-21T08:41:36.236Z Compiling scrypt v0.11.0
14392026-05-21T08:41:36.368Z Compiling rand_chacha v0.9.0
14402026-05-21T08:41:36.382Z Compiling http-body v1.0.1
14412026-05-21T08:41:36.491Z Compiling aes v0.8.4
14422026-05-21T08:41:36.532Z Compiling cbc v0.1.2
14432026-05-21T08:41:36.752Z Compiling openssl-probe v0.2.1
14442026-05-21T08:41:36.885Z Compiling untrusted v0.9.0
14452026-05-21T08:41:36.933Z Compiling httparse v1.10.1
14462026-05-21T08:41:37.007Z Compiling untrusted v0.7.1
14472026-05-21T08:41:37.056Z Compiling tinyvec_macros v0.1.1
14482026-05-21T08:41:37.128Z Compiling tinyvec v1.10.0
14492026-05-21T08:41:37.226Z Compiling thiserror v2.0.18
14502026-05-21T08:41:37.246Z Compiling tracing v0.1.44
14512026-05-21T08:41:37.315Z Compiling pkcs5 v0.7.1
14522026-05-21T08:41:37.329Z Compiling pest_generator v2.8.6
14532026-05-21T08:41:37.464Z Compiling rand v0.9.2
14542026-05-21T08:41:37.507Z Compiling serde_derive_internals v0.29.1
14552026-05-21T08:41:37.541Z Compiling aho-corasick v1.1.4
14562026-05-21T08:41:37.792Z Compiling atomic-waker v1.1.2
14572026-05-21T08:41:37.921Z Compiling dyn-clone v1.0.20
14582026-05-21T08:41:38.026Z Compiling rustls v0.23.37
14592026-05-21T08:41:38.060Z Compiling schemars v0.8.22
14602026-05-21T08:41:38.199Z Compiling tower-service v0.3.3
14612026-05-21T08:41:38.248Z Compiling try-lock v0.2.5
14622026-05-21T08:41:38.263Z Compiling tower-layer v0.3.3
14632026-05-21T08:41:38.303Z Compiling tokio-util v0.7.18
14642026-05-21T08:41:38.356Z Compiling want v0.3.1
14652026-05-21T08:41:38.393Z Compiling schemars_derive v0.8.22
14662026-05-21T08:41:38.422Z Compiling regex-automata v0.4.14
14672026-05-21T08:41:38.538Z Compiling pest_derive v2.8.6
14682026-05-21T08:41:38.892Z Compiling pkcs8 v0.10.2
14692026-05-21T08:41:38.968Z Compiling h2 v0.4.13
14702026-05-21T08:41:39.197Z Compiling ipnet v2.11.0
14712026-05-21T08:41:39.318Z Compiling scroll_derive v0.13.1
14722026-05-21T08:41:39.496Z Compiling darling_core v0.20.11
14732026-05-21T08:41:39.626Z Compiling openssl v0.10.79
14742026-05-21T08:41:39.755Z Compiling pin-utils v0.1.0
14752026-05-21T08:41:39.834Z Compiling httpdate v1.0.3
14762026-05-21T08:41:39.860Z Compiling foreign-types-shared v0.1.1
14772026-05-21T08:41:39.951Z Compiling foreign-types v0.3.2
14782026-05-21T08:41:40.045Z Compiling tempfile v3.25.0
14792026-05-21T08:41:40.162Z Compiling scroll v0.13.0
14802026-05-21T08:41:40.245Z Compiling unicode-normalization v0.1.25
14812026-05-21T08:41:40.434Z Compiling openssl-macros v0.1.1
14822026-05-21T08:41:40.708Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14832026-05-21T08:41:40.828Z Compiling spin v0.9.8
14842026-05-21T08:41:40.844Z Compiling native-tls v0.2.18
14852026-05-21T08:41:41.045Z Compiling num-conv v0.2.0
14862026-05-21T08:41:41.060Z Compiling crc32fast v1.5.0
14872026-05-21T08:41:41.101Z Compiling powerfmt v0.2.0
14882026-05-21T08:41:41.178Z Compiling time-core v0.1.8
14892026-05-21T08:41:41.307Z Compiling deranged v0.5.8
14902026-05-21T08:41:41.323Z Compiling time-macros v0.2.27
14912026-05-21T08:41:41.824Z Compiling darling_macro v0.20.11
14922026-05-21T08:41:42.273Z Compiling hyper v1.8.1
14932026-05-21T08:41:42.287Z Compiling darling v0.20.11
14942026-05-21T08:41:42.369Z Compiling goblin v0.10.5
14952026-05-21T08:41:42.383Z Compiling rustls-native-certs v0.8.3
14962026-05-21T08:41:42.573Z Compiling sync_wrapper v1.0.2
14972026-05-21T08:41:42.668Z Compiling wait-timeout v0.2.1
14982026-05-21T08:41:42.682Z Compiling num_threads v0.1.7
14992026-05-21T08:41:42.781Z Compiling usdt-impl v0.6.0
15002026-05-21T08:41:42.935Z Compiling crossbeam-utils v0.8.21
15012026-05-21T08:41:42.986Z Compiling siphasher v1.0.2
15022026-05-21T08:41:42.989Z Compiling simd-adler32 v0.3.8
15032026-05-21T08:41:43.176Z Compiling syn v1.0.109
15042026-05-21T08:41:43.216Z Compiling bit-vec v0.8.0
15052026-05-21T08:41:43.243Z Compiling quick-error v1.2.3
15062026-05-21T08:41:43.350Z Compiling hyper-util v0.1.20
15072026-05-21T08:41:43.445Z Compiling bit-set v0.8.0
15082026-05-21T08:41:43.524Z Compiling rusty-fork v0.3.1
15092026-05-21T08:41:43.868Z Compiling time v0.3.47
15102026-05-21T08:41:43.882Z Compiling tower v0.5.3
15112026-05-21T08:41:43.920Z Compiling derive_builder_core v0.20.2
15122026-05-21T08:41:44.368Z Compiling dtrace-parser v0.3.0
15132026-05-21T08:41:44.540Z Compiling http-body-util v0.1.3
15142026-05-21T08:41:44.828Z Compiling webpki-roots v1.0.6
15152026-05-21T08:41:44.843Z Compiling signature v2.2.0
15162026-05-21T08:41:44.953Z Compiling scroll_derive v0.12.1
15172026-05-21T08:41:45.027Z Compiling thiserror-impl v1.0.69
15182026-05-21T08:41:45.120Z Compiling dof v0.4.0
15192026-05-21T08:41:45.144Z Compiling heapless v0.7.17
15202026-05-21T08:41:45.386Z Compiling rand_xorshift v0.4.0
15212026-05-21T08:41:45.449Z Compiling slog v2.8.2
15222026-05-21T08:41:45.555Z Compiling darling_core v0.21.3
15232026-05-21T08:41:45.619Z Compiling bzip2-sys v0.1.13+1.0.8
15242026-05-21T08:41:45.637Z Compiling thread-id v5.1.0
15252026-05-21T08:41:45.723Z Compiling cookie v0.18.1
15262026-05-21T08:41:45.892Z Compiling unicode-properties v0.1.4
15272026-05-21T08:41:45.907Z Compiling ryu v1.0.23
15282026-05-21T08:41:46.093Z Compiling iri-string v0.7.10
15292026-05-21T08:41:46.107Z Compiling unicode-bidi v0.3.18
15302026-05-21T08:41:46.299Z Compiling signal-hook v0.3.18
15312026-05-21T08:41:46.306Z Compiling zstd-safe v7.2.4
15322026-05-21T08:41:46.475Z Compiling allocator-api2 v0.2.21
15332026-05-21T08:41:46.506Z Compiling paste v1.0.15
15342026-05-21T08:41:46.640Z Compiling adler2 v2.0.1
15352026-05-21T08:41:46.664Z Compiling anyhow v1.0.102
15362026-05-21T08:41:47.771Z Compiling unarray v0.1.4
15372026-05-21T08:41:47.774Z Compiling miniz_oxide v0.8.9
15382026-05-21T08:41:47.774Z Compiling stringprep v0.1.5
15392026-05-21T08:41:47.774Z Compiling proptest v1.10.0
15402026-05-21T08:41:47.774Z Compiling thiserror v1.0.69
15412026-05-21T08:41:47.774Z Compiling tower-http v0.6.8
15422026-05-21T08:41:47.774Z Compiling serde_urlencoded v0.7.1
15432026-05-21T08:41:47.774Z Compiling scroll v0.12.0
15442026-05-21T08:41:47.774Z Compiling derive_builder_macro v0.20.2
15452026-05-21T08:41:48.026Z Compiling tokio-native-tls v0.3.1
15462026-05-21T08:41:48.041Z Compiling darling_macro v0.21.3
15472026-05-21T08:41:48.123Z Compiling ipnetwork v0.21.1
15482026-05-21T08:41:48.169Z Compiling bstr v1.12.1
15492026-05-21T08:41:48.193Z Compiling rand_chacha v0.3.1
15502026-05-21T08:41:48.351Z Compiling erased-serde v0.3.31
15512026-05-21T08:41:48.513Z Compiling toml_datetime v0.6.11
15522026-05-21T08:41:48.516Z Compiling serde_tokenstream v0.2.3
15532026-05-21T08:41:48.779Z Compiling serde_spanned v0.6.9
15542026-05-21T08:41:48.812Z Compiling md-5 v0.10.6
15552026-05-21T08:41:48.833Z Compiling async-trait v0.1.89
15562026-05-21T08:41:48.836Z Compiling zerocopy-derive v0.7.35
15572026-05-21T08:41:48.922Z Compiling pin-project-internal v1.1.11
15582026-05-21T08:41:48.979Z Compiling curve25519-dalek v4.1.3
15592026-05-21T08:41:49.002Z Compiling vergen-lib v0.1.6
15602026-05-21T08:41:49.182Z Compiling num-integer v0.1.46
15612026-05-21T08:41:49.309Z Compiling hash32 v0.2.1
15622026-05-21T08:41:49.504Z Compiling ff v0.13.1
15632026-05-21T08:41:49.505Z Compiling memoffset v0.9.1
15642026-05-21T08:41:49.645Z Compiling encoding_rs v0.8.35
15652026-05-21T08:41:49.711Z Compiling base16ct v0.2.0
15662026-05-21T08:41:49.732Z Compiling num-bigint-dig v0.8.6
15672026-05-21T08:41:49.897Z Compiling ref-cast v1.0.25
15682026-05-21T08:41:49.924Z Compiling smoltcp v0.9.1
15692026-05-21T08:41:49.939Z Compiling mime v0.3.17
15702026-05-21T08:41:50.085Z Compiling zlib-rs v0.6.2
15712026-05-21T08:41:50.205Z Compiling fallible-iterator v0.2.0
15722026-05-21T08:41:50.208Z Compiling litrs v1.0.0
15732026-05-21T08:41:50.262Z Compiling cfg_aliases v0.2.1
15742026-05-21T08:41:50.343Z Compiling rustix v0.38.44
15752026-05-21T08:41:50.520Z Compiling psl-types v2.0.11
15762026-05-21T08:41:50.652Z Compiling publicsuffix v2.3.0
15772026-05-21T08:41:50.729Z Compiling document-features v0.2.12
15782026-05-21T08:41:50.784Z Compiling postgres-protocol v0.6.10
15792026-05-21T08:41:50.826Z Compiling nix v0.31.2
15802026-05-21T08:41:51.239Z Compiling pin-project v1.1.11
15812026-05-21T08:41:51.289Z Compiling sec1 v0.7.3
15822026-05-21T08:41:51.338Z Compiling zerocopy v0.7.35
15832026-05-21T08:41:51.365Z Compiling group v0.13.0
15842026-05-21T08:41:51.540Z Compiling num-iter v0.1.45
15852026-05-21T08:41:51.639Z Compiling newtype-uuid v1.3.2
15862026-05-21T08:41:51.889Z Compiling darling v0.21.3
15872026-05-21T08:41:51.893Z Compiling rand v0.8.6
15882026-05-21T08:41:51.971Z Compiling oxnet v0.1.5
15892026-05-21T08:41:51.987Z Compiling derive_builder v0.20.2
15902026-05-21T08:41:52.024Z Compiling hubpack_derive v0.1.1
15912026-05-21T08:41:52.067Z Compiling hyper-tls v0.6.0
15922026-05-21T08:41:52.292Z Compiling goblin v0.8.2
15932026-05-21T08:41:52.776Z Compiling phf_shared v0.13.1
15942026-05-21T08:41:52.797Z Compiling lazy_static v1.5.0
15952026-05-21T08:41:52.895Z Compiling regex v1.12.3
15962026-05-21T08:41:52.895Z Compiling anstyle-parse v0.2.7
15972026-05-21T08:41:53.020Z Compiling flate2 v1.1.9
15982026-05-21T08:41:53.095Z Compiling futures-executor v0.3.32
15992026-05-21T08:41:53.235Z Compiling hex v0.4.3
16002026-05-21T08:41:53.290Z Compiling cargo-platform v0.1.9
16012026-05-21T08:41:53.324Z Compiling hkdf v0.12.4
16022026-05-21T08:41:53.356Z Compiling crypto-bigint v0.5.5
16032026-05-21T08:41:53.427Z Compiling terminal_size v0.4.3
16042026-05-21T08:41:53.490Z Compiling ref-cast-impl v1.0.25
16052026-05-21T08:41:53.507Z Compiling daft-derive v0.1.7
16062026-05-21T08:41:53.539Z Compiling curve25519-dalek-derive v0.1.1
16072026-05-21T08:41:53.564Z Compiling strum_macros v0.27.2
16082026-05-21T08:41:54.029Z Compiling snafu-derive v0.8.9
16092026-05-21T08:41:54.178Z Compiling vergen v9.0.6
16102026-05-21T08:41:54.223Z Compiling fs-err v3.3.0
16112026-05-21T08:41:54.363Z Compiling ahash v0.8.12
16122026-05-21T08:41:54.422Z Compiling bitflags v1.3.2
16132026-05-21T08:41:54.502Z Compiling libbz2-rs-sys v0.2.2
16142026-05-21T08:41:54.570Z Compiling unicode-segmentation v1.12.0
16152026-05-21T08:41:55.010Z Compiling object v0.37.3
16162026-05-21T08:41:55.246Z Compiling managed v0.8.0
16172026-05-21T08:41:55.281Z Compiling bumpalo v3.20.2
16182026-05-21T08:41:55.472Z Compiling foldhash v0.2.0
16192026-05-21T08:41:55.502Z Compiling same-file v1.0.6
16202026-05-21T08:41:55.542Z Compiling winnow v0.5.40
16212026-05-21T08:41:55.578Z Compiling foldhash v0.1.5
16222026-05-21T08:41:55.666Z Compiling clap_builder v4.6.0
16232026-05-21T08:41:55.699Z Compiling hashbrown v0.15.5
16242026-05-21T08:41:55.751Z Compiling hashbrown v0.16.1
16252026-05-21T08:41:55.795Z Compiling walkdir v2.5.0
16262026-05-21T08:41:55.991Z Compiling snafu v0.8.9
16272026-05-21T08:41:56.112Z Compiling strum v0.27.2
16282026-05-21T08:41:56.246Z Compiling zopfli v0.8.3
16292026-05-21T08:41:56.352Z Compiling bzip2 v0.6.1
16302026-05-21T08:41:56.435Z Compiling dof v0.3.0
16312026-05-21T08:41:56.681Z Compiling elliptic-curve v0.13.8
16322026-05-21T08:41:56.912Z Compiling toml_edit v0.19.15
16332026-05-21T08:41:56.956Z Compiling daft v0.1.7
16342026-05-21T08:41:57.159Z Compiling cargo_metadata v0.19.2
16352026-05-21T08:41:57.188Z Compiling futures v0.3.32
16362026-05-21T08:41:57.231Z Compiling anstream v0.6.21
16372026-05-21T08:41:57.271Z Compiling phf v0.13.1
16382026-05-21T08:41:57.535Z Compiling signal-hook-mio v0.2.5
16392026-05-21T08:41:57.998Z Compiling cookie_store v0.22.1
16402026-05-21T08:41:58.024Z Compiling hubpack v0.1.2
16412026-05-21T08:41:58.241Z Compiling zstd v0.13.3
16422026-05-21T08:41:58.485Z Compiling bzip2 v0.4.4
16432026-05-21T08:41:58.511Z Compiling serde_with_macros v3.17.0
16442026-05-21T08:41:58.714Z Compiling postgres-types v0.2.12
16452026-05-21T08:41:58.746Z Compiling usdt-macro v0.6.0
16462026-05-21T08:41:59.270Z Compiling usdt-attr-macro v0.6.0
16472026-05-21T08:41:59.488Z Compiling globset v0.4.18
16482026-05-21T08:41:59.542Z Compiling dtrace-parser v0.2.0
16492026-05-21T08:41:59.630Z Compiling ed25519 v2.2.3
16502026-05-21T08:41:59.877Z Compiling phf_shared v0.11.3
16512026-05-21T08:42:00.056Z Compiling olpc-cjson v0.1.4
16522026-05-21T08:42:00.059Z Compiling pkcs1 v0.7.5
16532026-05-21T08:42:00.084Z Compiling serde_plain v1.0.2
16542026-05-21T08:42:00.193Z Compiling serde-big-array v0.5.1
16552026-05-21T08:42:00.234Z Compiling rfc6979 v0.4.0
16562026-05-21T08:42:00.286Z Compiling serde_repr v0.1.20
16572026-05-21T08:42:00.343Z Compiling enum-as-inner v0.6.1
16582026-05-21T08:42:00.360Z Compiling strum_macros v0.26.4
16592026-05-21T08:42:00.379Z Compiling async-recursion v1.1.1
16602026-05-21T08:42:00.470Z Compiling clap_derive v4.6.1
16612026-05-21T08:42:00.568Z Compiling pem v3.0.6
16622026-05-21T08:42:00.815Z Compiling float-cmp v0.10.0
16632026-05-21T08:42:00.848Z Compiling thread-id v4.2.2
16642026-05-21T08:42:00.901Z Compiling memmap2 v0.9.10
16652026-05-21T08:42:00.936Z Compiling env_filter v1.0.0
16662026-05-21T08:42:00.962Z Compiling keccak v0.1.6
16672026-05-21T08:42:01.029Z Compiling difflib v0.4.0
16682026-05-21T08:42:01.115Z Compiling static_assertions v1.1.0
16692026-05-21T08:42:01.195Z Compiling either v1.15.0
16702026-05-21T08:42:01.240Z Compiling normalize-line-endings v0.3.0
16712026-05-21T08:42:01.339Z Compiling jiff v0.2.21
16722026-05-21T08:42:01.403Z Compiling typed-path v0.9.3
16732026-05-21T08:42:01.593Z Compiling precomputed-hash v0.1.1
16742026-05-21T08:42:01.686Z Compiling new_debug_unreachable v1.0.6
16752026-05-21T08:42:01.762Z Compiling predicates-core v1.0.10
16762026-05-21T08:42:01.776Z Compiling fixedbitset v0.5.7
16772026-05-21T08:42:01.941Z Compiling fixedbitset v0.4.2
16782026-05-21T08:42:02.082Z Compiling whoami v2.1.0
16792026-05-21T08:42:02.097Z Compiling data-encoding v2.10.0
16802026-05-21T08:42:02.161Z Compiling strum v0.26.3
16812026-05-21T08:42:02.223Z Compiling clap v4.6.1
16822026-05-21T08:42:02.295Z Compiling tokio-postgres v0.7.16
16832026-05-21T08:42:02.313Z Compiling petgraph v0.6.5
16842026-05-21T08:42:02.460Z Compiling hickory-proto v0.25.2
16852026-05-21T08:42:02.627Z Compiling petgraph v0.8.3
16862026-05-21T08:42:02.790Z Compiling predicates v3.1.4
16872026-05-21T08:42:03.086Z Compiling string_cache v0.8.9
16882026-05-21T08:42:03.313Z Compiling itertools v0.13.0
16892026-05-21T08:42:03.433Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16902026-05-21T08:42:03.810Z Compiling toml_edit v0.22.27
16912026-05-21T08:42:04.494Z Compiling zip v4.6.1
16922026-05-21T08:42:04.543Z Compiling sha3 v0.10.8
16932026-05-21T08:42:04.558Z Compiling env_logger v0.11.9
16942026-05-21T08:42:04.916Z Compiling usdt v0.6.0
16952026-05-21T08:42:05.047Z Compiling usdt-impl v0.5.0
16962026-05-21T08:42:05.188Z Compiling ecdsa v0.16.9
16972026-05-21T08:42:05.471Z Compiling rsa v0.9.10
16982026-05-21T08:42:05.592Z Compiling ed25519-dalek v2.2.0
16992026-05-21T08:42:05.608Z Compiling serde_with v3.17.0
17002026-05-21T08:42:05.649Z Compiling crossterm v0.28.1
17012026-05-21T08:42:06.282Z Compiling zip v0.6.6
17022026-05-21T08:42:06.598Z Compiling toml v0.7.8
17032026-05-21T08:42:06.968Z Compiling iddqd v0.4.1
17042026-05-21T08:42:07.327Z Compiling heck v0.4.1
17052026-05-21T08:42:07.475Z Compiling similar v2.7.0
17062026-05-21T08:42:07.570Z Compiling toml_parser v1.0.9+spec-1.1.0
17072026-05-21T08:42:07.635Z Compiling crossbeam-epoch v0.9.18
17082026-05-21T08:42:07.719Z Compiling tokio-stream v0.1.18
17092026-05-21T08:42:07.943Z Compiling buf-list v1.1.2
17102026-05-21T08:42:08.164Z Compiling x509-cert v0.2.5
17112026-05-21T08:42:08.192Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17122026-05-21T08:42:08.210Z Compiling openapiv3 v2.2.0
17132026-05-21T08:42:08.222Z Compiling sha1 v0.10.6
17142026-05-21T08:42:08.338Z Compiling toml_datetime v0.7.5+spec-1.1.0
17152026-05-21T08:42:08.457Z Compiling peg-runtime v0.8.5
17162026-05-21T08:42:08.483Z Compiling lalrpop-util v0.19.12
17172026-05-21T08:42:08.639Z Compiling thread_local v1.1.9
17182026-05-21T08:42:08.681Z Compiling slog-async v2.8.0
17192026-05-21T08:42:08.734Z Compiling crossbeam-channel v0.5.15
17202026-05-21T08:42:08.836Z Compiling is-terminal v0.4.17
17212026-05-21T08:42:08.886Z Compiling filetime v0.2.27
17222026-05-21T08:42:08.934Z Compiling xattr v1.6.1
17232026-05-21T08:42:09.002Z Compiling take_mut v0.2.2
17242026-05-21T08:42:09.053Z Compiling term v1.2.1
17252026-05-21T08:42:09.117Z Compiling tar v0.4.45
17262026-05-21T08:42:09.557Z Compiling slog-term v2.9.2
17272026-05-21T08:42:19.233Z Compiling rustls-webpki v0.103.9
17282026-05-21T08:42:22.052Z Compiling tokio-rustls v0.26.4
17292026-05-21T08:42:22.052Z Compiling rustls-platform-verifier v0.6.2
17302026-05-21T08:42:22.253Z Compiling hyper-rustls v0.27.7
17312026-05-21T08:42:22.460Z Compiling reqwest v0.12.28
17322026-05-21T08:42:22.464Z Compiling reqwest v0.13.2
17332026-05-21T08:42:23.735Z Compiling tough v0.22.0
17342026-05-21T08:42:26.321Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17352026-05-21T08:42:26.541Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17362026-05-21T08:42:29.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17372026-05-21T08:42:29.594Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17382026-05-21T08:42:29.651ZMay 21 08:42:28.697 INFO Starting download, target: Cockroach
17392026-05-21T08:42:29.651ZMay 21 08:42:28.698 INFO Starting download, target: Clickhouse
17402026-05-21T08:42:29.651ZMay 21 08:42:28.698 INFO Starting download, target: Console
17412026-05-21T08:42:29.651ZMay 21 08:42:28.698 INFO Starting download, target: DendriteStub
17422026-05-21T08:42:29.652ZMay 21 08:42:28.698 INFO Starting download, target: MaghemiteMgd
17432026-05-21T08:42:29.652ZMay 21 08:42:28.698 INFO Starting download, target: MaghemiteDdmd
17442026-05-21T08:42:29.652ZMay 21 08:42:28.698 INFO Starting download, target: TransceiverControl
17452026-05-21T08:42:29.655ZMay 21 08:42:28.698 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17462026-05-21T08:42:29.655ZMay 21 08:42:28.699 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17472026-05-21T08:42:29.655ZMay 21 08:42:28.699 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17482026-05-21T08:42:29.655ZMay 21 08:42:28.699 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17492026-05-21T08:42:29.655ZMay 21 08:42:28.699 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17502026-05-21T08:42:29.655ZMay 21 08:42:28.699 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17512026-05-21T08:42:29.655ZMay 21 08:42:28.699 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17522026-05-21T08:42:29.987ZMay 21 08:42:29.033 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17532026-05-21T08:42:30.221ZMay 21 08:42:29.256 INFO Download complete, target: TransceiverControl
17542026-05-21T08:42:30.723ZMay 21 08:42:29.766 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17552026-05-21T08:42:30.969ZMay 21 08:42:30.003 INFO Download complete, target: Console
17562026-05-21T08:42:31.615ZMay 21 08:42:30.660 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17572026-05-21T08:42:31.819ZMay 21 08:42:30.865 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17582026-05-21T08:42:31.886ZMay 21 08:42:30.933 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17592026-05-21T08:42:31.886ZMay 21 08:42:30.933 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17602026-05-21T08:42:38.631ZError: Failed to download MaghemiteDdmd
17612026-05-21T08:42:38.631Z
17622026-05-21T08:42:38.631ZCaused by:
17632026-05-21T08:42:38.631Z 0: failed to unpack `/work/oxidecomputer/omicron/out/downloads/oxide.json`
17642026-05-21T08:42:38.631Z 1: failed to unpack `oxide.json` into `/work/oxidecomputer/omicron/out/downloads/oxide.json`
17652026-05-21T08:42:38.634Z 2: File exists (os error 17)
17662026-05-21T08:42:38.637ZFailed to run command -- will try 2 more times
17672026-05-21T08:42:39.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
17682026-05-21T08:42:39.234Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17692026-05-21T08:42:40.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
17702026-05-21T08:42:40.113Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17712026-05-21T08:42:40.154ZMay 21 08:42:39.200 INFO Starting download, target: Clickhouse
17722026-05-21T08:42:40.154ZMay 21 08:42:39.200 INFO Starting download, target: Console
17732026-05-21T08:42:40.154ZMay 21 08:42:39.200 INFO Starting download, target: Cockroach
17742026-05-21T08:42:40.154ZMay 21 08:42:39.200 INFO Starting download, target: DendriteStub
17752026-05-21T08:42:40.154ZMay 21 08:42:39.200 INFO Starting download, target: MaghemiteMgd
17762026-05-21T08:42:40.157ZMay 21 08:42:39.200 INFO Starting download, target: MaghemiteDdmd
17772026-05-21T08:42:40.157ZMay 21 08:42:39.200 INFO Starting download, target: TransceiverControl
17782026-05-21T08:42:40.157ZMay 21 08:42:39.200 INFO Already downloaded (out/downloads/xcvradm.gz), target: TransceiverControl
17792026-05-21T08:42:40.157ZMay 21 08:42:39.200 INFO Already downloaded (out/downloads/console.tar.gz), target: Console
17802026-05-21T08:42:40.157ZMay 21 08:42:39.201 INFO Already downloaded (out/downloads/mgd.tar.gz), target: MaghemiteMgd
17812026-05-21T08:42:40.157ZMay 21 08:42:39.201 INFO Already downloaded (out/downloads/mg-ddm.tar.gz), target: MaghemiteDdmd
17822026-05-21T08:42:40.157ZMay 21 08:42:39.201 INFO Already downloaded (out/downloads/dendrite-stub.tar.gz), target: DendriteStub
17832026-05-21T08:42:40.157ZMay 21 08:42:39.201 INFO Already downloaded (out/downloads/cockroach.tgz), target: Cockroach
17842026-05-21T08:42:40.157ZMay 21 08:42:39.201 INFO Already downloaded (out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz), target: Clickhouse
17852026-05-21T08:42:40.161ZMay 21 08:42:39.205 INFO Checksum matches already downloaded file - skipping download, target: TransceiverControl
17862026-05-21T08:42:40.161ZMay 21 08:42:39.207 INFO Checksum matches already downloaded file - skipping download, target: Console
17872026-05-21T08:42:40.164ZMay 21 08:42:39.209 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17882026-05-21T08:42:40.172ZMay 21 08:42:39.218 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17892026-05-21T08:42:40.191ZMay 21 08:42:39.238 INFO Checksum matches already downloaded file - skipping download, target: MaghemiteDdmd
17902026-05-21T08:42:40.196ZMay 21 08:42:39.243 INFO Checksum matches already downloaded file - skipping download, target: DendriteStub
17912026-05-21T08:42:40.199ZMay 21 08:42:39.245 WARN Checksum mismatch - retrying download, target: Cockroach
17922026-05-21T08:42:40.199ZMay 21 08:42:39.245 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17932026-05-21T08:42:40.203ZMay 21 08:42:39.248 INFO Checksum matches already downloaded file - skipping download, target: MaghemiteMgd
17942026-05-21T08:42:40.226ZMay 21 08:42:39.273 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17952026-05-21T08:42:40.230ZMay 21 08:42:39.277 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17962026-05-21T08:42:40.243ZMay 21 08:42:39.290 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17972026-05-21T08:42:40.289ZMay 21 08:42:39.336 INFO Checksum matches already downloaded file - skipping download, target: Clickhouse
17982026-05-21T08:42:40.415ZMay 21 08:42:39.455 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17992026-05-21T08:42:40.416ZMay 21 08:42:39.455 INFO Download complete, target: Console
18002026-05-21T08:42:40.489ZMay 21 08:42:39.532 INFO Download complete, target: TransceiverControl
18012026-05-21T08:42:41.359ZMay 21 08:42:40.405 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18022026-05-21T08:42:41.359ZMay 21 08:42:40.405 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18032026-05-21T08:42:42.295ZMay 21 08:42:41.341 INFO Download complete, target: MaghemiteDdmd
18042026-05-21T08:42:42.835ZMay 21 08:42:41.881 INFO Download complete, target: MaghemiteMgd
18052026-05-21T08:42:42.865ZMay 21 08:42:41.912 INFO Download complete, target: DendriteStub
18062026-05-21T08:42:46.230ZMay 21 08:42:45.276 INFO Checking that binary works, target: Cockroach
18072026-05-21T08:42:46.351ZMay 21 08:42:45.397 INFO Download complete, target: Cockroach
18082026-05-21T08:42:47.383ZMay 21 08:42:46.429 INFO Checking that binary works, target: Clickhouse
18092026-05-21T08:42:47.500ZMay 21 08:42:46.546 INFO Download complete, target: Clickhouse
18102026-05-21T08:42:47.516ZAll builder prerequisites installed successfully, and PATH looks valid
18112026-05-21T08:42:47.520Z
18122026-05-21T08:42:47.520Zreal 2:29.311543948
18132026-05-21T08:42:47.520Zuser 7:15.101897364
18142026-05-21T08:42:47.520Zsys 1:26.427614485
18152026-05-21T08:42:47.520Ztrap 0.235782156
18162026-05-21T08:42:47.520Ztflt 1.047853363
18172026-05-21T08:42:47.520Zdflt 0.744763177
18182026-05-21T08:42:47.520Zkflt 0.031145216
18192026-05-21T08:42:47.520Zlock 22:15.802732018
18202026-05-21T08:42:47.520Zslp 21:45.805253776
18212026-05-21T08:42:47.520Zlat 43.803021074
18222026-05-21T08:42:47.520Zstop 2:00.792213169
18232026-05-21T08:42:47.520Z+ banner hack-check
18242026-05-21T08:42:47.520Z
18252026-05-21T08:42:47.520Z # # ## #### # # #### # # ###### #### # #
18262026-05-21T08:42:47.520Z # # # # # # # # # # # # # # # # #
18272026-05-21T08:42:47.520Z ###### # # # #### ##### # ###### ##### # ####
18282026-05-21T08:42:47.520Z # # ###### # # # # # # # # # #
18292026-05-21T08:42:47.520Z # # # # # # # # # # # # # # # # #
18302026-05-21T08:42:47.520Z # # # # #### # # #### # # ###### #### # #
18312026-05-21T08:42:47.520Z
18322026-05-21T08:42:47.520Z+ export CARGO_INCREMENTAL=0
18332026-05-21T08:42:47.520Z+ CARGO_INCREMENTAL=0
18342026-05-21T08:42:47.520Z+ ptime -m timeout 2h cargo xtask check-features --ci
18352026-05-21T08:42:48.070Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18362026-05-21T08:42:48.296Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18372026-05-21T08:42:50.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.63s
18382026-05-21T08:42:50.257Z Running `target/debug/xtask check-features --ci`
18392026-05-21T08:42:50.285Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18402026-05-21T08:42:50.285Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18412026-05-21T08:42:50.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-05-21T08:42:50.827Z Running `target/debug/xtask download cargo-hack`
18432026-05-21T08:42:51.646Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18442026-05-21T08:42:51.968Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18452026-05-21T08:42:54.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.69s
18462026-05-21T08:42:54.732Z Running `target/debug/xtask-downloader cargo-hack`
18472026-05-21T08:42:54.775ZMay 21 08:42:53.822 INFO Starting download, target: CargoHack
18482026-05-21T08:42:54.779ZMay 21 08:42:53.823 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18492026-05-21T08:42:55.191ZMay 21 08:42:54.238 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18502026-05-21T08:42:55.242ZMay 21 08:42:54.288 INFO Download complete, target: CargoHack
18512026-05-21T08:42:55.246Zrunning: "/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"
18522026-05-21T08:42:55.258Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18532026-05-21T08:42:55.413Zinfo: running `cargo check --bins` on api_identity (1/276)
18542026-05-21T08:42:55.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-05-21T08:42:55.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-05-21T08:42:55.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-05-21T08:42:55.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18582026-05-21T08:42:56.028Z
18592026-05-21T08:42:56.028Zinfo: running `cargo check --bins` on bootstore (2/276)
18602026-05-21T08:42:56.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-05-21T08:42:56.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-05-21T08:42:56.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-05-21T08:42:56.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18642026-05-21T08:42:56.646Z
18652026-05-21T08:42:56.646Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18662026-05-21T08:42:57.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-05-21T08:42:57.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-05-21T08:42:57.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-05-21T08:42:57.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18702026-05-21T08:42:57.257Z
18712026-05-21T08:42:57.257Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18722026-05-21T08:42:57.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-05-21T08:42:57.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-05-21T08:42:57.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-05-21T08:42:57.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18762026-05-21T08:42:57.872Z
18772026-05-21T08:42:57.872Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18782026-05-21T08:42:58.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-05-21T08:42:58.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-05-21T08:42:58.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-05-21T08:42:58.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18822026-05-21T08:42:58.486Z
18832026-05-21T08:42:58.486Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18842026-05-21T08:42:59.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-05-21T08:42:59.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-05-21T08:42:59.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-05-21T08:42:59.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18882026-05-21T08:42:59.113Z
18892026-05-21T08:42:59.113Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18902026-05-21T08:42:59.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-05-21T08:42:59.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-05-21T08:42:59.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-05-21T08:42:59.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18942026-05-21T08:42:59.741Z
18952026-05-21T08:42:59.741Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18962026-05-21T08:43:00.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-05-21T08:43:00.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-05-21T08:43:00.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-05-21T08:43:00.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19002026-05-21T08:43:00.371Z
19012026-05-21T08:43:00.371Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
19022026-05-21T08:43:00.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-05-21T08:43:00.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-05-21T08:43:00.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-05-21T08:43:00.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19062026-05-21T08:43:00.874Z
19072026-05-21T08:43:00.874Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
19082026-05-21T08:43:01.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-05-21T08:43:01.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-05-21T08:43:01.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-05-21T08:43:01.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19122026-05-21T08:43:01.382Z
19132026-05-21T08:43:01.382Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
19142026-05-21T08:43:01.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-05-21T08:43:01.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-05-21T08:43:01.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-05-21T08:43:01.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19182026-05-21T08:43:01.881Z
19192026-05-21T08:43:01.881Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
19202026-05-21T08:43:02.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-05-21T08:43:02.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-05-21T08:43:02.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-05-21T08:43:02.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19242026-05-21T08:43:02.368Z
19252026-05-21T08:43:02.368Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
19262026-05-21T08:43:02.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-05-21T08:43:02.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-05-21T08:43:02.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-05-21T08:43:02.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19302026-05-21T08:43:02.862Z
19312026-05-21T08:43:02.862Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
19322026-05-21T08:43:03.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-05-21T08:43:03.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-05-21T08:43:03.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-05-21T08:43:03.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19362026-05-21T08:43:03.353Z
19372026-05-21T08:43:03.353Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
19382026-05-21T08:43:03.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-05-21T08:43:03.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-05-21T08:43:03.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-05-21T08:43:03.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19422026-05-21T08:43:03.842Z
19432026-05-21T08:43:03.842Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
19442026-05-21T08:43:04.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-05-21T08:43:04.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-05-21T08:43:04.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-05-21T08:43:04.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19482026-05-21T08:43:04.337Z
19492026-05-21T08:43:04.337Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
19502026-05-21T08:43:04.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-05-21T08:43:04.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-05-21T08:43:04.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-05-21T08:43:04.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19542026-05-21T08:43:04.832Z
19552026-05-21T08:43:04.832Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
19562026-05-21T08:43:05.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-05-21T08:43:05.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-05-21T08:43:05.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-05-21T08:43:05.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19602026-05-21T08:43:05.327Z
19612026-05-21T08:43:05.327Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19622026-05-21T08:43:05.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-05-21T08:43:05.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-05-21T08:43:05.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-05-21T08:43:05.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19662026-05-21T08:43:05.828Z
19672026-05-21T08:43:05.828Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19682026-05-21T08:43:06.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-05-21T08:43:06.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-05-21T08:43:06.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-05-21T08:43:06.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19722026-05-21T08:43:06.325Z
19732026-05-21T08:43:06.325Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19742026-05-21T08:43:06.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-05-21T08:43:06.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-05-21T08:43:06.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-05-21T08:43:06.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19782026-05-21T08:43:06.824Z
19792026-05-21T08:43:06.824Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19802026-05-21T08:43:07.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-05-21T08:43:07.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-05-21T08:43:07.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-05-21T08:43:07.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19842026-05-21T08:43:07.326Z
19852026-05-21T08:43:07.326Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19862026-05-21T08:43:07.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-05-21T08:43:07.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-05-21T08:43:07.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-05-21T08:43:07.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19902026-05-21T08:43:07.827Z
19912026-05-21T08:43:07.827Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19922026-05-21T08:43:08.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-05-21T08:43:08.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-05-21T08:43:08.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-05-21T08:43:08.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19962026-05-21T08:43:08.324Z
19972026-05-21T08:43:08.324Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19982026-05-21T08:43:08.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-05-21T08:43:08.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-05-21T08:43:08.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-05-21T08:43:08.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20022026-05-21T08:43:08.819Z
20032026-05-21T08:43:08.819Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
20042026-05-21T08:43:09.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-05-21T08:43:09.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-05-21T08:43:09.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-05-21T08:43:09.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20082026-05-21T08:43:09.314Z
20092026-05-21T08:43:09.314Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
20102026-05-21T08:43:09.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-05-21T08:43:09.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-05-21T08:43:09.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-05-21T08:43:09.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20142026-05-21T08:43:09.810Z
20152026-05-21T08:43:09.811Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
20162026-05-21T08:43:10.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-05-21T08:43:10.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-05-21T08:43:10.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-05-21T08:43:10.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20202026-05-21T08:43:10.307Z
20212026-05-21T08:43:10.307Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
20222026-05-21T08:43:10.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-05-21T08:43:10.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-05-21T08:43:10.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-05-21T08:43:10.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20262026-05-21T08:43:10.803Z
20272026-05-21T08:43:10.803Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
20282026-05-21T08:43:11.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-05-21T08:43:11.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-05-21T08:43:11.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-05-21T08:43:11.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20322026-05-21T08:43:11.298Z
20332026-05-21T08:43:11.298Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
20342026-05-21T08:43:11.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-05-21T08:43:11.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-05-21T08:43:11.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-05-21T08:43:11.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20382026-05-21T08:43:11.789Z
20392026-05-21T08:43:11.789Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
20402026-05-21T08:43:12.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-05-21T08:43:12.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-05-21T08:43:12.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-05-21T08:43:12.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20442026-05-21T08:43:12.285Z
20452026-05-21T08:43:12.286Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
20462026-05-21T08:43:12.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-05-21T08:43:12.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-05-21T08:43:12.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-05-21T08:43:12.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20502026-05-21T08:43:12.781Z
20512026-05-21T08:43:12.781Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
20522026-05-21T08:43:13.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-05-21T08:43:13.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-05-21T08:43:13.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-05-21T08:43:13.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20562026-05-21T08:43:13.274Z
20572026-05-21T08:43:13.274Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20582026-05-21T08:43:13.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-05-21T08:43:13.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-05-21T08:43:13.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-05-21T08:43:13.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20622026-05-21T08:43:13.769Z
20632026-05-21T08:43:13.769Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20642026-05-21T08:43:14.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-05-21T08:43:14.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-05-21T08:43:14.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-05-21T08:43:14.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20682026-05-21T08:43:14.265Z
20692026-05-21T08:43:14.265Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20702026-05-21T08:43:14.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-05-21T08:43:14.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-05-21T08:43:14.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-05-21T08:43:14.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20742026-05-21T08:43:14.757Z
20752026-05-21T08:43:14.757Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20762026-05-21T08:43:15.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-05-21T08:43:15.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-05-21T08:43:15.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-05-21T08:43:15.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20802026-05-21T08:43:15.254Z
20812026-05-21T08:43:15.254Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20822026-05-21T08:43:15.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-05-21T08:43:15.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-05-21T08:43:15.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-05-21T08:43:15.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20862026-05-21T08:43:15.749Z
20872026-05-21T08:43:15.749Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20882026-05-21T08:43:16.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-05-21T08:43:16.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-05-21T08:43:16.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-05-21T08:43:16.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20922026-05-21T08:43:16.250Z
20932026-05-21T08:43:16.250Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20942026-05-21T08:43:16.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-05-21T08:43:16.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-05-21T08:43:16.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-05-21T08:43:16.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20982026-05-21T08:43:16.754Z
20992026-05-21T08:43:16.754Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
21002026-05-21T08:43:17.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-05-21T08:43:17.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-05-21T08:43:17.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-05-21T08:43:17.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21042026-05-21T08:43:17.256Z
21052026-05-21T08:43:17.256Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
21062026-05-21T08:43:17.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-05-21T08:43:17.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-05-21T08:43:17.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-05-21T08:43:17.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21102026-05-21T08:43:17.753Z
21112026-05-21T08:43:17.753Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
21122026-05-21T08:43:18.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-05-21T08:43:18.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-05-21T08:43:18.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-05-21T08:43:18.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21162026-05-21T08:43:18.254Z
21172026-05-21T08:43:18.254Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
21182026-05-21T08:43:18.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-05-21T08:43:18.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-05-21T08:43:18.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-05-21T08:43:18.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21222026-05-21T08:43:18.753Z
21232026-05-21T08:43:18.753Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
21242026-05-21T08:43:19.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-05-21T08:43:19.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-05-21T08:43:19.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-05-21T08:43:19.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21282026-05-21T08:43:19.249Z
21292026-05-21T08:43:19.249Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
21302026-05-21T08:43:19.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-05-21T08:43:19.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-05-21T08:43:19.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-05-21T08:43:19.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21342026-05-21T08:43:19.748Z
21352026-05-21T08:43:19.748Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
21362026-05-21T08:43:20.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-05-21T08:43:20.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-05-21T08:43:20.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-05-21T08:43:20.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21402026-05-21T08:43:20.245Z
21412026-05-21T08:43:20.245Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
21422026-05-21T08:43:20.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-05-21T08:43:20.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-05-21T08:43:20.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-05-21T08:43:20.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21462026-05-21T08:43:20.918Z
21472026-05-21T08:43:20.918Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
21482026-05-21T08:43:21.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-05-21T08:43:21.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-05-21T08:43:21.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-05-21T08:43:21.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21522026-05-21T08:43:21.589Z
21532026-05-21T08:43:21.589Zinfo: running `cargo check --bins` on nexus-config (51/276)
21542026-05-21T08:43:22.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-05-21T08:43:22.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-05-21T08:43:22.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-05-21T08:43:22.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21582026-05-21T08:43:22.260Z
21592026-05-21T08:43:22.260Zinfo: running `cargo check --bins` on nexus-types (52/276)
21602026-05-21T08:43:22.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-05-21T08:43:22.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-05-21T08:43:22.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-05-21T08:43:22.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21642026-05-21T08:43:22.928Z
21652026-05-21T08:43:22.928Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21662026-05-21T08:43:23.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-05-21T08:43:23.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-05-21T08:43:23.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-05-21T08:43:23.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21702026-05-21T08:43:23.559Z
21712026-05-21T08:43:23.559Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21722026-05-21T08:43:24.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-05-21T08:43:24.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-05-21T08:43:24.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-05-21T08:43:24.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21762026-05-21T08:43:24.174Z
21772026-05-21T08:43:24.174Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21782026-05-21T08:43:24.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-05-21T08:43:24.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-05-21T08:43:24.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-05-21T08:43:24.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21822026-05-21T08:43:24.807Z
21832026-05-21T08:43:24.807Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21842026-05-21T08:43:25.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-05-21T08:43:25.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-05-21T08:43:25.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-05-21T08:43:25.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21882026-05-21T08:43:25.438Z
21892026-05-21T08:43:25.438Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21902026-05-21T08:43:25.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-05-21T08:43:25.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-05-21T08:43:25.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-05-21T08:43:25.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21942026-05-21T08:43:26.070Z
21952026-05-21T08:43:26.070Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21962026-05-21T08:43:26.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-05-21T08:43:26.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-05-21T08:43:26.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-05-21T08:43:26.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22002026-05-21T08:43:26.702Z
22012026-05-21T08:43:26.702Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
22022026-05-21T08:43:27.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-05-21T08:43:27.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-05-21T08:43:27.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-05-21T08:43:27.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22062026-05-21T08:43:27.315Z
22072026-05-21T08:43:27.315Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
22082026-05-21T08:43:27.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-05-21T08:43:27.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-05-21T08:43:27.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-05-21T08:43:27.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22122026-05-21T08:43:27.931Z
22132026-05-21T08:43:27.931Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
22142026-05-21T08:43:28.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-05-21T08:43:28.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-05-21T08:43:28.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-05-21T08:43:28.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22182026-05-21T08:43:28.542Z
22192026-05-21T08:43:28.542Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
22202026-05-21T08:43:29.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-05-21T08:43:29.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-05-21T08:43:29.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-05-21T08:43:29.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22242026-05-21T08:43:29.155Z
22252026-05-21T08:43:29.155Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
22262026-05-21T08:43:29.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-05-21T08:43:29.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-05-21T08:43:29.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-05-21T08:43:29.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22302026-05-21T08:43:29.780Z
22312026-05-21T08:43:29.780Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
22322026-05-21T08:43:30.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-05-21T08:43:30.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-05-21T08:43:30.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-05-21T08:43:30.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22362026-05-21T08:43:30.414Z
22372026-05-21T08:43:30.415Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
22382026-05-21T08:43:30.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-05-21T08:43:30.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-05-21T08:43:30.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-05-21T08:43:30.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22422026-05-21T08:43:31.031Z
22432026-05-21T08:43:31.031Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
22442026-05-21T08:43:31.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-05-21T08:43:31.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-05-21T08:43:31.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-05-21T08:43:31.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22482026-05-21T08:43:31.645Z
22492026-05-21T08:43:31.645Zinfo: running `cargo check --bins` on ereport-types (67/276)
22502026-05-21T08:43:32.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-05-21T08:43:32.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-05-21T08:43:32.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532026-05-21T08:43:32.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22542026-05-21T08:43:32.265Z
22552026-05-21T08:43:32.265Zinfo: running `cargo check --bins` on gateway-client (68/276)
22562026-05-21T08:43:32.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572026-05-21T08:43:32.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582026-05-21T08:43:32.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592026-05-21T08:43:32.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22602026-05-21T08:43:32.883Z
22612026-05-21T08:43:32.883Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22622026-05-21T08:43:33.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632026-05-21T08:43:33.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642026-05-21T08:43:33.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652026-05-21T08:43:33.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22662026-05-21T08:43:33.499Z
22672026-05-21T08:43:33.499Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22682026-05-21T08:43:34.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692026-05-21T08:43:34.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702026-05-21T08:43:34.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712026-05-21T08:43:34.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22722026-05-21T08:43:34.114Z
22732026-05-21T08:43:34.114Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22742026-05-21T08:43:34.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752026-05-21T08:43:34.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762026-05-21T08:43:34.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22772026-05-21T08:43:34.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22782026-05-21T08:43:34.735Z
22792026-05-21T08:43:34.735Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22802026-05-21T08:43:35.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22812026-05-21T08:43:35.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22822026-05-21T08:43:35.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22832026-05-21T08:43:35.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22842026-05-21T08:43:35.360Z
22852026-05-21T08:43:35.360Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22862026-05-21T08:43:35.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22872026-05-21T08:43:35.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22882026-05-21T08:43:35.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22892026-05-21T08:43:35.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22902026-05-21T08:43:36.005Z
22912026-05-21T08:43:36.005Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22922026-05-21T08:43:36.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22932026-05-21T08:43:36.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22942026-05-21T08:43:36.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22952026-05-21T08:43:36.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22962026-05-21T08:43:36.653Z
22972026-05-21T08:43:36.653Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22982026-05-21T08:43:37.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22992026-05-21T08:43:37.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23002026-05-21T08:43:37.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23012026-05-21T08:43:37.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
23022026-05-21T08:43:37.266Z
23032026-05-21T08:43:37.266Zinfo: running `cargo check --bins` on oxlog (76/276)
23042026-05-21T08:43:37.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23052026-05-21T08:43:37.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23062026-05-21T08:43:37.908Z Checking cfg-if v1.0.4
23072026-05-21T08:43:37.912Z Checking libc v0.2.185
23082026-05-21T08:43:37.912Z Checking serde_core v1.0.228
23092026-05-21T08:43:38.032Z Checking zeroize v1.8.2
23102026-05-21T08:43:38.040Z Checking memchr v2.8.0
23112026-05-21T08:43:38.049Z Checking log v0.4.29
23122026-05-21T08:43:38.059Z Checking smallvec v1.15.1
23132026-05-21T08:43:38.071Z Checking typenum v1.19.0
23142026-05-21T08:43:38.071Z Checking subtle v2.6.1
23152026-05-21T08:43:38.173Z Checking itoa v1.0.17
23162026-05-21T08:43:38.211Z Checking scopeguard v1.2.0
23172026-05-21T08:43:38.229Z Checking stable_deref_trait v1.2.1
23182026-05-21T08:43:38.243Z Checking const-oid v0.9.6
23192026-05-21T08:43:38.305Z Checking zerofrom v0.1.6
23202026-05-21T08:43:38.318Z Checking lock_api v0.4.14
23212026-05-21T08:43:38.331Z Checking pin-project-lite v0.2.17
23222026-05-21T08:43:38.422Z Checking yoke v0.8.1
23232026-05-21T08:43:38.433Z Checking portable-atomic v1.13.1
23242026-05-21T08:43:38.445Z Checking futures-core v0.3.32
23252026-05-21T08:43:38.456Z Checking getrandom v0.2.17
23262026-05-21T08:43:38.516Z Checking errno v0.3.14
23272026-05-21T08:43:38.562Z Checking parking_lot_core v0.9.12
23282026-05-21T08:43:38.588Z Checking zerovec v0.11.5
23292026-05-21T08:43:38.601Z Checking rand_core v0.6.4
23302026-05-21T08:43:38.601Z Checking generic-array v0.14.7
23312026-05-21T08:43:38.630Z Checking signal-hook-registry v1.4.8
23322026-05-21T08:43:38.749Z Checking critical-section v1.2.0
23332026-05-21T08:43:38.775Z Checking parking_lot v0.12.5
23342026-05-21T08:43:38.791Z Checking mio v1.2.0
23352026-05-21T08:43:38.836Z Checking zerocopy v0.8.40
23362026-05-21T08:43:38.848Z Checking once_cell v1.21.3
23372026-05-21T08:43:38.928Z Checking zmij v1.0.21
23382026-05-21T08:43:38.961Z Checking socket2 v0.6.3
23392026-05-21T08:43:39.019Z Checking libm v0.2.16
23402026-05-21T08:43:39.023Z Checking tinystr v0.8.2
23412026-05-21T08:43:39.054Z Checking crypto-common v0.1.7
23422026-05-21T08:43:39.068Z Checking block-buffer v0.10.4
23432026-05-21T08:43:39.138Z Checking percent-encoding v2.3.2
23442026-05-21T08:43:39.177Z Checking equivalent v1.0.2
23452026-05-21T08:43:39.198Z Checking litemap v0.8.1
23462026-05-21T08:43:39.198Z Checking writeable v0.6.2
23472026-05-21T08:43:39.222Z Checking digest v0.10.7
23482026-05-21T08:43:39.258Z Checking potential_utf v0.1.4
23492026-05-21T08:43:39.276Z Checking zerotrie v0.2.3
23502026-05-21T08:43:39.357Z Checking futures-sink v0.3.32
23512026-05-21T08:43:39.380Z Checking icu_locale_core v2.1.1
23522026-05-21T08:43:39.393Z Checking icu_collections v2.1.1
23532026-05-21T08:43:39.420Z Checking cpufeatures v0.2.17
23542026-05-21T08:43:39.457Z Checking futures-channel v0.3.32
23552026-05-21T08:43:39.491Z Checking slab v0.4.12
23562026-05-21T08:43:39.517Z Checking serde v1.0.228
23572026-05-21T08:43:39.530Z Checking bitflags v2.11.0
23582026-05-21T08:43:39.649Z Checking serde_json v1.0.149
23592026-05-21T08:43:39.653Z Checking futures-io v0.3.32
23602026-05-21T08:43:39.699Z Checking futures-task v0.3.32
23612026-05-21T08:43:39.712Z Checking hmac v0.12.1
23622026-05-21T08:43:39.742Z Checking num-traits v0.2.19
23632026-05-21T08:43:39.764Z Checking icu_properties_data v2.1.2
23642026-05-21T08:43:39.836Z Checking futures-util v0.3.32
23652026-05-21T08:43:39.840Z Checking icu_normalizer_data v2.1.1
23662026-05-21T08:43:39.914Z Checking hashbrown v0.17.0
23672026-05-21T08:43:39.927Z Checking rand_core v0.10.0
23682026-05-21T08:43:39.938Z Checking bytes v1.11.1
23692026-05-21T08:43:39.950Z Checking icu_provider v2.1.1
23702026-05-21T08:43:40.067Z Checking getrandom v0.4.1
23712026-05-21T08:43:40.182Z Checking icu_normalizer v2.1.1
23722026-05-21T08:43:40.214Z Checking icu_properties v2.1.2
23732026-05-21T08:43:40.309Z Checking block-padding v0.3.3
23742026-05-21T08:43:40.335Z Checking utf8_iter v1.0.4
23752026-05-21T08:43:40.370Z Checking indexmap v2.14.0
23762026-05-21T08:43:40.374Z Checking tokio v1.52.1
23772026-05-21T08:43:40.440Z Checking inout v0.1.4
23782026-05-21T08:43:40.461Z Checking sha2 v0.10.9
23792026-05-21T08:43:40.490Z Checking form_urlencoded v1.2.2
23802026-05-21T08:43:40.583Z Checking cipher v0.4.4
23812026-05-21T08:43:40.619Z Checking getrandom v0.3.4
23822026-05-21T08:43:40.736Z Checking byteorder v1.5.0
23832026-05-21T08:43:40.762Z Checking fnv v1.0.7
23842026-05-21T08:43:40.790Z Checking base64ct v1.8.3
23852026-05-21T08:43:40.857Z Checking flagset v0.4.7
23862026-05-21T08:43:40.940Z Checking rand_core v0.9.5
23872026-05-21T08:43:40.954Z Checking http v1.4.0
23882026-05-21T08:43:40.981Z Checking regex-syntax v0.8.10
23892026-05-21T08:43:41.029Z Checking pem-rfc7468 v0.7.0
23902026-05-21T08:43:41.048Z Checking idna_adapter v1.2.1
23912026-05-21T08:43:41.118Z Checking salsa20 v0.10.2
23922026-05-21T08:43:41.172Z Checking idna v1.1.0
23932026-05-21T08:43:41.193Z Checking der v0.7.10
23942026-05-21T08:43:41.254Z Checking uuid v1.23.0
23952026-05-21T08:43:41.432Z Checking url v2.5.8
23962026-05-21T08:43:41.543Z Checking pbkdf2 v0.12.2
23972026-05-21T08:43:41.578Z Checking rustix v1.1.3
23982026-05-21T08:43:41.652Z Checking tracing-core v0.1.36
23992026-05-21T08:43:41.666Z Checking ppv-lite86 v0.2.21
24002026-05-21T08:43:41.792Z Checking rustls-pki-types v1.14.0
24012026-05-21T08:43:41.882Z Checking iana-time-zone v0.1.65
24022026-05-21T08:43:41.950Z Checking spki v0.7.3
24032026-05-21T08:43:41.962Z Checking base64 v0.22.1
24042026-05-21T08:43:41.974Z Checking tracing v0.1.44
24052026-05-21T08:43:41.987Z Checking chrono v0.4.44
24062026-05-21T08:43:42.077Z Checking rand_chacha v0.9.0
24072026-05-21T08:43:42.113Z Checking scrypt v0.11.0
24082026-05-21T08:43:42.175Z Checking http-body v1.0.1
24092026-05-21T08:43:42.199Z Checking cbc v0.1.2
24102026-05-21T08:43:42.252Z Checking aes v0.8.4
24112026-05-21T08:43:42.279Z Checking aws-lc-sys v0.40.0
24122026-05-21T08:43:42.306Z Checking tinyvec_macros v0.1.1
24132026-05-21T08:43:42.319Z Checking untrusted v0.7.1
24142026-05-21T08:43:42.332Z Checking untrusted v0.9.0
24152026-05-21T08:43:42.373Z Checking openssl-probe v0.2.1
24162026-05-21T08:43:42.427Z Checking tinyvec v1.10.0
24172026-05-21T08:43:42.439Z Checking ring v0.17.14
24182026-05-21T08:43:42.452Z Checking rand v0.9.2
24192026-05-21T08:43:42.478Z Checking try-lock v0.2.5
24202026-05-21T08:43:42.578Z Checking atomic-waker v1.1.2
24212026-05-21T08:43:42.646Z Checking pkcs5 v0.7.1
24222026-05-21T08:43:42.677Z Checking tower-service v0.3.3
24232026-05-21T08:43:42.742Z Checking tower-layer v0.3.3
24242026-05-21T08:43:42.767Z Checking want v0.3.1
24252026-05-21T08:43:42.787Z Checking aws-lc-rs v1.16.3
24262026-05-21T08:43:42.858Z Checking ipnet v2.11.0
24272026-05-21T08:43:42.904Z Checking httparse v1.10.1
24282026-05-21T08:43:42.907Z Checking aho-corasick v1.1.4
24292026-05-21T08:43:42.929Z Checking pkcs8 v0.10.2
24302026-05-21T08:43:42.945Z Checking pin-utils v0.1.0
24312026-05-21T08:43:43.017Z Checking fastrand v2.3.0
24322026-05-21T08:43:43.111Z Checking httpdate v1.0.3
24332026-05-21T08:43:43.127Z Checking dyn-clone v1.0.20
24342026-05-21T08:43:43.140Z Checking plain v0.2.3
24352026-05-21T08:43:43.201Z Checking foreign-types-shared v0.1.1
24362026-05-21T08:43:43.231Z Checking utf8parse v0.2.2
24372026-05-21T08:43:43.245Z Checking tempfile v3.25.0
24382026-05-21T08:43:43.265Z Checking unicode-normalization v0.1.25
24392026-05-21T08:43:43.283Z Checking foreign-types v0.3.2
24402026-05-21T08:43:43.336Z Checking semver v1.0.28
24412026-05-21T08:43:43.352Z Checking openssl-sys v0.9.115
24422026-05-21T08:43:43.443Z Checking spin v0.9.8
24432026-05-21T08:43:43.475Z Checking ucd-trie v0.1.7
24442026-05-21T08:43:43.545Z Checking anstyle v1.0.14
24452026-05-21T08:43:43.614Z Checking unicode-ident v1.0.24
24462026-05-21T08:43:43.627Z Checking regex-automata v0.4.14
24472026-05-21T08:43:43.640Z Checking pest v2.8.6
24482026-05-21T08:43:43.671Z Checking rustls-webpki v0.103.9
24492026-05-21T08:43:43.683Z Checking schemars v0.8.22
24502026-05-21T08:43:43.709Z Checking tokio-util v0.7.18
24512026-05-21T08:43:43.723Z Checking proc-macro2 v1.0.106
24522026-05-21T08:43:43.736Z Checking rustls-native-certs v0.8.3
24532026-05-21T08:43:43.748Z Checking openssl v0.10.79
24542026-05-21T08:43:43.864Z Checking thiserror v2.0.18
24552026-05-21T08:43:43.965Z Checking sync_wrapper v1.0.2
24562026-05-21T08:43:44.028Z Checking wait-timeout v0.2.1
24572026-05-21T08:43:44.069Z Checking bit-vec v0.8.0
24582026-05-21T08:43:44.093Z Checking rustls v0.23.37
24592026-05-21T08:43:44.149Z Checking quick-error v1.2.3
24602026-05-21T08:43:44.251Z Checking anstyle-query v1.1.5
24612026-05-21T08:43:44.265Z Checking powerfmt v0.2.0
24622026-05-21T08:43:44.321Z Checking h2 v0.4.13
24632026-05-21T08:43:44.343Z Checking simd-adler32 v0.3.8
24642026-05-21T08:43:44.346Z Checking pretty-hex v0.4.1
24652026-05-21T08:43:44.418Z Checking siphasher v1.0.2
24662026-05-21T08:43:44.471Z Checking is_terminal_polyfill v1.70.2
24672026-05-21T08:43:44.513Z Checking colorchoice v1.0.4
24682026-05-21T08:43:44.561Z Checking deranged v0.5.8
24692026-05-21T08:43:44.575Z Checking bit-set v0.8.0
24702026-05-21T08:43:44.613Z Checking rusty-fork v0.3.1
24712026-05-21T08:43:44.706Z Checking tower v0.5.3
24722026-05-21T08:43:44.721Z Checking quote v1.0.45
24732026-05-21T08:43:44.783Z Compiling newtype-uuid v1.3.2
24742026-05-21T08:43:44.890Z Checking http-body-util v0.1.3
24752026-05-21T08:43:44.968Z Checking crossbeam-utils v0.8.21
24762026-05-21T08:43:45.097Z Checking webpki-roots v1.0.6
24772026-05-21T08:43:45.113Z Checking rand_xorshift v0.4.0
24782026-05-21T08:43:45.216Z Checking crc32fast v1.5.0
24792026-05-21T08:43:45.233Z Checking scroll v0.13.0
24802026-05-21T08:43:45.304Z Checking signature v2.2.0
24812026-05-21T08:43:45.356Z Checking allocator-api2 v0.2.21
24822026-05-21T08:43:45.435Z Checking num-conv v0.2.0
24832026-05-21T08:43:45.464Z Checking unarray v0.1.4
24842026-05-21T08:43:45.479Z Checking time-core v0.1.8
24852026-05-21T08:43:45.493Z Checking ryu v1.0.23
24862026-05-21T08:43:45.551Z Checking unicode-properties v0.1.4
24872026-05-21T08:43:45.568Z Checking iri-string v0.7.10
24882026-05-21T08:43:45.619Z Checking num_threads v0.1.7
24892026-05-21T08:43:45.633Z Checking adler2 v2.0.1
24902026-05-21T08:43:45.646Z Checking unicode-bidi v0.3.18
24912026-05-21T08:43:45.707Z Checking time v0.3.47
24922026-05-21T08:43:45.739Z Checking miniz_oxide v0.8.9
24932026-05-21T08:43:45.752Z Checking serde_urlencoded v0.7.1
24942026-05-21T08:43:45.798Z Checking native-tls v0.2.18
24952026-05-21T08:43:45.939Z Checking stringprep v0.1.5
24962026-05-21T08:43:45.959Z Checking proptest v1.10.0
24972026-05-21T08:43:45.974Z Checking tokio-native-tls v0.3.1
24982026-05-21T08:43:46.092Z Checking bstr v1.12.1
24992026-05-21T08:43:46.093Z Checking goblin v0.10.5
25002026-05-21T08:43:46.137Z Checking crossbeam-epoch v0.9.18
25012026-05-21T08:43:46.361Z Compiling daft v0.1.7
25022026-05-21T08:43:46.494Z Checking tokio-rustls v0.26.4
25032026-05-21T08:43:46.509Z Checking syn v2.0.117
25042026-05-21T08:43:46.601Z Checking tower-http v0.6.8
25052026-05-21T08:43:46.645Z Checking ipnetwork v0.21.1
25062026-05-21T08:43:46.724Z Checking anstyle-parse v1.0.0
25072026-05-21T08:43:46.850Z Checking rand_chacha v0.3.1
25082026-05-21T08:43:46.867Z Checking thiserror v1.0.69
25092026-05-21T08:43:46.881Z Checking scroll v0.12.0
25102026-05-21T08:43:46.884Z Checking zstd-sys v2.0.16+zstd.1.5.7
25112026-05-21T08:43:46.967Z Checking hash32 v0.2.1
25122026-05-21T08:43:46.995Z Checking num-integer v0.1.46
25132026-05-21T08:43:47.055Z Checking hyper v1.8.1
25142026-05-21T08:43:47.069Z Checking serde_spanned v0.6.9
25152026-05-21T08:43:47.124Z Checking toml_datetime v0.6.11
25162026-05-21T08:43:47.124Z Checking md-5 v0.10.6
25172026-05-21T08:43:47.192Z Checking ff v0.13.1
25182026-05-21T08:43:47.220Z Checking encoding_rs v0.8.35
25192026-05-21T08:43:47.275Z Checking fallible-iterator v0.2.0
25202026-05-21T08:43:47.307Z Checking mime v0.3.17
25212026-05-21T08:43:47.323Z Checking zlib-rs v0.6.2
25222026-05-21T08:43:47.482Z Checking base16ct v0.2.0
25232026-05-21T08:43:47.551Z Checking psl-types v2.0.11
25242026-05-21T08:43:47.612Z Checking sec1 v0.7.3
25252026-05-21T08:43:47.671Z Checking publicsuffix v2.3.0
25262026-05-21T08:43:47.837Z Checking postgres-protocol v0.6.10
25272026-05-21T08:43:47.847Z Checking group v0.13.0
25282026-05-21T08:43:47.956Z Checking num-iter v0.1.45
25292026-05-21T08:43:47.997Z Checking hyper-util v0.1.20
25302026-05-21T08:43:48.010Z Checking goblin v0.8.2
25312026-05-21T08:43:48.073Z Checking heapless v0.7.17
25322026-05-21T08:43:48.162Z Checking rand v0.8.6
25332026-05-21T08:43:48.200Z Checking zstd-safe v7.2.4
25342026-05-21T08:43:48.240Z Checking flate2 v1.1.9
25352026-05-21T08:43:48.374Z Checking anstream v1.0.0
25362026-05-21T08:43:48.480Z Checking dof v0.4.0
25372026-05-21T08:43:48.493Z Checking oxnet v0.1.5
25382026-05-21T08:43:48.553Z Checking cookie v0.18.1
25392026-05-21T08:43:48.578Z Compiling iddqd v0.4.1
25402026-05-21T08:43:48.689Z Checking dtrace-parser v0.3.0
25412026-05-21T08:43:48.731Z Checking phf_shared v0.13.1
25422026-05-21T08:43:48.787Z Checking lazy_static v1.5.0
25432026-05-21T08:43:48.851Z Checking anstyle-parse v0.2.7
25442026-05-21T08:43:48.878Z Checking zerocopy v0.7.35
25452026-05-21T08:43:48.925Z Checking pin-project v1.1.11
25462026-05-21T08:43:48.929Z Checking bzip2-sys v0.1.13+1.0.8
25472026-05-21T08:43:49.002Z Checking signal-hook v0.3.18
25482026-05-21T08:43:49.022Z Checking terminal_size v0.4.3
25492026-05-21T08:43:49.025Z Checking futures-executor v0.3.32
25502026-05-21T08:43:49.119Z Checking hex v0.4.3
25512026-05-21T08:43:49.135Z Checking hkdf v0.12.4
25522026-05-21T08:43:49.181Z Checking crypto-bigint v0.5.5
25532026-05-21T08:43:49.195Z Checking thread-id v5.1.0
25542026-05-21T08:43:49.269Z Checking libbz2-rs-sys v0.2.2
25552026-05-21T08:43:49.269Z Checking managed v0.8.0
25562026-05-21T08:43:49.294Z Checking hyper-rustls v0.27.7
25572026-05-21T08:43:49.341Z Checking hyper-tls v0.6.0
25582026-05-21T08:43:49.378Z Checking winnow v0.7.14
25592026-05-21T08:43:49.458Z Checking bumpalo v3.20.2
25602026-05-21T08:43:49.502Z Checking winnow v0.5.40
25612026-05-21T08:43:49.515Z Checking foldhash v0.2.0
25622026-05-21T08:43:49.658Z Compiling rayon-core v1.13.0
25632026-05-21T08:43:49.672Z Checking foldhash v0.1.5
25642026-05-21T08:43:49.675Z Checking bitflags v1.3.2
25652026-05-21T08:43:49.755Z Checking clap_lex v1.0.0
25662026-05-21T08:43:49.806Z Checking either v1.15.0
25672026-05-21T08:43:49.820Z Checking same-file v1.0.6
25682026-05-21T08:43:49.840Z Checking strsim v0.11.1
25692026-05-21T08:43:49.924Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25702026-05-21T08:43:49.941Z Checking dof v0.3.0
25712026-05-21T08:43:49.954Z Checking walkdir v2.5.0
25722026-05-21T08:43:49.988Z Checking hashbrown v0.15.5
25732026-05-21T08:43:50.021Z Checking clap_builder v4.6.0
25742026-05-21T08:43:50.093Z Checking elliptic-curve v0.13.8
25752026-05-21T08:43:50.110Z Checking smoltcp v0.9.1
25762026-05-21T08:43:50.125Z Checking hashbrown v0.16.1
25772026-05-21T08:43:50.230Z Checking bzip2 v0.6.1
25782026-05-21T08:43:50.395Z Checking zopfli v0.8.3
25792026-05-21T08:43:50.409Z Checking reqwest v0.12.28
25802026-05-21T08:43:50.465Z Checking usdt-impl v0.6.0
25812026-05-21T08:43:50.590Z Checking signal-hook-mio v0.2.5
25822026-05-21T08:43:50.627Z Checking futures v0.3.32
25832026-05-21T08:43:50.660Z Checking toml_edit v0.19.15
25842026-05-21T08:43:50.695Z Checking snafu v0.8.9
25852026-05-21T08:43:50.709Z Checking bzip2 v0.4.4
25862026-05-21T08:43:50.713Z Checking anstream v0.6.21
25872026-05-21T08:43:50.733Z Checking phf v0.13.1
25882026-05-21T08:43:50.747Z Checking num-bigint-dig v0.8.6
25892026-05-21T08:43:50.876Z Checking cookie_store v0.22.1
25902026-05-21T08:43:50.915Z Checking zstd v0.13.3
25912026-05-21T08:43:50.931Z Checking postgres-types v0.2.12
25922026-05-21T08:43:51.104Z Checking dtrace-parser v0.2.0
25932026-05-21T08:43:51.126Z Checking globset v0.4.18
25942026-05-21T08:43:51.207Z Checking rustls-platform-verifier v0.6.2
25952026-05-21T08:43:51.245Z Checking crossbeam-deque v0.8.6
25962026-05-21T08:43:51.265Z Checking regex v1.12.3
25972026-05-21T08:43:51.280Z Checking ed25519 v2.2.3
25982026-05-21T08:43:51.342Z Checking phf_shared v0.11.3
25992026-05-21T08:43:51.353Z Checking olpc-cjson v0.1.4
26002026-05-21T08:43:51.385Z Checking curve25519-dalek v4.1.3
26012026-05-21T08:43:51.422Z Checking ref-cast v1.0.25
26022026-05-21T08:43:51.461Z Checking strum v0.27.2
26032026-05-21T08:43:51.482Z Checking hubpack v0.1.2
26042026-05-21T08:43:51.486Z Checking memoffset v0.9.1
26052026-05-21T08:43:51.518Z Checking rustix v0.38.44
26062026-05-21T08:43:51.544Z Checking pkcs1 v0.7.5
26072026-05-21T08:43:51.570Z Checking pem v3.0.6
26082026-05-21T08:43:51.573Z Checking float-cmp v0.10.0
26092026-05-21T08:43:51.595Z Checking serde_plain v1.0.2
26102026-05-21T08:43:51.648Z Checking erased-serde v0.3.31
26112026-05-21T08:43:51.708Z Checking serde-big-array v0.5.1
26122026-05-21T08:43:51.712Z Checking rfc6979 v0.4.0
26132026-05-21T08:43:51.735Z Checking thread-id v4.2.2
26142026-05-21T08:43:51.748Z Checking memmap2 v0.9.10
26152026-05-21T08:43:51.760Z Checking env_filter v1.0.0
26162026-05-21T08:43:51.811Z Checking toml_write v0.1.2
26172026-05-21T08:43:51.825Z Checking jiff v0.2.21
26182026-05-21T08:43:51.853Z Checking new_debug_unreachable v1.0.6
26192026-05-21T08:43:51.899Z Checking unicode-segmentation v1.12.0
26202026-05-21T08:43:51.912Z Checking precomputed-hash v0.1.1
26212026-05-21T08:43:51.925Z Checking whoami v2.1.0
26222026-05-21T08:43:51.985Z Checking keccak v0.1.6
26232026-05-21T08:43:51.998Z Checking data-encoding v2.10.0
26242026-05-21T08:43:52.040Z Checking normalize-line-endings v0.3.0
26252026-05-21T08:43:52.117Z Checking predicates-core v1.0.10
26262026-05-21T08:43:52.134Z Checking difflib v0.4.0
26272026-05-21T08:43:52.151Z Checking typed-path v0.9.3
26282026-05-21T08:43:52.180Z Checking fixedbitset v0.5.7
26292026-05-21T08:43:52.220Z Checking fixedbitset v0.4.2
26302026-05-21T08:43:52.241Z Checking static_assertions v1.1.0
26312026-05-21T08:43:52.274Z Checking hickory-proto v0.25.2
26322026-05-21T08:43:52.312Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26332026-05-21T08:43:52.325Z Checking predicates v3.1.4
26342026-05-21T08:43:52.338Z Checking crossterm v0.28.1
26352026-05-21T08:43:52.368Z Checking petgraph v0.6.5
26362026-05-21T08:43:52.381Z Checking petgraph v0.8.3
26372026-05-21T08:43:52.617Z Checking similar v2.7.0
26382026-05-21T08:43:52.963Z Checking tough v0.22.0
26392026-05-21T08:43:53.022Z Checking ed25519-dalek v2.2.0
26402026-05-21T08:43:53.057Z Checking sha3 v0.10.8
26412026-05-21T08:43:53.265Z Checking tokio-postgres v0.7.16
26422026-05-21T08:43:53.279Z Checking slog v2.8.2
26432026-05-21T08:43:53.551Z Checking string_cache v0.8.9
26442026-05-21T08:43:53.646Z Checking toml_edit v0.22.27
26452026-05-21T08:43:53.724Z Checking usdt v0.6.0
26462026-05-21T08:43:53.898Z Checking env_logger v0.11.9
26472026-05-21T08:43:53.991Z Checking ecdsa v0.16.9
26482026-05-21T08:43:54.087Z Checking zip v4.6.1
26492026-05-21T08:43:54.101Z Checking usdt-impl v0.5.0
26502026-05-21T08:43:54.328Z Checking rsa v0.9.10
26512026-05-21T08:43:54.388Z Checking toml v0.7.8
26522026-05-21T08:43:54.518Z Checking nix v0.31.2
26532026-05-21T08:43:54.701Z Checking reqwest v0.13.2
26542026-05-21T08:43:54.741Z Checking clap v4.6.1
26552026-05-21T08:43:54.812Z Checking zip v0.6.6
26562026-05-21T08:43:54.825Z Checking toml_parser v1.0.9+spec-1.1.0
26572026-05-21T08:43:55.020Z Checking itertools v0.13.0
26582026-05-21T08:43:55.043Z Checking serde_with v3.17.0
26592026-05-21T08:43:55.104Z Checking strum v0.26.3
26602026-05-21T08:43:55.148Z Checking fs-err v3.3.0
26612026-05-21T08:43:55.162Z Checking ahash v0.8.12
26622026-05-21T08:43:55.218Z Checking object v0.37.3
26632026-05-21T08:43:55.358Z Checking tokio-stream v0.1.18
26642026-05-21T08:43:55.457Z Checking buf-list v1.1.2
26652026-05-21T08:43:55.536Z Checking anyhow v1.0.102
26662026-05-21T08:43:55.541Z Checking camino v1.2.2
26672026-05-21T08:43:55.572Z Checking x509-cert v0.2.5
26682026-05-21T08:43:55.640Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26692026-05-21T08:43:55.730Z Checking openapiv3 v2.2.0
26702026-05-21T08:43:55.759Z Checking toml_datetime v0.7.5+spec-1.1.0
26712026-05-21T08:43:55.800Z Checking sha1 v0.10.6
26722026-05-21T08:43:55.907Z Checking peg-runtime v0.8.5
26732026-05-21T08:43:55.953Z Checking lalrpop-util v0.19.12
26742026-05-21T08:43:55.966Z Checking rayon v1.11.0
26752026-05-21T08:43:56.040Z Checking sigpipe v0.1.3
26762026-05-21T08:43:56.057Z Checking glob v0.3.3
26772026-05-21T08:43:57.471Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26782026-05-21T08:43:57.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.48s
26792026-05-21T08:43:57.938Z
26802026-05-21T08:43:57.938Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26812026-05-21T08:43:58.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822026-05-21T08:43:58.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832026-05-21T08:43:58.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842026-05-21T08:43:58.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26852026-05-21T08:43:58.580Z
26862026-05-21T08:43:58.580Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26872026-05-21T08:43:59.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882026-05-21T08:43:59.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892026-05-21T08:43:59.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902026-05-21T08:43:59.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26912026-05-21T08:43:59.205Z
26922026-05-21T08:43:59.205Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26932026-05-21T08:43:59.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942026-05-21T08:43:59.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952026-05-21T08:43:59.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962026-05-21T08:43:59.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26972026-05-21T08:43:59.878Z
26982026-05-21T08:43:59.878Zinfo: running `cargo check --bins` on oxql-types (80/276)
26992026-05-21T08:44:00.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002026-05-21T08:44:00.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012026-05-21T08:44:00.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27022026-05-21T08:44:00.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27032026-05-21T08:44:00.503Z
27042026-05-21T08:44:00.503Zinfo: running `cargo check --bins` on oximeter-types (81/276)
27052026-05-21T08:44:01.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27062026-05-21T08:44:01.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27072026-05-21T08:44:01.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27082026-05-21T08:44:01.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27092026-05-21T08:44:01.132Z
27102026-05-21T08:44:01.132Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
27112026-05-21T08:44:01.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27122026-05-21T08:44:01.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27132026-05-21T08:44:01.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27142026-05-21T08:44:01.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27152026-05-21T08:44:01.765Z
27162026-05-21T08:44:01.765Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
27172026-05-21T08:44:02.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182026-05-21T08:44:02.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192026-05-21T08:44:02.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27202026-05-21T08:44:02.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27212026-05-21T08:44:02.381Z
27222026-05-21T08:44:02.381Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
27232026-05-21T08:44:02.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242026-05-21T08:44:02.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252026-05-21T08:44:03.102Z Compiling structmeta-derive v0.3.0
27262026-05-21T08:44:03.223Z Compiling rustls v0.22.4
27272026-05-21T08:44:03.230Z Compiling multer v3.1.0
27282026-05-21T08:44:03.243Z Compiling async-stream-impl v0.3.6
27292026-05-21T08:44:03.249Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27302026-05-21T08:44:03.264Z Compiling dropshot v0.17.0
27312026-05-21T08:44:03.281Z Compiling dropshot_endpoint v0.17.0
27322026-05-21T08:44:03.281Z Compiling newtype-uuid-macros v0.1.0
27332026-05-21T08:44:03.420Z Checking newtype-uuid v1.3.2
27342026-05-21T08:44:03.475Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27352026-05-21T08:44:03.555Z Checking rustls-webpki v0.102.8
27362026-05-21T08:44:03.611Z Checking daft v0.1.7
27372026-05-21T08:44:03.627Z Checking thread_local v1.1.9
27382026-05-21T08:44:03.793Z Checking match_cfg v0.1.0
27392026-05-21T08:44:03.828Z Checking compression-core v0.4.31
27402026-05-21T08:44:03.852Z Checking iddqd v0.4.1
27412026-05-21T08:44:03.866Z Checking hostname v0.3.1
27422026-05-21T08:44:03.889Z Checking crossbeam-channel v0.5.15
27432026-05-21T08:44:03.957Z Checking compression-codecs v0.4.37
27442026-05-21T08:44:03.970Z Checking slog-json v2.6.1
27452026-05-21T08:44:04.043Z Checking serde_spanned v1.0.4
27462026-05-21T08:44:04.121Z Checking toml_datetime v1.0.0+spec-1.1.0
27472026-05-21T08:44:04.125Z Checking is-terminal v0.4.17
27482026-05-21T08:44:04.176Z Checking debug-ignore v1.0.5
27492026-05-21T08:44:04.224Z Checking toml_writer v1.0.6+spec-1.1.0
27502026-05-21T08:44:04.240Z Checking take_mut v0.2.2
27512026-05-21T08:44:04.277Z Checking term v1.2.1
27522026-05-21T08:44:04.291Z Compiling structmeta v0.3.0
27532026-05-21T08:44:04.323Z Checking async-compression v0.4.41
27542026-05-21T08:44:04.339Z Checking slog-async v2.8.0
27552026-05-21T08:44:04.406Z Checking toml v1.0.6+spec-1.1.0
27562026-05-21T08:44:04.497Z Checking slog-term v2.9.2
27572026-05-21T08:44:04.510Z Compiling derive-ex v0.1.8
27582026-05-21T08:44:04.523Z Compiling parse-display-derive v0.10.0
27592026-05-21T08:44:04.565Z Checking slog-bunyan v2.5.0
27602026-05-21T08:44:04.681Z Checking async-stream v0.3.6
27612026-05-21T08:44:04.759Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27622026-05-21T08:44:04.776Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27632026-05-21T08:44:04.809Z Checking progenitor-client v0.14.0
27642026-05-21T08:44:04.852Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27652026-05-21T08:44:04.985Z Checking waitgroup v0.1.2
27662026-05-21T08:44:04.999Z Checking backon v1.6.0
27672026-05-21T08:44:05.048Z Checking rustls-pemfile v2.2.0
27682026-05-21T08:44:05.086Z Checking serde_path_to_error v0.1.20
27692026-05-21T08:44:05.099Z Checking hostname v0.4.2
27702026-05-21T08:44:05.158Z Checking instant v0.1.13
27712026-05-21T08:44:05.246Z Checking backoff v0.4.0
27722026-05-21T08:44:05.354Z Checking progenitor-extras v0.2.0
27732026-05-21T08:44:05.380Z Checking tokio-rustls v0.25.0
27742026-05-21T08:44:05.395Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27752026-05-21T08:44:05.422Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27762026-05-21T08:44:05.606Z Checking itertools v0.14.0
27772026-05-21T08:44:05.622Z Checking progenitor-client v0.10.0
27782026-05-21T08:44:05.791Z Checking regress v0.10.5
27792026-05-21T08:44:05.814Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
27802026-05-21T08:44:06.059Z Checking macaddr v1.0.1
27812026-05-21T08:44:06.190Z Compiling test-strategy v0.4.5
27822026-05-21T08:44:06.209Z Checking parse-display v0.10.0
27832026-05-21T08:44:07.395Z Compiling prettyplease v0.2.37
27842026-05-21T08:44:07.690Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27852026-05-21T08:44:07.862Z Checking num-rational v0.4.2
27862026-05-21T08:44:08.092Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27872026-05-21T08:44:08.368Z Checking num-complex v0.4.6
27882026-05-21T08:44:09.008Z Checking num v0.4.3
27892026-05-21T08:44:09.115Z Compiling usdt-attr-macro v0.5.0
27902026-05-21T08:44:09.154Z Compiling usdt-macro v0.5.0
27912026-05-21T08:44:09.168Z Checking memmap v0.7.0
27922026-05-21T08:44:09.171Z Compiling float-ord v0.3.2
27932026-05-21T08:44:09.284Z Checking unicode-width v0.2.0
27942026-05-21T08:44:09.298Z Compiling convert_case v0.4.0
27952026-05-21T08:44:09.540Z Checking console v0.15.11
27962026-05-21T08:44:09.678Z Compiling derive_more v0.99.20
27972026-05-21T08:44:09.824Z Checking newline-converter v0.3.0
27982026-05-21T08:44:09.878Z Checking atomicwrites v0.4.4
27992026-05-21T08:44:09.892Z Checking usdt v0.5.0
28002026-05-21T08:44:09.933Z Compiling toml v0.8.23
28012026-05-21T08:44:10.011Z Compiling minimal-lexical v0.2.1
28022026-05-21T08:44:10.059Z Checking linked-hash-map v0.5.6
28032026-05-21T08:44:10.234Z Checking lru-cache v0.1.2
28042026-05-21T08:44:10.269Z Compiling nom v7.1.3
28052026-05-21T08:44:10.363Z Checking expectorate v1.2.0
28062026-05-21T08:44:10.893Z Checking camino-tempfile v1.4.1
28072026-05-21T08:44:11.012Z Checking hickory-proto v0.24.4
28082026-05-21T08:44:11.061Z Checking phf_shared v0.12.1
28092026-05-21T08:44:11.208Z Compiling slog-dtrace v0.3.0
28102026-05-21T08:44:11.297Z Checking heck v0.5.0
28112026-05-21T08:44:11.407Z Compiling chrono-tz v0.10.4
28122026-05-21T08:44:11.428Z Checking resolv-conf v0.7.6
28132026-05-21T08:44:11.602Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28142026-05-21T08:44:11.630Z Compiling const_format_proc_macros v0.2.34
28152026-05-21T08:44:11.663Z Checking phf v0.12.1
28162026-05-21T08:44:11.713Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28172026-05-21T08:44:11.808Z Checking tokio-dtrace v0.1.1
28182026-05-21T08:44:11.997Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28192026-05-21T08:44:12.077Z Compiling derive-where v1.6.0
28202026-05-21T08:44:12.247Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28212026-05-21T08:44:12.530Z Checking highway v1.3.0
28222026-05-21T08:44:12.770Z Checking const_format v0.2.35
28232026-05-21T08:44:12.815Z Checking hickory-resolver v0.24.4
28242026-05-21T08:44:13.048Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28252026-05-21T08:44:13.085Z Checking oxide-tokio-rt v0.1.4
28262026-05-21T08:44:13.276Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28272026-05-21T08:44:13.486Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28282026-05-21T08:44:13.530Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28292026-05-21T08:44:13.555Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28302026-05-21T08:44:13.626Z Checking qorb v0.4.1
28312026-05-21T08:44:13.655Z Checking gethostname v0.5.0
28322026-05-21T08:44:13.732Z Checking bcs v0.1.6
28332026-05-21T08:44:13.747Z Checking termtree v0.5.1
28342026-05-21T08:44:17.026Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28352026-05-21T08:44:20.235Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28362026-05-21T08:44:22.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.00s
28372026-05-21T08:44:22.576Z
28382026-05-21T08:44:22.576Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
28392026-05-21T08:44:23.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-21T08:44:23.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-21T08:44:23.304Z Compiling ar_archive_writer v0.5.1
28422026-05-21T08:44:23.419Z Compiling stacker v0.1.23
28432026-05-21T08:44:23.429Z Compiling cfg_aliases v0.1.1
28442026-05-21T08:44:23.438Z Compiling convert_case v0.10.0
28452026-05-21T08:44:23.441Z Checking unicode-width v0.1.14
28462026-05-21T08:44:23.456Z Compiling proc-macro-error v1.0.4
28472026-05-21T08:44:23.469Z Checking fd-lock v4.0.4
28482026-05-21T08:44:23.469Z Checking nibble_vec v0.1.0
28492026-05-21T08:44:23.494Z Compiling nix v0.28.0
28502026-05-21T08:44:23.585Z Checking vte v0.14.1
28512026-05-21T08:44:23.599Z Compiling recursive-proc-macro-impl v0.1.1
28522026-05-21T08:44:23.682Z Checking bytecount v0.6.9
28532026-05-21T08:44:23.695Z Checking endian-type v0.1.2
28542026-05-21T08:44:23.736Z Checking strip-ansi-escapes v0.2.1
28552026-05-21T08:44:23.736Z Compiling derive_more-impl v2.1.1
28562026-05-21T08:44:23.762Z Compiling tabled_derive v0.7.0
28572026-05-21T08:44:23.781Z Checking papergrid v0.11.0
28582026-05-21T08:44:23.816Z Checking radix_trie v0.2.1
28592026-05-21T08:44:23.845Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-05-21T08:44:24.007Z Compiling peg-macros v0.8.5
28612026-05-21T08:44:24.022Z Checking winnow v0.6.26
28622026-05-21T08:44:24.254Z Compiling psm v0.1.30
28632026-05-21T08:44:24.326Z Compiling sqlparser_derive v0.5.0
28642026-05-21T08:44:24.406Z Checking home v0.5.12
28652026-05-21T08:44:24.531Z Checking unicode_categories v0.1.1
28662026-05-21T08:44:24.560Z Checking derive_more v2.1.1
28672026-05-21T08:44:24.631Z Checking nu-ansi-term v0.50.3
28682026-05-21T08:44:24.693Z Checking crossterm v0.29.0
28692026-05-21T08:44:24.719Z Checking tabled v0.15.0
28702026-05-21T08:44:24.787Z Checking rustyline v14.0.0
28712026-05-21T08:44:24.838Z Checking reedline v0.40.0
28722026-05-21T08:44:25.037Z Checking recursive v0.1.1
28732026-05-21T08:44:25.096Z Checking display-error-chain v0.2.2
28742026-05-21T08:44:25.131Z Checking sqlparser v0.61.0
28752026-05-21T08:44:25.164Z Checking sqlformat v0.3.5
28762026-05-21T08:44:25.385Z Checking peg v0.8.5
28772026-05-21T08:44:36.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
28782026-05-21T08:44:36.561Z
28792026-05-21T08:44:36.561Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28802026-05-21T08:44:37.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-21T08:44:37.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-21T08:44:37.276Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28832026-05-21T08:44:40.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
28842026-05-21T08:44:40.979Z
28852026-05-21T08:44:40.979Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28862026-05-21T08:44:41.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-21T08:44:41.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-21T08:44:41.696Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28892026-05-21T08:44:44.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28902026-05-21T08:44:44.394Z
28912026-05-21T08:44:44.394Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28922026-05-21T08:44:44.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-21T08:44:44.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-21T08:44:45.103Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28952026-05-21T08:44:48.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s
28962026-05-21T08:44:48.575Z
28972026-05-21T08:44:48.575Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28982026-05-21T08:44:49.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-21T08:44:49.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-21T08:44:49.291Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29012026-05-21T08:44:52.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
29022026-05-21T08:44:52.828Z
29032026-05-21T08:44:52.828Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
29042026-05-21T08:44:53.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-21T08:44:53.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-21T08:44:53.541Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29072026-05-21T08:44:56.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
29082026-05-21T08:44:56.356Z
29092026-05-21T08:44:56.356Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
29102026-05-21T08:44:56.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-21T08:44:56.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-21T08:44:57.072Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29132026-05-21T08:44:59.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
29142026-05-21T08:44:59.963Z
29152026-05-21T08:44:59.963Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
29162026-05-21T08:45:00.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-21T08:45:00.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-21T08:45:00.673Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29192026-05-21T08:45:04.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
29202026-05-21T08:45:04.342Z
29212026-05-21T08:45:04.342Zinfo: running `cargo check --bins` on oximeter (93/276)
29222026-05-21T08:45:04.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-21T08:45:04.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-21T08:45:04.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-21T08:45:04.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29262026-05-21T08:45:04.978Z
29272026-05-21T08:45:04.978Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
29282026-05-21T08:45:05.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-21T08:45:05.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-21T08:45:05.649Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29312026-05-21T08:45:05.818Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29322026-05-21T08:45:05.822Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29332026-05-21T08:45:06.161Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29342026-05-21T08:45:09.065Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29352026-05-21T08:45:10.275Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29362026-05-21T08:45:10.442Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29372026-05-21T08:45:11.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s
29382026-05-21T08:45:11.316Z
29392026-05-21T08:45:11.316Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
29402026-05-21T08:45:11.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-05-21T08:45:11.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-05-21T08:45:11.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-05-21T08:45:11.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29442026-05-21T08:45:11.947Z
29452026-05-21T08:45:11.947Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
29462026-05-21T08:45:12.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-05-21T08:45:12.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-05-21T08:45:12.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492026-05-21T08:45:12.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
29502026-05-21T08:45:12.628Z
29512026-05-21T08:45:12.628Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
29522026-05-21T08:45:13.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-05-21T08:45:13.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-05-21T08:45:13.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29552026-05-21T08:45:13.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29562026-05-21T08:45:13.267Z
29572026-05-21T08:45:13.267Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
29582026-05-21T08:45:13.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592026-05-21T08:45:13.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602026-05-21T08:45:13.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29612026-05-21T08:45:13.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29622026-05-21T08:45:13.901Z
29632026-05-21T08:45:13.901Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29642026-05-21T08:45:14.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652026-05-21T08:45:14.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662026-05-21T08:45:14.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29672026-05-21T08:45:14.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29682026-05-21T08:45:14.535Z
29692026-05-21T08:45:14.535Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29702026-05-21T08:45:15.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712026-05-21T08:45:15.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722026-05-21T08:45:15.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29732026-05-21T08:45:15.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29742026-05-21T08:45:15.173Z
29752026-05-21T08:45:15.173Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29762026-05-21T08:45:15.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772026-05-21T08:45:15.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782026-05-21T08:45:15.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29792026-05-21T08:45:15.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29802026-05-21T08:45:15.794Z
29812026-05-21T08:45:15.794Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29822026-05-21T08:45:16.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832026-05-21T08:45:16.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842026-05-21T08:45:16.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29852026-05-21T08:45:16.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29862026-05-21T08:45:16.437Z
29872026-05-21T08:45:16.437Zinfo: running `cargo check --bins` on update-engine (103/276)
29882026-05-21T08:45:16.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892026-05-21T08:45:16.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902026-05-21T08:45:16.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29912026-05-21T08:45:16.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29922026-05-21T08:45:17.058Z
29932026-05-21T08:45:17.058Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29942026-05-21T08:45:17.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952026-05-21T08:45:17.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962026-05-21T08:45:17.808Z Compiling crucible-workspace-hack v0.1.0
29972026-05-21T08:45:17.930Z Checking secrecy v0.10.3
29982026-05-21T08:45:17.939Z Compiling heapless v0.8.0
29992026-05-21T08:45:17.947Z Compiling ingot-macros v0.1.1
30002026-05-21T08:45:17.954Z Compiling toml_edit v0.23.10+spec-1.0.0
30012026-05-21T08:45:17.957Z Checking hash32 v0.3.1
30022026-05-21T08:45:17.978Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30032026-05-21T08:45:17.978Z Compiling smoltcp v0.11.0
30042026-05-21T08:45:18.036Z Checking cobs v0.3.0
30052026-05-21T08:45:18.074Z Compiling thiserror-impl-no-std v2.0.2
30062026-05-21T08:45:18.176Z Checking universal-hash v0.5.1
30072026-05-21T08:45:18.179Z Checking half v2.7.1
30082026-05-21T08:45:18.233Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
30092026-05-21T08:45:18.301Z Checking ciborium-io v0.2.2
30102026-05-21T08:45:18.342Z Checking opaque-debug v0.3.1
30112026-05-21T08:45:18.396Z Checking postcard v1.1.3
30122026-05-21T08:45:18.410Z Checking poly1305 v0.8.0
30132026-05-21T08:45:18.441Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30142026-05-21T08:45:18.454Z Checking ciborium-ll v0.2.2
30152026-05-21T08:45:18.627Z Compiling proc-macro-crate v3.4.0
30162026-05-21T08:45:18.667Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30172026-05-21T08:45:18.684Z Checking password-hash v0.5.0
30182026-05-21T08:45:18.736Z Checking chacha20 v0.9.1
30192026-05-21T08:45:18.930Z Compiling proc-macro-crate v1.3.1
30202026-05-21T08:45:18.948Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30212026-05-21T08:45:18.963Z Checking blake2 v0.10.6
30222026-05-21T08:45:19.031Z Checking aead v0.5.2
30232026-05-21T08:45:19.176Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30242026-05-21T08:45:19.190Z Compiling num_enum_derive v0.7.6
30252026-05-21T08:45:19.203Z Compiling foreign-types-macros v0.2.3
30262026-05-21T08:45:19.216Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30272026-05-21T08:45:19.258Z Checking thiserror-no-std v2.0.2
30282026-05-21T08:45:19.346Z Checking foreign-types-shared v0.3.1
30292026-05-21T08:45:19.360Z Checking cpufeatures v0.3.0
30302026-05-21T08:45:19.383Z Compiling num_enum_derive v0.5.11
30312026-05-21T08:45:19.433Z Checking chacha20 v0.10.0
30322026-05-21T08:45:19.447Z Checking vsss-rs v3.3.4
30332026-05-21T08:45:19.460Z Checking argon2 v0.5.3
30342026-05-21T08:45:19.648Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30352026-05-21T08:45:19.793Z Checking foreign-types v0.5.0
30362026-05-21T08:45:19.807Z Checking chacha20poly1305 v0.10.1
30372026-05-21T08:45:19.873Z Checking ciborium v0.2.2
30382026-05-21T08:45:20.044Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30392026-05-21T08:45:20.067Z Checking tabwriter v1.4.1
30402026-05-21T08:45:20.215Z Checking byte-wrapper v0.1.0
30412026-05-21T08:45:20.236Z Checking num_enum v0.7.6
30422026-05-21T08:45:20.293Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30432026-05-21T08:45:20.331Z Checking cstr-argument v0.1.2
30442026-05-21T08:45:20.353Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30452026-05-21T08:45:20.409Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ca2cb23e)
30462026-05-21T08:45:20.424Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30472026-05-21T08:45:20.453Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30482026-05-21T08:45:20.566Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30492026-05-21T08:45:20.615Z Checking num_enum v0.5.11
30502026-05-21T08:45:20.628Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a)
30512026-05-21T08:45:20.723Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30522026-05-21T08:45:20.737Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30532026-05-21T08:45:20.781Z Checking ingot-types v0.1.2
30542026-05-21T08:45:20.797Z Checking rand v0.10.1
30552026-05-21T08:45:20.812Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
30562026-05-21T08:45:20.829Z Checking indent_write v2.2.0
30572026-05-21T08:45:20.937Z Checking colored v3.1.1
30582026-05-21T08:45:20.960Z Checking winnow v1.0.3
30592026-05-21T08:45:21.073Z Compiling zone_cfg_derive v0.3.1
30602026-05-21T08:45:21.124Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30612026-05-21T08:45:21.139Z Checking ingot v0.1.1
30622026-05-21T08:45:21.142Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30632026-05-21T08:45:21.167Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30642026-05-21T08:45:21.222Z Checking itertools v0.12.1
30652026-05-21T08:45:21.276Z Compiling num-derive v0.4.2
30662026-05-21T08:45:21.324Z Checking swrite v0.1.0
30672026-05-21T08:45:21.340Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30682026-05-21T08:45:21.418Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30692026-05-21T08:45:21.547Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30702026-05-21T08:45:21.684Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30712026-05-21T08:45:21.703Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30722026-05-21T08:45:21.720Z Checking dropshot-api-manager-types v0.7.1
30732026-05-21T08:45:21.738Z Checking smf v0.2.3
30742026-05-21T08:45:21.820Z Checking nanorand v0.7.0
30752026-05-21T08:45:21.892Z Checking whoami v1.6.1
30762026-05-21T08:45:21.971Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30772026-05-21T08:45:22.018Z Checking flume v0.11.1
30782026-05-21T08:45:22.202Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30792026-05-21T08:45:22.249Z Checking zone v0.3.1
30802026-05-21T08:45:22.728Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30812026-05-21T08:45:23.719Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30822026-05-21T08:45:24.623Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30832026-05-21T08:45:27.798Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30842026-05-21T08:45:29.881Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30852026-05-21T08:45:31.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s
30862026-05-21T08:45:31.209Z
30872026-05-21T08:45:31.209Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30882026-05-21T08:45:31.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-21T08:45:31.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-21T08:45:31.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-21T08:45:31.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30922026-05-21T08:45:31.843Z
30932026-05-21T08:45:31.843Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30942026-05-21T08:45:32.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-21T08:45:32.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-21T08:45:32.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-21T08:45:32.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30982026-05-21T08:45:32.480Z
30992026-05-21T08:45:32.480Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
31002026-05-21T08:45:33.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-21T08:45:33.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-21T08:45:33.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-21T08:45:33.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31042026-05-21T08:45:33.130Z
31052026-05-21T08:45:33.130Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
31062026-05-21T08:45:33.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-21T08:45:33.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-21T08:45:33.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-21T08:45:33.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31102026-05-21T08:45:33.769Z
31112026-05-21T08:45:33.769Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
31122026-05-21T08:45:34.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-21T08:45:34.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-21T08:45:34.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-21T08:45:34.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31162026-05-21T08:45:34.410Z
31172026-05-21T08:45:34.410Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
31182026-05-21T08:45:34.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-21T08:45:34.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-21T08:45:34.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-21T08:45:34.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31222026-05-21T08:45:35.044Z
31232026-05-21T08:45:35.044Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
31242026-05-21T08:45:35.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-21T08:45:35.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-21T08:45:35.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-21T08:45:35.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31282026-05-21T08:45:35.678Z
31292026-05-21T08:45:35.678Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
31302026-05-21T08:45:36.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-21T08:45:36.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-21T08:45:36.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-21T08:45:36.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31342026-05-21T08:45:36.300Z
31352026-05-21T08:45:36.300Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
31362026-05-21T08:45:36.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-21T08:45:36.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-21T08:45:36.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-21T08:45:36.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31402026-05-21T08:45:36.929Z
31412026-05-21T08:45:36.929Zinfo: running `cargo check --bins` on dns-service-client (114/276)
31422026-05-21T08:45:37.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-21T08:45:37.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-21T08:45:37.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-21T08:45:37.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31462026-05-21T08:45:37.567Z
31472026-05-21T08:45:37.567Zinfo: running `cargo check --bins` on installinator-client (115/276)
31482026-05-21T08:45:38.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-21T08:45:38.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-21T08:45:38.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-05-21T08:45:38.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31522026-05-21T08:45:38.196Z
31532026-05-21T08:45:38.196Zinfo: running `cargo check --bins` on nexus-client (116/276)
31542026-05-21T08:45:38.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-05-21T08:45:38.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-05-21T08:45:38.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-05-21T08:45:38.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31582026-05-21T08:45:38.871Z
31592026-05-21T08:45:38.871Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
31602026-05-21T08:45:39.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-21T08:45:39.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-21T08:45:39.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-05-21T08:45:39.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31642026-05-21T08:45:39.552Z
31652026-05-21T08:45:39.552Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31662026-05-21T08:45:40.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-05-21T08:45:40.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-05-21T08:45:40.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-05-21T08:45:40.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31702026-05-21T08:45:40.176Z
31712026-05-21T08:45:40.176Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31722026-05-21T08:45:40.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-05-21T08:45:40.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-05-21T08:45:40.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-05-21T08:45:40.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31762026-05-21T08:45:40.795Z
31772026-05-21T08:45:40.795Zinfo: running `cargo check --bins` on oxide-client (120/276)
31782026-05-21T08:45:41.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-05-21T08:45:41.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-05-21T08:45:41.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-05-21T08:45:41.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31822026-05-21T08:45:41.414Z
31832026-05-21T08:45:41.414Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31842026-05-21T08:45:41.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-05-21T08:45:41.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-05-21T08:45:41.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-05-21T08:45:41.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31882026-05-21T08:45:42.045Z
31892026-05-21T08:45:42.045Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31902026-05-21T08:45:42.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-05-21T08:45:42.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-05-21T08:45:42.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-05-21T08:45:42.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31942026-05-21T08:45:42.660Z
31952026-05-21T08:45:42.660Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31962026-05-21T08:45:43.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-05-21T08:45:43.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-05-21T08:45:43.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-05-21T08:45:43.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32002026-05-21T08:45:43.303Z
32012026-05-21T08:45:43.303Zinfo: running `cargo check --bins` on wicketd-client (124/276)
32022026-05-21T08:45:43.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-05-21T08:45:43.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-05-21T08:45:43.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-05-21T08:45:43.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32062026-05-21T08:45:43.965Z
32072026-05-21T08:45:43.965Zinfo: running `cargo check --bins` on installinator-common (125/276)
32082026-05-21T08:45:44.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-05-21T08:45:44.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-05-21T08:45:44.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-05-21T08:45:44.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32122026-05-21T08:45:44.619Z
32132026-05-21T08:45:44.619Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
32142026-05-21T08:45:45.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-05-21T08:45:45.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-05-21T08:45:45.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-05-21T08:45:45.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32182026-05-21T08:45:45.242Z
32192026-05-21T08:45:45.242Zinfo: running `cargo check --bins` on wicket-common (127/276)
32202026-05-21T08:45:45.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-05-21T08:45:45.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-05-21T08:45:45.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-05-21T08:45:45.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32242026-05-21T08:45:45.892Z
32252026-05-21T08:45:45.892Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
32262026-05-21T08:45:46.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-05-21T08:45:46.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-05-21T08:45:46.618Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32292026-05-21T08:45:46.738Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32302026-05-21T08:45:46.745Z Checking csv-core v0.1.13
32312026-05-21T08:45:46.753Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32322026-05-21T08:45:46.761Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32332026-05-21T08:45:46.770Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32342026-05-21T08:45:46.782Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32352026-05-21T08:45:46.794Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32362026-05-21T08:45:46.905Z Checking csv v1.4.0
32372026-05-21T08:45:46.937Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32382026-05-21T08:45:46.964Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32392026-05-21T08:45:46.980Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32402026-05-21T08:45:47.010Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32412026-05-21T08:45:47.255Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32422026-05-21T08:45:47.623Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32432026-05-21T08:45:47.623Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32442026-05-21T08:45:47.953Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32452026-05-21T08:45:53.844Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32462026-05-21T08:45:54.389Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32472026-05-21T08:45:56.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.85s
32482026-05-21T08:45:56.945Z
32492026-05-21T08:45:56.945Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
32502026-05-21T08:45:57.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512026-05-21T08:45:57.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522026-05-21T08:45:57.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532026-05-21T08:45:57.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32542026-05-21T08:45:57.576Z
32552026-05-21T08:45:57.576Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
32562026-05-21T08:45:58.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572026-05-21T08:45:58.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582026-05-21T08:45:58.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32592026-05-21T08:45:58.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32602026-05-21T08:45:58.299Z
32612026-05-21T08:45:58.299Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32622026-05-21T08:45:58.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632026-05-21T08:45:58.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642026-05-21T08:45:58.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652026-05-21T08:45:58.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32662026-05-21T08:45:59.023Z
32672026-05-21T08:45:59.023Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32682026-05-21T08:45:59.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-05-21T08:45:59.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-05-21T08:45:59.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-05-21T08:45:59.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32722026-05-21T08:45:59.711Z
32732026-05-21T08:45:59.711Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32742026-05-21T08:46:00.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-05-21T08:46:00.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-05-21T08:46:00.595Z Compiling regress v0.11.1
32772026-05-21T08:46:00.770Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32782026-05-21T08:46:00.773Z Compiling unsafe-libyaml v0.2.11
32792026-05-21T08:46:00.773Z Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32802026-05-21T08:46:00.776Z Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32812026-05-21T08:46:00.776Z Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32822026-05-21T08:46:00.776Z Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32832026-05-21T08:46:01.014Z Compiling semver v0.1.20
32842026-05-21T08:46:01.129Z Compiling owo-colors v4.3.0
32852026-05-21T08:46:01.146Z Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32862026-05-21T08:46:01.297Z Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32872026-05-21T08:46:01.458Z Compiling serde_yaml v0.9.34+deprecated
32882026-05-21T08:46:01.603Z Compiling rustc_version v0.1.7
32892026-05-21T08:46:01.775Z Compiling cancel-safe-futures v0.1.5
32902026-05-21T08:46:01.844Z Compiling newtype_derive v0.1.6
32912026-05-21T08:46:02.044Z Checking progenitor-client v0.13.0
32922026-05-21T08:46:02.064Z Checking libsw-core v0.3.2
32932026-05-21T08:46:02.219Z Checking libsw v3.5.0
32942026-05-21T08:46:02.256Z Compiling typify-impl v0.6.2
32952026-05-21T08:46:02.322Z Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32962026-05-21T08:46:02.390Z Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32972026-05-21T08:46:02.528Z Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32982026-05-21T08:46:02.956Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
32992026-05-21T08:46:03.470Z Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33002026-05-21T08:46:03.487Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33012026-05-21T08:46:03.604Z Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33022026-05-21T08:46:03.834Z Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33032026-05-21T08:46:03.973Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33042026-05-21T08:46:03.996Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33052026-05-21T08:46:04.162Z Checking linear-map v1.2.0
33062026-05-21T08:46:04.260Z Checking tagptr v0.2.0
33072026-05-21T08:46:04.339Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33082026-05-21T08:46:04.410Z Checking moka v0.12.13
33092026-05-21T08:46:04.509Z Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33102026-05-21T08:46:04.613Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33112026-05-21T08:46:04.661Z Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33122026-05-21T08:46:04.719Z Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33132026-05-21T08:46:04.790Z Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33142026-05-21T08:46:04.921Z Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33152026-05-21T08:46:04.939Z Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33162026-05-21T08:46:05.041Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33172026-05-21T08:46:05.059Z Checking smawk v0.3.2
33182026-05-21T08:46:05.196Z Checking unicode-linebreak v0.1.5
33192026-05-21T08:46:05.215Z Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33202026-05-21T08:46:05.281Z Checking hickory-resolver v0.25.2
33212026-05-21T08:46:05.304Z Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33222026-05-21T08:46:05.398Z Checking steno v0.4.1
33232026-05-21T08:46:05.417Z Checking textwrap v0.16.2
33242026-05-21T08:46:05.448Z Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33252026-05-21T08:46:05.483Z Checking humantime v2.3.0
33262026-05-21T08:46:05.642Z Compiling num-derive v0.3.3
33272026-05-21T08:46:05.676Z Compiling radium v0.7.0
33282026-05-21T08:46:05.976Z Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33292026-05-21T08:46:05.994Z Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33302026-05-21T08:46:06.226Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33312026-05-21T08:46:06.420Z Checking nom v8.0.0
33322026-05-21T08:46:06.437Z Compiling maybe-uninit v2.0.0
33332026-05-21T08:46:06.540Z Checking libscf-sys v1.1.0
33342026-05-21T08:46:06.557Z Checking tap v1.0.1
33352026-05-21T08:46:06.672Z Checking wyz v0.5.1
33362026-05-21T08:46:06.688Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
33372026-05-21T08:46:06.737Z Checking ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33382026-05-21T08:46:06.841Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33392026-05-21T08:46:06.865Z Compiling zerocopy-derive v0.6.6
33402026-05-21T08:46:06.887Z Compiling typify-macro v0.6.2
33412026-05-21T08:46:06.904Z Checking funty v2.0.0
33422026-05-21T08:46:06.960Z Compiling packed_struct v0.10.1
33432026-05-21T08:46:07.233Z Checking crc-catalog v2.4.0
33442026-05-21T08:46:07.249Z Checking bitvec v1.0.1
33452026-05-21T08:46:07.337Z Checking crc v3.4.0
33462026-05-21T08:46:07.628Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33472026-05-21T08:46:07.663Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33482026-05-21T08:46:07.735Z Checking zerocopy v0.6.6
33492026-05-21T08:46:08.082Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33502026-05-21T08:46:08.263Z Compiling packed_struct_codegen v0.10.1
33512026-05-21T08:46:08.414Z Compiling bitfield-macros v0.19.4
33522026-05-21T08:46:08.442Z Compiling indexmap v1.9.3
33532026-05-21T08:46:08.493Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33542026-05-21T08:46:08.654Z Checking nodrop v0.1.14
33552026-05-21T08:46:08.709Z Compiling typify v0.6.2
33562026-05-21T08:46:08.753Z Checking array-init v0.0.4
33572026-05-21T08:46:08.830Z Compiling progenitor-impl v0.14.0
33582026-05-21T08:46:08.847Z Compiling progenitor-impl v0.13.0
33592026-05-21T08:46:09.757Z Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33602026-05-21T08:46:09.874Z Checking bitfield v0.19.4
33612026-05-21T08:46:10.002Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33622026-05-21T08:46:10.089Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33632026-05-21T08:46:10.150Z Checking smallvec v0.6.14
33642026-05-21T08:46:10.186Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33652026-05-21T08:46:10.322Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33662026-05-21T08:46:10.349Z Checking base64 v0.21.7
33672026-05-21T08:46:10.427Z Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33682026-05-21T08:46:10.509Z Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
33692026-05-21T08:46:10.599Z Checking hashbrown v0.12.3
33702026-05-21T08:46:10.755Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33712026-05-21T08:46:10.942Z Checking ron v0.8.1
33722026-05-21T08:46:11.041Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33732026-05-21T08:46:11.331Z Checking serde-hex v0.1.0
33742026-05-21T08:46:11.353Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33752026-05-21T08:46:11.485Z Compiling progenitor-macro v0.13.0
33762026-05-21T08:46:11.485Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33772026-05-21T08:46:11.516Z Compiling progenitor-macro v0.14.0
33782026-05-21T08:46:11.665Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33792026-05-21T08:46:11.838Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
33802026-05-21T08:46:11.953Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33812026-05-21T08:46:12.182Z Checking hashbrown v0.13.2
33822026-05-21T08:46:12.268Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33832026-05-21T08:46:12.339Z Checking crc-any v2.5.0
33842026-05-21T08:46:12.487Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33852026-05-21T08:46:12.524Z Checking half v1.8.3
33862026-05-21T08:46:12.617Z Checking object v0.30.4
33872026-05-21T08:46:12.656Z Checking path-slash v0.1.5
33882026-05-21T08:46:12.727Z Checking utf-8 v0.7.6
33892026-05-21T08:46:12.765Z Checking void v1.0.2
33902026-05-21T08:46:12.840Z Checking serde_cbor v0.11.2
33912026-05-21T08:46:12.897Z Checking tungstenite v0.23.0
33922026-05-21T08:46:12.913Z Checking lzss v0.8.2
33932026-05-21T08:46:13.247Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33942026-05-21T08:46:13.265Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33952026-05-21T08:46:13.268Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33962026-05-21T08:46:13.341Z Checking nix v0.27.1
33972026-05-21T08:46:13.430Z Checking kstat-rs v0.2.4
33982026-05-21T08:46:13.540Z Checking fxhash v0.2.1
33992026-05-21T08:46:13.637Z Checking serde_bytes v0.11.19
34002026-05-21T08:46:13.673Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34012026-05-21T08:46:13.691Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34022026-05-21T08:46:13.819Z Checking tokio-tungstenite v0.23.1
34032026-05-21T08:46:13.862Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
34042026-05-21T08:46:14.016Z Checking signal-hook-tokio v0.3.1
34052026-05-21T08:46:14.134Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34062026-05-21T08:46:15.089Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34072026-05-21T08:46:15.420Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
34082026-05-21T08:46:15.659Z Checking progenitor v0.13.0
34092026-05-21T08:46:15.748Z Checking progenitor v0.14.0
34102026-05-21T08:46:15.786Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
34112026-05-21T08:46:15.873Z Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
34122026-05-21T08:46:15.877Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34132026-05-21T08:46:18.920Z Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
34142026-05-21T08:46:26.525Z Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
34152026-05-21T08:46:32.800Z Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
34162026-05-21T08:46:34.197Z Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#915f229f)
34172026-05-21T08:46:34.718Z Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
34182026-05-21T08:46:35.321Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
34192026-05-21T08:46:38.187Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34202026-05-21T08:46:46.026Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34212026-05-21T08:46:52.613Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34222026-05-21T08:46:54.117Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34232026-05-21T08:46:54.709Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
34242026-05-21T08:46:57.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.28s
34252026-05-21T08:46:57.217Z
34262026-05-21T08:46:57.217Zinfo: running `cargo check --bins` on gateway-api (134/276)
34272026-05-21T08:46:57.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-21T08:46:57.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-21T08:46:57.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-21T08:46:57.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34312026-05-21T08:46:57.858Z
34322026-05-21T08:46:57.858Zinfo: running `cargo check --bins` on ipcc (135/276)
34332026-05-21T08:46:58.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-21T08:46:58.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-21T08:46:58.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-21T08:46:58.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34372026-05-21T08:46:58.501Z
34382026-05-21T08:46:58.501Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
34392026-05-21T08:46:59.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-21T08:46:59.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-21T08:46:59.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-21T08:46:59.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34432026-05-21T08:46:59.115Z
34442026-05-21T08:46:59.115Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
34452026-05-21T08:46:59.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-21T08:46:59.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-21T08:46:59.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-21T08:46:59.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34492026-05-21T08:46:59.751Z
34502026-05-21T08:46:59.751Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
34512026-05-21T08:47:00.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-21T08:47:00.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-21T08:47:00.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-05-21T08:47:00.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34552026-05-21T08:47:00.383Z
34562026-05-21T08:47:00.383Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
34572026-05-21T08:47:00.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-05-21T08:47:00.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-05-21T08:47:00.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-05-21T08:47:00.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34612026-05-21T08:47:01.017Z
34622026-05-21T08:47:01.017Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
34632026-05-21T08:47:01.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-05-21T08:47:01.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-05-21T08:47:01.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-05-21T08:47:01.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34672026-05-21T08:47:01.647Z
34682026-05-21T08:47:01.647Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
34692026-05-21T08:47:02.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-05-21T08:47:02.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-05-21T08:47:02.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-05-21T08:47:02.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34732026-05-21T08:47:02.283Z
34742026-05-21T08:47:02.283Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
34752026-05-21T08:47:02.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-05-21T08:47:02.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-05-21T08:47:02.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-05-21T08:47:02.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34792026-05-21T08:47:02.917Z
34802026-05-21T08:47:02.917Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
34812026-05-21T08:47:03.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-05-21T08:47:03.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-05-21T08:47:03.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-05-21T08:47:03.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34852026-05-21T08:47:03.551Z
34862026-05-21T08:47:03.551Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
34872026-05-21T08:47:04.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-05-21T08:47:04.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-05-21T08:47:04.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-05-21T08:47:04.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34912026-05-21T08:47:04.191Z
34922026-05-21T08:47:04.191Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
34932026-05-21T08:47:04.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-05-21T08:47:04.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-05-21T08:47:04.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-05-21T08:47:04.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34972026-05-21T08:47:04.826Z
34982026-05-21T08:47:04.827Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
34992026-05-21T08:47:05.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-05-21T08:47:05.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-05-21T08:47:05.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-05-21T08:47:05.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35032026-05-21T08:47:05.463Z
35042026-05-21T08:47:05.463Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
35052026-05-21T08:47:06.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-05-21T08:47:06.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-05-21T08:47:06.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-05-21T08:47:06.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35092026-05-21T08:47:06.100Z
35102026-05-21T08:47:06.100Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
35112026-05-21T08:47:06.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-05-21T08:47:06.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-05-21T08:47:06.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-05-21T08:47:06.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35152026-05-21T08:47:06.730Z
35162026-05-21T08:47:06.730Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
35172026-05-21T08:47:07.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-05-21T08:47:07.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-05-21T08:47:07.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-05-21T08:47:07.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35212026-05-21T08:47:07.364Z
35222026-05-21T08:47:07.364Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
35232026-05-21T08:47:07.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-05-21T08:47:07.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-05-21T08:47:07.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-05-21T08:47:07.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35272026-05-21T08:47:08.001Z
35282026-05-21T08:47:08.001Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
35292026-05-21T08:47:08.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-05-21T08:47:08.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-05-21T08:47:08.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-05-21T08:47:08.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35332026-05-21T08:47:08.635Z
35342026-05-21T08:47:08.635Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
35352026-05-21T08:47:09.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-05-21T08:47:09.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-05-21T08:47:09.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-05-21T08:47:09.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35392026-05-21T08:47:09.270Z
35402026-05-21T08:47:09.270Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
35412026-05-21T08:47:09.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-05-21T08:47:09.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-05-21T08:47:09.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-05-21T08:47:09.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35452026-05-21T08:47:09.907Z
35462026-05-21T08:47:09.907Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
35472026-05-21T08:47:10.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-05-21T08:47:10.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-05-21T08:47:10.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-05-21T08:47:10.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35512026-05-21T08:47:10.542Z
35522026-05-21T08:47:10.542Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
35532026-05-21T08:47:11.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-05-21T08:47:11.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-05-21T08:47:11.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-05-21T08:47:11.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35572026-05-21T08:47:11.215Z
35582026-05-21T08:47:11.215Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
35592026-05-21T08:47:11.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-05-21T08:47:11.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-05-21T08:47:11.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-05-21T08:47:11.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35632026-05-21T08:47:11.853Z
35642026-05-21T08:47:11.854Zinfo: running `cargo check --bins` on dns-server (157/276)
35652026-05-21T08:47:12.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-05-21T08:47:12.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-05-21T08:47:12.545Z Compiling parking_lot_core v0.8.6
35682026-05-21T08:47:12.545Z Compiling atomicwrites v0.4.4
35692026-05-21T08:47:12.545Z Compiling git-stub v1.0.0
35702026-05-21T08:47:12.548Z Checking prefix-trie v0.7.0
35712026-05-21T08:47:12.548Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35722026-05-21T08:47:12.781Z Compiling git-stub-vcs v0.1.0
35732026-05-21T08:47:12.948Z Checking hickory-server v0.25.2
35742026-05-21T08:47:13.060Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35752026-05-21T08:47:13.086Z Checking parking_lot v0.11.2
35762026-05-21T08:47:13.149Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35772026-05-21T08:47:13.152Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35782026-05-21T08:47:13.262Z Checking sled v0.34.7
35792026-05-21T08:47:15.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
35802026-05-21T08:47:15.354Z
35812026-05-21T08:47:15.354Zinfo: running `cargo check --bins` on dns-server-api (158/276)
35822026-05-21T08:47:15.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-21T08:47:15.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-21T08:47:15.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-21T08:47:15.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35862026-05-21T08:47:15.985Z
35872026-05-21T08:47:15.985Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
35882026-05-21T08:47:16.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-21T08:47:16.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-21T08:47:16.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-21T08:47:16.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35922026-05-21T08:47:16.621Z
35932026-05-21T08:47:16.621Zinfo: running `cargo check --bins` on sp-sim (160/276)
35942026-05-21T08:47:17.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-21T08:47:17.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-21T08:47:17.395Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35972026-05-21T08:47:19.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s
35982026-05-21T08:47:19.575Z
35992026-05-21T08:47:19.575Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
36002026-05-21T08:47:20.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-21T08:47:20.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-21T08:47:20.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-21T08:47:20.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36042026-05-21T08:47:20.273Z
36052026-05-21T08:47:20.273Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
36062026-05-21T08:47:20.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-21T08:47:20.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-21T08:47:20.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-21T08:47:20.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36102026-05-21T08:47:20.969Z
36112026-05-21T08:47:20.969Zinfo: running `cargo check --bins` on db-macros (163/276)
36122026-05-21T08:47:21.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-21T08:47:21.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-21T08:47:21.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-05-21T08:47:21.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36162026-05-21T08:47:21.590Z
36172026-05-21T08:47:21.590Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
36182026-05-21T08:47:22.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-05-21T08:47:22.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-05-21T08:47:22.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-05-21T08:47:22.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36222026-05-21T08:47:22.215Z
36232026-05-21T08:47:22.215Zinfo: running `cargo check --bins` on nexus-auth (165/276)
36242026-05-21T08:47:22.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-05-21T08:47:22.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-05-21T08:47:22.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-05-21T08:47:22.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36282026-05-21T08:47:22.905Z
36292026-05-21T08:47:22.905Zinfo: running `cargo check --bins` on authz-macros (166/276)
36302026-05-21T08:47:23.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-05-21T08:47:23.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-05-21T08:47:23.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-05-21T08:47:23.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36342026-05-21T08:47:23.526Z
36352026-05-21T08:47:23.526Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
36362026-05-21T08:47:24.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-05-21T08:47:24.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-05-21T08:47:24.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36392026-05-21T08:47:24.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36402026-05-21T08:47:24.213Z
36412026-05-21T08:47:24.213Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
36422026-05-21T08:47:24.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36432026-05-21T08:47:24.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36442026-05-21T08:47:24.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36452026-05-21T08:47:24.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36462026-05-21T08:47:24.902Z
36472026-05-21T08:47:24.902Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
36482026-05-21T08:47:25.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36492026-05-21T08:47:25.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36502026-05-21T08:47:25.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36512026-05-21T08:47:25.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36522026-05-21T08:47:25.526Z
36532026-05-21T08:47:25.526Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
36542026-05-21T08:47:26.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36552026-05-21T08:47:26.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36562026-05-21T08:47:26.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36572026-05-21T08:47:26.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36582026-05-21T08:47:26.143Z
36592026-05-21T08:47:26.143Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
36602026-05-21T08:47:26.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36612026-05-21T08:47:26.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36622026-05-21T08:47:26.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36632026-05-21T08:47:26.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36642026-05-21T08:47:26.777Z
36652026-05-21T08:47:26.777Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
36662026-05-21T08:47:27.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36672026-05-21T08:47:27.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36682026-05-21T08:47:27.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36692026-05-21T08:47:27.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36702026-05-21T08:47:27.403Z
36712026-05-21T08:47:27.403Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
36722026-05-21T08:47:27.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36732026-05-21T08:47:27.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36742026-05-21T08:47:27.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36752026-05-21T08:47:27.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36762026-05-21T08:47:28.020Z
36772026-05-21T08:47:28.021Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
36782026-05-21T08:47:28.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36792026-05-21T08:47:28.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36802026-05-21T08:47:28.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36812026-05-21T08:47:28.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36822026-05-21T08:47:28.713Z
36832026-05-21T08:47:28.713Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
36842026-05-21T08:47:29.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36852026-05-21T08:47:29.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36862026-05-21T08:47:29.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36872026-05-21T08:47:29.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36882026-05-21T08:47:29.548Z
36892026-05-21T08:47:29.548Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
36902026-05-21T08:47:29.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36912026-05-21T08:47:29.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36922026-05-21T08:47:29.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36932026-05-21T08:47:29.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
36942026-05-21T08:47:30.097Z
36952026-05-21T08:47:30.097Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
36962026-05-21T08:47:30.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-05-21T08:47:30.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-05-21T08:47:30.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36992026-05-21T08:47:30.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37002026-05-21T08:47:30.758Z
37012026-05-21T08:47:30.758Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
37022026-05-21T08:47:31.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-05-21T08:47:31.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-05-21T08:47:31.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37052026-05-21T08:47:31.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37062026-05-21T08:47:31.412Z
37072026-05-21T08:47:31.412Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
37082026-05-21T08:47:31.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-05-21T08:47:31.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-05-21T08:47:31.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37112026-05-21T08:47:31.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37122026-05-21T08:47:32.068Z
37132026-05-21T08:47:32.068Zinfo: running `cargo check --bins` on key-manager (180/276)
37142026-05-21T08:47:32.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-05-21T08:47:32.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-05-21T08:47:32.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37172026-05-21T08:47:32.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37182026-05-21T08:47:32.705Z
37192026-05-21T08:47:32.705Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
37202026-05-21T08:47:33.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-05-21T08:47:33.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-05-21T08:47:33.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37232026-05-21T08:47:33.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
37242026-05-21T08:47:33.362Z
37252026-05-21T08:47:33.362Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
37262026-05-21T08:47:33.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-05-21T08:47:33.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-05-21T08:47:33.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37292026-05-21T08:47:33.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37302026-05-21T08:47:34.016Z
37312026-05-21T08:47:34.016Zinfo: running `cargo check --bins` on typed-rng (183/276)
37322026-05-21T08:47:34.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-05-21T08:47:34.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-05-21T08:47:34.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37352026-05-21T08:47:34.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37362026-05-21T08:47:34.642Z
37372026-05-21T08:47:34.642Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
37382026-05-21T08:47:35.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-05-21T08:47:35.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-05-21T08:47:35.547Z Compiling typify-impl v0.4.3
37412026-05-21T08:47:35.547Z Compiling libefi-sys v0.1.0
37422026-05-21T08:47:35.550Z Compiling bitfield-struct v0.6.2
37432026-05-21T08:47:35.706Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37442026-05-21T08:47:35.716Z Compiling xshell-macros v0.2.7
37452026-05-21T08:47:35.729Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37462026-05-21T08:47:35.745Z Compiling salty v0.3.0
37472026-05-21T08:47:35.774Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37482026-05-21T08:47:35.935Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37492026-05-21T08:47:36.062Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37502026-05-21T08:47:36.080Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37512026-05-21T08:47:36.096Z Checking xshell v0.2.7
37522026-05-21T08:47:36.212Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37532026-05-21T08:47:36.292Z Checking primeorder v0.13.6
37542026-05-21T08:47:36.314Z Compiling proc-macro-error-attr2 v2.0.0
37552026-05-21T08:47:36.333Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37562026-05-21T08:47:36.391Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-05-21T08:47:36.412Z Checking tungstenite v0.21.0
37582026-05-21T08:47:36.534Z Checking p384 v0.13.1
37592026-05-21T08:47:36.576Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37602026-05-21T08:47:36.703Z Compiling proc-macro-error2 v2.0.1
37612026-05-21T08:47:36.723Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37622026-05-21T08:47:36.815Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37632026-05-21T08:47:36.856Z Checking tokio-tungstenite v0.21.0
37642026-05-21T08:47:36.956Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37652026-05-21T08:47:36.989Z Checking papergrid v0.17.0
37662026-05-21T08:47:37.020Z Compiling tabled_derive v0.11.0
37672026-05-21T08:47:37.110Z Checking testing_table v0.3.0
37682026-05-21T08:47:37.137Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37692026-05-21T08:47:37.211Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37702026-05-21T08:47:37.344Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37712026-05-21T08:47:37.383Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37722026-05-21T08:47:37.426Z Compiling unicase v2.9.0
37732026-05-21T08:47:37.540Z Compiling illumos-nvpair-sys v0.2.0
37742026-05-21T08:47:37.586Z Checking corncobs v0.1.4
37752026-05-21T08:47:37.637Z Compiling mime_guess v2.0.5
37762026-05-21T08:47:37.692Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37772026-05-21T08:47:37.722Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37782026-05-21T08:47:37.813Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37792026-05-21T08:47:37.828Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9bb5037167c1ff0d812299f668841c9b7bda4480#9bb50371)
37802026-05-21T08:47:37.928Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37812026-05-21T08:47:38.016Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37822026-05-21T08:47:38.240Z Checking progenitor-client v0.11.2
37832026-05-21T08:47:38.245Z Checking secrecy v0.8.0
37842026-05-21T08:47:38.245Z Checking tabled v0.20.0
37852026-05-21T08:47:38.245Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37862026-05-21T08:47:38.417Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37872026-05-21T08:47:38.437Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37882026-05-21T08:47:38.497Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37892026-05-21T08:47:38.647Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37902026-05-21T08:47:38.836Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37912026-05-21T08:47:38.867Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37922026-05-21T08:47:38.885Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37932026-05-21T08:47:38.924Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37942026-05-21T08:47:39.098Z Checking filetime v0.2.27
37952026-05-21T08:47:39.126Z Checking xattr v1.6.1
37962026-05-21T08:47:39.243Z Checking http-range v0.1.5
37972026-05-21T08:47:39.264Z Checking crc8 v0.1.1
37982026-05-21T08:47:39.351Z Checking tar v0.4.45
37992026-05-21T08:47:39.372Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38002026-05-21T08:47:39.384Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38012026-05-21T08:47:39.572Z Checking illumos-nvpair v0.3.0
38022026-05-21T08:47:39.589Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38032026-05-21T08:47:39.751Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38042026-05-21T08:47:39.833Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38052026-05-21T08:47:39.876Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38062026-05-21T08:47:40.046Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38072026-05-21T08:47:40.147Z Checking atty v0.2.14
38082026-05-21T08:47:40.215Z Compiling typify-macro v0.4.3
38092026-05-21T08:47:40.236Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38102026-05-21T08:47:40.252Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
38112026-05-21T08:47:40.324Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38122026-05-21T08:47:40.327Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38132026-05-21T08:47:40.399Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38142026-05-21T08:47:40.478Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38152026-05-21T08:47:40.686Z Checking hyper-staticfile v0.10.1
38162026-05-21T08:47:40.777Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38172026-05-21T08:47:40.817Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38182026-05-21T08:47:40.964Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38192026-05-21T08:47:40.981Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38202026-05-21T08:47:41.048Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38212026-05-21T08:47:41.229Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38222026-05-21T08:47:41.328Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38232026-05-21T08:47:41.526Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38242026-05-21T08:47:41.611Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38252026-05-21T08:47:41.959Z Compiling typify v0.4.3
38262026-05-21T08:47:42.079Z Compiling progenitor-impl v0.11.2
38272026-05-21T08:47:42.098Z Compiling progenitor-impl v0.10.0
38282026-05-21T08:47:42.509Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38292026-05-21T08:47:43.088Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38302026-05-21T08:47:43.547Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38312026-05-21T08:47:43.920Z Compiling progenitor-macro v0.11.2
38322026-05-21T08:47:43.985Z Compiling progenitor-macro v0.10.0
38332026-05-21T08:47:45.993Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38342026-05-21T08:47:46.514Z Checking progenitor v0.11.2
38352026-05-21T08:47:46.653Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38362026-05-21T08:47:46.949Z Checking progenitor v0.10.0
38372026-05-21T08:47:47.081Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
38382026-05-21T08:47:51.370Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38392026-05-21T08:48:02.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.04s
38402026-05-21T08:48:02.913Z
38412026-05-21T08:48:02.913Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
38422026-05-21T08:48:03.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-21T08:48:03.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-21T08:48:03.755Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38452026-05-21T08:48:14.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s
38462026-05-21T08:48:14.947Z
38472026-05-21T08:48:14.947Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
38482026-05-21T08:48:15.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-21T08:48:15.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-21T08:48:15.793Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-05-21T08:48:26.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.80s
38522026-05-21T08:48:26.986Z
38532026-05-21T08:48:26.986Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
38542026-05-21T08:48:27.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-21T08:48:27.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-21T08:48:27.822Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-05-21T08:48:38.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.85s
38582026-05-21T08:48:39.071Z
38592026-05-21T08:48:39.071Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
38602026-05-21T08:48:39.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-21T08:48:39.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-21T08:48:39.907Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-05-21T08:48:50.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
38642026-05-21T08:48:51.068Z
38652026-05-21T08:48:51.068Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
38662026-05-21T08:48:51.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-21T08:48:51.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-21T08:48:51.907Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-05-21T08:49:02.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s
38702026-05-21T08:49:03.083Z
38712026-05-21T08:49:03.083Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
38722026-05-21T08:49:03.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-21T08:49:03.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-21T08:49:03.930Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-05-21T08:49:14.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
38762026-05-21T08:49:15.083Z
38772026-05-21T08:49:15.083Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
38782026-05-21T08:49:15.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-21T08:49:15.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-21T08:49:15.936Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-05-21T08:49:26.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.77s
38822026-05-21T08:49:27.089Z
38832026-05-21T08:49:27.089Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
38842026-05-21T08:49:27.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-05-21T08:49:27.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-05-21T08:49:27.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-05-21T08:49:27.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38882026-05-21T08:49:27.737Z
38892026-05-21T08:49:27.737Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
38902026-05-21T08:49:28.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-05-21T08:49:28.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-05-21T08:49:28.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-05-21T08:49:28.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38942026-05-21T08:49:28.384Z
38952026-05-21T08:49:28.384Zinfo: running `cargo check --bins` on range-requests (194/276)
38962026-05-21T08:49:28.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-05-21T08:49:28.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-05-21T08:49:28.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-05-21T08:49:28.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39002026-05-21T08:49:29.018Z
39012026-05-21T08:49:29.018Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
39022026-05-21T08:49:29.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-21T08:49:29.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-21T08:49:29.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-05-21T08:49:29.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39062026-05-21T08:49:29.654Z
39072026-05-21T08:49:29.654Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
39082026-05-21T08:49:30.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-05-21T08:49:30.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-05-21T08:49:30.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-05-21T08:49:30.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39122026-05-21T08:49:30.313Z
39132026-05-21T08:49:30.313Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
39142026-05-21T08:49:30.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-05-21T08:49:30.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-05-21T08:49:30.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-05-21T08:49:30.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39182026-05-21T08:49:30.971Z
39192026-05-21T08:49:30.971Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
39202026-05-21T08:49:31.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-05-21T08:49:31.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-05-21T08:49:31.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-05-21T08:49:31.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39242026-05-21T08:49:31.631Z
39252026-05-21T08:49:31.631Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
39262026-05-21T08:49:32.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-05-21T08:49:32.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-05-21T08:49:32.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-05-21T08:49:32.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
39302026-05-21T08:49:32.308Z
39312026-05-21T08:49:32.308Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
39322026-05-21T08:49:32.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-05-21T08:49:32.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-05-21T08:49:32.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-05-21T08:49:32.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39362026-05-21T08:49:32.976Z
39372026-05-21T08:49:32.976Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
39382026-05-21T08:49:33.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-05-21T08:49:33.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-05-21T08:49:33.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-05-21T08:49:33.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
39422026-05-21T08:49:33.668Z
39432026-05-21T08:49:33.668Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
39442026-05-21T08:49:34.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-05-21T08:49:34.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-05-21T08:49:34.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-05-21T08:49:34.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39482026-05-21T08:49:34.337Z
39492026-05-21T08:49:34.337Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
39502026-05-21T08:49:34.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-05-21T08:49:34.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-05-21T08:49:34.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-05-21T08:49:34.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39542026-05-21T08:49:35.003Z
39552026-05-21T08:49:35.003Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
39562026-05-21T08:49:35.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-05-21T08:49:35.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-05-21T08:49:35.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-05-21T08:49:35.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39602026-05-21T08:49:35.673Z
39612026-05-21T08:49:35.673Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
39622026-05-21T08:49:36.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-05-21T08:49:36.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-05-21T08:49:36.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-05-21T08:49:36.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39662026-05-21T08:49:36.341Z
39672026-05-21T08:49:36.341Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
39682026-05-21T08:49:36.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-05-21T08:49:36.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-05-21T08:49:36.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-05-21T08:49:36.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
39722026-05-21T08:49:37.035Z
39732026-05-21T08:49:37.035Zinfo: running `cargo check --bins` on trust-quorum (207/276)
39742026-05-21T08:49:37.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-05-21T08:49:37.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-05-21T08:49:37.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-05-21T08:49:37.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39782026-05-21T08:49:37.700Z
39792026-05-21T08:49:37.700Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
39802026-05-21T08:49:38.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-05-21T08:49:38.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-05-21T08:49:38.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-05-21T08:49:38.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
39842026-05-21T08:49:38.382Z
39852026-05-21T08:49:38.383Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
39862026-05-21T08:49:38.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-05-21T08:49:38.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-05-21T08:49:38.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-05-21T08:49:38.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
39902026-05-21T08:49:39.084Z
39912026-05-21T08:49:39.084Zinfo: running `cargo check --bins` on update-common (210/276)
39922026-05-21T08:49:39.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-05-21T08:49:39.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-05-21T08:49:39.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-05-21T08:49:39.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39962026-05-21T08:49:39.732Z
39972026-05-21T08:49:39.733Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
39982026-05-21T08:49:40.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-05-21T08:49:40.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-05-21T08:49:40.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-05-21T08:49:40.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
40022026-05-21T08:49:40.436Z
40032026-05-21T08:49:40.436Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
40042026-05-21T08:49:40.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-05-21T08:49:40.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-05-21T08:49:40.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-05-21T08:49:40.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40082026-05-21T08:49:41.065Z
40092026-05-21T08:49:41.065Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
40102026-05-21T08:49:41.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-05-21T08:49:41.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-05-21T08:49:41.904Z Compiling fs-err v2.11.0
40132026-05-21T08:49:41.907Z Checking ignore v0.4.25
40142026-05-21T08:49:41.907Z Checking arc-swap v1.8.2
40152026-05-21T08:49:42.051Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40162026-05-21T08:49:42.055Z Checking predicates-tree v1.0.13
40172026-05-21T08:49:42.055Z Checking parse-size v1.1.0
40182026-05-21T08:49:42.086Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40192026-05-21T08:49:42.089Z Checking rand_seeder v0.4.0
40202026-05-21T08:49:42.152Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40212026-05-21T08:49:42.187Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40222026-05-21T08:49:42.233Z Checking slog-scope v4.4.1
40232026-05-21T08:49:42.247Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40242026-05-21T08:49:42.288Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40252026-05-21T08:49:42.367Z Checking slog-stdlog v4.1.1
40262026-05-21T08:49:42.388Z Compiling petname v2.0.2
40272026-05-21T08:49:42.406Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40282026-05-21T08:49:42.434Z Checking globwalk v0.9.1
40292026-05-21T08:49:42.485Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40302026-05-21T08:49:42.485Z Checking slog-envlogger v2.2.0
40312026-05-21T08:49:42.616Z Checking camino-tempfile-ext v0.3.3
40322026-05-21T08:49:42.651Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40332026-05-21T08:49:42.699Z Checking sapling-renderdag v0.1.0
40342026-05-21T08:49:42.820Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40352026-05-21T08:49:42.847Z Checking subprocess v0.2.15
40362026-05-21T08:49:42.957Z Checking sync-ptr v0.1.4
40372026-05-21T08:49:43.103Z Checking colored v2.2.0
40382026-05-21T08:49:43.139Z Checking assert_matches v1.5.0
40392026-05-21T08:49:43.155Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40402026-05-21T08:49:43.317Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40412026-05-21T08:49:43.320Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40422026-05-21T08:49:44.098Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40432026-05-21T08:49:45.515Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40442026-05-21T08:49:47.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.92s
40452026-05-21T08:49:48.214Z
40462026-05-21T08:49:48.214Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
40472026-05-21T08:49:48.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-05-21T08:49:48.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-05-21T08:49:48.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-05-21T08:49:48.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40512026-05-21T08:49:48.846Z
40522026-05-21T08:49:48.846Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
40532026-05-21T08:49:49.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-05-21T08:49:49.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-05-21T08:49:49.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-05-21T08:49:49.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40572026-05-21T08:49:49.501Z
40582026-05-21T08:49:49.501Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
40592026-05-21T08:49:50.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-05-21T08:49:50.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-05-21T08:49:50.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-05-21T08:49:50.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
40632026-05-21T08:49:50.200Z
40642026-05-21T08:49:50.200Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
40652026-05-21T08:49:50.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-05-21T08:49:50.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-05-21T08:49:50.980Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40682026-05-21T08:49:50.980Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40692026-05-21T08:49:51.639Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40702026-05-21T08:49:53.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
40712026-05-21T08:49:53.627Z
40722026-05-21T08:49:53.627Zinfo: running `cargo check --bins` on oximeter-api (218/276)
40732026-05-21T08:49:54.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-05-21T08:49:54.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-05-21T08:49:54.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-05-21T08:49:54.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40772026-05-21T08:49:54.270Z
40782026-05-21T08:49:54.270Zinfo: running `cargo check --bins` on cert-dev (219/276)
40792026-05-21T08:49:54.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-05-21T08:49:54.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-05-21T08:49:54.916Z Checking yasna v0.5.2
40822026-05-21T08:49:55.325Z Checking rcgen v0.12.1
40832026-05-21T08:49:55.601Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40842026-05-21T08:49:55.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
40852026-05-21T08:49:55.956Z
40862026-05-21T08:49:55.956Zinfo: running `cargo check --bins` on clickana (220/276)
40872026-05-21T08:49:56.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-05-21T08:49:56.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-05-21T08:49:56.647Z Compiling darling_core v0.23.0
40902026-05-21T08:49:56.757Z Compiling instability v0.3.11
40912026-05-21T08:49:56.766Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40922026-05-21T08:49:56.766Z Checking castaway v0.2.4
40932026-05-21T08:49:56.778Z Compiling indoc v2.0.7
40942026-05-21T08:49:56.781Z Checking unicode-truncate v1.1.0
40952026-05-21T08:49:56.799Z Checking lru v0.12.5
40962026-05-21T08:49:56.799Z Checking cassowary v0.3.0
40972026-05-21T08:49:56.866Z Checking compact_str v0.8.1
40982026-05-21T08:49:57.839Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40992026-05-21T08:49:58.032Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41002026-05-21T08:49:58.189Z Compiling darling_macro v0.23.0
41012026-05-21T08:49:58.607Z Compiling darling v0.23.0
41022026-05-21T08:49:59.227Z Checking ratatui v0.29.0
41032026-05-21T08:50:00.284Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41042026-05-21T08:50:00.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s
41052026-05-21T08:50:01.168Z
41062026-05-21T08:50:01.168Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
41072026-05-21T08:50:01.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-05-21T08:50:01.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-05-21T08:50:01.953Z Checking headers-core v0.3.0
41102026-05-21T08:50:01.953Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41112026-05-21T08:50:02.157Z Checking headers v0.4.1
41122026-05-21T08:50:02.526Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41132026-05-21T08:50:03.504Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41142026-05-21T08:50:04.080Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41152026-05-21T08:50:04.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
41162026-05-21T08:50:04.788Z
41172026-05-21T08:50:04.788Zinfo: running `cargo check --bins` on ch-dev (222/276)
41182026-05-21T08:50:05.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-05-21T08:50:05.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-05-21T08:50:05.569Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41212026-05-21T08:50:06.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
41222026-05-21T08:50:06.618Z
41232026-05-21T08:50:06.618Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
41242026-05-21T08:50:07.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-05-21T08:50:07.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-05-21T08:50:07.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-05-21T08:50:07.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41282026-05-21T08:50:07.127Z
41292026-05-21T08:50:07.127Zinfo: running `cargo check --bins` on crdb-seed (224/276)
41302026-05-21T08:50:07.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-05-21T08:50:07.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-05-21T08:50:07.912Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41332026-05-21T08:50:09.011Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41342026-05-21T08:50:09.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
41352026-05-21T08:50:09.642Z
41362026-05-21T08:50:09.642Zinfo: running `cargo check --bins` on db-dev (225/276)
41372026-05-21T08:50:10.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-05-21T08:50:10.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-05-21T08:50:10.423Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41402026-05-21T08:50:11.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
41412026-05-21T08:50:11.498Z
41422026-05-21T08:50:11.498Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
41432026-05-21T08:50:12.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-05-21T08:50:12.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-05-21T08:50:12.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-05-21T08:50:12.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
41472026-05-21T08:50:12.195Z
41482026-05-21T08:50:12.195Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
41492026-05-21T08:50:12.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-05-21T08:50:12.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-05-21T08:50:12.851Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41522026-05-21T08:50:13.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
41532026-05-21T08:50:13.741Z
41542026-05-21T08:50:13.741Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
41552026-05-21T08:50:14.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-05-21T08:50:14.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-05-21T08:50:14.564Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41582026-05-21T08:50:14.564Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41592026-05-21T08:50:14.567Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
41602026-05-21T08:50:14.567Z Checking git-stub v1.0.0
41612026-05-21T08:50:14.567Z Compiling trait-variant v0.1.2
41622026-05-21T08:50:14.686Z Checking maplit v1.0.2
41632026-05-21T08:50:14.709Z Checking is_ci v1.2.0
41642026-05-21T08:50:14.732Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41652026-05-21T08:50:14.772Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41662026-05-21T08:50:14.825Z Checking supports-color v3.0.2
41672026-05-21T08:50:14.855Z Checking git-stub-vcs v0.1.0
41682026-05-21T08:50:14.955Z Checking drift v0.1.4
41692026-05-21T08:50:14.971Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41702026-05-21T08:50:14.988Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41712026-05-21T08:50:15.057Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41722026-05-21T08:50:15.203Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41732026-05-21T08:50:15.253Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41742026-05-21T08:50:15.268Z Checking dropshot-api-manager v0.7.1
41752026-05-21T08:50:15.283Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41762026-05-21T08:50:15.436Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41772026-05-21T08:50:15.502Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41782026-05-21T08:50:15.632Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
41792026-05-21T08:50:16.002Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41802026-05-21T08:50:20.963Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41812026-05-21T08:50:22.064Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41822026-05-21T08:50:22.638Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41832026-05-21T08:50:23.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.44s
41842026-05-21T08:50:23.389Z
41852026-05-21T08:50:23.389Zinfo: running `cargo check --bins` on installinator-api (229/276)
41862026-05-21T08:50:23.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-05-21T08:50:23.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-05-21T08:50:23.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41892026-05-21T08:50:23.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41902026-05-21T08:50:24.035Z
41912026-05-21T08:50:24.035Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
41922026-05-21T08:50:24.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-05-21T08:50:24.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-05-21T08:50:24.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-05-21T08:50:24.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
41962026-05-21T08:50:24.726Z
41972026-05-21T08:50:24.726Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
41982026-05-21T08:50:25.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-05-21T08:50:25.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-05-21T08:50:25.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-05-21T08:50:25.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
42022026-05-21T08:50:25.412Z
42032026-05-21T08:50:25.412Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
42042026-05-21T08:50:25.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-05-21T08:50:25.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-05-21T08:50:25.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-05-21T08:50:25.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
42082026-05-21T08:50:26.101Z
42092026-05-21T08:50:26.101Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
42102026-05-21T08:50:26.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-05-21T08:50:26.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-05-21T08:50:26.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-05-21T08:50:26.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42142026-05-21T08:50:26.749Z
42152026-05-21T08:50:26.749Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
42162026-05-21T08:50:27.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-05-21T08:50:27.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-05-21T08:50:27.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-05-21T08:50:27.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42202026-05-21T08:50:27.370Z
42212026-05-21T08:50:27.370Zinfo: running `cargo check --bins` on wicketd-api (235/276)
42222026-05-21T08:50:27.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-05-21T08:50:27.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-05-21T08:50:27.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-05-21T08:50:27.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42262026-05-21T08:50:28.030Z
42272026-05-21T08:50:28.030Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
42282026-05-21T08:50:28.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-05-21T08:50:28.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-05-21T08:50:28.686Z Checking typeid v1.0.3
42312026-05-21T08:50:28.802Z Checking ordered-float v2.10.1
42322026-05-21T08:50:28.822Z Checking unicode-xid v0.2.6
42332026-05-21T08:50:28.834Z Checking cargo-platform v0.2.0
42342026-05-21T08:50:28.845Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42352026-05-21T08:50:28.869Z Checking erased-serde v0.4.9
42362026-05-21T08:50:29.008Z Checking serde-value v0.7.0
42372026-05-21T08:50:29.187Z Checking serde-untagged v0.1.9
42382026-05-21T08:50:29.342Z Checking cargo-util-schemas v0.8.2
42392026-05-21T08:50:30.033Z Checking cargo_metadata v0.21.0
42402026-05-21T08:50:30.636Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42412026-05-21T08:50:31.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
42422026-05-21T08:50:31.517Z
42432026-05-21T08:50:31.517Zinfo: running `cargo check --bins` on mgs-dev (237/276)
42442026-05-21T08:50:32.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-05-21T08:50:32.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-05-21T08:50:32.321Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42472026-05-21T08:50:33.026Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42482026-05-21T08:50:33.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
42492026-05-21T08:50:33.842Z
42502026-05-21T08:50:33.842Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
42512026-05-21T08:50:34.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-05-21T08:50:34.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-05-21T08:50:34.774Z Compiling vergen-gitcl v1.0.8
42542026-05-21T08:50:34.774Z Compiling dirs-sys-next v0.1.2
42552026-05-21T08:50:34.774Z Compiling glob v0.3.3
42562026-05-21T08:50:34.774Z Compiling diesel_derives v2.3.7
42572026-05-21T08:50:34.774Z Compiling crunchy v0.2.4
42582026-05-21T08:50:34.777Z Compiling dsl_auto_type v0.2.0
42592026-05-21T08:50:34.777Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42602026-05-21T08:50:34.777Z Checking scheduled-thread-pool v0.2.7
42612026-05-21T08:50:35.063Z Compiling diesel_table_macro_syntax v0.3.0
42622026-05-21T08:50:35.102Z Compiling tiny-keccak v2.0.2
42632026-05-21T08:50:35.193Z Compiling dirs-next v2.0.0
42642026-05-21T08:50:35.288Z Compiling clang-sys v1.8.1
42652026-05-21T08:50:35.291Z Checking r2d2 v0.8.10
42662026-05-21T08:50:35.348Z Compiling term v0.7.0
42672026-05-21T08:50:35.362Z Compiling bit-vec v0.6.3
42682026-05-21T08:50:35.377Z Checking downcast-rs v2.0.2
42692026-05-21T08:50:35.510Z Compiling itertools v0.10.5
42702026-05-21T08:50:35.585Z Compiling bit-set v0.5.3
42712026-05-21T08:50:35.691Z Compiling ascii-canvas v3.0.0
42722026-05-21T08:50:35.749Z Compiling ena v0.14.4
42732026-05-21T08:50:35.839Z Compiling libloading v0.8.9
42742026-05-21T08:50:35.883Z Compiling regex-syntax v0.6.29
42752026-05-21T08:50:35.915Z Compiling bindgen v0.71.1
42762026-05-21T08:50:35.938Z Compiling diff v0.1.13
42772026-05-21T08:50:35.964Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42782026-05-21T08:50:36.156Z Compiling cexpr v0.6.0
42792026-05-21T08:50:36.208Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42802026-05-21T08:50:36.364Z Compiling rustc-hash v2.1.1
42812026-05-21T08:50:36.404Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42822026-05-21T08:50:36.501Z Compiling libxml v0.3.3
42832026-05-21T08:50:36.571Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42842026-05-21T08:50:36.763Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42852026-05-21T08:50:36.833Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42862026-05-21T08:50:36.897Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42872026-05-21T08:50:37.000Z Compiling strum_macros v0.24.3
42882026-05-21T08:50:37.027Z Compiling indoc v1.0.9
42892026-05-21T08:50:37.472Z Compiling lalrpop v0.19.12
42902026-05-21T08:50:38.006Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42912026-05-21T08:50:38.081Z Checking derive_builder v0.20.2
42922026-05-21T08:50:38.202Z Compiling oso-derive v0.27.3
42932026-05-21T08:50:38.218Z Checking quick-xml v0.37.5
42942026-05-21T08:50:38.375Z Compiling impl-trait-for-tuples v0.2.3
42952026-05-21T08:50:38.716Z Checking openssl-probe v0.1.6
42962026-05-21T08:50:38.860Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42972026-05-21T08:50:39.121Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42982026-05-21T08:50:39.321Z Checking bb8 v0.8.6
42992026-05-21T08:50:39.626Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43002026-05-21T08:50:39.649Z Checking nonempty v0.12.0
43012026-05-21T08:50:39.802Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43022026-05-21T08:50:39.819Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43032026-05-21T08:50:39.859Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43042026-05-21T08:50:39.937Z Checking console v0.16.2
43052026-05-21T08:50:40.034Z Checking unit-prefix v0.5.2
43062026-05-21T08:50:40.051Z Checking support-bundle-viewer v0.1.2
43072026-05-21T08:50:40.172Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
43082026-05-21T08:50:40.248Z Checking indicatif v0.18.4
43092026-05-21T08:50:40.300Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43102026-05-21T08:50:40.442Z Checking multimap v0.10.1
43112026-05-21T08:50:40.871Z Checking diesel v2.3.7
43122026-05-21T08:50:42.946Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43132026-05-21T08:50:43.275Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43142026-05-21T08:50:43.344Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43152026-05-21T08:50:43.676Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43162026-05-21T08:50:44.806Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43172026-05-21T08:50:45.094Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43182026-05-21T08:50:45.218Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43192026-05-21T08:50:45.991Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43202026-05-21T08:50:48.209Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43212026-05-21T08:50:52.595Z Compiling samael v0.0.19
43222026-05-21T08:50:57.385Z Checking async-bb8-diesel v0.2.1
43232026-05-21T08:50:57.748Z Checking diesel-dtrace v0.5.0
43242026-05-21T08:50:58.854Z Compiling polar-core v0.27.3
43252026-05-21T08:51:03.330Z Checking oso v0.27.3
43262026-05-21T08:51:40.250Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43272026-05-21T08:52:14.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 40s
43282026-05-21T08:52:14.798Z
43292026-05-21T08:52:14.798Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
43302026-05-21T08:52:15.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43312026-05-21T08:52:15.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43322026-05-21T08:52:15.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43332026-05-21T08:52:15.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
43342026-05-21T08:52:15.494Z
43352026-05-21T08:52:15.494Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
43362026-05-21T08:52:16.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43372026-05-21T08:52:16.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43382026-05-21T08:52:16.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43392026-05-21T08:52:16.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43402026-05-21T08:52:16.208Z
43412026-05-21T08:52:16.208Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
43422026-05-21T08:52:16.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43432026-05-21T08:52:16.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43442026-05-21T08:52:16.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43452026-05-21T08:52:16.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43462026-05-21T08:52:16.838Z
43472026-05-21T08:52:16.839Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
43482026-05-21T08:52:17.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43492026-05-21T08:52:17.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43502026-05-21T08:52:17.774Z Compiling libz-sys v1.1.24
43512026-05-21T08:52:17.911Z Compiling libgit2-sys v0.18.3+1.9.2
43522026-05-21T08:52:17.925Z Compiling vergen-git2 v1.0.7
43532026-05-21T08:52:17.956Z Compiling rustls v0.21.12
43542026-05-21T08:52:17.964Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
43552026-05-21T08:52:17.967Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43562026-05-21T08:52:17.967Z Checking rustls-webpki v0.101.7
43572026-05-21T08:52:17.967Z Checking sct v0.7.1
43582026-05-21T08:52:18.124Z Compiling nix v0.29.0
43592026-05-21T08:52:18.141Z Compiling dropshot v0.16.7
43602026-05-21T08:52:18.182Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43612026-05-21T08:52:18.232Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43622026-05-21T08:52:18.304Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43632026-05-21T08:52:18.399Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43642026-05-21T08:52:18.419Z Checking toml v0.9.12+spec-1.1.0
43652026-05-21T08:52:18.488Z Compiling dropshot_endpoint v0.16.7
43662026-05-21T08:52:18.630Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43672026-05-21T08:52:18.775Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43682026-05-21T08:52:19.006Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#85d6fc96)
43692026-05-21T08:52:19.022Z Checking rustls-pemfile v1.0.4
43702026-05-21T08:52:19.166Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43712026-05-21T08:52:19.363Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
43722026-05-21T08:52:19.517Z Checking twox-hash v2.1.2
43732026-05-21T08:52:19.545Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43742026-05-21T08:52:19.615Z Checking tokio-rustls v0.24.1
43752026-05-21T08:52:20.371Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43762026-05-21T08:52:20.508Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43772026-05-21T08:52:20.557Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43782026-05-21T08:52:21.183Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43792026-05-21T08:52:21.208Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43802026-05-21T08:52:21.233Z Checking fatfs v0.3.6
43812026-05-21T08:52:21.318Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43822026-05-21T08:52:21.352Z Compiling seq-macro v0.3.6
43832026-05-21T08:52:25.255Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
43842026-05-21T08:52:25.379Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3)
43852026-05-21T08:52:25.728Z Compiling git2 v0.20.4
43862026-05-21T08:52:27.980Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
43872026-05-21T08:53:15.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.64s
43882026-05-21T08:53:15.718Z
43892026-05-21T08:53:15.719Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
43902026-05-21T08:53:16.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-05-21T08:53:16.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-05-21T08:53:16.687Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43932026-05-21T08:53:56.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.56s
43942026-05-21T08:53:56.519Z
43952026-05-21T08:53:56.519Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
43962026-05-21T08:53:57.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-05-21T08:53:57.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-05-21T08:53:57.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43992026-05-21T08:53:57.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44002026-05-21T08:53:57.148Z
44012026-05-21T08:53:57.148Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
44022026-05-21T08:53:57.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-05-21T08:53:57.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-05-21T08:53:57.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44052026-05-21T08:53:57.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
44062026-05-21T08:53:57.838Z
44072026-05-21T08:53:57.838Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
44082026-05-21T08:53:58.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-05-21T08:53:58.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-05-21T08:53:58.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44112026-05-21T08:53:58.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
44122026-05-21T08:53:58.545Z
44132026-05-21T08:53:58.545Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
44142026-05-21T08:53:59.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-05-21T08:53:59.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-05-21T08:53:59.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44172026-05-21T08:53:59.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
44182026-05-21T08:53:59.254Z
44192026-05-21T08:53:59.254Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
44202026-05-21T08:53:59.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-05-21T08:53:59.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-05-21T08:53:59.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44232026-05-21T08:53:59.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
44242026-05-21T08:53:59.948Z
44252026-05-21T08:53:59.948Zinfo: running `cargo check --bins` on nexus-networking (249/276)
44262026-05-21T08:54:00.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-05-21T08:54:00.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-05-21T08:54:00.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44292026-05-21T08:54:00.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
44302026-05-21T08:54:00.649Z
44312026-05-21T08:54:00.649Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
44322026-05-21T08:54:01.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-05-21T08:54:01.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-05-21T08:54:01.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44352026-05-21T08:54:01.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
44362026-05-21T08:54:01.356Z
44372026-05-21T08:54:01.356Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
44382026-05-21T08:54:01.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-05-21T08:54:01.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-05-21T08:54:01.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-05-21T08:54:01.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
44422026-05-21T08:54:02.066Z
44432026-05-21T08:54:02.066Zinfo: running `cargo check --bins` on omicron-dev (252/276)
44442026-05-21T08:54:02.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-05-21T08:54:02.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-05-21T08:54:03.028Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44472026-05-21T08:54:03.029Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44482026-05-21T08:54:03.220Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44492026-05-21T08:54:03.223Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44502026-05-21T08:54:03.266Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44512026-05-21T08:54:03.279Z Checking yansi v1.0.1
44522026-05-21T08:54:03.282Z Checking diff v0.1.13
44532026-05-21T08:54:03.282Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44542026-05-21T08:54:03.366Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44552026-05-21T08:54:03.529Z Checking pretty_assertions v1.4.1
44562026-05-21T08:54:04.310Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44572026-05-21T08:54:04.448Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44582026-05-21T08:54:28.689Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44592026-05-21T08:54:28.689Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44602026-05-21T08:54:28.692Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44612026-05-21T08:54:28.692Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44622026-05-21T08:54:28.692Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44632026-05-21T08:54:28.692Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44642026-05-21T08:54:29.658Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44652026-05-21T08:54:30.839Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44662026-05-21T08:55:09.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
44672026-05-21T08:55:09.883Z
44682026-05-21T08:55:09.883Zinfo: running `cargo check --bins` on omicron-pins (253/276)
44692026-05-21T08:55:10.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-05-21T08:55:10.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-05-21T08:55:10.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-05-21T08:55:10.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44732026-05-21T08:55:10.520Z
44742026-05-21T08:55:10.520Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
44752026-05-21T08:55:11.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-05-21T08:55:11.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-05-21T08:55:11.369Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44782026-05-21T08:55:11.498Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44792026-05-21T08:55:11.501Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44802026-05-21T08:55:37.525Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44812026-05-21T08:55:38.011Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44822026-05-21T08:55:39.838Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44832026-05-21T08:55:40.387Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44842026-05-21T08:55:43.416Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44852026-05-21T08:56:06.417Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44862026-05-21T08:56:07.221Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44872026-05-21T08:56:09.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.51s
44882026-05-21T08:56:09.258Z
44892026-05-21T08:56:09.258Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
44902026-05-21T08:56:09.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-05-21T08:56:09.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-05-21T08:56:10.045Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44932026-05-21T08:56:10.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
44942026-05-21T08:56:11.023Z
44952026-05-21T08:56:11.023Zinfo: running `cargo check --bins` on omicron-releng (256/276)
44962026-05-21T08:56:11.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-05-21T08:56:11.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-05-21T08:56:11.712Z Compiling blake3 v1.8.3
44992026-05-21T08:56:11.824Z Checking constant_time_eq v0.4.2
45002026-05-21T08:56:11.827Z Checking arrayvec v0.7.6
45012026-05-21T08:56:11.827Z Checking arrayref v0.3.9
45022026-05-21T08:56:11.845Z Checking topological-sort v0.2.2
45032026-05-21T08:56:11.848Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45042026-05-21T08:56:11.848Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45052026-05-21T08:56:11.848Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45062026-05-21T08:56:11.899Z Checking shell-words v1.1.1
45072026-05-21T08:56:12.732Z Checking omicron-zone-package v0.12.2
45082026-05-21T08:56:13.454Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45092026-05-21T08:56:14.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
45102026-05-21T08:56:14.547Z
45112026-05-21T08:56:14.547Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
45122026-05-21T08:56:15.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-05-21T08:56:15.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-05-21T08:56:15.231Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45152026-05-21T08:56:15.559Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45162026-05-21T08:56:15.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45172026-05-21T08:56:16.171Z
45182026-05-21T08:56:16.171Zinfo: running `cargo check --bins` on schema (258/276)
45192026-05-21T08:56:16.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-05-21T08:56:16.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-05-21T08:56:16.961Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45222026-05-21T08:56:17.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
45232026-05-21T08:56:17.978Z
45242026-05-21T08:56:17.978Zinfo: running `cargo check --bins` on xtask (259/276)
45252026-05-21T08:56:18.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45262026-05-21T08:56:18.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45272026-05-21T08:56:18.462Z Checking libc v0.2.185
45282026-05-21T08:56:18.465Z Checking serde v1.0.228
45292026-05-21T08:56:18.555Z Checking zerofrom v0.1.6
45302026-05-21T08:56:18.561Z Checking bitflags v2.11.0
45312026-05-21T08:56:18.568Z Checking smallvec v1.15.1
45322026-05-21T08:56:18.571Z Checking indexmap v2.14.0
45332026-05-21T08:56:18.586Z Checking serde_json v1.0.149
45342026-05-21T08:56:18.589Z Checking num-traits v0.2.19
45352026-05-21T08:56:18.657Z Checking yoke v0.8.1
45362026-05-21T08:56:18.710Z Checking scroll v0.12.0
45372026-05-21T08:56:18.745Z Checking thiserror v1.0.69
45382026-05-21T08:56:18.830Z Checking zerovec v0.11.5
45392026-05-21T08:56:18.845Z Checking zerotrie v0.2.3
45402026-05-21T08:56:18.848Z Checking errno v0.3.14
45412026-05-21T08:56:18.935Z Checking toml_datetime v0.6.11
45422026-05-21T08:56:18.935Z Checking serde_spanned v0.6.9
45432026-05-21T08:56:18.975Z Checking rustix v1.1.3
45442026-05-21T08:56:19.064Z Checking log v0.4.29
45452026-05-21T08:56:19.091Z Checking percent-encoding v2.3.2
45462026-05-21T08:56:19.114Z Checking zerocopy v0.7.35
45472026-05-21T08:56:19.126Z Checking ordered-float v2.10.1
45482026-05-21T08:56:19.129Z Checking toml_edit v0.22.27
45492026-05-21T08:56:19.195Z Checking getrandom v0.4.1
45502026-05-21T08:56:19.215Z Checking goblin v0.8.2
45512026-05-21T08:56:19.234Z Checking form_urlencoded v1.2.2
45522026-05-21T08:56:19.270Z Checking tinystr v0.8.2
45532026-05-21T08:56:19.330Z Checking potential_utf v0.1.4
45542026-05-21T08:56:19.356Z Checking serde-value v0.7.0
45552026-05-21T08:56:19.367Z Checking thiserror v2.0.18
45562026-05-21T08:56:19.452Z Checking icu_locale_core v2.1.1
45572026-05-21T08:56:19.463Z Checking icu_collections v2.1.1
45582026-05-21T08:56:19.473Z Checking syn v2.0.117
45592026-05-21T08:56:19.559Z Checking dtrace-parser v0.2.0
45602026-05-21T08:56:19.608Z Checking thread-id v4.2.2
45612026-05-21T08:56:19.691Z Checking once_cell v1.21.3
45622026-05-21T08:56:19.773Z Checking cargo-platform v0.2.0
45632026-05-21T08:56:19.787Z Checking terminal_size v0.4.3
45642026-05-21T08:56:19.798Z Checking memmap v0.7.0
45652026-05-21T08:56:19.865Z Checking tempfile v3.25.0
45662026-05-21T08:56:19.924Z Checking clap_builder v4.6.0
45672026-05-21T08:56:19.950Z Checking textwrap v0.16.2
45682026-05-21T08:56:19.953Z Checking fs-err v3.3.0
45692026-05-21T08:56:20.015Z Checking icu_provider v2.1.1
45702026-05-21T08:56:20.067Z Checking camino-tempfile v1.4.1
45712026-05-21T08:56:20.140Z Checking tabled v0.15.0
45722026-05-21T08:56:20.167Z Checking anyhow v1.0.102
45732026-05-21T08:56:20.226Z Checking macaddr v1.0.1
45742026-05-21T08:56:20.245Z Checking toml v0.8.23
45752026-05-21T08:56:20.257Z Checking icu_normalizer v2.1.1
45762026-05-21T08:56:20.366Z Checking icu_properties v2.1.2
45772026-05-21T08:56:20.407Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45782026-05-21T08:56:20.565Z Checking cargo_toml v0.21.0
45792026-05-21T08:56:21.113Z Checking dof v0.3.0
45802026-05-21T08:56:21.128Z Checking clap v4.6.1
45812026-05-21T08:56:21.170Z Checking idna_adapter v1.2.1
45822026-05-21T08:56:21.290Z Checking idna v1.1.0
45832026-05-21T08:56:21.388Z Checking usdt-impl v0.5.0
45842026-05-21T08:56:21.513Z Checking url v2.5.8
45852026-05-21T08:56:21.644Z Checking usdt v0.5.0
45862026-05-21T08:56:21.856Z Checking cargo-util-schemas v0.8.2
45872026-05-21T08:56:22.555Z Checking cargo_metadata v0.21.0
45882026-05-21T08:56:23.170Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45892026-05-21T08:56:23.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
45902026-05-21T08:56:23.730Z
45912026-05-21T08:56:23.730Zinfo: running `cargo check --bins` on dnsadm (260/276)
45922026-05-21T08:56:24.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-05-21T08:56:24.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-05-21T08:56:24.413Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45952026-05-21T08:56:24.905Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45962026-05-21T08:56:25.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
45972026-05-21T08:56:25.521Z
45982026-05-21T08:56:25.521Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
45992026-05-21T08:56:26.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46002026-05-21T08:56:26.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46012026-05-21T08:56:26.382Z Checking polyval v0.6.2
46022026-05-21T08:56:26.513Z Checking ctr v0.9.2
46032026-05-21T08:56:26.525Z Checking ssh-encoding v0.2.0
46042026-05-21T08:56:26.525Z Checking blowfish v0.9.1
46052026-05-21T08:56:26.548Z Checking password-hash v0.4.2
46062026-05-21T08:56:26.575Z Checking p256 v0.13.2
46072026-05-21T08:56:26.575Z Checking p521 v0.13.3
46082026-05-21T08:56:26.578Z Checking russh-cryptovec v0.7.3
46092026-05-21T08:56:26.656Z Checking ghash v0.5.1
46102026-05-21T08:56:26.671Z Checking bcrypt-pbkdf v0.10.0
46112026-05-21T08:56:26.674Z Checking md5 v0.7.0
46122026-05-21T08:56:26.701Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46132026-05-21T08:56:26.731Z Checking num-bigint v0.4.6
46142026-05-21T08:56:26.774Z Checking aes-gcm v0.10.3
46152026-05-21T08:56:26.816Z Checking pbkdf2 v0.11.0
46162026-05-21T08:56:26.839Z Checking des v0.8.1
46172026-05-21T08:56:26.853Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46182026-05-21T08:56:26.885Z Checking hex-literal v0.4.1
46192026-05-21T08:56:26.927Z Checking ssh-cipher v0.2.0
46202026-05-21T08:56:26.927Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46212026-05-21T08:56:26.977Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46222026-05-21T08:56:26.992Z Checking socket2 v0.5.10
46232026-05-21T08:56:27.007Z Checking internet-checksum v0.2.1
46242026-05-21T08:56:27.113Z Checking ssh-key v0.6.7
46252026-05-21T08:56:27.252Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46262026-05-21T08:56:27.748Z Checking russh-keys v0.45.0
46272026-05-21T08:56:28.304Z Checking russh v0.45.0
46282026-05-21T08:56:44.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.41s
46292026-05-21T08:56:45.158Z
46302026-05-21T08:56:45.158Zinfo: running `cargo check --bins` on gateway-cli (262/276)
46312026-05-21T08:56:45.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-05-21T08:56:45.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-05-21T08:56:45.842Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46342026-05-21T08:56:45.955Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46352026-05-21T08:56:45.963Z Checking termios v0.3.3
46362026-05-21T08:56:47.191Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46372026-05-21T08:56:47.344Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46382026-05-21T08:56:49.139Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46392026-05-21T08:56:49.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s
46402026-05-21T08:56:49.906Z
46412026-05-21T08:56:49.907Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
46422026-05-21T08:56:50.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46432026-05-21T08:56:50.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46442026-05-21T08:56:50.659Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46452026-05-21T08:56:50.662Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46462026-05-21T08:56:50.662Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46472026-05-21T08:56:50.662Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46482026-05-21T08:56:50.662Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46492026-05-21T08:56:50.810Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46502026-05-21T08:56:51.541Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46512026-05-21T08:56:51.877Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46522026-05-21T08:56:51.881Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46532026-05-21T08:56:52.525Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46542026-05-21T08:56:54.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
46552026-05-21T08:56:54.376Z
46562026-05-21T08:56:54.376Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
46572026-05-21T08:56:54.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46582026-05-21T08:56:54.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46592026-05-21T08:56:55.055Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46602026-05-21T08:56:55.516Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46612026-05-21T08:56:55.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
46622026-05-21T08:56:56.048Z
46632026-05-21T08:56:56.048Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
46642026-05-21T08:56:56.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46652026-05-21T08:56:56.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46662026-05-21T08:56:56.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46672026-05-21T08:56:56.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46682026-05-21T08:56:56.676Z
46692026-05-21T08:56:56.676Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
46702026-05-21T08:56:57.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-05-21T08:56:57.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-05-21T08:56:57.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46732026-05-21T08:56:57.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46742026-05-21T08:56:57.299Z
46752026-05-21T08:56:57.299Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
46762026-05-21T08:56:57.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-05-21T08:56:57.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-05-21T08:56:58.111Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46792026-05-21T08:56:58.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
46802026-05-21T08:56:59.024Z
46812026-05-21T08:56:59.024Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
46822026-05-21T08:56:59.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-05-21T08:56:59.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-05-21T08:56:59.720Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46852026-05-21T08:56:59.723Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46862026-05-21T08:57:00.007Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46872026-05-21T08:57:00.007Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46882026-05-21T08:57:00.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
46892026-05-21T08:57:01.024Z
46902026-05-21T08:57:01.024Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
46912026-05-21T08:57:01.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46922026-05-21T08:57:01.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46932026-05-21T08:57:01.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46942026-05-21T08:57:01.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46952026-05-21T08:57:01.653Z
46962026-05-21T08:57:01.653Zinfo: running `cargo check --bins` on omicron-package (270/276)
46972026-05-21T08:57:02.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46982026-05-21T08:57:02.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46992026-05-21T08:57:02.368Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47002026-05-21T08:57:03.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
47012026-05-21T08:57:03.664Z
47022026-05-21T08:57:03.665Zinfo: running `cargo check --bins` on tqdb (271/276)
47032026-05-21T08:57:04.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47042026-05-21T08:57:04.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47052026-05-21T08:57:04.500Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47062026-05-21T08:57:04.865Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47072026-05-21T08:57:05.383Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47082026-05-21T08:57:05.386Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47092026-05-21T08:57:11.422Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47102026-05-21T08:57:11.426Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47112026-05-21T08:57:12.013Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47122026-05-21T08:57:12.013Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47132026-05-21T08:57:12.017Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47142026-05-21T08:57:12.017Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47152026-05-21T08:57:12.788Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47162026-05-21T08:57:13.798Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47172026-05-21T08:57:14.584Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47182026-05-21T08:57:15.212Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47192026-05-21T08:57:19.736Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47202026-05-21T08:57:26.337Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47212026-05-21T08:57:26.340Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47222026-05-21T08:57:26.340Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47232026-05-21T08:57:26.340Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47242026-05-21T08:57:27.963Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47252026-05-21T08:57:29.410Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47262026-05-21T08:57:30.185Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47272026-05-21T08:57:31.537Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47282026-05-21T08:57:32.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.50s
47292026-05-21T08:57:32.399Z
47302026-05-21T08:57:32.399Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
47312026-05-21T08:57:32.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47322026-05-21T08:57:32.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47332026-05-21T08:57:33.144Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47342026-05-21T08:57:33.147Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47352026-05-21T08:57:33.147Z Checking rtoolbox v0.0.3
47362026-05-21T08:57:33.279Z Checking tui-tree-widget v0.23.1
47372026-05-21T08:57:33.377Z Checking rpassword v7.4.0
47382026-05-21T08:57:34.422Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47392026-05-21T08:57:37.432Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47402026-05-21T08:57:39.299Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47412026-05-21T08:57:40.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.82s
47422026-05-21T08:57:40.437Z
47432026-05-21T08:57:40.437Zinfo: running `cargo check --bins` on wicket (273/276)
47442026-05-21T08:57:41.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47452026-05-21T08:57:41.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47462026-05-21T08:57:41.164Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47472026-05-21T08:57:41.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
47482026-05-21T08:57:41.740Z
47492026-05-21T08:57:41.740Zinfo: running `cargo check --bins` on wicketd (274/276)
47502026-05-21T08:57:42.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47512026-05-21T08:57:42.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47522026-05-21T08:57:42.495Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47532026-05-21T08:57:42.498Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47542026-05-21T08:57:42.498Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47552026-05-21T08:57:42.498Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47562026-05-21T08:57:43.498Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47572026-05-21T08:57:44.089Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47582026-05-21T08:57:47.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
47592026-05-21T08:57:47.306Z
47602026-05-21T08:57:47.306Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
47612026-05-21T08:57:47.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47622026-05-21T08:57:47.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47632026-05-21T08:57:47.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47642026-05-21T08:57:47.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47652026-05-21T08:57:47.928Z
47662026-05-21T08:57:47.928Zinfo: running `cargo check --bins` on zone-setup (276/276)
47672026-05-21T08:57:48.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-05-21T08:57:48.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-05-21T08:57:48.632Z Checking uzers v0.12.2
47702026-05-21T08:57:48.912Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47712026-05-21T08:57:49.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
47722026-05-21T08:57:49.888Z
47732026-05-21T08:57:49.888Zreal 15:02.361085883
47742026-05-21T08:57:49.888Zuser 21:53.291582738
47752026-05-21T08:57:49.888Zsys 4:39.243694047
47762026-05-21T08:57:49.888Ztrap 0.344891828
47772026-05-21T08:57:49.888Ztflt 0.994303383
47782026-05-21T08:57:49.888Zdflt 1.218556629
47792026-05-21T08:57:49.888Zkflt 0.024970877
47802026-05-21T08:57:49.888Zlock 1:22:30.315042671
47812026-05-21T08:57:49.888Zslp 1:44:56.062439267
47822026-05-21T08:57:49.888Zlat 1:04.156840600
47832026-05-21T08:57:49.888Zstop 4:02.549745499
47842026-05-21T08:57:49.891Zprocess exited: duration 1051753 ms, exit code 0
 
47852026-05-21T08:57:49.897Zfound 0 output files