01KS4B9RWMW1451EBYGK2RNP17: 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: 01KS4BATA6WNQD3XDTGS43QXTV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T04:05:59.759Zjob assigned to worker 01KS4BB3CB9CT40PPW449QHBG4 [factory aws, i-0729a0febfaf1073f] (queued for 50 s)
 
22026-05-21T04:06:06.750Zstarting task 0: "setup"
32026-05-21T04:06:06.756Z++ uname -s
42026-05-21T04:06:06.761Z+ kern=SunOS
52026-05-21T04:06:06.761Z+ build_user=build
62026-05-21T04:06:06.761Z+ build_uid=12345
72026-05-21T04:06:06.761Z+ work_dir=/work
82026-05-21T04:06:06.761Z+ input_dir=/input
92026-05-21T04:06:06.761Z+ [[ 0 == 12345 ]]
102026-05-21T04:06:06.761Z+ case "$kern" in
112026-05-21T04:06:06.761Z+ groupadd -g 12345 build
122026-05-21T04:06:06.761Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T04:06:08.763Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T04:06:08.850Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T04:06:08.857Z+ home_fs=zfs
162026-05-21T04:06:08.857Z+ [[ zfs == autofs ]]
172026-05-21T04:06:08.857Z+ mkdir -p /home/build
182026-05-21T04:06:08.858Z+ chown build:build /home/build /work
192026-05-21T04:06:10.857Z+ chmod 0700 /home/build /work
202026-05-21T04:06:10.863Zprocess exited: duration 4106 ms, exit code 0
 
212026-05-21T04:06:10.870Zstarting task 1: "rust-toolchain"
222026-05-21T04:06:10.876Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T04:06:10.876Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-21T04:06:10.876Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-21T04:06:10.876Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-21T04:06:10.876Z * rust toolchain channel = "1.94.0"
272026-05-21T04:06:10.876Z * rust toolchain profile = "default"
282026-05-21T04:06:10.876Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T04:06:10.885Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T04:06:10.981Zinfo: downloading installer
312026-05-21T04:06:12.334Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T04:06:12.334Zwarn: /home/build/.rustup/settings.toml
332026-05-21T04:06:12.334Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T04:06:12.334Zwarn: instead of the one inferred from the default host triple.
352026-05-21T04:06:12.427Zinfo: profile set to default
362026-05-21T04:06:12.427Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T04:06:12.427Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T04:06:12.519Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T04:06:12.519Zinfo: downloading 6 components
402026-05-21T04:06:26.845Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-21T04:06:26.845Z
422026-05-21T04:06:26.878Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T04:06:26.878Z
442026-05-21T04:06:26.879Z
452026-05-21T04:06:26.879ZRust is installed now. Great!
462026-05-21T04:06:26.879Z
472026-05-21T04:06:26.879ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T04:06:26.879Zenvironment variable. This has not been done automatically.
492026-05-21T04:06:26.879Z
502026-05-21T04:06:26.898ZTo configure your current shell, you need to source
512026-05-21T04:06:26.898Zthe corresponding env file under $HOME/.cargo.
522026-05-21T04:06:26.898Z
532026-05-21T04:06:26.898ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T04:06:26.898Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T04:06:26.898Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T04:06:26.898Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T04:06:26.898Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T04:06:26.898Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T04:06:26.898Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T04:06:26.898Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T04:06:26.898Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T04:06:26.969Z+ rustup --version
632026-05-21T04:06:26.979Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T04:06:26.979Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T04:06:27.008Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T04:06:27.008Z+ cargo --version
672026-05-21T04:06:27.021Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T04:06:27.021Z+ rustc --version
692026-05-21T04:06:27.029Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T04:06:27.034Zprocess exited: duration 16157 ms, exit code 0
 
712026-05-21T04:06:27.053Zstarting task 2: "authentication"
722026-05-21T04:06:27.078Zprocess exited: duration 29 ms, exit code 0
 
732026-05-21T04:06:27.086Zstarting task 3: "clone repository"
742026-05-21T04:06:27.099Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T04:06:27.099Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T04:06:27.127ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T04:06:37.372Z+ cd /work/oxidecomputer/omicron
782026-05-21T04:06:37.372Z+ git fetch origin d204ceae02cef504f99000e9ac832771dd74d2db
792026-05-21T04:06:37.648ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T04:06:37.648Z * branch d204ceae02cef504f99000e9ac832771dd74d2db -> FETCH_HEAD
812026-05-21T04:06:37.660Z+ [[ -n renovate/rcgen-0.x ]]
822026-05-21T04:06:37.675Z++ git branch --show-current
832026-05-21T04:06:37.675Z+ current=main
842026-05-21T04:06:37.675Z+ [[ main != renovate/rcgen-0.x ]]
852026-05-21T04:06:37.675Z+ git branch -f renovate/rcgen-0.x d204ceae02cef504f99000e9ac832771dd74d2db
862026-05-21T04:06:37.675Z+ git checkout -f renovate/rcgen-0.x
872026-05-21T04:06:37.889ZSwitched to branch 'renovate/rcgen-0.x'
882026-05-21T04:06:37.893Z+ git reset --hard d204ceae02cef504f99000e9ac832771dd74d2db
892026-05-21T04:06:37.911ZHEAD is now at d204ceae0 Update Rust crate rcgen to 0.14.8
902026-05-21T04:06:37.916Zprocess exited: duration 10823 ms, exit code 0
 
912026-05-21T04:06:37.929Zstarting task 4: "build"
922026-05-21T04:06:37.933Z+ source .github/buildomat/ci-env.sh
932026-05-21T04:06:37.933Z++ export CARGO_TERM_COLOR=always
942026-05-21T04:06:37.933Z++ CARGO_TERM_COLOR=always
952026-05-21T04:06:37.933Z+ cargo --version
962026-05-21T04:06:37.949Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-21T04:06:37.953Z+ rustc --version
982026-05-21T04:06:37.962Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-21T04:06:37.967Z+ source ./env.sh
1002026-05-21T04:06:37.967Z++ OLD_SHELL_OPTS=ehxB
1012026-05-21T04:06:37.967Z++ set -o xtrace
1022026-05-21T04:06:37.967Z++++ dirname ./env.sh
1032026-05-21T04:06:37.970Z+++ readlink -f .
1042026-05-21T04:06:37.970Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-21T04:06:37.970Z++ 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-21T04:06:37.971Z++ 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-21T04:06:37.971Z++ 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-21T04:06:37.971Z++ 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-21T04:06:37.971Z++ 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-21T04:06:37.971Z++ 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-21T04:06:37.971Z++ 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-21T04:06:37.971Z++ 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-21T04:06:37.971Z++ case $OLD_SHELL_OPTS in
1142026-05-21T04:06:37.971Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-21T04:06:37.971Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-21T04:06:37.971Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-21T04:06:37.971Z+ banner prerequisites
1182026-05-21T04:06:37.974Z
1192026-05-21T04:06:37.974Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-21T04:06:37.974Z # # # # # # # # # # # # # # #
1212026-05-21T04:06:37.975Z # # # # ##### # # ##### # # # # # #### #
1222026-05-21T04:06:37.975Z ##### ##### # ##### # # # # # # # # #
1232026-05-21T04:06:37.975Z # # # # # # # # # # # # # # #
1242026-05-21T04:06:37.975Z # # # ###### # # ###### ### # #### # #### #
1252026-05-21T04:06:37.975Z
1262026-05-21T04:06:37.975Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-21T04:06:39.341Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-21T04:06:39.402Z Startup: Caching catalogs ... Done
1292026-05-21T04:06:39.608ZPlanning: Solver setup ... Done (0.173s)
1302026-05-21T04:06:39.623ZPlanning: Running solver ... Done (0.016s)
1312026-05-21T04:06:39.630ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-21T04:06:39.654ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-21T04:06:39.695ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-21T04:06:39.725ZPlanning: Package planning ... Done (0.014s)
1352026-05-21T04:06:39.725ZPlanning: Merging actions ... Done (0.001s)
1362026-05-21T04:06:39.854ZPlanning: Checking for conflicting actions ... Done (0.184s)
1372026-05-21T04:06:39.867ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-21T04:06:40.673ZPlanning: Evaluating mediators ... Done (0.822s)
1392026-05-21T04:06:40.690ZPlanning: Planning completed in 1.26 seconds
1402026-05-21T04:06:40.711Z Packages to install: 2
1412026-05-21T04:06:40.718Z Estimated space available: 156.07 GB
1422026-05-21T04:06:40.718ZEstimated space to be consumed: 19.75 MB
1432026-05-21T04:06:40.718Z Create boot environment: No
1442026-05-21T04:06:40.718ZCreate backup boot environment: No
1452026-05-21T04:06:40.718Z Rebuild boot archive: No
1462026-05-21T04:06:40.718Z
1472026-05-21T04:06:40.718ZChanged packages:
1482026-05-21T04:06:40.718Zhelios
1492026-05-21T04:06:40.718Z developer/build-essential
1502026-05-21T04:06:40.718Z None -> 11-3.0
1512026-05-21T04:06:40.718Z library/libxmlsec1
1522026-05-21T04:06:40.718Z None -> 1.2.35-3.0
1532026-05-21T04:06:40.739Z
1542026-05-21T04:06:40.739ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-21T04:06:41.290ZDownload: Completed 1.28 MB in 0.55 seconds (2.3M/s)
1562026-05-21T04:06:41.365Z Actions: 1/268 actions (Installing new actions)
1572026-05-21T04:06:41.405Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-21T04:06:41.414ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-21T04:06:41.414ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-21T04:06:41.428ZFinalize: Updating image state ... Done (0.015s)
1612026-05-21T04:06:43.797ZFinalize: Creating fast lookup database ... Done (2.353s)
1622026-05-21T04:06:43.868ZFinalize: Reading search index ... Done (0.012s)
1632026-05-21T04:06:43.883ZFinalize: Updating search index ... Done (0.000s)
1642026-05-21T04:06:43.970ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-21T04:06:44.277ZPlanning: Evaluating mediator changes ... Done
1662026-05-21T04:06:44.388ZPlanning: Checking for conflicting actions ... Done
1672026-05-21T04:06:44.416ZPlanning: Consolidating action changes ... Done
1682026-05-21T04:06:44.543ZPlanning: Evaluating mediators ... Done
1692026-05-21T04:06:44.550ZPlanning: Planning completed in 0.27 seconds
1702026-05-21T04:06:44.550Z Mediators to change: 2
1712026-05-21T04:06:44.550Z Create boot environment: No
1722026-05-21T04:06:44.550ZCreate backup boot environment: No
1732026-05-21T04:06:44.619ZFinalize: Updating package state database ... Done
1742026-05-21T04:06:44.619ZFinalize: Updating package cache ... Done
1752026-05-21T04:06:44.653ZFinalize: Updating image state ... Done
1762026-05-21T04:06:46.575ZFinalize: Creating fast lookup database ... Done
1772026-05-21T04:06:46.640ZFinalize: Reading search index ... Done
1782026-05-21T04:06:46.643ZFinalize: Updating search index ... Done
1792026-05-21T04:06:46.726ZFinalize: Updating package cache ... Done
1802026-05-21T04:06:47.013ZPlanning: Evaluating mediator changes ... Done
1812026-05-21T04:06:47.119ZPlanning: Checking for conflicting actions ... Done
1822026-05-21T04:06:47.122ZPlanning: Consolidating action changes ... Done
1832026-05-21T04:06:47.279ZPlanning: Evaluating mediators ... Done
1842026-05-21T04:06:47.283ZPlanning: Planning completed in 0.27 seconds
1852026-05-21T04:06:47.302Z Mediators to change: 1
1862026-05-21T04:06:47.302Z Create boot environment: No
1872026-05-21T04:06:47.302ZCreate backup boot environment: No
1882026-05-21T04:06:47.352ZFinalize: Updating package state database ... Done
1892026-05-21T04:06:47.353ZFinalize: Updating package cache ... Done
1902026-05-21T04:06:47.362ZFinalize: Updating image state ... Done
1912026-05-21T04:06:49.335ZFinalize: Creating fast lookup database ... Done
1922026-05-21T04:06:49.399ZFinalize: Reading search index ... Done
1932026-05-21T04:06:49.404ZFinalize: Updating search index ... Done
1942026-05-21T04:06:49.477ZFinalize: Updating package cache ... Done
1952026-05-21T04:06:49.795ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-21T04:06:49.795Zapache system 2.4 system
1972026-05-21T04:06:49.795Zclang system 15 system
1982026-05-21T04:06:49.795Zcsh system system illumos
1992026-05-21T04:06:49.795Zctags system system illumos
2002026-05-21T04:06:49.795Zfile vendor vendor darwinsys
2012026-05-21T04:06:49.795Zfile system system illumos
2022026-05-21T04:06:49.795Zgcc vendor 14 vendor
2032026-05-21T04:06:49.795Zgcc system 13 system
2042026-05-21T04:06:49.795Zgcc system 10 system
2052026-05-21T04:06:49.795Zgo system 1.25 system
2062026-05-21T04:06:49.795Zllvm system 15 system
2072026-05-21T04:06:49.795Zmariadb system 11.4 system
2082026-05-21T04:06:49.795Zmta vendor vendor dma
2092026-05-21T04:06:49.795Zopenjdk system 17 system
2102026-05-21T04:06:49.795Zopenjdk system 11 system
2112026-05-21T04:06:49.795Zopenssl vendor 3 vendor
2122026-05-21T04:06:49.795Zperl system 5.40 system
2132026-05-21T04:06:49.795Zpostgresql system 18 system
2142026-05-21T04:06:49.795Zpostgresql system 17 system
2152026-05-21T04:06:49.795Zpython vendor 3 vendor
2162026-05-21T04:06:49.795Zpython system 2 system
2172026-05-21T04:06:49.795Zpython3 vendor 3.13 vendor
2182026-05-21T04:06:49.795Zruby system 3.4 system
2192026-05-21T04:06:49.795Zruby system 3.0 system
2202026-05-21T04:06:49.795Zwords vendor vendor american-english
2212026-05-21T04:06:49.795Zwords system system australian-english
2222026-05-21T04:06:49.795Zwords system system british-english
2232026-05-21T04:06:49.796Zwords system system canadian-english
2242026-05-21T04:06:49.796Zwords system system french
2252026-05-21T04:06:49.796Zwords system system italian
2262026-05-21T04:06:49.796Zwords system system ngerman
2272026-05-21T04:06:49.796Zwords system system ogerman
2282026-05-21T04:06:49.796Zwords system system spanish
2292026-05-21T04:06:50.057ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-21T04:06:50.057Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-21T04:06:50.318ZFMRI IFO
2322026-05-21T04:06:50.318Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-21T04:06:50.318Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-21T04:06:50.318Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-21T04:06:50.318Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-21T04:06:50.318Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-21T04:06:50.318Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-21T04:06:50.318Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-21T04:06:50.319Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-21T04:06:50.319Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-21T04:06:50.575Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-21T04:06:50.885Z Updating crates.io index
2432026-05-21T04:06:50.919Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-21T04:06:51.136Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-21T04:06:52.031Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-21T04:06:52.638Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-21T04:06:54.953Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-21T04:06:55.512Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-21T04:06:56.904Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-21T04:06:57.656Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-21T04:06:58.163Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-21T04:06:58.880Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-21T04:06:59.388Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-21T04:06:59.721Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-21T04:07:00.069Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-21T04:07:00.952Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-21T04:07:01.438Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-21T04:07:01.742Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-21T04:07:01.966Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-21T04:07:02.576Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-21T04:07:03.056Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-21T04:07:03.287Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-21T04:07:03.531Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-21T04:07:03.793Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-21T04:07:04.208Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-21T04:07:04.982Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-21T04:07:05.274Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-21T04:07:05.491Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-21T04:07:05.807Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-21T04:07:06.713Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-21T04:07:06.995Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-21T04:07:07.899Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-21T04:07:08.323Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-21T04:07:08.567Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-21T04:07:08.980Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-21T04:07:09.282Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-21T04:07:09.914Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-21T04:07:10.169Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-21T04:07:10.457Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-21T04:07:10.764Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-21T04:07:11.062Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-21T04:07:22.733Z Downloading crates ...
2832026-05-21T04:07:22.795Z Downloaded clap v4.5.60
2842026-05-21T04:07:22.805Z Downloaded num-traits v0.2.19
2852026-05-21T04:07:22.805Z Downloaded displaydoc v0.2.5
2862026-05-21T04:07:22.805Z Downloaded byteorder v1.5.0
2872026-05-21T04:07:22.806Z Downloaded pest_derive v2.8.6
2882026-05-21T04:07:22.806Z Downloaded anstream v0.6.21
2892026-05-21T04:07:22.806Z Downloaded form_urlencoded v1.2.2
2902026-05-21T04:07:22.806Z Downloaded zerovec-derive v0.11.2
2912026-05-21T04:07:22.806Z Downloaded memmap v0.7.0
2922026-05-21T04:07:22.806Z Downloaded serde v1.0.228
2932026-05-21T04:07:22.822Z Downloaded heck v0.4.1
2942026-05-21T04:07:22.823Z Downloaded pretty-hex v0.4.1
2952026-05-21T04:07:22.823Z Downloaded erased-serde v0.4.9
2962026-05-21T04:07:22.823Z Downloaded stable_deref_trait v1.2.1
2972026-05-21T04:07:22.823Z Downloaded scroll v0.12.0
2982026-05-21T04:07:22.823Z Downloaded potential_utf v0.1.4
2992026-05-21T04:07:22.823Z Downloaded equivalent v1.0.2
3002026-05-21T04:07:22.823Z Downloaded cfg-if v1.0.4
3012026-05-21T04:07:22.823Z Downloaded semver v1.0.28
3022026-05-21T04:07:22.823Z Downloaded tabled_derive v0.7.0
3032026-05-21T04:07:22.823Z Downloaded anstyle-query v1.1.5
3042026-05-21T04:07:22.855Z Downloaded hashbrown v0.17.0
3052026-05-21T04:07:22.855Z Downloaded crypto-common v0.1.7
3062026-05-21T04:07:22.855Z Downloaded anyhow v1.0.102
3072026-05-21T04:07:22.855Z Downloaded terminal_size v0.4.3
3082026-05-21T04:07:22.856Z Downloaded generic-array v0.14.7
3092026-05-21T04:07:22.856Z Downloaded icu_normalizer v2.1.1
3102026-05-21T04:07:22.870Z Downloaded itoa v1.0.17
3112026-05-21T04:07:22.870Z Downloaded serde_core v1.0.228
3122026-05-21T04:07:22.870Z Downloaded quote v1.0.45
3132026-05-21T04:07:22.871Z Downloaded scroll_derive v0.12.1
3142026-05-21T04:07:22.871Z Downloaded proc-macro-error v1.0.4
3152026-05-21T04:07:22.871Z Downloaded dtrace-parser v0.2.0
3162026-05-21T04:07:22.871Z Downloaded icu_provider v2.1.1
3172026-05-21T04:07:22.871Z Downloaded cargo-platform v0.2.0
3182026-05-21T04:07:22.871Z Downloaded plain v0.2.3
3192026-05-21T04:07:22.871Z Downloaded macaddr v1.0.1
3202026-05-21T04:07:22.871Z Downloaded clap_lex v1.0.0
3212026-05-21T04:07:22.871Z Downloaded serde_tokenstream v0.2.3
3222026-05-21T04:07:22.871Z Downloaded is_terminal_polyfill v1.70.2
3232026-05-21T04:07:22.890Z Downloaded unicode-linebreak v0.1.5
3242026-05-21T04:07:22.891Z Downloaded zerofrom-derive v0.1.6
3252026-05-21T04:07:22.891Z Downloaded utf8parse v0.2.2
3262026-05-21T04:07:22.891Z Downloaded heck v0.5.0
3272026-05-21T04:07:22.891Z Downloaded fastrand v2.3.0
3282026-05-21T04:07:22.891Z Downloaded tinystr v0.8.2
3292026-05-21T04:07:22.891Z Downloaded anstyle-parse v0.2.7
3302026-05-21T04:07:22.891Z Downloaded proc-macro-error-attr v1.0.4
3312026-05-21T04:07:22.891Z Downloaded fnv v1.0.7
3322026-05-21T04:07:22.891Z Downloaded serde-value v0.7.0
3332026-05-21T04:07:22.895Z Downloaded errno v0.3.14
3342026-05-21T04:07:22.910Z Downloaded smawk v0.3.2
3352026-05-21T04:07:22.910Z Downloaded idna_adapter v1.2.1
3362026-05-21T04:07:22.910Z Downloaded colorchoice v1.0.4
3372026-05-21T04:07:22.910Z Downloaded anstyle v1.0.13
3382026-05-21T04:07:22.910Z Downloaded camino-tempfile v1.4.1
3392026-05-21T04:07:22.910Z Downloaded bitflags v2.11.0
3402026-05-21T04:07:22.910Z Downloaded strsim v0.11.1
3412026-05-21T04:07:22.911Z Downloaded toml_write v0.1.2
3422026-05-21T04:07:22.923Z Downloaded cpufeatures v0.2.17
3432026-05-21T04:07:22.923Z Downloaded unicode-xid v0.2.6
3442026-05-21T04:07:22.923Z Downloaded ordered-float v2.10.1
3452026-05-21T04:07:22.923Z Downloaded serde-untagged v0.1.9
3462026-05-21T04:07:22.923Z Downloaded icu_locale_core v2.1.1
3472026-05-21T04:07:22.923Z Downloaded version_check v0.9.5
3482026-05-21T04:07:22.923Z Downloaded icu_collections v2.1.1
3492026-05-21T04:07:22.923Z Downloaded usdt v0.5.0
3502026-05-21T04:07:22.938Z Downloaded usdt-macro v0.5.0
3512026-05-21T04:07:22.938Z Downloaded cargo-util-schemas v0.8.2
3522026-05-21T04:07:22.938Z Downloaded camino v1.2.2
3532026-05-21T04:07:22.938Z Downloaded fs-err v3.3.0
3542026-05-21T04:07:22.938Z Downloaded serde_spanned v0.6.9
3552026-05-21T04:07:22.938Z Downloaded getrandom v0.4.1
3562026-05-21T04:07:22.938Z Downloaded autocfg v1.5.0
3572026-05-21T04:07:22.938Z Downloaded swrite v0.1.0
3582026-05-21T04:07:22.938Z Downloaded dof v0.3.0
3592026-05-21T04:07:22.938Z Downloaded block-buffer v0.10.4
3602026-05-21T04:07:22.981Z Downloaded percent-encoding v2.3.2
3612026-05-21T04:07:22.981Z Downloaded usdt-impl v0.5.0
3622026-05-21T04:07:22.981Z Downloaded cargo_metadata v0.21.0
3632026-05-21T04:07:22.981Z Downloaded bytecount v0.6.9
3642026-05-21T04:07:22.981Z Downloaded pest_generator v2.8.6
3652026-05-21T04:07:22.981Z Downloaded once_cell v1.21.3
3662026-05-21T04:07:22.981Z Downloaded synstructure v0.13.2
3672026-05-21T04:07:22.981Z Downloaded cargo_toml v0.21.0
3682026-05-21T04:07:22.981Z Downloaded sha2 v0.10.9
3692026-05-21T04:07:22.981Z Downloaded writeable v0.6.2
3702026-05-21T04:07:22.981Z Downloaded thiserror-impl v1.0.69
3712026-05-21T04:07:22.981Z Downloaded digest v0.10.7
3722026-05-21T04:07:22.992Z Downloaded smallvec v1.15.1
3732026-05-21T04:07:22.992Z Downloaded litemap v0.8.1
3742026-05-21T04:07:22.993Z Downloaded clap_derive v4.5.55
3752026-05-21T04:07:22.993Z Downloaded thiserror v2.0.18
3762026-05-21T04:07:22.993Z Downloaded icu_properties v2.1.2
3772026-05-21T04:07:22.993Z Downloaded yoke v0.8.1
3782026-05-21T04:07:22.993Z Downloaded serde_derive v1.0.228
3792026-05-21T04:07:22.993Z Downloaded zerocopy-derive v0.7.35
3802026-05-21T04:07:22.993Z Downloaded log v0.4.29
3812026-05-21T04:07:22.993Z Downloaded papergrid v0.11.0
3822026-05-21T04:07:22.993Z Downloaded proc-macro2 v1.0.106
3832026-05-21T04:07:22.993Z Downloaded tempfile v3.25.0
3842026-05-21T04:07:22.993Z Downloaded unicode-ident v1.0.24
3852026-05-21T04:07:23.008Z Downloaded pest_meta v2.8.6
3862026-05-21T04:07:23.008Z Downloaded thiserror v1.0.69
3872026-05-21T04:07:23.008Z Downloaded icu_normalizer_data v2.1.1
3882026-05-21T04:07:23.008Z Downloaded toml v0.8.23
3892026-05-21T04:07:23.034Z Downloaded idna v1.1.0
3902026-05-21T04:07:23.034Z Downloaded ucd-trie v0.1.7
3912026-05-21T04:07:23.034Z Downloaded zmij v1.0.21
3922026-05-21T04:07:23.034Z Downloaded zerotrie v0.2.3
3932026-05-21T04:07:23.034Z Downloaded memchr v2.8.0
3942026-05-21T04:07:23.035Z Downloaded toml_edit v0.22.27
3952026-05-21T04:07:23.035Z Downloaded url v2.5.8
3962026-05-21T04:07:23.075Z Downloaded indexmap v2.14.0
3972026-05-21T04:07:23.075Z Downloaded pest v2.8.6
3982026-05-21T04:07:23.075Z Downloaded syn v1.0.109
3992026-05-21T04:07:23.075Z Downloaded serde_json v1.0.149
4002026-05-21T04:07:23.075Z Downloaded zerovec v0.11.5
4012026-05-21T04:07:23.075Z Downloaded zerocopy v0.7.35
4022026-05-21T04:07:23.075Z Downloaded zerofrom v0.1.6
4032026-05-21T04:07:23.075Z Downloaded tabled v0.15.0
4042026-05-21T04:07:23.103Z Downloaded icu_properties_data v2.1.2
4052026-05-21T04:07:23.103Z Downloaded goblin v0.8.2
4062026-05-21T04:07:23.103Z Downloaded clap_builder v4.5.60
4072026-05-21T04:07:23.103Z Downloaded textwrap v0.16.2
4082026-05-21T04:07:23.103Z Downloaded thiserror-impl v2.0.18
4092026-05-21T04:07:23.103Z Downloaded syn v2.0.117
4102026-05-21T04:07:23.103Z Downloaded yoke-derive v0.8.1
4112026-05-21T04:07:23.133Z Downloaded rustix v1.1.3
4122026-05-21T04:07:23.133Z Downloaded utf8_iter v1.0.4
4132026-05-21T04:07:23.134Z Downloaded typeid v1.0.3
4142026-05-21T04:07:23.134Z Downloaded usdt-attr-macro v0.5.0
4152026-05-21T04:07:23.134Z Downloaded thread-id v4.2.2
4162026-05-21T04:07:23.134Z Downloaded typenum v1.19.0
4172026-05-21T04:07:23.134Z Downloaded libc v0.2.185
4182026-05-21T04:07:23.177Z Downloaded toml_datetime v0.6.11
4192026-05-21T04:07:23.177Z Downloaded winnow v0.7.14
4202026-05-21T04:07:23.188Z Downloaded unicode-width v0.2.0
4212026-05-21T04:07:23.188Z Downloaded unicode-width v0.1.14
4222026-05-21T04:07:23.242Z Compiling proc-macro2 v1.0.106
4232026-05-21T04:07:23.286Z Compiling unicode-ident v1.0.24
4242026-05-21T04:07:23.287Z Compiling quote v1.0.45
4252026-05-21T04:07:23.287Z Compiling serde_core v1.0.228
4262026-05-21T04:07:23.287Z Compiling libc v0.2.185
4272026-05-21T04:07:23.287Z Compiling version_check v0.9.5
4282026-05-21T04:07:23.287Z Compiling serde v1.0.228
4292026-05-21T04:07:23.287Z Compiling stable_deref_trait v1.2.1
4302026-05-21T04:07:23.611Z Compiling memchr v2.8.0
4312026-05-21T04:07:23.663Z Compiling zmij v1.0.21
4322026-05-21T04:07:23.829Z Compiling thiserror v1.0.69
4332026-05-21T04:07:23.863Z Compiling autocfg v1.5.0
4342026-05-21T04:07:23.863Z Compiling itoa v1.0.17
4352026-05-21T04:07:24.041Z Compiling ucd-trie v0.1.7
4362026-05-21T04:07:24.216Z Compiling pest v2.8.6
4372026-05-21T04:07:24.254Z Compiling litemap v0.8.1
4382026-05-21T04:07:24.349Z Compiling writeable v0.6.2
4392026-05-21T04:07:24.349Z Compiling icu_properties_data v2.1.2
4402026-05-21T04:07:24.373Z Compiling byteorder v1.5.0
4412026-05-21T04:07:24.440Z Compiling icu_normalizer_data v2.1.1
4422026-05-21T04:07:24.494Z Compiling rustix v1.1.3
4432026-05-21T04:07:24.692Z Compiling errno v0.3.14
4442026-05-21T04:07:24.796Z Compiling syn v2.0.117
4452026-05-21T04:07:24.816Z Compiling serde_json v1.0.149
4462026-05-21T04:07:24.865Z Compiling bitflags v2.11.0
4472026-05-21T04:07:25.078Z Compiling num-traits v0.2.19
4482026-05-21T04:07:25.093Z Compiling hashbrown v0.17.0
4492026-05-21T04:07:25.105Z Compiling smallvec v1.15.1
4502026-05-21T04:07:25.265Z Compiling typeid v1.0.3
4512026-05-21T04:07:25.322Z Compiling pest_meta v2.8.6
4522026-05-21T04:07:25.528Z Compiling equivalent v1.0.2
4532026-05-21T04:07:25.623Z Compiling indexmap v2.14.0
4542026-05-21T04:07:25.782Z Compiling thread-id v4.2.2
4552026-05-21T04:07:25.817Z Compiling usdt-impl v0.5.0
4562026-05-21T04:07:25.843Z Compiling proc-macro-error-attr v1.0.4
4572026-05-21T04:07:25.921Z Compiling erased-serde v0.4.9
4582026-05-21T04:07:26.000Z Compiling toml_write v0.1.2
4592026-05-21T04:07:26.015Z Compiling syn v1.0.109
4602026-05-21T04:07:26.188Z Compiling winnow v0.7.14
4612026-05-21T04:07:26.377Z Compiling proc-macro-error v1.0.4
4622026-05-21T04:07:26.478Z Compiling camino v1.2.2
4632026-05-21T04:07:26.591Z Compiling getrandom v0.4.1
4642026-05-21T04:07:26.787Z Compiling percent-encoding v2.3.2
4652026-05-21T04:07:26.885Z Compiling thiserror v2.0.18
4662026-05-21T04:07:26.936Z Compiling plain v0.2.3
4672026-05-21T04:07:26.993Z Compiling utf8_iter v1.0.4
4682026-05-21T04:07:27.031Z Compiling utf8parse v0.2.2
4692026-05-21T04:07:27.084Z Compiling log v0.4.29
4702026-05-21T04:07:27.126Z Compiling anstyle-parse v0.2.7
4712026-05-21T04:07:27.153Z Compiling form_urlencoded v1.2.2
4722026-05-21T04:07:27.234Z Compiling ordered-float v2.10.1
4732026-05-21T04:07:27.387Z Compiling synstructure v0.13.2
4742026-05-21T04:07:27.464Z Compiling pest_generator v2.8.6
4752026-05-21T04:07:27.491Z Compiling terminal_size v0.4.3
4762026-05-21T04:07:27.630Z Compiling colorchoice v1.0.4
4772026-05-21T04:07:27.720Z Compiling cfg-if v1.0.4
4782026-05-21T04:07:27.746Z Compiling is_terminal_polyfill v1.70.2
4792026-05-21T04:07:27.766Z Compiling anstyle v1.0.13
4802026-05-21T04:07:27.794Z Compiling pretty-hex v0.4.1
4812026-05-21T04:07:27.828Z Compiling anstyle-query v1.1.5
4822026-05-21T04:07:27.931Z Compiling anstream v0.6.21
4832026-05-21T04:07:27.947Z Compiling serde-untagged v0.1.9
4842026-05-21T04:07:28.001Z Compiling semver v1.0.28
4852026-05-21T04:07:28.166Z Compiling fs-err v3.3.0
4862026-05-21T04:07:28.198Z Compiling bytecount v0.6.9
4872026-05-21T04:07:28.236Z Compiling anyhow v1.0.102
4882026-05-21T04:07:28.316Z Compiling clap_lex v1.0.0
4892026-05-21T04:07:28.333Z Compiling strsim v0.11.1
4902026-05-21T04:07:28.349Z Compiling heck v0.5.0
4912026-05-21T04:07:28.364Z Compiling fnv v1.0.7
4922026-05-21T04:07:28.534Z Compiling heck v0.4.1
4932026-05-21T04:07:28.551Z Compiling fastrand v2.3.0
4942026-05-21T04:07:28.577Z Compiling once_cell v1.21.3
4952026-05-21T04:07:28.672Z Compiling unicode-xid v0.2.6
4962026-05-21T04:07:28.761Z Compiling unicode-width v0.1.14
4972026-05-21T04:07:28.774Z Compiling tempfile v3.25.0
4982026-05-21T04:07:28.805Z Compiling clap_builder v4.5.60
4992026-05-21T04:07:28.920Z Compiling memmap v0.7.0
5002026-05-21T04:07:29.005Z Compiling papergrid v0.11.0
5012026-05-21T04:07:29.029Z Compiling unicode-width v0.2.0
5022026-05-21T04:07:29.076Z Compiling serde_derive v1.0.228
5032026-05-21T04:07:29.104Z Compiling zerofrom-derive v0.1.6
5042026-05-21T04:07:29.143Z Compiling yoke-derive v0.8.1
5052026-05-21T04:07:29.297Z Compiling zerovec-derive v0.11.2
5062026-05-21T04:07:29.342Z Compiling displaydoc v0.2.5
5072026-05-21T04:07:30.185Z Compiling thiserror-impl v1.0.69
5082026-05-21T04:07:30.329Z Compiling zerocopy-derive v0.7.35
5092026-05-21T04:07:30.417Z Compiling pest_derive v2.8.6
5102026-05-21T04:07:30.480Z Compiling scroll_derive v0.12.1
5112026-05-21T04:07:30.512Z Compiling zerofrom v0.1.6
5122026-05-21T04:07:30.656Z Compiling yoke v0.8.1
5132026-05-21T04:07:30.851Z Compiling zerovec v0.11.5
5142026-05-21T04:07:30.882Z Compiling zerotrie v0.2.3
5152026-05-21T04:07:31.148Z Compiling scroll v0.12.0
5162026-05-21T04:07:31.160Z Compiling thiserror-impl v2.0.18
5172026-05-21T04:07:31.191Z Compiling zerocopy v0.7.35
5182026-05-21T04:07:31.341Z Compiling tinystr v0.8.2
5192026-05-21T04:07:31.405Z Compiling potential_utf v0.1.4
5202026-05-21T04:07:31.528Z Compiling icu_locale_core v2.1.1
5212026-05-21T04:07:31.558Z Compiling icu_collections v2.1.1
5222026-05-21T04:07:31.599Z Compiling dtrace-parser v0.2.0
5232026-05-21T04:07:31.750Z Compiling goblin v0.8.2
5242026-05-21T04:07:31.863Z Compiling tabled_derive v0.7.0
5252026-05-21T04:07:32.102Z Compiling clap_derive v4.5.55
5262026-05-21T04:07:32.329Z Compiling icu_provider v2.1.1
5272026-05-21T04:07:32.415Z Compiling unicode-linebreak v0.1.5
5282026-05-21T04:07:32.478Z Compiling toml_datetime v0.6.11
5292026-05-21T04:07:32.506Z Compiling serde_spanned v0.6.9
5302026-05-21T04:07:32.539Z Compiling dof v0.3.0
5312026-05-21T04:07:32.641Z Compiling icu_normalizer v2.1.1
5322026-05-21T04:07:32.666Z Compiling icu_properties v2.1.2
5332026-05-21T04:07:32.715Z Compiling toml_edit v0.22.27
5342026-05-21T04:07:32.758Z Compiling serde_tokenstream v0.2.3
5352026-05-21T04:07:32.941Z Compiling serde-value v0.7.0
5362026-05-21T04:07:33.055Z Compiling cargo-platform v0.2.0
5372026-05-21T04:07:33.167Z Compiling smawk v0.3.2
5382026-05-21T04:07:33.314Z Compiling textwrap v0.16.2
5392026-05-21T04:07:33.327Z Compiling tabled v0.15.0
5402026-05-21T04:07:33.346Z Compiling macaddr v1.0.1
5412026-05-21T04:07:33.492Z Compiling idna_adapter v1.2.1
5422026-05-21T04:07:33.556Z Compiling usdt-macro v0.5.0
5432026-05-21T04:07:33.638Z Compiling idna v1.1.0
5442026-05-21T04:07:33.725Z Compiling usdt-attr-macro v0.5.0
5452026-05-21T04:07:33.825Z Compiling clap v4.5.60
5462026-05-21T04:07:33.911Z Compiling camino-tempfile v1.4.1
5472026-05-21T04:07:34.112Z Compiling toml v0.8.23
5482026-05-21T04:07:34.148Z Compiling url v2.5.8
5492026-05-21T04:07:34.387Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-05-21T04:07:34.735Z Compiling cargo-util-schemas v0.8.2
5512026-05-21T04:07:34.792Z Compiling cargo_toml v0.21.0
5522026-05-21T04:07:34.912Z Compiling swrite v0.1.0
5532026-05-21T04:07:34.969Z Compiling usdt v0.5.0
5542026-05-21T04:07:35.637Z Compiling cargo_metadata v0.21.0
5552026-05-21T04:07:36.560Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-21T04:07:38.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.22s
5572026-05-21T04:07:38.850Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-21T04:07:39.412Z Downloading crates ...
5592026-05-21T04:07:39.524Z Downloaded cipher v0.4.4
5602026-05-21T04:07:39.534Z Downloaded base64ct v1.8.3
5612026-05-21T04:07:39.536Z Downloaded async-trait v0.1.89
5622026-05-21T04:07:39.539Z Downloaded ed25519 v2.2.3
5632026-05-21T04:07:39.539Z Downloaded ctr v0.9.2
5642026-05-21T04:07:39.543Z Downloaded chacha20poly1305 v0.10.1
5652026-05-21T04:07:39.543Z Downloaded bit-set v0.8.0
5662026-05-21T04:07:39.545Z Downloaded async-recursion v1.1.1
5672026-05-21T04:07:39.545Z Downloaded ena v0.14.4
5682026-05-21T04:07:39.548Z Downloaded daft v0.1.7
5692026-05-21T04:07:39.548Z Downloaded ff v0.13.1
5702026-05-21T04:07:39.548Z Downloaded arrayvec v0.7.6
5712026-05-21T04:07:39.552Z Downloaded base64 v0.21.7
5722026-05-21T04:07:39.554Z Downloaded dunce v1.0.5
5732026-05-21T04:07:39.554Z Downloaded defmt v1.0.1
5742026-05-21T04:07:39.558Z Downloaded darling_macro v0.21.3
5752026-05-21T04:07:39.558Z Downloaded derive_builder v0.20.2
5762026-05-21T04:07:39.561Z Downloaded console v0.16.2
5772026-05-21T04:07:39.562Z Downloaded derive_more v0.99.20
5782026-05-21T04:07:39.566Z Downloaded assert_matches v1.5.0
5792026-05-21T04:07:39.566Z Downloaded cstr-argument v0.1.2
5802026-05-21T04:07:39.566Z Downloaded crc8 v0.1.1
5812026-05-21T04:07:39.569Z Downloaded env_logger v0.11.9
5822026-05-21T04:07:39.569Z Downloaded crc-any v2.5.0
5832026-05-21T04:07:39.569Z Downloaded crc-catalog v2.4.0
5842026-05-21T04:07:39.569Z Downloaded cpufeatures v0.3.0
5852026-05-21T04:07:39.572Z Downloaded crucible-workspace-hack v0.1.0
5862026-05-21T04:07:39.572Z Downloaded castaway v0.2.4
5872026-05-21T04:07:39.574Z Downloaded crc v3.4.0
5882026-05-21T04:07:39.574Z Downloaded diesel_table_macro_syntax v0.3.0
5892026-05-21T04:07:39.574Z Downloaded data-encoding v2.10.0
5902026-05-21T04:07:39.577Z Downloaded dsl_auto_type v0.2.0
5912026-05-21T04:07:39.577Z Downloaded derive_builder_core v0.20.2
5922026-05-21T04:07:39.580Z Downloaded bytes v1.11.1
5932026-05-21T04:07:39.584Z Downloaded enum-as-inner v0.6.1
5942026-05-21T04:07:39.588Z Downloaded embedded-io v0.4.0
5952026-05-21T04:07:39.588Z Downloaded dirs-next v2.0.0
5962026-05-21T04:07:39.592Z Downloaded des v0.8.1
5972026-05-21T04:07:39.592Z Downloaded convert_case v0.4.0
5982026-05-21T04:07:39.596Z Downloaded bzip2-sys v0.1.13+1.0.8
5992026-05-21T04:07:39.603Z Downloaded fs_extra v1.3.0
6002026-05-21T04:07:39.603Z Downloaded bb8 v0.8.6
6012026-05-21T04:07:39.609Z Downloaded dropshot_endpoint v0.16.7
6022026-05-21T04:07:39.609Z Downloaded foreign-types-macros v0.2.3
6032026-05-21T04:07:39.609Z Downloaded daft-derive v0.1.7
6042026-05-21T04:07:39.615Z Downloaded cmake v0.1.57
6052026-05-21T04:07:39.616Z Downloaded ciborium-io v0.2.2
6062026-05-21T04:07:39.616Z Downloaded dropshot-api-manager-types v0.7.2
6072026-05-21T04:07:39.616Z Downloaded crossbeam-channel v0.5.15
6082026-05-21T04:07:39.619Z Downloaded camino-tempfile-ext v0.3.3
6092026-05-21T04:07:39.619Z Downloaded diesel-dtrace v0.5.0
6102026-05-21T04:07:39.619Z Downloaded document-features v0.2.12
6112026-05-21T04:07:39.619Z Downloaded embedded-io v0.6.1
6122026-05-21T04:07:39.619Z Downloaded cookie_store v0.22.1
6132026-05-21T04:07:39.635Z Downloaded cobs v0.3.0
6142026-05-21T04:07:39.635Z Downloaded constant_time_eq v0.4.2
6152026-05-21T04:07:39.635Z Downloaded base16ct v0.2.0
6162026-05-21T04:07:39.635Z Downloaded difflib v0.4.0
6172026-05-21T04:07:39.635Z Downloaded derive_builder_macro v0.20.2
6182026-05-21T04:07:39.635Z Downloaded dtrace-parser v0.3.0
6192026-05-21T04:07:39.635Z Downloaded arrayref v0.3.9
6202026-05-21T04:07:39.636Z Downloaded defmt-macros v1.0.1
6212026-05-21T04:07:39.636Z Downloaded blake2 v0.10.6
6222026-05-21T04:07:39.638Z Downloaded darling_macro v0.20.11
6232026-05-21T04:07:39.639Z Downloaded ascii-canvas v3.0.0
6242026-05-21T04:07:39.639Z Downloaded dirs-sys-next v0.1.2
6252026-05-21T04:07:39.639Z Downloaded allocator-api2 v0.2.21
6262026-05-21T04:07:39.639Z Downloaded env_filter v1.0.0
6272026-05-21T04:07:39.642Z Downloaded bcrypt-pbkdf v0.10.0
6282026-05-21T04:07:39.645Z Downloaded crunchy v0.2.4
6292026-05-21T04:07:39.651Z Downloaded critical-section v1.2.0
6302026-05-21T04:07:39.655Z Downloaded bitfield-struct v0.6.2
6312026-05-21T04:07:39.655Z Downloaded chacha20 v0.9.1
6322026-05-21T04:07:39.655Z Downloaded find-msvc-tools v0.1.9
6332026-05-21T04:07:39.658Z Downloaded foreign-types-shared v0.3.1
6342026-05-21T04:07:39.658Z Downloaded foreign-types v0.3.2
6352026-05-21T04:07:39.658Z Downloaded debug-ignore v1.0.5
6362026-05-21T04:07:39.664Z Downloaded flagset v0.4.7
6372026-05-21T04:07:39.667Z Downloaded cargo-platform v0.1.9
6382026-05-21T04:07:39.667Z Downloaded ciborium-ll v0.2.2
6392026-05-21T04:07:39.667Z Downloaded bit-set v0.5.3
6402026-05-21T04:07:39.667Z Downloaded async-stream-impl v0.3.6
6412026-05-21T04:07:39.667Z Downloaded adler2 v2.0.1
6422026-05-21T04:07:39.670Z Downloaded cfg_aliases v0.2.1
6432026-05-21T04:07:39.670Z Downloaded byte-wrapper v0.1.0
6442026-05-21T04:07:39.673Z Downloaded atomic-waker v1.1.2
6452026-05-21T04:07:39.676Z Downloaded async-stream v0.3.6
6462026-05-21T04:07:39.679Z Downloaded foreign-types-shared v0.1.1
6472026-05-21T04:07:39.683Z Downloaded erased-serde v0.3.31
6482026-05-21T04:07:39.683Z Downloaded either v1.15.0
6492026-05-21T04:07:39.688Z Downloaded bitfield-macros v0.19.4
6502026-05-21T04:07:39.688Z Downloaded ecdsa v0.16.9
6512026-05-21T04:07:39.688Z Downloaded fallible-iterator v0.2.0
6522026-05-21T04:07:39.688Z Downloaded derive-ex v0.1.8
6532026-05-21T04:07:39.693Z Downloaded convert_case v0.10.0
6542026-05-21T04:07:39.693Z Downloaded futures-task v0.3.32
6552026-05-21T04:07:39.693Z Downloaded futures-macro v0.3.32
6562026-05-21T04:07:39.693Z Downloaded bit-vec v0.9.1
6572026-05-21T04:07:39.697Z Downloaded backoff v0.4.0
6582026-05-21T04:07:39.697Z Downloaded cookie v0.18.1
6592026-05-21T04:07:39.697Z Downloaded async-bb8-diesel v0.2.1
6602026-05-21T04:07:39.702Z Downloaded display-error-chain v0.2.2
6612026-05-21T04:07:39.702Z Downloaded dyn-clone v1.0.20
6622026-05-21T04:07:39.702Z Downloaded diff v0.1.13
6632026-05-21T04:07:39.705Z Downloaded defmt v0.3.100
6642026-05-21T04:07:39.705Z Downloaded blowfish v0.9.1
6652026-05-21T04:07:39.705Z Downloaded atty v0.2.14
6662026-05-21T04:07:39.706Z Downloaded array-init v0.0.4
6672026-05-21T04:07:39.706Z Downloaded darling_macro v0.23.0
6682026-05-21T04:07:39.706Z Downloaded der v0.7.10
6692026-05-21T04:07:39.710Z Downloaded endian-type v0.1.2
6702026-05-21T04:07:39.713Z Downloaded bitflags v1.3.2
6712026-05-21T04:07:39.713Z Downloaded aead v0.5.2
6722026-05-21T04:07:39.713Z Downloaded cfg_aliases v0.1.1
6732026-05-21T04:07:39.713Z Downloaded deranged v0.5.8
6742026-05-21T04:07:39.718Z Downloaded curve25519-dalek-derive v0.1.1
6752026-05-21T04:07:39.718Z Downloaded hash32 v0.3.1
6762026-05-21T04:07:39.723Z Downloaded darling_core v0.23.0
6772026-05-21T04:07:39.723Z Downloaded float-ord v0.3.2
6782026-05-21T04:07:39.723Z Downloaded fxhash v0.2.1
6792026-05-21T04:07:39.728Z Downloaded gethostname v0.5.0
6802026-05-21T04:07:39.728Z Downloaded colored v2.2.0
6812026-05-21T04:07:39.728Z Downloaded chacha20 v0.10.0
6822026-05-21T04:07:39.728Z Downloaded hex-literal v0.4.1
6832026-05-21T04:07:39.728Z Downloaded funty v2.0.0
6842026-05-21T04:07:39.733Z Downloaded downcast-rs v2.0.2
6852026-05-21T04:07:39.734Z Downloaded futures-sink v0.3.32
6862026-05-21T04:07:39.734Z Downloaded fixedbitset v0.4.2
6872026-05-21T04:07:39.734Z Downloaded corncobs v0.1.4
6882026-05-21T04:07:39.734Z Downloaded block-padding v0.3.3
6892026-05-21T04:07:39.737Z Downloaded bzip2 v0.4.4
6902026-05-21T04:07:39.737Z Downloaded futures-executor v0.3.32
6912026-05-21T04:07:39.737Z Downloaded darling v0.23.0
6922026-05-21T04:07:39.737Z Downloaded crossbeam-deque v0.8.6
6932026-05-21T04:07:39.740Z Downloaded home v0.5.12
6942026-05-21T04:07:39.740Z Downloaded der_derive v0.7.3
6952026-05-21T04:07:39.740Z Downloaded hash32 v0.2.1
6962026-05-21T04:07:39.749Z Downloaded clang-sys v1.8.1
6972026-05-21T04:07:39.749Z Downloaded bzip2 v0.6.1
6982026-05-21T04:07:39.756Z Downloaded ahash v0.8.12
6992026-05-21T04:07:39.756Z Downloaded hubpack_derive v0.1.1
7002026-05-21T04:07:39.756Z Downloaded filetime v0.2.27
7012026-05-21T04:07:39.756Z Downloaded futures-core v0.3.32
7022026-05-21T04:07:39.756Z Downloaded elliptic-curve v0.13.8
7032026-05-21T04:07:39.756Z Downloaded foldhash v0.2.0
7042026-05-21T04:07:39.767Z Downloaded http-range v0.1.5
7052026-05-21T04:07:39.767Z Downloaded hostname v0.3.1
7062026-05-21T04:07:39.767Z Downloaded compression-codecs v0.4.37
7072026-05-21T04:07:39.767Z Downloaded hubpack v0.1.2
7082026-05-21T04:07:39.767Z Downloaded httpdate v1.0.3
7092026-05-21T04:07:39.771Z Downloaded buf-list v1.1.2
7102026-05-21T04:07:39.771Z Downloaded cassowary v0.3.0
7112026-05-21T04:07:39.771Z Downloaded bit-vec v0.6.3
7122026-05-21T04:07:39.771Z Downloaded fixedbitset v0.5.7
7132026-05-21T04:07:39.772Z Downloaded group v0.13.0
7142026-05-21T04:07:39.772Z Downloaded globset v0.4.18
7152026-05-21T04:07:39.772Z Downloaded const_format_proc_macros v0.2.34
7162026-05-21T04:07:39.772Z Downloaded argon2 v0.5.3
7172026-05-21T04:07:39.776Z Downloaded backon v1.6.0
7182026-05-21T04:07:39.776Z Downloaded illumos-nvpair-sys v0.2.0
7192026-05-21T04:07:39.776Z Downloaded defmt-parser v1.0.0
7202026-05-21T04:07:39.776Z Downloaded http-body v1.0.1
7212026-05-21T04:07:39.783Z Downloaded hostname v0.4.2
7222026-05-21T04:07:39.783Z Downloaded git-stub v1.0.0
7232026-05-21T04:07:39.783Z Downloaded cbc v0.1.2
7242026-05-21T04:07:39.783Z Downloaded console v0.15.11
7252026-05-21T04:07:39.788Z Downloaded ident_case v1.0.1
7262026-05-21T04:07:39.788Z Downloaded derive_more-impl v2.1.1
7272026-05-21T04:07:39.788Z Downloaded derive_more v2.1.1
7282026-05-21T04:07:39.792Z Downloaded indoc v1.0.9
7292026-05-21T04:07:39.797Z Downloaded illumos-nvpair v0.3.0
7302026-05-21T04:07:39.797Z Downloaded glob v0.3.3
7312026-05-21T04:07:39.797Z Downloaded crossbeam-utils v0.8.21
7322026-05-21T04:07:39.799Z Downloaded indent_write v2.2.0
7332026-05-21T04:07:39.800Z Downloaded git-stub-vcs v0.1.0
7342026-05-21T04:07:39.800Z Downloaded instant v0.1.13
7352026-05-21T04:07:39.802Z Downloaded drift v0.2.0
7362026-05-21T04:07:39.807Z Downloaded ghash v0.5.1
7372026-05-21T04:07:39.814Z Downloaded futures-channel v0.3.32
7382026-05-21T04:07:39.814Z Downloaded derive-where v1.6.0
7392026-05-21T04:07:39.820Z Downloaded colored v3.1.1
7402026-05-21T04:07:39.820Z Downloaded md5 v0.7.0
7412026-05-21T04:07:39.820Z Downloaded lazy_static v1.5.0
7422026-05-21T04:07:39.820Z Downloaded is_ci v1.2.0
7432026-05-21T04:07:39.820Z Downloaded inout v0.1.4
7442026-05-21T04:07:39.820Z Downloaded futures-io v0.3.32
7452026-05-21T04:07:39.824Z Downloaded kstat-rs v0.2.4
7462026-05-21T04:07:39.825Z Downloaded keccak v0.1.6
7472026-05-21T04:07:39.825Z Downloaded impl-trait-for-tuples v0.2.3
7482026-05-21T04:07:39.825Z Downloaded internet-checksum v0.2.1
7492026-05-21T04:07:39.825Z Downloaded is-terminal v0.4.17
7502026-05-21T04:07:39.825Z Downloaded instability v0.3.11
7512026-05-21T04:07:39.832Z Downloaded libscf-sys v1.1.0
7522026-05-21T04:07:39.832Z Downloaded httparse v1.10.1
7532026-05-21T04:07:39.832Z Downloaded highway v1.3.0
7542026-05-21T04:07:39.832Z Downloaded foreign-types v0.5.0
7552026-05-21T04:07:39.832Z Downloaded bumpalo v3.20.2
7562026-05-21T04:07:39.838Z Downloaded new_debug_unreachable v1.0.6
7572026-05-21T04:07:39.838Z Downloaded humantime v2.3.0
7582026-05-21T04:07:39.838Z Downloaded http-body-util v0.1.3
7592026-05-21T04:07:39.838Z Downloaded darling v0.20.11
7602026-05-21T04:07:39.841Z Downloaded csv-core v0.1.13
7612026-05-21T04:07:39.841Z Downloaded darling v0.21.3
7622026-05-21T04:07:39.841Z Downloaded md-5 v0.10.6
7632026-05-21T04:07:39.841Z Downloaded crc32fast v1.5.0
7642026-05-21T04:07:39.845Z Downloaded hmac v0.12.1
7652026-05-21T04:07:39.845Z Downloaded lru-slab v0.1.2
7662026-05-21T04:07:39.845Z Downloaded headers-core v0.3.0
7672026-05-21T04:07:39.849Z Downloaded futures v0.3.32
7682026-05-21T04:07:39.849Z Downloaded linked-hash-map v0.5.6
7692026-05-21T04:07:39.849Z Downloaded dropshot_endpoint v0.17.0
7702026-05-21T04:07:39.854Z Downloaded lzss v0.8.2
7712026-05-21T04:07:39.854Z Downloaded lru v0.12.5
7722026-05-21T04:07:39.859Z Downloaded foldhash v0.1.5
7732026-05-21T04:07:39.859Z Downloaded hyper-tls v0.6.0
7742026-05-21T04:07:39.859Z Downloaded ingot v0.1.1
7752026-05-21T04:07:39.859Z Downloaded maybe-uninit v2.0.0
7762026-05-21T04:07:39.859Z Downloaded multimap v0.10.1
7772026-05-21T04:07:39.859Z Downloaded hyper-staticfile v0.10.1
7782026-05-21T04:07:39.869Z Downloaded hex v0.4.3
7792026-05-21T04:07:39.869Z Downloaded memoffset v0.9.1
7802026-05-21T04:07:39.869Z Downloaded const-oid v0.9.6
7812026-05-21T04:07:39.869Z Downloaded cancel-safe-futures v0.1.5
7822026-05-21T04:07:39.874Z Downloaded num-conv v0.2.0
7832026-05-21T04:07:39.874Z Downloaded fatfs v0.3.6
7842026-05-21T04:07:39.874Z Downloaded mime v0.3.17
7852026-05-21T04:07:39.874Z Downloaded nibble_vec v0.1.0
7862026-05-21T04:07:39.874Z Downloaded managed v0.8.0
7872026-05-21T04:07:39.874Z Downloaded bcs v0.1.6
7882026-05-21T04:07:39.874Z Downloaded bitfield v0.19.4
7892026-05-21T04:07:39.874Z Downloaded cargo_metadata v0.19.2
7902026-05-21T04:07:39.877Z Downloaded nonempty v0.12.0
7912026-05-21T04:07:39.877Z Downloaded aes v0.8.4
7922026-05-21T04:07:39.877Z Downloaded dof v0.4.0
7932026-05-21T04:07:39.877Z Downloaded crossbeam-epoch v0.9.18
7942026-05-21T04:07:39.881Z Downloaded const_format v0.2.35
7952026-05-21T04:07:39.891Z Downloaded num-iter v0.1.45
7962026-05-21T04:07:39.891Z Downloaded num v0.4.3
7972026-05-21T04:07:39.892Z Downloaded half v1.8.3
7982026-05-21T04:07:39.892Z Downloaded compact_str v0.8.1
7992026-05-21T04:07:39.902Z Downloaded nodrop v0.1.14
8002026-05-21T04:07:39.902Z Downloaded newline-converter v0.3.0
8012026-05-21T04:07:39.902Z Downloaded lru-cache v0.1.2
8022026-05-21T04:07:39.902Z Downloaded bit-vec v0.8.0
8032026-05-21T04:07:39.902Z Downloaded num-derive v0.3.3
8042026-05-21T04:07:39.902Z Downloaded ipnet v2.11.0
8052026-05-21T04:07:39.902Z Downloaded newtype_derive v0.1.6
8062026-05-21T04:07:39.902Z Downloaded ingot-types v0.1.2
8072026-05-21T04:07:39.902Z Downloaded fs-err v2.11.0
8082026-05-21T04:07:39.902Z Downloaded float-cmp v0.10.0
8092026-05-21T04:07:39.903Z Downloaded opaque-debug v0.3.1
8102026-05-21T04:07:39.912Z Downloaded openssl-probe v0.2.1
8112026-05-21T04:07:39.912Z Downloaded num-derive v0.4.2
8122026-05-21T04:07:39.912Z Downloaded fd-lock v4.0.4
8132026-05-21T04:07:39.912Z Downloaded olpc-cjson v0.1.4
8142026-05-21T04:07:39.912Z Downloaded getrandom v0.3.4
8152026-05-21T04:07:39.912Z Downloaded libsw v3.5.0
8162026-05-21T04:07:39.912Z Downloaded getrandom v0.2.17
8172026-05-21T04:07:39.912Z Downloaded arc-swap v1.8.2
8182026-05-21T04:07:39.920Z Downloaded asn1-rs-derive v0.6.0
8192026-05-21T04:07:39.920Z Downloaded libsw-core v0.3.2
8202026-05-21T04:07:39.921Z Downloaded lalrpop-util v0.19.12
8212026-05-21T04:07:39.921Z Downloaded compression-core v0.4.31
8222026-05-21T04:07:39.933Z Downloaded openssl-probe v0.1.6
8232026-05-21T04:07:39.937Z Downloaded flume v0.11.1
8242026-05-21T04:07:39.937Z Downloaded aes-gcm v0.10.3
8252026-05-21T04:07:39.938Z Downloaded num_threads v0.1.7
8262026-05-21T04:07:39.938Z Downloaded libloading v0.8.9
8272026-05-21T04:07:39.938Z Downloaded native-tls v0.2.18
8282026-05-21T04:07:39.942Z Downloaded oso-derive v0.27.3
8292026-05-21T04:07:39.942Z Downloaded mime_guess v2.0.5
8302026-05-21T04:07:39.942Z Downloaded lock_api v0.4.14
8312026-05-21T04:07:39.942Z Downloaded linear-map v1.2.0
8322026-05-21T04:07:39.947Z Downloaded asn1-rs v0.7.2
8332026-05-21T04:07:39.947Z Downloaded indoc v2.0.7
8342026-05-21T04:07:39.952Z Downloaded indexmap v1.9.3
8352026-05-21T04:07:39.952Z Downloaded newtype-uuid v1.3.2
8362026-05-21T04:07:39.952Z Downloaded path-slash v0.1.5
8372026-05-21T04:07:39.956Z Downloaded openssl-macros v0.1.1
8382026-05-21T04:07:39.956Z Downloaded num-complex v0.4.6
8392026-05-21T04:07:39.956Z Downloaded newtype-uuid-macros v0.1.0
8402026-05-21T04:07:39.956Z Downloaded ingot-macros v0.1.1
8412026-05-21T04:07:39.956Z Downloaded pbkdf2 v0.11.0
8422026-05-21T04:07:39.959Z Downloaded parse-size v1.1.0
8432026-05-21T04:07:39.959Z Downloaded parse-display v0.10.0
8442026-05-21T04:07:39.959Z Downloaded maplit v1.0.2
8452026-05-21T04:07:39.959Z Downloaded nanorand v0.7.0
8462026-05-21T04:07:39.961Z Downloaded ignore v0.4.25
8472026-05-21T04:07:39.961Z Downloaded peg-runtime v0.8.5
8482026-05-21T04:07:39.962Z Downloaded ciborium v0.2.2
8492026-05-21T04:07:39.964Z Downloaded num-integer v0.1.46
8502026-05-21T04:07:39.968Z Downloaded nu-ansi-term v0.50.3
8512026-05-21T04:07:39.969Z Downloaded litrs v1.0.0
8522026-05-21T04:07:39.973Z Downloaded jobserver v0.1.34
8532026-05-21T04:07:39.973Z Downloaded num_enum v0.5.11
8542026-05-21T04:07:39.976Z Downloaded num_enum_derive v0.7.5
8552026-05-21T04:07:39.976Z Downloaded async-compression v0.4.41
8562026-05-21T04:07:39.979Z Downloaded num_enum_derive v0.5.11
8572026-05-21T04:07:39.979Z Downloaded packed_struct_codegen v0.10.1
8582026-05-21T04:07:39.979Z Downloaded ipnetwork v0.21.1
8592026-05-21T04:07:39.983Z Downloaded oxnet v0.1.4
8602026-05-21T04:07:39.983Z Downloaded oid-registry v0.8.1
8612026-05-21T04:07:39.983Z Downloaded num-rational v0.4.2
8622026-05-21T04:07:39.986Z Downloaded indicatif v0.18.4
8632026-05-21T04:07:39.986Z Downloaded hyper-rustls v0.27.7
8642026-05-21T04:07:39.989Z Downloaded cc v1.2.56
8652026-05-21T04:07:39.989Z Downloaded globwalk v0.9.1
8662026-05-21T04:07:39.992Z Downloaded headers v0.4.1
8672026-05-21T04:07:39.996Z Downloaded heapless v0.8.0
8682026-05-21T04:07:39.996Z Downloaded libefi-sys v0.1.0
8692026-05-21T04:07:40.003Z Downloaded normalize-line-endings v0.3.0
8702026-05-21T04:07:40.003Z Downloaded der-parser v10.0.0
8712026-05-21T04:07:40.003Z Downloaded proc-macro-error-attr2 v2.0.0
8722026-05-21T04:07:40.003Z Downloaded phf_shared v0.12.1
8732026-05-21T04:07:40.007Z Downloaded darling_core v0.20.11
8742026-05-21T04:07:40.007Z Downloaded iana-time-zone v0.1.65
8752026-05-21T04:07:40.007Z Downloaded memmap2 v0.9.10
8762026-05-21T04:07:40.012Z Downloaded num_enum v0.7.5
8772026-05-21T04:07:40.012Z Downloaded powerfmt v0.2.0
8782026-05-21T04:07:40.012Z Downloaded packed_struct v0.10.1
8792026-05-21T04:07:40.016Z Downloaded heapless v0.7.17
8802026-05-21T04:07:40.016Z Downloaded proc-macro-crate v3.4.0
8812026-05-21T04:07:40.016Z Downloaded predicates-tree v1.0.13
8822026-05-21T04:07:40.020Z Downloaded predicates-core v1.0.10
8832026-05-21T04:07:40.020Z Downloaded libbz2-rs-sys v0.2.2
8842026-05-21T04:07:40.020Z Downloaded ar_archive_writer v0.5.1
8852026-05-21T04:07:40.023Z Downloaded darling_core v0.21.3
8862026-05-21T04:07:40.023Z Downloaded half v2.7.1
8872026-05-21T04:07:40.026Z Downloaded pkg-config v0.3.32
8882026-05-21T04:07:40.026Z Downloaded pin-project-internal v1.1.11
8892026-05-21T04:07:40.026Z Downloaded base64 v0.22.1
8902026-05-21T04:07:40.030Z Downloaded progenitor-client v0.14.0
8912026-05-21T04:07:40.030Z Downloaded progenitor-client v0.11.2
8922026-05-21T04:07:40.033Z Downloaded paste v1.0.15
8932026-05-21T04:07:40.033Z Downloaded multer v3.1.0
8942026-05-21T04:07:40.038Z Downloaded parse-display-derive v0.10.0
8952026-05-21T04:07:40.038Z Downloaded password-hash v0.5.0
8962026-05-21T04:07:40.038Z Downloaded password-hash v0.4.2
8972026-05-21T04:07:40.038Z Downloaded peg v0.8.5
8982026-05-21T04:07:40.042Z Downloaded diesel_derives v2.3.7
8992026-05-21T04:07:40.046Z Downloaded owo-colors v4.3.0
9002026-05-21T04:07:40.046Z Downloaded predicates v3.1.4
9012026-05-21T04:07:40.051Z Downloaded phf v0.12.1
9022026-05-21T04:07:40.051Z Downloaded pem-rfc7468 v0.7.0
9032026-05-21T04:07:40.051Z Downloaded quick-error v1.2.3
9042026-05-21T04:07:40.053Z Downloaded flate2 v1.1.9
9052026-05-21T04:07:40.053Z Downloaded progenitor v0.14.0
9062026-05-21T04:07:40.057Z Downloaded parking_lot v0.12.5
9072026-05-21T04:07:40.057Z Downloaded crypto-bigint v0.5.5
9082026-05-21T04:07:40.061Z Downloaded progenitor-extras v0.2.0
9092026-05-21T04:07:40.070Z Downloaded peg-macros v0.8.5
9102026-05-21T04:07:40.070Z Downloaded oxide-tokio-rt v0.1.4
9112026-05-21T04:07:40.070Z Downloaded progenitor-macro v0.13.0
9122026-05-21T04:07:40.082Z Downloaded pem v3.0.6
9132026-05-21T04:07:40.082Z Downloaded hashbrown v0.12.3
9142026-05-21T04:07:40.082Z Downloaded rand_xorshift v0.4.0
9152026-05-21T04:07:40.082Z Downloaded atomicwrites v0.4.4
9162026-05-21T04:07:40.082Z Downloaded progenitor v0.13.0
9172026-05-21T04:07:40.082Z Downloaded asn1-rs-impl v0.2.0
9182026-05-21T04:07:40.089Z Downloaded polyval v0.6.2
9192026-05-21T04:07:40.089Z Downloaded omicron-zone-package v0.12.2
9202026-05-21T04:07:40.089Z Downloaded psl-types v2.0.11
9212026-05-21T04:07:40.089Z Downloaded ref-cast v1.0.25
9222026-05-21T04:07:40.089Z Downloaded recursive-proc-macro-impl v0.1.1
9232026-05-21T04:07:40.089Z Downloaded recursive v0.1.1
9242026-05-21T04:07:40.089Z Downloaded primeorder v0.13.6
9252026-05-21T04:07:40.094Z Downloaded parking_lot_core v0.8.6
9262026-05-21T04:07:40.094Z Downloaded miniz_oxide v0.8.9
9272026-05-21T04:07:40.094Z Downloaded rfc6979 v0.4.0
9282026-05-21T04:07:40.094Z Downloaded poly1305 v0.8.0
9292026-05-21T04:07:40.094Z Downloaded proc-macro-error2 v2.0.1
9302026-05-21T04:07:40.097Z Downloaded parking_lot_core v0.9.12
9312026-05-21T04:07:40.097Z Downloaded pkcs8 v0.10.2
9322026-05-21T04:07:40.100Z Downloaded progenitor-macro v0.10.0
9332026-05-21T04:07:40.100Z Downloaded progenitor-client v0.13.0
9342026-05-21T04:07:40.104Z Downloaded pbkdf2 v0.12.2
9352026-05-21T04:07:40.117Z Downloaded rtoolbox v0.0.3
9362026-05-21T04:07:40.122Z Downloaded hickory-resolver v0.25.2
9372026-05-21T04:07:40.122Z Downloaded p256 v0.13.2
9382026-05-21T04:07:40.122Z Downloaded jiff-static v0.2.21
9392026-05-21T04:07:40.122Z Downloaded progenitor-macro v0.11.2
9402026-05-21T04:07:40.122Z Downloaded phf v0.13.1
9412026-05-21T04:07:40.122Z Downloaded expectorate v1.2.0
9422026-05-21T04:07:40.122Z Downloaded r2d2 v0.8.10
9432026-05-21T04:07:40.122Z Downloaded psm v0.1.30
9442026-05-21T04:07:40.126Z Downloaded phf_shared v0.11.3
9452026-05-21T04:07:40.127Z Downloaded postcard v1.1.3
9462026-05-21T04:07:40.127Z Downloaded oso v0.27.3
9472026-05-21T04:07:40.132Z Downloaded rusticata-macros v4.1.0
9482026-05-21T04:07:40.138Z Downloaded salsa20 v0.10.2
9492026-05-21T04:07:40.138Z Downloaded hickory-resolver v0.24.4
9502026-05-21T04:07:40.142Z Downloaded rand_core v0.10.0
9512026-05-21T04:07:40.142Z Downloaded russh-cryptovec v0.7.3
9522026-05-21T04:07:40.142Z Downloaded precomputed-hash v0.1.1
9532026-05-21T04:07:40.142Z Downloaded pkcs5 v0.7.1
9542026-05-21T04:07:40.142Z Downloaded pin-project v1.1.11
9552026-05-21T04:07:40.147Z Downloaded rustc_version v0.1.7
9562026-05-21T04:07:40.151Z Downloaded rand_chacha v0.3.1
9572026-05-21T04:07:40.151Z Downloaded parking_lot v0.11.2
9582026-05-21T04:07:40.155Z Downloaded pin-project-lite v0.2.17
9592026-05-21T04:07:40.155Z Downloaded rand_seeder v0.4.0
9602026-05-21T04:07:40.158Z Downloaded postgres-protocol v0.6.10
9612026-05-21T04:07:40.162Z Downloaded secrecy v0.8.0
9622026-05-21T04:07:40.162Z Downloaded proc-macro-crate v1.3.1
9632026-05-21T04:07:40.162Z Downloaded scopeguard v1.2.0
9642026-05-21T04:07:40.169Z Downloaded match_cfg v0.1.0
9652026-05-21T04:07:40.173Z Downloaded papergrid v0.17.0
9662026-05-21T04:07:40.176Z Downloaded hashbrown v0.13.2
9672026-05-21T04:07:40.176Z Downloaded hickory-server v0.25.2
9682026-05-21T04:07:40.181Z Downloaded same-file v1.0.6
9692026-05-21T04:07:40.185Z Downloaded progenitor-macro v0.14.0
9702026-05-21T04:07:40.185Z Downloaded rustc-hash v2.1.1
9712026-05-21T04:07:40.185Z Downloaded progenitor-client v0.10.0
9722026-05-21T04:07:40.188Z Downloaded resolv-conf v0.7.6
9732026-05-21T04:07:40.194Z Downloaded ed25519-dalek v2.2.0
9742026-05-21T04:07:40.198Z Downloaded serde_plain v1.0.2
9752026-05-21T04:07:40.198Z Downloaded serde-big-array v0.5.1
9762026-05-21T04:07:40.198Z Downloaded ref-cast-impl v1.0.25
9772026-05-21T04:07:40.202Z Downloaded scroll_derive v0.13.1
9782026-05-21T04:07:40.202Z Downloaded quinn-udp v0.5.14
9792026-05-21T04:07:40.202Z Downloaded ppv-lite86 v0.2.21
9802026-05-21T04:07:40.205Z Downloaded pkcs1 v0.7.5
9812026-05-21T04:07:40.205Z Downloaded cexpr v0.6.0
9822026-05-21T04:07:40.205Z Downloaded radium v0.7.0
9832026-05-21T04:07:40.205Z Downloaded secrecy v0.10.3
9842026-05-21T04:07:40.208Z Downloaded semver v0.1.20
9852026-05-21T04:07:40.208Z Downloaded rand_chacha v0.9.0
9862026-05-21T04:07:40.208Z Downloaded serde_bytes v0.11.19
9872026-05-21T04:07:40.211Z Downloaded rand_core v0.6.4
9882026-05-21T04:07:40.211Z Downloaded progenitor v0.10.0
9892026-05-21T04:07:40.211Z Downloaded blake3 v1.8.3
9902026-05-21T04:07:40.215Z Downloaded scrypt v0.11.0
9912026-05-21T04:07:40.220Z Downloaded progenitor-impl v0.10.0
9922026-05-21T04:07:40.222Z Downloaded sigpipe v0.1.3
9932026-05-21T04:07:40.222Z Downloaded rustls-pemfile v2.2.0
9942026-05-21T04:07:40.222Z Downloaded rustls-pemfile v1.0.4
9952026-05-21T04:07:40.222Z Downloaded serde_urlencoded v0.7.1
9962026-05-21T04:07:40.225Z Downloaded serde_repr v0.1.20
9972026-05-21T04:07:40.228Z Downloaded russh-keys v0.45.0
9982026-05-21T04:07:40.228Z Downloaded shell-words v1.1.1
9992026-05-21T04:07:40.232Z Downloaded progenitor-impl v0.13.0
10002026-05-21T04:07:40.236Z Downloaded rusty-fork v0.3.1
10012026-05-21T04:07:40.239Z Downloaded postgres-types v0.2.12
10022026-05-21T04:07:40.243Z Downloaded sapling-renderdag v0.1.0
10032026-05-21T04:07:40.243Z Downloaded schemars_derive v0.8.22
10042026-05-21T04:07:40.243Z Downloaded prettyplease v0.2.37
10052026-05-21T04:07:40.247Z Downloaded prefix-trie v0.7.0
10062026-05-21T04:07:40.249Z Downloaded progenitor v0.11.2
10072026-05-21T04:07:40.252Z Downloaded serde_path_to_error v0.1.20
10082026-05-21T04:07:40.255Z Downloaded seq-macro v0.3.6
10092026-05-21T04:07:40.255Z Downloaded scroll v0.13.0
10102026-05-21T04:07:40.255Z Downloaded signal-hook-tokio v0.3.1
10112026-05-21T04:07:40.258Z Downloaded signature v2.2.0
10122026-05-21T04:07:40.258Z Downloaded sha1 v0.10.6
10132026-05-21T04:07:40.262Z Downloaded signal-hook-mio v0.2.5
10142026-05-21T04:07:40.262Z Downloaded aho-corasick v1.1.4
10152026-05-21T04:07:40.265Z Downloaded rustversion v1.0.22
10162026-05-21T04:07:40.265Z Downloaded scheduled-thread-pool v0.2.7
10172026-05-21T04:07:40.269Z Downloaded rustls-native-certs v0.8.3
10182026-05-21T04:07:40.269Z Downloaded rustc_version v0.4.1
10192026-05-21T04:07:40.273Z Downloaded serde-hex v0.1.0
10202026-05-21T04:07:40.273Z Downloaded sct v0.7.1
10212026-05-21T04:07:40.273Z Downloaded slog-bunyan v2.5.0
10222026-05-21T04:07:40.278Z Downloaded progenitor-impl v0.11.2
10232026-05-21T04:07:40.278Z Downloaded siphasher v1.0.2
10242026-05-21T04:07:40.278Z Downloaded nom v7.1.3
10252026-05-21T04:07:40.282Z Downloaded sec1 v0.7.3
10262026-05-21T04:07:40.282Z Downloaded slog-envlogger v2.2.0
10272026-05-21T04:07:40.285Z Downloaded crossterm v0.28.1
10282026-05-21T04:07:40.288Z Downloaded progenitor-impl v0.14.0
10292026-05-21T04:07:40.294Z Downloaded libxml v0.3.3
10302026-05-21T04:07:40.298Z Downloaded minimal-lexical v0.2.1
10312026-05-21T04:07:40.303Z Downloaded simd-adler32 v0.3.8
10322026-05-21T04:07:40.306Z Downloaded aws-lc-rs v1.16.3
10332026-05-21T04:07:40.311Z Downloaded sqlparser_derive v0.5.0
10342026-05-21T04:07:40.314Z Downloaded shlex v1.3.0
10352026-05-21T04:07:40.314Z Downloaded hyper v1.8.1
10362026-05-21T04:07:40.321Z Downloaded signal-hook-registry v1.4.8
10372026-05-21T04:07:40.326Z Downloaded smallvec v0.6.14
10382026-05-21T04:07:40.326Z Downloaded crossterm v0.29.0
10392026-05-21T04:07:40.326Z Downloaded strip-ansi-escapes v0.2.1
10402026-05-21T04:07:40.339Z Downloaded rustls-pki-types v1.14.0
10412026-05-21T04:07:40.339Z Downloaded rayon-core v1.13.0
10422026-05-21T04:07:40.344Z Downloaded slog-json v2.6.1
10432026-05-21T04:07:40.344Z Downloaded hkdf v0.12.4
10442026-05-21T04:07:40.344Z Downloaded pin-utils v0.1.0
10452026-05-21T04:07:40.345Z Downloaded strum v0.26.3
10462026-05-21T04:07:40.345Z Downloaded tabled_derive v0.11.0
10472026-05-21T04:07:40.345Z Downloaded structmeta-derive v0.3.0
10482026-05-21T04:07:40.345Z Downloaded time-core v0.1.8
10492026-05-21T04:07:40.345Z Downloaded ssh-encoding v0.2.0
10502026-05-21T04:07:40.345Z Downloaded serde_spanned v1.0.4
10512026-05-21T04:07:40.345Z Downloaded hyper-util v0.1.20
10522026-05-21T04:07:40.358Z Downloaded slog-stdlog v4.1.1
10532026-05-21T04:07:40.358Z Downloaded slab v0.4.12
10542026-05-21T04:07:40.372Z Downloaded tabwriter v1.4.1
10552026-05-21T04:07:40.373Z Downloaded tap v1.0.1
10562026-05-21T04:07:40.373Z Downloaded itertools v0.13.0
10572026-05-21T04:07:40.373Z Downloaded ssh-cipher v0.2.0
10582026-05-21T04:07:40.373Z Downloaded openssl-sys v0.9.115
10592026-05-21T04:07:40.373Z Downloaded termtree v0.5.1
10602026-05-21T04:07:40.377Z Downloaded supports-color v3.0.2
10612026-05-21T04:07:40.377Z Downloaded snafu-derive v0.8.9
10622026-05-21T04:07:40.377Z Downloaded smf v0.2.3
10632026-05-21T04:07:40.377Z Downloaded strum v0.27.2
10642026-05-21T04:07:40.377Z Downloaded slog-dtrace v0.3.0
10652026-05-21T04:07:40.377Z Downloaded slog-async v2.8.0
10662026-05-21T04:07:40.377Z Downloaded thiserror-impl-no-std v2.0.2
10672026-05-21T04:07:40.377Z Downloaded slog-term v2.9.2
10682026-05-21T04:07:40.377Z Downloaded serde_derive_internals v0.29.1
10692026-05-21T04:07:40.377Z Downloaded structmeta v0.3.0
10702026-05-21T04:07:40.377Z Downloaded itertools v0.10.5
10712026-05-21T04:07:40.384Z Downloaded itertools v0.14.0
10722026-05-21T04:07:40.393Z Downloaded thread-id v5.1.0
10732026-05-21T04:07:40.393Z Downloaded static_assertions v1.1.0
10742026-05-21T04:07:40.393Z Downloaded tinyvec_macros v0.1.1
10752026-05-21T04:07:40.393Z Downloaded stacker v0.1.23
10762026-05-21T04:07:40.397Z Downloaded slog-scope v4.4.1
10772026-05-21T04:07:40.397Z Downloaded num-bigint-dig v0.8.6
10782026-05-21T04:07:40.397Z Downloaded testing_table v0.3.0
10792026-05-21T04:07:40.397Z Downloaded take_mut v0.2.2
10802026-05-21T04:07:40.397Z Downloaded strum_macros v0.27.2
10812026-05-21T04:07:40.397Z Downloaded string_cache v0.8.9
10822026-05-21T04:07:40.403Z Downloaded rustls-platform-verifier v0.6.2
10832026-05-21T04:07:40.403Z Downloaded signal-hook v0.3.18
10842026-05-21T04:07:40.406Z Downloaded rcgen v0.14.8
10852026-05-21T04:07:40.406Z Downloaded rsa v0.9.10
10862026-05-21T04:07:40.406Z Downloaded num-bigint v0.4.6
10872026-05-21T04:07:40.411Z Downloaded ryu v1.0.23
10882026-05-21T04:07:40.414Z Downloaded sync-ptr v0.1.4
10892026-05-21T04:07:40.414Z Downloaded subtle v2.6.1
10902026-05-21T04:07:40.414Z Downloaded schemars v0.8.22
10912026-05-21T04:07:40.421Z Downloaded strum_macros v0.26.4
10922026-05-21T04:07:40.425Z Downloaded strum_macros v0.24.3
10932026-05-21T04:07:40.425Z Downloaded slog v2.8.2
10942026-05-21T04:07:40.430Z Downloaded rand v0.10.0
10952026-05-21T04:07:40.435Z Downloaded spin v0.9.8
10962026-05-21T04:07:40.435Z Downloaded ron v0.8.1
10972026-05-21T04:07:40.440Z Downloaded http v1.4.0
10982026-05-21T04:07:40.440Z Downloaded hashbrown v0.15.5
10992026-05-21T04:07:40.442Z Downloaded quinn v0.11.9
11002026-05-21T04:07:40.442Z Downloaded tokio-dtrace v0.1.1
11012026-05-21T04:07:40.443Z Downloaded thread_local v1.1.9
11022026-05-21T04:07:40.446Z Downloaded pretty_assertions v1.4.1
11032026-05-21T04:07:40.446Z Downloaded spki v0.7.3
11042026-05-21T04:07:40.449Z Downloaded termios v0.3.3
11052026-05-21T04:07:40.449Z Downloaded stringprep v0.1.5
11062026-05-21T04:07:40.453Z Downloaded typify-macro v0.6.2
11072026-05-21T04:07:40.453Z Downloaded topological-sort v0.2.2
11082026-05-21T04:07:40.453Z Downloaded qorb v0.4.1
11092026-05-21T04:07:40.457Z Downloaded sync_wrapper v1.0.2
11102026-05-21T04:07:40.457Z Downloaded serde_with_macros v3.17.0
11112026-05-21T04:07:40.457Z Downloaded socket2 v0.6.3
11122026-05-21T04:07:40.466Z Downloaded dropshot-api-manager v0.7.2
11132026-05-21T04:07:40.471Z Downloaded samael v0.0.19
11142026-05-21T04:07:40.471Z Downloaded try-lock v0.2.5
11152026-05-21T04:07:40.471Z Downloaded tokio-macros v2.7.0
11162026-05-21T04:07:40.471Z Downloaded serde_yaml v0.9.34+deprecated
11172026-05-21T04:07:40.471Z Downloaded trait-variant v0.1.2
11182026-05-21T04:07:40.477Z Downloaded tokio-native-tls v0.3.1
11192026-05-21T04:07:40.477Z Downloaded typify-macro v0.4.3
11202026-05-21T04:07:40.477Z Downloaded tls_codec_derive v0.4.2
11212026-05-21T04:07:40.477Z Downloaded time-macros v0.2.27
11222026-05-21T04:07:40.480Z Downloaded unarray v0.1.4
11232026-05-21T04:07:40.480Z Downloaded tower-layer v0.3.3
11242026-05-21T04:07:40.480Z Downloaded chrono v0.4.44
11252026-05-21T04:07:40.484Z Downloaded thiserror-no-std v2.0.2
11262026-05-21T04:07:40.488Z Downloaded sqlformat v0.3.5
11272026-05-21T04:07:40.488Z Downloaded serde_cbor v0.11.2
11282026-05-21T04:07:40.488Z Downloaded tokio-tungstenite v0.21.0
11292026-05-21T04:07:40.493Z Downloaded tower-service v0.3.3
11302026-05-21T04:07:40.493Z Downloaded rand v0.8.6
11312026-05-21T04:07:40.497Z Downloaded unicode-truncate v1.1.0
11322026-05-21T04:07:40.501Z Downloaded rustls-webpki v0.103.9
11332026-05-21T04:07:40.501Z Downloaded tls_codec v0.4.2
11342026-05-21T04:07:40.506Z Downloaded tokio-tungstenite v0.23.1
11352026-05-21T04:07:40.506Z Downloaded rand_core v0.9.5
11362026-05-21T04:07:40.506Z Downloaded bitvec v1.0.1
11372026-05-21T04:07:40.512Z Downloaded utf-8 v0.7.6
11382026-05-21T04:07:40.517Z Downloaded itertools v0.12.1
11392026-05-21T04:07:40.519Z Downloaded wait-timeout v0.2.1
11402026-05-21T04:07:40.519Z Downloaded tui-tree-widget v0.23.1
11412026-05-21T04:07:40.524Z Downloaded untrusted v0.7.1
11422026-05-21T04:07:40.524Z Downloaded tokio-stream v0.1.18
11432026-05-21T04:07:40.528Z Downloaded tokio-rustls v0.26.4
11442026-05-21T04:07:40.528Z Downloaded support-bundle-viewer v0.1.2
11452026-05-21T04:07:40.529Z Downloaded futures-util v0.3.32
11462026-05-21T04:07:40.539Z Downloaded term v1.2.1
11472026-05-21T04:07:40.547Z Downloaded usdt-attr-macro v0.6.0
11482026-05-21T04:07:40.547Z Downloaded snafu v0.8.9
11492026-05-21T04:07:40.547Z Downloaded void v1.0.2
11502026-05-21T04:07:40.547Z Downloaded similar v2.7.0
11512026-05-21T04:07:40.557Z Downloaded term v0.7.0
11522026-05-21T04:07:40.557Z Downloaded toml_writer v1.0.6+spec-1.1.0
11532026-05-21T04:07:40.557Z Downloaded tagptr v0.2.0
11542026-05-21T04:07:40.557Z Downloaded hashbrown v0.16.1
11552026-05-21T04:07:40.566Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11562026-05-21T04:07:40.566Z Downloaded subprocess v0.2.15
11572026-05-21T04:07:40.566Z Downloaded tiny-keccak v2.0.2
11582026-05-21T04:07:40.570Z Downloaded waitgroup v0.1.2
11592026-05-21T04:07:40.570Z Downloaded xattr v1.6.1
11602026-05-21T04:07:40.570Z Downloaded uzers v0.12.2
11612026-05-21T04:07:40.570Z Downloaded xshell-macros v0.2.7
11622026-05-21T04:07:40.575Z Downloaded vergen-lib v0.1.6
11632026-05-21T04:07:40.575Z Downloaded zone_cfg_derive v0.3.1
11642026-05-21T04:07:40.583Z Downloaded toml_parser v1.0.9+spec-1.1.0
11652026-05-21T04:07:40.583Z Downloaded unicase v2.9.0
11662026-05-21T04:07:40.583Z Downloaded h2 v0.4.13
11672026-05-21T04:07:40.588Z Downloaded vsss-rs v3.3.4
11682026-05-21T04:07:40.588Z Downloaded vergen-gitcl v1.0.8
11692026-05-21T04:07:40.588Z Downloaded schemars v0.9.0
11702026-05-21T04:07:40.592Z Downloaded unit-prefix v0.5.2
11712026-05-21T04:07:40.603Z Downloaded iri-string v0.7.10
11722026-05-21T04:07:40.610Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11732026-05-21T04:07:40.610Z Downloaded reedline v0.40.0
11742026-05-21T04:07:40.610Z Downloaded zone v0.3.1
11752026-05-21T04:07:40.610Z Downloaded tokio-rustls v0.25.0
11762026-05-21T04:07:40.610Z Downloaded untrusted v0.9.0
11772026-05-21T04:07:40.610Z Downloaded tokio-rustls v0.24.1
11782026-05-21T04:07:40.622Z Downloaded toml v0.9.12+spec-1.1.0
11792026-05-21T04:07:40.622Z Downloaded tungstenite v0.21.0
11802026-05-21T04:07:40.632Z Downloaded bindgen v0.71.1
11812026-05-21T04:07:40.632Z Downloaded usdt v0.6.0
11822026-05-21T04:07:40.632Z Downloaded usdt-impl v0.6.0
11832026-05-21T04:07:40.632Z Downloaded tar v0.4.45
11842026-05-21T04:07:40.632Z Downloaded tracing-attributes v0.1.31
11852026-05-21T04:07:40.644Z Downloaded xshell v0.2.7
11862026-05-21T04:07:40.644Z Downloaded usdt-macro v0.6.0
11872026-05-21T04:07:40.644Z Downloaded tinyvec v1.10.0
11882026-05-21T04:07:40.650Z Downloaded wyz v0.5.1
11892026-05-21T04:07:40.650Z Downloaded vergen v9.0.6
11902026-05-21T04:07:40.650Z Downloaded test-strategy v0.4.5
11912026-05-21T04:07:40.650Z Downloaded unicode-properties v0.1.4
11922026-05-21T04:07:40.650Z Downloaded whoami v2.1.0
11932026-05-21T04:07:40.650Z Downloaded toml v1.0.6+spec-1.1.0
11942026-05-21T04:07:40.650Z Downloaded steno v0.4.1
11952026-05-21T04:07:40.667Z Downloaded zeroize v1.8.2
11962026-05-21T04:07:40.667Z Downloaded vergen-git2 v1.0.7
11972026-05-21T04:07:40.667Z Downloaded socket2 v0.5.10
11982026-05-21T04:07:40.667Z Downloaded unsafe-libyaml v0.2.11
11992026-05-21T04:07:40.683Z Downloaded whoami v1.6.1
12002026-05-21T04:07:40.683Z Downloaded want v0.3.1
12012026-05-21T04:07:40.683Z Downloaded walkdir v2.5.0
12022026-05-21T04:07:40.683Z Downloaded reqwest v0.12.28
12032026-05-21T04:07:40.684Z Downloaded yasna v0.6.0
12042026-05-21T04:07:40.684Z Downloaded toml v0.7.8
12052026-05-21T04:07:40.684Z Downloaded phf_shared v0.13.1
12062026-05-21T04:07:40.684Z Downloaded twox-hash v2.1.2
12072026-05-21T04:07:40.696Z Downloaded tungstenite v0.23.0
12082026-05-21T04:07:40.696Z Downloaded libm v0.2.16
12092026-05-21T04:07:40.696Z Downloaded zstd-safe v7.2.4
12102026-05-21T04:07:40.696Z Downloaded zeroize_derive v1.4.3
12112026-05-21T04:07:40.696Z Downloaded uuid v1.23.0
12122026-05-21T04:07:40.696Z Downloaded portable-atomic v1.13.1
12132026-05-21T04:07:40.707Z Downloaded universal-hash v0.5.1
12142026-05-21T04:07:40.707Z Downloaded p521 v0.13.3
12152026-05-21T04:07:40.707Z Downloaded iddqd v0.4.1
12162026-05-21T04:07:40.707Z Downloaded rayon v1.11.0
12172026-05-21T04:07:40.714Z Downloaded reqwest v0.13.2
12182026-05-21T04:07:40.719Z Downloaded zerocopy v0.6.6
12192026-05-21T04:07:40.727Z Downloaded typify v0.6.2
12202026-05-21T04:07:40.727Z Downloaded rustyline v14.0.0
12212026-05-21T04:07:40.738Z Downloaded unicode-bidi v0.3.18
12222026-05-21T04:07:40.738Z Downloaded typify v0.4.3
12232026-05-21T04:07:40.738Z Downloaded toml_edit v0.23.10+spec-1.0.0
12242026-05-21T04:07:40.748Z Downloaded russh v0.45.0
12252026-05-21T04:07:40.753Z Downloaded publicsuffix v2.3.0
12262026-05-21T04:07:40.753Z Downloaded tracing-core v0.1.36
12272026-05-21T04:07:40.753Z Downloaded yansi v1.0.1
12282026-05-21T04:07:40.770Z Downloaded zopfli v0.8.3
12292026-05-21T04:07:40.781Z Downloaded toml_edit v0.19.15
12302026-05-21T04:07:40.792Z Downloaded schemars v1.2.1
12312026-05-21T04:07:40.801Z Downloaded vte v0.14.1
12322026-05-21T04:07:40.807Z Downloaded moka v0.12.13
12332026-05-21T04:07:40.814Z Downloaded rpassword v7.4.0
12342026-05-21T04:07:40.814Z Downloaded rand v0.9.2
12352026-05-21T04:07:40.818Z Downloaded regex v1.12.3
12362026-05-21T04:07:40.818Z Downloaded p384 v0.13.1
12372026-05-21T04:07:40.819Z Downloaded unicode_categories v0.1.1
12382026-05-21T04:07:40.823Z Downloaded bstr v1.12.1
12392026-05-21T04:07:40.827Z Downloaded tokio-postgres v0.7.16
12402026-05-21T04:07:40.836Z Downloaded mio v1.2.0
12412026-05-21T04:07:40.843Z Downloaded tokio-util v0.7.18
12422026-05-21T04:07:40.853Z Downloaded unicode-segmentation v1.12.0
12432026-05-21T04:07:40.853Z Downloaded proptest v1.10.0
12442026-05-21T04:07:40.866Z Downloaded zstd v0.13.3
12452026-05-21T04:07:40.866Z Downloaded object v0.30.4
12462026-05-21T04:07:40.866Z Downloaded tower-http v0.6.8
12472026-05-21T04:07:40.875Z Downloaded ssh-key v0.6.7
12482026-05-21T04:07:40.875Z Downloaded lalrpop v0.19.12
12492026-05-21T04:07:40.880Z Downloaded zerocopy-derive v0.8.40
12502026-05-21T04:07:40.880Z Downloaded x509-parser v0.18.1
12512026-05-21T04:07:40.885Z Downloaded x509-cert v0.2.5
12522026-05-21T04:07:40.885Z Downloaded salty v0.3.0
12532026-05-21T04:07:40.889Z Downloaded typed-path v0.9.3
12542026-05-21T04:07:40.899Z Downloaded quick-xml v0.37.5
12552026-05-21T04:07:40.904Z Downloaded polar-core v0.27.3
12562026-05-21T04:07:40.904Z Downloaded tower v0.5.3
12572026-05-21T04:07:40.915Z Downloaded goblin v0.10.5
12582026-05-21T04:07:40.920Z Downloaded quinn-proto v0.11.13
12592026-05-21T04:07:40.920Z Downloaded nix v0.29.0
12602026-05-21T04:07:40.926Z Downloaded zip v4.6.1
12612026-05-21T04:07:40.930Z Downloaded petname v2.0.2
12622026-05-21T04:07:40.930Z Downloaded tough v0.22.0
12632026-05-21T04:07:40.935Z Downloaded unicode-normalization v0.1.25
12642026-05-21T04:07:40.942Z Downloaded rustls-webpki v0.102.8
12652026-05-21T04:07:40.946Z Downloaded winnow v0.5.40
12662026-05-21T04:07:40.952Z Downloaded serde_with v3.17.0
12672026-05-21T04:07:40.961Z Downloaded curve25519-dalek v4.1.3
12682026-05-21T04:07:40.965Z Downloaded winnow v0.6.26
12692026-05-21T04:07:40.971Z Downloaded object v0.37.3
12702026-05-21T04:07:40.977Z Downloaded nix v0.27.1
12712026-05-21T04:07:40.989Z Downloaded tabled v0.20.0
12722026-05-21T04:07:40.998Z Downloaded time v0.3.47
12732026-05-21T04:07:41.007Z Downloaded nix v0.31.2
12742026-05-21T04:07:41.010Z Downloaded openssl v0.10.79
12752026-05-21T04:07:41.017Z Downloaded hickory-proto v0.25.2
12762026-05-21T04:07:41.027Z Downloaded zlib-rs v0.6.2
12772026-05-21T04:07:41.031Z Downloaded dropshot v0.16.7
12782026-05-21T04:07:41.044Z Downloaded hickory-proto v0.24.4
12792026-05-21T04:07:41.053Z Downloaded rustls-webpki v0.101.7
12802026-05-21T04:07:41.061Z Downloaded smoltcp v0.11.0
12812026-05-21T04:07:41.069Z Downloaded git2 v0.20.4
12822026-05-21T04:07:41.074Z Downloaded regress v0.10.5
12832026-05-21T04:07:41.078Z Downloaded nix v0.28.0
12842026-05-21T04:07:41.087Z Downloaded dropshot v0.17.0
12852026-05-21T04:07:41.101Z Downloaded zerocopy v0.8.40
12862026-05-21T04:07:41.105Z Downloaded regex-syntax v0.6.29
12872026-05-21T04:07:41.110Z Downloaded vcpkg v0.2.15
12882026-05-21T04:07:41.138Z Downloaded zip v0.6.6
12892026-05-21T04:07:41.146Z Downloaded diesel v2.3.7
12902026-05-21T04:07:41.151Z Downloaded rustls v0.22.4
12912026-05-21T04:07:41.154Z Downloaded webpki-roots v1.0.6
12922026-05-21T04:07:41.157Z Downloaded openapiv3 v2.2.0
12932026-05-21T04:07:41.174Z Downloaded regex-syntax v0.8.10
12942026-05-21T04:07:41.180Z Downloaded rustix v0.38.44
12952026-05-21T04:07:41.185Z Downloaded rustls v0.23.37
12962026-05-21T04:07:41.198Z Downloaded smoltcp v0.9.1
12972026-05-21T04:07:41.202Z Downloaded rustls v0.21.12
12982026-05-21T04:07:41.209Z Downloaded regress v0.11.1
12992026-05-21T04:07:41.212Z Downloaded sqlparser v0.61.0
13002026-05-21T04:07:41.216Z Downloaded sled v0.34.7
13012026-05-21T04:07:41.226Z Downloaded radix_trie v0.2.1
13022026-05-21T04:07:41.230Z Downloaded tracing v0.1.44
13032026-05-21T04:07:41.242Z Downloaded typify-impl v0.6.2
13042026-05-21T04:07:41.251Z Downloaded ratatui v0.29.0
13052026-05-21T04:07:41.263Z Downloaded typify-impl v0.4.3
13062026-05-21T04:07:41.292Z Downloaded chrono-tz v0.10.4
13072026-05-21T04:07:41.302Z Downloaded zerocopy-derive v0.6.6
13082026-05-21T04:07:41.306Z Downloaded regex-automata v0.4.14
13092026-05-21T04:07:41.315Z Downloaded petgraph v0.6.5
13102026-05-21T04:07:41.327Z Downloaded jiff v0.2.21
13112026-05-21T04:07:41.369Z Downloaded libz-sys v1.1.24
13122026-05-21T04:07:41.377Z Downloaded petgraph v0.8.3
13132026-05-21T04:07:41.394Z Downloaded csv v1.4.0
13142026-05-21T04:07:41.402Z Downloaded sha3 v0.10.8
13152026-05-21T04:07:41.406Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13162026-05-21T04:07:41.422Z Downloaded tokio v1.52.1
13172026-05-21T04:07:41.492Z Downloaded encoding_rs v0.8.35
13182026-05-21T04:07:41.503Z Downloaded ring v0.17.14
13192026-05-21T04:07:41.544Z Downloaded libgit2-sys v0.18.3+1.9.2
13202026-05-21T04:07:42.045Z Downloaded aws-lc-sys v0.40.0
13212026-05-21T04:07:42.303Z Compiling libc v0.2.185
13222026-05-21T04:07:42.303Z Compiling serde v1.0.228
13232026-05-21T04:07:42.319Z Compiling log v0.4.29
13242026-05-21T04:07:42.319Z Compiling shlex v1.3.0
13252026-05-21T04:07:42.319Z Compiling find-msvc-tools v0.1.9
13262026-05-21T04:07:42.449Z Compiling smallvec v1.15.1
13272026-05-21T04:07:42.473Z Compiling syn v2.0.117
13282026-05-21T04:07:42.473Z Compiling typenum v1.19.0
13292026-05-21T04:07:42.652Z Compiling generic-array v0.14.7
13302026-05-21T04:07:42.668Z Compiling subtle v2.6.1
13312026-05-21T04:07:42.668Z Compiling scopeguard v1.2.0
13322026-05-21T04:07:42.682Z Compiling const-oid v0.9.6
13332026-05-21T04:07:42.746Z Compiling lock_api v0.4.14
13342026-05-21T04:07:42.760Z Compiling serde_json v1.0.149
13352026-05-21T04:07:42.818Z Compiling zerocopy v0.8.40
13362026-05-21T04:07:42.883Z Compiling portable-atomic v1.13.1
13372026-05-21T04:07:42.970Z Compiling pin-project-lite v0.2.17
13382026-05-21T04:07:43.060Z Compiling parking_lot_core v0.9.12
13392026-05-21T04:07:43.212Z Compiling getrandom v0.2.17
13402026-05-21T04:07:43.287Z Compiling jobserver v0.1.34
13412026-05-21T04:07:43.305Z Compiling errno v0.3.14
13422026-05-21T04:07:43.363Z Compiling rand_core v0.6.4
13432026-05-21T04:07:43.405Z Compiling pkg-config v0.3.32
13442026-05-21T04:07:43.431Z Compiling signal-hook-registry v1.4.8
13452026-05-21T04:07:43.625Z Compiling cc v1.2.56
13462026-05-21T04:07:43.645Z Compiling bitflags v2.11.0
13472026-05-21T04:07:43.707Z Compiling libm v0.2.16
13482026-05-21T04:07:43.717Z Compiling critical-section v1.2.0
13492026-05-21T04:07:43.830Z Compiling futures-core v0.3.32
13502026-05-21T04:07:43.886Z Compiling once_cell v1.21.3
13512026-05-21T04:07:43.920Z Compiling parking_lot v0.12.5
13522026-05-21T04:07:43.938Z Compiling mio v1.2.0
13532026-05-21T04:07:43.978Z Compiling num-traits v0.2.19
13542026-05-21T04:07:44.070Z Compiling percent-encoding v2.3.2
13552026-05-21T04:07:44.087Z Compiling socket2 v0.6.3
13562026-05-21T04:07:44.259Z Compiling futures-sink v0.3.32
13572026-05-21T04:07:44.285Z Compiling getrandom v0.4.1
13582026-05-21T04:07:44.319Z Compiling futures-task v0.3.32
13592026-05-21T04:07:44.362Z Compiling futures-channel v0.3.32
13602026-05-21T04:07:44.443Z Compiling cpufeatures v0.2.17
13612026-05-21T04:07:44.575Z Compiling futures-io v0.3.32
13622026-05-21T04:07:44.594Z Compiling slab v0.4.12
13632026-05-21T04:07:44.613Z Compiling rand_core v0.10.0
13642026-05-21T04:07:44.662Z Compiling indexmap v2.14.0
13652026-05-21T04:07:44.727Z Compiling getrandom v0.3.4
13662026-05-21T04:07:44.741Z Compiling rustversion v1.0.22
13672026-05-21T04:07:44.791Z Compiling cmake v0.1.57
13682026-05-21T04:07:45.150Z Compiling form_urlencoded v1.2.2
13692026-05-21T04:07:45.203Z Compiling fs_extra v1.3.0
13702026-05-21T04:07:45.257Z Compiling dunce v1.0.5
13712026-05-21T04:07:45.319Z Compiling base64ct v1.8.3
13722026-05-21T04:07:45.337Z Compiling ident_case v1.0.1
13732026-05-21T04:07:45.353Z Compiling rustix v1.1.3
13742026-05-21T04:07:45.464Z Compiling synstructure v0.13.2
13752026-05-21T04:07:45.486Z Compiling aws-lc-sys v0.40.0
13762026-05-21T04:07:45.611Z Compiling pem-rfc7468 v0.7.0
13772026-05-21T04:07:45.646Z Compiling flagset v0.4.7
13782026-05-21T04:07:45.691Z Compiling regex-syntax v0.8.10
13792026-05-21T04:07:45.720Z Compiling iana-time-zone v0.1.65
13802026-05-21T04:07:45.867Z Compiling rand_core v0.9.5
13812026-05-21T04:07:45.930Z Compiling ring v0.17.14
13822026-05-21T04:07:45.935Z Compiling aws-lc-rs v1.16.3
13832026-05-21T04:07:45.999Z Compiling vcpkg v0.2.15
13842026-05-21T04:07:46.148Z Compiling uuid v1.23.0
13852026-05-21T04:07:46.233Z Compiling rustc_version v0.4.1
13862026-05-21T04:07:46.577Z Compiling tracing-core v0.1.36
13872026-05-21T04:07:46.762Z Compiling openssl-sys v0.9.115
13882026-05-21T04:07:46.874Z Compiling base64 v0.22.1
13892026-05-21T04:07:47.144Z Compiling serde_derive v1.0.228
13902026-05-21T04:07:47.163Z Compiling zeroize_derive v1.4.3
13912026-05-21T04:07:47.225Z Compiling zerofrom-derive v0.1.6
13922026-05-21T04:07:47.295Z Compiling yoke-derive v0.8.1
13932026-05-21T04:07:47.322Z Compiling zerovec-derive v0.11.2
13942026-05-21T04:07:47.818Z Compiling zeroize v1.8.2
13952026-05-21T04:07:48.110Z Compiling zerocopy-derive v0.8.40
13962026-05-21T04:07:48.459Z Compiling displaydoc v0.2.5
13972026-05-21T04:07:48.472Z Compiling tokio-macros v2.7.0
13982026-05-21T04:07:48.588Z Compiling crypto-common v0.1.7
13992026-05-21T04:07:48.628Z Compiling zerofrom v0.1.6
14002026-05-21T04:07:48.746Z Compiling yoke v0.8.1
14012026-05-21T04:07:48.760Z Compiling block-buffer v0.10.4
14022026-05-21T04:07:48.917Z Compiling zerovec v0.11.5
14032026-05-21T04:07:48.928Z Compiling digest v0.10.7
14042026-05-21T04:07:49.167Z Compiling futures-macro v0.3.32
14052026-05-21T04:07:49.179Z Compiling zerotrie v0.2.3
14062026-05-21T04:07:49.183Z Compiling hmac v0.12.1
14072026-05-21T04:07:49.335Z Compiling block-padding v0.3.3
14082026-05-21T04:07:49.452Z Compiling tinystr v0.8.2
14092026-05-21T04:07:49.493Z Compiling potential_utf v0.1.4
14102026-05-21T04:07:49.547Z Compiling inout v0.1.4
14112026-05-21T04:07:49.654Z Compiling icu_locale_core v2.1.1
14122026-05-21T04:07:49.654Z Compiling icu_collections v2.1.1
14132026-05-21T04:07:49.713Z Compiling cipher v0.4.4
14142026-05-21T04:07:49.971Z Compiling sha2 v0.10.9
14152026-05-21T04:07:49.974Z Compiling futures-util v0.3.32
14162026-05-21T04:07:50.135Z Compiling der_derive v0.7.3
14172026-05-21T04:07:50.542Z Compiling icu_provider v2.1.1
14182026-05-21T04:07:50.606Z Compiling bytes v1.11.1
14192026-05-21T04:07:50.682Z Compiling chrono v0.4.44
14202026-05-21T04:07:50.853Z Compiling icu_properties v2.1.2
14212026-05-21T04:07:51.084Z Compiling tokio v1.52.1
14222026-05-21T04:07:51.237Z Compiling icu_normalizer v2.1.1
14232026-05-21T04:07:51.360Z Compiling der v0.7.10
14242026-05-21T04:07:51.750Z Compiling idna_adapter v1.2.1
14252026-05-21T04:07:51.886Z Compiling idna v1.1.0
14262026-05-21T04:07:51.914Z Compiling http v1.4.0
14272026-05-21T04:07:52.052Z Compiling salsa20 v0.10.2
14282026-05-21T04:07:52.196Z Compiling url v2.5.8
14292026-05-21T04:07:52.236Z Compiling spki v0.7.3
14302026-05-21T04:07:52.440Z Compiling ppv-lite86 v0.2.21
14312026-05-21T04:07:52.525Z Compiling pbkdf2 v0.12.2
14322026-05-21T04:07:52.533Z Compiling rustls-pki-types v1.14.0
14332026-05-21T04:07:52.552Z Compiling thiserror-impl v2.0.18
14342026-05-21T04:07:52.638Z Compiling tracing-attributes v0.1.31
14352026-05-21T04:07:52.753Z Compiling rand_chacha v0.9.0
14362026-05-21T04:07:52.802Z Compiling scrypt v0.11.0
14372026-05-21T04:07:52.970Z Compiling http-body v1.0.1
14382026-05-21T04:07:52.984Z Compiling cbc v0.1.2
14392026-05-21T04:07:53.050Z Compiling aes v0.8.4
14402026-05-21T04:07:53.134Z Compiling tinyvec_macros v0.1.1
14412026-05-21T04:07:53.182Z Compiling untrusted v0.9.0
14422026-05-21T04:07:53.204Z Compiling httparse v1.10.1
14432026-05-21T04:07:53.302Z Compiling untrusted v0.7.1
14442026-05-21T04:07:53.427Z Compiling openssl-probe v0.2.1
14452026-05-21T04:07:53.440Z Compiling pkcs5 v0.7.1
14462026-05-21T04:07:53.601Z Compiling tinyvec v1.10.0
14472026-05-21T04:07:53.849Z Compiling thiserror v2.0.18
14482026-05-21T04:07:53.915Z Compiling tracing v0.1.44
14492026-05-21T04:07:53.915Z Compiling pest_generator v2.8.6
14502026-05-21T04:07:53.939Z Compiling rand v0.9.2
14512026-05-21T04:07:53.953Z Compiling serde_derive_internals v0.29.1
14522026-05-21T04:07:54.090Z Compiling aho-corasick v1.1.4
14532026-05-21T04:07:54.186Z Compiling dyn-clone v1.0.20
14542026-05-21T04:07:54.325Z Compiling tower-layer v0.3.3
14552026-05-21T04:07:54.519Z Compiling rustls v0.23.37
14562026-05-21T04:07:54.630Z Compiling schemars v0.8.22
14572026-05-21T04:07:54.695Z Compiling try-lock v0.2.5
14582026-05-21T04:07:54.737Z Compiling atomic-waker v1.1.2
14592026-05-21T04:07:54.801Z Compiling tokio-util v0.7.18
14602026-05-21T04:07:54.830Z Compiling tower-service v0.3.3
14612026-05-21T04:07:54.878Z Compiling schemars_derive v0.8.22
14622026-05-21T04:07:54.881Z Compiling want v0.3.1
14632026-05-21T04:07:54.921Z Compiling pest_derive v2.8.6
14642026-05-21T04:07:55.049Z Compiling regex-automata v0.4.14
14652026-05-21T04:07:55.344Z Compiling pkcs8 v0.10.2
14662026-05-21T04:07:55.654Z Compiling h2 v0.4.13
14672026-05-21T04:07:55.690Z Compiling ipnet v2.11.0
14682026-05-21T04:07:55.825Z Compiling scroll_derive v0.13.1
14692026-05-21T04:07:55.828Z Compiling darling_core v0.20.11
14702026-05-21T04:07:56.107Z Compiling openssl v0.10.79
14712026-05-21T04:07:56.181Z Compiling foreign-types-shared v0.1.1
14722026-05-21T04:07:56.269Z Compiling pin-utils v0.1.0
14732026-05-21T04:07:56.333Z Compiling httpdate v1.0.3
14742026-05-21T04:07:56.347Z Compiling tempfile v3.25.0
14752026-05-21T04:07:56.575Z Compiling foreign-types v0.3.2
14762026-05-21T04:07:56.630Z Compiling scroll v0.13.0
14772026-05-21T04:07:56.709Z Compiling unicode-normalization v0.1.25
14782026-05-21T04:07:56.898Z Compiling openssl-macros v0.1.1
14792026-05-21T04:07:57.137Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14802026-05-21T04:07:57.160Z Compiling spin v0.9.8
14812026-05-21T04:07:57.284Z Compiling num-conv v0.2.0
14822026-05-21T04:07:57.373Z Compiling native-tls v0.2.18
14832026-05-21T04:07:57.414Z Compiling time-core v0.1.8
14842026-05-21T04:07:57.516Z Compiling powerfmt v0.2.0
14852026-05-21T04:07:57.563Z Compiling crc32fast v1.5.0
14862026-05-21T04:07:57.592Z Compiling time-macros v0.2.27
14872026-05-21T04:07:57.717Z Compiling deranged v0.5.8
14882026-05-21T04:07:58.075Z Compiling darling_macro v0.20.11
14892026-05-21T04:07:58.537Z Compiling hyper v1.8.1
14902026-05-21T04:07:58.636Z Compiling darling v0.20.11
14912026-05-21T04:07:58.699Z Compiling goblin v0.10.5
14922026-05-21T04:07:58.715Z Compiling rustls-native-certs v0.8.3
14932026-05-21T04:07:58.999Z Compiling sync_wrapper v1.0.2
14942026-05-21T04:07:59.056Z Compiling wait-timeout v0.2.1
14952026-05-21T04:07:59.114Z Compiling siphasher v1.0.2
14962026-05-21T04:07:59.289Z Compiling crossbeam-utils v0.8.21
14972026-05-21T04:07:59.311Z Compiling usdt-impl v0.6.0
14982026-05-21T04:07:59.576Z Compiling num_threads v0.1.7
14992026-05-21T04:07:59.590Z Compiling bit-vec v0.8.0
15002026-05-21T04:07:59.613Z Compiling hyper-util v0.1.20
15012026-05-21T04:07:59.672Z Compiling quick-error v1.2.3
15022026-05-21T04:07:59.782Z Compiling syn v1.0.109
15032026-05-21T04:07:59.815Z Compiling simd-adler32 v0.3.8
15042026-05-21T04:08:00.469Z Compiling bit-set v0.8.0
15052026-05-21T04:08:00.473Z Compiling rusty-fork v0.3.1
15062026-05-21T04:08:00.473Z Compiling time v0.3.47
15072026-05-21T04:08:00.473Z Compiling tower v0.5.3
15082026-05-21T04:08:00.549Z Compiling derive_builder_core v0.20.2
15092026-05-21T04:08:00.956Z Compiling dtrace-parser v0.3.0
15102026-05-21T04:08:01.130Z Compiling http-body-util v0.1.3
15112026-05-21T04:08:01.344Z Compiling webpki-roots v1.0.6
15122026-05-21T04:08:01.378Z Compiling signature v2.2.0
15132026-05-21T04:08:01.424Z Compiling dof v0.4.0
15142026-05-21T04:08:01.465Z Compiling scroll_derive v0.12.1
15152026-05-21T04:08:01.959Z Compiling thiserror-impl v1.0.69
15162026-05-21T04:08:01.963Z Compiling heapless v0.7.17
15172026-05-21T04:08:01.963Z Compiling rand_xorshift v0.4.0
15182026-05-21T04:08:01.963Z Compiling slog v2.8.2
15192026-05-21T04:08:01.963Z Compiling darling_core v0.21.3
15202026-05-21T04:08:02.058Z Compiling bzip2-sys v0.1.13+1.0.8
15212026-05-21T04:08:02.118Z Compiling thread-id v5.1.0
15222026-05-21T04:08:02.202Z Compiling cookie v0.18.1
15232026-05-21T04:08:02.323Z Compiling unarray v0.1.4
15242026-05-21T04:08:02.385Z Compiling allocator-api2 v0.2.21
15252026-05-21T04:08:02.433Z Compiling iri-string v0.7.10
15262026-05-21T04:08:02.576Z Compiling signal-hook v0.3.18
15272026-05-21T04:08:02.706Z Compiling paste v1.0.15
15282026-05-21T04:08:02.755Z Compiling unicode-bidi v0.3.18
15292026-05-21T04:08:02.781Z Compiling unicode-properties v0.1.4
15302026-05-21T04:08:02.953Z Compiling anyhow v1.0.102
15312026-05-21T04:08:02.964Z Compiling adler2 v2.0.1
15322026-05-21T04:08:02.986Z Compiling zstd-safe v7.2.4
15332026-05-21T04:08:03.089Z Compiling ryu v1.0.23
15342026-05-21T04:08:03.176Z Compiling stringprep v0.1.5
15352026-05-21T04:08:03.265Z Compiling serde_urlencoded v0.7.1
15362026-05-21T04:08:03.268Z Compiling miniz_oxide v0.8.9
15372026-05-21T04:08:03.496Z Compiling thiserror v1.0.69
15382026-05-21T04:08:03.525Z Compiling proptest v1.10.0
15392026-05-21T04:08:03.600Z Compiling tower-http v0.6.8
15402026-05-21T04:08:03.922Z Compiling scroll v0.12.0
15412026-05-21T04:08:04.050Z Compiling derive_builder_macro v0.20.2
15422026-05-21T04:08:04.383Z Compiling darling_macro v0.21.3
15432026-05-21T04:08:04.449Z Compiling tokio-native-tls v0.3.1
15442026-05-21T04:08:04.495Z Compiling ipnetwork v0.21.1
15452026-05-21T04:08:04.540Z Compiling bstr v1.12.1
15462026-05-21T04:08:04.615Z Compiling rand_chacha v0.3.1
15472026-05-21T04:08:04.673Z Compiling toml_datetime v0.6.11
15482026-05-21T04:08:04.884Z Compiling serde_tokenstream v0.2.3
15492026-05-21T04:08:04.884Z Compiling erased-serde v0.3.31
15502026-05-21T04:08:04.935Z Compiling serde_spanned v0.6.9
15512026-05-21T04:08:05.490Z Compiling md-5 v0.10.6
15522026-05-21T04:08:05.493Z Compiling async-trait v0.1.89
15532026-05-21T04:08:05.493Z Compiling zerocopy-derive v0.7.35
15542026-05-21T04:08:05.493Z Compiling pin-project-internal v1.1.11
15552026-05-21T04:08:05.493Z Compiling curve25519-dalek v4.1.3
15562026-05-21T04:08:05.493Z Compiling vergen-lib v0.1.6
15572026-05-21T04:08:05.612Z Compiling num-integer v0.1.46
15582026-05-21T04:08:05.708Z Compiling hash32 v0.2.1
15592026-05-21T04:08:05.902Z Compiling ff v0.13.1
15602026-05-21T04:08:05.932Z Compiling memoffset v0.9.1
15612026-05-21T04:08:06.039Z Compiling smoltcp v0.9.1
15622026-05-21T04:08:06.070Z Compiling psl-types v2.0.11
15632026-05-21T04:08:06.121Z Compiling litrs v1.0.0
15642026-05-21T04:08:06.192Z Compiling ref-cast v1.0.25
15652026-05-21T04:08:06.207Z Compiling rustix v0.38.44
15662026-05-21T04:08:06.348Z Compiling num-bigint-dig v0.8.6
15672026-05-21T04:08:06.374Z Compiling cfg_aliases v0.2.1
15682026-05-21T04:08:06.448Z Compiling base16ct v0.2.0
15692026-05-21T04:08:06.495Z Compiling zlib-rs v0.6.2
15702026-05-21T04:08:06.534Z Compiling fallible-iterator v0.2.0
15712026-05-21T04:08:06.627Z Compiling document-features v0.2.12
15722026-05-21T04:08:06.627Z Compiling sec1 v0.7.3
15732026-05-21T04:08:06.715Z Compiling nix v0.31.2
15742026-05-21T04:08:06.839Z Compiling postgres-protocol v0.6.10
15752026-05-21T04:08:06.926Z Compiling pin-project v1.1.11
15762026-05-21T04:08:07.029Z Compiling publicsuffix v2.3.0
15772026-05-21T04:08:07.176Z Compiling zerocopy v0.7.35
15782026-05-21T04:08:07.195Z Compiling group v0.13.0
15792026-05-21T04:08:07.376Z Compiling newtype-uuid v1.3.2
15802026-05-21T04:08:07.381Z Compiling num-iter v0.1.45
15812026-05-21T04:08:07.678Z Compiling darling v0.21.3
15822026-05-21T04:08:07.708Z Compiling rand v0.8.6
15832026-05-21T04:08:07.715Z Compiling oxnet v0.1.4
15842026-05-21T04:08:07.759Z Compiling hyper-tls v0.6.0
15852026-05-21T04:08:07.988Z Compiling derive_builder v0.20.2
15862026-05-21T04:08:08.116Z Compiling goblin v0.8.2
15872026-05-21T04:08:08.306Z Compiling hubpack_derive v0.1.1
15882026-05-21T04:08:08.727Z Compiling phf_shared v0.13.1
15892026-05-21T04:08:08.740Z Compiling lazy_static v1.5.0
15902026-05-21T04:08:08.835Z Compiling regex v1.12.3
15912026-05-21T04:08:08.889Z Compiling futures-executor v0.3.32
15922026-05-21T04:08:08.963Z Compiling cargo-platform v0.1.9
15932026-05-21T04:08:09.011Z Compiling hex v0.4.3
15942026-05-21T04:08:09.142Z Compiling hkdf v0.12.4
15952026-05-21T04:08:09.255Z Compiling crypto-bigint v0.5.5
15962026-05-21T04:08:09.268Z Compiling ref-cast-impl v1.0.25
15972026-05-21T04:08:09.281Z Compiling snafu-derive v0.8.9
15982026-05-21T04:08:09.303Z Compiling daft-derive v0.1.7
15992026-05-21T04:08:09.760Z Compiling flate2 v1.1.9
16002026-05-21T04:08:09.855Z Compiling curve25519-dalek-derive v0.1.1
16012026-05-21T04:08:10.054Z Compiling strum_macros v0.27.2
16022026-05-21T04:08:10.568Z Compiling terminal_size v0.4.3
16032026-05-21T04:08:10.571Z Compiling vergen v9.0.6
16042026-05-21T04:08:10.571Z Compiling fs-err v3.3.0
16052026-05-21T04:08:10.571Z Compiling ahash v0.8.12
16062026-05-21T04:08:10.684Z Compiling encoding_rs v0.8.35
16072026-05-21T04:08:10.712Z Compiling libbz2-rs-sys v0.2.2
16082026-05-21T04:08:11.216Z Compiling bitflags v1.3.2
16092026-05-21T04:08:11.296Z Compiling same-file v1.0.6
16102026-05-21T04:08:11.389Z Compiling unicode-segmentation v1.12.0
16112026-05-21T04:08:11.405Z Compiling mime v0.3.17
16122026-05-21T04:08:11.461Z Compiling managed v0.8.0
16132026-05-21T04:08:11.590Z Compiling winnow v0.5.40
16142026-05-21T04:08:11.659Z Compiling bumpalo v3.20.2
16152026-05-21T04:08:11.679Z Compiling foldhash v0.2.0
16162026-05-21T04:08:11.773Z Compiling foldhash v0.1.5
16172026-05-21T04:08:11.896Z Compiling object v0.37.3
16182026-05-21T04:08:11.913Z Compiling hashbrown v0.15.5
16192026-05-21T04:08:11.944Z Compiling zopfli v0.8.3
16202026-05-21T04:08:12.037Z Compiling strum v0.27.2
16212026-05-21T04:08:12.173Z Compiling hashbrown v0.16.1
16222026-05-21T04:08:12.209Z Compiling clap_builder v4.5.60
16232026-05-21T04:08:12.448Z Compiling walkdir v2.5.0
16242026-05-21T04:08:12.601Z Compiling snafu v0.8.9
16252026-05-21T04:08:12.743Z Compiling bzip2 v0.6.1
16262026-05-21T04:08:12.909Z Compiling toml_edit v0.19.15
16272026-05-21T04:08:12.978Z Compiling dof v0.3.0
16282026-05-21T04:08:12.992Z Compiling elliptic-curve v0.13.8
16292026-05-21T04:08:13.005Z Compiling daft v0.1.7
16302026-05-21T04:08:13.372Z Compiling cargo_metadata v0.19.2
16312026-05-21T04:08:13.387Z Compiling futures v0.3.32
16322026-05-21T04:08:13.467Z Compiling phf v0.13.1
16332026-05-21T04:08:14.042Z Compiling hubpack v0.1.2
16342026-05-21T04:08:14.263Z Compiling cookie_store v0.22.1
16352026-05-21T04:08:14.918Z Compiling signal-hook-mio v0.2.5
16362026-05-21T04:08:14.921Z Compiling bzip2 v0.4.4
16372026-05-21T04:08:14.921Z Compiling zstd v0.13.3
16382026-05-21T04:08:14.921Z Compiling serde_with_macros v3.17.0
16392026-05-21T04:08:14.953Z Compiling postgres-types v0.2.12
16402026-05-21T04:08:15.236Z Compiling usdt-macro v0.6.0
16412026-05-21T04:08:15.506Z Compiling usdt-attr-macro v0.6.0
16422026-05-21T04:08:15.573Z Compiling globset v0.4.18
16432026-05-21T04:08:15.963Z Compiling dtrace-parser v0.2.0
16442026-05-21T04:08:15.977Z Compiling ed25519 v2.2.3
16452026-05-21T04:08:15.988Z Compiling phf_shared v0.11.3
16462026-05-21T04:08:16.171Z Compiling olpc-cjson v0.1.4
16472026-05-21T04:08:16.186Z Compiling pkcs1 v0.7.5
16482026-05-21T04:08:16.243Z Compiling serde-big-array v0.5.1
16492026-05-21T04:08:16.274Z Compiling serde_plain v1.0.2
16502026-05-21T04:08:16.330Z Compiling rfc6979 v0.4.0
16512026-05-21T04:08:16.383Z Compiling clap_derive v4.5.55
16522026-05-21T04:08:16.454Z Compiling serde_repr v0.1.20
16532026-05-21T04:08:16.482Z Compiling enum-as-inner v0.6.1
16542026-05-21T04:08:16.574Z Compiling strum_macros v0.26.4
16552026-05-21T04:08:16.701Z Compiling async-recursion v1.1.1
16562026-05-21T04:08:16.872Z Compiling pem v3.0.6
16572026-05-21T04:08:16.978Z Compiling float-cmp v0.10.0
16582026-05-21T04:08:16.991Z Compiling thread-id v4.2.2
16592026-05-21T04:08:17.077Z Compiling memmap2 v0.9.10
16602026-05-21T04:08:17.127Z Compiling env_filter v1.0.0
16612026-05-21T04:08:17.200Z Compiling static_assertions v1.1.0
16622026-05-21T04:08:17.278Z Compiling precomputed-hash v0.1.1
16632026-05-21T04:08:17.290Z Compiling predicates-core v1.0.10
16642026-05-21T04:08:17.343Z Compiling data-encoding v2.10.0
16652026-05-21T04:08:17.365Z Compiling either v1.15.0
16662026-05-21T04:08:17.422Z Compiling normalize-line-endings v0.3.0
16672026-05-21T04:08:17.460Z Compiling fixedbitset v0.4.2
16682026-05-21T04:08:17.517Z Compiling fixedbitset v0.5.7
16692026-05-21T04:08:17.571Z Compiling difflib v0.4.0
16702026-05-21T04:08:17.674Z Compiling typed-path v0.9.3
16712026-05-21T04:08:17.818Z Compiling keccak v0.1.6
16722026-05-21T04:08:18.025Z Compiling new_debug_unreachable v1.0.6
16732026-05-21T04:08:18.099Z Compiling jiff v0.2.21
16742026-05-21T04:08:18.123Z Compiling whoami v2.1.0
16752026-05-21T04:08:18.136Z Compiling toml_edit v0.22.27
16762026-05-21T04:08:18.290Z Compiling strum v0.26.3
16772026-05-21T04:08:18.421Z Compiling tokio-postgres v0.7.16
16782026-05-21T04:08:18.501Z Compiling clap v4.5.60
16792026-05-21T04:08:18.587Z Compiling string_cache v0.8.9
16802026-05-21T04:08:18.620Z Compiling sha3 v0.10.8
16812026-05-21T04:08:18.818Z Compiling predicates v3.1.4
16822026-05-21T04:08:18.892Z Compiling petgraph v0.8.3
16832026-05-21T04:08:19.083Z Compiling hickory-proto v0.25.2
16842026-05-21T04:08:19.211Z Compiling petgraph v0.6.5
16852026-05-21T04:08:19.488Z Compiling itertools v0.13.0
16862026-05-21T04:08:20.670Z Compiling env_logger v0.11.9
16872026-05-21T04:08:20.716Z Compiling zip v4.6.1
16882026-05-21T04:08:20.752Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16892026-05-21T04:08:20.860Z Compiling usdt v0.6.0
16902026-05-21T04:08:20.929Z Compiling usdt-impl v0.5.0
16912026-05-21T04:08:21.025Z Compiling ecdsa v0.16.9
16922026-05-21T04:08:21.122Z Compiling rsa v0.9.10
16932026-05-21T04:08:21.415Z Compiling ed25519-dalek v2.2.0
16942026-05-21T04:08:21.505Z Compiling serde_with v3.17.0
16952026-05-21T04:08:21.656Z Compiling crossterm v0.28.1
16962026-05-21T04:08:22.305Z Compiling zip v0.6.6
16972026-05-21T04:08:22.883Z Compiling toml v0.7.8
16982026-05-21T04:08:23.182Z Compiling iddqd v0.4.1
16992026-05-21T04:08:23.558Z Compiling similar v2.7.0
17002026-05-21T04:08:23.712Z Compiling heck v0.4.1
17012026-05-21T04:08:23.750Z Compiling toml_parser v1.0.9+spec-1.1.0
17022026-05-21T04:08:23.824Z Compiling crossbeam-epoch v0.9.18
17032026-05-21T04:08:23.983Z Compiling tokio-stream v0.1.18
17042026-05-21T04:08:24.153Z Compiling buf-list v1.1.2
17052026-05-21T04:08:24.440Z Compiling x509-cert v0.2.5
17062026-05-21T04:08:24.446Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17072026-05-21T04:08:24.447Z Compiling openapiv3 v2.2.0
17082026-05-21T04:08:24.447Z Compiling sha1 v0.10.6
17092026-05-21T04:08:24.447Z Compiling toml_datetime v0.7.5+spec-1.1.0
17102026-05-21T04:08:24.476Z Compiling lalrpop-util v0.19.12
17112026-05-21T04:08:24.678Z Compiling peg-runtime v0.8.5
17122026-05-21T04:08:24.715Z Compiling thread_local v1.1.9
17132026-05-21T04:08:24.749Z Compiling slog-async v2.8.0
17142026-05-21T04:08:24.764Z Compiling crossbeam-channel v0.5.15
17152026-05-21T04:08:24.924Z Compiling is-terminal v0.4.17
17162026-05-21T04:08:24.976Z Compiling filetime v0.2.27
17172026-05-21T04:08:25.015Z Compiling take_mut v0.2.2
17182026-05-21T04:08:25.027Z Compiling term v1.2.1
17192026-05-21T04:08:25.124Z Compiling xattr v1.6.1
17202026-05-21T04:08:25.302Z Compiling slog-term v2.9.2
17212026-05-21T04:08:25.592Z Compiling tar v0.4.45
17222026-05-21T04:08:35.359Z Compiling rustls-webpki v0.103.9
17232026-05-21T04:08:38.147Z Compiling tokio-rustls v0.26.4
17242026-05-21T04:08:38.147Z Compiling rustls-platform-verifier v0.6.2
17252026-05-21T04:08:38.345Z Compiling hyper-rustls v0.27.7
17262026-05-21T04:08:38.548Z Compiling reqwest v0.12.28
17272026-05-21T04:08:38.562Z Compiling reqwest v0.13.2
17282026-05-21T04:08:39.809Z Compiling tough v0.22.0
17292026-05-21T04:08:42.332Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17302026-05-21T04:08:42.547Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17312026-05-21T04:08:45.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17322026-05-21T04:08:45.775Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17332026-05-21T04:08:45.776ZMay 21 04:08:43.927 INFO Starting download, target: Console
17342026-05-21T04:08:45.776ZMay 21 04:08:43.927 INFO Starting download, target: Cockroach
17352026-05-21T04:08:45.776ZMay 21 04:08:43.927 INFO Starting download, target: DendriteStub
17362026-05-21T04:08:45.776ZMay 21 04:08:43.927 INFO Starting download, target: Clickhouse
17372026-05-21T04:08:45.776ZMay 21 04:08:43.927 INFO Starting download, target: MaghemiteMgd
17382026-05-21T04:08:45.776ZMay 21 04:08:43.927 INFO Starting download, target: TransceiverControl
17392026-05-21T04:08:45.776ZMay 21 04:08:43.927 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17402026-05-21T04:08:45.776ZMay 21 04:08:43.927 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17412026-05-21T04:08:45.776ZMay 21 04:08:43.927 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17422026-05-21T04:08:45.776ZMay 21 04:08:43.927 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17432026-05-21T04:08:45.776ZMay 21 04:08:43.927 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17442026-05-21T04:08:45.776ZMay 21 04:08:43.927 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17452026-05-21T04:08:46.006ZMay 21 04:08:44.373 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17462026-05-21T04:08:46.219ZMay 21 04:08:44.580 INFO Download complete, target: TransceiverControl
17472026-05-21T04:08:46.587ZMay 21 04:08:44.942 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17482026-05-21T04:08:46.823ZMay 21 04:08:45.187 INFO Download complete, target: Console
17492026-05-21T04:08:46.858ZMay 21 04:08:45.212 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17502026-05-21T04:08:47.188ZMay 21 04:08:45.547 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17512026-05-21T04:08:47.738ZMay 21 04:08:45.670 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17522026-05-21T04:08:48.372ZMay 21 04:08:46.725 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17532026-05-21T04:08:48.372ZMay 21 04:08:46.725 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17542026-05-21T04:08:49.229ZMay 21 04:08:47.548 INFO Download complete, target: DendriteStub
17552026-05-21T04:08:49.549ZMay 21 04:08:47.905 INFO Download complete, target: MaghemiteMgd
17562026-05-21T04:08:52.912ZMay 21 04:08:51.274 INFO Checking that binary works, target: Cockroach
17572026-05-21T04:08:53.028ZMay 21 04:08:51.391 INFO Download complete, target: Cockroach
17582026-05-21T04:08:53.990ZMay 21 04:08:52.352 INFO Checking that binary works, target: Clickhouse
17592026-05-21T04:08:54.081ZMay 21 04:08:52.447 INFO Download complete, target: Clickhouse
17602026-05-21T04:08:54.103ZAll builder prerequisites installed successfully, and PATH looks valid
17612026-05-21T04:08:54.110Z
17622026-05-21T04:08:54.110Zreal 2:16.122399173
17632026-05-21T04:08:54.110Zuser 6:55.004322642
17642026-05-21T04:08:54.110Zsys 1:22.102370733
17652026-05-21T04:08:54.110Ztrap 0.232263732
17662026-05-21T04:08:54.110Ztflt 0.656468732
17672026-05-21T04:08:54.110Zdflt 0.603717771
17682026-05-21T04:08:54.110Zkflt 0.028063497
17692026-05-21T04:08:54.110Zlock 21:39.928632945
17702026-05-21T04:08:54.110Zslp 21:22.762907202
17712026-05-21T04:08:54.110Zlat 40.829682832
17722026-05-21T04:08:54.110Zstop 1:49.550680666
17732026-05-21T04:08:54.111Z+ banner hack-check
17742026-05-21T04:08:54.111Z
17752026-05-21T04:08:54.111Z # # ## #### # # #### # # ###### #### # #
17762026-05-21T04:08:54.111Z # # # # # # # # # # # # # # # # #
17772026-05-21T04:08:54.111Z ###### # # # #### ##### # ###### ##### # ####
17782026-05-21T04:08:54.111Z # # ###### # # # # # # # # # #
17792026-05-21T04:08:54.111Z # # # # # # # # # # # # # # # # #
17802026-05-21T04:08:54.111Z # # # # #### # # #### # # ###### #### # #
17812026-05-21T04:08:54.111Z
17822026-05-21T04:08:54.111Z+ export CARGO_INCREMENTAL=0
17832026-05-21T04:08:54.111Z+ CARGO_INCREMENTAL=0
17842026-05-21T04:08:54.111Z+ ptime -m timeout 2h cargo xtask check-features --ci
17852026-05-21T04:08:54.639Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17862026-05-21T04:08:54.868Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17872026-05-21T04:08:56.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
17882026-05-21T04:08:56.848Z Running `target/debug/xtask check-features --ci`
17892026-05-21T04:08:56.859Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17902026-05-21T04:08:56.859Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17912026-05-21T04:08:57.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17922026-05-21T04:08:57.369Z Running `target/debug/xtask download cargo-hack`
17932026-05-21T04:08:58.157Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17942026-05-21T04:08:58.456Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17952026-05-21T04:09:00.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
17962026-05-21T04:09:01.070Z Running `target/debug/xtask-downloader cargo-hack`
17972026-05-21T04:09:01.109ZMay 21 04:08:59.473 INFO Starting download, target: CargoHack
17982026-05-21T04:09:01.118ZMay 21 04:08:59.473 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17992026-05-21T04:09:01.317ZMay 21 04:08:59.684 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18002026-05-21T04:09:01.369ZMay 21 04:08:59.732 INFO Download complete, target: CargoHack
18012026-05-21T04:09:01.376Zrunning: "/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"
18022026-05-21T04:09:01.383Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18032026-05-21T04:09:01.535Zinfo: running `cargo check --bins` on api_identity (1/277)
18042026-05-21T04:09:02.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18052026-05-21T04:09:02.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18062026-05-21T04:09:02.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18072026-05-21T04:09:02.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18082026-05-21T04:09:02.115Z
18092026-05-21T04:09:02.115Zinfo: running `cargo check --bins` on bootstore (2/277)
18102026-05-21T04:09:02.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18112026-05-21T04:09:02.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18122026-05-21T04:09:02.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18132026-05-21T04:09:02.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18142026-05-21T04:09:02.706Z
18152026-05-21T04:09:02.706Zinfo: running `cargo check --bins` on omicron-ledger (3/277)
18162026-05-21T04:09:03.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-05-21T04:09:03.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-05-21T04:09:03.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-05-21T04:09:03.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18202026-05-21T04:09:03.293Z
18212026-05-21T04:09:03.293Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/277)
18222026-05-21T04:09:03.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-05-21T04:09:03.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-05-21T04:09:03.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-05-21T04:09:03.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18262026-05-21T04:09:03.883Z
18272026-05-21T04:09:03.883Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/277)
18282026-05-21T04:09:04.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-05-21T04:09:04.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-05-21T04:09:04.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-05-21T04:09:04.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18322026-05-21T04:09:04.473Z
18332026-05-21T04:09:04.473Zinfo: running `cargo check --bins` on omicron-certificates (6/277)
18342026-05-21T04:09:04.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-05-21T04:09:04.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-05-21T04:09:04.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-05-21T04:09:04.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18382026-05-21T04:09:05.076Z
18392026-05-21T04:09:05.076Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/277)
18402026-05-21T04:09:05.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-05-21T04:09:05.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-05-21T04:09:05.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-05-21T04:09:05.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18442026-05-21T04:09:05.677Z
18452026-05-21T04:09:05.677Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/277)
18462026-05-21T04:09:06.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-05-21T04:09:06.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-05-21T04:09:06.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-05-21T04:09:06.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18502026-05-21T04:09:06.272Z
18512026-05-21T04:09:06.272Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/277)
18522026-05-21T04:09:06.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-05-21T04:09:06.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-05-21T04:09:06.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-05-21T04:09:06.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18562026-05-21T04:09:06.750Z
18572026-05-21T04:09:06.750Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/277)
18582026-05-21T04:09:07.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-05-21T04:09:07.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-05-21T04:09:07.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-05-21T04:09:07.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18622026-05-21T04:09:07.229Z
18632026-05-21T04:09:07.229Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/277)
18642026-05-21T04:09:07.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-05-21T04:09:07.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-05-21T04:09:07.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-05-21T04:09:07.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18682026-05-21T04:09:07.699Z
18692026-05-21T04:09:07.699Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/277)
18702026-05-21T04:09:08.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-05-21T04:09:08.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-05-21T04:09:08.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-05-21T04:09:08.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18742026-05-21T04:09:08.174Z
18752026-05-21T04:09:08.174Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/277)
18762026-05-21T04:09:08.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-05-21T04:09:08.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-05-21T04:09:08.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-05-21T04:09:08.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18802026-05-21T04:09:08.649Z
18812026-05-21T04:09:08.649Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/277)
18822026-05-21T04:09:09.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-05-21T04:09:09.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-05-21T04:09:09.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-05-21T04:09:09.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18862026-05-21T04:09:09.120Z
18872026-05-21T04:09:09.120Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/277)
18882026-05-21T04:09:09.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-05-21T04:09:09.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-05-21T04:09:09.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-05-21T04:09:09.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18922026-05-21T04:09:09.599Z
18932026-05-21T04:09:09.599Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/277)
18942026-05-21T04:09:10.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-05-21T04:09:10.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-05-21T04:09:10.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-05-21T04:09:10.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18982026-05-21T04:09:10.075Z
18992026-05-21T04:09:10.075Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/277)
19002026-05-21T04:09:10.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-05-21T04:09:10.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-05-21T04:09:10.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-05-21T04:09:11.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19042026-05-21T04:09:11.499Z
19052026-05-21T04:09:11.499Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/277)
19062026-05-21T04:09:11.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-05-21T04:09:11.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-05-21T04:09:11.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-05-21T04:09:11.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19102026-05-21T04:09:11.499Z
19112026-05-21T04:09:11.499Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/277)
19122026-05-21T04:09:11.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-05-21T04:09:11.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-05-21T04:09:11.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-05-21T04:09:11.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19162026-05-21T04:09:11.500Z
19172026-05-21T04:09:11.500Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/277)
19182026-05-21T04:09:11.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-05-21T04:09:11.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-05-21T04:09:11.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-05-21T04:09:11.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19222026-05-21T04:09:11.968Z
19232026-05-21T04:09:11.968Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/277)
19242026-05-21T04:09:12.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-05-21T04:09:12.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-05-21T04:09:12.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-05-21T04:09:12.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19282026-05-21T04:09:12.435Z
19292026-05-21T04:09:12.435Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/277)
19302026-05-21T04:09:12.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-05-21T04:09:12.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-05-21T04:09:12.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-05-21T04:09:12.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19342026-05-21T04:09:12.907Z
19352026-05-21T04:09:12.907Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/277)
19362026-05-21T04:09:13.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-05-21T04:09:13.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-05-21T04:09:13.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-05-21T04:09:13.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19402026-05-21T04:09:13.379Z
19412026-05-21T04:09:13.379Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/277)
19422026-05-21T04:09:13.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-05-21T04:09:13.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-05-21T04:09:13.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-05-21T04:09:13.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19462026-05-21T04:09:13.853Z
19472026-05-21T04:09:13.853Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/277)
19482026-05-21T04:09:14.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-05-21T04:09:14.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-05-21T04:09:14.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-05-21T04:09:14.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19522026-05-21T04:09:14.332Z
19532026-05-21T04:09:14.332Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/277)
19542026-05-21T04:09:14.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-05-21T04:09:14.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-05-21T04:09:14.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-05-21T04:09:14.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19582026-05-21T04:09:14.809Z
19592026-05-21T04:09:14.809Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/277)
19602026-05-21T04:09:15.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-05-21T04:09:15.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-05-21T04:09:15.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-05-21T04:09:15.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19642026-05-21T04:09:15.284Z
19652026-05-21T04:09:15.284Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/277)
19662026-05-21T04:09:15.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-05-21T04:09:15.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-05-21T04:09:15.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-05-21T04:09:15.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19702026-05-21T04:09:15.759Z
19712026-05-21T04:09:15.759Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/277)
19722026-05-21T04:09:16.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-05-21T04:09:16.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-05-21T04:09:16.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-05-21T04:09:16.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19762026-05-21T04:09:16.234Z
19772026-05-21T04:09:16.234Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/277)
19782026-05-21T04:09:16.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-05-21T04:09:16.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-05-21T04:09:16.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-05-21T04:09:16.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19822026-05-21T04:09:16.702Z
19832026-05-21T04:09:16.702Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/277)
19842026-05-21T04:09:17.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-05-21T04:09:17.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-05-21T04:09:17.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-05-21T04:09:17.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19882026-05-21T04:09:17.172Z
19892026-05-21T04:09:17.172Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/277)
19902026-05-21T04:09:17.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-05-21T04:09:17.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-05-21T04:09:17.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-05-21T04:09:17.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19942026-05-21T04:09:17.648Z
19952026-05-21T04:09:17.648Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/277)
19962026-05-21T04:09:18.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-05-21T04:09:18.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-05-21T04:09:18.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-05-21T04:09:18.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20002026-05-21T04:09:18.122Z
20012026-05-21T04:09:18.122Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/277)
20022026-05-21T04:09:18.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-05-21T04:09:18.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-05-21T04:09:18.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-05-21T04:09:18.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20062026-05-21T04:09:18.602Z
20072026-05-21T04:09:18.602Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/277)
20082026-05-21T04:09:19.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-05-21T04:09:19.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-05-21T04:09:19.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-05-21T04:09:19.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20122026-05-21T04:09:19.082Z
20132026-05-21T04:09:19.082Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/277)
20142026-05-21T04:09:19.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-05-21T04:09:19.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-05-21T04:09:19.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-05-21T04:09:19.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20182026-05-21T04:09:19.562Z
20192026-05-21T04:09:19.562Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/277)
20202026-05-21T04:09:19.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-05-21T04:09:19.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-05-21T04:09:19.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-05-21T04:09:19.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20242026-05-21T04:09:20.042Z
20252026-05-21T04:09:20.043Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/277)
20262026-05-21T04:09:20.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-05-21T04:09:20.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-05-21T04:09:20.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-05-21T04:09:20.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20302026-05-21T04:09:20.517Z
20312026-05-21T04:09:20.517Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/277)
20322026-05-21T04:09:20.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-05-21T04:09:20.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-05-21T04:09:20.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-05-21T04:09:20.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20362026-05-21T04:09:21.001Z
20372026-05-21T04:09:21.001Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/277)
20382026-05-21T04:09:21.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-05-21T04:09:21.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-05-21T04:09:21.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-05-21T04:09:21.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20422026-05-21T04:09:21.487Z
20432026-05-21T04:09:21.487Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/277)
20442026-05-21T04:09:21.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-05-21T04:09:21.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-05-21T04:09:21.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-05-21T04:09:21.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20482026-05-21T04:09:21.975Z
20492026-05-21T04:09:21.975Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/277)
20502026-05-21T04:09:22.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-05-21T04:09:22.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-05-21T04:09:22.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-05-21T04:09:22.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20542026-05-21T04:09:22.449Z
20552026-05-21T04:09:22.449Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/277)
20562026-05-21T04:09:22.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-05-21T04:09:22.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-05-21T04:09:22.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-05-21T04:09:22.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20602026-05-21T04:09:22.926Z
20612026-05-21T04:09:22.926Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/277)
20622026-05-21T04:09:23.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-05-21T04:09:23.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-05-21T04:09:23.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-05-21T04:09:23.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20662026-05-21T04:09:23.397Z
20672026-05-21T04:09:23.397Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/277)
20682026-05-21T04:09:23.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-05-21T04:09:23.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-05-21T04:09:23.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-05-21T04:09:23.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20722026-05-21T04:09:23.871Z
20732026-05-21T04:09:23.871Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/277)
20742026-05-21T04:09:24.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-05-21T04:09:24.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-05-21T04:09:24.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-05-21T04:09:24.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20782026-05-21T04:09:24.348Z
20792026-05-21T04:09:24.348Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/277)
20802026-05-21T04:09:24.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-05-21T04:09:24.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-05-21T04:09:24.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-05-21T04:09:24.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20842026-05-21T04:09:24.818Z
20852026-05-21T04:09:24.818Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/277)
20862026-05-21T04:09:25.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-05-21T04:09:25.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-05-21T04:09:25.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-05-21T04:09:25.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20902026-05-21T04:09:25.292Z
20912026-05-21T04:09:25.292Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/277)
20922026-05-21T04:09:25.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-05-21T04:09:25.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-05-21T04:09:25.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-05-21T04:09:25.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20962026-05-21T04:09:25.930Z
20972026-05-21T04:09:25.931Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/277)
20982026-05-21T04:09:26.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-05-21T04:09:26.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-05-21T04:09:26.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-05-21T04:09:26.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21022026-05-21T04:09:26.571Z
21032026-05-21T04:09:26.571Zinfo: running `cargo check --bins` on nexus-config (51/277)
21042026-05-21T04:09:27.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-05-21T04:09:27.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-05-21T04:09:27.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-05-21T04:09:27.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21082026-05-21T04:09:27.207Z
21092026-05-21T04:09:27.207Zinfo: running `cargo check --bins` on nexus-types (52/277)
21102026-05-21T04:09:27.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-05-21T04:09:27.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-05-21T04:09:27.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-05-21T04:09:27.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21142026-05-21T04:09:27.854Z
21152026-05-21T04:09:27.854Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/277)
21162026-05-21T04:09:28.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-05-21T04:09:28.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-05-21T04:09:28.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-05-21T04:09:28.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21202026-05-21T04:09:28.461Z
21212026-05-21T04:09:28.461Zinfo: running `cargo check --bins` on omicron-passwords (54/277)
21222026-05-21T04:09:28.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-05-21T04:09:28.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-05-21T04:09:28.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-05-21T04:09:28.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21262026-05-21T04:09:29.045Z
21272026-05-21T04:09:29.045Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/277)
21282026-05-21T04:09:29.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-05-21T04:09:29.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-05-21T04:09:29.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-05-21T04:09:29.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21322026-05-21T04:09:29.645Z
21332026-05-21T04:09:29.645Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/277)
21342026-05-21T04:09:30.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-05-21T04:09:30.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-05-21T04:09:30.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-05-21T04:09:30.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21382026-05-21T04:09:30.256Z
21392026-05-21T04:09:30.256Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/277)
21402026-05-21T04:09:30.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-05-21T04:09:30.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-05-21T04:09:30.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-05-21T04:09:30.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21442026-05-21T04:09:30.873Z
21452026-05-21T04:09:30.873Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/277)
21462026-05-21T04:09:31.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-05-21T04:09:31.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-05-21T04:09:31.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-05-21T04:09:31.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21502026-05-21T04:09:31.481Z
21512026-05-21T04:09:31.481Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/277)
21522026-05-21T04:09:31.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-05-21T04:09:31.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-05-21T04:09:31.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-05-21T04:09:31.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21562026-05-21T04:09:32.070Z
21572026-05-21T04:09:32.070Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/277)
21582026-05-21T04:09:32.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-05-21T04:09:32.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-05-21T04:09:32.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-05-21T04:09:32.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21622026-05-21T04:09:32.663Z
21632026-05-21T04:09:32.664Zinfo: running `cargo check --bins --no-default-features` on gfss (61/277)
21642026-05-21T04:09:33.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-05-21T04:09:33.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-05-21T04:09:33.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-05-21T04:09:33.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21682026-05-21T04:09:33.251Z
21692026-05-21T04:09:33.251Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/277)
21702026-05-21T04:09:33.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-05-21T04:09:33.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-05-21T04:09:33.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-05-21T04:09:33.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21742026-05-21T04:09:33.846Z
21752026-05-21T04:09:33.846Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/277)
21762026-05-21T04:09:34.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-05-21T04:09:34.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-05-21T04:09:34.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-05-21T04:09:34.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21802026-05-21T04:09:34.458Z
21812026-05-21T04:09:34.458Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/277)
21822026-05-21T04:09:35.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-05-21T04:09:35.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-05-21T04:09:35.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-05-21T04:09:35.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21862026-05-21T04:09:35.112Z
21872026-05-21T04:09:35.112Zinfo: running `cargo check --bins` on cockroach-admin-types (65/277)
21882026-05-21T04:09:35.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-05-21T04:09:35.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-05-21T04:09:35.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-05-21T04:09:35.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21922026-05-21T04:09:35.664Z
21932026-05-21T04:09:35.664Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/277)
21942026-05-21T04:09:36.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-05-21T04:09:36.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-05-21T04:09:36.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-05-21T04:09:36.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21982026-05-21T04:09:36.259Z
21992026-05-21T04:09:36.259Zinfo: running `cargo check --bins` on ereport-types (67/277)
22002026-05-21T04:09:36.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-05-21T04:09:36.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-05-21T04:09:36.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-05-21T04:09:36.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22042026-05-21T04:09:36.859Z
22052026-05-21T04:09:36.859Zinfo: running `cargo check --bins` on gateway-client (68/277)
22062026-05-21T04:09:37.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-05-21T04:09:37.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-05-21T04:09:37.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-05-21T04:09:37.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22102026-05-21T04:09:37.461Z
22112026-05-21T04:09:37.461Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/277)
22122026-05-21T04:09:37.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-05-21T04:09:37.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-05-21T04:09:37.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-05-21T04:09:37.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22162026-05-21T04:09:38.066Z
22172026-05-21T04:09:38.066Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/277)
22182026-05-21T04:09:38.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-05-21T04:09:38.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-05-21T04:09:38.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-05-21T04:09:38.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22222026-05-21T04:09:38.669Z
22232026-05-21T04:09:38.669Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/277)
22242026-05-21T04:09:39.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-05-21T04:09:39.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-05-21T04:09:39.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-05-21T04:09:39.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22282026-05-21T04:09:39.265Z
22292026-05-21T04:09:39.265Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/277)
22302026-05-21T04:09:39.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-05-21T04:09:39.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-05-21T04:09:39.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-05-21T04:09:39.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22342026-05-21T04:09:39.873Z
22352026-05-21T04:09:39.873Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/277)
22362026-05-21T04:09:40.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-05-21T04:09:40.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-05-21T04:09:40.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-05-21T04:09:40.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22402026-05-21T04:09:40.500Z
22412026-05-21T04:09:40.500Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/277)
22422026-05-21T04:09:41.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-05-21T04:09:41.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-05-21T04:09:41.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-05-21T04:09:41.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22462026-05-21T04:09:41.110Z
22472026-05-21T04:09:41.110Zinfo: running `cargo check --bins` on key-manager-types (75/277)
22482026-05-21T04:09:41.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-05-21T04:09:41.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-05-21T04:09:41.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-05-21T04:09:41.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22522026-05-21T04:09:41.700Z
22532026-05-21T04:09:41.700Zinfo: running `cargo check --bins` on oxlog (76/277)
22542026-05-21T04:09:42.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-05-21T04:09:42.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-05-21T04:09:42.322Z Checking cfg-if v1.0.4
22572026-05-21T04:09:42.325Z Checking libc v0.2.185
22582026-05-21T04:09:42.325Z Checking serde_core v1.0.228
22592026-05-21T04:09:42.442Z Checking zeroize v1.8.2
22602026-05-21T04:09:42.450Z Checking memchr v2.8.0
22612026-05-21T04:09:42.459Z Checking log v0.4.29
22622026-05-21T04:09:42.462Z Checking smallvec v1.15.1
22632026-05-21T04:09:42.480Z Checking typenum v1.19.0
22642026-05-21T04:09:42.480Z Checking subtle v2.6.1
22652026-05-21T04:09:42.579Z Checking itoa v1.0.17
22662026-05-21T04:09:42.615Z Checking scopeguard v1.2.0
22672026-05-21T04:09:42.635Z Checking stable_deref_trait v1.2.1
22682026-05-21T04:09:42.647Z Checking const-oid v0.9.6
22692026-05-21T04:09:42.709Z Checking zerofrom v0.1.6
22702026-05-21T04:09:42.723Z Checking lock_api v0.4.14
22712026-05-21T04:09:42.732Z Checking pin-project-lite v0.2.17
22722026-05-21T04:09:42.818Z Checking yoke v0.8.1
22732026-05-21T04:09:42.831Z Checking getrandom v0.2.17
22742026-05-21T04:09:42.834Z Checking errno v0.3.14
22752026-05-21T04:09:42.834Z Checking parking_lot_core v0.9.12
22762026-05-21T04:09:42.917Z Checking portable-atomic v1.13.1
22772026-05-21T04:09:42.979Z Checking zerovec v0.11.5
22782026-05-21T04:09:42.994Z Checking generic-array v0.14.7
22792026-05-21T04:09:42.997Z Checking signal-hook-registry v1.4.8
22802026-05-21T04:09:43.014Z Checking rand_core v0.6.4
22812026-05-21T04:09:43.048Z Checking futures-core v0.3.32
22822026-05-21T04:09:43.157Z Checking critical-section v1.2.0
22832026-05-21T04:09:43.168Z Checking parking_lot v0.12.5
22842026-05-21T04:09:43.179Z Checking mio v1.2.0
22852026-05-21T04:09:43.253Z Checking zerocopy v0.8.40
22862026-05-21T04:09:43.315Z Checking once_cell v1.21.3
22872026-05-21T04:09:43.329Z Checking zmij v1.0.21
22882026-05-21T04:09:43.351Z Checking socket2 v0.6.3
22892026-05-21T04:09:43.401Z Checking tinystr v0.8.2
22902026-05-21T04:09:43.423Z Checking crypto-common v0.1.7
22912026-05-21T04:09:43.451Z Checking block-buffer v0.10.4
22922026-05-21T04:09:43.482Z Checking libm v0.2.16
22932026-05-21T04:09:43.534Z Checking equivalent v1.0.2
22942026-05-21T04:09:43.546Z Checking writeable v0.6.2
22952026-05-21T04:09:43.572Z Checking litemap v0.8.1
22962026-05-21T04:09:43.583Z Checking digest v0.10.7
22972026-05-21T04:09:43.594Z Checking percent-encoding v2.3.2
22982026-05-21T04:09:43.611Z Checking potential_utf v0.1.4
22992026-05-21T04:09:43.699Z Checking zerotrie v0.2.3
23002026-05-21T04:09:43.727Z Checking futures-sink v0.3.32
23012026-05-21T04:09:43.741Z Checking icu_locale_core v2.1.1
23022026-05-21T04:09:43.751Z Checking icu_collections v2.1.1
23032026-05-21T04:09:43.768Z Checking slab v0.4.12
23042026-05-21T04:09:43.822Z Checking futures-channel v0.3.32
23052026-05-21T04:09:43.916Z Checking serde v1.0.228
23062026-05-21T04:09:43.925Z Checking bitflags v2.11.0
23072026-05-21T04:09:43.943Z Checking serde_json v1.0.149
23082026-05-21T04:09:44.009Z Checking futures-io v0.3.32
23092026-05-21T04:09:44.043Z Checking futures-task v0.3.32
23102026-05-21T04:09:44.085Z Checking cpufeatures v0.2.17
23112026-05-21T04:09:44.119Z Checking hmac v0.12.1
23122026-05-21T04:09:44.153Z Checking icu_normalizer_data v2.1.1
23132026-05-21T04:09:44.176Z Checking futures-util v0.3.32
23142026-05-21T04:09:44.180Z Checking num-traits v0.2.19
23152026-05-21T04:09:44.221Z Checking icu_properties_data v2.1.2
23162026-05-21T04:09:44.245Z Checking rand_core v0.10.0
23172026-05-21T04:09:44.288Z Checking icu_provider v2.1.1
23182026-05-21T04:09:44.313Z Checking bytes v1.11.1
23192026-05-21T04:09:44.350Z Checking hashbrown v0.17.0
23202026-05-21T04:09:44.378Z Checking getrandom v0.4.1
23212026-05-21T04:09:44.519Z Checking icu_properties v2.1.2
23222026-05-21T04:09:44.531Z Checking icu_normalizer v2.1.1
23232026-05-21T04:09:44.593Z Checking block-padding v0.3.3
23242026-05-21T04:09:44.704Z Checking utf8_iter v1.0.4
23252026-05-21T04:09:44.720Z Checking inout v0.1.4
23262026-05-21T04:09:44.742Z Checking tokio v1.52.1
23272026-05-21T04:09:44.803Z Checking indexmap v2.14.0
23282026-05-21T04:09:44.824Z Checking sha2 v0.10.9
23292026-05-21T04:09:44.836Z Checking form_urlencoded v1.2.2
23302026-05-21T04:09:44.855Z Checking cipher v0.4.4
23312026-05-21T04:09:44.961Z Checking getrandom v0.3.4
23322026-05-21T04:09:45.068Z Checking fnv v1.0.7
23332026-05-21T04:09:45.097Z Checking byteorder v1.5.0
23342026-05-21T04:09:45.112Z Checking base64ct v1.8.3
23352026-05-21T04:09:45.160Z Checking flagset v0.4.7
23362026-05-21T04:09:45.283Z Checking rand_core v0.9.5
23372026-05-21T04:09:45.296Z Checking http v1.4.0
23382026-05-21T04:09:45.331Z Checking pem-rfc7468 v0.7.0
23392026-05-21T04:09:45.346Z Checking regex-syntax v0.8.10
23402026-05-21T04:09:45.363Z Checking idna_adapter v1.2.1
23412026-05-21T04:09:45.459Z Checking salsa20 v0.10.2
23422026-05-21T04:09:45.472Z Checking idna v1.1.0
23432026-05-21T04:09:45.485Z Checking der v0.7.10
23442026-05-21T04:09:45.587Z Checking uuid v1.23.0
23452026-05-21T04:09:45.711Z Checking url v2.5.8
23462026-05-21T04:09:45.868Z Checking pbkdf2 v0.12.2
23472026-05-21T04:09:45.911Z Checking rustix v1.1.3
23482026-05-21T04:09:45.979Z Checking tracing-core v0.1.36
23492026-05-21T04:09:46.019Z Checking ppv-lite86 v0.2.21
23502026-05-21T04:09:46.099Z Checking rustls-pki-types v1.14.0
23512026-05-21T04:09:46.154Z Checking iana-time-zone v0.1.65
23522026-05-21T04:09:46.239Z Checking spki v0.7.3
23532026-05-21T04:09:46.260Z Checking base64 v0.22.1
23542026-05-21T04:09:46.280Z Checking tracing v0.1.44
23552026-05-21T04:09:46.303Z Checking rand_chacha v0.9.0
23562026-05-21T04:09:46.375Z Checking chrono v0.4.44
23572026-05-21T04:09:46.390Z Checking scrypt v0.11.0
23582026-05-21T04:09:46.478Z Checking http-body v1.0.1
23592026-05-21T04:09:46.491Z Checking aes v0.8.4
23602026-05-21T04:09:46.494Z Checking cbc v0.1.2
23612026-05-21T04:09:46.524Z Checking aws-lc-sys v0.40.0
23622026-05-21T04:09:46.607Z Checking untrusted v0.9.0
23632026-05-21T04:09:46.625Z Checking tinyvec_macros v0.1.1
23642026-05-21T04:09:46.671Z Checking untrusted v0.7.1
23652026-05-21T04:09:46.688Z Checking openssl-probe v0.2.1
23662026-05-21T04:09:46.713Z Checking ring v0.17.14
23672026-05-21T04:09:46.739Z Checking tinyvec v1.10.0
23682026-05-21T04:09:46.777Z Checking rand v0.9.2
23692026-05-21T04:09:46.791Z Checking tower-layer v0.3.3
23702026-05-21T04:09:46.877Z Checking pkcs5 v0.7.1
23712026-05-21T04:09:46.937Z Checking try-lock v0.2.5
23722026-05-21T04:09:47.027Z Checking aws-lc-rs v1.16.3
23732026-05-21T04:09:47.039Z Checking atomic-waker v1.1.2
23742026-05-21T04:09:47.042Z Checking tower-service v0.3.3
23752026-05-21T04:09:47.129Z Checking pkcs8 v0.10.2
23762026-05-21T04:09:47.140Z Checking want v0.3.1
23772026-05-21T04:09:47.157Z Checking ipnet v2.11.0
23782026-05-21T04:09:47.222Z Checking httparse v1.10.1
23792026-05-21T04:09:47.242Z Checking aho-corasick v1.1.4
23802026-05-21T04:09:47.258Z Checking dyn-clone v1.0.20
23812026-05-21T04:09:47.302Z Checking foreign-types-shared v0.1.1
23822026-05-21T04:09:47.358Z Checking plain v0.2.3
23832026-05-21T04:09:47.383Z Checking pin-utils v0.1.0
23842026-05-21T04:09:47.410Z Checking httpdate v1.0.3
23852026-05-21T04:09:47.428Z Checking fastrand v2.3.0
23862026-05-21T04:09:47.450Z Checking foreign-types v0.3.2
23872026-05-21T04:09:47.464Z Checking unicode-normalization v0.1.25
23882026-05-21T04:09:47.518Z Checking semver v1.0.28
23892026-05-21T04:09:47.547Z Checking openssl-sys v0.9.115
23902026-05-21T04:09:47.604Z Checking tempfile v3.25.0
23912026-05-21T04:09:47.695Z Checking spin v0.9.8
23922026-05-21T04:09:47.727Z Checking unicode-ident v1.0.24
23932026-05-21T04:09:47.797Z Checking ucd-trie v0.1.7
23942026-05-21T04:09:47.837Z Checking proc-macro2 v1.0.106
23952026-05-21T04:09:47.857Z Checking rustls-webpki v0.103.9
23962026-05-21T04:09:47.870Z Checking schemars v0.8.22
23972026-05-21T04:09:47.884Z Checking rustls-native-certs v0.8.3
23982026-05-21T04:09:47.909Z Checking regex-automata v0.4.14
23992026-05-21T04:09:47.922Z Checking openssl v0.10.79
24002026-05-21T04:09:47.925Z Checking pest v2.8.6
24012026-05-21T04:09:48.006Z Checking thiserror v2.0.18
24022026-05-21T04:09:48.009Z Checking tokio-util v0.7.18
24032026-05-21T04:09:48.108Z Checking sync_wrapper v1.0.2
24042026-05-21T04:09:48.138Z Checking wait-timeout v0.2.1
24052026-05-21T04:09:48.212Z Checking bit-vec v0.8.0
24062026-05-21T04:09:48.260Z Checking utf8parse v0.2.2
24072026-05-21T04:09:48.277Z Checking rustls v0.23.37
24082026-05-21T04:09:48.357Z Checking pretty-hex v0.4.1
24092026-05-21T04:09:48.402Z Checking powerfmt v0.2.0
24102026-05-21T04:09:48.473Z Checking anstyle v1.0.13
24112026-05-21T04:09:48.505Z Checking siphasher v1.0.2
24122026-05-21T04:09:48.551Z Checking quick-error v1.2.3
24132026-05-21T04:09:48.619Z Checking h2 v0.4.13
24142026-05-21T04:09:48.647Z Checking simd-adler32 v0.3.8
24152026-05-21T04:09:48.659Z Checking rusty-fork v0.3.1
24162026-05-21T04:09:48.662Z Checking deranged v0.5.8
24172026-05-21T04:09:48.810Z Checking bit-set v0.8.0
24182026-05-21T04:09:48.824Z Checking anstyle-parse v0.2.7
24192026-05-21T04:09:48.956Z Checking tower v0.5.3
24202026-05-21T04:09:48.969Z Checking quote v1.0.45
24212026-05-21T04:09:48.986Z Compiling newtype-uuid v1.3.2
24222026-05-21T04:09:49.135Z Checking http-body-util v0.1.3
24232026-05-21T04:09:49.164Z Checking crossbeam-utils v0.8.21
24242026-05-21T04:09:49.331Z Checking webpki-roots v1.0.6
24252026-05-21T04:09:49.351Z Checking rand_xorshift v0.4.0
24262026-05-21T04:09:49.443Z Checking crc32fast v1.5.0
24272026-05-21T04:09:49.468Z Checking scroll v0.13.0
24282026-05-21T04:09:49.488Z Checking signature v2.2.0
24292026-05-21T04:09:49.570Z Checking num-conv v0.2.0
24302026-05-21T04:09:49.582Z Checking anstyle-query v1.1.5
24312026-05-21T04:09:49.614Z Checking ryu v1.0.23
24322026-05-21T04:09:49.670Z Checking colorchoice v1.0.4
24332026-05-21T04:09:49.684Z Checking unarray v0.1.4
24342026-05-21T04:09:49.696Z Checking num_threads v0.1.7
24352026-05-21T04:09:49.717Z Checking unicode-bidi v0.3.18
24362026-05-21T04:09:49.748Z Checking adler2 v2.0.1
24372026-05-21T04:09:49.764Z Checking allocator-api2 v0.2.21
24382026-05-21T04:09:49.783Z Checking is_terminal_polyfill v1.70.2
24392026-05-21T04:09:49.799Z Checking iri-string v0.7.10
24402026-05-21T04:09:49.865Z Checking time-core v0.1.8
24412026-05-21T04:09:49.878Z Checking unicode-properties v0.1.4
24422026-05-21T04:09:49.955Z Checking native-tls v0.2.18
24432026-05-21T04:09:50.010Z Checking time v0.3.47
24442026-05-21T04:09:50.023Z Checking anstream v0.6.21
24452026-05-21T04:09:50.052Z Checking miniz_oxide v0.8.9
24462026-05-21T04:09:50.067Z Checking stringprep v0.1.5
24472026-05-21T04:09:50.130Z Checking tokio-native-tls v0.3.1
24482026-05-21T04:09:50.217Z Checking proptest v1.10.0
24492026-05-21T04:09:50.217Z Checking serde_urlencoded v0.7.1
24502026-05-21T04:09:50.287Z Checking bstr v1.12.1
24512026-05-21T04:09:50.416Z Checking goblin v0.10.5
24522026-05-21T04:09:50.429Z Checking crossbeam-epoch v0.9.18
24532026-05-21T04:09:50.652Z Checking syn v2.0.117
24542026-05-21T04:09:50.674Z Compiling daft v0.1.7
24552026-05-21T04:09:50.677Z Checking tokio-rustls v0.26.4
24562026-05-21T04:09:50.832Z Checking tower-http v0.6.8
24572026-05-21T04:09:50.912Z Checking ipnetwork v0.21.1
24582026-05-21T04:09:50.951Z Checking rand_chacha v0.3.1
24592026-05-21T04:09:51.103Z Checking thiserror v1.0.69
24602026-05-21T04:09:51.125Z Checking scroll v0.12.0
24612026-05-21T04:09:51.144Z Checking hash32 v0.2.1
24622026-05-21T04:09:51.154Z Checking zstd-sys v2.0.16+zstd.1.5.7
24632026-05-21T04:09:51.196Z Checking num-integer v0.1.46
24642026-05-21T04:09:51.260Z Checking toml_datetime v0.6.11
24652026-05-21T04:09:51.294Z Checking serde_spanned v0.6.9
24662026-05-21T04:09:51.351Z Checking md-5 v0.10.6
24672026-05-21T04:09:51.363Z Checking hyper v1.8.1
24682026-05-21T04:09:51.414Z Checking ff v0.13.1
24692026-05-21T04:09:51.427Z Checking zlib-rs v0.6.2
24702026-05-21T04:09:51.440Z Checking base16ct v0.2.0
24712026-05-21T04:09:51.484Z Checking psl-types v2.0.11
24722026-05-21T04:09:51.540Z Checking fallible-iterator v0.2.0
24732026-05-21T04:09:51.558Z Checking sec1 v0.7.3
24742026-05-21T04:09:51.598Z Checking publicsuffix v2.3.0
24752026-05-21T04:09:51.757Z Checking group v0.13.0
24762026-05-21T04:09:51.781Z Checking num-iter v0.1.45
24772026-05-21T04:09:51.807Z Checking postgres-protocol v0.6.10
24782026-05-21T04:09:51.875Z Checking goblin v0.8.2
24792026-05-21T04:09:51.900Z Checking heapless v0.7.17
24802026-05-21T04:09:52.115Z Checking zstd-safe v7.2.4
24812026-05-21T04:09:52.171Z Checking rand v0.8.6
24822026-05-21T04:09:52.257Z Checking hyper-util v0.1.20
24832026-05-21T04:09:52.279Z Checking cookie v0.18.1
24842026-05-21T04:09:52.302Z Checking flate2 v1.1.9
24852026-05-21T04:09:52.304Z Checking oxnet v0.1.4
24862026-05-21T04:09:52.504Z Compiling iddqd v0.4.1
24872026-05-21T04:09:52.544Z Checking dtrace-parser v0.3.0
24882026-05-21T04:09:52.589Z Checking phf_shared v0.13.1
24892026-05-21T04:09:52.676Z Checking lazy_static v1.5.0
24902026-05-21T04:09:52.757Z Checking dof v0.4.0
24912026-05-21T04:09:52.768Z Checking pin-project v1.1.11
24922026-05-21T04:09:52.779Z Checking zerocopy v0.7.35
24932026-05-21T04:09:52.791Z Checking bzip2-sys v0.1.13+1.0.8
24942026-05-21T04:09:52.857Z Checking signal-hook v0.3.18
24952026-05-21T04:09:52.870Z Checking terminal_size v0.4.3
24962026-05-21T04:09:52.909Z Checking futures-executor v0.3.32
24972026-05-21T04:09:52.977Z Checking hex v0.4.3
24982026-05-21T04:09:53.042Z Checking hkdf v0.12.4
24992026-05-21T04:09:53.055Z Checking crypto-bigint v0.5.5
25002026-05-21T04:09:53.173Z Checking thread-id v5.1.0
25012026-05-21T04:09:53.199Z Checking encoding_rs v0.8.35
25022026-05-21T04:09:53.250Z Checking winnow v0.5.40
25032026-05-21T04:09:53.261Z Checking managed v0.8.0
25042026-05-21T04:09:53.391Z Compiling rayon-core v1.13.0
25052026-05-21T04:09:53.454Z Checking foldhash v0.2.0
25062026-05-21T04:09:53.523Z Checking hyper-rustls v0.27.7
25072026-05-21T04:09:53.561Z Checking hyper-tls v0.6.0
25082026-05-21T04:09:53.600Z Checking clap_lex v1.0.0
25092026-05-21T04:09:53.706Z Checking either v1.15.0
25102026-05-21T04:09:53.732Z Checking foldhash v0.1.5
25112026-05-21T04:09:53.738Z Checking same-file v1.0.6
25122026-05-21T04:09:53.762Z Checking strsim v0.11.1
25132026-05-21T04:09:53.782Z Checking bumpalo v3.20.2
25142026-05-21T04:09:53.861Z Checking bitflags v1.3.2
25152026-05-21T04:09:53.865Z Checking mime v0.3.17
25162026-05-21T04:09:53.887Z Checking libbz2-rs-sys v0.2.2
25172026-05-21T04:09:53.912Z Checking winnow v0.7.14
25182026-05-21T04:09:53.922Z Checking smoltcp v0.9.1
25192026-05-21T04:09:53.958Z Checking elliptic-curve v0.13.8
25202026-05-21T04:09:53.973Z Checking zopfli v0.8.3
25212026-05-21T04:09:54.080Z Checking clap_builder v4.5.60
25222026-05-21T04:09:54.139Z Checking reqwest v0.12.28
25232026-05-21T04:09:54.263Z Checking hashbrown v0.15.5
25242026-05-21T04:09:54.276Z Checking bzip2 v0.6.1
25252026-05-21T04:09:54.304Z Checking walkdir v2.5.0
25262026-05-21T04:09:54.399Z Checking toml_edit v0.19.15
25272026-05-21T04:09:54.432Z Checking dof v0.3.0
25282026-05-21T04:09:54.457Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25292026-05-21T04:09:54.505Z Checking hashbrown v0.16.1
25302026-05-21T04:09:54.656Z Checking usdt-impl v0.6.0
25312026-05-21T04:09:54.713Z Checking futures v0.3.32
25322026-05-21T04:09:54.726Z Checking signal-hook-mio v0.2.5
25332026-05-21T04:09:54.792Z Checking bzip2 v0.4.4
25342026-05-21T04:09:54.823Z Checking snafu v0.8.9
25352026-05-21T04:09:54.966Z Checking phf v0.13.1
25362026-05-21T04:09:54.971Z Checking num-bigint-dig v0.8.6
25372026-05-21T04:09:55.017Z Checking cookie_store v0.22.1
25382026-05-21T04:09:55.064Z Checking zstd v0.13.3
25392026-05-21T04:09:55.100Z Checking postgres-types v0.2.12
25402026-05-21T04:09:55.103Z Checking dtrace-parser v0.2.0
25412026-05-21T04:09:55.234Z Checking rustls-platform-verifier v0.6.2
25422026-05-21T04:09:55.247Z Checking globset v0.4.18
25432026-05-21T04:09:55.279Z Checking crossbeam-deque v0.8.6
25442026-05-21T04:09:55.343Z Checking regex v1.12.3
25452026-05-21T04:09:55.351Z Checking ed25519 v2.2.3
25462026-05-21T04:09:55.370Z Checking phf_shared v0.11.3
25472026-05-21T04:09:55.423Z Checking olpc-cjson v0.1.4
25482026-05-21T04:09:55.450Z Checking curve25519-dalek v4.1.3
25492026-05-21T04:09:55.458Z Checking ref-cast v1.0.25
25502026-05-21T04:09:55.493Z Checking strum v0.27.2
25512026-05-21T04:09:55.508Z Checking hubpack v0.1.2
25522026-05-21T04:09:55.529Z Checking memoffset v0.9.1
25532026-05-21T04:09:55.547Z Checking rustix v0.38.44
25542026-05-21T04:09:55.550Z Checking pkcs1 v0.7.5
25552026-05-21T04:09:55.601Z Checking pem v3.0.6
25562026-05-21T04:09:55.604Z Checking float-cmp v0.10.0
25572026-05-21T04:09:55.624Z Checking serde_plain v1.0.2
25582026-05-21T04:09:55.669Z Checking erased-serde v0.3.31
25592026-05-21T04:09:55.735Z Checking serde-big-array v0.5.1
25602026-05-21T04:09:55.753Z Checking rfc6979 v0.4.0
25612026-05-21T04:09:55.757Z Checking thread-id v4.2.2
25622026-05-21T04:09:55.776Z Checking memmap2 v0.9.10
25632026-05-21T04:09:55.779Z Checking env_filter v1.0.0
25642026-05-21T04:09:55.837Z Checking normalize-line-endings v0.3.0
25652026-05-21T04:09:55.861Z Checking fixedbitset v0.4.2
25662026-05-21T04:09:55.872Z Checking whoami v2.1.0
25672026-05-21T04:09:55.923Z Checking data-encoding v2.10.0
25682026-05-21T04:09:55.927Z Checking typed-path v0.9.3
25692026-05-21T04:09:55.945Z Checking new_debug_unreachable v1.0.6
25702026-05-21T04:09:56.005Z Checking unicode-segmentation v1.12.0
25712026-05-21T04:09:56.015Z Checking precomputed-hash v0.1.1
25722026-05-21T04:09:56.046Z Checking predicates-core v1.0.10
25732026-05-21T04:09:56.059Z Checking fixedbitset v0.5.7
25742026-05-21T04:09:56.093Z Checking toml_write v0.1.2
25752026-05-21T04:09:56.172Z Checking keccak v0.1.6
25762026-05-21T04:09:56.193Z Checking static_assertions v1.1.0
25772026-05-21T04:09:56.215Z Checking difflib v0.4.0
25782026-05-21T04:09:56.252Z Checking jiff v0.2.21
25792026-05-21T04:09:56.263Z Checking toml_edit v0.22.27
25802026-05-21T04:09:56.266Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25812026-05-21T04:09:56.314Z Checking similar v2.7.0
25822026-05-21T04:09:56.332Z Checking sha3 v0.10.8
25832026-05-21T04:09:56.357Z Checking crossterm v0.28.1
25842026-05-21T04:09:56.388Z Checking predicates v3.1.4
25852026-05-21T04:09:56.527Z Checking petgraph v0.8.3
25862026-05-21T04:09:56.688Z Checking ed25519-dalek v2.2.0
25872026-05-21T04:09:56.697Z Checking hickory-proto v0.25.2
25882026-05-21T04:09:56.708Z Checking tough v0.22.0
25892026-05-21T04:09:56.908Z Checking string_cache v0.8.9
25902026-05-21T04:09:57.055Z Checking tokio-postgres v0.7.16
25912026-05-21T04:09:57.075Z Checking slog v2.8.2
25922026-05-21T04:09:57.337Z Checking petgraph v0.6.5
25932026-05-21T04:09:57.351Z Checking usdt v0.6.0
25942026-05-21T04:09:57.518Z Checking env_logger v0.11.9
25952026-05-21T04:09:57.712Z Checking ecdsa v0.16.9
25962026-05-21T04:09:58.066Z Checking usdt-impl v0.5.0
25972026-05-21T04:09:58.099Z Checking rsa v0.9.10
25982026-05-21T04:09:58.299Z Checking nix v0.31.2
25992026-05-21T04:09:58.473Z Checking zip v4.6.1
26002026-05-21T04:09:58.561Z Checking toml v0.7.8
26012026-05-21T04:09:58.585Z Checking reqwest v0.13.2
26022026-05-21T04:09:58.675Z Checking clap v4.5.60
26032026-05-21T04:09:58.760Z Checking toml_parser v1.0.9+spec-1.1.0
26042026-05-21T04:09:58.842Z Checking zip v0.6.6
26052026-05-21T04:09:58.888Z Checking itertools v0.13.0
26062026-05-21T04:09:59.026Z Checking serde_with v3.17.0
26072026-05-21T04:09:59.079Z Checking strum v0.26.3
26082026-05-21T04:09:59.165Z Checking fs-err v3.3.0
26092026-05-21T04:09:59.190Z Checking ahash v0.8.12
26102026-05-21T04:09:59.224Z Checking object v0.37.3
26112026-05-21T04:09:59.282Z Checking tokio-stream v0.1.18
26122026-05-21T04:09:59.383Z Checking buf-list v1.1.2
26132026-05-21T04:09:59.417Z Checking anyhow v1.0.102
26142026-05-21T04:09:59.456Z Checking camino v1.2.2
26152026-05-21T04:09:59.472Z Checking x509-cert v0.2.5
26162026-05-21T04:09:59.559Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26172026-05-21T04:09:59.608Z Checking openapiv3 v2.2.0
26182026-05-21T04:09:59.662Z Checking sha1 v0.10.6
26192026-05-21T04:09:59.704Z Checking toml_datetime v0.7.5+spec-1.1.0
26202026-05-21T04:09:59.824Z Checking peg-runtime v0.8.5
26212026-05-21T04:09:59.838Z Checking lalrpop-util v0.19.12
26222026-05-21T04:09:59.915Z Checking rayon v1.11.0
26232026-05-21T04:09:59.929Z Checking sigpipe v0.1.3
26242026-05-21T04:09:59.966Z Checking glob v0.3.3
26252026-05-21T04:10:01.433Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26262026-05-21T04:10:01.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.00s
26272026-05-21T04:10:01.883Z
26282026-05-21T04:10:01.883Zinfo: running `cargo check --bins` on internal-dns-types (77/277)
26292026-05-21T04:10:02.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26302026-05-21T04:10:02.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26312026-05-21T04:10:02.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26322026-05-21T04:10:02.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26332026-05-21T04:10:02.494Z
26342026-05-21T04:10:02.494Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/277)
26352026-05-21T04:10:03.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-05-21T04:10:03.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-05-21T04:10:03.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-05-21T04:10:03.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26392026-05-21T04:10:03.104Z
26402026-05-21T04:10:03.104Zinfo: running `cargo check --bins` on nexus-types-versions (79/277)
26412026-05-21T04:10:03.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-05-21T04:10:03.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-05-21T04:10:03.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-05-21T04:10:03.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26452026-05-21T04:10:03.724Z
26462026-05-21T04:10:03.724Zinfo: running `cargo check --bins` on oxql-types (80/277)
26472026-05-21T04:10:04.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-05-21T04:10:04.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-05-21T04:10:04.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-05-21T04:10:04.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26512026-05-21T04:10:04.334Z
26522026-05-21T04:10:04.334Zinfo: running `cargo check --bins` on oximeter-types (81/277)
26532026-05-21T04:10:04.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-05-21T04:10:04.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-05-21T04:10:04.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-05-21T04:10:04.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26572026-05-21T04:10:04.947Z
26582026-05-21T04:10:04.947Zinfo: running `cargo check --bins` on oximeter-types-versions (82/277)
26592026-05-21T04:10:05.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-05-21T04:10:05.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-05-21T04:10:05.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-05-21T04:10:05.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26632026-05-21T04:10:05.555Z
26642026-05-21T04:10:05.555Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/277)
26652026-05-21T04:10:06.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-05-21T04:10:06.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-05-21T04:10:06.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-05-21T04:10:06.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26692026-05-21T04:10:06.151Z
26702026-05-21T04:10:06.151Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/277)
26712026-05-21T04:10:06.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-05-21T04:10:06.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-05-21T04:10:06.850Z Compiling structmeta-derive v0.3.0
26742026-05-21T04:10:06.965Z Compiling rustls v0.22.4
26752026-05-21T04:10:06.975Z Compiling multer v3.1.0
26762026-05-21T04:10:06.984Z Compiling async-stream-impl v0.3.6
26772026-05-21T04:10:06.987Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26782026-05-21T04:10:07.007Z Compiling dropshot v0.17.0
26792026-05-21T04:10:07.022Z Compiling dropshot_endpoint v0.17.0
26802026-05-21T04:10:07.022Z Compiling newtype-uuid-macros v0.1.0
26812026-05-21T04:10:07.143Z Checking newtype-uuid v1.3.2
26822026-05-21T04:10:07.218Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26832026-05-21T04:10:07.264Z Checking rustls-webpki v0.102.8
26842026-05-21T04:10:07.345Z Checking daft v0.1.7
26852026-05-21T04:10:07.366Z Checking thread_local v1.1.9
26862026-05-21T04:10:07.537Z Checking match_cfg v0.1.0
26872026-05-21T04:10:07.562Z Checking compression-core v0.4.31
26882026-05-21T04:10:07.584Z Checking iddqd v0.4.1
26892026-05-21T04:10:07.600Z Checking hostname v0.3.1
26902026-05-21T04:10:07.629Z Checking crossbeam-channel v0.5.15
26912026-05-21T04:10:07.682Z Checking compression-codecs v0.4.37
26922026-05-21T04:10:07.695Z Checking slog-json v2.6.1
26932026-05-21T04:10:07.767Z Checking serde_spanned v1.0.4
26942026-05-21T04:10:07.843Z Checking toml_datetime v1.0.0+spec-1.1.0
26952026-05-21T04:10:07.846Z Checking is-terminal v0.4.17
26962026-05-21T04:10:07.893Z Checking term v1.2.1
26972026-05-21T04:10:07.945Z Checking debug-ignore v1.0.5
26982026-05-21T04:10:07.966Z Checking toml_writer v1.0.6+spec-1.1.0
26992026-05-21T04:10:08.009Z Compiling structmeta v0.3.0
27002026-05-21T04:10:08.041Z Checking take_mut v0.2.2
27012026-05-21T04:10:08.044Z Checking slog-bunyan v2.5.0
27022026-05-21T04:10:08.112Z Checking slog-term v2.9.2
27032026-05-21T04:10:08.140Z Checking slog-async v2.8.0
27042026-05-21T04:10:08.140Z Checking toml v1.0.6+spec-1.1.0
27052026-05-21T04:10:08.165Z Checking async-compression v0.4.41
27062026-05-21T04:10:08.218Z Compiling derive-ex v0.1.8
27072026-05-21T04:10:08.312Z Compiling parse-display-derive v0.10.0
27082026-05-21T04:10:08.366Z Checking async-stream v0.3.6
27092026-05-21T04:10:08.402Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27102026-05-21T04:10:08.492Z Checking progenitor-client v0.14.0
27112026-05-21T04:10:08.506Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27122026-05-21T04:10:08.509Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27132026-05-21T04:10:08.643Z Checking waitgroup v0.1.2
27142026-05-21T04:10:08.721Z Checking backon v1.6.0
27152026-05-21T04:10:08.735Z Checking rustls-pemfile v2.2.0
27162026-05-21T04:10:08.779Z Checking serde_path_to_error v0.1.20
27172026-05-21T04:10:08.812Z Checking hostname v0.4.2
27182026-05-21T04:10:08.868Z Checking instant v0.1.13
27192026-05-21T04:10:08.962Z Checking backoff v0.4.0
27202026-05-21T04:10:09.066Z Checking progenitor-extras v0.2.0
27212026-05-21T04:10:09.081Z Checking tokio-rustls v0.25.0
27222026-05-21T04:10:09.094Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27232026-05-21T04:10:09.138Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27242026-05-21T04:10:09.295Z Checking itertools v0.14.0
27252026-05-21T04:10:09.317Z Checking progenitor-client v0.10.0
27262026-05-21T04:10:09.495Z Checking regress v0.10.5
27272026-05-21T04:10:09.495Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27282026-05-21T04:10:09.742Z Checking macaddr v1.0.1
27292026-05-21T04:10:09.918Z Compiling test-strategy v0.4.5
27302026-05-21T04:10:10.003Z Checking parse-display v0.10.0
27312026-05-21T04:10:10.143Z Checking humantime v2.3.0
27322026-05-21T04:10:11.136Z Compiling prettyplease v0.2.37
27332026-05-21T04:10:11.397Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27342026-05-21T04:10:11.590Z Checking num-rational v0.4.2
27352026-05-21T04:10:11.767Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27362026-05-21T04:10:12.097Z Checking num-complex v0.4.6
27372026-05-21T04:10:12.750Z Checking num v0.4.3
27382026-05-21T04:10:12.826Z Compiling usdt-macro v0.5.0
27392026-05-21T04:10:12.848Z Compiling usdt-attr-macro v0.5.0
27402026-05-21T04:10:12.892Z Checking memmap v0.7.0
27412026-05-21T04:10:12.905Z Compiling float-ord v0.3.2
27422026-05-21T04:10:13.020Z Compiling convert_case v0.4.0
27432026-05-21T04:10:13.020Z Checking unicode-width v0.2.0
27442026-05-21T04:10:13.270Z Checking console v0.15.11
27452026-05-21T04:10:13.406Z Compiling derive_more v0.99.20
27462026-05-21T04:10:13.552Z Checking newline-converter v0.3.0
27472026-05-21T04:10:13.555Z Checking atomicwrites v0.4.4
27482026-05-21T04:10:13.608Z Checking usdt v0.5.0
27492026-05-21T04:10:13.659Z Compiling toml v0.8.23
27502026-05-21T04:10:13.688Z Checking linked-hash-map v0.5.6
27512026-05-21T04:10:13.777Z Compiling minimal-lexical v0.2.1
27522026-05-21T04:10:13.855Z Checking lru-cache v0.1.2
27532026-05-21T04:10:13.978Z Compiling nom v7.1.3
27542026-05-21T04:10:14.033Z Checking expectorate v1.2.0
27552026-05-21T04:10:14.614Z Checking camino-tempfile v1.4.1
27562026-05-21T04:10:14.738Z Checking hickory-proto v0.24.4
27572026-05-21T04:10:14.792Z Checking phf_shared v0.12.1
27582026-05-21T04:10:14.964Z Compiling slog-dtrace v0.3.0
27592026-05-21T04:10:14.979Z Checking heck v0.5.0
27602026-05-21T04:10:15.111Z Compiling chrono-tz v0.10.4
27612026-05-21T04:10:15.161Z Checking resolv-conf v0.7.6
27622026-05-21T04:10:15.291Z Compiling const_format_proc_macros v0.2.34
27632026-05-21T04:10:15.335Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27642026-05-21T04:10:15.381Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27652026-05-21T04:10:15.414Z Checking phf v0.12.1
27662026-05-21T04:10:15.561Z Checking tokio-dtrace v0.1.1
27672026-05-21T04:10:15.753Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27682026-05-21T04:10:15.808Z Compiling derive-where v1.6.0
27692026-05-21T04:10:16.003Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27702026-05-21T04:10:16.122Z Checking highway v1.3.0
27712026-05-21T04:10:16.353Z Checking const_format v0.2.35
27722026-05-21T04:10:16.566Z Checking hickory-resolver v0.24.4
27732026-05-21T04:10:16.585Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27742026-05-21T04:10:16.770Z Checking oxide-tokio-rt v0.1.4
27752026-05-21T04:10:16.911Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27762026-05-21T04:10:17.112Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27772026-05-21T04:10:17.126Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27782026-05-21T04:10:17.236Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27792026-05-21T04:10:17.289Z Checking gethostname v0.5.0
27802026-05-21T04:10:17.293Z Checking qorb v0.4.1
27812026-05-21T04:10:17.382Z Checking bcs v0.1.6
27822026-05-21T04:10:17.433Z Checking termtree v0.5.1
27832026-05-21T04:10:20.711Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27842026-05-21T04:10:23.593Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27852026-05-21T04:10:25.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.59s
27862026-05-21T04:10:25.929Z
27872026-05-21T04:10:25.929Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/277)
27882026-05-21T04:10:26.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892026-05-21T04:10:26.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902026-05-21T04:10:26.627Z Compiling ar_archive_writer v0.5.1
27912026-05-21T04:10:26.732Z Compiling stacker v0.1.23
27922026-05-21T04:10:26.735Z Compiling cfg_aliases v0.1.1
27932026-05-21T04:10:26.743Z Compiling convert_case v0.10.0
27942026-05-21T04:10:26.749Z Checking unicode-width v0.1.14
27952026-05-21T04:10:26.757Z Compiling proc-macro-error v1.0.4
27962026-05-21T04:10:26.768Z Checking fd-lock v4.0.4
27972026-05-21T04:10:26.773Z Checking nibble_vec v0.1.0
27982026-05-21T04:10:26.792Z Compiling nix v0.28.0
27992026-05-21T04:10:26.885Z Checking vte v0.14.1
28002026-05-21T04:10:26.896Z Compiling recursive-proc-macro-impl v0.1.1
28012026-05-21T04:10:26.980Z Checking endian-type v0.1.2
28022026-05-21T04:10:26.995Z Checking bytecount v0.6.9
28032026-05-21T04:10:27.034Z Compiling derive_more-impl v2.1.1
28042026-05-21T04:10:27.037Z Checking strip-ansi-escapes v0.2.1
28052026-05-21T04:10:27.060Z Compiling tabled_derive v0.7.0
28062026-05-21T04:10:27.089Z Checking papergrid v0.11.0
28072026-05-21T04:10:27.106Z Checking radix_trie v0.2.1
28082026-05-21T04:10:27.135Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28092026-05-21T04:10:27.285Z Compiling peg-macros v0.8.5
28102026-05-21T04:10:27.309Z Checking winnow v0.6.26
28112026-05-21T04:10:27.554Z Compiling psm v0.1.30
28122026-05-21T04:10:27.632Z Compiling sqlparser_derive v0.5.0
28132026-05-21T04:10:27.697Z Checking home v0.5.12
28142026-05-21T04:10:27.801Z Checking unicode_categories v0.1.1
28152026-05-21T04:10:27.836Z Checking derive_more v2.1.1
28162026-05-21T04:10:27.915Z Checking nu-ansi-term v0.50.3
28172026-05-21T04:10:27.956Z Checking crossterm v0.29.0
28182026-05-21T04:10:28.025Z Checking tabled v0.15.0
28192026-05-21T04:10:28.112Z Checking rustyline v14.0.0
28202026-05-21T04:10:28.124Z Checking reedline v0.40.0
28212026-05-21T04:10:28.312Z Checking recursive v0.1.1
28222026-05-21T04:10:28.406Z Checking sqlparser v0.61.0
28232026-05-21T04:10:28.419Z Checking display-error-chain v0.2.2
28242026-05-21T04:10:28.432Z Checking sqlformat v0.3.5
28252026-05-21T04:10:28.647Z Checking peg v0.8.5
28262026-05-21T04:10:39.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
28272026-05-21T04:10:39.779Z
28282026-05-21T04:10:39.779Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/277)
28292026-05-21T04:10:40.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-05-21T04:10:40.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-05-21T04:10:40.465Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322026-05-21T04:10:43.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28332026-05-21T04:10:44.100Z
28342026-05-21T04:10:44.100Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/277)
28352026-05-21T04:10:44.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-05-21T04:10:44.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-05-21T04:10:44.797Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-05-21T04:10:47.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
28392026-05-21T04:10:47.421Z
28402026-05-21T04:10:47.421Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/277)
28412026-05-21T04:10:47.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-05-21T04:10:47.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-05-21T04:10:48.105Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-05-21T04:10:51.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28452026-05-21T04:10:51.525Z
28462026-05-21T04:10:51.525Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/277)
28472026-05-21T04:10:52.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-05-21T04:10:52.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-05-21T04:10:52.218Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-05-21T04:10:55.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28512026-05-21T04:10:55.665Z
28522026-05-21T04:10:55.665Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/277)
28532026-05-21T04:10:56.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-05-21T04:10:56.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-05-21T04:10:56.357Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-05-21T04:10:58.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28572026-05-21T04:10:59.130Z
28582026-05-21T04:10:59.130Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/277)
28592026-05-21T04:10:59.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-05-21T04:10:59.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-05-21T04:10:59.821Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-05-21T04:11:02.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28632026-05-21T04:11:02.618Z
28642026-05-21T04:11:02.618Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/277)
28652026-05-21T04:11:03.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-05-21T04:11:03.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-05-21T04:11:03.309Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682026-05-21T04:11:06.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28692026-05-21T04:11:06.891Z
28702026-05-21T04:11:06.891Zinfo: running `cargo check --bins` on oximeter (93/277)
28712026-05-21T04:11:07.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-05-21T04:11:07.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-05-21T04:11:07.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742026-05-21T04:11:07.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28752026-05-21T04:11:07.503Z
28762026-05-21T04:11:07.503Zinfo: running `cargo check --bins` on oximeter-schema (94/277)
28772026-05-21T04:11:08.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-05-21T04:11:08.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-05-21T04:11:08.154Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28802026-05-21T04:11:08.317Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28812026-05-21T04:11:08.320Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28822026-05-21T04:11:08.653Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28832026-05-21T04:11:11.531Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28842026-05-21T04:11:12.724Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28852026-05-21T04:11:12.886Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28862026-05-21T04:11:13.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.04s
28872026-05-21T04:11:13.735Z
28882026-05-21T04:11:13.735Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/277)
28892026-05-21T04:11:14.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-05-21T04:11:14.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-05-21T04:11:14.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-05-21T04:11:14.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28932026-05-21T04:11:14.344Z
28942026-05-21T04:11:14.344Zinfo: running `cargo check --bins` on oximeter-test-utils (96/277)
28952026-05-21T04:11:14.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-05-21T04:11:14.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-05-21T04:11:14.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-05-21T04:11:14.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28992026-05-21T04:11:14.989Z
29002026-05-21T04:11:14.989Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/277)
29012026-05-21T04:11:15.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-05-21T04:11:15.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-05-21T04:11:15.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-05-21T04:11:15.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29052026-05-21T04:11:15.603Z
29062026-05-21T04:11:15.603Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/277)
29072026-05-21T04:11:16.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-05-21T04:11:16.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-05-21T04:11:16.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-05-21T04:11:16.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29112026-05-21T04:11:17.308Z
29122026-05-21T04:11:17.308Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/277)
29132026-05-21T04:11:17.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-05-21T04:11:17.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-05-21T04:11:17.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-05-21T04:11:17.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29172026-05-21T04:11:17.361Z
29182026-05-21T04:11:17.361Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/277)
29192026-05-21T04:11:17.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-05-21T04:11:17.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-05-21T04:11:17.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-05-21T04:11:17.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29232026-05-21T04:11:17.469Z
29242026-05-21T04:11:17.469Zinfo: running `cargo check --bins` on trust-quorum-types (101/277)
29252026-05-21T04:11:17.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-05-21T04:11:17.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-05-21T04:11:17.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-05-21T04:11:17.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29292026-05-21T04:11:18.067Z
29302026-05-21T04:11:18.067Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/277)
29312026-05-21T04:11:18.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-05-21T04:11:18.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-05-21T04:11:18.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-05-21T04:11:18.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29352026-05-21T04:11:18.678Z
29362026-05-21T04:11:18.678Zinfo: running `cargo check --bins` on update-engine (103/277)
29372026-05-21T04:11:19.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-05-21T04:11:19.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-05-21T04:11:19.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-05-21T04:11:19.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29412026-05-21T04:11:19.270Z
29422026-05-21T04:11:19.270Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/277)
29432026-05-21T04:11:19.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-05-21T04:11:19.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-05-21T04:11:20.000Z Compiling crucible-workspace-hack v0.1.0
29462026-05-21T04:11:20.118Z Checking secrecy v0.10.3
29472026-05-21T04:11:20.124Z Compiling heapless v0.8.0
29482026-05-21T04:11:20.130Z Compiling ingot-macros v0.1.1
29492026-05-21T04:11:20.137Z Compiling toml_edit v0.23.10+spec-1.0.0
29502026-05-21T04:11:20.140Z Checking hash32 v0.3.1
29512026-05-21T04:11:20.160Z Compiling smoltcp v0.11.0
29522026-05-21T04:11:20.160Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29532026-05-21T04:11:20.217Z Checking cobs v0.3.0
29542026-05-21T04:11:20.265Z Compiling thiserror-impl-no-std v2.0.2
29552026-05-21T04:11:20.355Z Checking universal-hash v0.5.1
29562026-05-21T04:11:20.368Z Checking half v2.7.1
29572026-05-21T04:11:20.406Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29582026-05-21T04:11:20.475Z Checking ciborium-io v0.2.2
29592026-05-21T04:11:20.509Z Checking opaque-debug v0.3.1
29602026-05-21T04:11:20.568Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29612026-05-21T04:11:20.579Z Checking poly1305 v0.8.0
29622026-05-21T04:11:20.610Z Checking postcard v1.1.3
29632026-05-21T04:11:20.625Z Checking ciborium-ll v0.2.2
29642026-05-21T04:11:20.942Z Compiling proc-macro-crate v3.4.0
29652026-05-21T04:11:20.945Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29662026-05-21T04:11:20.945Z Checking password-hash v0.5.0
29672026-05-21T04:11:20.945Z Checking chacha20 v0.9.1
29682026-05-21T04:11:21.069Z Compiling proc-macro-crate v1.3.1
29692026-05-21T04:11:21.085Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29702026-05-21T04:11:21.101Z Checking blake2 v0.10.6
29712026-05-21T04:11:21.174Z Checking aead v0.5.2
29722026-05-21T04:11:21.315Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29732026-05-21T04:11:21.327Z Compiling foreign-types-macros v0.2.3
29742026-05-21T04:11:21.340Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29752026-05-21T04:11:21.352Z Compiling num_enum_derive v0.7.5
29762026-05-21T04:11:21.431Z Checking thiserror-no-std v2.0.2
29772026-05-21T04:11:21.484Z Checking cpufeatures v0.3.0
29782026-05-21T04:11:21.516Z Checking foreign-types-shared v0.3.1
29792026-05-21T04:11:21.518Z Checking vsss-rs v3.3.4
29802026-05-21T04:11:21.557Z Checking chacha20 v0.10.0
29812026-05-21T04:11:21.588Z Compiling num_enum_derive v0.5.11
29822026-05-21T04:11:21.606Z Checking argon2 v0.5.3
29832026-05-21T04:11:21.771Z Checking chacha20poly1305 v0.10.1
29842026-05-21T04:11:21.898Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29852026-05-21T04:11:21.912Z Checking foreign-types v0.5.0
29862026-05-21T04:11:21.945Z Checking ciborium v0.2.2
29872026-05-21T04:11:22.104Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29882026-05-21T04:11:22.199Z Checking tabwriter v1.4.1
29892026-05-21T04:11:22.345Z Checking byte-wrapper v0.1.0
29902026-05-21T04:11:22.361Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29912026-05-21T04:11:22.389Z Checking cstr-argument v0.1.2
29922026-05-21T04:11:22.398Z Checking num_enum v0.7.5
29932026-05-21T04:11:22.503Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29942026-05-21T04:11:22.526Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29952026-05-21T04:11:22.548Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29962026-05-21T04:11:22.604Z Checking num_enum v0.5.11
29972026-05-21T04:11:22.621Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29982026-05-21T04:11:22.708Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29992026-05-21T04:11:22.721Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30002026-05-21T04:11:22.783Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30012026-05-21T04:11:22.871Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30022026-05-21T04:11:22.886Z Checking rand v0.10.0
30032026-05-21T04:11:22.902Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30042026-05-21T04:11:22.913Z Checking ingot-types v0.1.2
30052026-05-21T04:11:22.938Z Checking colored v3.1.1
30062026-05-21T04:11:23.076Z Checking indent_write v2.2.0
30072026-05-21T04:11:23.135Z Compiling zone_cfg_derive v0.3.1
30082026-05-21T04:11:23.166Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30092026-05-21T04:11:23.197Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30102026-05-21T04:11:23.211Z Checking itertools v0.12.1
30112026-05-21T04:11:23.265Z Checking ingot v0.1.1
30122026-05-21T04:11:23.336Z Compiling num-derive v0.4.2
30132026-05-21T04:11:23.352Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30142026-05-21T04:11:23.378Z Checking swrite v0.1.0
30152026-05-21T04:11:23.459Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30162026-05-21T04:11:23.473Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30172026-05-21T04:11:23.632Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30182026-05-21T04:11:23.722Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30192026-05-21T04:11:23.780Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30202026-05-21T04:11:23.793Z Checking dropshot-api-manager-types v0.7.2
30212026-05-21T04:11:23.812Z Checking smf v0.2.3
30222026-05-21T04:11:23.889Z Checking nanorand v0.7.0
30232026-05-21T04:11:23.956Z Checking whoami v1.6.1
30242026-05-21T04:11:24.041Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30252026-05-21T04:11:24.082Z Checking flume v0.11.1
30262026-05-21T04:11:24.211Z Checking zone v0.3.1
30272026-05-21T04:11:24.250Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30282026-05-21T04:11:24.831Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30292026-05-21T04:11:25.805Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30302026-05-21T04:11:26.689Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30312026-05-21T04:11:29.861Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-05-21T04:11:31.911Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30332026-05-21T04:11:33.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.73s
30342026-05-21T04:11:33.211Z
30352026-05-21T04:11:33.211Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/277)
30362026-05-21T04:11:33.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-05-21T04:11:33.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-05-21T04:11:33.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-05-21T04:11:33.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30402026-05-21T04:11:33.825Z
30412026-05-21T04:11:33.825Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/277)
30422026-05-21T04:11:34.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-05-21T04:11:34.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-05-21T04:11:34.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-05-21T04:11:34.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30462026-05-21T04:11:34.436Z
30472026-05-21T04:11:34.436Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/277)
30482026-05-21T04:11:34.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-05-21T04:11:34.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-05-21T04:11:34.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-05-21T04:11:34.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30522026-05-21T04:11:35.055Z
30532026-05-21T04:11:35.055Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/277)
30542026-05-21T04:11:35.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-05-21T04:11:35.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-05-21T04:11:35.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-05-21T04:11:35.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30582026-05-21T04:11:35.669Z
30592026-05-21T04:11:35.669Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/277)
30602026-05-21T04:11:36.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-05-21T04:11:36.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-05-21T04:11:36.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-05-21T04:11:36.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30642026-05-21T04:11:36.280Z
30652026-05-21T04:11:36.280Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/277)
30662026-05-21T04:11:36.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-05-21T04:11:36.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-05-21T04:11:36.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-05-21T04:11:36.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30702026-05-21T04:11:36.894Z
30712026-05-21T04:11:36.894Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/277)
30722026-05-21T04:11:37.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-05-21T04:11:37.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-05-21T04:11:37.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-05-21T04:11:37.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30762026-05-21T04:11:37.508Z
30772026-05-21T04:11:37.508Zinfo: running `cargo check --bins` on cockroach-admin-client (112/277)
30782026-05-21T04:11:38.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-05-21T04:11:38.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-05-21T04:11:38.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-05-21T04:11:38.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30822026-05-21T04:11:38.106Z
30832026-05-21T04:11:38.106Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/277)
30842026-05-21T04:11:38.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-05-21T04:11:38.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-05-21T04:11:38.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-05-21T04:11:38.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30882026-05-21T04:11:38.717Z
30892026-05-21T04:11:38.717Zinfo: running `cargo check --bins` on dns-service-client (114/277)
30902026-05-21T04:11:39.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-05-21T04:11:39.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-05-21T04:11:39.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-05-21T04:11:39.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30942026-05-21T04:11:39.327Z
30952026-05-21T04:11:39.327Zinfo: running `cargo check --bins` on installinator-client (115/277)
30962026-05-21T04:11:39.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-05-21T04:11:39.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-05-21T04:11:39.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-05-21T04:11:39.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31002026-05-21T04:11:39.936Z
31012026-05-21T04:11:39.936Zinfo: running `cargo check --bins` on nexus-client (116/277)
31022026-05-21T04:11:40.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-05-21T04:11:40.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-05-21T04:11:40.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-05-21T04:11:40.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31062026-05-21T04:11:40.580Z
31072026-05-21T04:11:40.580Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/277)
31082026-05-21T04:11:41.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-05-21T04:11:41.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-05-21T04:11:41.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-05-21T04:11:41.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31122026-05-21T04:11:41.221Z
31132026-05-21T04:11:41.221Zinfo: running `cargo check --bins` on ntp-admin-client (118/277)
31142026-05-21T04:11:41.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-05-21T04:11:41.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-05-21T04:11:41.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-05-21T04:11:41.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31182026-05-21T04:11:41.822Z
31192026-05-21T04:11:41.822Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/277)
31202026-05-21T04:11:42.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-05-21T04:11:42.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-05-21T04:11:42.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-05-21T04:11:42.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31242026-05-21T04:11:42.416Z
31252026-05-21T04:11:42.416Zinfo: running `cargo check --bins` on oxide-client (120/277)
31262026-05-21T04:11:42.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-05-21T04:11:42.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-05-21T04:11:42.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-05-21T04:11:42.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31302026-05-21T04:11:43.016Z
31312026-05-21T04:11:43.016Zinfo: running `cargo check --bins` on oximeter-client (121/277)
31322026-05-21T04:11:43.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-05-21T04:11:43.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-05-21T04:11:43.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-05-21T04:11:43.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31362026-05-21T04:11:43.624Z
31372026-05-21T04:11:43.624Zinfo: running `cargo check --bins` on repo-depot-client (122/277)
31382026-05-21T04:11:44.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-05-21T04:11:44.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-05-21T04:11:44.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-05-21T04:11:44.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31422026-05-21T04:11:44.219Z
31432026-05-21T04:11:44.219Zinfo: running `cargo check --bins` on sled-agent-client (123/277)
31442026-05-21T04:11:44.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-05-21T04:11:44.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-05-21T04:11:44.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-05-21T04:11:44.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31482026-05-21T04:11:44.839Z
31492026-05-21T04:11:44.839Zinfo: running `cargo check --bins` on wicketd-client (124/277)
31502026-05-21T04:11:45.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-05-21T04:11:45.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-05-21T04:11:45.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-05-21T04:11:45.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31542026-05-21T04:11:45.468Z
31552026-05-21T04:11:45.469Zinfo: running `cargo check --bins` on installinator-common (125/277)
31562026-05-21T04:11:45.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-05-21T04:11:45.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-05-21T04:11:45.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-05-21T04:11:45.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31602026-05-21T04:11:46.093Z
31612026-05-21T04:11:46.093Zinfo: running `cargo check --bins` on installinator-common-versions (126/277)
31622026-05-21T04:11:46.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-05-21T04:11:46.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-05-21T04:11:46.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-05-21T04:11:46.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31662026-05-21T04:11:46.683Z
31672026-05-21T04:11:46.683Zinfo: running `cargo check --bins` on wicket-common (127/277)
31682026-05-21T04:11:47.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-05-21T04:11:47.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-05-21T04:11:47.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-05-21T04:11:47.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31722026-05-21T04:11:47.298Z
31732026-05-21T04:11:47.298Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/277)
31742026-05-21T04:11:47.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-05-21T04:11:47.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-05-21T04:11:47.994Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31772026-05-21T04:11:48.110Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31782026-05-21T04:11:48.118Z Checking csv-core v0.1.13
31792026-05-21T04:11:48.125Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31802026-05-21T04:11:48.128Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31812026-05-21T04:11:48.132Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31822026-05-21T04:11:48.153Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31832026-05-21T04:11:48.164Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-05-21T04:11:48.273Z Checking csv v1.4.0
31852026-05-21T04:11:48.304Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31862026-05-21T04:11:48.330Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31872026-05-21T04:11:48.358Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31882026-05-21T04:11:48.373Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31892026-05-21T04:11:48.622Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31902026-05-21T04:11:48.983Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31912026-05-21T04:11:48.988Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31922026-05-21T04:11:49.307Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31932026-05-21T04:11:55.147Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31942026-05-21T04:11:55.672Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31952026-05-21T04:11:58.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.70s
31962026-05-21T04:11:58.202Z
31972026-05-21T04:11:58.202Zinfo: running `cargo check --bins` on cockroach-admin-api (129/277)
31982026-05-21T04:11:58.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-05-21T04:11:58.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-05-21T04:11:58.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-05-21T04:11:58.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32022026-05-21T04:11:58.822Z
32032026-05-21T04:11:58.822Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/277)
32042026-05-21T04:11:59.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-05-21T04:11:59.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-05-21T04:11:59.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-05-21T04:11:59.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
32082026-05-21T04:11:59.530Z
32092026-05-21T04:11:59.531Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/277)
32102026-05-21T04:12:00.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-05-21T04:12:00.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-05-21T04:12:00.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-05-21T04:12:00.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32142026-05-21T04:12:00.224Z
32152026-05-21T04:12:00.224Zinfo: running `cargo check --bins` on gateway-test-utils (132/277)
32162026-05-21T04:12:00.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-05-21T04:12:00.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-05-21T04:12:00.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-05-21T04:12:00.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32202026-05-21T04:12:00.889Z
32212026-05-21T04:12:00.890Zinfo: running `cargo check --bins` on omicron-gateway (133/277)
32222026-05-21T04:12:01.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-05-21T04:12:01.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-05-21T04:12:01.668Z Compiling regress v0.11.1
32252026-05-21T04:12:01.807Z Compiling unsafe-libyaml v0.2.11
32262026-05-21T04:12:01.820Z Compiling semver v0.1.20
32272026-05-21T04:12:01.824Z Compiling radium v0.7.0
32282026-05-21T04:12:01.847Z Compiling maybe-uninit v2.0.0
32292026-05-21T04:12:01.850Z Checking tap v1.0.1
32302026-05-21T04:12:01.873Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32312026-05-21T04:12:01.972Z Checking wyz v0.5.1
32322026-05-21T04:12:02.089Z Compiling rustc_version v0.1.7
32332026-05-21T04:12:02.132Z Checking progenitor-client v0.13.0
32342026-05-21T04:12:02.163Z Compiling zerocopy-derive v0.6.6
32352026-05-21T04:12:02.277Z Compiling owo-colors v4.3.0
32362026-05-21T04:12:02.306Z Compiling newtype_derive v0.1.6
32372026-05-21T04:12:02.362Z Compiling serde_yaml v0.9.34+deprecated
32382026-05-21T04:12:02.492Z Compiling cancel-safe-futures v0.1.5
32392026-05-21T04:12:02.545Z Checking crc-catalog v2.4.0
32402026-05-21T04:12:02.597Z Checking funty v2.0.0
32412026-05-21T04:12:02.677Z Compiling packed_struct v0.10.1
32422026-05-21T04:12:02.716Z Checking crc v3.4.0
32432026-05-21T04:12:02.922Z Checking bitvec v1.0.1
32442026-05-21T04:12:02.991Z Checking zerocopy v0.6.6
32452026-05-21T04:12:03.020Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32462026-05-21T04:12:03.036Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32472026-05-21T04:12:03.220Z Checking typify-impl v0.6.2
32482026-05-21T04:12:03.288Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32492026-05-21T04:12:03.372Z Compiling packed_struct_codegen v0.10.1
32502026-05-21T04:12:03.541Z Checking libsw-core v0.3.2
32512026-05-21T04:12:03.557Z Compiling bitfield-macros v0.19.4
32522026-05-21T04:12:03.689Z Compiling indexmap v1.9.3
32532026-05-21T04:12:03.823Z Checking nodrop v0.1.14
32542026-05-21T04:12:03.905Z Checking libsw v3.5.0
32552026-05-21T04:12:03.918Z Checking array-init v0.0.4
32562026-05-21T04:12:04.055Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32572026-05-21T04:12:04.219Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32582026-05-21T04:12:04.234Z Checking smallvec v0.6.14
32592026-05-21T04:12:04.248Z Checking bitfield v0.19.4
32602026-05-21T04:12:04.403Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-05-21T04:12:04.472Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32622026-05-21T04:12:04.520Z Checking hashbrown v0.12.3
32632026-05-21T04:12:04.595Z Checking tagptr v0.2.0
32642026-05-21T04:12:04.696Z Checking base64 v0.21.7
32652026-05-21T04:12:04.738Z Checking linear-map v1.2.0
32662026-05-21T04:12:04.842Z Checking unicode-linebreak v0.1.5
32672026-05-21T04:12:04.937Z Checking smawk v0.3.2
32682026-05-21T04:12:04.962Z Checking ron v0.8.1
32692026-05-21T04:12:04.986Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32702026-05-21T04:12:05.010Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32712026-05-21T04:12:05.053Z Checking moka v0.12.13
32722026-05-21T04:12:05.068Z Checking textwrap v0.16.2
32732026-05-21T04:12:05.156Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32742026-05-21T04:12:05.271Z Checking steno v0.4.1
32752026-05-21T04:12:05.286Z Checking serde-hex v0.1.0
32762026-05-21T04:12:05.491Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-05-21T04:12:05.535Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32782026-05-21T04:12:05.656Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32792026-05-21T04:12:05.697Z Checking hashbrown v0.13.2
32802026-05-21T04:12:05.970Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32812026-05-21T04:12:06.116Z Checking crc-any v2.5.0
32822026-05-21T04:12:06.184Z Checking object v0.30.4
32832026-05-21T04:12:06.229Z Checking hickory-resolver v0.25.2
32842026-05-21T04:12:06.269Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32852026-05-21T04:12:06.284Z Checking path-slash v0.1.5
32862026-05-21T04:12:06.297Z Checking utf-8 v0.7.6
32872026-05-21T04:12:06.386Z Checking void v1.0.2
32882026-05-21T04:12:06.427Z Checking half v1.8.3
32892026-05-21T04:12:06.430Z Checking tungstenite v0.23.0
32902026-05-21T04:12:06.491Z Checking lzss v0.8.2
32912026-05-21T04:12:06.622Z Checking serde_cbor v0.11.2
32922026-05-21T04:12:06.776Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32932026-05-21T04:12:06.812Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32942026-05-21T04:12:06.853Z Checking nix v0.27.1
32952026-05-21T04:12:06.930Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32962026-05-21T04:12:06.944Z Checking kstat-rs v0.2.4
32972026-05-21T04:12:06.998Z Checking fxhash v0.2.1
32982026-05-21T04:12:07.042Z Checking serde_bytes v0.11.19
32992026-05-21T04:12:07.122Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33002026-05-21T04:12:07.132Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33012026-05-21T04:12:07.220Z Checking tokio-tungstenite v0.23.1
33022026-05-21T04:12:07.345Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33032026-05-21T04:12:07.362Z Checking signal-hook-tokio v0.3.1
33042026-05-21T04:12:07.707Z Compiling typify-macro v0.6.2
33052026-05-21T04:12:08.466Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33062026-05-21T04:12:08.843Z Compiling typify v0.6.2
33072026-05-21T04:12:08.925Z Compiling progenitor-impl v0.13.0
33082026-05-21T04:12:08.925Z Compiling progenitor-impl v0.14.0
33092026-05-21T04:12:09.354Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33102026-05-21T04:12:09.678Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33112026-05-21T04:12:10.528Z Compiling progenitor-macro v0.13.0
33122026-05-21T04:12:10.570Z Compiling progenitor-macro v0.14.0
33132026-05-21T04:12:13.072Z Checking progenitor v0.13.0
33142026-05-21T04:12:13.153Z Checking progenitor v0.14.0
33152026-05-21T04:12:13.189Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33162026-05-21T04:12:13.266Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33172026-05-21T04:12:16.218Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33182026-05-21T04:12:23.921Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33192026-05-21T04:12:30.243Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33202026-05-21T04:12:31.597Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33212026-05-21T04:12:32.106Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33222026-05-21T04:12:34.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.28s
33232026-05-21T04:12:34.383Z
33242026-05-21T04:12:34.384Zinfo: running `cargo check --bins` on gateway-api (134/277)
33252026-05-21T04:12:34.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-05-21T04:12:34.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-05-21T04:12:34.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-05-21T04:12:34.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33292026-05-21T04:12:34.997Z
33302026-05-21T04:12:34.997Zinfo: running `cargo check --bins` on ipcc (135/277)
33312026-05-21T04:12:35.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-05-21T04:12:35.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-05-21T04:12:35.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-05-21T04:12:35.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33352026-05-21T04:12:35.616Z
33362026-05-21T04:12:35.616Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/277)
33372026-05-21T04:12:36.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-05-21T04:12:36.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-05-21T04:12:36.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-05-21T04:12:36.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33412026-05-21T04:12:36.226Z
33422026-05-21T04:12:36.226Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/277)
33432026-05-21T04:12:36.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-05-21T04:12:36.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-05-21T04:12:36.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-05-21T04:12:36.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33472026-05-21T04:12:36.834Z
33482026-05-21T04:12:36.834Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/277)
33492026-05-21T04:12:37.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-05-21T04:12:37.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-05-21T04:12:37.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-05-21T04:12:37.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33532026-05-21T04:12:37.456Z
33542026-05-21T04:12:37.456Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/277)
33552026-05-21T04:12:37.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-05-21T04:12:37.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-05-21T04:12:37.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-05-21T04:12:37.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33592026-05-21T04:12:38.071Z
33602026-05-21T04:12:38.071Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/277)
33612026-05-21T04:12:38.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-05-21T04:12:38.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-05-21T04:12:38.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-05-21T04:12:38.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33652026-05-21T04:12:38.686Z
33662026-05-21T04:12:38.686Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/277)
33672026-05-21T04:12:39.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-05-21T04:12:39.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-05-21T04:12:39.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-05-21T04:12:39.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33712026-05-21T04:12:39.303Z
33722026-05-21T04:12:39.303Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/277)
33732026-05-21T04:12:39.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-05-21T04:12:39.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-05-21T04:12:39.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-05-21T04:12:39.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33772026-05-21T04:12:39.923Z
33782026-05-21T04:12:39.923Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/277)
33792026-05-21T04:12:40.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-05-21T04:12:40.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-05-21T04:12:40.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-05-21T04:12:40.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33832026-05-21T04:12:40.542Z
33842026-05-21T04:12:40.542Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/277)
33852026-05-21T04:12:41.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-05-21T04:12:41.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-05-21T04:12:41.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-05-21T04:12:41.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33892026-05-21T04:12:41.161Z
33902026-05-21T04:12:41.161Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/277)
33912026-05-21T04:12:41.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-05-21T04:12:41.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-05-21T04:12:41.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-05-21T04:12:41.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33952026-05-21T04:12:41.784Z
33962026-05-21T04:12:41.784Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/277)
33972026-05-21T04:12:42.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-05-21T04:12:42.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-05-21T04:12:42.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-05-21T04:12:42.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34012026-05-21T04:12:42.406Z
34022026-05-21T04:12:42.406Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/277)
34032026-05-21T04:12:42.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-05-21T04:12:42.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-05-21T04:12:42.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-05-21T04:12:42.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34072026-05-21T04:12:43.026Z
34082026-05-21T04:12:43.026Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/277)
34092026-05-21T04:12:43.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-05-21T04:12:43.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-05-21T04:12:43.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-05-21T04:12:43.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34132026-05-21T04:12:43.643Z
34142026-05-21T04:12:43.643Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/277)
34152026-05-21T04:12:44.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-05-21T04:12:44.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-05-21T04:12:44.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-05-21T04:12:44.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34192026-05-21T04:12:44.254Z
34202026-05-21T04:12:44.254Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/277)
34212026-05-21T04:12:44.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-05-21T04:12:44.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-05-21T04:12:44.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-05-21T04:12:44.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34252026-05-21T04:12:44.873Z
34262026-05-21T04:12:44.873Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/277)
34272026-05-21T04:12:45.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-05-21T04:12:45.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-05-21T04:12:45.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-05-21T04:12:45.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34312026-05-21T04:12:45.487Z
34322026-05-21T04:12:45.487Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/277)
34332026-05-21T04:12:46.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-05-21T04:12:46.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-05-21T04:12:46.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-05-21T04:12:46.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34372026-05-21T04:12:46.105Z
34382026-05-21T04:12:46.105Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/277)
34392026-05-21T04:12:46.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-05-21T04:12:46.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-05-21T04:12:46.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-05-21T04:12:46.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34432026-05-21T04:12:46.720Z
34442026-05-21T04:12:46.720Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/277)
34452026-05-21T04:12:47.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-05-21T04:12:47.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-05-21T04:12:47.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-05-21T04:12:47.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34492026-05-21T04:12:47.340Z
34502026-05-21T04:12:47.340Zinfo: running `cargo check --bins` on oximeter-producer (155/277)
34512026-05-21T04:12:47.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-05-21T04:12:47.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-05-21T04:12:47.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-05-21T04:12:47.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34552026-05-21T04:12:47.989Z
34562026-05-21T04:12:47.989Zinfo: running `cargo check --bins` on internal-dns-resolver (156/277)
34572026-05-21T04:12:48.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-05-21T04:12:48.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-05-21T04:12:48.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-05-21T04:12:48.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34612026-05-21T04:12:48.606Z
34622026-05-21T04:12:48.607Zinfo: running `cargo check --bins` on dns-server (157/277)
34632026-05-21T04:12:49.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-05-21T04:12:49.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-05-21T04:12:49.271Z Compiling parking_lot_core v0.8.6
34662026-05-21T04:12:49.274Z Compiling atomicwrites v0.4.4
34672026-05-21T04:12:49.274Z Compiling git-stub v1.0.0
34682026-05-21T04:12:49.386Z Checking prefix-trie v0.7.0
34692026-05-21T04:12:49.391Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34702026-05-21T04:12:49.503Z Compiling git-stub-vcs v0.1.0
34712026-05-21T04:12:49.676Z Checking hickory-server v0.25.2
34722026-05-21T04:12:49.775Z Checking parking_lot v0.11.2
34732026-05-21T04:12:49.778Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34742026-05-21T04:12:49.867Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34752026-05-21T04:12:49.867Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34762026-05-21T04:12:49.946Z Checking sled v0.34.7
34772026-05-21T04:12:51.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
34782026-05-21T04:12:51.987Z
34792026-05-21T04:12:51.987Zinfo: running `cargo check --bins` on dns-server-api (158/277)
34802026-05-21T04:12:52.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-05-21T04:12:52.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-05-21T04:12:52.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-05-21T04:12:52.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34842026-05-21T04:12:52.604Z
34852026-05-21T04:12:52.605Zinfo: running `cargo check --bins` on oximeter-producer-api (159/277)
34862026-05-21T04:12:53.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-05-21T04:12:53.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-05-21T04:12:53.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-05-21T04:12:53.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34902026-05-21T04:12:53.215Z
34912026-05-21T04:12:53.215Zinfo: running `cargo check --bins` on sp-sim (160/277)
34922026-05-21T04:12:53.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-05-21T04:12:53.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-05-21T04:12:53.953Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34952026-05-21T04:12:55.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
34962026-05-21T04:12:55.918Z
34972026-05-21T04:12:55.918Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/277)
34982026-05-21T04:12:56.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-05-21T04:12:56.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-05-21T04:12:56.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-05-21T04:12:56.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35022026-05-21T04:12:56.584Z
35032026-05-21T04:12:56.584Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/277)
35042026-05-21T04:12:57.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-05-21T04:12:57.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-05-21T04:12:57.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-05-21T04:12:57.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35082026-05-21T04:12:57.264Z
35092026-05-21T04:12:57.264Zinfo: running `cargo check --bins` on db-macros (163/277)
35102026-05-21T04:12:57.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-05-21T04:12:57.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-05-21T04:12:57.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-05-21T04:12:57.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35142026-05-21T04:12:57.876Z
35152026-05-21T04:12:57.876Zinfo: running `cargo check --bins` on nexus-macros-common (164/277)
35162026-05-21T04:12:58.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-05-21T04:12:58.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-05-21T04:12:58.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-05-21T04:12:58.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35202026-05-21T04:12:58.482Z
35212026-05-21T04:12:58.482Zinfo: running `cargo check --bins` on nexus-auth (165/277)
35222026-05-21T04:12:59.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-05-21T04:12:59.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-05-21T04:12:59.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-05-21T04:12:59.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35262026-05-21T04:12:59.153Z
35272026-05-21T04:12:59.153Zinfo: running `cargo check --bins` on authz-macros (166/277)
35282026-05-21T04:12:59.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-05-21T04:12:59.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-05-21T04:12:59.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-05-21T04:12:59.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35322026-05-21T04:12:59.753Z
35332026-05-21T04:12:59.753Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/277)
35342026-05-21T04:13:00.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-05-21T04:13:00.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-05-21T04:13:00.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-05-21T04:13:00.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35382026-05-21T04:13:00.412Z
35392026-05-21T04:13:00.412Zinfo: running `cargo check --bins` on nexus-db-model (168/277)
35402026-05-21T04:13:00.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-05-21T04:13:00.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-05-21T04:13:00.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-05-21T04:13:00.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35442026-05-21T04:13:01.068Z
35452026-05-21T04:13:01.068Zinfo: running `cargo check --bins` on nexus-db-schema (169/277)
35462026-05-21T04:13:01.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-05-21T04:13:01.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-05-21T04:13:01.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-05-21T04:13:01.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35502026-05-21T04:13:01.671Z
35512026-05-21T04:13:01.671Zinfo: running `cargo check --bins` on omicron-rpaths (170/277)
35522026-05-21T04:13:02.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-05-21T04:13:02.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-05-21T04:13:02.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-05-21T04:13:02.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35562026-05-21T04:13:02.274Z
35572026-05-21T04:13:02.274Zinfo: running `cargo check --bins` on nexus-defaults (171/277)
35582026-05-21T04:13:02.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-05-21T04:13:02.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-05-21T04:13:02.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-05-21T04:13:02.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35622026-05-21T04:13:02.872Z
35632026-05-21T04:13:02.872Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/277)
35642026-05-21T04:13:03.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-05-21T04:13:03.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-05-21T04:13:03.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-05-21T04:13:03.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35682026-05-21T04:13:03.466Z
35692026-05-21T04:13:03.466Zinfo: running `cargo check --bins` on parallel-task-set (173/277)
35702026-05-21T04:13:03.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-05-21T04:13:03.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-05-21T04:13:03.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-05-21T04:13:03.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35742026-05-21T04:13:04.056Z
35752026-05-21T04:13:04.056Zinfo: running `cargo check --bins` on nexus-db-errors (174/277)
35762026-05-21T04:13:04.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-05-21T04:13:04.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-05-21T04:13:04.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-05-21T04:13:04.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35802026-05-21T04:13:04.709Z
35812026-05-21T04:13:04.709Zinfo: running `cargo check --bins` on nexus-db-lookup (175/277)
35822026-05-21T04:13:05.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-05-21T04:13:05.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-05-21T04:13:05.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-05-21T04:13:05.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35862026-05-21T04:13:05.364Z
35872026-05-21T04:13:05.364Zinfo: running `cargo check --bins` on nexus-inventory (176/277)
35882026-05-21T04:13:05.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-05-21T04:13:05.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-05-21T04:13:05.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-05-21T04:13:05.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35922026-05-21T04:13:06.011Z
35932026-05-21T04:13:06.011Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/277)
35942026-05-21T04:13:06.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-05-21T04:13:06.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-05-21T04:13:06.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-05-21T04:13:06.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35982026-05-21T04:13:06.637Z
35992026-05-21T04:13:06.637Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/277)
36002026-05-21T04:13:07.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-05-21T04:13:07.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-05-21T04:13:07.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-05-21T04:13:07.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36042026-05-21T04:13:07.257Z
36052026-05-21T04:13:07.257Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/277)
36062026-05-21T04:13:07.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-05-21T04:13:07.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-05-21T04:13:07.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-05-21T04:13:07.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36102026-05-21T04:13:07.880Z
36112026-05-21T04:13:07.880Zinfo: running `cargo check --bins` on key-manager (180/277)
36122026-05-21T04:13:08.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-05-21T04:13:08.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-05-21T04:13:08.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-05-21T04:13:08.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36162026-05-21T04:13:08.483Z
36172026-05-21T04:13:08.483Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/277)
36182026-05-21T04:13:09.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-05-21T04:13:09.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-05-21T04:13:09.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-05-21T04:13:09.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36222026-05-21T04:13:09.104Z
36232026-05-21T04:13:09.104Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/277)
36242026-05-21T04:13:09.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-05-21T04:13:09.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-05-21T04:13:09.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36272026-05-21T04:13:09.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36282026-05-21T04:13:09.724Z
36292026-05-21T04:13:09.724Zinfo: running `cargo check --bins` on typed-rng (183/277)
36302026-05-21T04:13:10.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36312026-05-21T04:13:10.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36322026-05-21T04:13:10.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36332026-05-21T04:13:10.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36342026-05-21T04:13:10.311Z
36352026-05-21T04:13:10.311Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/277)
36362026-05-21T04:13:10.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36372026-05-21T04:13:10.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36382026-05-21T04:13:11.175Z Compiling typify-impl v0.4.3
36392026-05-21T04:13:11.175Z Compiling libefi-sys v0.1.0
36402026-05-21T04:13:11.321Z Compiling bitfield-struct v0.6.2
36412026-05-21T04:13:11.330Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36422026-05-21T04:13:11.338Z Compiling xshell-macros v0.2.7
36432026-05-21T04:13:11.350Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36442026-05-21T04:13:11.389Z Compiling salty v0.3.0
36452026-05-21T04:13:11.393Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36462026-05-21T04:13:11.547Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36472026-05-21T04:13:11.666Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36482026-05-21T04:13:11.681Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36492026-05-21T04:13:11.696Z Checking xshell v0.2.7
36502026-05-21T04:13:11.812Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36512026-05-21T04:13:11.914Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36522026-05-21T04:13:11.930Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36532026-05-21T04:13:12.007Z Checking primeorder v0.13.6
36542026-05-21T04:13:12.082Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36552026-05-21T04:13:12.167Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36562026-05-21T04:13:12.203Z Compiling proc-macro-error-attr2 v2.0.0
36572026-05-21T04:13:12.241Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36582026-05-21T04:13:12.398Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36592026-05-21T04:13:12.444Z Checking tungstenite v0.21.0
36602026-05-21T04:13:12.462Z Checking p384 v0.13.1
36612026-05-21T04:13:12.569Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36622026-05-21T04:13:12.588Z Compiling proc-macro-error2 v2.0.1
36632026-05-21T04:13:12.884Z Compiling num-derive v0.3.3
36642026-05-21T04:13:12.901Z Compiling tabled_derive v0.11.0
36652026-05-21T04:13:13.196Z Checking tokio-tungstenite v0.21.0
36662026-05-21T04:13:13.254Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36672026-05-21T04:13:13.373Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36682026-05-21T04:13:13.477Z Checking papergrid v0.17.0
36692026-05-21T04:13:13.610Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36702026-05-21T04:13:13.770Z Checking libscf-sys v1.1.0
36712026-05-21T04:13:13.902Z Checking testing_table v0.3.0
36722026-05-21T04:13:13.938Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36732026-05-21T04:13:14.001Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36742026-05-21T04:13:14.050Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36752026-05-21T04:13:14.119Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36762026-05-21T04:13:14.257Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36772026-05-21T04:13:14.331Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36782026-05-21T04:13:14.403Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36792026-05-21T04:13:14.453Z Checking corncobs v0.1.4
36802026-05-21T04:13:14.525Z Compiling illumos-nvpair-sys v0.2.0
36812026-05-21T04:13:14.538Z Compiling unicase v2.9.0
36822026-05-21T04:13:14.586Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36832026-05-21T04:13:14.738Z Checking tabled v0.20.0
36842026-05-21T04:13:14.751Z Compiling mime_guess v2.0.5
36852026-05-21T04:13:14.754Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36862026-05-21T04:13:14.814Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36872026-05-21T04:13:14.879Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36882026-05-21T04:13:15.010Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36892026-05-21T04:13:15.183Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36902026-05-21T04:13:15.183Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36912026-05-21T04:13:15.218Z Checking progenitor-client v0.11.2
36922026-05-21T04:13:15.331Z Checking secrecy v0.8.0
36932026-05-21T04:13:15.459Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36942026-05-21T04:13:15.645Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36952026-05-21T04:13:15.724Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36962026-05-21T04:13:15.752Z Compiling typify-macro v0.4.3
36972026-05-21T04:13:15.831Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36982026-05-21T04:13:15.920Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36992026-05-21T04:13:15.923Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37002026-05-21T04:13:16.036Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37012026-05-21T04:13:16.098Z Checking filetime v0.2.27
37022026-05-21T04:13:16.204Z Checking http-range v0.1.5
37032026-05-21T04:13:16.237Z Checking crc8 v0.1.1
37042026-05-21T04:13:16.340Z Checking xattr v1.6.1
37052026-05-21T04:13:16.378Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37062026-05-21T04:13:16.473Z Checking tar v0.4.45
37072026-05-21T04:13:16.565Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37082026-05-21T04:13:16.803Z Checking illumos-nvpair v0.3.0
37092026-05-21T04:13:16.865Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37102026-05-21T04:13:16.963Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37112026-05-21T04:13:16.988Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37122026-05-21T04:13:17.230Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37132026-05-21T04:13:17.262Z Checking atty v0.2.14
37142026-05-21T04:13:17.284Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37152026-05-21T04:13:17.334Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37162026-05-21T04:13:17.363Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37172026-05-21T04:13:17.446Z Compiling typify v0.4.3
37182026-05-21T04:13:17.673Z Compiling progenitor-impl v0.11.2
37192026-05-21T04:13:17.821Z Compiling progenitor-impl v0.10.0
37202026-05-21T04:13:18.069Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37212026-05-21T04:13:18.191Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37222026-05-21T04:13:18.443Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37232026-05-21T04:13:18.591Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37242026-05-21T04:13:19.037Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37252026-05-21T04:13:19.180Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37262026-05-21T04:13:19.336Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37272026-05-21T04:13:19.426Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37282026-05-21T04:13:19.512Z Checking hyper-staticfile v0.10.1
37292026-05-21T04:13:19.549Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37302026-05-21T04:13:19.651Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37312026-05-21T04:13:19.813Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37322026-05-21T04:13:19.878Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37332026-05-21T04:13:20.079Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37342026-05-21T04:13:20.149Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37352026-05-21T04:13:20.212Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37362026-05-21T04:13:20.298Z Compiling progenitor-macro v0.11.2
37372026-05-21T04:13:20.358Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37382026-05-21T04:13:20.447Z Compiling progenitor-macro v0.10.0
37392026-05-21T04:13:23.007Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37402026-05-21T04:13:23.264Z Checking progenitor v0.10.0
37412026-05-21T04:13:23.278Z Checking progenitor v0.11.2
37422026-05-21T04:13:23.391Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37432026-05-21T04:13:23.394Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37442026-05-21T04:13:28.030Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37452026-05-21T04:13:38.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.67s
37462026-05-21T04:13:39.202Z
37472026-05-21T04:13:39.202Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/277)
37482026-05-21T04:13:39.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-05-21T04:13:39.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-05-21T04:13:40.005Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-05-21T04:13:50.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
37522026-05-21T04:13:50.870Z
37532026-05-21T04:13:50.870Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/277)
37542026-05-21T04:13:51.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-05-21T04:13:51.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-05-21T04:13:51.663Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-21T04:14:02.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
37582026-05-21T04:14:02.527Z
37592026-05-21T04:14:02.527Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/277)
37602026-05-21T04:14:03.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-21T04:14:03.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-21T04:14:03.315Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-21T04:14:13.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
37642026-05-21T04:14:14.202Z
37652026-05-21T04:14:14.202Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/277)
37662026-05-21T04:14:14.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-21T04:14:14.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-21T04:14:15.002Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-05-21T04:14:25.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
37702026-05-21T04:14:25.868Z
37712026-05-21T04:14:25.868Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/277)
37722026-05-21T04:14:26.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-21T04:14:26.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-21T04:14:26.660Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-05-21T04:14:37.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
37762026-05-21T04:14:37.503Z
37772026-05-21T04:14:37.503Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/277)
37782026-05-21T04:14:38.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-21T04:14:38.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-21T04:14:38.292Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812026-05-21T04:14:48.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
37822026-05-21T04:14:49.153Z
37832026-05-21T04:14:49.153Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/277)
37842026-05-21T04:14:49.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-21T04:14:49.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-21T04:14:49.943Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37872026-05-21T04:15:00.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
37882026-05-21T04:15:00.824Z
37892026-05-21T04:15:00.824Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/277)
37902026-05-21T04:15:01.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-21T04:15:01.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-21T04:15:01.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-05-21T04:15:01.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37942026-05-21T04:15:01.442Z
37952026-05-21T04:15:01.442Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/277)
37962026-05-21T04:15:01.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-21T04:15:01.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-21T04:15:01.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-05-21T04:15:01.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38002026-05-21T04:15:02.058Z
38012026-05-21T04:15:02.058Zinfo: running `cargo check --bins` on range-requests (194/277)
38022026-05-21T04:15:02.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-21T04:15:02.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-21T04:15:02.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-21T04:15:02.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38062026-05-21T04:15:02.666Z
38072026-05-21T04:15:02.666Zinfo: running `cargo check --bins` on repo-depot-api (195/277)
38082026-05-21T04:15:03.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-21T04:15:03.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-21T04:15:03.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-21T04:15:03.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38122026-05-21T04:15:03.271Z
38132026-05-21T04:15:03.271Zinfo: running `cargo check --bins` on sled-agent-api (196/277)
38142026-05-21T04:15:03.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-21T04:15:03.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-21T04:15:03.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-21T04:15:03.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38182026-05-21T04:15:03.904Z
38192026-05-21T04:15:03.904Zinfo: running `cargo check --bins` on sled-diagnostics (197/277)
38202026-05-21T04:15:04.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-21T04:15:04.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-21T04:15:04.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-21T04:15:04.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38242026-05-21T04:15:04.535Z
38252026-05-21T04:15:04.535Zinfo: running `cargo check --bins` on zfs-test-harness (198/277)
38262026-05-21T04:15:05.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-21T04:15:05.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-21T04:15:05.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-21T04:15:05.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38302026-05-21T04:15:05.175Z
38312026-05-21T04:15:05.175Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/277)
38322026-05-21T04:15:05.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-21T04:15:05.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-21T04:15:05.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-21T04:15:05.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38362026-05-21T04:15:05.819Z
38372026-05-21T04:15:05.819Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/277)
38382026-05-21T04:15:06.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-21T04:15:06.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-21T04:15:06.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-21T04:15:06.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38422026-05-21T04:15:06.460Z
38432026-05-21T04:15:06.460Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/277)
38442026-05-21T04:15:06.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-21T04:15:06.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-21T04:15:06.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-21T04:15:06.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38482026-05-21T04:15:07.094Z
38492026-05-21T04:15:07.094Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/277)
38502026-05-21T04:15:07.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-21T04:15:07.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-21T04:15:07.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-21T04:15:07.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38542026-05-21T04:15:07.717Z
38552026-05-21T04:15:07.717Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/277)
38562026-05-21T04:15:08.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-21T04:15:08.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-21T04:15:08.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-21T04:15:08.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38602026-05-21T04:15:08.359Z
38612026-05-21T04:15:08.359Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/277)
38622026-05-21T04:15:08.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-21T04:15:08.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-21T04:15:08.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-21T04:15:08.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38662026-05-21T04:15:08.992Z
38672026-05-21T04:15:08.992Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/277)
38682026-05-21T04:15:09.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-21T04:15:09.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-21T04:15:09.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-21T04:15:09.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38722026-05-21T04:15:09.630Z
38732026-05-21T04:15:09.630Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/277)
38742026-05-21T04:15:10.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-21T04:15:10.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-21T04:15:10.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-21T04:15:10.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38782026-05-21T04:15:10.282Z
38792026-05-21T04:15:10.282Zinfo: running `cargo check --bins` on trust-quorum (207/277)
38802026-05-21T04:15:10.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-21T04:15:10.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-21T04:15:10.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-21T04:15:10.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38842026-05-21T04:15:10.917Z
38852026-05-21T04:15:10.917Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/277)
38862026-05-21T04:15:11.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-21T04:15:11.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-21T04:15:11.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-05-21T04:15:11.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38902026-05-21T04:15:11.569Z
38912026-05-21T04:15:11.569Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/277)
38922026-05-21T04:15:12.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-05-21T04:15:12.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-05-21T04:15:12.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-05-21T04:15:12.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38962026-05-21T04:15:12.246Z
38972026-05-21T04:15:12.246Zinfo: running `cargo check --bins` on update-common (210/277)
38982026-05-21T04:15:12.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-05-21T04:15:12.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-05-21T04:15:12.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-05-21T04:15:12.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39022026-05-21T04:15:12.875Z
39032026-05-21T04:15:12.875Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/277)
39042026-05-21T04:15:13.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-05-21T04:15:13.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-05-21T04:15:13.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-05-21T04:15:13.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39082026-05-21T04:15:13.550Z
39092026-05-21T04:15:13.550Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/277)
39102026-05-21T04:15:14.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-05-21T04:15:14.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-05-21T04:15:14.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39132026-05-21T04:15:14.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39142026-05-21T04:15:14.152Z
39152026-05-21T04:15:14.152Zinfo: running `cargo check --bins` on reconfigurator-cli (213/277)
39162026-05-21T04:15:14.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-05-21T04:15:14.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-05-21T04:15:14.939Z Compiling fs-err v2.11.0
39192026-05-21T04:15:14.942Z Checking ignore v0.4.25
39202026-05-21T04:15:14.942Z Checking arc-swap v1.8.2
39212026-05-21T04:15:15.076Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39222026-05-21T04:15:15.076Z Checking predicates-tree v1.0.13
39232026-05-21T04:15:15.083Z Checking parse-size v1.1.0
39242026-05-21T04:15:15.106Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39252026-05-21T04:15:15.110Z Checking rand_seeder v0.4.0
39262026-05-21T04:15:15.169Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39272026-05-21T04:15:15.205Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39282026-05-21T04:15:15.256Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39292026-05-21T04:15:15.269Z Checking slog-scope v4.4.1
39302026-05-21T04:15:15.303Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39312026-05-21T04:15:15.395Z Checking slog-stdlog v4.1.1
39322026-05-21T04:15:15.411Z Compiling petname v2.0.2
39332026-05-21T04:15:15.425Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39342026-05-21T04:15:15.437Z Checking globwalk v0.9.1
39352026-05-21T04:15:15.489Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39362026-05-21T04:15:15.512Z Checking slog-envlogger v2.2.0
39372026-05-21T04:15:15.610Z Checking camino-tempfile-ext v0.3.3
39382026-05-21T04:15:15.660Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39392026-05-21T04:15:15.687Z Checking sapling-renderdag v0.1.0
39402026-05-21T04:15:15.799Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39412026-05-21T04:15:15.845Z Checking subprocess v0.2.15
39422026-05-21T04:15:15.924Z Checking sync-ptr v0.1.4
39432026-05-21T04:15:16.041Z Checking colored v2.2.0
39442026-05-21T04:15:16.057Z Checking assert_matches v1.5.0
39452026-05-21T04:15:16.121Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39462026-05-21T04:15:16.292Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39472026-05-21T04:15:16.295Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39482026-05-21T04:15:16.959Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39492026-05-21T04:15:18.280Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39502026-05-21T04:15:20.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.32s
39512026-05-21T04:15:20.697Z
39522026-05-21T04:15:20.697Zinfo: running `cargo check --bins` on omicron-repl-utils (214/277)
39532026-05-21T04:15:21.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-05-21T04:15:21.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-05-21T04:15:21.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-05-21T04:15:21.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39572026-05-21T04:15:21.298Z
39582026-05-21T04:15:21.298Zinfo: running `cargo check --bins` on transient-dns-server (215/277)
39592026-05-21T04:15:21.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-05-21T04:15:21.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-05-21T04:15:21.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-05-21T04:15:21.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39632026-05-21T04:15:21.909Z
39642026-05-21T04:15:21.909Zinfo: running `cargo check --bins` on nexus-test-interface (216/277)
39652026-05-21T04:15:22.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-05-21T04:15:22.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-05-21T04:15:22.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-05-21T04:15:22.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39692026-05-21T04:15:22.575Z
39702026-05-21T04:15:22.575Zinfo: running `cargo check --bins` on oximeter-collector (217/277)
39712026-05-21T04:15:23.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-21T04:15:23.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-21T04:15:23.313Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39742026-05-21T04:15:23.316Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39752026-05-21T04:15:23.955Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39762026-05-21T04:15:25.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
39772026-05-21T04:15:25.764Z
39782026-05-21T04:15:25.764Zinfo: running `cargo check --bins` on oximeter-api (218/277)
39792026-05-21T04:15:26.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-05-21T04:15:26.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-05-21T04:15:26.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-05-21T04:15:26.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39832026-05-21T04:15:26.387Z
39842026-05-21T04:15:26.387Zinfo: running `cargo check --bins` on cert-dev (219/277)
39852026-05-21T04:15:26.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-05-21T04:15:26.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-05-21T04:15:27.015Z Checking yasna v0.6.0
39882026-05-21T04:15:27.418Z Checking rcgen v0.14.8
39892026-05-21T04:15:27.731Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39902026-05-21T04:15:27.897Zerror[E0599]: no method named `serialize_pem` found for struct `CertifiedKey<S>` in the current scope
39912026-05-21T04:15:27.897Z --> dev-tools/cert-dev/src/main.rs:57:18
39922026-05-21T04:15:27.897Z |
39932026-05-21T04:15:27.897Z57 | cert.serialize_pem().context("serializing certificate as PEM")?;
39942026-05-21T04:15:27.897Z | ^^^^^^^^^^^^^ method not found in `CertifiedKey<KeyPair>`
39952026-05-21T04:15:27.897Z |
39962026-05-21T04:15:27.897Zhelp: one of the expressions' fields has a method of the same name
39972026-05-21T04:15:27.897Z |
39982026-05-21T04:15:27.897Z57 | cert.signing_key.serialize_pem().context("serializing certificate as PEM")?;
39992026-05-21T04:15:27.897Z | ++++++++++++
40002026-05-21T04:15:27.897Z
40012026-05-21T04:15:27.906Zerror[E0599]: no method named `serialize_private_key_pem` found for struct `CertifiedKey<S>` in the current scope
40022026-05-21T04:15:27.906Z --> dev-tools/cert-dev/src/main.rs:58:28
40032026-05-21T04:15:27.906Z |
40042026-05-21T04:15:27.906Z58 | let key_pem = cert.serialize_private_key_pem();
40052026-05-21T04:15:27.906Z | ^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `CertifiedKey<KeyPair>`
40062026-05-21T04:15:27.906Z
40072026-05-21T04:15:28.011ZFor more information about this error, try `rustc --explain E0599`.
40082026-05-21T04:15:28.038Zerror: could not compile `cert-dev` (bin "cert-dev") due to 2 previous errors
40092026-05-21T04:15:28.229Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dev-tools/cert-dev/Cargo.toml` (exit status: 101)
40102026-05-21T04:15:28.232ZError: cargo-hack install failed: exit status: 1
40112026-05-21T04:15:28.235Z
40122026-05-21T04:15:28.235Zreal 6:34.129696161
40132026-05-21T04:15:28.235Zuser 10:11.909708831
40142026-05-21T04:15:28.235Zsys 2:43.342874309
40152026-05-21T04:15:28.235Ztrap 0.201991317
40162026-05-21T04:15:28.235Ztflt 0.262822670
40172026-05-21T04:15:28.235Zdflt 0.657329105
40182026-05-21T04:15:28.235Zkflt 0.001708031
40192026-05-21T04:15:28.235Zlock 32:49.527482171
40202026-05-21T04:15:28.235Zslp 46:54.064633392
40212026-05-21T04:15:28.235Zlat 41.206580625
40222026-05-21T04:15:28.235Zstop 2:31.918197572
40232026-05-21T04:15:28.235Zprocess exited: duration 530305 ms, exit code 1
 
40242026-05-21T04:15:28.241Zfound 0 output files