01KW1XKTSQXVH3T7WEG8PFZ5TD: 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: 01KW1XMDSBCE7C0TW4HKWJANNB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T12:15:10.046Zjob assigned to worker 01KW1XMMWGP0R31KVVT3B9MRAF [factory aws, i-0b8e7941da9b1d1b1] (queued for 49 s)
 
22026-06-26T12:15:16.123Zstarting task 0: "setup"
32026-06-26T12:15:16.128Z++ uname -s
42026-06-26T12:15:16.131Z+ kern=SunOS
52026-06-26T12:15:16.131Z+ build_user=build
62026-06-26T12:15:16.131Z+ build_uid=12345
72026-06-26T12:15:16.131Z+ work_dir=/work
82026-06-26T12:15:16.131Z+ input_dir=/input
92026-06-26T12:15:16.131Z+ [[ 0 == 12345 ]]
102026-06-26T12:15:16.131Z+ case "$kern" in
112026-06-26T12:15:16.131Z+ groupadd -g 12345 build
122026-06-26T12:15:16.132Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T12:15:18.136Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T12:15:18.202Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T12:15:18.206Z+ home_fs=zfs
162026-06-26T12:15:18.206Z+ [[ zfs == autofs ]]
172026-06-26T12:15:18.206Z+ mkdir -p /home/build
182026-06-26T12:15:18.206Z+ chown build:build /home/build /work
192026-06-26T12:15:20.206Z+ chmod 0700 /home/build /work
202026-06-26T12:15:20.208Zprocess exited: duration 4085 ms, exit code 0
 
212026-06-26T12:15:20.214Zstarting task 1: "rust-toolchain"
222026-06-26T12:15:20.217Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-26T12:15:20.217Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-26T12:15:20.217Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-26T12:15:20.217Z * rust toolchain channel = "1.94.0"
262026-06-26T12:15:20.217Z * rust toolchain profile = "default"
272026-06-26T12:15:20.217Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T12:15:20.221Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T12:15:20.221Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-26T12:15:20.314Zinfo: downloading installer
312026-06-26T12:15:21.733Zwarn: It looks like you have an existing rustup settings file at:
322026-06-26T12:15:21.733Zwarn: /home/build/.rustup/settings.toml
332026-06-26T12:15:21.733Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-26T12:15:21.733Zwarn: instead of the one inferred from the default host triple.
352026-06-26T12:15:21.746Zinfo: profile set to default
362026-06-26T12:15:21.746Zinfo: default host triple is x86_64-unknown-illumos
372026-06-26T12:15:21.749Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-26T12:15:21.914Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-26T12:15:21.918Zinfo: downloading 6 components
402026-06-26T12:15:38.173Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-26T12:15:38.173Z
422026-06-26T12:15:38.201Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-26T12:15:38.201Z
442026-06-26T12:15:38.201Z
452026-06-26T12:15:38.201ZRust is installed now. Great!
462026-06-26T12:15:38.201Z
472026-06-26T12:15:38.205ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-26T12:15:38.205Zenvironment variable. This has not been done automatically.
492026-06-26T12:15:38.205Z
502026-06-26T12:15:38.205ZTo configure your current shell, you need to source
512026-06-26T12:15:38.205Zthe corresponding env file under $HOME/.cargo.
522026-06-26T12:15:38.205Z
532026-06-26T12:15:38.205ZThis is usually done by running one of the following (note the leading DOT):
542026-06-26T12:15:38.205Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-26T12:15:38.205Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-26T12:15:38.205Zsource "~/.cargo/env.nu" # For nushell
572026-06-26T12:15:38.205Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-26T12:15:38.205Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-26T12:15:38.205Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-26T12:15:38.206Zwarn: no default linker (`cc`) was found in your PATH
612026-06-26T12:15:38.206Zwarn: many Rust crates require a system C toolchain to build
622026-06-26T12:15:38.289Z+ rustup --version
632026-06-26T12:15:38.298Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-26T12:15:38.301Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-26T12:15:38.319Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-26T12:15:38.322Z+ cargo --version
672026-06-26T12:15:38.338Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-26T12:15:38.341Z+ rustc --version
692026-06-26T12:15:38.356Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-26T12:15:38.359Zprocess exited: duration 18144 ms, exit code 0
 
712026-06-26T12:15:38.365Zstarting task 2: "authentication"
722026-06-26T12:15:38.381Zprocess exited: duration 16 ms, exit code 0
 
732026-06-26T12:15:38.388Zstarting task 3: "clone repository"
742026-06-26T12:15:38.390Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-26T12:15:38.393Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-26T12:15:38.424ZCloning into '/work/oxidecomputer/omicron'...
772026-06-26T12:15:49.858Z+ cd /work/oxidecomputer/omicron
782026-06-26T12:15:49.858Z+ git fetch origin 850b377fd89407e6b8f83161ebf8158bc7a237f3
792026-06-26T12:15:50.155ZFrom https://github.com/oxidecomputer/omicron
802026-06-26T12:15:50.155Z * branch 850b377fd89407e6b8f83161ebf8158bc7a237f3 -> FETCH_HEAD
812026-06-26T12:15:50.168Z+ [[ -n nsk/bgp-config-update-endpoint ]]
822026-06-26T12:15:50.172Z++ git branch --show-current
832026-06-26T12:15:50.172Z+ current=main
842026-06-26T12:15:50.172Z+ [[ main != nsk/bgp-config-update-endpoint ]]
852026-06-26T12:15:50.172Z+ git branch -f nsk/bgp-config-update-endpoint 850b377fd89407e6b8f83161ebf8158bc7a237f3
862026-06-26T12:15:50.175Z+ git checkout -f nsk/bgp-config-update-endpoint
872026-06-26T12:15:50.255ZSwitched to branch 'nsk/bgp-config-update-endpoint'
882026-06-26T12:15:50.261Z+ git reset --hard 850b377fd89407e6b8f83161ebf8158bc7a237f3
892026-06-26T12:15:50.347ZHEAD is now at 850b377fd add bgp_config_update integration test
902026-06-26T12:15:50.350Zprocess exited: duration 11962 ms, exit code 0
 
912026-06-26T12:15:50.356Zstarting task 4: "build"
922026-06-26T12:15:50.359Z+ source .github/buildomat/ci-env.sh
932026-06-26T12:15:50.362Z++ export CARGO_TERM_COLOR=always
942026-06-26T12:15:50.362Z++ CARGO_TERM_COLOR=always
952026-06-26T12:15:50.362Z+ cargo --version
962026-06-26T12:15:50.369Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-26T12:15:50.372Z+ rustc --version
982026-06-26T12:15:50.393Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-26T12:15:50.396Z+ source ./env.sh
1002026-06-26T12:15:50.396Z++ OLD_SHELL_OPTS=ehxB
1012026-06-26T12:15:50.396Z++ set -o xtrace
1022026-06-26T12:15:50.396Z++++ dirname ./env.sh
1032026-06-26T12:15:50.399Z+++ readlink -f .
1042026-06-26T12:15:50.402Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-26T12:15:50.402Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-26T12:15:50.402Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-26T12:15:50.402Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-26T12:15:50.403Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-06-26T12:15:50.403Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-06-26T12:15:50.403Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-06-26T12:15:50.403Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-06-26T12:15:50.403Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-06-26T12:15:50.403Z++ case $OLD_SHELL_OPTS in
1142026-06-26T12:15:50.403Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-06-26T12:15:50.403Z+ 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-06-26T12:15:50.403Z+ 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-06-26T12:15:50.403Z+ banner prerequisites
1182026-06-26T12:15:50.403Z
1192026-06-26T12:15:50.403Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-26T12:15:50.403Z # # # # # # # # # # # # # # #
1212026-06-26T12:15:50.403Z # # # # ##### # # ##### # # # # # #### #
1222026-06-26T12:15:50.403Z ##### ##### # ##### # # # # # # # # #
1232026-06-26T12:15:50.403Z # # # # # # # # # # # # # # #
1242026-06-26T12:15:50.403Z # # # ###### # # ###### ### # #### # #### #
1252026-06-26T12:15:50.403Z
1262026-06-26T12:15:50.403Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-26T12:15:51.911Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-26T12:15:52.022Z Startup: Caching catalogs ... Done
1292026-06-26T12:15:52.507ZPlanning: Solver setup ... Done (0.439s)
1302026-06-26T12:15:52.532ZPlanning: Running solver ... Done (0.025s)
1312026-06-26T12:15:52.544ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-26T12:15:52.553ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-26T12:15:52.568ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-26T12:15:52.581ZPlanning: Package planning ... Done (0.013s)
1352026-06-26T12:15:52.584ZPlanning: Merging actions ... Done (0.001s)
1362026-06-26T12:15:52.748ZPlanning: Checking for conflicting actions ... Done (0.164s)
1372026-06-26T12:15:52.750ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-26T12:15:53.554ZPlanning: Evaluating mediators ... Done (0.805s)
1392026-06-26T12:15:53.557ZPlanning: Planning completed in 1.51 seconds
1402026-06-26T12:15:53.563Z Packages to install: 2
1412026-06-26T12:15:53.565Z Estimated space available: 156.08 GB
1422026-06-26T12:15:53.565ZEstimated space to be consumed: 30.96 MB
1432026-06-26T12:15:53.565Z Create boot environment: No
1442026-06-26T12:15:53.566ZCreate backup boot environment: No
1452026-06-26T12:15:53.566Z Rebuild boot archive: No
1462026-06-26T12:15:53.566Z
1472026-06-26T12:15:53.566ZChanged packages:
1482026-06-26T12:15:53.566Zhelios
1492026-06-26T12:15:53.566Z developer/build-essential
1502026-06-26T12:15:53.566Z None -> 11-3.0
1512026-06-26T12:15:53.566Z library/libxmlsec1
1522026-06-26T12:15:53.566Z None -> 1.2.35-3.0
1532026-06-26T12:15:53.587Z
1542026-06-26T12:15:53.587ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-26T12:15:55.000ZDownload: Completed 1.28 MB in 1.41 seconds (928k/s)
1562026-06-26T12:15:55.055Z Actions: 1/268 actions (Installing new actions)
1572026-06-26T12:15:55.093Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-26T12:15:55.104ZFinalize: Updating package state database ... Done (0.010s)
1592026-06-26T12:15:55.104ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-26T12:15:55.134ZFinalize: Updating image state ... Done (0.030s)
1612026-06-26T12:15:57.547ZFinalize: Creating fast lookup database ... Done (2.386s)
1622026-06-26T12:15:57.621ZFinalize: Reading search index ... Done (0.012s)
1632026-06-26T12:15:57.624ZFinalize: Updating search index ... Done (0.000s)
1642026-06-26T12:15:57.712ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-26T12:15:58.036ZPlanning: Evaluating mediator changes ... Done
1662026-06-26T12:15:58.142ZPlanning: Checking for conflicting actions ... Done
1672026-06-26T12:15:58.145ZPlanning: Consolidating action changes ... Done
1682026-06-26T12:15:58.301ZPlanning: Evaluating mediators ... Done
1692026-06-26T12:15:58.304ZPlanning: Planning completed in 0.27 seconds
1702026-06-26T12:15:58.324Z Mediators to change: 2
1712026-06-26T12:15:58.324Z Create boot environment: No
1722026-06-26T12:15:58.326ZCreate backup boot environment: No
1732026-06-26T12:15:58.369ZFinalize: Updating package state database ... Done
1742026-06-26T12:15:58.369ZFinalize: Updating package cache ... Done
1752026-06-26T12:15:58.385ZFinalize: Updating image state ... Done
1762026-06-26T12:16:00.353ZFinalize: Creating fast lookup database ... Done
1772026-06-26T12:16:00.417ZFinalize: Reading search index ... Done
1782026-06-26T12:16:00.420ZFinalize: Updating search index ... Done
1792026-06-26T12:16:00.475ZFinalize: Updating package cache ... Done
1802026-06-26T12:16:00.762ZPlanning: Evaluating mediator changes ... Done
1812026-06-26T12:16:00.868ZPlanning: Checking for conflicting actions ... Done
1822026-06-26T12:16:00.871ZPlanning: Consolidating action changes ... Done
1832026-06-26T12:16:01.027ZPlanning: Evaluating mediators ... Done
1842026-06-26T12:16:01.030ZPlanning: Planning completed in 0.27 seconds
1852026-06-26T12:16:01.050Z Mediators to change: 1
1862026-06-26T12:16:01.050Z Create boot environment: No
1872026-06-26T12:16:01.050ZCreate backup boot environment: No
1882026-06-26T12:16:01.097ZFinalize: Updating package state database ... Done
1892026-06-26T12:16:01.097ZFinalize: Updating package cache ... Done
1902026-06-26T12:16:01.113ZFinalize: Updating image state ... Done
1912026-06-26T12:16:03.075ZFinalize: Creating fast lookup database ... Done
1922026-06-26T12:16:03.135ZFinalize: Reading search index ... Done
1932026-06-26T12:16:03.140ZFinalize: Updating search index ... Done
1942026-06-26T12:16:03.221ZFinalize: Updating package cache ... Done
1952026-06-26T12:16:03.537ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-26T12:16:03.537Zapache system 2.4 system
1972026-06-26T12:16:03.537Zclang system 15 system
1982026-06-26T12:16:03.538Zcsh system system illumos
1992026-06-26T12:16:03.538Zctags system system illumos
2002026-06-26T12:16:03.538Zfile vendor vendor darwinsys
2012026-06-26T12:16:03.538Zfile system system illumos
2022026-06-26T12:16:03.538Zgcc vendor 14 vendor
2032026-06-26T12:16:03.538Zgcc system 13 system
2042026-06-26T12:16:03.538Zgcc system 10 system
2052026-06-26T12:16:03.538Zgo system 1.25 system
2062026-06-26T12:16:03.538Zllvm system 15 system
2072026-06-26T12:16:03.538Zmariadb system 11.4 system
2082026-06-26T12:16:03.538Zmta vendor vendor dma
2092026-06-26T12:16:03.538Zopenjdk system 17 system
2102026-06-26T12:16:03.538Zopenjdk system 11 system
2112026-06-26T12:16:03.538Zopenssl vendor 3 vendor
2122026-06-26T12:16:03.538Zperl system 5.40 system
2132026-06-26T12:16:03.538Zpostgresql system 18 system
2142026-06-26T12:16:03.538Zpostgresql system 17 system
2152026-06-26T12:16:03.538Zpython vendor 3 vendor
2162026-06-26T12:16:03.538Zpython system 2 system
2172026-06-26T12:16:03.538Zpython3 vendor 3.13 vendor
2182026-06-26T12:16:03.538Zruby system 3.4 system
2192026-06-26T12:16:03.538Zruby system 3.0 system
2202026-06-26T12:16:03.538Zwords vendor vendor american-english
2212026-06-26T12:16:03.538Zwords system system australian-english
2222026-06-26T12:16:03.538Zwords system system british-english
2232026-06-26T12:16:03.538Zwords system system canadian-english
2242026-06-26T12:16:03.538Zwords system system french
2252026-06-26T12:16:03.538Zwords system system italian
2262026-06-26T12:16:03.538Zwords system system ngerman
2272026-06-26T12:16:03.538Zwords system system ogerman
2282026-06-26T12:16:03.538Zwords system system spanish
2292026-06-26T12:16:03.795ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-26T12:16:03.795Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-26T12:16:04.104ZFMRI IFO
2322026-06-26T12:16:04.104Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-26T12:16:04.104Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-26T12:16:04.104Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-26T12:16:04.104Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-26T12:16:04.104Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-26T12:16:04.104Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-26T12:16:04.104Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-26T12:16:04.104Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-26T12:16:04.104Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-26T12:16:04.360Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-26T12:16:04.626Z Updating crates.io index
2432026-06-26T12:16:04.629Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-26T12:16:04.911Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-26T12:16:05.757Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-26T12:16:06.206Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-26T12:16:07.480Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-26T12:16:08.026Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-26T12:16:09.799Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-26T12:16:10.737Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-26T12:16:10.994Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-26T12:16:12.280Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-26T12:16:12.569Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-26T12:16:13.105Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-26T12:16:13.437Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-26T12:16:14.046Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-26T12:16:14.535Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-26T12:16:14.931Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-26T12:16:15.269Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-26T12:16:15.739Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-26T12:16:16.115Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-26T12:16:16.377Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-26T12:16:16.631Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-26T12:16:16.900Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-26T12:16:17.283Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-26T12:16:17.854Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-26T12:16:18.096Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-26T12:16:18.494Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-26T12:16:18.958Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-26T12:16:19.294Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-26T12:16:19.578Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-26T12:16:20.625Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-26T12:16:21.575Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-06-26T12:16:21.963Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-26T12:16:22.252Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-26T12:16:22.745Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-26T12:16:23.046Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-26T12:16:23.408Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-26T12:16:23.742Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-26T12:16:24.200Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-26T12:16:24.464Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-26T12:16:24.826Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-06-26T12:16:25.164Z Updating git repository `https://github.com/oxidecomputer/omicron`
2842026-06-26T12:16:36.735Z Downloading crates ...
2852026-06-26T12:16:36.810Z Downloaded byteorder v1.5.0
2862026-06-26T12:16:36.817Z Downloaded displaydoc v0.2.5
2872026-06-26T12:16:36.820Z Downloaded crypto-common v0.1.7
2882026-06-26T12:16:36.820Z Downloaded cargo-platform v0.2.0
2892026-06-26T12:16:36.825Z Downloaded percent-encoding v2.3.2
2902026-06-26T12:16:36.828Z Downloaded itoa v1.0.17
2912026-06-26T12:16:36.831Z Downloaded unicode-ident v1.0.24
2922026-06-26T12:16:36.831Z Downloaded utf8_iter v1.0.4
2932026-06-26T12:16:36.834Z Downloaded cpufeatures v0.2.17
2942026-06-26T12:16:36.834Z Downloaded clap_derive v4.6.1
2952026-06-26T12:16:36.837Z Downloaded fnv v1.0.7
2962026-06-26T12:16:36.837Z Downloaded anstyle-query v1.1.5
2972026-06-26T12:16:36.840Z Downloaded pretty-hex v0.4.1
2982026-06-26T12:16:36.840Z Downloaded heck v0.5.0
2992026-06-26T12:16:36.840Z Downloaded cfg-if v1.0.4
3002026-06-26T12:16:36.843Z Downloaded potential_utf v0.1.4
3012026-06-26T12:16:36.847Z Downloaded usdt-macro v0.5.0
3022026-06-26T12:16:36.850Z Downloaded heck v0.4.1
3032026-06-26T12:16:36.850Z Downloaded zerofrom-derive v0.1.6
3042026-06-26T12:16:36.850Z Downloaded typeid v1.0.3
3052026-06-26T12:16:36.850Z Downloaded zerofrom v0.1.6
3062026-06-26T12:16:36.853Z Downloaded utf8parse v0.2.2
3072026-06-26T12:16:36.853Z Downloaded unicode-xid v0.2.6
3082026-06-26T12:16:36.853Z Downloaded toml_datetime v0.6.11
3092026-06-26T12:16:36.853Z Downloaded stable_deref_trait v1.2.1
3102026-06-26T12:16:36.853Z Downloaded colorchoice v1.0.4
3112026-06-26T12:16:36.856Z Downloaded ordered-float v2.10.1
3122026-06-26T12:16:36.856Z Downloaded writeable v0.6.2
3132026-06-26T12:16:36.859Z Downloaded toml_write v0.1.2
3142026-06-26T12:16:36.859Z Downloaded toml_edit v0.22.27
3152026-06-26T12:16:36.862Z Downloaded yoke-derive v0.8.1
3162026-06-26T12:16:36.862Z Downloaded unicode-linebreak v0.1.5
3172026-06-26T12:16:36.862Z Downloaded idna_adapter v1.2.1
3182026-06-26T12:16:36.865Z Downloaded equivalent v1.0.2
3192026-06-26T12:16:36.868Z Downloaded version_check v0.9.5
3202026-06-26T12:16:36.868Z Downloaded generic-array v0.14.7
3212026-06-26T12:16:36.868Z Downloaded form_urlencoded v1.2.2
3222026-06-26T12:16:36.872Z Downloaded usdt-attr-macro v0.5.0
3232026-06-26T12:16:36.875Z Downloaded strsim v0.11.1
3242026-06-26T12:16:36.879Z Downloaded thread-id v4.2.2
3252026-06-26T12:16:36.881Z Downloaded thiserror v1.0.69
3262026-06-26T12:16:36.884Z Downloaded tinystr v0.8.2
3272026-06-26T12:16:36.884Z Downloaded zerovec-derive v0.11.2
3282026-06-26T12:16:36.884Z Downloaded terminal_size v0.4.3
3292026-06-26T12:16:36.884Z Downloaded serde-value v0.7.0
3302026-06-26T12:16:36.889Z Downloaded yoke v0.8.1
3312026-06-26T12:16:36.892Z Downloaded dtrace-parser v0.2.0
3322026-06-26T12:16:36.892Z Downloaded usdt-impl v0.5.0
3332026-06-26T12:16:36.892Z Downloaded usdt v0.5.0
3342026-06-26T12:16:36.894Z Downloaded memmap v0.7.0
3352026-06-26T12:16:36.894Z Downloaded proc-macro-error-attr v1.0.4
3362026-06-26T12:16:36.894Z Downloaded fastrand v2.3.0
3372026-06-26T12:16:36.897Z Downloaded zmij v1.0.21
3382026-06-26T12:16:36.897Z Downloaded thiserror v2.0.18
3392026-06-26T12:16:36.901Z Downloaded digest v0.10.7
3402026-06-26T12:16:36.904Z Downloaded autocfg v1.5.0
3412026-06-26T12:16:36.904Z Downloaded is_terminal_polyfill v1.70.2
3422026-06-26T12:16:36.904Z Downloaded zerocopy-derive v0.7.35
3432026-06-26T12:16:36.907Z Downloaded ucd-trie v0.1.7
3442026-06-26T12:16:36.908Z Downloaded toml v0.8.23
3452026-06-26T12:16:36.910Z Downloaded thiserror-impl v1.0.69
3462026-06-26T12:16:36.910Z Downloaded thiserror-impl v2.0.18
3472026-06-26T12:16:36.910Z Downloaded errno v0.3.14
3482026-06-26T12:16:36.913Z Downloaded anstream v1.0.0
3492026-06-26T12:16:36.913Z Downloaded smawk v0.3.2
3502026-06-26T12:16:36.916Z Downloaded textwrap v0.16.2
3512026-06-26T12:16:36.919Z Downloaded tabled_derive v0.7.0
3522026-06-26T12:16:36.919Z Downloaded scroll_derive v0.12.1
3532026-06-26T12:16:36.925Z Downloaded block-buffer v0.10.4
3542026-06-26T12:16:36.929Z Downloaded swrite v0.1.0
3552026-06-26T12:16:36.929Z Downloaded zerotrie v0.2.3
3562026-06-26T12:16:36.934Z Downloaded serde_spanned v0.6.9
3572026-06-26T12:16:36.938Z Downloaded macaddr v1.0.1
3582026-06-26T12:16:36.938Z Downloaded url v2.5.8
3592026-06-26T12:16:36.941Z Downloaded typenum v1.19.0
3602026-06-26T12:16:36.941Z Downloaded clap_lex v1.0.0
3612026-06-26T12:16:36.944Z Downloaded anstyle-parse v1.0.0
3622026-06-26T12:16:36.944Z Downloaded dof v0.3.0
3632026-06-26T12:16:36.948Z Downloaded cargo_metadata v0.21.0
3642026-06-26T12:16:36.953Z Downloaded quote v1.0.45
3652026-06-26T12:16:36.967Z Downloaded plain v0.2.3
3662026-06-26T12:16:36.970Z Downloaded zerovec v0.11.5
3672026-06-26T12:16:36.973Z Downloaded winnow v0.7.14
3682026-06-26T12:16:36.977Z Downloaded zerocopy v0.7.35
3692026-06-26T12:16:36.986Z Downloaded serde-untagged v0.1.9
3702026-06-26T12:16:36.989Z Downloaded cargo_toml v0.21.0
3712026-06-26T12:16:36.989Z Downloaded serde_tokenstream v0.2.3
3722026-06-26T12:16:36.989Z Downloaded pest_generator v2.8.6
3732026-06-26T12:16:36.992Z Downloaded unicode-width v0.2.0
3742026-06-26T12:16:36.992Z Downloaded unicode-width v0.1.14
3752026-06-26T12:16:36.995Z Downloaded synstructure v0.13.2
3762026-06-26T12:16:36.998Z Downloaded scroll v0.12.0
3772026-06-26T12:16:36.998Z Downloaded erased-serde v0.4.9
3782026-06-26T12:16:36.998Z Downloaded bytecount v0.6.9
3792026-06-26T12:16:37.001Z Downloaded anstyle v1.0.14
3802026-06-26T12:16:37.007Z Downloaded once_cell v1.21.3
3812026-06-26T12:16:37.016Z Downloaded semver v1.0.28
3822026-06-26T12:16:37.019Z Downloaded camino v1.2.2
3832026-06-26T12:16:37.027Z Downloaded proc-macro-error v1.0.4
3842026-06-26T12:16:37.030Z Downloaded camino-tempfile v1.4.1
3852026-06-26T12:16:37.033Z Downloaded bitflags v2.11.0
3862026-06-26T12:16:37.036Z Downloaded litemap v0.8.1
3872026-06-26T12:16:37.039Z Downloaded fs-err v3.3.0
3882026-06-26T12:16:37.039Z Downloaded cargo-util-schemas v0.8.2
3892026-06-26T12:16:37.042Z Downloaded anyhow v1.0.102
3902026-06-26T12:16:37.045Z Downloaded sha2 v0.10.9
3912026-06-26T12:16:37.048Z Downloaded smallvec v1.15.1
3922026-06-26T12:16:37.059Z Downloaded clap v4.6.1
3932026-06-26T12:16:37.064Z Downloaded serde_derive v1.0.228
3942026-06-26T12:16:37.067Z Downloaded pest_derive v2.8.6
3952026-06-26T12:16:37.067Z Downloaded num-traits v0.2.19
3962026-06-26T12:16:37.078Z Downloaded proc-macro2 v1.0.106
3972026-06-26T12:16:37.082Z Downloaded serde_core v1.0.228
3982026-06-26T12:16:37.087Z Downloaded log v0.4.29
3992026-06-26T12:16:37.092Z Downloaded tempfile v3.25.0
4002026-06-26T12:16:37.095Z Downloaded papergrid v0.11.0
4012026-06-26T12:16:37.101Z Downloaded getrandom v0.4.1
4022026-06-26T12:16:37.105Z Downloaded icu_provider v2.1.1
4032026-06-26T12:16:37.108Z Downloaded icu_normalizer_data v2.1.1
4042026-06-26T12:16:37.108Z Downloaded icu_normalizer v2.1.1
4052026-06-26T12:16:37.114Z Downloaded icu_locale_core v2.1.1
4062026-06-26T12:16:37.118Z Downloaded icu_properties v2.1.2
4072026-06-26T12:16:37.128Z Downloaded memchr v2.8.0
4082026-06-26T12:16:37.133Z Downloaded pest_meta v2.8.6
4092026-06-26T12:16:37.142Z Downloaded serde v1.0.228
4102026-06-26T12:16:37.156Z Downloaded icu_collections v2.1.1
4112026-06-26T12:16:37.161Z Downloaded indexmap v2.14.0
4122026-06-26T12:16:37.193Z Downloaded pest v2.8.6
4132026-06-26T12:16:37.210Z Downloaded idna v1.1.0
4142026-06-26T12:16:37.215Z Downloaded serde_json v1.0.149
4152026-06-26T12:16:37.219Z Downloaded icu_properties_data v2.1.2
4162026-06-26T12:16:37.224Z Downloaded hashbrown v0.17.0
4172026-06-26T12:16:37.228Z Downloaded clap_builder v4.6.0
4182026-06-26T12:16:37.235Z Downloaded goblin v0.8.2
4192026-06-26T12:16:37.247Z Downloaded tabled v0.15.0
4202026-06-26T12:16:37.265Z Downloaded syn v1.0.109
4212026-06-26T12:16:37.276Z Downloaded syn v2.0.117
4222026-06-26T12:16:37.295Z Downloaded rustix v1.1.3
4232026-06-26T12:16:37.332Z Downloaded libc v0.2.185
4242026-06-26T12:16:37.399Z Compiling proc-macro2 v1.0.106
4252026-06-26T12:16:37.399Z Compiling unicode-ident v1.0.24
4262026-06-26T12:16:37.402Z Compiling quote v1.0.45
4272026-06-26T12:16:37.402Z Compiling serde_core v1.0.228
4282026-06-26T12:16:37.402Z Compiling libc v0.2.185
4292026-06-26T12:16:37.402Z Compiling version_check v0.9.5
4302026-06-26T12:16:37.402Z Compiling serde v1.0.228
4312026-06-26T12:16:37.402Z Compiling stable_deref_trait v1.2.1
4322026-06-26T12:16:37.727Z Compiling memchr v2.8.0
4332026-06-26T12:16:37.744Z Compiling zmij v1.0.21
4342026-06-26T12:16:37.992Z Compiling autocfg v1.5.0
4352026-06-26T12:16:38.027Z Compiling ucd-trie v0.1.7
4362026-06-26T12:16:38.318Z Compiling thiserror v1.0.69
4372026-06-26T12:16:38.334Z Compiling itoa v1.0.17
4382026-06-26T12:16:38.425Z Compiling pest v2.8.6
4392026-06-26T12:16:38.441Z Compiling writeable v0.6.2
4402026-06-26T12:16:38.458Z Compiling litemap v0.8.1
4412026-06-26T12:16:38.518Z Compiling rustix v1.1.3
4422026-06-26T12:16:38.642Z Compiling icu_normalizer_data v2.1.1
4432026-06-26T12:16:38.660Z Compiling icu_properties_data v2.1.2
4442026-06-26T12:16:38.830Z Compiling byteorder v1.5.0
4452026-06-26T12:16:38.994Z Compiling syn v2.0.117
4462026-06-26T12:16:39.092Z Compiling errno v0.3.14
4472026-06-26T12:16:39.107Z Compiling serde_json v1.0.149
4482026-06-26T12:16:39.123Z Compiling bitflags v2.11.0
4492026-06-26T12:16:39.336Z Compiling num-traits v0.2.19
4502026-06-26T12:16:39.354Z Compiling typeid v1.0.3
4512026-06-26T12:16:39.390Z Compiling smallvec v1.15.1
4522026-06-26T12:16:39.578Z Compiling pest_meta v2.8.6
4532026-06-26T12:16:39.631Z Compiling equivalent v1.0.2
4542026-06-26T12:16:39.723Z Compiling hashbrown v0.17.0
4552026-06-26T12:16:39.958Z Compiling thread-id v4.2.2
4562026-06-26T12:16:39.975Z Compiling usdt-impl v0.5.0
4572026-06-26T12:16:39.991Z Compiling proc-macro-error-attr v1.0.4
4582026-06-26T12:16:40.044Z Compiling syn v1.0.109
4592026-06-26T12:16:40.170Z Compiling winnow v0.7.14
4602026-06-26T12:16:40.188Z Compiling toml_write v0.1.2
4612026-06-26T12:16:40.354Z Compiling indexmap v2.14.0
4622026-06-26T12:16:40.376Z Compiling erased-serde v0.4.9
4632026-06-26T12:16:40.811Z Compiling proc-macro-error v1.0.4
4642026-06-26T12:16:41.010Z Compiling utf8parse v0.2.2
4652026-06-26T12:16:41.030Z Compiling log v0.4.29
4662026-06-26T12:16:41.113Z Compiling camino v1.2.2
4672026-06-26T12:16:41.163Z Compiling getrandom v0.4.1
4682026-06-26T12:16:41.211Z Compiling utf8_iter v1.0.4
4692026-06-26T12:16:41.227Z Compiling plain v0.2.3
4702026-06-26T12:16:41.325Z Compiling percent-encoding v2.3.2
4712026-06-26T12:16:41.343Z Compiling thiserror v2.0.18
4722026-06-26T12:16:41.379Z Compiling anstyle-parse v1.0.0
4732026-06-26T12:16:41.495Z Compiling form_urlencoded v1.2.2
4742026-06-26T12:16:41.533Z Compiling ordered-float v2.10.1
4752026-06-26T12:16:41.634Z Compiling synstructure v0.13.2
4762026-06-26T12:16:41.664Z Compiling pest_generator v2.8.6
4772026-06-26T12:16:41.803Z Compiling terminal_size v0.4.3
4782026-06-26T12:16:41.907Z Compiling anstyle-query v1.1.5
4792026-06-26T12:16:41.948Z Compiling anstyle v1.0.14
4802026-06-26T12:16:42.000Z Compiling cfg-if v1.0.4
4812026-06-26T12:16:42.023Z Compiling is_terminal_polyfill v1.70.2
4822026-06-26T12:16:42.074Z Compiling pretty-hex v0.4.1
4832026-06-26T12:16:42.090Z Compiling colorchoice v1.0.4
4842026-06-26T12:16:42.207Z Compiling anstream v1.0.0
4852026-06-26T12:16:42.210Z Compiling serde-untagged v0.1.9
4862026-06-26T12:16:42.243Z Compiling semver v1.0.28
4872026-06-26T12:16:42.366Z Compiling fs-err v3.3.0
4882026-06-26T12:16:42.469Z Compiling strsim v0.11.1
4892026-06-26T12:16:42.515Z Compiling unicode-width v0.1.14
4902026-06-26T12:16:42.553Z Compiling unicode-xid v0.2.6
4912026-06-26T12:16:42.582Z Compiling fnv v1.0.7
4922026-06-26T12:16:42.623Z Compiling anyhow v1.0.102
4932026-06-26T12:16:42.678Z Compiling heck v0.4.1
4942026-06-26T12:16:42.695Z Compiling once_cell v1.21.3
4952026-06-26T12:16:42.820Z Compiling clap_lex v1.0.0
4962026-06-26T12:16:42.910Z Compiling bytecount v0.6.9
4972026-06-26T12:16:42.927Z Compiling heck v0.5.0
4982026-06-26T12:16:42.945Z Compiling fastrand v2.3.0
4992026-06-26T12:16:43.048Z Compiling papergrid v0.11.0
5002026-06-26T12:16:43.053Z Compiling clap_builder v4.6.0
5012026-06-26T12:16:43.222Z Compiling tempfile v3.25.0
5022026-06-26T12:16:43.373Z Compiling serde_derive v1.0.228
5032026-06-26T12:16:43.391Z Compiling zerofrom-derive v0.1.6
5042026-06-26T12:16:43.407Z Compiling yoke-derive v0.8.1
5052026-06-26T12:16:43.606Z Compiling zerovec-derive v0.11.2
5062026-06-26T12:16:43.785Z Compiling displaydoc v0.2.5
5072026-06-26T12:16:44.501Z Compiling thiserror-impl v1.0.69
5082026-06-26T12:16:44.543Z Compiling zerocopy-derive v0.7.35
5092026-06-26T12:16:44.578Z Compiling pest_derive v2.8.6
5102026-06-26T12:16:44.737Z Compiling scroll_derive v0.12.1
5112026-06-26T12:16:44.817Z Compiling zerofrom v0.1.6
5122026-06-26T12:16:44.957Z Compiling yoke v0.8.1
5132026-06-26T12:16:45.003Z Compiling thiserror-impl v2.0.18
5142026-06-26T12:16:45.152Z Compiling zerovec v0.11.5
5152026-06-26T12:16:45.409Z Compiling zerotrie v0.2.3
5162026-06-26T12:16:45.412Z Compiling zerocopy v0.7.35
5172026-06-26T12:16:45.665Z Compiling tinystr v0.8.2
5182026-06-26T12:16:45.717Z Compiling potential_utf v0.1.4
5192026-06-26T12:16:45.874Z Compiling icu_locale_core v2.1.1
5202026-06-26T12:16:45.893Z Compiling icu_collections v2.1.1
5212026-06-26T12:16:45.896Z Compiling dtrace-parser v0.2.0
5222026-06-26T12:16:45.989Z Compiling scroll v0.12.0
5232026-06-26T12:16:46.168Z Compiling tabled_derive v0.7.0
5242026-06-26T12:16:46.267Z Compiling goblin v0.8.2
5252026-06-26T12:16:46.331Z Compiling clap_derive v4.6.1
5262026-06-26T12:16:46.477Z Compiling memmap v0.7.0
5272026-06-26T12:16:46.662Z Compiling icu_provider v2.1.1
5282026-06-26T12:16:46.680Z Compiling unicode-linebreak v0.1.5
5292026-06-26T12:16:46.763Z Compiling smawk v0.3.2
5302026-06-26T12:16:46.897Z Compiling icu_normalizer v2.1.1
5312026-06-26T12:16:46.913Z Compiling icu_properties v2.1.2
5322026-06-26T12:16:46.929Z Compiling serde_spanned v0.6.9
5332026-06-26T12:16:46.932Z Compiling toml_datetime v0.6.11
5342026-06-26T12:16:46.969Z Compiling dof v0.3.0
5352026-06-26T12:16:47.082Z Compiling serde_tokenstream v0.2.3
5362026-06-26T12:16:47.110Z Compiling serde-value v0.7.0
5372026-06-26T12:16:47.224Z Compiling toml_edit v0.22.27
5382026-06-26T12:16:47.418Z Compiling cargo-platform v0.2.0
5392026-06-26T12:16:47.452Z Compiling unicode-width v0.2.0
5402026-06-26T12:16:47.483Z Compiling tabled v0.15.0
5412026-06-26T12:16:47.689Z Compiling textwrap v0.16.2
5422026-06-26T12:16:47.735Z Compiling macaddr v1.0.1
5432026-06-26T12:16:47.966Z Compiling idna_adapter v1.2.1
5442026-06-26T12:16:47.997Z Compiling usdt-attr-macro v0.5.0
5452026-06-26T12:16:48.053Z Compiling usdt-macro v0.5.0
5462026-06-26T12:16:48.106Z Compiling idna v1.1.0
5472026-06-26T12:16:48.124Z Compiling clap v4.6.1
5482026-06-26T12:16:48.168Z Compiling camino-tempfile v1.4.1
5492026-06-26T12:16:48.536Z Compiling url v2.5.8
5502026-06-26T12:16:48.711Z Compiling toml v0.8.23
5512026-06-26T12:16:48.836Z Compiling swrite v0.1.0
5522026-06-26T12:16:48.857Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-06-26T12:16:49.122Z Compiling cargo-util-schemas v0.8.2
5542026-06-26T12:16:49.284Z Compiling cargo_toml v0.21.0
5552026-06-26T12:16:49.579Z Compiling usdt v0.5.0
5562026-06-26T12:16:50.058Z Compiling cargo_metadata v0.21.0
5572026-06-26T12:16:51.016Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-06-26T12:16:53.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.88s
5592026-06-26T12:16:53.337Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5602026-06-26T12:16:53.919Z Downloading crates ...
5612026-06-26T12:16:54.006Z Downloaded adler2 v2.0.1
5622026-06-26T12:16:54.023Z Downloaded bzip2 v0.6.1
5632026-06-26T12:16:54.029Z Downloaded chacha20 v0.9.1
5642026-06-26T12:16:54.031Z Downloaded block-padding v0.3.3
5652026-06-26T12:16:54.031Z Downloaded crc-any v2.5.0
5662026-06-26T12:16:54.034Z Downloaded cfg_aliases v0.2.1
5672026-06-26T12:16:54.037Z Downloaded base16ct v0.2.0
5682026-06-26T12:16:54.037Z Downloaded ciborium-ll v0.2.2
5692026-06-26T12:16:54.040Z Downloaded crucible-workspace-hack v0.1.0
5702026-06-26T12:16:54.040Z Downloaded csv-core v0.1.13
5712026-06-26T12:16:54.043Z Downloaded castaway v0.2.4
5722026-06-26T12:16:54.043Z Downloaded cstr-argument v0.1.2
5732026-06-26T12:16:54.043Z Downloaded crunchy v0.2.4
5742026-06-26T12:16:54.046Z Downloaded atomicwrites v0.4.4
5752026-06-26T12:16:54.046Z Downloaded ascii-canvas v3.0.0
5762026-06-26T12:16:54.046Z Downloaded crc8 v0.1.1
5772026-06-26T12:16:54.049Z Downloaded critical-section v1.2.0
5782026-06-26T12:16:54.049Z Downloaded crc32fast v1.5.0
5792026-06-26T12:16:54.052Z Downloaded bzip2 v0.4.4
5802026-06-26T12:16:54.052Z Downloaded bcrypt-pbkdf v0.10.0
5812026-06-26T12:16:54.052Z Downloaded async-recursion v1.1.1
5822026-06-26T12:16:54.055Z Downloaded compression-core v0.4.31
5832026-06-26T12:16:54.055Z Downloaded arrayref v0.3.9
5842026-06-26T12:16:54.058Z Downloaded aead v0.5.2
5852026-06-26T12:16:54.061Z Downloaded downcast-rs v2.0.2
5862026-06-26T12:16:54.064Z Downloaded difflib v0.4.0
5872026-06-26T12:16:54.064Z Downloaded cobs v0.3.0
5882026-06-26T12:16:54.067Z Downloaded cargo-platform v0.3.2
5892026-06-26T12:16:54.070Z Downloaded curve25519-dalek-derive v0.1.1
5902026-06-26T12:16:54.070Z Downloaded fd-lock v4.0.4
5912026-06-26T12:16:54.073Z Downloaded atomic-waker v1.1.2
5922026-06-26T12:16:54.073Z Downloaded diesel_table_macro_syntax v0.3.0
5932026-06-26T12:16:54.076Z Downloaded embedded-io v0.4.0
5942026-06-26T12:16:54.079Z Downloaded dyn-clone v1.0.20
5952026-06-26T12:16:54.079Z Downloaded async-stream v0.3.6
5962026-06-26T12:16:54.082Z Downloaded darling_macro v0.20.11
5972026-06-26T12:16:54.082Z Downloaded crypto-bigint v0.5.5
5982026-06-26T12:16:54.085Z Downloaded dropshot-api-manager-types v0.7.2
5992026-06-26T12:16:54.088Z Downloaded dirs-sys-next v0.1.2
6002026-06-26T12:16:54.088Z Downloaded cfg_aliases v0.1.1
6012026-06-26T12:16:54.089Z Downloaded convert_case v0.4.0
6022026-06-26T12:16:54.092Z Downloaded bitfield-macros v0.19.4
6032026-06-26T12:16:54.092Z Downloaded async-stream-impl v0.3.6
6042026-06-26T12:16:54.092Z Downloaded endian-type v0.1.2
6052026-06-26T12:16:54.092Z Downloaded float-ord v0.3.2
6062026-06-26T12:16:54.092Z Downloaded env_filter v1.0.0
6072026-06-26T12:16:54.095Z Downloaded display-error-chain v0.2.2
6082026-06-26T12:16:54.095Z Downloaded bit-set v0.5.3
6092026-06-26T12:16:54.095Z Downloaded dsl_auto_type v0.2.0
6102026-06-26T12:16:54.095Z Downloaded dtrace-parser v0.3.0
6112026-06-26T12:16:54.098Z Downloaded dirs-next v2.0.0
6122026-06-26T12:16:54.098Z Downloaded dof v0.4.0
6132026-06-26T12:16:54.098Z Downloaded document-features v0.2.12
6142026-06-26T12:16:54.102Z Downloaded darling_macro v0.21.3
6152026-06-26T12:16:54.102Z Downloaded fixedbitset v0.4.2
6162026-06-26T12:16:54.102Z Downloaded embedded-io v0.6.1
6172026-06-26T12:16:54.102Z Downloaded dunce v1.0.5
6182026-06-26T12:16:54.105Z Downloaded darling_macro v0.13.4
6192026-06-26T12:16:54.105Z Downloaded atty v0.2.14
6202026-06-26T12:16:54.105Z Downloaded flagset v0.4.7
6212026-06-26T12:16:54.108Z Downloaded fallible-iterator v0.2.0
6222026-06-26T12:16:54.108Z Downloaded crc-catalog v2.4.0
6232026-06-26T12:16:54.108Z Downloaded crc v3.4.0
6242026-06-26T12:16:54.111Z Downloaded cpufeatures v0.3.0
6252026-06-26T12:16:54.111Z Downloaded assert_matches v1.5.0
6262026-06-26T12:16:54.111Z Downloaded ecdsa v0.16.9
6272026-06-26T12:16:54.114Z Downloaded erased-serde v0.3.31
6282026-06-26T12:16:54.115Z Downloaded float-cmp v0.10.0
6292026-06-26T12:16:54.117Z Downloaded ciborium-io v0.2.2
6302026-06-26T12:16:54.117Z Downloaded bitfield-struct v0.6.2
6312026-06-26T12:16:54.117Z Downloaded array-init v0.0.4
6322026-06-26T12:16:54.120Z Downloaded enum-as-inner v0.6.1
6332026-06-26T12:16:54.120Z Downloaded bit-set v0.8.0
6342026-06-26T12:16:54.120Z Downloaded derive_builder_macro v0.20.2
6352026-06-26T12:16:54.123Z Downloaded darling_macro v0.23.0
6362026-06-26T12:16:54.123Z Downloaded bb8 v0.8.6
6372026-06-26T12:16:54.123Z Downloaded cmake v0.1.57
6382026-06-26T12:16:54.126Z Downloaded cexpr v0.6.0
6392026-06-26T12:16:54.126Z Downloaded byte-wrapper v0.1.0
6402026-06-26T12:16:54.130Z Downloaded debug-ignore v1.0.5
6412026-06-26T12:16:54.130Z Downloaded compression-codecs v0.4.37
6422026-06-26T12:16:54.133Z Downloaded bcs v0.1.6
6432026-06-26T12:16:54.133Z Downloaded bit-vec v0.8.0
6442026-06-26T12:16:54.136Z Downloaded bit-vec v0.6.3
6452026-06-26T12:16:54.136Z Downloaded defmt-parser v1.0.0
6462026-06-26T12:16:54.136Z Downloaded foreign-types v0.5.0
6472026-06-26T12:16:54.139Z Downloaded anstyle-parse v0.2.7
6482026-06-26T12:16:54.139Z Downloaded diesel-dtrace v0.5.0
6492026-06-26T12:16:54.142Z Downloaded crossbeam-deque v0.8.6
6502026-06-26T12:16:54.145Z Downloaded futures-io v0.3.32
6512026-06-26T12:16:54.145Z Downloaded futures-core v0.3.32
6522026-06-26T12:16:54.148Z Downloaded foreign-types-shared v0.3.1
6532026-06-26T12:16:54.148Z Downloaded futures-task v0.3.32
6542026-06-26T12:16:54.148Z Downloaded fxhash v0.2.1
6552026-06-26T12:16:54.148Z Downloaded futures-macro v0.3.32
6562026-06-26T12:16:54.152Z Downloaded gethostname v0.5.0
6572026-06-26T12:16:54.152Z Downloaded futures-sink v0.3.32
6582026-06-26T12:16:54.152Z Downloaded funty v2.0.0
6592026-06-26T12:16:54.152Z Downloaded foreign-types-macros v0.2.3
6602026-06-26T12:16:54.155Z Downloaded defmt v1.0.1
6612026-06-26T12:16:54.155Z Downloaded cassowary v0.3.0
6622026-06-26T12:16:54.168Z Downloaded anstream v0.6.21
6632026-06-26T12:16:54.169Z Downloaded fixedbitset v0.5.7
6642026-06-26T12:16:54.169Z Downloaded defmt v0.3.100
6652026-06-26T12:16:54.169Z Downloaded cipher v0.4.4
6662026-06-26T12:16:54.169Z Downloaded ff v0.13.1
6672026-06-26T12:16:54.169Z Downloaded der_derive v0.7.3
6682026-06-26T12:16:54.169Z Downloaded darling v0.13.4
6692026-06-26T12:16:54.169Z Downloaded diff v0.1.13
6702026-06-26T12:16:54.169Z Downloaded either v1.15.0
6712026-06-26T12:16:54.173Z Downloaded camino-tempfile-ext v0.3.3
6722026-06-26T12:16:54.173Z Downloaded daft v0.1.7
6732026-06-26T12:16:54.173Z Downloaded ghash v0.5.1
6742026-06-26T12:16:54.173Z Downloaded backoff v0.4.0
6752026-06-26T12:16:54.176Z Downloaded arrayvec v0.7.6
6762026-06-26T12:16:54.177Z Downloaded corncobs v0.1.4
6772026-06-26T12:16:54.180Z Downloaded constant_time_eq v0.4.2
6782026-06-26T12:16:54.180Z Downloaded hash32 v0.3.1
6792026-06-26T12:16:54.180Z Downloaded cargo_metadata v0.23.1
6802026-06-26T12:16:54.183Z Downloaded async-trait v0.1.89
6812026-06-26T12:16:54.186Z Downloaded bitfield v0.19.4
6822026-06-26T12:16:54.186Z Downloaded argon2 v0.5.3
6832026-06-26T12:16:54.186Z Downloaded hex-literal v0.4.1
6842026-06-26T12:16:54.189Z Downloaded hash32 v0.2.1
6852026-06-26T12:16:54.189Z Downloaded cbc v0.1.2
6862026-06-26T12:16:54.189Z Downloaded ena v0.14.4
6872026-06-26T12:16:54.192Z Downloaded cookie v0.18.1
6882026-06-26T12:16:54.192Z Downloaded deranged v0.5.8
6892026-06-26T12:16:54.195Z Downloaded convert_case v0.10.0
6902026-06-26T12:16:54.195Z Downloaded cookie_store v0.22.1
6912026-06-26T12:16:54.198Z Downloaded defmt-macros v1.0.1
6922026-06-26T12:16:54.200Z Downloaded headers-core v0.3.0
6932026-06-26T12:16:54.200Z Downloaded find-msvc-tools v0.1.9
6942026-06-26T12:16:54.201Z Downloaded data-encoding v2.10.0
6952026-06-26T12:16:54.204Z Downloaded colored v3.1.1
6962026-06-26T12:16:54.204Z Downloaded foreign-types-shared v0.1.1
6972026-06-26T12:16:54.206Z Downloaded foldhash v0.2.0
6982026-06-26T12:16:54.206Z Downloaded foldhash v0.1.5
6992026-06-26T12:16:54.207Z Downloaded fs_extra v1.3.0
7002026-06-26T12:16:54.210Z Downloaded fs-err v2.11.0
7012026-06-26T12:16:54.210Z Downloaded hostname v0.4.2
7022026-06-26T12:16:54.212Z Downloaded env_logger v0.11.9
7032026-06-26T12:16:54.212Z Downloaded httpdate v1.0.3
7042026-06-26T12:16:54.215Z Downloaded filetime v0.2.27
7052026-06-26T12:16:54.215Z Downloaded ctr v0.9.2
7062026-06-26T12:16:54.218Z Downloaded hyper-tls v0.6.0
7072026-06-26T12:16:54.218Z Downloaded indent_write v2.2.0
7082026-06-26T12:16:54.218Z Downloaded futures-executor v0.3.32
7092026-06-26T12:16:54.221Z Downloaded indoc v1.0.9
7102026-06-26T12:16:54.221Z Downloaded ident_case v1.0.1
7112026-06-26T12:16:54.224Z Downloaded derive-ex v0.1.8
7122026-06-26T12:16:54.224Z Downloaded illumos-nvpair-sys v0.2.0
7132026-06-26T12:16:54.224Z Downloaded http-range v0.1.5
7142026-06-26T12:16:54.228Z Downloaded hostname v0.3.1
7152026-06-26T12:16:54.228Z Downloaded git-stub v1.0.0
7162026-06-26T12:16:54.228Z Downloaded http-body v1.0.1
7172026-06-26T12:16:54.231Z Downloaded darling v0.20.11
7182026-06-26T12:16:54.231Z Downloaded backon v1.6.0
7192026-06-26T12:16:54.233Z Downloaded daft-derive v0.1.7
7202026-06-26T12:16:54.236Z Downloaded crossbeam-utils v0.8.21
7212026-06-26T12:16:54.239Z Downloaded darling v0.21.3
7222026-06-26T12:16:54.242Z Downloaded hubpack_derive v0.1.1
7232026-06-26T12:16:54.243Z Downloaded const_format_proc_macros v0.2.34
7242026-06-26T12:16:54.246Z Downloaded const-oid v0.9.6
7252026-06-26T12:16:54.246Z Downloaded globwalk v0.9.1
7262026-06-26T12:16:54.249Z Downloaded git-stub-vcs v0.1.0
7272026-06-26T12:16:54.249Z Downloaded illumos-nvpair v0.3.0
7282026-06-26T12:16:54.249Z Downloaded crossbeam-epoch v0.9.18
7292026-06-26T12:16:54.252Z Downloaded console v0.16.2
7302026-06-26T12:16:54.252Z Downloaded crossbeam-channel v0.5.15
7312026-06-26T12:16:54.255Z Downloaded glob v0.3.3
7322026-06-26T12:16:54.257Z Downloaded globset v0.4.18
7332026-06-26T12:16:54.258Z Downloaded is-terminal v0.4.17
7342026-06-26T12:16:54.258Z Downloaded is_ci v1.2.0
7352026-06-26T12:16:54.260Z Downloaded internet-checksum v0.2.1
7362026-06-26T12:16:54.260Z Downloaded async-bb8-diesel v0.2.1
7372026-06-26T12:16:54.263Z Downloaded clang-sys v1.8.1
7382026-06-26T12:16:54.263Z Downloaded inout v0.1.4
7392026-06-26T12:16:54.266Z Downloaded cancel-safe-futures v0.1.5
7402026-06-26T12:16:54.266Z Downloaded instability v0.3.11
7412026-06-26T12:16:54.269Z Downloaded highway v1.3.0
7422026-06-26T12:16:54.269Z Downloaded kstat-rs v0.2.4
7432026-06-26T12:16:54.272Z Downloaded keccak v0.1.6
7442026-06-26T12:16:54.272Z Downloaded instant v0.1.13
7452026-06-26T12:16:54.272Z Downloaded hex v0.4.3
7462026-06-26T12:16:54.275Z Downloaded buf-list v1.1.2
7472026-06-26T12:16:54.275Z Downloaded libscf-sys v1.1.0
7482026-06-26T12:16:54.278Z Downloaded lazy_static v1.5.0
7492026-06-26T12:16:54.278Z Downloaded hubpack v0.1.2
7502026-06-26T12:16:54.278Z Downloaded lalrpop-util v0.19.12
7512026-06-26T12:16:54.281Z Downloaded getrandom v0.2.17
7522026-06-26T12:16:54.281Z Downloaded colored v2.2.0
7532026-06-26T12:16:54.284Z Downloaded chacha20 v0.10.0
7542026-06-26T12:16:54.287Z Downloaded ingot v0.1.1
7552026-06-26T12:16:54.287Z Downloaded impl-trait-for-tuples v0.2.3
7562026-06-26T12:16:54.289Z Downloaded linked-hash-map v0.5.6
7572026-06-26T12:16:54.289Z Downloaded lru v0.12.5
7582026-06-26T12:16:54.290Z Downloaded lzss v0.8.2
7592026-06-26T12:16:54.292Z Downloaded ed25519 v2.2.3
7602026-06-26T12:16:54.292Z Downloaded md5 v0.7.0
7612026-06-26T12:16:54.295Z Downloaded managed v0.8.0
7622026-06-26T12:16:54.295Z Downloaded lru-slab v0.1.2
7632026-06-26T12:16:54.295Z Downloaded md-5 v0.10.6
7642026-06-26T12:16:54.298Z Downloaded maybe-uninit v2.0.0
7652026-06-26T12:16:54.298Z Downloaded futures-channel v0.3.32
7662026-06-26T12:16:54.298Z Downloaded des v0.8.1
7672026-06-26T12:16:54.301Z Downloaded derive_builder_core v0.20.2
7682026-06-26T12:16:54.301Z Downloaded ciborium v0.2.2
7692026-06-26T12:16:54.304Z Downloaded home v0.5.12
7702026-06-26T12:16:54.304Z Downloaded blake2 v0.10.6
7712026-06-26T12:16:54.307Z Downloaded bitflags v1.3.2
7722026-06-26T12:16:54.309Z Downloaded maplit v1.0.2
7732026-06-26T12:16:54.310Z Downloaded dropshot_endpoint v0.17.0
7742026-06-26T12:16:54.313Z Downloaded lru-cache v0.1.2
7752026-06-26T12:16:54.313Z Downloaded humantime v2.3.0
7762026-06-26T12:16:54.316Z Downloaded http-body-util v0.1.3
7772026-06-26T12:16:54.316Z Downloaded console v0.15.11
7782026-06-26T12:16:54.319Z Downloaded memoffset v0.9.1
7792026-06-26T12:16:54.319Z Downloaded multimap v0.10.1
7802026-06-26T12:16:54.319Z Downloaded darling_core v0.13.4
7812026-06-26T12:16:54.322Z Downloaded indoc v2.0.7
7822026-06-26T12:16:54.325Z Downloaded mime v0.3.17
7832026-06-26T12:16:54.325Z Downloaded ahash v0.8.12
7842026-06-26T12:16:54.328Z Downloaded nonempty v0.12.0
7852026-06-26T12:16:54.328Z Downloaded newtype_derive v0.1.6
7862026-06-26T12:16:54.330Z Downloaded newline-converter v0.3.0
7872026-06-26T12:16:54.331Z Downloaded ipnetwork v0.21.1
7882026-06-26T12:16:54.331Z Downloaded ipnet v2.11.0
7892026-06-26T12:16:54.333Z Downloaded hyper-staticfile v0.10.1
7902026-06-26T12:16:54.333Z Downloaded newtype-uuid-macros v0.1.0
7912026-06-26T12:16:54.336Z Downloaded group v0.13.0
7922026-06-26T12:16:54.336Z Downloaded nodrop v0.1.14
7932026-06-26T12:16:54.336Z Downloaded ingot-types v0.1.2
7942026-06-26T12:16:54.339Z Downloaded new_debug_unreachable v1.0.6
7952026-06-26T12:16:54.339Z Downloaded half v1.8.3
7962026-06-26T12:16:54.343Z Downloaded bytes v1.11.1
7972026-06-26T12:16:54.346Z Downloaded num-derive v0.3.3
7982026-06-26T12:16:54.346Z Downloaded num-conv v0.2.0
7992026-06-26T12:16:54.346Z Downloaded normalize-line-endings v0.3.0
8002026-06-26T12:16:54.346Z Downloaded libloading v0.8.9
8012026-06-26T12:16:54.349Z Downloaded num_threads v0.1.7
8022026-06-26T12:16:54.349Z Downloaded olpc-cjson v0.1.4
8032026-06-26T12:16:54.349Z Downloaded num_enum_derive v0.5.11
8042026-06-26T12:16:54.352Z Downloaded num v0.4.3
8052026-06-26T12:16:54.352Z Downloaded base64ct v1.8.3
8062026-06-26T12:16:54.352Z Downloaded blowfish v0.9.1
8072026-06-26T12:16:54.355Z Downloaded num-derive v0.4.2
8082026-06-26T12:16:54.355Z Downloaded elliptic-curve v0.13.8
8092026-06-26T12:16:54.358Z Downloaded httparse v1.10.1
8102026-06-26T12:16:54.361Z Downloaded getrandom v0.3.4
8112026-06-26T12:16:54.364Z Downloaded linear-map v1.2.0
8122026-06-26T12:16:54.364Z Downloaded futures v0.3.32
8132026-06-26T12:16:54.366Z Downloaded derive_more v0.99.20
8142026-06-26T12:16:54.369Z Downloaded opaque-debug v0.3.1
8152026-06-26T12:16:54.372Z Downloaded libsw v3.5.0
8162026-06-26T12:16:54.372Z Downloaded oso-derive v0.27.3
8172026-06-26T12:16:54.373Z Downloaded openssl-macros v0.1.1
8182026-06-26T12:16:54.375Z Downloaded hmac v0.12.1
8192026-06-26T12:16:54.375Z Downloaded openssl-probe v0.2.1
8202026-06-26T12:16:54.378Z Downloaded base64 v0.22.1
8212026-06-26T12:16:54.378Z Downloaded openssl-probe v0.1.6
8222026-06-26T12:16:54.381Z Downloaded drift v0.2.0
8232026-06-26T12:16:54.386Z Downloaded chacha20poly1305 v0.10.1
8242026-06-26T12:16:54.389Z Downloaded arc-swap v1.8.2
8252026-06-26T12:16:54.392Z Downloaded allocator-api2 v0.2.21
8262026-06-26T12:16:54.392Z Downloaded derive-where v1.6.0
8272026-06-26T12:16:54.395Z Downloaded ingot-macros v0.1.1
8282026-06-26T12:16:54.395Z Downloaded iana-time-zone v0.1.65
8292026-06-26T12:16:54.398Z Downloaded packed_struct_codegen v0.10.1
8302026-06-26T12:16:54.401Z Downloaded peg-runtime v0.8.5
8312026-06-26T12:16:54.401Z Downloaded parse-display v0.10.0
8322026-06-26T12:16:54.401Z Downloaded hyper-rustls v0.27.7
8332026-06-26T12:16:54.404Z Downloaded darling v0.23.0
8342026-06-26T12:16:54.421Z Downloaded parse-size v1.1.0
8352026-06-26T12:16:54.424Z Downloaded pbkdf2 v0.12.2
8362026-06-26T12:16:54.424Z Downloaded pbkdf2 v0.11.0
8372026-06-26T12:16:54.427Z Downloaded path-slash v0.1.5
8382026-06-26T12:16:54.427Z Downloaded phf_shared v0.12.1
8392026-06-26T12:16:54.427Z Downloaded phf_shared v0.11.3
8402026-06-26T12:16:54.430Z Downloaded num_enum_derive v0.7.6
8412026-06-26T12:16:54.430Z Downloaded num_enum v0.5.11
8422026-06-26T12:16:54.432Z Downloaded num-complex v0.4.6
8432026-06-26T12:16:54.435Z Downloaded darling_core v0.21.3
8442026-06-26T12:16:54.439Z Downloaded nu-ansi-term v0.50.3
8452026-06-26T12:16:54.442Z Downloaded num-rational v0.4.2
8462026-06-26T12:16:54.442Z Downloaded memmap2 v0.9.10
8472026-06-26T12:16:54.442Z Downloaded num-iter v0.1.45
8482026-06-26T12:16:54.442Z Downloaded num-integer v0.1.46
8492026-06-26T12:16:54.446Z Downloaded lock_api v0.4.14
8502026-06-26T12:16:54.446Z Downloaded indexmap v1.9.3
8512026-06-26T12:16:54.449Z Downloaded flume v0.11.1
8522026-06-26T12:16:54.449Z Downloaded pin-utils v0.1.0
8532026-06-26T12:16:54.451Z Downloaded phf_shared v0.13.1
8542026-06-26T12:16:54.451Z Downloaded darling_core v0.23.0
8552026-06-26T12:16:54.454Z Downloaded powerfmt v0.2.0
8562026-06-26T12:16:54.457Z Downloaded owo-colors v4.3.0
8572026-06-26T12:16:54.457Z Downloaded oxide-tokio-rt v0.1.4
8582026-06-26T12:16:54.457Z Downloaded match_cfg v0.1.0
8592026-06-26T12:16:54.460Z Downloaded base64 v0.21.7
8602026-06-26T12:16:54.463Z Downloaded cc v1.2.56
8612026-06-26T12:16:54.463Z Downloaded predicates-core v1.0.10
8622026-06-26T12:16:54.466Z Downloaded precomputed-hash v0.1.1
8632026-06-26T12:16:54.466Z Downloaded nibble_vec v0.1.0
8642026-06-26T12:16:54.466Z Downloaded proc-macro-crate v3.4.0
8652026-06-26T12:16:54.469Z Downloaded oxnet v0.1.5
8662026-06-26T12:16:54.469Z Downloaded packed_struct v0.10.1
8672026-06-26T12:16:54.472Z Downloaded crossterm v0.29.0
8682026-06-26T12:16:54.475Z Downloaded parking_lot_core v0.8.6
8692026-06-26T12:16:54.478Z Downloaded progenitor-client v0.10.0
8702026-06-26T12:16:54.478Z Downloaded proc-macro-error-attr2 v2.0.0
8712026-06-26T12:16:54.478Z Downloaded proc-macro-crate v1.3.1
8722026-06-26T12:16:54.481Z Downloaded predicates-tree v1.0.13
8732026-06-26T12:16:54.481Z Downloaded password-hash v0.4.2
8742026-06-26T12:16:54.481Z Downloaded bumpalo v3.20.2
8752026-06-26T12:16:54.484Z Downloaded password-hash v0.5.0
8762026-06-26T12:16:54.487Z Downloaded parse-display-derive v0.10.0
8772026-06-26T12:16:54.487Z Downloaded mime_guess v2.0.5
8782026-06-26T12:16:54.487Z Downloaded ignore v0.4.25
8792026-06-26T12:16:54.489Z Downloaded darling_core v0.20.11
8802026-06-26T12:16:54.492Z Downloaded progenitor-client v0.14.0
8812026-06-26T12:16:54.492Z Downloaded progenitor-client v0.11.2
8822026-06-26T12:16:54.495Z Downloaded pem v3.0.6
8832026-06-26T12:16:54.495Z Downloaded num_enum v0.7.6
8842026-06-26T12:16:54.498Z Downloaded quick-error v1.2.3
8852026-06-26T12:16:54.501Z Downloaded psl-types v2.0.11
8862026-06-26T12:16:54.501Z Downloaded progenitor-macro v0.14.0
8872026-06-26T12:16:54.501Z Downloaded pin-project-internal v1.1.11
8882026-06-26T12:16:54.504Z Downloaded phf v0.12.1
8892026-06-26T12:16:54.504Z Downloaded pem-rfc7468 v0.7.0
8902026-06-26T12:16:54.507Z Downloaded radium v0.7.0
8912026-06-26T12:16:54.507Z Downloaded pkg-config v0.3.32
8922026-06-26T12:16:54.507Z Downloaded phf v0.13.1
8932026-06-26T12:16:54.510Z Downloaded litrs v1.0.0
8942026-06-26T12:16:54.510Z Downloaded peg v0.8.5
8952026-06-26T12:16:54.512Z Downloaded postgres-protocol v0.6.10
8962026-06-26T12:16:54.515Z Downloaded polyval v0.6.2
8972026-06-26T12:16:54.515Z Downloaded poly1305 v0.8.0
8982026-06-26T12:16:54.518Z Downloaded jobserver v0.1.34
8992026-06-26T12:16:54.518Z Downloaded pin-project-lite v0.2.17
9002026-06-26T12:16:54.521Z Downloaded rand_chacha v0.3.1
9012026-06-26T12:16:54.526Z Downloaded pkcs8 v0.10.2
9022026-06-26T12:16:54.526Z Downloaded rand_xorshift v0.4.0
9032026-06-26T12:16:54.529Z Downloaded derive_more-impl v2.1.1
9042026-06-26T12:16:54.529Z Downloaded predicates v3.1.4
9052026-06-26T12:16:54.532Z Downloaded ppv-lite86 v0.2.21
9062026-06-26T12:16:54.532Z Downloaded async-compression v0.4.41
9072026-06-26T12:16:54.536Z Downloaded parking_lot v0.12.5
9082026-06-26T12:16:54.539Z Downloaded parking_lot v0.11.2
9092026-06-26T12:16:54.542Z Downloaded proc-macro-error2 v2.0.1
9102026-06-26T12:16:54.542Z Downloaded progenitor-macro v0.11.2
9112026-06-26T12:16:54.545Z Downloaded recursive-proc-macro-impl v0.1.1
9122026-06-26T12:16:54.545Z Downloaded recursive v0.1.1
9132026-06-26T12:16:54.545Z Downloaded progenitor-client v0.13.0
9142026-06-26T12:16:54.548Z Downloaded progenitor v0.14.0
9152026-06-26T12:16:54.548Z Downloaded primeorder v0.13.6
9162026-06-26T12:16:54.548Z Downloaded ed25519-dalek v2.2.0
9172026-06-26T12:16:54.551Z Downloaded paste v1.0.15
9182026-06-26T12:16:54.554Z Downloaded progenitor-extras v0.2.0
9192026-06-26T12:16:54.554Z Downloaded ref-cast-impl v1.0.25
9202026-06-26T12:16:54.556Z Downloaded ref-cast v1.0.25
9212026-06-26T12:16:54.556Z Downloaded progenitor v0.13.0
9222026-06-26T12:16:54.559Z Downloaded progenitor v0.11.2
9232026-06-26T12:16:54.560Z Downloaded diesel_derives v2.3.7
9242026-06-26T12:16:54.562Z Downloaded heapless v0.8.0
9252026-06-26T12:16:54.565Z Downloaded libbz2-rs-sys v0.2.2
9262026-06-26T12:16:54.568Z Downloaded progenitor-macro v0.13.0
9272026-06-26T12:16:54.568Z Downloaded psm v0.1.30
9282026-06-26T12:16:54.571Z Downloaded ar_archive_writer v0.5.1
9292026-06-26T12:16:54.574Z Downloaded russh-cryptovec v0.7.3
9302026-06-26T12:16:54.574Z Downloaded rtoolbox v0.0.3
9312026-06-26T12:16:54.574Z Downloaded rustc-hash v2.1.1
9322026-06-26T12:16:54.577Z Downloaded rfc6979 v0.4.0
9332026-06-26T12:16:54.577Z Downloaded hickory-resolver v0.24.4
9342026-06-26T12:16:54.580Z Downloaded rustc_version v0.1.7
9352026-06-26T12:16:54.580Z Downloaded indicatif v0.18.4
9362026-06-26T12:16:54.582Z Downloaded omicron-zone-package v0.12.2
9372026-06-26T12:16:54.585Z Downloaded flate2 v1.1.9
9382026-06-26T12:16:54.588Z Downloaded rand_core v0.6.4
9392026-06-26T12:16:54.591Z Downloaded rustc_version v0.4.1
9402026-06-26T12:16:54.591Z Downloaded rand_seeder v0.4.0
9412026-06-26T12:16:54.591Z Downloaded rand_core v0.10.0
9422026-06-26T12:16:54.594Z Downloaded rand_core v0.9.5
9432026-06-26T12:16:54.594Z Downloaded rand_chacha v0.9.0
9442026-06-26T12:16:54.597Z Downloaded r2d2 v0.8.10
9452026-06-26T12:16:54.597Z Downloaded pkcs1 v0.7.5
9462026-06-26T12:16:54.600Z Downloaded oso v0.27.3
9472026-06-26T12:16:54.600Z Downloaded expectorate v1.2.0
9482026-06-26T12:16:54.602Z Downloaded der v0.7.10
9492026-06-26T12:16:54.606Z Downloaded postgres-types v0.2.12
9502026-06-26T12:16:54.608Z Downloaded papergrid v0.17.0
9512026-06-26T12:16:54.611Z Downloaded parking_lot_core v0.9.12
9522026-06-26T12:16:54.611Z Downloaded postcard v1.1.3
9532026-06-26T12:16:54.614Z Downloaded scopeguard v1.2.0
9542026-06-26T12:16:54.614Z Downloaded salsa20 v0.10.2
9552026-06-26T12:16:54.617Z Downloaded p256 v0.13.2
9562026-06-26T12:16:54.617Z Downloaded peg-macros v0.8.5
9572026-06-26T12:16:54.620Z Downloaded aes v0.8.4
9582026-06-26T12:16:54.623Z Downloaded derive_more v2.1.1
9592026-06-26T12:16:54.628Z Downloaded scroll_derive v0.13.1
9602026-06-26T12:16:54.630Z Downloaded scheduled-thread-pool v0.2.7
9612026-06-26T12:16:54.630Z Downloaded sapling-renderdag v0.1.0
9622026-06-26T12:16:54.633Z Downloaded same-file v1.0.6
9632026-06-26T12:16:54.633Z Downloaded secrecy v0.8.0
9642026-06-26T12:16:54.634Z Downloaded scrypt v0.11.0
9652026-06-26T12:16:54.634Z Downloaded jiff-static v0.2.21
9662026-06-26T12:16:54.636Z Downloaded heapless v0.7.17
9672026-06-26T12:16:54.640Z Downloaded semver v0.1.20
9682026-06-26T12:16:54.640Z Downloaded headers v0.4.1
9692026-06-26T12:16:54.642Z Downloaded resolv-conf v0.7.6
9702026-06-26T12:16:54.645Z Downloaded const_format v0.2.35
9712026-06-26T12:16:54.648Z Downloaded seq-macro v0.3.6
9722026-06-26T12:16:54.648Z Downloaded newtype-uuid v1.3.2
9732026-06-26T12:16:54.651Z Downloaded serde_repr v0.1.20
9742026-06-26T12:16:54.651Z Downloaded serde_plain v1.0.2
9752026-06-26T12:16:54.651Z Downloaded native-tls v0.2.18
9762026-06-26T12:16:54.654Z Downloaded sha1 v0.10.6
9772026-06-26T12:16:54.654Z Downloaded serde-big-array v0.5.1
9782026-06-26T12:16:54.657Z Downloaded nanorand v0.7.0
9792026-06-26T12:16:54.657Z Downloaded multer v3.1.0
9802026-06-26T12:16:54.660Z Downloaded compact_str v0.8.1
9812026-06-26T12:16:54.663Z Downloaded half v2.7.1
9822026-06-26T12:16:54.663Z Downloaded quinn-udp v0.5.14
9832026-06-26T12:16:54.666Z Downloaded pkcs5 v0.7.1
9842026-06-26T12:16:54.669Z Downloaded rustls-pemfile v1.0.4
9852026-06-26T12:16:54.669Z Downloaded hickory-resolver v0.25.2
9862026-06-26T12:16:54.672Z Downloaded shell-words v1.1.1
9872026-06-26T12:16:54.672Z Downloaded signal-hook-tokio v0.3.1
9882026-06-26T12:16:54.675Z Downloaded serde_urlencoded v0.7.1
9892026-06-26T12:16:54.675Z Downloaded signal-hook-mio v0.2.5
9902026-06-26T12:16:54.678Z Downloaded serde_spanned v1.0.4
9912026-06-26T12:16:54.678Z Downloaded rustls-pemfile v2.2.0
9922026-06-26T12:16:54.678Z Downloaded libsw-core v0.3.2
9932026-06-26T12:16:54.681Z Downloaded miniz_oxide v0.8.9
9942026-06-26T12:16:54.684Z Downloaded libefi-sys v0.1.0
9952026-06-26T12:16:54.684Z Downloaded rusty-fork v0.3.1
9962026-06-26T12:16:54.684Z Downloaded sigpipe v0.1.3
9972026-06-26T12:16:54.687Z Downloaded rustversion v1.0.22
9982026-06-26T12:16:54.687Z Downloaded siphasher v1.0.2
9992026-06-26T12:16:54.690Z Downloaded fatfs v0.3.6
10002026-06-26T12:16:54.690Z Downloaded derive_builder v0.20.2
10012026-06-26T12:16:54.693Z Downloaded signature v2.2.0
10022026-06-26T12:16:54.693Z Downloaded foreign-types v0.3.2
10032026-06-26T12:16:54.696Z Downloaded slog-bunyan v2.5.0
10042026-06-26T12:16:54.696Z Downloaded sec1 v0.7.3
10052026-06-26T12:16:54.699Z Downloaded sct v0.7.1
10062026-06-26T12:16:54.702Z Downloaded slog-envlogger v2.2.0
10072026-06-26T12:16:54.702Z Downloaded schemars_derive v0.8.22
10082026-06-26T12:16:54.705Z Downloaded prefix-trie v0.7.0
10092026-06-26T12:16:54.705Z Downloaded progenitor-impl v0.13.0
10102026-06-26T12:16:54.707Z Downloaded progenitor-impl v0.11.2
10112026-06-26T12:16:54.708Z Downloaded scroll v0.13.0
10122026-06-26T12:16:54.714Z Downloaded secrecy v0.10.3
10132026-06-26T12:16:54.719Z Downloaded serde_with_macros v1.5.2
10142026-06-26T12:16:54.722Z Downloaded serde_bytes v0.11.19
10152026-06-26T12:16:54.722Z Downloaded serde-hex v0.1.0
10162026-06-26T12:16:54.727Z Downloaded ssh-encoding v0.2.0
10172026-06-26T12:16:54.729Z Downloaded hashbrown v0.13.2
10182026-06-26T12:16:54.732Z Downloaded hashbrown v0.12.3
10192026-06-26T12:16:54.735Z Downloaded ssh-cipher v0.2.0
10202026-06-26T12:16:54.738Z Downloaded serde_path_to_error v0.1.20
10212026-06-26T12:16:54.738Z Downloaded rustls-native-certs v0.8.3
10222026-06-26T12:16:54.741Z Downloaded serde_derive_internals v0.29.1
10232026-06-26T12:16:54.741Z Downloaded pin-project v1.1.11
10242026-06-26T12:16:54.747Z Downloaded signal-hook-registry v1.4.8
10252026-06-26T12:16:54.749Z Downloaded crossterm v0.28.1
10262026-06-26T12:16:54.752Z Downloaded strum v0.26.3
10272026-06-26T12:16:54.755Z Downloaded structmeta-derive v0.3.0
10282026-06-26T12:16:54.755Z Downloaded rustls-pki-types v1.14.0
10292026-06-26T12:16:54.758Z Downloaded http v1.4.0
10302026-06-26T12:16:54.761Z Downloaded strip-ansi-escapes v0.2.1
10312026-06-26T12:16:54.761Z Downloaded slab v0.4.12
10322026-06-26T12:16:54.761Z Downloaded hickory-server v0.25.2
10332026-06-26T12:16:54.764Z Downloaded strum v0.27.2
10342026-06-26T12:16:54.767Z Downloaded structmeta v0.3.0
10352026-06-26T12:16:54.767Z Downloaded strsim v0.10.0
10362026-06-26T12:16:54.767Z Downloaded aes-gcm v0.10.3
10372026-06-26T12:16:54.770Z Downloaded shlex v1.3.0
10382026-06-26T12:16:54.770Z Downloaded russh-keys v0.45.0
10392026-06-26T12:16:54.774Z Downloaded simd-adler32 v0.3.8
10402026-06-26T12:16:54.774Z Downloaded slog-async v2.8.0
10412026-06-26T12:16:54.779Z Downloaded subtle v2.6.1
10422026-06-26T12:16:54.779Z Downloaded openssl-sys v0.9.115
10432026-06-26T12:16:54.782Z Downloaded smf v0.2.3
10442026-06-26T12:16:54.782Z Downloaded slog-stdlog v4.1.1
10452026-06-26T12:16:54.782Z Downloaded rcgen v0.12.1
10462026-06-26T12:16:54.782Z Downloaded snafu-derive v0.8.9
10472026-06-26T12:16:54.786Z Downloaded progenitor-impl v0.14.0
10482026-06-26T12:16:54.786Z Downloaded supports-color v3.0.2
10492026-06-26T12:16:54.789Z Downloaded slog-scope v4.4.1
10502026-06-26T12:16:54.789Z Downloaded slog-term v2.9.2
10512026-06-26T12:16:54.789Z Downloaded sync_wrapper v1.0.2
10522026-06-26T12:16:54.789Z Downloaded sync-ptr v0.1.4
10532026-06-26T12:16:54.792Z Downloaded smallvec v0.6.14
10542026-06-26T12:16:54.792Z Downloaded tagptr v0.2.0
10552026-06-26T12:16:54.792Z Downloaded tap v1.0.1
10562026-06-26T12:16:54.796Z Downloaded take_mut v0.2.2
10572026-06-26T12:16:54.796Z Downloaded tabled_derive v0.11.0
10582026-06-26T12:16:54.796Z Downloaded slog-json v2.6.1
10592026-06-26T12:16:54.800Z Downloaded slog-dtrace v0.3.0
10602026-06-26T12:16:54.800Z Downloaded serde_with_macros v3.17.0
10612026-06-26T12:16:54.805Z Downloaded tabwriter v1.4.1
10622026-06-26T12:16:54.805Z Downloaded stacker v0.1.23
10632026-06-26T12:16:54.805Z Downloaded sqlparser_derive v0.5.0
10642026-06-26T12:16:54.805Z Downloaded spki v0.7.3
10652026-06-26T12:16:54.807Z Downloaded itertools v0.10.5
10662026-06-26T12:16:54.810Z Downloaded ron v0.8.1
10672026-06-26T12:16:54.814Z Downloaded sqlformat v0.3.5
10682026-06-26T12:16:54.814Z Downloaded hyper-util v0.1.20
10692026-06-26T12:16:54.817Z Downloaded time-core v0.1.8
10702026-06-26T12:16:54.820Z Downloaded thiserror-impl-no-std v2.0.2
10712026-06-26T12:16:54.820Z Downloaded thread-id v5.1.0
10722026-06-26T12:16:54.820Z Downloaded testing_table v0.3.0
10732026-06-26T12:16:54.823Z Downloaded termtree v0.5.1
10742026-06-26T12:16:54.823Z Downloaded string_cache v0.8.9
10752026-06-26T12:16:54.823Z Downloaded prettyplease v0.2.37
10762026-06-26T12:16:54.826Z Downloaded rustls-platform-verifier v0.6.2
10772026-06-26T12:16:54.829Z Downloaded stringprep v0.1.5
10782026-06-26T12:16:54.829Z Downloaded minimal-lexical v0.2.1
10792026-06-26T12:16:54.831Z Downloaded tinyvec_macros v0.1.1
10802026-06-26T12:16:54.834Z Downloaded strum_macros v0.26.4
10812026-06-26T12:16:54.834Z Downloaded dropshot-api-manager v0.7.2
10822026-06-26T12:16:54.837Z Downloaded hashbrown v0.16.1
10832026-06-26T12:16:54.841Z Downloaded strum_macros v0.27.2
10842026-06-26T12:16:54.843Z Downloaded strum_macros v0.24.3
10852026-06-26T12:16:54.843Z Downloaded ryu v1.0.23
10862026-06-26T12:16:54.846Z Downloaded static_assertions v1.1.0
10872026-06-26T12:16:54.846Z Downloaded serde_cbor v0.11.2
10882026-06-26T12:16:54.849Z Downloaded tokio-macros v2.7.0
10892026-06-26T12:16:54.852Z Downloaded support-bundle-viewer v0.1.2
10902026-06-26T12:16:54.855Z Downloaded mio v1.2.0
10912026-06-26T12:16:54.859Z Downloaded pretty_assertions v1.4.1
10922026-06-26T12:16:54.862Z Downloaded nom v7.1.3
10932026-06-26T12:16:54.865Z Downloaded schemars v0.8.22
10942026-06-26T12:16:54.870Z Downloaded topological-sort v0.2.2
10952026-06-26T12:16:54.873Z Downloaded termios v0.3.3
10962026-06-26T12:16:54.873Z Downloaded spin v0.9.8
10972026-06-26T12:16:54.876Z Downloaded quinn v0.11.9
10982026-06-26T12:16:54.876Z Downloaded thiserror-no-std v2.0.2
10992026-06-26T12:16:54.878Z Downloaded publicsuffix v2.3.0
11002026-06-26T12:16:54.881Z Downloaded serde_yaml v0.9.34+deprecated
11012026-06-26T12:16:54.884Z Downloaded thread_local v1.1.9
11022026-06-26T12:16:54.884Z Downloaded num-bigint v0.4.6
11032026-06-26T12:16:54.887Z Downloaded tower-service v0.3.3
11042026-06-26T12:16:54.887Z Downloaded tower-layer v0.3.3
11052026-06-26T12:16:54.897Z Downloaded tokio-dtrace v0.1.1
11062026-06-26T12:16:54.901Z Downloaded try-lock v0.2.5
11072026-06-26T12:16:54.901Z Downloaded trait-variant v0.1.2
11082026-06-26T12:16:54.901Z Downloaded unarray v0.1.4
11092026-06-26T12:16:54.901Z Downloaded tiny-keccak v2.0.2
11102026-06-26T12:16:54.904Z Downloaded time-macros v0.2.27
11112026-06-26T12:16:54.904Z Downloaded tls_codec v0.4.2
11122026-06-26T12:16:54.907Z Downloaded aho-corasick v1.1.4
11132026-06-26T12:16:54.910Z Downloaded typify-macro v0.6.2
11142026-06-26T12:16:54.910Z Downloaded typify-macro v0.4.3
11152026-06-26T12:16:54.910Z Downloaded tls_codec_derive v0.4.2
11162026-06-26T12:16:54.913Z Downloaded itertools v0.13.0
11172026-06-26T12:16:54.916Z Downloaded similar v2.7.0
11182026-06-26T12:16:54.918Z Downloaded socket2 v0.6.3
11192026-06-26T12:16:54.921Z Downloaded socket2 v0.5.10
11202026-06-26T12:16:54.921Z Downloaded signal-hook v0.3.18
11212026-06-26T12:16:54.924Z Downloaded untrusted v0.7.1
11222026-06-26T12:16:54.924Z Downloaded unit-prefix v0.5.2
11232026-06-26T12:16:54.924Z Downloaded tokio-tungstenite v0.23.1
11242026-06-26T12:16:54.927Z Downloaded tokio-tungstenite v0.21.0
11252026-06-26T12:16:54.927Z Downloaded tokio-native-tls v0.3.1
11262026-06-26T12:16:54.927Z Downloaded unicode-truncate v1.1.0
11272026-06-26T12:16:54.930Z Downloaded usdt-attr-macro v0.6.0
11282026-06-26T12:16:54.930Z Downloaded usdt v0.6.0
11292026-06-26T12:16:54.930Z Downloaded universal-hash v0.5.1
11302026-06-26T12:16:54.930Z Downloaded untrusted v0.9.0
11312026-06-26T12:16:54.933Z Downloaded schemars v0.9.0
11322026-06-26T12:16:54.939Z Downloaded utf-8 v0.7.6
11332026-06-26T12:16:54.942Z Downloaded usdt-macro v0.6.0
11342026-06-26T12:16:54.942Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11352026-06-26T12:16:54.942Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11362026-06-26T12:16:54.942Z Downloaded blake3 v1.8.3
11372026-06-26T12:16:54.946Z Downloaded term v0.7.0
11382026-06-26T12:16:54.948Z Downloaded qorb v0.4.1
11392026-06-26T12:16:54.951Z Downloaded slog v2.8.2
11402026-06-26T12:16:54.954Z Downloaded rayon-core v1.13.0
11412026-06-26T12:16:54.957Z Downloaded wait-timeout v0.2.1
11422026-06-26T12:16:54.957Z Downloaded void v1.0.2
11432026-06-26T12:16:54.957Z Downloaded libxml v0.3.3
11442026-06-26T12:16:54.960Z Downloaded want v0.3.1
11452026-06-26T12:16:54.960Z Downloaded waitgroup v0.1.2
11462026-06-26T12:16:54.960Z Downloaded rand v0.8.6
11472026-06-26T12:16:54.963Z Downloaded itertools v0.12.1
11482026-06-26T12:16:54.966Z Downloaded toml_writer v1.0.6+spec-1.1.0
11492026-06-26T12:16:54.969Z Downloaded iri-string v0.7.10
11502026-06-26T12:16:54.972Z Downloaded tui-tree-widget v0.23.1
11512026-06-26T12:16:54.972Z Downloaded rustls-webpki v0.103.9
11522026-06-26T12:16:54.981Z Downloaded unicase v2.9.0
11532026-06-26T12:16:54.985Z Downloaded samael v0.0.19
11542026-06-26T12:16:54.988Z Downloaded hyper v1.8.1
11552026-06-26T12:16:54.992Z Downloaded xshell-macros v0.2.7
11562026-06-26T12:16:54.998Z Downloaded tokio-rustls v0.25.0
11572026-06-26T12:16:55.001Z Downloaded tokio-rustls v0.24.1
11582026-06-26T12:16:55.004Z Downloaded usdt-impl v0.6.0
11592026-06-26T12:16:55.007Z Downloaded tokio-rustls v0.26.4
11602026-06-26T12:16:55.010Z Downloaded zeroize_derive v1.4.3
11612026-06-26T12:16:55.010Z Downloaded vergen-git2 v9.1.0
11622026-06-26T12:16:55.013Z Downloaded toml_parser v1.0.9+spec-1.1.0
11632026-06-26T12:16:55.013Z Downloaded num-bigint-dig v0.8.6
11642026-06-26T12:16:55.016Z Downloaded term v1.2.1
11652026-06-26T12:16:55.019Z Downloaded hashbrown v0.15.5
11662026-06-26T12:16:55.022Z Downloaded vergen-lib v9.1.0
11672026-06-26T12:16:55.025Z Downloaded zone v0.3.1
11682026-06-26T12:16:55.025Z Downloaded zone_cfg_derive v0.3.1
11692026-06-26T12:16:55.025Z Downloaded vergen-lib v0.1.6
11702026-06-26T12:16:55.025Z Downloaded uzers v0.12.2
11712026-06-26T12:16:55.028Z Downloaded test-strategy v0.4.5
11722026-06-26T12:16:55.030Z Downloaded h2 v0.4.13
11732026-06-26T12:16:55.033Z Downloaded vergen-gitcl v1.0.8
11742026-06-26T12:16:55.036Z Downloaded rand v0.9.2
11752026-06-26T12:16:55.039Z Downloaded rand v0.10.0
11762026-06-26T12:16:55.039Z Downloaded hkdf v0.12.4
11772026-06-26T12:16:55.042Z Downloaded tinyvec v1.10.0
11782026-06-26T12:16:55.045Z Downloaded rsa v0.9.10
11792026-06-26T12:16:55.048Z Downloaded nom v8.0.0
11802026-06-26T12:16:55.051Z Downloaded whoami v2.1.0
11812026-06-26T12:16:55.051Z Downloaded whoami v1.6.1
11822026-06-26T12:16:55.051Z Downloaded tracing-attributes v0.1.31
11832026-06-26T12:16:55.054Z Downloaded p521 v0.13.3
11842026-06-26T12:16:55.057Z Downloaded futures-util v0.3.32
11852026-06-26T12:16:55.061Z Downloaded xshell v0.2.7
11862026-06-26T12:16:55.064Z Downloaded schemars v1.2.1
11872026-06-26T12:16:55.070Z Downloaded toml v1.0.6+spec-1.1.0
11882026-06-26T12:16:55.073Z Downloaded tokio-stream v0.1.18
11892026-06-26T12:16:55.076Z Downloaded unicode-properties v0.1.4
11902026-06-26T12:16:55.080Z Downloaded toml v0.7.8
11912026-06-26T12:16:55.080Z Downloaded xattr v1.6.1
11922026-06-26T12:16:55.080Z Downloaded vergen v9.1.0
11932026-06-26T12:16:55.083Z Downloaded tar v0.4.45
11942026-06-26T12:16:55.083Z Downloaded itertools v0.14.0
11952026-06-26T12:16:55.086Z Downloaded subprocess v0.2.15
11962026-06-26T12:16:55.089Z Downloaded zeroize v1.8.2
11972026-06-26T12:16:55.092Z Downloaded russh v0.45.0
11982026-06-26T12:16:55.095Z Downloaded libm v0.2.16
11992026-06-26T12:16:55.097Z Downloaded typify v0.6.2
12002026-06-26T12:16:55.100Z Downloaded twox-hash v2.1.2
12012026-06-26T12:16:55.103Z Downloaded tungstenite v0.21.0
12022026-06-26T12:16:55.103Z Downloaded snafu v0.8.9
12032026-06-26T12:16:55.106Z Downloaded vsss-rs v3.3.4
12042026-06-26T12:16:55.109Z Downloaded walkdir v2.5.0
12052026-06-26T12:16:55.109Z Downloaded unsafe-libyaml v0.2.11
12062026-06-26T12:16:55.112Z Downloaded iddqd v0.4.2
12072026-06-26T12:16:55.116Z Downloaded zerocopy v0.6.6
12082026-06-26T12:16:55.119Z Downloaded unicode-bidi v0.3.18
12092026-06-26T12:16:55.119Z Downloaded typify v0.4.3
12102026-06-26T12:16:55.122Z Downloaded wyz v0.5.1
12112026-06-26T12:16:55.122Z Downloaded toml_edit v0.23.10+spec-1.0.0
12122026-06-26T12:16:55.125Z Downloaded tracing-core v0.1.36
12132026-06-26T12:16:55.134Z Downloaded uuid v1.23.0
12142026-06-26T12:16:55.137Z Downloaded yasna v0.5.2
12152026-06-26T12:16:55.143Z Downloaded zstd v0.13.3
12162026-06-26T12:16:55.146Z Downloaded tungstenite v0.23.0
12172026-06-26T12:16:55.151Z Downloaded zstd-safe v7.2.4
12182026-06-26T12:16:55.159Z Downloaded vte v0.14.1
12192026-06-26T12:16:55.165Z Downloaded rustyline v14.0.0
12202026-06-26T12:16:55.168Z Downloaded bitvec v1.0.1
12212026-06-26T12:16:55.176Z Downloaded reedline v0.40.0
12222026-06-26T12:16:55.181Z Downloaded rpassword v7.4.0
12232026-06-26T12:16:55.185Z Downloaded tokio-postgres v0.7.16
12242026-06-26T12:16:55.205Z Downloaded ssh-key v0.6.7
12252026-06-26T12:16:55.205Z Downloaded serde_with v1.14.0
12262026-06-26T12:16:55.205Z Downloaded zopfli v0.8.3
12272026-06-26T12:16:55.209Z Downloaded bindgen v0.71.1
12282026-06-26T12:16:55.212Z Downloaded zip v0.6.6
12292026-06-26T12:16:55.216Z Downloaded aws-lc-rs v1.16.3
12302026-06-26T12:16:55.219Z Downloaded git2 v0.20.4
12312026-06-26T12:16:55.224Z Downloaded toml_edit v0.19.15
12322026-06-26T12:16:55.232Z Downloaded reqwest v0.13.2
12332026-06-26T12:16:55.235Z Downloaded reqwest v0.12.28
12342026-06-26T12:16:55.239Z Downloaded steno v0.4.1
12352026-06-26T12:16:55.251Z Downloaded typed-path v0.9.3
12362026-06-26T12:16:55.254Z Downloaded chrono v0.4.44
12372026-06-26T12:16:55.265Z Downloaded regex v1.12.3
12382026-06-26T12:16:55.272Z Downloaded rustls-webpki v0.101.7
12392026-06-26T12:16:55.280Z Downloaded portable-atomic v1.13.1
12402026-06-26T12:16:55.284Z Downloaded tower v0.5.3
12412026-06-26T12:16:55.289Z Downloaded x509-cert v0.2.5
12422026-06-26T12:16:55.292Z Downloaded unicode_categories v0.1.1
12432026-06-26T12:16:55.295Z Downloaded p384 v0.13.1
12442026-06-26T12:16:55.298Z Downloaded yansi v1.0.1
12452026-06-26T12:16:55.298Z Downloaded zerocopy-derive v0.8.40
12462026-06-26T12:16:55.302Z Downloaded salty v0.3.0
12472026-06-26T12:16:55.306Z Downloaded rayon v1.11.0
12482026-06-26T12:16:55.311Z Downloaded lalrpop v0.19.12
12492026-06-26T12:16:55.319Z Downloaded moka v0.12.13
12502026-06-26T12:16:55.323Z Downloaded unicode-normalization v0.1.25
12512026-06-26T12:16:55.326Z Downloaded goblin v0.10.5
12522026-06-26T12:16:55.329Z Downloaded quick-xml v0.37.5
12532026-06-26T12:16:55.333Z Downloaded zip v4.6.1
12542026-06-26T12:16:55.336Z Downloaded proptest v1.10.0
12552026-06-26T12:16:55.340Z Downloaded tower-http v0.6.8
12562026-06-26T12:16:55.361Z Downloaded tough v0.22.0
12572026-06-26T12:16:55.366Z Downloaded serde_with v3.17.0
12582026-06-26T12:16:55.372Z Downloaded unicode-segmentation v1.12.0
12592026-06-26T12:16:55.375Z Downloaded nix v0.27.1
12602026-06-26T12:16:55.379Z Downloaded rustls-webpki v0.102.8
12612026-06-26T12:16:55.389Z Downloaded radix_trie v0.2.1
12622026-06-26T12:16:55.392Z Downloaded winnow v0.6.26
12632026-06-26T12:16:55.397Z Downloaded object v0.30.4
12642026-06-26T12:16:55.402Z Downloaded curve25519-dalek v4.1.3
12652026-06-26T12:16:55.407Z Downloaded petname v2.0.2
12662026-06-26T12:16:55.410Z Downloaded winnow v0.5.40
12672026-06-26T12:16:55.416Z Downloaded quinn-proto v0.11.13
12682026-06-26T12:16:55.420Z Downloaded dropshot v0.17.0
12692026-06-26T12:16:55.433Z Downloaded bstr v1.12.1
12702026-06-26T12:16:55.438Z Downloaded tokio-util v0.7.18
12712026-06-26T12:16:55.442Z Downloaded openssl v0.10.79
12722026-06-26T12:16:55.447Z Downloaded polar-core v0.27.3
12732026-06-26T12:16:55.452Z Downloaded tabled v0.20.0
12742026-06-26T12:16:55.461Z Downloaded regex-syntax v0.6.29
12752026-06-26T12:16:55.466Z Downloaded vcpkg v0.2.15
12762026-06-26T12:16:55.488Z Downloaded webpki-roots v1.0.6
12772026-06-26T12:16:55.490Z Downloaded object v0.37.3
12782026-06-26T12:16:55.496Z Downloaded nix v0.28.0
12792026-06-26T12:16:55.504Z Downloaded regress v0.11.1
12802026-06-26T12:16:55.515Z Downloaded time v0.3.47
12812026-06-26T12:16:55.522Z Downloaded smoltcp v0.9.1
12822026-06-26T12:16:55.528Z Downloaded rustls v0.23.37
12832026-06-26T12:16:55.538Z Downloaded rustls v0.21.12
12842026-06-26T12:16:55.545Z Downloaded nix v0.31.2
12852026-06-26T12:16:55.552Z Downloaded zlib-rs v0.6.2
12862026-06-26T12:16:55.567Z Downloaded hickory-proto v0.24.4
12872026-06-26T12:16:55.585Z Downloaded openapiv3 v2.2.0
12882026-06-26T12:16:55.592Z Downloaded hickory-proto v0.25.2
12892026-06-26T12:16:55.601Z Downloaded bzip2-sys v0.1.13+1.0.8
12902026-06-26T12:16:55.608Z Downloaded smoltcp v0.11.0
12912026-06-26T12:16:55.615Z Downloaded rustls v0.22.4
12922026-06-26T12:16:55.622Z Downloaded zerocopy v0.8.40
12932026-06-26T12:16:55.630Z Downloaded zerocopy-derive v0.6.6
12942026-06-26T12:16:55.633Z Downloaded regex-syntax v0.8.10
12952026-06-26T12:16:55.637Z Downloaded regex-automata v0.4.14
12962026-06-26T12:16:55.646Z Downloaded regress v0.10.5
12972026-06-26T12:16:55.658Z Downloaded diesel v2.3.7
12982026-06-26T12:16:55.670Z Downloaded jiff v0.2.21
12992026-06-26T12:16:55.681Z Downloaded rustix v0.38.44
13002026-06-26T12:16:55.693Z Downloaded chrono-tz v0.10.4
13012026-06-26T12:16:55.719Z Downloaded sha3 v0.10.8
13022026-06-26T12:16:55.726Z Downloaded tokio v1.52.1
13032026-06-26T12:16:55.770Z Downloaded sqlparser v0.61.0
13042026-06-26T12:16:55.785Z Downloaded tracing v0.1.44
13052026-06-26T12:16:55.797Z Downloaded typify-impl v0.6.2
13062026-06-26T12:16:55.806Z Downloaded sled v0.34.7
13072026-06-26T12:16:55.812Z Downloaded typify-impl v0.4.3
13082026-06-26T12:16:55.820Z Downloaded ratatui v0.29.0
13092026-06-26T12:16:55.857Z Downloaded petgraph v0.6.5
13102026-06-26T12:16:55.907Z Downloaded csv v1.4.0
13112026-06-26T12:16:55.918Z Downloaded petgraph v0.8.3
13122026-06-26T12:16:55.931Z Downloaded libz-sys v1.1.24
13132026-06-26T12:16:55.942Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13142026-06-26T12:16:56.026Z Downloaded encoding_rs v0.8.35
13152026-06-26T12:16:56.053Z Downloaded ring v0.17.14
13162026-06-26T12:16:56.077Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-06-26T12:16:56.387Z Downloaded aws-lc-sys v0.40.0
13182026-06-26T12:16:56.633Z Compiling libc v0.2.185
13192026-06-26T12:16:56.633Z Compiling serde v1.0.228
13202026-06-26T12:16:56.636Z Compiling log v0.4.29
13212026-06-26T12:16:56.636Z Compiling shlex v1.3.0
13222026-06-26T12:16:56.637Z Compiling find-msvc-tools v0.1.9
13232026-06-26T12:16:56.637Z Compiling syn v2.0.117
13242026-06-26T12:16:56.637Z Compiling smallvec v1.15.1
13252026-06-26T12:16:56.637Z Compiling typenum v1.19.0
13262026-06-26T12:16:56.959Z Compiling generic-array v0.14.7
13272026-06-26T12:16:56.968Z Compiling subtle v2.6.1
13282026-06-26T12:16:57.017Z Compiling scopeguard v1.2.0
13292026-06-26T12:16:57.056Z Compiling const-oid v0.9.6
13302026-06-26T12:16:57.090Z Compiling serde_json v1.0.149
13312026-06-26T12:16:57.119Z Compiling lock_api v0.4.14
13322026-06-26T12:16:57.146Z Compiling zerocopy v0.8.40
13332026-06-26T12:16:57.218Z Compiling portable-atomic v1.13.1
13342026-06-26T12:16:57.340Z Compiling pin-project-lite v0.2.17
13352026-06-26T12:16:57.438Z Compiling parking_lot_core v0.9.12
13362026-06-26T12:16:57.575Z Compiling pkg-config v0.3.32
13372026-06-26T12:16:57.677Z Compiling getrandom v0.2.17
13382026-06-26T12:16:57.692Z Compiling jobserver v0.1.34
13392026-06-26T12:16:57.706Z Compiling errno v0.3.14
13402026-06-26T12:16:57.814Z Compiling rand_core v0.6.4
13412026-06-26T12:16:57.902Z Compiling cc v1.2.56
13422026-06-26T12:16:58.055Z Compiling signal-hook-registry v1.4.8
13432026-06-26T12:16:58.055Z Compiling bitflags v2.11.0
13442026-06-26T12:16:58.083Z Compiling libm v0.2.16
13452026-06-26T12:16:58.131Z Compiling critical-section v1.2.0
13462026-06-26T12:16:58.312Z Compiling futures-core v0.3.32
13472026-06-26T12:16:58.391Z Compiling once_cell v1.21.3
13482026-06-26T12:16:58.414Z Compiling parking_lot v0.12.5
13492026-06-26T12:16:58.428Z Compiling mio v1.2.0
13502026-06-26T12:16:58.468Z Compiling num-traits v0.2.19
13512026-06-26T12:16:58.527Z Compiling percent-encoding v2.3.2
13522026-06-26T12:16:58.624Z Compiling socket2 v0.6.3
13532026-06-26T12:16:58.720Z Compiling futures-sink v0.3.32
13542026-06-26T12:16:58.792Z Compiling slab v0.4.12
13552026-06-26T12:16:58.816Z Compiling futures-channel v0.3.32
13562026-06-26T12:16:58.829Z Compiling cpufeatures v0.2.17
13572026-06-26T12:16:58.897Z Compiling futures-io v0.3.32
13582026-06-26T12:16:58.909Z Compiling futures-task v0.3.32
13592026-06-26T12:16:58.971Z Compiling getrandom v0.4.1
13602026-06-26T12:16:59.024Z Compiling rand_core v0.10.0
13612026-06-26T12:16:59.049Z Compiling indexmap v2.14.0
13622026-06-26T12:16:59.064Z Compiling getrandom v0.3.4
13632026-06-26T12:16:59.081Z Compiling rustversion v1.0.22
13642026-06-26T12:16:59.198Z Compiling cmake v0.1.57
13652026-06-26T12:16:59.635Z Compiling form_urlencoded v1.2.2
13662026-06-26T12:16:59.657Z Compiling dunce v1.0.5
13672026-06-26T12:16:59.671Z Compiling fs_extra v1.3.0
13682026-06-26T12:16:59.730Z Compiling synstructure v0.13.2
13692026-06-26T12:16:59.751Z Compiling base64ct v1.8.3
13702026-06-26T12:16:59.813Z Compiling ident_case v1.0.1
13712026-06-26T12:16:59.943Z Compiling rustix v1.1.3
13722026-06-26T12:16:59.946Z Compiling aws-lc-sys v0.40.0
13732026-06-26T12:17:00.004Z Compiling pem-rfc7468 v0.7.0
13742026-06-26T12:17:00.050Z Compiling flagset v0.4.7
13752026-06-26T12:17:00.074Z Compiling iana-time-zone v0.1.65
13762026-06-26T12:17:00.185Z Compiling regex-syntax v0.8.10
13772026-06-26T12:17:00.283Z Compiling rand_core v0.9.5
13782026-06-26T12:17:00.296Z Compiling ring v0.17.14
13792026-06-26T12:17:00.324Z Compiling aws-lc-rs v1.16.3
13802026-06-26T12:17:00.355Z Compiling vcpkg v0.2.15
13812026-06-26T12:17:00.567Z Compiling uuid v1.23.0
13822026-06-26T12:17:00.613Z Compiling rustc_version v0.4.1
13832026-06-26T12:17:00.983Z Compiling tracing-core v0.1.36
13842026-06-26T12:17:01.152Z Compiling openssl-sys v0.9.115
13852026-06-26T12:17:01.332Z Compiling base64 v0.22.1
13862026-06-26T12:17:01.553Z Compiling untrusted v0.9.0
13872026-06-26T12:17:01.568Z Compiling serde_derive v1.0.228
13882026-06-26T12:17:01.662Z Compiling zeroize_derive v1.4.3
13892026-06-26T12:17:01.678Z Compiling zerofrom-derive v0.1.6
13902026-06-26T12:17:01.692Z Compiling yoke-derive v0.8.1
13912026-06-26T12:17:01.787Z Compiling zerovec-derive v0.11.2
13922026-06-26T12:17:02.319Z Compiling zeroize v1.8.2
13932026-06-26T12:17:02.641Z Compiling zerocopy-derive v0.8.40
13942026-06-26T12:17:02.900Z Compiling displaydoc v0.2.5
13952026-06-26T12:17:02.943Z Compiling tokio-macros v2.7.0
13962026-06-26T12:17:03.086Z Compiling crypto-common v0.1.7
13972026-06-26T12:17:03.113Z Compiling zerofrom v0.1.6
13982026-06-26T12:17:03.252Z Compiling yoke v0.8.1
13992026-06-26T12:17:03.267Z Compiling block-buffer v0.10.4
14002026-06-26T12:17:03.437Z Compiling zerovec v0.11.5
14012026-06-26T12:17:03.440Z Compiling digest v0.10.7
14022026-06-26T12:17:03.691Z Compiling zerotrie v0.2.3
14032026-06-26T12:17:03.707Z Compiling futures-macro v0.3.32
14042026-06-26T12:17:03.719Z Compiling hmac v0.12.1
14052026-06-26T12:17:03.876Z Compiling block-padding v0.3.3
14062026-06-26T12:17:03.947Z Compiling tinystr v0.8.2
14072026-06-26T12:17:03.993Z Compiling potential_utf v0.1.4
14082026-06-26T12:17:04.039Z Compiling inout v0.1.4
14092026-06-26T12:17:04.155Z Compiling icu_locale_core v2.1.1
14102026-06-26T12:17:04.155Z Compiling icu_collections v2.1.1
14112026-06-26T12:17:04.206Z Compiling cipher v0.4.4
14122026-06-26T12:17:04.469Z Compiling sha2 v0.10.9
14132026-06-26T12:17:04.518Z Compiling futures-util v0.3.32
14142026-06-26T12:17:04.645Z Compiling der_derive v0.7.3
14152026-06-26T12:17:05.004Z Compiling icu_provider v2.1.1
14162026-06-26T12:17:05.042Z Compiling bytes v1.11.1
14172026-06-26T12:17:05.107Z Compiling chrono v0.4.44
14182026-06-26T12:17:05.323Z Compiling icu_properties v2.1.2
14192026-06-26T12:17:05.604Z Compiling tokio v1.52.1
14202026-06-26T12:17:05.648Z Compiling icu_normalizer v2.1.1
14212026-06-26T12:17:05.854Z Compiling der v0.7.10
14222026-06-26T12:17:06.185Z Compiling idna_adapter v1.2.1
14232026-06-26T12:17:06.329Z Compiling idna v1.1.0
14242026-06-26T12:17:06.417Z Compiling http v1.4.0
14252026-06-26T12:17:06.513Z Compiling salsa20 v0.10.2
14262026-06-26T12:17:06.654Z Compiling url v2.5.8
14272026-06-26T12:17:06.788Z Compiling spki v0.7.3
14282026-06-26T12:17:06.979Z Compiling ppv-lite86 v0.2.21
14292026-06-26T12:17:07.003Z Compiling pbkdf2 v0.12.2
14302026-06-26T12:17:07.048Z Compiling rustls-pki-types v1.14.0
14312026-06-26T12:17:07.121Z Compiling tracing-attributes v0.1.31
14322026-06-26T12:17:07.137Z Compiling thiserror-impl v2.0.18
14332026-06-26T12:17:07.305Z Compiling rand_chacha v0.9.0
14342026-06-26T12:17:07.319Z Compiling scrypt v0.11.0
14352026-06-26T12:17:07.452Z Compiling http-body v1.0.1
14362026-06-26T12:17:07.494Z Compiling aes v0.8.4
14372026-06-26T12:17:07.575Z Compiling cbc v0.1.2
14382026-06-26T12:17:07.666Z Compiling untrusted v0.7.1
14392026-06-26T12:17:07.721Z Compiling openssl-probe v0.2.1
14402026-06-26T12:17:07.792Z Compiling tinyvec_macros v0.1.1
14412026-06-26T12:17:07.871Z Compiling httparse v1.10.1
14422026-06-26T12:17:07.902Z Compiling pkcs5 v0.7.1
14432026-06-26T12:17:07.996Z Compiling tinyvec v1.10.0
14442026-06-26T12:17:08.290Z Compiling rand v0.9.2
14452026-06-26T12:17:08.407Z Compiling pest_generator v2.8.6
14462026-06-26T12:17:08.435Z Compiling tracing v0.1.44
14472026-06-26T12:17:08.503Z Compiling thiserror v2.0.18
14482026-06-26T12:17:08.579Z Compiling serde_derive_internals v0.29.1
14492026-06-26T12:17:08.611Z Compiling aho-corasick v1.1.4
14502026-06-26T12:17:08.704Z Compiling tower-layer v0.3.3
14512026-06-26T12:17:08.871Z Compiling tower-service v0.3.3
14522026-06-26T12:17:08.971Z Compiling rustls v0.23.37
14532026-06-26T12:17:09.093Z Compiling atomic-waker v1.1.2
14542026-06-26T12:17:09.111Z Compiling schemars v0.8.22
14552026-06-26T12:17:09.144Z Compiling dyn-clone v1.0.20
14562026-06-26T12:17:09.219Z Compiling try-lock v0.2.5
14572026-06-26T12:17:09.283Z Compiling pest_derive v2.8.6
14582026-06-26T12:17:09.328Z Compiling want v0.3.1
14592026-06-26T12:17:09.495Z Compiling tokio-util v0.7.18
14602026-06-26T12:17:09.498Z Compiling schemars_derive v0.8.22
14612026-06-26T12:17:09.638Z Compiling regex-automata v0.4.14
14622026-06-26T12:17:09.707Z Compiling pkcs8 v0.10.2
14632026-06-26T12:17:10.019Z Compiling ipnet v2.11.0
14642026-06-26T12:17:10.164Z Compiling h2 v0.4.13
14652026-06-26T12:17:10.303Z Compiling scroll_derive v0.13.1
14662026-06-26T12:17:10.509Z Compiling darling_core v0.20.11
14672026-06-26T12:17:10.523Z Compiling pin-utils v0.1.0
14682026-06-26T12:17:10.596Z Compiling httpdate v1.0.3
14692026-06-26T12:17:10.744Z Compiling openssl v0.10.79
14702026-06-26T12:17:10.822Z Compiling foreign-types-shared v0.1.1
14712026-06-26T12:17:10.910Z Compiling foreign-types v0.3.2
14722026-06-26T12:17:11.003Z Compiling tempfile v3.25.0
14732026-06-26T12:17:11.106Z Compiling scroll v0.13.0
14742026-06-26T12:17:11.348Z Compiling unicode-normalization v0.1.25
14752026-06-26T12:17:11.373Z Compiling openssl-macros v0.1.1
14762026-06-26T12:17:11.775Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-06-26T12:17:11.800Z Compiling spin v0.9.8
14782026-06-26T12:17:11.815Z Compiling powerfmt v0.2.0
14792026-06-26T12:17:12.010Z Compiling crc32fast v1.5.0
14802026-06-26T12:17:12.013Z Compiling native-tls v0.2.18
14812026-06-26T12:17:12.158Z Compiling time-core v0.1.8
14822026-06-26T12:17:12.224Z Compiling num-conv v0.2.0
14832026-06-26T12:17:12.313Z Compiling deranged v0.5.8
14842026-06-26T12:17:12.355Z Compiling time-macros v0.2.27
14852026-06-26T12:17:12.765Z Compiling darling_macro v0.20.11
14862026-06-26T12:17:13.262Z Compiling hyper v1.8.1
14872026-06-26T12:17:13.318Z Compiling darling v0.20.11
14882026-06-26T12:17:13.403Z Compiling goblin v0.10.5
14892026-06-26T12:17:13.490Z Compiling rustls-native-certs v0.8.3
14902026-06-26T12:17:13.752Z Compiling sync_wrapper v1.0.2
14912026-06-26T12:17:13.785Z Compiling wait-timeout v0.2.1
14922026-06-26T12:17:13.864Z Compiling siphasher v1.0.2
14932026-06-26T12:17:14.054Z Compiling usdt-impl v0.6.0
14942026-06-26T12:17:14.070Z Compiling unicode-segmentation v1.12.0
14952026-06-26T12:17:14.202Z Compiling bit-vec v0.8.0
14962026-06-26T12:17:14.261Z Compiling num_threads v0.1.7
14972026-06-26T12:17:14.365Z Compiling hyper-util v0.1.20
14982026-06-26T12:17:14.440Z Compiling crossbeam-utils v0.8.21
14992026-06-26T12:17:14.456Z Compiling simd-adler32 v0.3.8
15002026-06-26T12:17:14.710Z Compiling quick-error v1.2.3
15012026-06-26T12:17:14.737Z Compiling syn v1.0.109
15022026-06-26T12:17:14.819Z Compiling rusty-fork v0.3.1
15032026-06-26T12:17:15.093Z Compiling bit-set v0.8.0
15042026-06-26T12:17:15.137Z Compiling time v0.3.47
15052026-06-26T12:17:15.234Z Compiling tower v0.5.3
15062026-06-26T12:17:15.255Z Compiling derive_builder_core v0.20.2
15072026-06-26T12:17:15.601Z Compiling dtrace-parser v0.3.0
15082026-06-26T12:17:15.723Z Compiling http-body-util v0.1.3
15092026-06-26T12:17:15.979Z Compiling webpki-roots v1.0.6
15102026-06-26T12:17:16.100Z Compiling signature v2.2.0
15112026-06-26T12:17:16.103Z Compiling scroll_derive v0.12.1
15122026-06-26T12:17:16.128Z Compiling dof v0.4.0
15132026-06-26T12:17:16.283Z Compiling thiserror-impl v1.0.69
15142026-06-26T12:17:16.363Z Compiling heapless v0.7.17
15152026-06-26T12:17:16.599Z Compiling rand_xorshift v0.4.0
15162026-06-26T12:17:16.720Z Compiling slog v2.8.2
15172026-06-26T12:17:16.770Z Compiling darling_core v0.21.3
15182026-06-26T12:17:16.773Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-06-26T12:17:16.905Z Compiling thread-id v5.1.0
15202026-06-26T12:17:16.991Z Compiling cookie v0.18.1
15212026-06-26T12:17:17.059Z Compiling signal-hook v0.3.18
15222026-06-26T12:17:17.177Z Compiling unarray v0.1.4
15232026-06-26T12:17:17.235Z Compiling anyhow v1.0.102
15242026-06-26T12:17:17.290Z Compiling unicode-bidi v0.3.18
15252026-06-26T12:17:17.310Z Compiling adler2 v2.0.1
15262026-06-26T12:17:17.443Z Compiling paste v1.0.15
15272026-06-26T12:17:17.526Z Compiling allocator-api2 v0.2.21
15282026-06-26T12:17:17.540Z Compiling ryu v1.0.23
15292026-06-26T12:17:17.678Z Compiling zstd-safe v7.2.4
15302026-06-26T12:17:17.707Z Compiling iri-string v0.7.10
15312026-06-26T12:17:17.722Z Compiling unicode-properties v0.1.4
15322026-06-26T12:17:17.852Z Compiling serde_urlencoded v0.7.1
15332026-06-26T12:17:17.885Z Compiling stringprep v0.1.5
15342026-06-26T12:17:17.932Z Compiling thiserror v1.0.69
15352026-06-26T12:17:18.033Z Compiling miniz_oxide v0.8.9
15362026-06-26T12:17:18.077Z Compiling proptest v1.10.0
15372026-06-26T12:17:18.703Z Compiling scroll v0.12.0
15382026-06-26T12:17:18.914Z Compiling tower-http v0.6.8
15392026-06-26T12:17:18.972Z Compiling derive_builder_macro v0.20.2
15402026-06-26T12:17:19.019Z Compiling tokio-native-tls v0.3.1
15412026-06-26T12:17:19.279Z Compiling heck v0.4.1
15422026-06-26T12:17:19.318Z Compiling bstr v1.12.1
15432026-06-26T12:17:19.371Z Compiling darling_macro v0.21.3
15442026-06-26T12:17:19.443Z Compiling ipnetwork v0.21.1
15452026-06-26T12:17:19.511Z Compiling rand_chacha v0.3.1
15462026-06-26T12:17:19.693Z Compiling serde_tokenstream v0.2.3
15472026-06-26T12:17:19.849Z Compiling erased-serde v0.3.31
15482026-06-26T12:17:19.852Z Compiling toml_datetime v0.6.11
15492026-06-26T12:17:19.974Z Compiling serde_spanned v0.6.9
15502026-06-26T12:17:20.011Z Compiling md-5 v0.10.6
15512026-06-26T12:17:20.119Z Compiling async-trait v0.1.89
15522026-06-26T12:17:20.126Z Compiling pin-project-internal v1.1.11
15532026-06-26T12:17:20.177Z Compiling zerocopy-derive v0.7.35
15542026-06-26T12:17:20.317Z Compiling curve25519-dalek v4.1.3
15552026-06-26T12:17:20.330Z Compiling vergen-lib v9.1.0
15562026-06-26T12:17:20.506Z Compiling num-integer v0.1.46
15572026-06-26T12:17:20.653Z Compiling hash32 v0.2.1
15582026-06-26T12:17:20.835Z Compiling ff v0.13.1
15592026-06-26T12:17:20.855Z Compiling memoffset v0.9.1
15602026-06-26T12:17:20.980Z Compiling encoding_rs v0.8.35
15612026-06-26T12:17:21.045Z Compiling psl-types v2.0.11
15622026-06-26T12:17:21.062Z Compiling mime v0.3.17
15632026-06-26T12:17:21.133Z Compiling zlib-rs v0.6.2
15642026-06-26T12:17:21.177Z Compiling base16ct v0.2.0
15652026-06-26T12:17:21.231Z Compiling litrs v1.0.0
15662026-06-26T12:17:21.321Z Compiling num-bigint-dig v0.8.6
15672026-06-26T12:17:21.362Z Compiling cfg_aliases v0.2.1
15682026-06-26T12:17:21.442Z Compiling fallible-iterator v0.2.0
15692026-06-26T12:17:21.520Z Compiling rustix v0.38.44
15702026-06-26T12:17:21.756Z Compiling ref-cast v1.0.25
15712026-06-26T12:17:21.759Z Compiling smoltcp v0.9.1
15722026-06-26T12:17:21.962Z Compiling document-features v0.2.12
15732026-06-26T12:17:22.122Z Compiling postgres-protocol v0.6.10
15742026-06-26T12:17:22.157Z Compiling nix v0.31.2
15752026-06-26T12:17:22.487Z Compiling sec1 v0.7.3
15762026-06-26T12:17:22.522Z Compiling pin-project v1.1.11
15772026-06-26T12:17:22.539Z Compiling publicsuffix v2.3.0
15782026-06-26T12:17:22.671Z Compiling zerocopy v0.7.35
15792026-06-26T12:17:22.707Z Compiling group v0.13.0
15802026-06-26T12:17:22.760Z Compiling num-iter v0.1.45
15812026-06-26T12:17:22.879Z Compiling hubpack_derive v0.1.1
15822026-06-26T12:17:22.923Z Compiling newtype-uuid v1.3.2
15832026-06-26T12:17:23.206Z Compiling darling v0.21.3
15842026-06-26T12:17:23.249Z Compiling rand v0.8.6
15852026-06-26T12:17:23.309Z Compiling oxnet v0.1.5
15862026-06-26T12:17:23.324Z Compiling snafu-derive v0.8.9
15872026-06-26T12:17:23.342Z Compiling derive_builder v0.20.2
15882026-06-26T12:17:23.420Z Compiling hyper-tls v0.6.0
15892026-06-26T12:17:23.645Z Compiling goblin v0.8.2
15902026-06-26T12:17:24.085Z Compiling flate2 v1.1.9
15912026-06-26T12:17:24.436Z Compiling phf_shared v0.13.1
15922026-06-26T12:17:24.487Z Compiling lazy_static v1.5.0
15932026-06-26T12:17:24.513Z Compiling regex v1.12.3
15942026-06-26T12:17:24.583Z Compiling anstyle-parse v0.2.7
15952026-06-26T12:17:24.663Z Compiling futures-executor v0.3.32
15962026-06-26T12:17:24.769Z Compiling hex v0.4.3
15972026-06-26T12:17:24.769Z Compiling hkdf v0.12.4
15982026-06-26T12:17:24.926Z Compiling crypto-bigint v0.5.5
15992026-06-26T12:17:24.940Z Compiling curve25519-dalek-derive v0.1.1
16002026-06-26T12:17:24.953Z Compiling strum_macros v0.27.2
16012026-06-26T12:17:25.052Z Compiling daft-derive v0.1.7
16022026-06-26T12:17:25.238Z Compiling ref-cast-impl v1.0.25
16032026-06-26T12:17:25.590Z Compiling terminal_size v0.4.3
16042026-06-26T12:17:25.741Z Compiling vergen v9.1.0
16052026-06-26T12:17:25.781Z Compiling fs-err v3.3.0
16062026-06-26T12:17:25.798Z Compiling cargo-platform v0.3.2
16072026-06-26T12:17:25.920Z Compiling ahash v0.8.12
16082026-06-26T12:17:25.967Z Compiling foldhash v0.2.0
16092026-06-26T12:17:26.070Z Compiling winnow v0.5.40
16102026-06-26T12:17:26.128Z Compiling libbz2-rs-sys v0.2.2
16112026-06-26T12:17:26.194Z Compiling same-file v1.0.6
16122026-06-26T12:17:26.367Z Compiling managed v0.8.0
16132026-06-26T12:17:26.587Z Compiling foldhash v0.1.5
16142026-06-26T12:17:26.763Z Compiling object v0.37.3
16152026-06-26T12:17:26.817Z Compiling bitflags v1.3.2
16162026-06-26T12:17:26.888Z Compiling bumpalo v3.20.2
16172026-06-26T12:17:26.930Z Compiling strum v0.27.2
16182026-06-26T12:17:27.075Z Compiling clap_builder v4.6.0
16192026-06-26T12:17:27.087Z Compiling hashbrown v0.15.5
16202026-06-26T12:17:27.145Z Compiling zopfli v0.8.3
16212026-06-26T12:17:27.202Z Compiling bzip2 v0.6.1
16222026-06-26T12:17:27.409Z Compiling toml_edit v0.19.15
16232026-06-26T12:17:27.500Z Compiling walkdir v2.5.0
16242026-06-26T12:17:27.693Z Compiling hashbrown v0.16.1
16252026-06-26T12:17:27.818Z Compiling cargo_metadata v0.23.1
16262026-06-26T12:17:27.872Z Compiling dof v0.3.0
16272026-06-26T12:17:27.906Z Compiling elliptic-curve v0.13.8
16282026-06-26T12:17:28.319Z Compiling daft v0.1.7
16292026-06-26T12:17:28.602Z Compiling snafu v0.8.9
16302026-06-26T12:17:28.635Z Compiling futures v0.3.32
16312026-06-26T12:17:28.724Z Compiling anstream v0.6.21
16322026-06-26T12:17:28.965Z Compiling phf v0.13.1
16332026-06-26T12:17:29.163Z Compiling signal-hook-mio v0.2.5
16342026-06-26T12:17:29.195Z Compiling cookie_store v0.22.1
16352026-06-26T12:17:29.279Z Compiling zstd v0.13.3
16362026-06-26T12:17:29.497Z Compiling bzip2 v0.4.4
16372026-06-26T12:17:29.546Z Compiling hubpack v0.1.2
16382026-06-26T12:17:29.709Z Compiling serde_with_macros v3.17.0
16392026-06-26T12:17:29.860Z Compiling postgres-types v0.2.12
16402026-06-26T12:17:30.119Z Compiling usdt-attr-macro v0.6.0
16412026-06-26T12:17:30.135Z Compiling usdt-macro v0.6.0
16422026-06-26T12:17:30.420Z Compiling globset v0.4.18
16432026-06-26T12:17:30.849Z Compiling dtrace-parser v0.2.0
16442026-06-26T12:17:30.883Z Compiling ed25519 v2.2.3
16452026-06-26T12:17:30.914Z Compiling phf_shared v0.11.3
16462026-06-26T12:17:30.969Z Compiling olpc-cjson v0.1.4
16472026-06-26T12:17:31.100Z Compiling pkcs1 v0.7.5
16482026-06-26T12:17:31.114Z Compiling serde_plain v1.0.2
16492026-06-26T12:17:31.132Z Compiling serde-big-array v0.5.1
16502026-06-26T12:17:31.277Z Compiling rfc6979 v0.4.0
16512026-06-26T12:17:31.311Z Compiling pem v3.0.6
16522026-06-26T12:17:31.407Z Compiling async-recursion v1.1.1
16532026-06-26T12:17:31.466Z Compiling enum-as-inner v0.6.1
16542026-06-26T12:17:31.499Z Compiling serde_repr v0.1.20
16552026-06-26T12:17:31.599Z Compiling strum_macros v0.26.4
16562026-06-26T12:17:31.641Z Compiling clap_derive v4.6.1
16572026-06-26T12:17:31.779Z Compiling float-cmp v0.10.0
16582026-06-26T12:17:31.932Z Compiling thread-id v4.2.2
16592026-06-26T12:17:31.983Z Compiling memmap2 v0.9.10
16602026-06-26T12:17:32.020Z Compiling env_filter v1.0.0
16612026-06-26T12:17:32.034Z Compiling either v1.15.0
16622026-06-26T12:17:32.066Z Compiling whoami v2.1.0
16632026-06-26T12:17:32.203Z Compiling fixedbitset v0.5.7
16642026-06-26T12:17:32.246Z Compiling precomputed-hash v0.1.1
16652026-06-26T12:17:32.328Z Compiling fixedbitset v0.4.2
16662026-06-26T12:17:32.342Z Compiling data-encoding v2.10.0
16672026-06-26T12:17:32.443Z Compiling normalize-line-endings v0.3.0
16682026-06-26T12:17:32.513Z Compiling predicates-core v1.0.10
16692026-06-26T12:17:32.542Z Compiling difflib v0.4.0
16702026-06-26T12:17:32.556Z Compiling keccak v0.1.6
16712026-06-26T12:17:32.693Z Compiling typed-path v0.9.3
16722026-06-26T12:17:33.033Z Compiling new_debug_unreachable v1.0.6
16732026-06-26T12:17:33.107Z Compiling static_assertions v1.1.0
16742026-06-26T12:17:33.122Z Compiling jiff v0.2.21
16752026-06-26T12:17:33.219Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16762026-06-26T12:17:33.395Z Compiling string_cache v0.8.9
16772026-06-26T12:17:33.410Z Compiling strum v0.26.3
16782026-06-26T12:17:33.477Z Compiling clap v4.6.1
16792026-06-26T12:17:33.547Z Compiling predicates v3.1.4
16802026-06-26T12:17:33.565Z Compiling sha3 v0.10.8
16812026-06-26T12:17:33.631Z Compiling hickory-proto v0.25.2
16822026-06-26T12:17:33.973Z Compiling petgraph v0.6.5
16832026-06-26T12:17:34.050Z Compiling petgraph v0.8.3
16842026-06-26T12:17:34.220Z Compiling toml_edit v0.22.27
16852026-06-26T12:17:34.787Z Compiling tokio-postgres v0.7.16
16862026-06-26T12:17:35.485Z Compiling itertools v0.13.0
16872026-06-26T12:17:35.983Z Compiling zip v4.6.1
16882026-06-26T12:17:36.054Z Compiling env_logger v0.11.9
16892026-06-26T12:17:36.412Z Compiling usdt v0.6.0
16902026-06-26T12:17:36.680Z Compiling usdt-impl v0.5.0
16912026-06-26T12:17:36.716Z Compiling ecdsa v0.16.9
16922026-06-26T12:17:36.940Z Compiling rsa v0.9.10
16932026-06-26T12:17:36.943Z Compiling ed25519-dalek v2.2.0
16942026-06-26T12:17:36.992Z Compiling serde_with v3.17.0
16952026-06-26T12:17:37.121Z Compiling crossterm v0.28.1
16962026-06-26T12:17:37.356Z Compiling zip v0.6.6
16972026-06-26T12:17:37.943Z Compiling toml v0.7.8
16982026-06-26T12:17:38.037Z Compiling iddqd v0.4.2
16992026-06-26T12:17:38.709Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-06-26T12:17:38.754Z Compiling similar v2.7.0
17012026-06-26T12:17:38.832Z Compiling crossbeam-epoch v0.9.18
17022026-06-26T12:17:38.846Z Compiling tokio-stream v0.1.18
17032026-06-26T12:17:39.171Z Compiling buf-list v1.1.2
17042026-06-26T12:17:39.323Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17052026-06-26T12:17:39.357Z Compiling x509-cert v0.2.5
17062026-06-26T12:17:39.357Z Compiling openapiv3 v2.2.0
17072026-06-26T12:17:39.454Z Compiling sha1 v0.10.6
17082026-06-26T12:17:39.626Z Compiling peg-runtime v0.8.5
17092026-06-26T12:17:39.642Z Compiling lalrpop-util v0.19.12
17102026-06-26T12:17:39.676Z Compiling thread_local v1.1.9
17112026-06-26T12:17:39.846Z Compiling slog-async v2.8.0
17122026-06-26T12:17:39.922Z Compiling crossbeam-channel v0.5.15
17132026-06-26T12:17:39.939Z Compiling filetime v0.2.27
17142026-06-26T12:17:40.135Z Compiling is-terminal v0.4.17
17152026-06-26T12:17:40.193Z Compiling term v1.2.1
17162026-06-26T12:17:40.249Z Compiling xattr v1.6.1
17172026-06-26T12:17:40.350Z Compiling take_mut v0.2.2
17182026-06-26T12:17:40.400Z Compiling tar v0.4.45
17192026-06-26T12:17:40.790Z Compiling slog-term v2.9.2
17202026-06-26T12:17:50.472Z Compiling rustls-webpki v0.103.9
17212026-06-26T12:17:53.277Z Compiling tokio-rustls v0.26.4
17222026-06-26T12:17:53.277Z Compiling rustls-platform-verifier v0.6.2
17232026-06-26T12:17:53.479Z Compiling hyper-rustls v0.27.7
17242026-06-26T12:17:53.686Z Compiling reqwest v0.12.28
17252026-06-26T12:17:53.686Z Compiling reqwest v0.13.2
17262026-06-26T12:17:54.950Z Compiling tough v0.22.0
17272026-06-26T12:17:57.514Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-06-26T12:17:57.737Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-06-26T12:18:00.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17302026-06-26T12:18:00.777Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17312026-06-26T12:18:00.835ZJun 26 12:17:59.994 INFO Starting download, target: Clickhouse
17322026-06-26T12:18:00.835ZJun 26 12:17:59.995 INFO Starting download, target: DendriteStub
17332026-06-26T12:18:00.835ZJun 26 12:17:59.995 INFO Starting download, target: Cockroach
17342026-06-26T12:18:00.835ZJun 26 12:17:59.995 INFO Starting download, target: Console
17352026-06-26T12:18:00.838ZJun 26 12:17:59.995 INFO Starting download, target: MaghemiteMgd
17362026-06-26T12:18:00.838ZJun 26 12:17:59.995 INFO Starting download, target: TransceiverControl
17372026-06-26T12:18:00.838ZJun 26 12:17:59.995 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-06-26T12:18:00.838ZJun 26 12:17:59.995 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-06-26T12:18:00.838ZJun 26 12:17:59.995 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-06-26T12:18:00.838ZJun 26 12:17:59.995 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17412026-06-26T12:18:00.838ZJun 26 12:17:59.995 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17422026-06-26T12:18:00.838ZJun 26 12:17:59.995 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17432026-06-26T12:18:01.134ZJun 26 12:18:00.290 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17442026-06-26T12:18:01.351ZJun 26 12:18:00.507 INFO Download complete, target: TransceiverControl
17452026-06-26T12:18:02.093ZJun 26 12:18:01.250 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-06-26T12:18:02.204ZJun 26 12:18:01.354 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-06-26T12:18:02.600ZJun 26 12:18:01.747 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17482026-06-26T12:18:02.831ZJun 26 12:18:01.989 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-06-26T12:18:02.831ZJun 26 12:18:01.989 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-06-26T12:18:02.846ZJun 26 12:18:01.991 INFO Download complete, target: Console
17512026-06-26T12:18:03.439ZJun 26 12:18:02.596 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17522026-06-26T12:18:04.526ZJun 26 12:18:03.684 INFO Download complete, target: MaghemiteMgd
17532026-06-26T12:18:04.578ZJun 26 12:18:03.738 INFO Download complete, target: DendriteStub
17542026-06-26T12:18:07.491ZJun 26 12:18:06.650 INFO Checking that binary works, target: Cockroach
17552026-06-26T12:18:07.603ZJun 26 12:18:06.763 INFO Download complete, target: Cockroach
17562026-06-26T12:18:10.204ZJun 26 12:18:09.363 INFO Checking that binary works, target: Clickhouse
17572026-06-26T12:18:10.292ZJun 26 12:18:09.451 INFO Download complete, target: Clickhouse
17582026-06-26T12:18:10.307ZAll builder prerequisites installed successfully, and PATH looks valid
17592026-06-26T12:18:10.310Z
17602026-06-26T12:18:10.310Zreal 2:19.901865305
17612026-06-26T12:18:10.310Zuser 7:02.068896785
17622026-06-26T12:18:10.310Zsys 1:24.191267103
17632026-06-26T12:18:10.310Ztrap 0.240296496
17642026-06-26T12:18:10.310Ztflt 0.605551545
17652026-06-26T12:18:10.310Zdflt 0.506597199
17662026-06-26T12:18:10.310Zkflt 0.021387893
17672026-06-26T12:18:10.310Zlock 22:26.791395353
17682026-06-26T12:18:10.310Zslp 21:45.860926370
17692026-06-26T12:18:10.310Zlat 45.229250331
17702026-06-26T12:18:10.310Zstop 2:00.206989551
17712026-06-26T12:18:10.310Z+ banner hack-check
17722026-06-26T12:18:10.310Z
17732026-06-26T12:18:10.310Z # # ## #### # # #### # # ###### #### # #
17742026-06-26T12:18:10.310Z # # # # # # # # # # # # # # # # #
17752026-06-26T12:18:10.310Z ###### # # # #### ##### # ###### ##### # ####
17762026-06-26T12:18:10.310Z # # ###### # # # # # # # # # #
17772026-06-26T12:18:10.310Z # # # # # # # # # # # # # # # # #
17782026-06-26T12:18:10.310Z # # # # #### # # #### # # ###### #### # #
17792026-06-26T12:18:10.310Z
17802026-06-26T12:18:10.310Z+ export CARGO_INCREMENTAL=0
17812026-06-26T12:18:10.310Z+ CARGO_INCREMENTAL=0
17822026-06-26T12:18:10.310Z+ ptime -m timeout 2h cargo xtask check-features --ci
17832026-06-26T12:18:10.841Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17842026-06-26T12:18:11.067Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17852026-06-26T12:18:12.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
17862026-06-26T12:18:13.012Z Running `target/debug/xtask check-features --ci`
17872026-06-26T12:18:13.039Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17882026-06-26T12:18:13.039Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17892026-06-26T12:18:13.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17902026-06-26T12:18:13.553Z Running `target/debug/xtask download cargo-hack`
17912026-06-26T12:18:14.333Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17922026-06-26T12:18:14.647Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17932026-06-26T12:18:17.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
17942026-06-26T12:18:17.380Z Running `target/debug/xtask-downloader cargo-hack`
17952026-06-26T12:18:17.418ZJun 26 12:18:16.577 INFO Starting download, target: CargoHack
17962026-06-26T12:18:17.421ZJun 26 12:18:16.578 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17972026-06-26T12:18:18.061ZJun 26 12:18:17.220 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17982026-06-26T12:18:18.114ZJun 26 12:18:17.272 INFO Download complete, target: CargoHack
17992026-06-26T12:18:18.123Zrunning: "/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"
18002026-06-26T12:18:18.129Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18012026-06-26T12:18:18.284Zinfo: running `cargo check --bins` on api_identity (1/295)
18022026-06-26T12:18:18.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-06-26T12:18:18.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-06-26T12:18:18.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-06-26T12:18:18.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18062026-06-26T12:18:18.885Z
18072026-06-26T12:18:18.885Zinfo: running `cargo check --bins` on bootstore (2/295)
18082026-06-26T12:18:19.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-26T12:18:19.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-26T12:18:19.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-26T12:18:19.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18122026-06-26T12:18:19.467Z
18132026-06-26T12:18:19.467Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18142026-06-26T12:18:19.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-26T12:18:19.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-26T12:18:19.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-26T12:18:19.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18182026-06-26T12:18:20.059Z
18192026-06-26T12:18:20.059Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18202026-06-26T12:18:20.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-26T12:18:20.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-26T12:18:20.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-26T12:18:20.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242026-06-26T12:18:20.645Z
18252026-06-26T12:18:20.645Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18262026-06-26T12:18:21.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-26T12:18:21.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-26T12:18:21.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-26T12:18:21.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-06-26T12:18:21.242Z
18312026-06-26T12:18:21.242Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18322026-06-26T12:18:21.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-26T12:18:21.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-26T12:18:21.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-26T12:18:21.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-06-26T12:18:21.829Z
18372026-06-26T12:18:21.829Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18382026-06-26T12:18:22.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-26T12:18:22.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-26T12:18:22.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-26T12:18:22.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-06-26T12:18:22.420Z
18432026-06-26T12:18:22.420Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18442026-06-26T12:18:22.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-26T12:18:22.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-26T12:18:22.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-26T12:18:22.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18482026-06-26T12:18:23.014Z
18492026-06-26T12:18:23.014Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18502026-06-26T12:18:23.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-26T12:18:23.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-26T12:18:23.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-26T12:18:23.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-06-26T12:18:23.484Z
18552026-06-26T12:18:23.484Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18562026-06-26T12:18:23.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-26T12:18:23.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-26T12:18:23.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-26T12:18:23.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18602026-06-26T12:18:23.957Z
18612026-06-26T12:18:23.957Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18622026-06-26T12:18:24.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-26T12:18:24.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-26T12:18:24.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-26T12:18:24.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-06-26T12:18:24.422Z
18672026-06-26T12:18:24.422Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18682026-06-26T12:18:24.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-26T12:18:24.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-26T12:18:24.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-26T12:18:24.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-06-26T12:18:24.895Z
18732026-06-26T12:18:24.895Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18742026-06-26T12:18:25.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-26T12:18:25.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-26T12:18:25.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-26T12:18:25.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18782026-06-26T12:18:25.368Z
18792026-06-26T12:18:25.368Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18802026-06-26T12:18:25.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-26T12:18:25.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-26T12:18:25.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-26T12:18:25.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-06-26T12:18:25.837Z
18852026-06-26T12:18:25.837Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18862026-06-26T12:18:26.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-26T12:18:26.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-26T12:18:26.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-26T12:18:26.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-06-26T12:18:26.303Z
18912026-06-26T12:18:26.303Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18922026-06-26T12:18:26.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-26T12:18:26.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-26T12:18:26.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-26T12:18:26.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-06-26T12:18:26.771Z
18972026-06-26T12:18:26.771Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18982026-06-26T12:18:27.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-26T12:18:27.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-26T12:18:27.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-26T12:18:27.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-06-26T12:18:27.237Z
19032026-06-26T12:18:27.237Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
19042026-06-26T12:18:27.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-26T12:18:27.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-26T12:18:27.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-26T12:18:27.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-06-26T12:18:27.706Z
19092026-06-26T12:18:27.706Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19102026-06-26T12:18:28.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-26T12:18:28.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-26T12:18:28.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-26T12:18:28.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-06-26T12:18:28.172Z
19152026-06-26T12:18:28.172Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19162026-06-26T12:18:28.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-26T12:18:28.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-26T12:18:28.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-26T12:18:28.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-06-26T12:18:28.640Z
19212026-06-26T12:18:28.640Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19222026-06-26T12:18:29.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-26T12:18:29.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-26T12:18:29.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-26T12:18:29.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19262026-06-26T12:18:29.115Z
19272026-06-26T12:18:29.115Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19282026-06-26T12:18:29.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-26T12:18:29.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-26T12:18:29.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-26T12:18:29.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19322026-06-26T12:18:29.589Z
19332026-06-26T12:18:29.589Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19342026-06-26T12:18:29.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-26T12:18:30.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-26T12:18:30.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-26T12:18:30.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-06-26T12:18:30.058Z
19392026-06-26T12:18:30.058Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19402026-06-26T12:18:30.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-26T12:18:30.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-26T12:18:30.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-26T12:18:30.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-06-26T12:18:30.530Z
19452026-06-26T12:18:30.530Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19462026-06-26T12:18:30.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-26T12:18:30.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-26T12:18:30.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-26T12:18:30.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-06-26T12:18:31.002Z
19512026-06-26T12:18:31.002Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19522026-06-26T12:18:31.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-26T12:18:31.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-26T12:18:31.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-26T12:18:31.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-06-26T12:18:31.471Z
19572026-06-26T12:18:31.471Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19582026-06-26T12:18:31.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-26T12:18:31.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-26T12:18:31.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-26T12:18:31.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-06-26T12:18:31.941Z
19632026-06-26T12:18:31.941Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19642026-06-26T12:18:32.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-26T12:18:32.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-26T12:18:32.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-26T12:18:32.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19682026-06-26T12:18:32.411Z
19692026-06-26T12:18:32.412Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19702026-06-26T12:18:32.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-26T12:18:32.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-26T12:18:32.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-26T12:18:32.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19742026-06-26T12:18:32.887Z
19752026-06-26T12:18:32.887Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19762026-06-26T12:18:33.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-26T12:18:33.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-26T12:18:33.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-26T12:18:33.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19802026-06-26T12:18:33.361Z
19812026-06-26T12:18:33.361Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19822026-06-26T12:18:33.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-26T12:18:33.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-26T12:18:33.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-26T12:18:33.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19862026-06-26T12:18:33.837Z
19872026-06-26T12:18:33.837Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19882026-06-26T12:18:34.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-26T12:18:34.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-26T12:18:34.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-26T12:18:34.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-06-26T12:18:34.305Z
19932026-06-26T12:18:34.305Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19942026-06-26T12:18:34.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-26T12:18:34.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-26T12:18:34.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-26T12:18:34.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-06-26T12:18:34.772Z
19992026-06-26T12:18:34.772Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
20002026-06-26T12:18:35.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-26T12:18:35.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-26T12:18:35.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-26T12:18:35.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-06-26T12:18:35.240Z
20052026-06-26T12:18:35.240Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20062026-06-26T12:18:35.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-26T12:18:35.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-26T12:18:35.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-26T12:18:35.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-06-26T12:18:35.707Z
20112026-06-26T12:18:35.707Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20122026-06-26T12:18:36.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-26T12:18:36.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-26T12:18:36.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-26T12:18:36.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20162026-06-26T12:18:36.177Z
20172026-06-26T12:18:36.177Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20182026-06-26T12:18:36.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-26T12:18:36.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-26T12:18:36.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-26T12:18:36.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20222026-06-26T12:18:36.649Z
20232026-06-26T12:18:36.649Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20242026-06-26T12:18:37.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-26T12:18:37.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-26T12:18:37.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-26T12:18:37.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-06-26T12:18:37.118Z
20292026-06-26T12:18:37.118Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20302026-06-26T12:18:37.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-26T12:18:37.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-26T12:18:37.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-26T12:18:37.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-06-26T12:18:37.585Z
20352026-06-26T12:18:37.585Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20362026-06-26T12:18:37.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-26T12:18:37.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-26T12:18:37.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-26T12:18:37.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-06-26T12:18:38.054Z
20412026-06-26T12:18:38.054Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20422026-06-26T12:18:38.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-26T12:18:38.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-26T12:18:38.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-26T12:18:38.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-06-26T12:18:38.525Z
20472026-06-26T12:18:38.525Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20482026-06-26T12:18:38.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-26T12:18:38.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-26T12:18:38.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-26T12:18:38.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20522026-06-26T12:18:38.997Z
20532026-06-26T12:18:38.997Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20542026-06-26T12:18:39.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-26T12:18:39.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-26T12:18:39.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-26T12:18:39.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-06-26T12:18:39.468Z
20592026-06-26T12:18:39.468Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20602026-06-26T12:18:39.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-26T12:18:39.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-26T12:18:39.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-26T12:18:39.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20642026-06-26T12:18:39.941Z
20652026-06-26T12:18:39.941Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20662026-06-26T12:18:40.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-26T12:18:40.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-26T12:18:40.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-26T12:18:40.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-06-26T12:18:40.409Z
20712026-06-26T12:18:40.409Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20722026-06-26T12:18:40.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-26T12:18:40.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-26T12:18:40.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-26T12:18:40.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20762026-06-26T12:18:40.881Z
20772026-06-26T12:18:40.881Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20782026-06-26T12:18:41.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-26T12:18:41.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-26T12:18:41.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-26T12:18:41.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-06-26T12:18:41.353Z
20832026-06-26T12:18:41.353Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20842026-06-26T12:18:41.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-26T12:18:41.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-26T12:18:41.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-26T12:18:41.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20882026-06-26T12:18:41.824Z
20892026-06-26T12:18:41.824Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20902026-06-26T12:18:42.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-26T12:18:42.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-26T12:18:42.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-26T12:18:42.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20942026-06-26T12:18:42.466Z
20952026-06-26T12:18:42.466Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20962026-06-26T12:18:43.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-26T12:18:43.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-26T12:18:43.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-26T12:18:43.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21002026-06-26T12:18:43.110Z
21012026-06-26T12:18:43.110Zinfo: running `cargo check --bins` on nexus-config (51/295)
21022026-06-26T12:18:43.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-26T12:18:43.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-26T12:18:43.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-26T12:18:43.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-06-26T12:18:43.741Z
21072026-06-26T12:18:43.741Zinfo: running `cargo check --bins` on nexus-types (52/295)
21082026-06-26T12:18:44.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-26T12:18:44.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-26T12:18:44.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-26T12:18:44.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21122026-06-26T12:18:44.379Z
21132026-06-26T12:18:44.379Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21142026-06-26T12:18:44.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-26T12:18:44.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-26T12:18:44.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-26T12:18:44.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21182026-06-26T12:18:44.986Z
21192026-06-26T12:18:44.986Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21202026-06-26T12:18:45.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-26T12:18:45.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-26T12:18:45.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-26T12:18:45.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21242026-06-26T12:18:45.571Z
21252026-06-26T12:18:45.571Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21262026-06-26T12:18:46.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-26T12:18:46.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-26T12:18:46.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-26T12:18:46.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-06-26T12:18:46.185Z
21312026-06-26T12:18:46.185Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21322026-06-26T12:18:46.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-26T12:18:46.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-26T12:18:46.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-26T12:18:46.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-06-26T12:18:46.798Z
21372026-06-26T12:18:46.798Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21382026-06-26T12:18:47.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-26T12:18:47.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-26T12:18:47.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-26T12:18:47.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21422026-06-26T12:18:47.414Z
21432026-06-26T12:18:47.414Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21442026-06-26T12:18:47.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-26T12:18:47.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-26T12:18:47.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-26T12:18:47.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21482026-06-26T12:18:48.032Z
21492026-06-26T12:18:48.032Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21502026-06-26T12:18:48.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-26T12:18:48.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-26T12:18:48.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-26T12:18:48.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-06-26T12:18:48.628Z
21552026-06-26T12:18:48.628Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21562026-06-26T12:18:49.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-26T12:18:49.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-26T12:18:49.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-26T12:18:49.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-06-26T12:18:49.222Z
21612026-06-26T12:18:49.222Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21622026-06-26T12:18:49.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-26T12:18:49.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-26T12:18:49.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-26T12:18:49.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-06-26T12:18:49.806Z
21672026-06-26T12:18:49.806Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21682026-06-26T12:18:50.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-26T12:18:50.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-26T12:18:50.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-26T12:18:50.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21722026-06-26T12:18:50.394Z
21732026-06-26T12:18:50.394Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21742026-06-26T12:18:50.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-26T12:18:50.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-26T12:18:50.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-26T12:18:50.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-06-26T12:18:51.000Z
21792026-06-26T12:18:51.000Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21802026-06-26T12:18:51.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-26T12:18:51.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-26T12:18:51.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-26T12:18:51.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21842026-06-26T12:18:51.608Z
21852026-06-26T12:18:51.608Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21862026-06-26T12:18:52.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-26T12:18:52.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-26T12:18:52.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-26T12:18:52.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-06-26T12:18:52.198Z
21912026-06-26T12:18:52.198Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21922026-06-26T12:18:52.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-26T12:18:52.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-26T12:18:52.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-26T12:18:52.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-06-26T12:18:52.790Z
21972026-06-26T12:18:52.790Zinfo: running `cargo check --bins` on ereport-types (67/295)
21982026-06-26T12:18:53.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-26T12:18:53.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-26T12:18:53.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-26T12:18:53.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-06-26T12:18:53.386Z
22032026-06-26T12:18:53.386Zinfo: running `cargo check --bins` on gateway-client (68/295)
22042026-06-26T12:18:53.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-26T12:18:53.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-26T12:18:53.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-26T12:18:53.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22082026-06-26T12:18:53.989Z
22092026-06-26T12:18:53.989Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22102026-06-26T12:18:54.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-26T12:18:54.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-26T12:18:54.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-26T12:18:54.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-06-26T12:18:54.589Z
22152026-06-26T12:18:54.589Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22162026-06-26T12:18:55.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-26T12:18:55.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-26T12:18:55.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-26T12:18:55.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-06-26T12:18:55.189Z
22212026-06-26T12:18:55.189Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22222026-06-26T12:18:55.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-26T12:18:55.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-26T12:18:55.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-26T12:18:55.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-06-26T12:18:55.787Z
22272026-06-26T12:18:55.787Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22282026-06-26T12:18:56.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-26T12:18:56.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-26T12:18:56.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-26T12:18:56.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22322026-06-26T12:18:56.379Z
22332026-06-26T12:18:56.379Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22342026-06-26T12:18:56.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-26T12:18:56.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-26T12:18:56.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-26T12:18:56.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22382026-06-26T12:18:56.993Z
22392026-06-26T12:18:56.994Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22402026-06-26T12:18:57.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-26T12:18:57.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-26T12:18:57.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-26T12:18:57.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22442026-06-26T12:18:57.618Z
22452026-06-26T12:18:57.618Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22462026-06-26T12:18:58.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-26T12:18:58.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-26T12:18:58.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-06-26T12:18:58.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22502026-06-26T12:18:58.206Z
22512026-06-26T12:18:58.206Zinfo: running `cargo check --bins` on oxlog (76/295)
22522026-06-26T12:18:58.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-06-26T12:18:58.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-06-26T12:18:58.825Z Checking cfg-if v1.0.4
22552026-06-26T12:18:58.828Z Checking libc v0.2.185
22562026-06-26T12:18:58.828Z Checking serde_core v1.0.228
22572026-06-26T12:18:58.945Z Checking zeroize v1.8.2
22582026-06-26T12:18:58.953Z Checking memchr v2.8.0
22592026-06-26T12:18:58.961Z Checking log v0.4.29
22602026-06-26T12:18:58.971Z Checking smallvec v1.15.1
22612026-06-26T12:18:58.982Z Checking typenum v1.19.0
22622026-06-26T12:18:58.985Z Checking subtle v2.6.1
22632026-06-26T12:18:59.087Z Checking itoa v1.0.17
22642026-06-26T12:18:59.127Z Checking scopeguard v1.2.0
22652026-06-26T12:18:59.141Z Checking stable_deref_trait v1.2.1
22662026-06-26T12:18:59.154Z Checking const-oid v0.9.6
22672026-06-26T12:18:59.217Z Checking zerofrom v0.1.6
22682026-06-26T12:18:59.229Z Checking lock_api v0.4.14
22692026-06-26T12:18:59.242Z Checking pin-project-lite v0.2.17
22702026-06-26T12:18:59.330Z Checking yoke v0.8.1
22712026-06-26T12:18:59.333Z Checking portable-atomic v1.13.1
22722026-06-26T12:18:59.346Z Checking futures-core v0.3.32
22732026-06-26T12:18:59.349Z Checking getrandom v0.2.17
22742026-06-26T12:18:59.424Z Checking errno v0.3.14
22752026-06-26T12:18:59.501Z Checking generic-array v0.14.7
22762026-06-26T12:18:59.501Z Checking parking_lot_core v0.9.12
22772026-06-26T12:18:59.523Z Checking rand_core v0.6.4
22782026-06-26T12:18:59.534Z Checking zerovec v0.11.5
22792026-06-26T12:18:59.545Z Checking signal-hook-registry v1.4.8
22802026-06-26T12:18:59.684Z Checking critical-section v1.2.0
22812026-06-26T12:18:59.697Z Checking parking_lot v0.12.5
22822026-06-26T12:18:59.709Z Checking mio v1.2.0
22832026-06-26T12:18:59.785Z Checking zerocopy v0.8.40
22842026-06-26T12:18:59.805Z Checking once_cell v1.21.3
22852026-06-26T12:18:59.835Z Checking zmij v1.0.21
22862026-06-26T12:18:59.892Z Checking socket2 v0.6.3
22872026-06-26T12:18:59.956Z Checking crypto-common v0.1.7
22882026-06-26T12:18:59.977Z Checking block-buffer v0.10.4
22892026-06-26T12:18:59.988Z Checking tinystr v0.8.2
22902026-06-26T12:18:59.998Z Checking libm v0.2.16
22912026-06-26T12:19:00.053Z Checking writeable v0.6.2
22922026-06-26T12:19:00.079Z Checking percent-encoding v2.3.2
22932026-06-26T12:19:00.111Z Checking digest v0.10.7
22942026-06-26T12:19:00.133Z Checking litemap v0.8.1
22952026-06-26T12:19:00.164Z Checking equivalent v1.0.2
22962026-06-26T12:19:00.215Z Checking potential_utf v0.1.4
22972026-06-26T12:19:00.217Z Checking zerotrie v0.2.3
22982026-06-26T12:19:00.247Z Checking futures-sink v0.3.32
22992026-06-26T12:19:00.303Z Checking icu_locale_core v2.1.1
23002026-06-26T12:19:00.319Z Checking cpufeatures v0.2.17
23012026-06-26T12:19:00.344Z Checking futures-channel v0.3.32
23022026-06-26T12:19:00.346Z Checking icu_collections v2.1.1
23032026-06-26T12:19:00.388Z Checking futures-io v0.3.32
23042026-06-26T12:19:00.431Z Checking serde v1.0.228
23052026-06-26T12:19:00.467Z Checking bitflags v2.11.0
23062026-06-26T12:19:00.501Z Checking serde_json v1.0.149
23072026-06-26T12:19:00.539Z Checking slab v0.4.12
23082026-06-26T12:19:00.636Z Checking futures-task v0.3.32
23092026-06-26T12:19:00.658Z Checking hmac v0.12.1
23102026-06-26T12:19:00.697Z Checking icu_properties_data v2.1.2
23112026-06-26T12:19:00.710Z Checking num-traits v0.2.19
23122026-06-26T12:19:00.775Z Checking futures-util v0.3.32
23132026-06-26T12:19:00.789Z Checking icu_normalizer_data v2.1.1
23142026-06-26T12:19:00.827Z Checking hashbrown v0.17.0
23152026-06-26T12:19:00.840Z Checking bytes v1.11.1
23162026-06-26T12:19:00.858Z Checking rand_core v0.10.0
23172026-06-26T12:19:00.860Z Checking icu_provider v2.1.1
23182026-06-26T12:19:01.002Z Checking getrandom v0.4.1
23192026-06-26T12:19:01.107Z Checking icu_normalizer v2.1.1
23202026-06-26T12:19:01.151Z Checking icu_properties v2.1.2
23212026-06-26T12:19:01.170Z Checking block-padding v0.3.3
23222026-06-26T12:19:01.244Z Checking utf8_iter v1.0.4
23232026-06-26T12:19:01.302Z Checking tokio v1.52.1
23242026-06-26T12:19:01.302Z Checking indexmap v2.14.0
23252026-06-26T12:19:01.302Z Checking inout v0.1.4
23262026-06-26T12:19:01.367Z Checking sha2 v0.10.9
23272026-06-26T12:19:01.415Z Checking form_urlencoded v1.2.2
23282026-06-26T12:19:01.437Z Checking cipher v0.4.4
23292026-06-26T12:19:01.542Z Checking getrandom v0.3.4
23302026-06-26T12:19:01.638Z Checking base64ct v1.8.3
23312026-06-26T12:19:01.651Z Checking byteorder v1.5.0
23322026-06-26T12:19:01.686Z Checking fnv v1.0.7
23332026-06-26T12:19:01.784Z Checking flagset v0.4.7
23342026-06-26T12:19:01.843Z Checking rand_core v0.9.5
23352026-06-26T12:19:01.858Z Checking http v1.4.0
23362026-06-26T12:19:01.876Z Checking pem-rfc7468 v0.7.0
23372026-06-26T12:19:01.913Z Checking regex-syntax v0.8.10
23382026-06-26T12:19:01.985Z Checking idna_adapter v1.2.1
23392026-06-26T12:19:02.022Z Checking salsa20 v0.10.2
23402026-06-26T12:19:02.035Z Checking der v0.7.10
23412026-06-26T12:19:02.106Z Checking idna v1.1.0
23422026-06-26T12:19:02.157Z Checking uuid v1.23.0
23432026-06-26T12:19:02.356Z Checking url v2.5.8
23442026-06-26T12:19:02.413Z Checking pbkdf2 v0.12.2
23452026-06-26T12:19:02.468Z Checking rustix v1.1.3
23462026-06-26T12:19:02.525Z Checking tracing-core v0.1.36
23472026-06-26T12:19:02.584Z Checking ppv-lite86 v0.2.21
23482026-06-26T12:19:02.693Z Checking rustls-pki-types v1.14.0
23492026-06-26T12:19:02.766Z Checking spki v0.7.3
23502026-06-26T12:19:02.797Z Checking base64 v0.22.1
23512026-06-26T12:19:02.842Z Checking iana-time-zone v0.1.65
23522026-06-26T12:19:02.887Z Checking rand_chacha v0.9.0
23532026-06-26T12:19:02.932Z Checking tracing v0.1.44
23542026-06-26T12:19:02.946Z Checking chrono v0.4.44
23552026-06-26T12:19:02.982Z Checking scrypt v0.11.0
23562026-06-26T12:19:03.035Z Checking http-body v1.0.1
23572026-06-26T12:19:03.086Z Checking aes v0.8.4
23582026-06-26T12:19:03.122Z Checking cbc v0.1.2
23592026-06-26T12:19:03.136Z Checking aws-lc-sys v0.40.0
23602026-06-26T12:19:03.170Z Checking tinyvec_macros v0.1.1
23612026-06-26T12:19:03.239Z Checking untrusted v0.9.0
23622026-06-26T12:19:03.252Z Checking untrusted v0.7.1
23632026-06-26T12:19:03.263Z Checking openssl-probe v0.2.1
23642026-06-26T12:19:03.315Z Checking tinyvec v1.10.0
23652026-06-26T12:19:03.346Z Checking ring v0.17.14
23662026-06-26T12:19:03.361Z Checking rand v0.9.2
23672026-06-26T12:19:03.375Z Checking atomic-waker v1.1.2
23682026-06-26T12:19:03.474Z Checking try-lock v0.2.5
23692026-06-26T12:19:03.477Z Checking pkcs5 v0.7.1
23702026-06-26T12:19:03.577Z Checking tower-service v0.3.3
23712026-06-26T12:19:03.625Z Checking tower-layer v0.3.3
23722026-06-26T12:19:03.638Z Checking aws-lc-rs v1.16.3
23732026-06-26T12:19:03.666Z Checking want v0.3.1
23742026-06-26T12:19:03.742Z Checking pkcs8 v0.10.2
23752026-06-26T12:19:03.777Z Checking ipnet v2.11.0
23762026-06-26T12:19:03.791Z Checking httparse v1.10.1
23772026-06-26T12:19:03.806Z Checking aho-corasick v1.1.4
23782026-06-26T12:19:03.832Z Checking fastrand v2.3.0
23792026-06-26T12:19:03.921Z Checking pin-utils v0.1.0
23802026-06-26T12:19:03.994Z Checking httpdate v1.0.3
23812026-06-26T12:19:04.008Z Checking utf8parse v0.2.2
23822026-06-26T12:19:04.020Z Checking dyn-clone v1.0.20
23832026-06-26T12:19:04.035Z Checking foreign-types-shared v0.1.1
23842026-06-26T12:19:04.109Z Checking plain v0.2.3
23852026-06-26T12:19:04.122Z Checking foreign-types v0.3.2
23862026-06-26T12:19:04.133Z Checking tempfile v3.25.0
23872026-06-26T12:19:04.146Z Checking unicode-normalization v0.1.25
23882026-06-26T12:19:04.189Z Checking semver v1.0.28
23892026-06-26T12:19:04.216Z Checking openssl-sys v0.9.115
23902026-06-26T12:19:04.328Z Checking spin v0.9.8
23912026-06-26T12:19:04.352Z Checking unicode-ident v1.0.24
23922026-06-26T12:19:04.403Z Checking ucd-trie v0.1.7
23932026-06-26T12:19:04.466Z Checking anstyle v1.0.14
23942026-06-26T12:19:04.487Z Checking rustls-webpki v0.103.9
23952026-06-26T12:19:04.499Z Checking regex-automata v0.4.14
23962026-06-26T12:19:04.516Z Checking proc-macro2 v1.0.106
23972026-06-26T12:19:04.532Z Checking tokio-util v0.7.18
23982026-06-26T12:19:04.543Z Checking pest v2.8.6
23992026-06-26T12:19:04.554Z Checking schemars v0.8.22
24002026-06-26T12:19:04.612Z Checking openssl v0.10.79
24012026-06-26T12:19:04.650Z Checking rustls-native-certs v0.8.3
24022026-06-26T12:19:04.784Z Checking thiserror v2.0.18
24032026-06-26T12:19:04.849Z Checking sync_wrapper v1.0.2
24042026-06-26T12:19:04.889Z Checking wait-timeout v0.2.1
24052026-06-26T12:19:04.927Z Checking rustls v0.23.37
24062026-06-26T12:19:04.953Z Checking powerfmt v0.2.0
24072026-06-26T12:19:05.011Z Checking anstyle-query v1.1.5
24082026-06-26T12:19:05.107Z Checking simd-adler32 v0.3.8
24092026-06-26T12:19:05.141Z Checking colorchoice v1.0.4
24102026-06-26T12:19:05.150Z Checking h2 v0.4.13
24112026-06-26T12:19:05.221Z Checking bit-vec v0.8.0
24122026-06-26T12:19:05.236Z Checking quick-error v1.2.3
24132026-06-26T12:19:05.282Z Checking pretty-hex v0.4.1
24142026-06-26T12:19:05.338Z Checking is_terminal_polyfill v1.70.2
24152026-06-26T12:19:05.401Z Checking siphasher v1.0.2
24162026-06-26T12:19:05.415Z Checking bit-set v0.8.0
24172026-06-26T12:19:05.428Z Checking rusty-fork v0.3.1
24182026-06-26T12:19:05.559Z Checking deranged v0.5.8
24192026-06-26T12:19:05.573Z Checking tower v0.5.3
24202026-06-26T12:19:05.596Z Checking quote v1.0.45
24212026-06-26T12:19:05.628Z Compiling newtype-uuid v1.3.2
24222026-06-26T12:19:05.770Z Checking http-body-util v0.1.3
24232026-06-26T12:19:05.814Z Checking webpki-roots v1.0.6
24242026-06-26T12:19:05.935Z Checking crossbeam-utils v0.8.21
24252026-06-26T12:19:05.959Z Checking rand_xorshift v0.4.0
24262026-06-26T12:19:05.994Z Checking crc32fast v1.5.0
24272026-06-26T12:19:06.080Z Checking scroll v0.13.0
24282026-06-26T12:19:06.135Z Checking signature v2.2.0
24292026-06-26T12:19:06.266Z Checking unicode-properties v0.1.4
24302026-06-26T12:19:06.280Z Checking unicode-bidi v0.3.18
24312026-06-26T12:19:06.321Z Checking time-core v0.1.8
24322026-06-26T12:19:06.350Z Checking allocator-api2 v0.2.21
24332026-06-26T12:19:06.455Z Checking num-conv v0.2.0
24342026-06-26T12:19:06.469Z Checking num_threads v0.1.7
24352026-06-26T12:19:06.493Z Checking unarray v0.1.4
24362026-06-26T12:19:06.552Z Checking adler2 v2.0.1
24372026-06-26T12:19:06.572Z Checking iri-string v0.7.10
24382026-06-26T12:19:06.572Z Checking ryu v1.0.23
24392026-06-26T12:19:06.597Z Checking proptest v1.10.0
24402026-06-26T12:19:06.632Z Checking stringprep v0.1.5
24412026-06-26T12:19:06.656Z Checking miniz_oxide v0.8.9
24422026-06-26T12:19:06.691Z Checking native-tls v0.2.18
24432026-06-26T12:19:06.718Z Checking serde_urlencoded v0.7.1
24442026-06-26T12:19:06.786Z Checking time v0.3.47
24452026-06-26T12:19:06.870Z Checking tokio-native-tls v0.3.1
24462026-06-26T12:19:06.929Z Checking bstr v1.12.1
24472026-06-26T12:19:07.004Z Checking goblin v0.10.5
24482026-06-26T12:19:07.026Z Checking crossbeam-epoch v0.9.18
24492026-06-26T12:19:07.253Z Checking syn v2.0.117
24502026-06-26T12:19:07.303Z Checking tokio-rustls v0.26.4
24512026-06-26T12:19:07.320Z Compiling daft v0.1.7
24522026-06-26T12:19:07.537Z Checking ipnetwork v0.21.1
24532026-06-26T12:19:07.602Z Checking anstyle-parse v1.0.0
24542026-06-26T12:19:07.617Z Checking tower-http v0.6.8
24552026-06-26T12:19:07.758Z Checking rand_chacha v0.3.1
24562026-06-26T12:19:07.758Z Checking thiserror v1.0.69
24572026-06-26T12:19:07.853Z Checking hyper v1.8.1
24582026-06-26T12:19:07.866Z Checking scroll v0.12.0
24592026-06-26T12:19:07.894Z Checking hash32 v0.2.1
24602026-06-26T12:19:07.944Z Checking zstd-sys v2.0.16+zstd.1.5.7
24612026-06-26T12:19:07.978Z Checking num-integer v0.1.46
24622026-06-26T12:19:08.057Z Checking serde_spanned v0.6.9
24632026-06-26T12:19:08.057Z Checking toml_datetime v0.6.11
24642026-06-26T12:19:08.088Z Checking md-5 v0.10.6
24652026-06-26T12:19:08.191Z Checking ff v0.13.1
24662026-06-26T12:19:08.208Z Checking encoding_rs v0.8.35
24672026-06-26T12:19:08.225Z Checking fallible-iterator v0.2.0
24682026-06-26T12:19:08.239Z Checking base16ct v0.2.0
24692026-06-26T12:19:08.322Z Checking psl-types v2.0.11
24702026-06-26T12:19:08.365Z Checking zlib-rs v0.6.2
24712026-06-26T12:19:08.410Z Checking mime v0.3.17
24722026-06-26T12:19:08.441Z Checking publicsuffix v2.3.0
24732026-06-26T12:19:08.503Z Checking postgres-protocol v0.6.10
24742026-06-26T12:19:08.607Z Checking sec1 v0.7.3
24752026-06-26T12:19:08.742Z Checking group v0.13.0
24762026-06-26T12:19:08.767Z Checking hyper-util v0.1.20
24772026-06-26T12:19:08.815Z Checking num-iter v0.1.45
24782026-06-26T12:19:08.818Z Checking goblin v0.8.2
24792026-06-26T12:19:08.924Z Checking zstd-safe v7.2.4
24802026-06-26T12:19:08.930Z Checking heapless v0.7.17
24812026-06-26T12:19:09.058Z Checking rand v0.8.6
24822026-06-26T12:19:09.153Z Checking cookie v0.18.1
24832026-06-26T12:19:09.253Z Checking flate2 v1.1.9
24842026-06-26T12:19:09.345Z Checking dof v0.4.0
24852026-06-26T12:19:09.358Z Checking anstream v1.0.0
24862026-06-26T12:19:09.384Z Checking oxnet v0.1.5
24872026-06-26T12:19:09.558Z Compiling iddqd v0.4.2
24882026-06-26T12:19:09.579Z Checking dtrace-parser v0.3.0
24892026-06-26T12:19:09.591Z Checking phf_shared v0.13.1
24902026-06-26T12:19:09.602Z Checking lazy_static v1.5.0
24912026-06-26T12:19:09.628Z Checking anstyle-parse v0.2.7
24922026-06-26T12:19:09.690Z Checking zerocopy v0.7.35
24932026-06-26T12:19:09.781Z Checking pin-project v1.1.11
24942026-06-26T12:19:09.799Z Checking bzip2-sys v0.1.13+1.0.8
24952026-06-26T12:19:09.826Z Checking signal-hook v0.3.18
24962026-06-26T12:19:09.879Z Checking terminal_size v0.4.3
24972026-06-26T12:19:09.893Z Checking futures-executor v0.3.32
24982026-06-26T12:19:09.993Z Checking hex v0.4.3
24992026-06-26T12:19:10.007Z Checking hkdf v0.12.4
25002026-06-26T12:19:10.022Z Checking crypto-bigint v0.5.5
25012026-06-26T12:19:10.035Z Checking hyper-rustls v0.27.7
25022026-06-26T12:19:10.038Z Checking hyper-tls v0.6.0
25032026-06-26T12:19:10.142Z Checking thread-id v5.1.0
25042026-06-26T12:19:10.201Z Checking libbz2-rs-sys v0.2.2
25052026-06-26T12:19:10.218Z Compiling rayon-core v1.13.0
25062026-06-26T12:19:10.221Z Checking foldhash v0.2.0
25072026-06-26T12:19:10.221Z Checking foldhash v0.1.5
25082026-06-26T12:19:10.253Z Checking managed v0.8.0
25092026-06-26T12:19:10.373Z Checking same-file v1.0.6
25102026-06-26T12:19:10.386Z Checking winnow v0.7.14
25112026-06-26T12:19:10.396Z Checking clap_lex v1.0.0
25122026-06-26T12:19:10.434Z Checking either v1.15.0
25132026-06-26T12:19:10.490Z Checking winnow v0.5.40
25142026-06-26T12:19:10.547Z Checking strsim v0.11.1
25152026-06-26T12:19:10.595Z Checking bumpalo v3.20.2
25162026-06-26T12:19:10.623Z Checking bitflags v1.3.2
25172026-06-26T12:19:10.701Z Checking smoltcp v0.9.1
25182026-06-26T12:19:10.714Z Checking clap_builder v4.6.0
25192026-06-26T12:19:10.765Z Checking dof v0.3.0
25202026-06-26T12:19:10.795Z Checking zopfli v0.8.3
25212026-06-26T12:19:10.852Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25222026-06-26T12:19:10.934Z Checking elliptic-curve v0.13.8
25232026-06-26T12:19:11.038Z Checking bzip2 v0.6.1
25242026-06-26T12:19:11.052Z Checking walkdir v2.5.0
25252026-06-26T12:19:11.139Z Checking hashbrown v0.16.1
25262026-06-26T12:19:11.209Z Checking hashbrown v0.15.5
25272026-06-26T12:19:11.218Z Checking reqwest v0.12.28
25282026-06-26T12:19:11.243Z Checking usdt-impl v0.6.0
25292026-06-26T12:19:11.288Z Checking futures v0.3.32
25302026-06-26T12:19:11.368Z Checking signal-hook-mio v0.2.5
25312026-06-26T12:19:11.475Z Checking bzip2 v0.4.4
25322026-06-26T12:19:11.522Z Checking snafu v0.8.9
25332026-06-26T12:19:11.586Z Checking phf v0.13.1
25342026-06-26T12:19:11.636Z Checking anstream v0.6.21
25352026-06-26T12:19:11.639Z Checking toml_edit v0.19.15
25362026-06-26T12:19:11.661Z Checking num-bigint-dig v0.8.6
25372026-06-26T12:19:11.730Z Checking cookie_store v0.22.1
25382026-06-26T12:19:11.766Z Checking zstd v0.13.3
25392026-06-26T12:19:11.850Z Checking postgres-types v0.2.12
25402026-06-26T12:19:11.911Z Checking dtrace-parser v0.2.0
25412026-06-26T12:19:11.958Z Checking globset v0.4.18
25422026-06-26T12:19:11.961Z Checking rustls-platform-verifier v0.6.2
25432026-06-26T12:19:12.066Z Checking crossbeam-deque v0.8.6
25442026-06-26T12:19:12.068Z Checking regex v1.12.3
25452026-06-26T12:19:12.109Z Checking ed25519 v2.2.3
25462026-06-26T12:19:12.147Z Checking phf_shared v0.11.3
25472026-06-26T12:19:12.164Z Checking olpc-cjson v0.1.4
25482026-06-26T12:19:12.215Z Checking ref-cast v1.0.25
25492026-06-26T12:19:12.251Z Checking curve25519-dalek v4.1.3
25502026-06-26T12:19:12.293Z Checking strum v0.27.2
25512026-06-26T12:19:12.293Z Checking hubpack v0.1.2
25522026-06-26T12:19:12.318Z Checking memoffset v0.9.1
25532026-06-26T12:19:12.321Z Checking rustix v0.38.44
25542026-06-26T12:19:12.355Z Checking pkcs1 v0.7.5
25552026-06-26T12:19:12.397Z Checking pem v3.0.6
25562026-06-26T12:19:12.410Z Checking float-cmp v0.10.0
25572026-06-26T12:19:12.472Z Checking serde-big-array v0.5.1
25582026-06-26T12:19:12.486Z Checking serde_plain v1.0.2
25592026-06-26T12:19:12.536Z Checking erased-serde v0.3.31
25602026-06-26T12:19:12.554Z Checking rfc6979 v0.4.0
25612026-06-26T12:19:12.570Z Checking thread-id v4.2.2
25622026-06-26T12:19:12.607Z Checking memmap2 v0.9.10
25632026-06-26T12:19:12.629Z Checking env_filter v1.0.0
25642026-06-26T12:19:12.648Z Checking toml_write v0.1.2
25652026-06-26T12:19:12.670Z Checking typed-path v0.9.3
25662026-06-26T12:19:12.686Z Checking precomputed-hash v0.1.1
25672026-06-26T12:19:12.766Z Checking keccak v0.1.6
25682026-06-26T12:19:12.769Z Checking jiff v0.2.21
25692026-06-26T12:19:12.769Z Checking predicates-core v1.0.10
25702026-06-26T12:19:12.813Z Checking new_debug_unreachable v1.0.6
25712026-06-26T12:19:12.884Z Checking difflib v0.4.0
25722026-06-26T12:19:12.902Z Checking whoami v2.1.0
25732026-06-26T12:19:12.918Z Checking normalize-line-endings v0.3.0
25742026-06-26T12:19:12.935Z Checking data-encoding v2.10.0
25752026-06-26T12:19:13.010Z Checking static_assertions v1.1.0
25762026-06-26T12:19:13.036Z Checking fixedbitset v0.5.7
25772026-06-26T12:19:13.094Z Checking unicode-segmentation v1.12.0
25782026-06-26T12:19:13.094Z Checking fixedbitset v0.4.2
25792026-06-26T12:19:13.098Z Checking tokio-postgres v0.7.16
25802026-06-26T12:19:13.134Z Checking crossterm v0.28.1
25812026-06-26T12:19:13.211Z Checking hickory-proto v0.25.2
25822026-06-26T12:19:13.231Z Checking petgraph v0.8.3
25832026-06-26T12:19:13.231Z Checking petgraph v0.6.5
25842026-06-26T12:19:13.378Z Checking similar v2.7.0
25852026-06-26T12:19:13.463Z Checking tough v0.22.0
25862026-06-26T12:19:13.763Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25872026-06-26T12:19:13.858Z Checking predicates v3.1.4
25882026-06-26T12:19:14.164Z Checking ed25519-dalek v2.2.0
25892026-06-26T12:19:14.361Z Checking sha3 v0.10.8
25902026-06-26T12:19:14.402Z Checking slog v2.8.2
25912026-06-26T12:19:14.510Z Checking string_cache v0.8.9
25922026-06-26T12:19:14.570Z Checking toml_edit v0.22.27
25932026-06-26T12:19:14.666Z Checking env_logger v0.11.9
25942026-06-26T12:19:14.682Z Checking usdt v0.6.0
25952026-06-26T12:19:14.848Z Checking toml v0.7.8
25962026-06-26T12:19:14.865Z Checking ecdsa v0.16.9
25972026-06-26T12:19:14.887Z Checking usdt-impl v0.5.0
25982026-06-26T12:19:15.050Z Checking zip v4.6.1
25992026-06-26T12:19:15.171Z Checking rsa v0.9.10
26002026-06-26T12:19:15.174Z Checking nix v0.31.2
26012026-06-26T12:19:15.635Z Checking reqwest v0.13.2
26022026-06-26T12:19:15.649Z Checking clap v4.6.1
26032026-06-26T12:19:15.707Z Checking zip v0.6.6
26042026-06-26T12:19:15.729Z Checking toml_parser v1.0.9+spec-1.1.0
26052026-06-26T12:19:15.880Z Checking itertools v0.13.0
26062026-06-26T12:19:16.039Z Checking serde_with v3.17.0
26072026-06-26T12:19:16.052Z Checking strum v0.26.3
26082026-06-26T12:19:16.063Z Checking fs-err v3.3.0
26092026-06-26T12:19:16.076Z Checking ahash v0.8.12
26102026-06-26T12:19:16.133Z Checking object v0.37.3
26112026-06-26T12:19:16.162Z Checking tokio-stream v0.1.18
26122026-06-26T12:19:16.260Z Checking buf-list v1.1.2
26132026-06-26T12:19:16.273Z Checking camino v1.2.2
26142026-06-26T12:19:16.366Z Checking anyhow v1.0.102
26152026-06-26T12:19:16.448Z Checking x509-cert v0.2.5
26162026-06-26T12:19:16.499Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26172026-06-26T12:19:16.526Z Checking openapiv3 v2.2.0
26182026-06-26T12:19:16.551Z Checking sha1 v0.10.6
26192026-06-26T12:19:16.571Z Checking peg-runtime v0.8.5
26202026-06-26T12:19:16.714Z Checking lalrpop-util v0.19.12
26212026-06-26T12:19:16.714Z Checking rayon v1.11.0
26222026-06-26T12:19:16.767Z Checking sigpipe v0.1.3
26232026-06-26T12:19:16.853Z Checking glob v0.3.3
26242026-06-26T12:19:18.365Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26252026-06-26T12:19:18.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.44s
26262026-06-26T12:19:18.878Z
26272026-06-26T12:19:18.878Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26282026-06-26T12:19:19.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-06-26T12:19:19.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-06-26T12:19:19.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-06-26T12:19:19.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26322026-06-26T12:19:19.427Z
26332026-06-26T12:19:19.427Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26342026-06-26T12:19:19.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-06-26T12:19:19.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-06-26T12:19:19.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-06-26T12:19:19.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26382026-06-26T12:19:20.039Z
26392026-06-26T12:19:20.040Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26402026-06-26T12:19:20.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-06-26T12:19:20.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-06-26T12:19:20.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-06-26T12:19:20.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26442026-06-26T12:19:20.653Z
26452026-06-26T12:19:20.653Zinfo: running `cargo check --bins` on oxql-types (80/295)
26462026-06-26T12:19:21.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-06-26T12:19:21.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-06-26T12:19:21.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-06-26T12:19:21.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26502026-06-26T12:19:21.256Z
26512026-06-26T12:19:21.256Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26522026-06-26T12:19:21.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-06-26T12:19:21.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-06-26T12:19:21.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-06-26T12:19:21.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26562026-06-26T12:19:21.860Z
26572026-06-26T12:19:21.860Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26582026-06-26T12:19:22.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-06-26T12:19:22.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-06-26T12:19:22.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-06-26T12:19:22.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26622026-06-26T12:19:22.466Z
26632026-06-26T12:19:22.466Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26642026-06-26T12:19:22.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-06-26T12:19:22.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-06-26T12:19:22.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-06-26T12:19:22.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26682026-06-26T12:19:23.055Z
26692026-06-26T12:19:23.055Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26702026-06-26T12:19:23.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-06-26T12:19:23.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-06-26T12:19:23.752Z Compiling structmeta-derive v0.3.0
26732026-06-26T12:19:23.873Z Compiling rustls v0.22.4
26742026-06-26T12:19:23.882Z Compiling multer v3.1.0
26752026-06-26T12:19:23.892Z Compiling async-stream-impl v0.3.6
26762026-06-26T12:19:23.895Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26772026-06-26T12:19:23.914Z Compiling dropshot v0.17.0
26782026-06-26T12:19:23.930Z Compiling newtype-uuid-macros v0.1.0
26792026-06-26T12:19:23.930Z Compiling dropshot_endpoint v0.17.0
26802026-06-26T12:19:24.069Z Checking newtype-uuid v1.3.2
26812026-06-26T12:19:24.113Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26822026-06-26T12:19:24.181Z Checking rustls-webpki v0.102.8
26832026-06-26T12:19:24.270Z Checking daft v0.1.7
26842026-06-26T12:19:24.283Z Checking thread_local v1.1.9
26852026-06-26T12:19:24.451Z Checking compression-core v0.4.31
26862026-06-26T12:19:24.477Z Checking match_cfg v0.1.0
26872026-06-26T12:19:24.510Z Checking iddqd v0.4.2
26882026-06-26T12:19:24.557Z Checking hostname v0.3.1
26892026-06-26T12:19:24.575Z Checking crossbeam-channel v0.5.15
26902026-06-26T12:19:24.589Z Checking compression-codecs v0.4.37
26912026-06-26T12:19:24.654Z Checking atomicwrites v0.4.4
26922026-06-26T12:19:24.680Z Checking slog-json v2.6.1
26932026-06-26T12:19:24.758Z Checking serde_spanned v1.0.4
26942026-06-26T12:19:24.782Z Checking is-terminal v0.4.17
26952026-06-26T12:19:24.840Z Checking toml_datetime v1.0.0+spec-1.1.0
26962026-06-26T12:19:24.916Z Checking toml_writer v1.0.6+spec-1.1.0
26972026-06-26T12:19:24.929Z Checking term v1.2.1
26982026-06-26T12:19:24.930Z Checking debug-ignore v1.0.5
26992026-06-26T12:19:24.969Z Compiling structmeta v0.3.0
27002026-06-26T12:19:25.030Z Checking take_mut v0.2.2
27012026-06-26T12:19:25.064Z Checking slog-bunyan v2.5.0
27022026-06-26T12:19:25.099Z Checking toml v1.0.6+spec-1.1.0
27032026-06-26T12:19:25.136Z Checking slog-async v2.8.0
27042026-06-26T12:19:25.163Z Checking slog-term v2.9.2
27052026-06-26T12:19:25.181Z Checking async-compression v0.4.41
27062026-06-26T12:19:25.202Z Compiling derive-ex v0.1.8
27072026-06-26T12:19:25.317Z Compiling parse-display-derive v0.10.0
27082026-06-26T12:19:25.428Z Checking async-stream v0.3.6
27092026-06-26T12:19:25.472Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27102026-06-26T12:19:25.475Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27112026-06-26T12:19:25.544Z Checking progenitor-client v0.14.0
27122026-06-26T12:19:25.559Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27132026-06-26T12:19:25.689Z Checking waitgroup v0.1.2
27142026-06-26T12:19:25.702Z Checking backon v1.6.0
27152026-06-26T12:19:25.715Z Checking rustls-pemfile v2.2.0
27162026-06-26T12:19:25.790Z Checking serde_path_to_error v0.1.20
27172026-06-26T12:19:25.801Z Checking hostname v0.4.2
27182026-06-26T12:19:25.854Z Checking instant v0.1.13
27192026-06-26T12:19:25.941Z Checking backoff v0.4.0
27202026-06-26T12:19:26.034Z Checking tokio-rustls v0.25.0
27212026-06-26T12:19:26.055Z Checking progenitor-extras v0.2.0
27222026-06-26T12:19:26.081Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27232026-06-26T12:19:26.134Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27242026-06-26T12:19:26.301Z Checking itertools v0.14.0
27252026-06-26T12:19:26.312Z Checking progenitor-client v0.10.0
27262026-06-26T12:19:26.502Z Checking regress v0.10.5
27272026-06-26T12:19:26.536Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27282026-06-26T12:19:26.759Z Checking macaddr v1.0.1
27292026-06-26T12:19:26.896Z Compiling test-strategy v0.4.5
27302026-06-26T12:19:27.007Z Checking parse-display v0.10.0
27312026-06-26T12:19:27.097Z Checking humantime v2.3.0
27322026-06-26T12:19:28.149Z Compiling prettyplease v0.2.37
27332026-06-26T12:19:28.375Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27342026-06-26T12:19:28.630Z Checking num-rational v0.4.2
27352026-06-26T12:19:28.771Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27362026-06-26T12:19:29.243Z Checking num-complex v0.4.6
27372026-06-26T12:19:29.835Z Checking num v0.4.3
27382026-06-26T12:19:29.942Z Compiling usdt-macro v0.5.0
27392026-06-26T12:19:29.956Z Compiling usdt-attr-macro v0.5.0
27402026-06-26T12:19:29.959Z Checking memmap v0.7.0
27412026-06-26T12:19:29.994Z Compiling float-ord v0.3.2
27422026-06-26T12:19:30.120Z Checking unicode-width v0.2.0
27432026-06-26T12:19:30.123Z Compiling convert_case v0.4.0
27442026-06-26T12:19:30.395Z Checking console v0.15.11
27452026-06-26T12:19:30.509Z Compiling derive_more v0.99.20
27462026-06-26T12:19:30.687Z Checking newline-converter v0.3.0
27472026-06-26T12:19:30.690Z Compiling toml v0.8.23
27482026-06-26T12:19:30.752Z Checking usdt v0.5.0
27492026-06-26T12:19:30.812Z Compiling minimal-lexical v0.2.1
27502026-06-26T12:19:30.927Z Checking linked-hash-map v0.5.6
27512026-06-26T12:19:31.075Z Compiling nom v7.1.3
27522026-06-26T12:19:31.107Z Checking lru-cache v0.1.2
27532026-06-26T12:19:31.313Z Checking expectorate v1.2.0
27542026-06-26T12:19:31.785Z Checking camino-tempfile v1.4.1
27552026-06-26T12:19:31.922Z Checking hickory-proto v0.24.4
27562026-06-26T12:19:31.954Z Checking phf_shared v0.12.1
27572026-06-26T12:19:31.982Z Compiling slog-dtrace v0.3.0
27582026-06-26T12:19:32.098Z Checking resolv-conf v0.7.6
27592026-06-26T12:19:32.180Z Checking heck v0.5.0
27602026-06-26T12:19:32.289Z Compiling chrono-tz v0.10.4
27612026-06-26T12:19:32.361Z Compiling const_format_proc_macros v0.2.34
27622026-06-26T12:19:32.390Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27632026-06-26T12:19:32.434Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27642026-06-26T12:19:32.489Z Checking phf v0.12.1
27652026-06-26T12:19:32.638Z Checking tokio-dtrace v0.1.1
27662026-06-26T12:19:32.835Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27672026-06-26T12:19:32.910Z Compiling derive-where v1.6.0
27682026-06-26T12:19:33.114Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27692026-06-26T12:19:33.367Z Checking highway v1.3.0
27702026-06-26T12:19:33.609Z Checking const_format v0.2.35
27712026-06-26T12:19:33.735Z Checking hickory-resolver v0.24.4
27722026-06-26T12:19:33.816Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27732026-06-26T12:19:33.872Z Checking oxide-tokio-rt v0.1.4
27742026-06-26T12:19:33.928Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27752026-06-26T12:19:34.196Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27762026-06-26T12:19:34.239Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27772026-06-26T12:19:34.461Z Checking gethostname v0.5.0
27782026-06-26T12:19:34.489Z Checking qorb v0.4.1
27792026-06-26T12:19:34.527Z Checking bcs v0.1.6
27802026-06-26T12:19:34.554Z Checking termtree v0.5.1
27812026-06-26T12:19:34.628Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27822026-06-26T12:19:37.767Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27832026-06-26T12:19:40.573Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27842026-06-26T12:19:42.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.65s
27852026-06-26T12:19:42.899Z
27862026-06-26T12:19:42.899Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27872026-06-26T12:19:43.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-06-26T12:19:43.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-06-26T12:19:43.582Z Compiling ar_archive_writer v0.5.1
27902026-06-26T12:19:43.698Z Compiling stacker v0.1.23
27912026-06-26T12:19:43.705Z Compiling cfg_aliases v0.1.1
27922026-06-26T12:19:43.712Z Compiling convert_case v0.10.0
27932026-06-26T12:19:43.717Z Checking unicode-width v0.1.14
27942026-06-26T12:19:43.727Z Compiling proc-macro-error v1.0.4
27952026-06-26T12:19:43.738Z Checking fd-lock v4.0.4
27962026-06-26T12:19:43.743Z Checking nibble_vec v0.1.0
27972026-06-26T12:19:43.763Z Compiling nix v0.28.0
27982026-06-26T12:19:43.852Z Checking vte v0.14.1
27992026-06-26T12:19:43.868Z Compiling recursive-proc-macro-impl v0.1.1
28002026-06-26T12:19:43.955Z Checking bytecount v0.6.9
28012026-06-26T12:19:43.968Z Checking endian-type v0.1.2
28022026-06-26T12:19:44.003Z Checking strip-ansi-escapes v0.2.1
28032026-06-26T12:19:44.015Z Compiling derive_more-impl v2.1.1
28042026-06-26T12:19:44.039Z Compiling tabled_derive v0.7.0
28052026-06-26T12:19:44.075Z Checking papergrid v0.11.0
28062026-06-26T12:19:44.089Z Checking radix_trie v0.2.1
28072026-06-26T12:19:44.105Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082026-06-26T12:19:44.277Z Compiling peg-macros v0.8.5
28092026-06-26T12:19:44.299Z Checking winnow v0.6.26
28102026-06-26T12:19:44.541Z Compiling psm v0.1.30
28112026-06-26T12:19:44.575Z Compiling sqlparser_derive v0.5.0
28122026-06-26T12:19:44.687Z Checking unicode_categories v0.1.1
28132026-06-26T12:19:44.853Z Checking nu-ansi-term v0.50.3
28142026-06-26T12:19:44.867Z Checking derive_more v2.1.1
28152026-06-26T12:19:44.947Z Checking home v0.5.12
28162026-06-26T12:19:45.058Z Checking crossterm v0.29.0
28172026-06-26T12:19:45.071Z Checking reedline v0.40.0
28182026-06-26T12:19:45.095Z Checking tabled v0.15.0
28192026-06-26T12:19:45.164Z Checking rustyline v14.0.0
28202026-06-26T12:19:45.368Z Checking recursive v0.1.1
28212026-06-26T12:19:45.414Z Checking display-error-chain v0.2.2
28222026-06-26T12:19:45.465Z Checking sqlparser v0.61.0
28232026-06-26T12:19:45.516Z Checking sqlformat v0.3.5
28242026-06-26T12:19:45.729Z Checking peg v0.8.5
28252026-06-26T12:19:56.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.88s
28262026-06-26T12:19:56.972Z
28272026-06-26T12:19:56.973Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28282026-06-26T12:19:57.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-06-26T12:19:57.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-06-26T12:19:57.653Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-06-26T12:20:01.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
28322026-06-26T12:20:01.362Z
28332026-06-26T12:20:01.362Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28342026-06-26T12:20:01.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-06-26T12:20:01.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-06-26T12:20:02.042Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-06-26T12:20:04.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
28382026-06-26T12:20:04.718Z
28392026-06-26T12:20:04.718Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28402026-06-26T12:20:05.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-06-26T12:20:05.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-06-26T12:20:05.392Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-06-26T12:20:08.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28442026-06-26T12:20:08.861Z
28452026-06-26T12:20:08.861Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28462026-06-26T12:20:09.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-06-26T12:20:09.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-06-26T12:20:09.546Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-06-26T12:20:12.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
28502026-06-26T12:20:13.060Z
28512026-06-26T12:20:13.060Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28522026-06-26T12:20:13.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-06-26T12:20:13.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-06-26T12:20:13.744Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-06-26T12:20:16.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28562026-06-26T12:20:16.549Z
28572026-06-26T12:20:16.549Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28582026-06-26T12:20:17.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-06-26T12:20:17.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-06-26T12:20:17.232Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-06-26T12:20:19.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
28622026-06-26T12:20:20.088Z
28632026-06-26T12:20:20.088Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28642026-06-26T12:20:20.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-06-26T12:20:20.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-06-26T12:20:20.771Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-06-26T12:20:24.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28682026-06-26T12:20:24.412Z
28692026-06-26T12:20:24.412Zinfo: running `cargo check --bins` on oximeter (93/295)
28702026-06-26T12:20:24.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-06-26T12:20:24.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-06-26T12:20:24.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-06-26T12:20:24.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28742026-06-26T12:20:25.024Z
28752026-06-26T12:20:25.024Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28762026-06-26T12:20:25.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-06-26T12:20:25.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-06-26T12:20:25.672Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28792026-06-26T12:20:25.841Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28802026-06-26T12:20:25.845Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28812026-06-26T12:20:26.185Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28822026-06-26T12:20:29.053Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28832026-06-26T12:20:30.270Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28842026-06-26T12:20:30.488Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28852026-06-26T12:20:31.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s
28862026-06-26T12:20:31.355Z
28872026-06-26T12:20:31.355Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28882026-06-26T12:20:31.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-06-26T12:20:31.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-06-26T12:20:31.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-06-26T12:20:31.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28922026-06-26T12:20:31.955Z
28932026-06-26T12:20:31.955Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28942026-06-26T12:20:32.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-06-26T12:20:32.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-06-26T12:20:32.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-06-26T12:20:32.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28982026-06-26T12:20:32.599Z
28992026-06-26T12:20:32.599Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
29002026-06-26T12:20:33.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-06-26T12:20:33.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-06-26T12:20:33.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-06-26T12:20:33.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29042026-06-26T12:20:33.217Z
29052026-06-26T12:20:33.218Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
29062026-06-26T12:20:33.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-06-26T12:20:33.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-06-26T12:20:33.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-06-26T12:20:33.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29102026-06-26T12:20:33.833Z
29112026-06-26T12:20:33.833Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29122026-06-26T12:20:34.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-06-26T12:20:34.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-06-26T12:20:34.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-06-26T12:20:34.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29162026-06-26T12:20:34.444Z
29172026-06-26T12:20:34.445Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29182026-06-26T12:20:34.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-06-26T12:20:34.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-06-26T12:20:34.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-06-26T12:20:34.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29222026-06-26T12:20:35.056Z
29232026-06-26T12:20:35.056Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29242026-06-26T12:20:35.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-06-26T12:20:35.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-06-26T12:20:35.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-06-26T12:20:35.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29282026-06-26T12:20:35.649Z
29292026-06-26T12:20:35.649Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29302026-06-26T12:20:36.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-06-26T12:20:36.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-06-26T12:20:36.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-06-26T12:20:36.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29342026-06-26T12:20:36.263Z
29352026-06-26T12:20:36.263Zinfo: running `cargo check --bins` on update-engine (103/295)
29362026-06-26T12:20:36.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-06-26T12:20:36.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-06-26T12:20:36.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-06-26T12:20:36.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29402026-06-26T12:20:36.862Z
29412026-06-26T12:20:36.862Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29422026-06-26T12:20:37.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-06-26T12:20:37.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-06-26T12:20:37.585Z Compiling crucible-workspace-hack v0.1.0
29452026-06-26T12:20:37.706Z Checking secrecy v0.10.3
29462026-06-26T12:20:37.712Z Compiling heapless v0.8.0
29472026-06-26T12:20:37.714Z Compiling toml_datetime v0.7.5+spec-1.1.0
29482026-06-26T12:20:37.725Z Compiling ingot-macros v0.1.1
29492026-06-26T12:20:37.733Z Checking hash32 v0.3.1
29502026-06-26T12:20:37.744Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29512026-06-26T12:20:37.747Z Compiling smoltcp v0.11.0
29522026-06-26T12:20:37.810Z Checking cobs v0.3.0
29532026-06-26T12:20:37.856Z Compiling thiserror-impl-no-std v2.0.2
29542026-06-26T12:20:37.945Z Compiling toml_edit v0.23.10+spec-1.0.0
29552026-06-26T12:20:37.958Z Checking universal-hash v0.5.1
29562026-06-26T12:20:37.961Z Checking half v2.7.1
29572026-06-26T12:20:38.005Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29582026-06-26T12:20:38.101Z Checking opaque-debug v0.3.1
29592026-06-26T12:20:38.117Z Checking ciborium-io v0.2.2
29602026-06-26T12:20:38.179Z Checking poly1305 v0.8.0
29612026-06-26T12:20:38.210Z Checking postcard v1.1.3
29622026-06-26T12:20:38.239Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29632026-06-26T12:20:38.254Z Checking ciborium-ll v0.2.2
29642026-06-26T12:20:38.430Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29652026-06-26T12:20:38.446Z Checking password-hash v0.5.0
29662026-06-26T12:20:38.499Z Compiling proc-macro-crate v3.4.0
29672026-06-26T12:20:38.652Z Checking chacha20 v0.9.1
29682026-06-26T12:20:38.678Z Compiling proc-macro-crate v1.3.1
29692026-06-26T12:20:38.706Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29702026-06-26T12:20:38.852Z Checking blake2 v0.10.6
29712026-06-26T12:20:38.952Z Checking aead v0.5.2
29722026-06-26T12:20:39.015Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29732026-06-26T12:20:39.049Z Checking thiserror-no-std v2.0.2
29742026-06-26T12:20:39.062Z Compiling num_enum_derive v0.7.6
29752026-06-26T12:20:39.094Z Compiling foreign-types-macros v0.2.3
29762026-06-26T12:20:39.097Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29772026-06-26T12:20:39.109Z Checking foreign-types-shared v0.3.1
29782026-06-26T12:20:39.137Z Checking cpufeatures v0.3.0
29792026-06-26T12:20:39.211Z Checking vsss-rs v3.3.4
29802026-06-26T12:20:39.213Z Checking chacha20 v0.10.0
29812026-06-26T12:20:39.238Z Checking argon2 v0.5.3
29822026-06-26T12:20:39.351Z Checking chacha20poly1305 v0.10.1
29832026-06-26T12:20:39.442Z Compiling num_enum_derive v0.5.11
29842026-06-26T12:20:39.482Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29852026-06-26T12:20:39.584Z Checking ciborium v0.2.2
29862026-06-26T12:20:39.694Z Checking foreign-types v0.5.0
29872026-06-26T12:20:39.870Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29882026-06-26T12:20:39.901Z Checking tabwriter v1.4.1
29892026-06-26T12:20:40.031Z Checking byte-wrapper v0.1.0
29902026-06-26T12:20:40.082Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29912026-06-26T12:20:40.141Z Checking num_enum v0.7.6
29922026-06-26T12:20:40.169Z Checking cstr-argument v0.1.2
29932026-06-26T12:20:40.244Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29942026-06-26T12:20:40.261Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29952026-06-26T12:20:40.296Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29962026-06-26T12:20:40.376Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29972026-06-26T12:20:40.477Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29982026-06-26T12:20:40.490Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29992026-06-26T12:20:40.501Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-06-26T12:20:40.526Z Checking num_enum v0.5.11
30012026-06-26T12:20:40.590Z Checking ingot-types v0.1.2
30022026-06-26T12:20:40.607Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30032026-06-26T12:20:40.639Z Checking rand v0.10.0
30042026-06-26T12:20:40.653Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30052026-06-26T12:20:40.707Z Checking colored v3.1.1
30062026-06-26T12:20:40.810Z Checking indent_write v2.2.0
30072026-06-26T12:20:40.914Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30082026-06-26T12:20:40.947Z Compiling zone_cfg_derive v0.3.1
30092026-06-26T12:20:40.949Z Checking ingot v0.1.1
30102026-06-26T12:20:40.974Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30112026-06-26T12:20:41.020Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30122026-06-26T12:20:41.088Z Checking itertools v0.12.1
30132026-06-26T12:20:41.103Z Compiling num-derive v0.4.2
30142026-06-26T12:20:41.118Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30152026-06-26T12:20:41.146Z Checking swrite v0.1.0
30162026-06-26T12:20:41.240Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30172026-06-26T12:20:41.336Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30182026-06-26T12:20:41.503Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30192026-06-26T12:20:41.519Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30202026-06-26T12:20:41.555Z Checking dropshot-api-manager-types v0.7.2
30212026-06-26T12:20:41.598Z Checking smf v0.2.3
30222026-06-26T12:20:41.629Z Checking nanorand v0.7.0
30232026-06-26T12:20:41.727Z Checking whoami v1.6.1
30242026-06-26T12:20:41.830Z Checking flume v0.11.1
30252026-06-26T12:20:41.830Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30262026-06-26T12:20:42.040Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30272026-06-26T12:20:42.108Z Checking zone v0.3.1
30282026-06-26T12:20:42.559Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30292026-06-26T12:20:43.539Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30302026-06-26T12:20:44.430Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30312026-06-26T12:20:47.714Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-06-26T12:20:49.784Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30332026-06-26T12:20:50.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s
30342026-06-26T12:20:51.103Z
30352026-06-26T12:20:51.103Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30362026-06-26T12:20:51.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-06-26T12:20:51.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-06-26T12:20:51.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-06-26T12:20:51.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30402026-06-26T12:20:51.706Z
30412026-06-26T12:20:51.706Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30422026-06-26T12:20:52.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-06-26T12:20:52.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-06-26T12:20:52.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-06-26T12:20:52.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30462026-06-26T12:20:52.314Z
30472026-06-26T12:20:52.314Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30482026-06-26T12:20:52.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-06-26T12:20:52.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-06-26T12:20:52.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-06-26T12:20:52.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30522026-06-26T12:20:52.926Z
30532026-06-26T12:20:52.926Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30542026-06-26T12:20:53.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-06-26T12:20:53.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-06-26T12:20:53.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-06-26T12:20:53.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30582026-06-26T12:20:53.538Z
30592026-06-26T12:20:53.538Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30602026-06-26T12:20:54.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-06-26T12:20:54.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-06-26T12:20:54.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-06-26T12:20:54.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30642026-06-26T12:20:54.154Z
30652026-06-26T12:20:54.154Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30662026-06-26T12:20:54.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-06-26T12:20:54.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-06-26T12:20:54.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-06-26T12:20:54.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30702026-06-26T12:20:54.761Z
30712026-06-26T12:20:54.761Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30722026-06-26T12:20:55.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-06-26T12:20:55.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-06-26T12:20:55.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-06-26T12:20:55.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30762026-06-26T12:20:55.383Z
30772026-06-26T12:20:55.383Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30782026-06-26T12:20:55.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-06-26T12:20:55.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-06-26T12:20:55.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-06-26T12:20:55.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30822026-06-26T12:20:55.975Z
30832026-06-26T12:20:55.975Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30842026-06-26T12:20:56.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-06-26T12:20:56.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-06-26T12:20:56.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-06-26T12:20:56.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30882026-06-26T12:20:56.579Z
30892026-06-26T12:20:56.579Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30902026-06-26T12:20:57.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-06-26T12:20:57.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-06-26T12:20:57.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-06-26T12:20:57.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30942026-06-26T12:20:57.192Z
30952026-06-26T12:20:57.192Zinfo: running `cargo check --bins` on installinator-client (115/295)
30962026-06-26T12:20:57.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-06-26T12:20:57.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-06-26T12:20:57.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-06-26T12:20:57.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31002026-06-26T12:20:57.798Z
31012026-06-26T12:20:57.798Zinfo: running `cargo check --bins` on nexus-client (116/295)
31022026-06-26T12:20:58.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-06-26T12:20:58.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-06-26T12:20:58.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-06-26T12:20:58.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31062026-06-26T12:20:58.439Z
31072026-06-26T12:20:58.439Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31082026-06-26T12:20:58.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-06-26T12:20:58.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-06-26T12:20:58.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-06-26T12:20:58.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31122026-06-26T12:20:59.090Z
31132026-06-26T12:20:59.090Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31142026-06-26T12:20:59.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-06-26T12:20:59.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-06-26T12:20:59.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-06-26T12:20:59.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31182026-06-26T12:20:59.685Z
31192026-06-26T12:20:59.685Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31202026-06-26T12:21:00.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-06-26T12:21:00.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-06-26T12:21:00.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-06-26T12:21:00.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31242026-06-26T12:21:00.281Z
31252026-06-26T12:21:00.282Zinfo: running `cargo check --bins` on oxide-client (120/295)
31262026-06-26T12:21:00.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-06-26T12:21:00.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-06-26T12:21:00.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-06-26T12:21:00.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31302026-06-26T12:21:00.878Z
31312026-06-26T12:21:00.878Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31322026-06-26T12:21:01.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-06-26T12:21:01.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-06-26T12:21:01.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-06-26T12:21:01.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31362026-06-26T12:21:01.488Z
31372026-06-26T12:21:01.488Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31382026-06-26T12:21:01.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-06-26T12:21:01.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-06-26T12:21:01.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-06-26T12:21:01.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31422026-06-26T12:21:02.080Z
31432026-06-26T12:21:02.080Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31442026-06-26T12:21:02.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-06-26T12:21:02.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-06-26T12:21:02.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-06-26T12:21:02.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31482026-06-26T12:21:02.691Z
31492026-06-26T12:21:02.691Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31502026-06-26T12:21:03.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-06-26T12:21:03.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-06-26T12:21:03.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-06-26T12:21:03.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31542026-06-26T12:21:03.328Z
31552026-06-26T12:21:03.328Zinfo: running `cargo check --bins` on installinator-common (125/295)
31562026-06-26T12:21:03.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-06-26T12:21:03.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-06-26T12:21:03.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-06-26T12:21:03.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31602026-06-26T12:21:03.957Z
31612026-06-26T12:21:03.957Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31622026-06-26T12:21:04.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-06-26T12:21:04.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-06-26T12:21:04.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-06-26T12:21:04.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31662026-06-26T12:21:04.550Z
31672026-06-26T12:21:04.550Zinfo: running `cargo check --bins` on wicket-common (127/295)
31682026-06-26T12:21:05.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-06-26T12:21:05.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-06-26T12:21:05.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-06-26T12:21:05.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31722026-06-26T12:21:05.176Z
31732026-06-26T12:21:05.176Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31742026-06-26T12:21:05.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-06-26T12:21:05.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-06-26T12:21:05.882Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31772026-06-26T12:21:06.000Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31782026-06-26T12:21:06.009Z Checking csv-core v0.1.13
31792026-06-26T12:21:06.018Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31802026-06-26T12:21:06.021Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31812026-06-26T12:21:06.037Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31822026-06-26T12:21:06.048Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31832026-06-26T12:21:06.060Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-06-26T12:21:06.176Z Checking csv v1.4.0
31852026-06-26T12:21:06.216Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31862026-06-26T12:21:06.231Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31872026-06-26T12:21:06.261Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31882026-06-26T12:21:06.275Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31892026-06-26T12:21:06.516Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31902026-06-26T12:21:06.888Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31912026-06-26T12:21:06.888Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31922026-06-26T12:21:07.227Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31932026-06-26T12:21:13.183Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31942026-06-26T12:21:13.723Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31952026-06-26T12:21:16.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.90s
31962026-06-26T12:21:16.282Z
31972026-06-26T12:21:16.282Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31982026-06-26T12:21:16.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-06-26T12:21:16.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-06-26T12:21:16.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-06-26T12:21:16.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32022026-06-26T12:21:16.888Z
32032026-06-26T12:21:16.889Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
32042026-06-26T12:21:17.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-06-26T12:21:17.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-06-26T12:21:17.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-06-26T12:21:17.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32082026-06-26T12:21:17.576Z
32092026-06-26T12:21:17.576Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32102026-06-26T12:21:18.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-06-26T12:21:18.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-06-26T12:21:18.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-06-26T12:21:18.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32142026-06-26T12:21:18.257Z
32152026-06-26T12:21:18.257Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32162026-06-26T12:21:18.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-06-26T12:21:18.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-06-26T12:21:18.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-06-26T12:21:18.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32202026-06-26T12:21:18.910Z
32212026-06-26T12:21:18.910Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32222026-06-26T12:21:19.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-06-26T12:21:19.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-06-26T12:21:19.677Z Compiling regress v0.11.1
32252026-06-26T12:21:19.828Z Compiling unsafe-libyaml v0.2.11
32262026-06-26T12:21:19.839Z Compiling semver v0.1.20
32272026-06-26T12:21:19.841Z Compiling radium v0.7.0
32282026-06-26T12:21:19.864Z Checking nom v8.0.0
32292026-06-26T12:21:19.865Z Compiling maybe-uninit v2.0.0
32302026-06-26T12:21:19.867Z Checking tap v1.0.1
32312026-06-26T12:21:19.996Z Checking wyz v0.5.1
32322026-06-26T12:21:20.118Z Compiling rustc_version v0.1.7
32332026-06-26T12:21:20.184Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32342026-06-26T12:21:20.199Z Compiling zerocopy-derive v0.6.6
32352026-06-26T12:21:20.313Z Compiling owo-colors v4.3.0
32362026-06-26T12:21:20.341Z Compiling serde_yaml v0.9.34+deprecated
32372026-06-26T12:21:20.573Z Compiling newtype_derive v0.1.6
32382026-06-26T12:21:20.634Z Checking crc-catalog v2.4.0
32392026-06-26T12:21:20.770Z Compiling cancel-safe-futures v0.1.5
32402026-06-26T12:21:20.784Z Checking funty v2.0.0
32412026-06-26T12:21:20.981Z Compiling packed_struct v0.10.1
32422026-06-26T12:21:21.063Z Checking zerocopy v0.6.6
32432026-06-26T12:21:21.109Z Checking bitvec v1.0.1
32442026-06-26T12:21:21.277Z Checking crc v3.4.0
32452026-06-26T12:21:21.307Z Checking typify-impl v0.6.2
32462026-06-26T12:21:21.636Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32472026-06-26T12:21:21.664Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32482026-06-26T12:21:21.791Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32492026-06-26T12:21:21.812Z Compiling packed_struct_codegen v0.10.1
32502026-06-26T12:21:22.014Z Checking libsw-core v0.3.2
32512026-06-26T12:21:22.168Z Compiling bitfield-macros v0.19.4
32522026-06-26T12:21:22.184Z Compiling indexmap v1.9.3
32532026-06-26T12:21:22.386Z Checking nodrop v0.1.14
32542026-06-26T12:21:22.427Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32552026-06-26T12:21:22.482Z Checking array-init v0.0.4
32562026-06-26T12:21:22.500Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32572026-06-26T12:21:22.515Z Checking libsw v3.5.0
32582026-06-26T12:21:22.669Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32592026-06-26T12:21:22.791Z Checking smallvec v0.6.14
32602026-06-26T12:21:22.861Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-06-26T12:21:22.901Z Checking bitfield v0.19.4
32622026-06-26T12:21:23.071Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32632026-06-26T12:21:23.175Z Checking hashbrown v0.12.3
32642026-06-26T12:21:23.205Z Checking linear-map v1.2.0
32652026-06-26T12:21:23.277Z Checking base64 v0.21.7
32662026-06-26T12:21:23.292Z Checking unicode-linebreak v0.1.5
32672026-06-26T12:21:23.380Z Checking tagptr v0.2.0
32682026-06-26T12:21:23.499Z Checking smawk v0.3.2
32692026-06-26T12:21:23.512Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32702026-06-26T12:21:23.525Z Checking ron v0.8.1
32712026-06-26T12:21:23.538Z Checking moka v0.12.13
32722026-06-26T12:21:23.631Z Checking textwrap v0.16.2
32732026-06-26T12:21:23.853Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32742026-06-26T12:21:23.914Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32752026-06-26T12:21:23.983Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32762026-06-26T12:21:24.028Z Checking steno v0.4.1
32772026-06-26T12:21:24.057Z Checking serde-hex v0.1.0
32782026-06-26T12:21:24.177Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32792026-06-26T12:21:24.344Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32802026-06-26T12:21:24.724Z Checking hashbrown v0.13.2
32812026-06-26T12:21:24.806Z Checking crc-any v2.5.0
32822026-06-26T12:21:24.970Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32832026-06-26T12:21:24.996Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32842026-06-26T12:21:25.082Z Checking hickory-resolver v0.25.2
32852026-06-26T12:21:25.166Z Checking utf-8 v0.7.6
32862026-06-26T12:21:25.195Z Checking object v0.30.4
32872026-06-26T12:21:25.208Z Checking half v1.8.3
32882026-06-26T12:21:25.211Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32892026-06-26T12:21:25.321Z Checking void v1.0.2
32902026-06-26T12:21:25.336Z Checking path-slash v0.1.5
32912026-06-26T12:21:25.409Z Checking serde_cbor v0.11.2
32922026-06-26T12:21:25.438Z Checking lzss v0.8.2
32932026-06-26T12:21:25.452Z Checking tungstenite v0.23.0
32942026-06-26T12:21:25.635Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32952026-06-26T12:21:25.734Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32962026-06-26T12:21:25.799Z Checking nix v0.27.1
32972026-06-26T12:21:25.814Z Checking kstat-rs v0.2.4
32982026-06-26T12:21:25.817Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32992026-06-26T12:21:25.883Z Checking fxhash v0.2.1
33002026-06-26T12:21:25.962Z Compiling typify-macro v0.6.2
33012026-06-26T12:21:25.976Z Checking serde_bytes v0.11.19
33022026-06-26T12:21:26.002Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33032026-06-26T12:21:26.006Z Checking tokio-tungstenite v0.23.1
33042026-06-26T12:21:26.150Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33052026-06-26T12:21:26.255Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33062026-06-26T12:21:26.283Z Checking signal-hook-tokio v0.3.1
33072026-06-26T12:21:27.085Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33082026-06-26T12:21:27.242Z Compiling typify v0.6.2
33092026-06-26T12:21:27.324Z Compiling progenitor-impl v0.14.0
33102026-06-26T12:21:27.992Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33112026-06-26T12:21:28.298Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33122026-06-26T12:21:28.790Z Compiling progenitor-macro v0.14.0
33132026-06-26T12:21:31.123Z Checking progenitor v0.14.0
33142026-06-26T12:21:31.248Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33152026-06-26T12:21:31.251Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33162026-06-26T12:21:33.918Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33172026-06-26T12:21:42.053Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33182026-06-26T12:21:48.449Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33192026-06-26T12:21:49.843Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33202026-06-26T12:21:50.354Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33212026-06-26T12:21:52.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.54s
33222026-06-26T12:21:52.660Z
33232026-06-26T12:21:52.661Zinfo: running `cargo check --bins` on gateway-api (134/295)
33242026-06-26T12:21:53.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-06-26T12:21:53.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-06-26T12:21:53.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-06-26T12:21:53.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33282026-06-26T12:21:53.270Z
33292026-06-26T12:21:53.270Zinfo: running `cargo check --bins` on ipcc (135/295)
33302026-06-26T12:21:53.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-06-26T12:21:53.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-06-26T12:21:53.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-06-26T12:21:53.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33342026-06-26T12:21:53.880Z
33352026-06-26T12:21:53.880Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33362026-06-26T12:21:54.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-06-26T12:21:54.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-06-26T12:21:54.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-06-26T12:21:54.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33402026-06-26T12:21:54.474Z
33412026-06-26T12:21:54.474Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33422026-06-26T12:21:55.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-06-26T12:21:55.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-06-26T12:21:55.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-06-26T12:21:55.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33462026-06-26T12:21:55.104Z
33472026-06-26T12:21:55.104Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33482026-06-26T12:21:55.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-06-26T12:21:55.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-06-26T12:21:55.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-06-26T12:21:55.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33522026-06-26T12:21:55.718Z
33532026-06-26T12:21:55.718Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33542026-06-26T12:21:56.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-06-26T12:21:56.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-06-26T12:21:56.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-06-26T12:21:56.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33582026-06-26T12:21:56.321Z
33592026-06-26T12:21:56.322Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33602026-06-26T12:21:56.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-06-26T12:21:56.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-06-26T12:21:56.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-06-26T12:21:56.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33642026-06-26T12:21:56.936Z
33652026-06-26T12:21:56.936Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33662026-06-26T12:21:57.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-06-26T12:21:57.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-06-26T12:21:57.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-06-26T12:21:57.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33702026-06-26T12:21:57.576Z
33712026-06-26T12:21:57.576Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33722026-06-26T12:21:58.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-06-26T12:21:58.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-06-26T12:21:58.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-06-26T12:21:58.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33762026-06-26T12:21:58.197Z
33772026-06-26T12:21:58.197Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33782026-06-26T12:21:58.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-06-26T12:21:58.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-06-26T12:21:58.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-06-26T12:21:58.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33822026-06-26T12:21:58.811Z
33832026-06-26T12:21:58.811Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33842026-06-26T12:21:59.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-06-26T12:21:59.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-06-26T12:21:59.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-06-26T12:21:59.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33882026-06-26T12:21:59.430Z
33892026-06-26T12:21:59.430Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33902026-06-26T12:21:59.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-06-26T12:21:59.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-06-26T12:21:59.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-06-26T12:21:59.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33942026-06-26T12:22:00.051Z
33952026-06-26T12:22:00.051Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33962026-06-26T12:22:00.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-06-26T12:22:00.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-06-26T12:22:00.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-06-26T12:22:00.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34002026-06-26T12:22:00.669Z
34012026-06-26T12:22:00.669Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
34022026-06-26T12:22:01.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-06-26T12:22:01.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-06-26T12:22:01.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-06-26T12:22:01.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34062026-06-26T12:22:01.288Z
34072026-06-26T12:22:01.288Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34082026-06-26T12:22:01.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-06-26T12:22:01.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-06-26T12:22:01.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-06-26T12:22:01.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34122026-06-26T12:22:01.911Z
34132026-06-26T12:22:01.911Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34142026-06-26T12:22:02.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-06-26T12:22:02.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-06-26T12:22:02.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-06-26T12:22:02.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34182026-06-26T12:22:02.546Z
34192026-06-26T12:22:02.546Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34202026-06-26T12:22:03.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-06-26T12:22:03.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-06-26T12:22:03.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-06-26T12:22:03.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34242026-06-26T12:22:03.182Z
34252026-06-26T12:22:03.182Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34262026-06-26T12:22:03.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-06-26T12:22:03.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-06-26T12:22:03.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-06-26T12:22:03.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34302026-06-26T12:22:03.820Z
34312026-06-26T12:22:03.820Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34322026-06-26T12:22:04.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-06-26T12:22:04.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-06-26T12:22:04.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-06-26T12:22:04.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34362026-06-26T12:22:04.465Z
34372026-06-26T12:22:04.465Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34382026-06-26T12:22:04.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-06-26T12:22:05.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-06-26T12:22:05.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-06-26T12:22:05.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34422026-06-26T12:22:05.105Z
34432026-06-26T12:22:05.105Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34442026-06-26T12:22:05.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-06-26T12:22:05.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-06-26T12:22:05.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-06-26T12:22:05.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34482026-06-26T12:22:05.735Z
34492026-06-26T12:22:05.735Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34502026-06-26T12:22:06.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-06-26T12:22:06.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-06-26T12:22:06.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-06-26T12:22:06.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34542026-06-26T12:22:06.363Z
34552026-06-26T12:22:06.363Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34562026-06-26T12:22:06.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-06-26T12:22:06.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-06-26T12:22:06.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-06-26T12:22:06.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34602026-06-26T12:22:06.997Z
34612026-06-26T12:22:06.997Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34622026-06-26T12:22:07.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-06-26T12:22:07.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-06-26T12:22:07.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-06-26T12:22:07.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34662026-06-26T12:22:07.625Z
34672026-06-26T12:22:07.625Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34682026-06-26T12:22:08.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-06-26T12:22:08.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-06-26T12:22:08.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-06-26T12:22:08.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34722026-06-26T12:22:08.240Z
34732026-06-26T12:22:08.240Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34742026-06-26T12:22:08.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-06-26T12:22:08.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-06-26T12:22:08.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-06-26T12:22:08.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34782026-06-26T12:22:08.858Z
34792026-06-26T12:22:08.858Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34802026-06-26T12:22:09.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-06-26T12:22:09.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-06-26T12:22:09.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-06-26T12:22:09.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34842026-06-26T12:22:09.470Z
34852026-06-26T12:22:09.470Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34862026-06-26T12:22:09.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-06-26T12:22:09.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-06-26T12:22:09.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-06-26T12:22:09.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34902026-06-26T12:22:10.085Z
34912026-06-26T12:22:10.085Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34922026-06-26T12:22:10.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-06-26T12:22:10.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-06-26T12:22:10.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-06-26T12:22:10.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34962026-06-26T12:22:10.700Z
34972026-06-26T12:22:10.700Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34982026-06-26T12:22:11.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-06-26T12:22:11.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-06-26T12:22:11.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-06-26T12:22:11.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35022026-06-26T12:22:11.317Z
35032026-06-26T12:22:11.317Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
35042026-06-26T12:22:11.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-06-26T12:22:11.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-06-26T12:22:11.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-06-26T12:22:11.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35082026-06-26T12:22:11.931Z
35092026-06-26T12:22:11.931Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35102026-06-26T12:22:12.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-06-26T12:22:12.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-06-26T12:22:12.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-06-26T12:22:12.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35142026-06-26T12:22:12.548Z
35152026-06-26T12:22:12.548Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35162026-06-26T12:22:13.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-06-26T12:22:13.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-06-26T12:22:13.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-06-26T12:22:13.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35202026-06-26T12:22:13.183Z
35212026-06-26T12:22:13.183Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35222026-06-26T12:22:13.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-06-26T12:22:13.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-06-26T12:22:13.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-06-26T12:22:13.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35262026-06-26T12:22:13.822Z
35272026-06-26T12:22:13.822Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35282026-06-26T12:22:14.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-06-26T12:22:14.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-06-26T12:22:14.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-06-26T12:22:14.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35322026-06-26T12:22:14.459Z
35332026-06-26T12:22:14.459Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35342026-06-26T12:22:14.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-06-26T12:22:14.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-06-26T12:22:14.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-06-26T12:22:14.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35382026-06-26T12:22:15.089Z
35392026-06-26T12:22:15.089Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35402026-06-26T12:22:15.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-06-26T12:22:15.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-06-26T12:22:15.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-06-26T12:22:15.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35442026-06-26T12:22:15.724Z
35452026-06-26T12:22:15.724Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35462026-06-26T12:22:16.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-06-26T12:22:16.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-06-26T12:22:16.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-06-26T12:22:16.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35502026-06-26T12:22:16.359Z
35512026-06-26T12:22:16.359Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35522026-06-26T12:22:16.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-06-26T12:22:16.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-06-26T12:22:16.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-06-26T12:22:16.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35562026-06-26T12:22:16.994Z
35572026-06-26T12:22:16.994Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35582026-06-26T12:22:17.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-06-26T12:22:17.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-06-26T12:22:17.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-06-26T12:22:17.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35622026-06-26T12:22:17.648Z
35632026-06-26T12:22:17.648Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35642026-06-26T12:22:18.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-06-26T12:22:18.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-06-26T12:22:18.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-06-26T12:22:18.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35682026-06-26T12:22:18.270Z
35692026-06-26T12:22:18.270Zinfo: running `cargo check --bins` on dns-server (175/295)
35702026-06-26T12:22:18.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-06-26T12:22:18.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-06-26T12:22:18.931Z Compiling parking_lot_core v0.8.6
35732026-06-26T12:22:18.934Z Compiling git-stub v1.0.0
35742026-06-26T12:22:18.934Z Checking prefix-trie v0.7.0
35752026-06-26T12:22:18.934Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35762026-06-26T12:22:19.170Z Compiling git-stub-vcs v0.1.0
35772026-06-26T12:22:19.335Z Checking hickory-server v0.25.2
35782026-06-26T12:22:19.453Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35792026-06-26T12:22:19.465Z Checking parking_lot v0.11.2
35802026-06-26T12:22:19.527Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35812026-06-26T12:22:19.530Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35822026-06-26T12:22:19.634Z Checking sled v0.34.7
35832026-06-26T12:22:21.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
35842026-06-26T12:22:21.747Z
35852026-06-26T12:22:21.747Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35862026-06-26T12:22:22.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-06-26T12:22:22.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-06-26T12:22:22.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-06-26T12:22:22.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35902026-06-26T12:22:22.363Z
35912026-06-26T12:22:22.363Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35922026-06-26T12:22:22.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-06-26T12:22:22.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-06-26T12:22:22.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-06-26T12:22:22.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35962026-06-26T12:22:22.982Z
35972026-06-26T12:22:22.982Zinfo: running `cargo check --bins` on sp-sim (178/295)
35982026-06-26T12:22:23.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-06-26T12:22:23.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-06-26T12:22:23.723Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36012026-06-26T12:22:25.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
36022026-06-26T12:22:25.685Z
36032026-06-26T12:22:25.685Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
36042026-06-26T12:22:26.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-06-26T12:22:26.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-06-26T12:22:26.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-06-26T12:22:26.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36082026-06-26T12:22:26.344Z
36092026-06-26T12:22:26.344Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36102026-06-26T12:22:26.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-06-26T12:22:26.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-06-26T12:22:26.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-06-26T12:22:26.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36142026-06-26T12:22:27.005Z
36152026-06-26T12:22:27.005Zinfo: running `cargo check --bins` on db-macros (181/295)
36162026-06-26T12:22:27.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-06-26T12:22:27.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-06-26T12:22:27.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-06-26T12:22:27.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36202026-06-26T12:22:27.605Z
36212026-06-26T12:22:27.605Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36222026-06-26T12:22:28.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-06-26T12:22:28.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-06-26T12:22:28.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-06-26T12:22:28.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36262026-06-26T12:22:28.203Z
36272026-06-26T12:22:28.203Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36282026-06-26T12:22:28.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-06-26T12:22:28.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-06-26T12:22:28.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-06-26T12:22:28.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36322026-06-26T12:22:28.860Z
36332026-06-26T12:22:28.860Zinfo: running `cargo check --bins` on authz-macros (184/295)
36342026-06-26T12:22:29.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-06-26T12:22:29.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-06-26T12:22:29.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-06-26T12:22:29.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36382026-06-26T12:22:29.455Z
36392026-06-26T12:22:29.455Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36402026-06-26T12:22:30.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-06-26T12:22:30.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-06-26T12:22:30.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-06-26T12:22:30.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36442026-06-26T12:22:30.114Z
36452026-06-26T12:22:30.114Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36462026-06-26T12:22:30.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-06-26T12:22:30.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-06-26T12:22:30.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-06-26T12:22:30.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36502026-06-26T12:22:30.766Z
36512026-06-26T12:22:30.766Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36522026-06-26T12:22:31.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-06-26T12:22:31.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-06-26T12:22:31.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-06-26T12:22:31.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36562026-06-26T12:22:31.359Z
36572026-06-26T12:22:31.359Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36582026-06-26T12:22:31.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-06-26T12:22:31.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-06-26T12:22:31.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-06-26T12:22:31.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36622026-06-26T12:22:31.954Z
36632026-06-26T12:22:31.954Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36642026-06-26T12:22:32.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-06-26T12:22:32.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-06-26T12:22:32.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-06-26T12:22:32.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36682026-06-26T12:22:32.564Z
36692026-06-26T12:22:32.564Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36702026-06-26T12:22:33.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-06-26T12:22:33.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-06-26T12:22:33.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-06-26T12:22:33.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36742026-06-26T12:22:33.167Z
36752026-06-26T12:22:33.167Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36762026-06-26T12:22:33.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-06-26T12:22:33.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-06-26T12:22:33.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-06-26T12:22:33.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36802026-06-26T12:22:33.760Z
36812026-06-26T12:22:33.760Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36822026-06-26T12:22:34.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-06-26T12:22:34.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-06-26T12:22:34.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-06-26T12:22:34.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36862026-06-26T12:22:34.418Z
36872026-06-26T12:22:34.418Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36882026-06-26T12:22:34.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-06-26T12:22:34.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-06-26T12:22:34.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-06-26T12:22:34.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36922026-06-26T12:22:35.080Z
36932026-06-26T12:22:35.080Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36942026-06-26T12:22:35.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-06-26T12:22:35.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-06-26T12:22:35.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-06-26T12:22:35.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36982026-06-26T12:22:35.725Z
36992026-06-26T12:22:35.725Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
37002026-06-26T12:22:36.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-06-26T12:22:36.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-06-26T12:22:36.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-06-26T12:22:36.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37042026-06-26T12:22:36.356Z
37052026-06-26T12:22:36.356Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37062026-06-26T12:22:36.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-06-26T12:22:36.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-06-26T12:22:36.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-06-26T12:22:36.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37102026-06-26T12:22:36.979Z
37112026-06-26T12:22:36.979Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37122026-06-26T12:22:37.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-06-26T12:22:37.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-06-26T12:22:37.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-06-26T12:22:37.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37162026-06-26T12:22:37.607Z
37172026-06-26T12:22:37.607Zinfo: running `cargo check --bins` on key-manager (198/295)
37182026-06-26T12:22:38.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-06-26T12:22:38.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-06-26T12:22:38.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-06-26T12:22:38.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37222026-06-26T12:22:38.214Z
37232026-06-26T12:22:38.214Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37242026-06-26T12:22:38.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-06-26T12:22:38.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-06-26T12:22:38.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-06-26T12:22:38.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37282026-06-26T12:22:38.844Z
37292026-06-26T12:22:38.844Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37302026-06-26T12:22:39.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-06-26T12:22:39.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-06-26T12:22:39.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-06-26T12:22:39.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37342026-06-26T12:22:39.473Z
37352026-06-26T12:22:39.473Zinfo: running `cargo check --bins` on typed-rng (201/295)
37362026-06-26T12:22:39.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-06-26T12:22:39.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-06-26T12:22:39.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-06-26T12:22:39.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37402026-06-26T12:22:40.068Z
37412026-06-26T12:22:40.069Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37422026-06-26T12:22:40.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-06-26T12:22:40.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-06-26T12:22:40.940Z Compiling libefi-sys v0.1.0
37452026-06-26T12:22:40.943Z Compiling bitfield-struct v0.6.2
37462026-06-26T12:22:41.088Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37472026-06-26T12:22:41.097Z Compiling xshell-macros v0.2.7
37482026-06-26T12:22:41.106Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37492026-06-26T12:22:41.146Z Compiling typify-impl v0.4.3
37502026-06-26T12:22:41.149Z Compiling salty v0.3.0
37512026-06-26T12:22:41.149Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37522026-06-26T12:22:41.153Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37532026-06-26T12:22:41.323Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37542026-06-26T12:22:41.433Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37552026-06-26T12:22:41.461Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37562026-06-26T12:22:41.461Z Checking xshell v0.2.7
37572026-06-26T12:22:41.661Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37582026-06-26T12:22:41.676Z Checking primeorder v0.13.6
37592026-06-26T12:22:41.699Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37602026-06-26T12:22:41.714Z Compiling proc-macro-error-attr2 v2.0.0
37612026-06-26T12:22:41.830Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37622026-06-26T12:22:41.864Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37632026-06-26T12:22:41.915Z Checking p384 v0.13.1
37642026-06-26T12:22:41.944Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37652026-06-26T12:22:42.072Z Checking tungstenite v0.21.0
37662026-06-26T12:22:42.092Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37672026-06-26T12:22:42.107Z Compiling proc-macro-error2 v2.0.1
37682026-06-26T12:22:42.181Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37692026-06-26T12:22:42.505Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37702026-06-26T12:22:42.671Z Compiling num-derive v0.3.3
37712026-06-26T12:22:42.762Z Checking tokio-tungstenite v0.21.0
37722026-06-26T12:22:42.890Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37732026-06-26T12:22:43.053Z Compiling tabled_derive v0.11.0
37742026-06-26T12:22:43.069Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37752026-06-26T12:22:43.339Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37762026-06-26T12:22:43.364Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37772026-06-26T12:22:43.572Z Checking libscf-sys v1.1.0
37782026-06-26T12:22:43.713Z Checking papergrid v0.17.0
37792026-06-26T12:22:43.729Z Checking testing_table v0.3.0
37802026-06-26T12:22:43.764Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37812026-06-26T12:22:43.827Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37822026-06-26T12:22:44.104Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37832026-06-26T12:22:44.217Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37842026-06-26T12:22:44.236Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37852026-06-26T12:22:44.358Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37862026-06-26T12:22:44.403Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37872026-06-26T12:22:44.428Z Compiling unicase v2.9.0
37882026-06-26T12:22:44.504Z Checking corncobs v0.1.4
37892026-06-26T12:22:44.558Z Compiling illumos-nvpair-sys v0.2.0
37902026-06-26T12:22:44.638Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-06-26T12:22:44.641Z Compiling mime_guess v2.0.5
37922026-06-26T12:22:44.668Z Checking tabled v0.20.0
37932026-06-26T12:22:44.822Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37942026-06-26T12:22:44.839Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37952026-06-26T12:22:44.930Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37962026-06-26T12:22:44.945Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37972026-06-26T12:22:44.979Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37982026-06-26T12:22:45.152Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37992026-06-26T12:22:45.180Z Checking progenitor-client v0.11.2
38002026-06-26T12:22:45.226Z Checking secrecy v0.8.0
38012026-06-26T12:22:45.359Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38022026-06-26T12:22:45.646Z Compiling typify-macro v0.4.3
38032026-06-26T12:22:45.731Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38042026-06-26T12:22:45.735Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38052026-06-26T12:22:45.748Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38062026-06-26T12:22:45.807Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38072026-06-26T12:22:45.999Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38082026-06-26T12:22:46.015Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38092026-06-26T12:22:46.086Z Checking filetime v0.2.27
38102026-06-26T12:22:46.233Z Checking crc8 v0.1.1
38112026-06-26T12:22:46.344Z Checking xattr v1.6.1
38122026-06-26T12:22:46.365Z Checking http-range v0.1.5
38132026-06-26T12:22:46.487Z Checking tar v0.4.45
38142026-06-26T12:22:46.501Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38152026-06-26T12:22:46.696Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38162026-06-26T12:22:46.769Z Checking illumos-nvpair v0.3.0
38172026-06-26T12:22:46.879Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38182026-06-26T12:22:46.935Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38192026-06-26T12:22:46.958Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38202026-06-26T12:22:47.274Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38212026-06-26T12:22:47.311Z Checking atty v0.2.14
38222026-06-26T12:22:47.366Z Compiling typify v0.4.3
38232026-06-26T12:22:47.414Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38242026-06-26T12:22:47.457Z Compiling progenitor-impl v0.11.2
38252026-06-26T12:22:47.483Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38262026-06-26T12:22:47.852Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38272026-06-26T12:22:47.885Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38282026-06-26T12:22:47.902Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38292026-06-26T12:22:48.151Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38302026-06-26T12:22:48.189Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38312026-06-26T12:22:48.402Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38322026-06-26T12:22:48.422Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38332026-06-26T12:22:48.536Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38342026-06-26T12:22:48.581Z Checking hyper-staticfile v0.10.1
38352026-06-26T12:22:48.785Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38362026-06-26T12:22:48.867Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38372026-06-26T12:22:48.882Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38382026-06-26T12:22:49.048Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38392026-06-26T12:22:49.065Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38402026-06-26T12:22:49.247Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38412026-06-26T12:22:49.341Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38422026-06-26T12:22:49.426Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38432026-06-26T12:22:49.530Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38442026-06-26T12:22:49.639Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38452026-06-26T12:22:50.040Z Compiling progenitor-macro v0.11.2
38462026-06-26T12:22:52.482Z Checking progenitor v0.11.2
38472026-06-26T12:22:52.629Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38482026-06-26T12:22:53.067Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38492026-06-26T12:22:57.363Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38502026-06-26T12:23:08.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.22s
38512026-06-26T12:23:08.514Z
38522026-06-26T12:23:08.514Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38532026-06-26T12:23:09.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-06-26T12:23:09.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-06-26T12:23:09.311Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38562026-06-26T12:23:20.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38572026-06-26T12:23:20.291Z
38582026-06-26T12:23:20.292Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38592026-06-26T12:23:20.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-06-26T12:23:20.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-06-26T12:23:21.089Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38622026-06-26T12:23:31.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38632026-06-26T12:23:32.069Z
38642026-06-26T12:23:32.069Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38652026-06-26T12:23:32.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-06-26T12:23:32.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-06-26T12:23:32.862Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38682026-06-26T12:23:43.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38692026-06-26T12:23:43.846Z
38702026-06-26T12:23:43.846Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38712026-06-26T12:23:44.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-06-26T12:23:44.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-06-26T12:23:44.637Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38742026-06-26T12:23:55.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38752026-06-26T12:23:55.604Z
38762026-06-26T12:23:55.604Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38772026-06-26T12:23:56.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-06-26T12:23:56.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-06-26T12:23:56.396Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38802026-06-26T12:24:07.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
38812026-06-26T12:24:07.397Z
38822026-06-26T12:24:07.397Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38832026-06-26T12:24:07.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-06-26T12:24:07.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-06-26T12:24:08.190Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38862026-06-26T12:24:18.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38872026-06-26T12:24:19.152Z
38882026-06-26T12:24:19.152Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38892026-06-26T12:24:19.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-06-26T12:24:19.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-06-26T12:24:19.950Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38922026-06-26T12:24:30.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38932026-06-26T12:24:30.925Z
38942026-06-26T12:24:30.925Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38952026-06-26T12:24:31.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-06-26T12:24:31.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-06-26T12:24:31.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38982026-06-26T12:24:31.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38992026-06-26T12:24:31.546Z
39002026-06-26T12:24:31.546Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
39012026-06-26T12:24:32.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-06-26T12:24:32.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-06-26T12:24:32.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39042026-06-26T12:24:32.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39052026-06-26T12:24:32.170Z
39062026-06-26T12:24:32.170Zinfo: running `cargo check --bins` on range-requests (212/295)
39072026-06-26T12:24:32.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-06-26T12:24:32.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-06-26T12:24:32.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39102026-06-26T12:24:32.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39112026-06-26T12:24:32.779Z
39122026-06-26T12:24:32.779Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39132026-06-26T12:24:33.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-06-26T12:24:33.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-06-26T12:24:33.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-06-26T12:24:33.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39172026-06-26T12:24:33.391Z
39182026-06-26T12:24:33.391Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39192026-06-26T12:24:33.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-06-26T12:24:33.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-06-26T12:24:33.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39222026-06-26T12:24:33.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39232026-06-26T12:24:34.024Z
39242026-06-26T12:24:34.025Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39252026-06-26T12:24:34.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-06-26T12:24:34.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-06-26T12:24:34.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-06-26T12:24:34.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39292026-06-26T12:24:34.660Z
39302026-06-26T12:24:34.660Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39312026-06-26T12:24:35.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-06-26T12:24:35.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-06-26T12:24:35.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-06-26T12:24:35.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39352026-06-26T12:24:35.297Z
39362026-06-26T12:24:35.297Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39372026-06-26T12:24:35.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-06-26T12:24:35.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-06-26T12:24:35.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-06-26T12:24:35.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39412026-06-26T12:24:35.945Z
39422026-06-26T12:24:35.945Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39432026-06-26T12:24:36.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-06-26T12:24:36.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-06-26T12:24:36.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-06-26T12:24:36.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39472026-06-26T12:24:36.586Z
39482026-06-26T12:24:36.586Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39492026-06-26T12:24:37.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-06-26T12:24:37.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-06-26T12:24:37.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-06-26T12:24:37.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39532026-06-26T12:24:37.232Z
39542026-06-26T12:24:37.232Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39552026-06-26T12:24:37.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-06-26T12:24:37.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-06-26T12:24:37.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-06-26T12:24:37.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39592026-06-26T12:24:37.871Z
39602026-06-26T12:24:37.871Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39612026-06-26T12:24:38.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-06-26T12:24:38.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-06-26T12:24:38.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-06-26T12:24:38.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39652026-06-26T12:24:38.506Z
39662026-06-26T12:24:38.506Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39672026-06-26T12:24:39.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-06-26T12:24:39.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-06-26T12:24:39.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-06-26T12:24:39.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39712026-06-26T12:24:39.148Z
39722026-06-26T12:24:39.148Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39732026-06-26T12:24:39.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-06-26T12:24:39.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-06-26T12:24:39.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-06-26T12:24:39.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39772026-06-26T12:24:39.790Z
39782026-06-26T12:24:39.790Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39792026-06-26T12:24:40.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-06-26T12:24:40.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-06-26T12:24:40.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-06-26T12:24:40.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39832026-06-26T12:24:40.456Z
39842026-06-26T12:24:40.456Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39852026-06-26T12:24:40.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-06-26T12:24:40.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-06-26T12:24:40.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-06-26T12:24:41.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39892026-06-26T12:24:41.102Z
39902026-06-26T12:24:41.102Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39912026-06-26T12:24:41.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-06-26T12:24:41.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-06-26T12:24:41.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-06-26T12:24:41.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39952026-06-26T12:24:41.757Z
39962026-06-26T12:24:41.757Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39972026-06-26T12:24:42.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-06-26T12:24:42.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-06-26T12:24:42.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-06-26T12:24:42.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40012026-06-26T12:24:42.429Z
40022026-06-26T12:24:42.429Zinfo: running `cargo check --bins` on update-common (228/295)
40032026-06-26T12:24:42.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-06-26T12:24:42.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-06-26T12:24:42.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-06-26T12:24:42.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40072026-06-26T12:24:43.055Z
40082026-06-26T12:24:43.055Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40092026-06-26T12:24:43.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-06-26T12:24:43.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-06-26T12:24:43.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-06-26T12:24:43.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40132026-06-26T12:24:43.719Z
40142026-06-26T12:24:43.719Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40152026-06-26T12:24:44.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-06-26T12:24:44.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-06-26T12:24:44.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-06-26T12:24:44.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40192026-06-26T12:24:44.318Z
40202026-06-26T12:24:44.318Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40212026-06-26T12:24:44.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-06-26T12:24:44.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-06-26T12:24:45.109Z Compiling fs-err v2.11.0
40242026-06-26T12:24:45.112Z Checking ignore v0.4.25
40252026-06-26T12:24:45.112Z Checking arc-swap v1.8.2
40262026-06-26T12:24:45.248Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40272026-06-26T12:24:45.248Z Checking predicates-tree v1.0.13
40282026-06-26T12:24:45.264Z Checking parse-size v1.1.0
40292026-06-26T12:24:45.276Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40302026-06-26T12:24:45.279Z Checking rand_seeder v0.4.0
40312026-06-26T12:24:45.357Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40322026-06-26T12:24:45.382Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40332026-06-26T12:24:45.431Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40342026-06-26T12:24:45.444Z Checking slog-scope v4.4.1
40352026-06-26T12:24:45.480Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40362026-06-26T12:24:45.572Z Compiling petname v2.0.2
40372026-06-26T12:24:45.586Z Checking slog-stdlog v4.1.1
40382026-06-26T12:24:45.602Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40392026-06-26T12:24:45.627Z Checking globwalk v0.9.1
40402026-06-26T12:24:45.679Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40412026-06-26T12:24:45.707Z Checking slog-envlogger v2.2.0
40422026-06-26T12:24:45.807Z Checking camino-tempfile-ext v0.3.3
40432026-06-26T12:24:45.861Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40442026-06-26T12:24:45.894Z Checking sapling-renderdag v0.1.0
40452026-06-26T12:24:46.006Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40462026-06-26T12:24:46.066Z Checking subprocess v0.2.15
40472026-06-26T12:24:46.137Z Checking sync-ptr v0.1.4
40482026-06-26T12:24:46.224Z Checking colored v2.2.0
40492026-06-26T12:24:46.258Z Checking assert_matches v1.5.0
40502026-06-26T12:24:46.346Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40512026-06-26T12:24:46.485Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40522026-06-26T12:24:46.487Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40532026-06-26T12:24:47.218Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40542026-06-26T12:24:48.543Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40552026-06-26T12:24:50.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.43s
40562026-06-26T12:24:50.969Z
40572026-06-26T12:24:50.969Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40582026-06-26T12:24:51.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-06-26T12:24:51.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-06-26T12:24:51.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40612026-06-26T12:24:51.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40622026-06-26T12:24:51.570Z
40632026-06-26T12:24:51.570Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40642026-06-26T12:24:52.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-06-26T12:24:52.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-06-26T12:24:52.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40672026-06-26T12:24:52.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40682026-06-26T12:24:52.201Z
40692026-06-26T12:24:52.201Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40702026-06-26T12:24:52.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-06-26T12:24:52.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-06-26T12:24:52.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-06-26T12:24:52.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40742026-06-26T12:24:52.876Z
40752026-06-26T12:24:52.876Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40762026-06-26T12:24:53.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-06-26T12:24:53.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-06-26T12:24:53.612Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40792026-06-26T12:24:53.612Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40802026-06-26T12:24:54.267Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40812026-06-26T12:24:55.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
40822026-06-26T12:24:56.079Z
40832026-06-26T12:24:56.079Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40842026-06-26T12:24:56.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-06-26T12:24:56.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-06-26T12:24:56.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-06-26T12:24:56.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40882026-06-26T12:24:56.691Z
40892026-06-26T12:24:56.691Zinfo: running `cargo check --bins` on cert-dev (237/295)
40902026-06-26T12:24:57.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-06-26T12:24:57.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-06-26T12:24:57.312Z Checking yasna v0.5.2
40932026-06-26T12:24:57.725Z Checking rcgen v0.12.1
40942026-06-26T12:24:57.982Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40952026-06-26T12:24:58.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40962026-06-26T12:24:58.340Z
40972026-06-26T12:24:58.341Zinfo: running `cargo check --bins` on clickana (238/295)
40982026-06-26T12:24:58.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-06-26T12:24:58.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-06-26T12:24:59.004Z Compiling darling_core v0.23.0
41012026-06-26T12:24:59.115Z Compiling instability v0.3.11
41022026-06-26T12:24:59.122Z Checking castaway v0.2.4
41032026-06-26T12:24:59.125Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41042026-06-26T12:24:59.128Z Compiling indoc v2.0.7
41052026-06-26T12:24:59.134Z Checking unicode-truncate v1.1.0
41062026-06-26T12:24:59.153Z Checking lru v0.12.5
41072026-06-26T12:24:59.153Z Checking cassowary v0.3.0
41082026-06-26T12:24:59.213Z Checking compact_str v0.8.1
41092026-06-26T12:25:00.463Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41102026-06-26T12:25:00.557Z Compiling darling_macro v0.23.0
41112026-06-26T12:25:00.648Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41122026-06-26T12:25:00.970Z Compiling darling v0.23.0
41132026-06-26T12:25:01.602Z Checking ratatui v0.29.0
41142026-06-26T12:25:02.659Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41152026-06-26T12:25:03.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.99s
41162026-06-26T12:25:03.533Z
41172026-06-26T12:25:03.533Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41182026-06-26T12:25:04.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-06-26T12:25:04.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-06-26T12:25:04.269Z Checking headers-core v0.3.0
41212026-06-26T12:25:04.272Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41222026-06-26T12:25:04.473Z Checking headers v0.4.1
41232026-06-26T12:25:04.852Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41242026-06-26T12:25:05.701Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41252026-06-26T12:25:06.194Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41262026-06-26T12:25:06.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
41272026-06-26T12:25:06.819Z
41282026-06-26T12:25:06.819Zinfo: running `cargo check --bins` on ch-dev (240/295)
41292026-06-26T12:25:07.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41302026-06-26T12:25:07.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41312026-06-26T12:25:07.556Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41322026-06-26T12:25:08.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
41332026-06-26T12:25:08.508Z
41342026-06-26T12:25:08.508Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41352026-06-26T12:25:08.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-06-26T12:25:08.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-06-26T12:25:08.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41382026-06-26T12:25:08.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
41392026-06-26T12:25:08.985Z
41402026-06-26T12:25:08.986Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41412026-06-26T12:25:09.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-06-26T12:25:09.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-06-26T12:25:09.716Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41442026-06-26T12:25:10.710Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41452026-06-26T12:25:11.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
41462026-06-26T12:25:11.245Z
41472026-06-26T12:25:11.245Zinfo: running `cargo check --bins` on db-dev (243/295)
41482026-06-26T12:25:11.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-06-26T12:25:11.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-06-26T12:25:11.979Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41512026-06-26T12:25:12.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
41522026-06-26T12:25:12.949Z
41532026-06-26T12:25:12.949Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41542026-06-26T12:25:13.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-06-26T12:25:13.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-06-26T12:25:13.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41572026-06-26T12:25:13.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41582026-06-26T12:25:13.605Z
41592026-06-26T12:25:13.605Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41602026-06-26T12:25:14.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-06-26T12:25:14.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-06-26T12:25:14.228Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41632026-06-26T12:25:14.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
41642026-06-26T12:25:15.111Z
41652026-06-26T12:25:15.111Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41662026-06-26T12:25:15.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41672026-06-26T12:25:15.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41682026-06-26T12:25:15.877Z Compiling progenitor-impl v0.13.0
41692026-06-26T12:25:16.001Z Checking progenitor-client v0.13.0
41702026-06-26T12:25:16.004Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41712026-06-26T12:25:16.004Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41722026-06-26T12:25:16.031Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41732026-06-26T12:25:16.043Z Checking git-stub v1.0.0
41742026-06-26T12:25:16.045Z Compiling trait-variant v0.1.2
41752026-06-26T12:25:16.194Z Checking maplit v1.0.2
41762026-06-26T12:25:16.231Z Checking is_ci v1.2.0
41772026-06-26T12:25:16.249Z Checking git-stub-vcs v0.1.0
41782026-06-26T12:25:16.302Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41792026-06-26T12:25:16.337Z Checking supports-color v3.0.2
41802026-06-26T12:25:16.470Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41812026-06-26T12:25:16.488Z Checking drift v0.2.0
41822026-06-26T12:25:16.591Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41832026-06-26T12:25:16.686Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41842026-06-26T12:25:16.761Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41852026-06-26T12:25:16.853Z Checking dropshot-api-manager v0.7.2
41862026-06-26T12:25:16.874Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41872026-06-26T12:25:16.909Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41882026-06-26T12:25:16.986Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41892026-06-26T12:25:17.174Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41902026-06-26T12:25:17.379Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41912026-06-26T12:25:17.398Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41922026-06-26T12:25:17.902Z Compiling progenitor-macro v0.13.0
41932026-06-26T12:25:20.310Z Checking progenitor v0.13.0
41942026-06-26T12:25:20.430Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41952026-06-26T12:25:25.552Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41962026-06-26T12:25:26.659Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41972026-06-26T12:25:27.231Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41982026-06-26T12:25:27.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.55s
41992026-06-26T12:25:27.874Z
42002026-06-26T12:25:27.874Zinfo: running `cargo check --bins` on installinator-api (247/295)
42012026-06-26T12:25:28.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-06-26T12:25:28.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-06-26T12:25:28.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-06-26T12:25:28.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42052026-06-26T12:25:28.492Z
42062026-06-26T12:25:28.492Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
42072026-06-26T12:25:29.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-06-26T12:25:29.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-06-26T12:25:29.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-06-26T12:25:29.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42112026-06-26T12:25:29.153Z
42122026-06-26T12:25:29.153Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42132026-06-26T12:25:29.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-06-26T12:25:29.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-06-26T12:25:29.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-06-26T12:25:29.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42172026-06-26T12:25:29.808Z
42182026-06-26T12:25:29.808Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42192026-06-26T12:25:30.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-06-26T12:25:30.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-06-26T12:25:30.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-06-26T12:25:30.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42232026-06-26T12:25:30.461Z
42242026-06-26T12:25:30.461Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42252026-06-26T12:25:30.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-06-26T12:25:30.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-06-26T12:25:30.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-06-26T12:25:30.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42292026-06-26T12:25:31.081Z
42302026-06-26T12:25:31.082Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42312026-06-26T12:25:31.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-06-26T12:25:31.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-06-26T12:25:31.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-06-26T12:25:31.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42352026-06-26T12:25:31.685Z
42362026-06-26T12:25:31.685Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42372026-06-26T12:25:32.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-06-26T12:25:32.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-06-26T12:25:32.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-06-26T12:25:32.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42412026-06-26T12:25:32.316Z
42422026-06-26T12:25:32.316Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42432026-06-26T12:25:32.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-06-26T12:25:32.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-06-26T12:25:32.942Z Checking typeid v1.0.3
42462026-06-26T12:25:33.057Z Checking ordered-float v2.10.1
42472026-06-26T12:25:33.077Z Checking unicode-xid v0.2.6
42482026-06-26T12:25:33.090Z Checking cargo-platform v0.2.0
42492026-06-26T12:25:33.099Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42502026-06-26T12:25:33.128Z Checking erased-serde v0.4.9
42512026-06-26T12:25:33.265Z Checking serde-value v0.7.0
42522026-06-26T12:25:33.446Z Checking serde-untagged v0.1.9
42532026-06-26T12:25:33.608Z Checking cargo-util-schemas v0.8.2
42542026-06-26T12:25:34.300Z Checking cargo_metadata v0.21.0
42552026-06-26T12:25:34.921Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42562026-06-26T12:25:35.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
42572026-06-26T12:25:35.852Z
42582026-06-26T12:25:35.853Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42592026-06-26T12:25:36.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-06-26T12:25:36.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-06-26T12:25:36.604Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42622026-06-26T12:25:37.241Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42632026-06-26T12:25:37.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
42642026-06-26T12:25:37.956Z
42652026-06-26T12:25:37.956Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42662026-06-26T12:25:38.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-06-26T12:25:38.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-06-26T12:25:38.915Z Compiling vergen-lib v0.1.6
42692026-06-26T12:25:38.915Z Compiling vergen-gitcl v1.0.8
42702026-06-26T12:25:38.915Z Compiling dirs-sys-next v0.1.2
42712026-06-26T12:25:38.917Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42722026-06-26T12:25:38.918Z Compiling crunchy v0.2.4
42732026-06-26T12:25:38.918Z Compiling glob v0.3.3
42742026-06-26T12:25:38.918Z Compiling diesel_derives v2.3.7
42752026-06-26T12:25:39.081Z Compiling dsl_auto_type v0.2.0
42762026-06-26T12:25:39.283Z Compiling dirs-next v2.0.0
42772026-06-26T12:25:39.320Z Checking scheduled-thread-pool v0.2.7
42782026-06-26T12:25:39.335Z Compiling diesel_table_macro_syntax v0.3.0
42792026-06-26T12:25:39.399Z Compiling tiny-keccak v2.0.2
42802026-06-26T12:25:39.467Z Checking r2d2 v0.8.10
42812026-06-26T12:25:39.484Z Compiling clang-sys v1.8.1
42822026-06-26T12:25:39.539Z Compiling term v0.7.0
42832026-06-26T12:25:39.660Z Checking downcast-rs v2.0.2
42842026-06-26T12:25:39.663Z Compiling bit-vec v0.6.3
42852026-06-26T12:25:39.762Z Compiling itertools v0.10.5
42862026-06-26T12:25:39.870Z Compiling bit-set v0.5.3
42872026-06-26T12:25:39.910Z Compiling ascii-canvas v3.0.0
42882026-06-26T12:25:40.040Z Compiling ena v0.14.4
42892026-06-26T12:25:40.081Z Compiling libloading v0.8.9
42902026-06-26T12:25:40.120Z Compiling bindgen v0.71.1
42912026-06-26T12:25:40.137Z Compiling diff v0.1.13
42922026-06-26T12:25:40.165Z Compiling regex-syntax v0.6.29
42932026-06-26T12:25:40.299Z Compiling cexpr v0.6.0
42942026-06-26T12:25:40.408Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42952026-06-26T12:25:40.574Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42962026-06-26T12:25:40.610Z Compiling rustc-hash v2.1.1
42972026-06-26T12:25:40.756Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42982026-06-26T12:25:40.776Z Compiling libxml v0.3.3
42992026-06-26T12:25:40.875Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43002026-06-26T12:25:40.982Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43012026-06-26T12:25:41.035Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43022026-06-26T12:25:41.319Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43032026-06-26T12:25:41.319Z Compiling strum_macros v0.24.3
43042026-06-26T12:25:41.418Z Compiling indoc v1.0.9
43052026-06-26T12:25:41.533Z Compiling lalrpop v0.19.12
43062026-06-26T12:25:42.313Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43072026-06-26T12:25:42.511Z Checking derive_builder v0.20.2
43082026-06-26T12:25:42.640Z Compiling oso-derive v0.27.3
43092026-06-26T12:25:42.689Z Checking quick-xml v0.37.5
43102026-06-26T12:25:42.792Z Compiling impl-trait-for-tuples v0.2.3
43112026-06-26T12:25:43.159Z Checking openssl-probe v0.1.6
43122026-06-26T12:25:43.309Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43132026-06-26T12:25:43.586Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43142026-06-26T12:25:43.790Z Checking bb8 v0.8.6
43152026-06-26T12:25:44.006Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43162026-06-26T12:25:44.057Z Compiling libz-sys v1.1.24
43172026-06-26T12:25:44.080Z Checking nonempty v0.12.0
43182026-06-26T12:25:44.227Z Compiling strsim v0.10.0
43192026-06-26T12:25:44.256Z Compiling libgit2-sys v0.18.3+1.9.2
43202026-06-26T12:25:44.369Z Compiling vergen-git2 v9.1.0
43212026-06-26T12:25:44.514Z Compiling darling_core v0.13.4
43222026-06-26T12:25:44.603Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43232026-06-26T12:25:44.696Z Compiling base64 v0.21.7
43242026-06-26T12:25:44.869Z Compiling rustls v0.21.12
43252026-06-26T12:25:45.063Z Compiling ron v0.8.1
43262026-06-26T12:25:45.126Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43272026-06-26T12:25:45.220Z Checking diesel v2.3.7
43282026-06-26T12:25:46.053Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43292026-06-26T12:25:46.130Z Checking sct v0.7.1
43302026-06-26T12:25:46.254Z Checking rustls-webpki v0.101.7
43312026-06-26T12:25:46.299Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43322026-06-26T12:25:46.476Z Compiling darling_macro v0.13.4
43332026-06-26T12:25:46.962Z Compiling darling v0.13.4
43342026-06-26T12:25:47.058Z Compiling serde_with_macros v1.5.2
43352026-06-26T12:25:47.101Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43362026-06-26T12:25:47.919Z Compiling serde_with v1.14.0
43372026-06-26T12:25:47.942Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43382026-06-26T12:25:48.796Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43392026-06-26T12:25:49.049Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43402026-06-26T12:25:49.721Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43412026-06-26T12:25:50.420Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43422026-06-26T12:25:50.442Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43432026-06-26T12:25:50.622Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43442026-06-26T12:25:50.639Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43452026-06-26T12:25:50.658Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43462026-06-26T12:25:50.815Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43472026-06-26T12:25:50.955Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43482026-06-26T12:25:50.972Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43492026-06-26T12:25:51.033Z Checking tokio-rustls v0.24.1
43502026-06-26T12:25:51.238Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43512026-06-26T12:25:51.768Z Checking rustls-pemfile v1.0.4
43522026-06-26T12:25:51.862Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43532026-06-26T12:25:51.919Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43542026-06-26T12:25:52.045Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43552026-06-26T12:25:52.112Z Checking twox-hash v2.1.2
43562026-06-26T12:25:52.422Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43572026-06-26T12:25:52.439Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43582026-06-26T12:25:52.480Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43592026-06-26T12:25:52.702Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43602026-06-26T12:25:52.864Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43612026-06-26T12:25:54.164Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43622026-06-26T12:25:54.181Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43632026-06-26T12:25:54.498Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43642026-06-26T12:25:54.704Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43652026-06-26T12:25:54.848Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43662026-06-26T12:25:55.372Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43672026-06-26T12:25:55.436Z Checking console v0.16.2
43682026-06-26T12:25:55.761Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43692026-06-26T12:25:55.917Z Checking fatfs v0.3.6
43702026-06-26T12:25:56.371Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43712026-06-26T12:25:56.394Z Checking unit-prefix v0.5.2
43722026-06-26T12:25:56.538Z Compiling seq-macro v0.3.6
43732026-06-26T12:25:57.054Z Checking indicatif v0.18.4
43742026-06-26T12:25:57.562Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43752026-06-26T12:25:57.580Z Checking support-bundle-viewer v0.1.2
43762026-06-26T12:25:57.705Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43772026-06-26T12:25:57.833Z Checking multimap v0.10.1
43782026-06-26T12:26:03.830Z Checking async-bb8-diesel v0.2.1
43792026-06-26T12:26:04.194Z Checking diesel-dtrace v0.5.0
43802026-06-26T12:26:06.846Z Compiling samael v0.0.19
43812026-06-26T12:26:12.965Z Compiling git2 v0.20.4
43822026-06-26T12:26:13.563Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43832026-06-26T12:26:14.107Z Compiling polar-core v0.27.3
43842026-06-26T12:26:15.366Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43852026-06-26T12:26:18.654Z Checking oso v0.27.3
43862026-06-26T12:26:46.586Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43872026-06-26T12:27:58.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
43882026-06-26T12:27:58.306Z
43892026-06-26T12:27:58.306Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43902026-06-26T12:27:58.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-06-26T12:27:58.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-06-26T12:27:58.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43932026-06-26T12:27:58.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43942026-06-26T12:27:59.022Z
43952026-06-26T12:27:59.022Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43962026-06-26T12:27:59.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-06-26T12:27:59.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-06-26T12:27:59.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43992026-06-26T12:27:59.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44002026-06-26T12:27:59.684Z
44012026-06-26T12:27:59.684Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
44022026-06-26T12:28:00.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-06-26T12:28:00.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-06-26T12:28:00.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44052026-06-26T12:28:00.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44062026-06-26T12:28:00.361Z
44072026-06-26T12:28:00.361Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
44082026-06-26T12:28:00.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-06-26T12:28:00.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-06-26T12:28:00.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44112026-06-26T12:28:00.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44122026-06-26T12:28:00.958Z
44132026-06-26T12:28:00.958Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44142026-06-26T12:28:01.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-06-26T12:28:01.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-06-26T12:28:01.802Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44172026-06-26T12:28:02.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
44182026-06-26T12:28:02.801Z
44192026-06-26T12:28:02.801Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44202026-06-26T12:28:03.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-06-26T12:28:03.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-06-26T12:28:03.641Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44232026-06-26T12:28:40.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.59s
44242026-06-26T12:28:40.634Z
44252026-06-26T12:28:40.634Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44262026-06-26T12:28:41.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-06-26T12:28:41.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-06-26T12:28:41.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44292026-06-26T12:28:41.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44302026-06-26T12:28:41.237Z
44312026-06-26T12:28:41.237Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44322026-06-26T12:28:41.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-06-26T12:28:41.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-06-26T12:28:41.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44352026-06-26T12:28:41.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44362026-06-26T12:28:41.887Z
44372026-06-26T12:28:41.887Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44382026-06-26T12:28:42.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-06-26T12:28:42.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-06-26T12:28:42.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-06-26T12:28:42.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44422026-06-26T12:28:42.560Z
44432026-06-26T12:28:42.560Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44442026-06-26T12:28:43.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-06-26T12:28:43.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-06-26T12:28:43.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-06-26T12:28:43.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44482026-06-26T12:28:43.241Z
44492026-06-26T12:28:43.241Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44502026-06-26T12:28:43.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-06-26T12:28:43.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-06-26T12:28:43.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-06-26T12:28:43.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44542026-06-26T12:28:43.929Z
44552026-06-26T12:28:43.929Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44562026-06-26T12:28:44.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-06-26T12:28:44.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-06-26T12:28:44.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-06-26T12:28:44.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44602026-06-26T12:28:44.568Z
44612026-06-26T12:28:44.568Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44622026-06-26T12:28:45.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-06-26T12:28:45.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-06-26T12:28:45.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-06-26T12:28:45.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44662026-06-26T12:28:45.238Z
44672026-06-26T12:28:45.238Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44682026-06-26T12:28:45.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-06-26T12:28:45.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-06-26T12:28:45.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-06-26T12:28:45.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44722026-06-26T12:28:45.902Z
44732026-06-26T12:28:45.902Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44742026-06-26T12:28:46.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-06-26T12:28:46.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-06-26T12:28:46.820Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44772026-06-26T12:28:46.824Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44782026-06-26T12:28:47.017Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44792026-06-26T12:28:47.044Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44802026-06-26T12:28:47.065Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44812026-06-26T12:28:47.083Z Checking yansi v1.0.1
44822026-06-26T12:28:47.086Z Checking diff v0.1.13
44832026-06-26T12:28:47.086Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44842026-06-26T12:28:47.153Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44852026-06-26T12:28:47.332Z Checking pretty_assertions v1.4.1
44862026-06-26T12:28:47.982Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44872026-06-26T12:28:48.127Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44882026-06-26T12:29:12.047Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44892026-06-26T12:29:12.050Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44902026-06-26T12:29:12.050Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44912026-06-26T12:29:12.050Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44922026-06-26T12:29:12.050Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44932026-06-26T12:29:12.050Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44942026-06-26T12:29:12.904Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44952026-06-26T12:29:12.907Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44962026-06-26T12:29:14.115Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44972026-06-26T12:29:50.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44982026-06-26T12:29:51.002Z
44992026-06-26T12:29:51.002Zinfo: running `cargo check --bins` on omicron-pins (272/295)
45002026-06-26T12:29:51.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-06-26T12:29:51.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-06-26T12:29:51.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45032026-06-26T12:29:51.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45042026-06-26T12:29:51.604Z
45052026-06-26T12:29:51.604Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
45062026-06-26T12:29:52.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-06-26T12:29:52.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-06-26T12:29:52.390Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45092026-06-26T12:29:52.515Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45102026-06-26T12:29:52.518Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45112026-06-26T12:30:18.611Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45122026-06-26T12:30:18.996Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45132026-06-26T12:30:20.736Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45142026-06-26T12:30:21.194Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45152026-06-26T12:30:24.285Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45162026-06-26T12:30:47.181Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45172026-06-26T12:30:47.893Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45182026-06-26T12:30:49.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.92s
45192026-06-26T12:30:49.748Z
45202026-06-26T12:30:49.748Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45212026-06-26T12:30:50.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-06-26T12:30:50.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-06-26T12:30:50.483Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45242026-06-26T12:30:51.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45252026-06-26T12:30:51.374Z
45262026-06-26T12:30:51.374Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45272026-06-26T12:30:51.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-06-26T12:30:51.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-06-26T12:30:52.037Z Compiling blake3 v1.8.3
45302026-06-26T12:30:52.149Z Checking constant_time_eq v0.4.2
45312026-06-26T12:30:52.150Z Checking arrayvec v0.7.6
45322026-06-26T12:30:52.153Z Checking arrayref v0.3.9
45332026-06-26T12:30:52.169Z Checking topological-sort v0.2.2
45342026-06-26T12:30:52.172Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45352026-06-26T12:30:52.172Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45362026-06-26T12:30:52.172Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45372026-06-26T12:30:52.222Z Checking shell-words v1.1.1
45382026-06-26T12:30:53.053Z Checking omicron-zone-package v0.12.2
45392026-06-26T12:30:53.768Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45402026-06-26T12:30:54.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
45412026-06-26T12:30:54.846Z
45422026-06-26T12:30:54.847Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45432026-06-26T12:30:55.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-06-26T12:30:55.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-06-26T12:30:55.500Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45462026-06-26T12:30:55.828Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45472026-06-26T12:30:56.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45482026-06-26T12:30:56.435Z
45492026-06-26T12:30:56.435Zinfo: running `cargo check --bins` on schema (277/295)
45502026-06-26T12:30:56.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-06-26T12:30:56.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-06-26T12:30:57.184Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45532026-06-26T12:30:57.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
45542026-06-26T12:30:58.082Z
45552026-06-26T12:30:58.082Zinfo: running `cargo check --bins` on xtask (278/295)
45562026-06-26T12:30:58.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-06-26T12:30:58.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-06-26T12:30:58.541Z Checking libc v0.2.185
45592026-06-26T12:30:58.624Z Checking serde v1.0.228
45602026-06-26T12:30:58.632Z Checking zerofrom v0.1.6
45612026-06-26T12:30:58.636Z Checking bitflags v2.11.0
45622026-06-26T12:30:58.642Z Checking smallvec v1.15.1
45632026-06-26T12:30:58.646Z Checking indexmap v2.14.0
45642026-06-26T12:30:58.660Z Checking serde_json v1.0.149
45652026-06-26T12:30:58.663Z Checking scroll v0.12.0
45662026-06-26T12:30:58.733Z Checking yoke v0.8.1
45672026-06-26T12:30:58.785Z Checking num-traits v0.2.19
45682026-06-26T12:30:58.819Z Checking thiserror v1.0.69
45692026-06-26T12:30:58.889Z Checking percent-encoding v2.3.2
45702026-06-26T12:30:58.906Z Checking zerovec v0.11.5
45712026-06-26T12:30:58.917Z Checking zerotrie v0.2.3
45722026-06-26T12:30:58.927Z Checking errno v0.3.14
45732026-06-26T12:30:59.020Z Checking serde_spanned v0.6.9
45742026-06-26T12:30:59.031Z Checking toml_datetime v0.6.11
45752026-06-26T12:30:59.044Z Checking rustix v1.1.3
45762026-06-26T12:30:59.148Z Checking log v0.4.29
45772026-06-26T12:30:59.160Z Checking zerocopy v0.7.35
45782026-06-26T12:30:59.183Z Checking form_urlencoded v1.2.2
45792026-06-26T12:30:59.209Z Checking toml_edit v0.22.27
45802026-06-26T12:30:59.283Z Checking getrandom v0.4.1
45812026-06-26T12:30:59.297Z Checking goblin v0.8.2
45822026-06-26T12:30:59.313Z Checking thiserror v2.0.18
45832026-06-26T12:30:59.323Z Checking ordered-float v2.10.1
45842026-06-26T12:30:59.346Z Checking tinystr v0.8.2
45852026-06-26T12:30:59.414Z Checking potential_utf v0.1.4
45862026-06-26T12:30:59.418Z Checking syn v2.0.117
45872026-06-26T12:30:59.527Z Checking icu_locale_core v2.1.1
45882026-06-26T12:30:59.544Z Checking serde-value v0.7.0
45892026-06-26T12:30:59.548Z Checking icu_collections v2.1.1
45902026-06-26T12:30:59.654Z Checking dtrace-parser v0.2.0
45912026-06-26T12:30:59.751Z Checking thread-id v4.2.2
45922026-06-26T12:30:59.836Z Checking once_cell v1.21.3
45932026-06-26T12:30:59.874Z Checking terminal_size v0.4.3
45942026-06-26T12:30:59.879Z Checking cargo-platform v0.2.0
45952026-06-26T12:30:59.896Z Checking memmap v0.7.0
45962026-06-26T12:31:00.004Z Checking clap_builder v4.6.0
45972026-06-26T12:31:00.016Z Checking tempfile v3.25.0
45982026-06-26T12:31:00.035Z Checking textwrap v0.16.2
45992026-06-26T12:31:00.079Z Checking fs-err v3.3.0
46002026-06-26T12:31:00.096Z Checking icu_provider v2.1.1
46012026-06-26T12:31:00.206Z Checking camino-tempfile v1.4.1
46022026-06-26T12:31:00.253Z Checking tabled v0.15.0
46032026-06-26T12:31:00.264Z Checking anyhow v1.0.102
46042026-06-26T12:31:00.319Z Checking toml v0.8.23
46052026-06-26T12:31:00.333Z Checking icu_normalizer v2.1.1
46062026-06-26T12:31:00.363Z Checking icu_properties v2.1.2
46072026-06-26T12:31:00.464Z Checking macaddr v1.0.1
46082026-06-26T12:31:00.639Z Checking cargo_toml v0.21.0
46092026-06-26T12:31:00.639Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46102026-06-26T12:31:01.184Z Checking idna_adapter v1.2.1
46112026-06-26T12:31:01.202Z Checking dof v0.3.0
46122026-06-26T12:31:01.213Z Checking clap v4.6.1
46132026-06-26T12:31:01.301Z Checking idna v1.1.0
46142026-06-26T12:31:01.472Z Checking usdt-impl v0.5.0
46152026-06-26T12:31:01.524Z Checking url v2.5.8
46162026-06-26T12:31:01.721Z Checking usdt v0.5.0
46172026-06-26T12:31:01.868Z Checking cargo-util-schemas v0.8.2
46182026-06-26T12:31:02.557Z Checking cargo_metadata v0.21.0
46192026-06-26T12:31:03.165Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46202026-06-26T12:31:03.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s
46212026-06-26T12:31:03.709Z
46222026-06-26T12:31:03.709Zinfo: running `cargo check --bins` on dnsadm (279/295)
46232026-06-26T12:31:04.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46242026-06-26T12:31:04.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46252026-06-26T12:31:04.365Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46262026-06-26T12:31:04.856Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46272026-06-26T12:31:05.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
46282026-06-26T12:31:05.444Z
46292026-06-26T12:31:05.445Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46302026-06-26T12:31:06.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46312026-06-26T12:31:06.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46322026-06-26T12:31:06.257Z Checking polyval v0.6.2
46332026-06-26T12:31:06.386Z Checking ctr v0.9.2
46342026-06-26T12:31:06.397Z Checking ssh-encoding v0.2.0
46352026-06-26T12:31:06.397Z Checking blowfish v0.9.1
46362026-06-26T12:31:06.418Z Checking password-hash v0.4.2
46372026-06-26T12:31:06.432Z Checking p256 v0.13.2
46382026-06-26T12:31:06.435Z Checking p521 v0.13.3
46392026-06-26T12:31:06.459Z Checking russh-cryptovec v0.7.3
46402026-06-26T12:31:06.531Z Checking ghash v0.5.1
46412026-06-26T12:31:06.532Z Checking bcrypt-pbkdf v0.10.0
46422026-06-26T12:31:06.559Z Checking md5 v0.7.0
46432026-06-26T12:31:06.585Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46442026-06-26T12:31:06.601Z Checking num-bigint v0.4.6
46452026-06-26T12:31:06.629Z Checking pbkdf2 v0.11.0
46462026-06-26T12:31:06.649Z Checking aes-gcm v0.10.3
46472026-06-26T12:31:06.679Z Checking des v0.8.1
46482026-06-26T12:31:06.700Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46492026-06-26T12:31:06.725Z Checking hex-literal v0.4.1
46502026-06-26T12:31:06.791Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46512026-06-26T12:31:06.806Z Checking ssh-cipher v0.2.0
46522026-06-26T12:31:06.806Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46532026-06-26T12:31:06.831Z Checking socket2 v0.5.10
46542026-06-26T12:31:06.834Z Checking internet-checksum v0.2.1
46552026-06-26T12:31:06.985Z Checking ssh-key v0.6.7
46562026-06-26T12:31:07.090Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46572026-06-26T12:31:07.626Z Checking russh-keys v0.45.0
46582026-06-26T12:31:08.175Z Checking russh v0.45.0
46592026-06-26T12:31:24.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.50s
46602026-06-26T12:31:25.184Z
46612026-06-26T12:31:25.184Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46622026-06-26T12:31:25.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46632026-06-26T12:31:25.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46642026-06-26T12:31:25.846Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46652026-06-26T12:31:25.958Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46662026-06-26T12:31:25.965Z Checking termios v0.3.3
46672026-06-26T12:31:27.205Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46682026-06-26T12:31:27.359Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46692026-06-26T12:31:29.193Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46702026-06-26T12:31:29.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
46712026-06-26T12:31:29.962Z
46722026-06-26T12:31:29.962Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46732026-06-26T12:31:30.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-06-26T12:31:30.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-06-26T12:31:30.687Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46762026-06-26T12:31:30.691Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46772026-06-26T12:31:30.814Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46782026-06-26T12:31:30.817Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46792026-06-26T12:31:30.828Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46802026-06-26T12:31:30.838Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46812026-06-26T12:31:31.560Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46822026-06-26T12:31:31.930Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46832026-06-26T12:31:31.933Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46842026-06-26T12:31:32.587Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46852026-06-26T12:31:34.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
46862026-06-26T12:31:34.414Z
46872026-06-26T12:31:34.414Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46882026-06-26T12:31:34.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-06-26T12:31:34.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-06-26T12:31:35.067Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46912026-06-26T12:31:35.532Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46922026-06-26T12:31:35.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
46932026-06-26T12:31:36.059Z
46942026-06-26T12:31:36.059Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46952026-06-26T12:31:36.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46962026-06-26T12:31:36.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46972026-06-26T12:31:36.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46982026-06-26T12:31:36.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46992026-06-26T12:31:36.663Z
47002026-06-26T12:31:36.663Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
47012026-06-26T12:31:37.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47022026-06-26T12:31:37.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47032026-06-26T12:31:37.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47042026-06-26T12:31:37.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47052026-06-26T12:31:37.267Z
47062026-06-26T12:31:37.267Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
47072026-06-26T12:31:37.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47082026-06-26T12:31:37.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47092026-06-26T12:31:38.035Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47102026-06-26T12:31:38.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
47112026-06-26T12:31:38.861Z
47122026-06-26T12:31:38.861Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47132026-06-26T12:31:39.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-06-26T12:31:39.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-06-26T12:31:39.519Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47162026-06-26T12:31:39.523Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47172026-06-26T12:31:39.805Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47182026-06-26T12:31:39.805Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47192026-06-26T12:31:40.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
47202026-06-26T12:31:40.819Z
47212026-06-26T12:31:40.819Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47222026-06-26T12:31:41.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47232026-06-26T12:31:41.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47242026-06-26T12:31:41.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47252026-06-26T12:31:41.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47262026-06-26T12:31:41.421Z
47272026-06-26T12:31:41.421Zinfo: running `cargo check --bins` on omicron-package (289/295)
47282026-06-26T12:31:41.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47292026-06-26T12:31:41.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47302026-06-26T12:31:42.127Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47312026-06-26T12:31:43.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
47322026-06-26T12:31:43.427Z
47332026-06-26T12:31:43.427Zinfo: running `cargo check --bins` on tqdb (290/295)
47342026-06-26T12:31:43.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47352026-06-26T12:31:43.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47362026-06-26T12:31:44.225Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47372026-06-26T12:31:44.588Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47382026-06-26T12:31:45.116Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47392026-06-26T12:31:45.119Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47402026-06-26T12:31:51.108Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47412026-06-26T12:31:51.108Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47422026-06-26T12:31:51.693Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47432026-06-26T12:31:51.693Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47442026-06-26T12:31:51.698Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47452026-06-26T12:31:51.698Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47462026-06-26T12:31:52.489Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47472026-06-26T12:31:53.468Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47482026-06-26T12:31:54.273Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47492026-06-26T12:31:54.894Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47502026-06-26T12:31:59.561Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47512026-06-26T12:32:06.007Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47522026-06-26T12:32:06.013Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47532026-06-26T12:32:06.013Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47542026-06-26T12:32:06.013Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47552026-06-26T12:32:07.515Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47562026-06-26T12:32:08.861Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47572026-06-26T12:32:09.532Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47582026-06-26T12:32:10.781Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47592026-06-26T12:32:11.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.88s
47602026-06-26T12:32:11.533Z
47612026-06-26T12:32:11.534Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47622026-06-26T12:32:12.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-06-26T12:32:12.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-06-26T12:32:12.256Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47652026-06-26T12:32:12.256Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47662026-06-26T12:32:12.261Z Checking rtoolbox v0.0.3
47672026-06-26T12:32:12.392Z Checking tui-tree-widget v0.23.1
47682026-06-26T12:32:12.511Z Checking rpassword v7.4.0
47692026-06-26T12:32:13.537Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47702026-06-26T12:32:16.514Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47712026-06-26T12:32:18.372Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47722026-06-26T12:32:19.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.76s
47732026-06-26T12:32:19.507Z
47742026-06-26T12:32:19.507Zinfo: running `cargo check --bins` on wicket (292/295)
47752026-06-26T12:32:20.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47762026-06-26T12:32:20.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47772026-06-26T12:32:20.218Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47782026-06-26T12:32:20.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
47792026-06-26T12:32:20.905Z
47802026-06-26T12:32:20.906Zinfo: running `cargo check --bins` on wicketd (293/295)
47812026-06-26T12:32:21.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47822026-06-26T12:32:21.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47832026-06-26T12:32:21.517Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47842026-06-26T12:32:21.534Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47852026-06-26T12:32:21.534Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47862026-06-26T12:32:21.534Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47872026-06-26T12:32:22.557Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47882026-06-26T12:32:23.136Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47892026-06-26T12:32:26.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
47902026-06-26T12:32:26.316Z
47912026-06-26T12:32:26.316Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47922026-06-26T12:32:26.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47932026-06-26T12:32:26.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47942026-06-26T12:32:26.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47952026-06-26T12:32:26.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47962026-06-26T12:32:26.923Z
47972026-06-26T12:32:26.923Zinfo: running `cargo check --bins` on zone-setup (295/295)
47982026-06-26T12:32:27.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47992026-06-26T12:32:27.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48002026-06-26T12:32:27.603Z Checking uzers v0.12.2
48012026-06-26T12:32:27.887Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48022026-06-26T12:32:28.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
48032026-06-26T12:32:28.871Z
48042026-06-26T12:32:28.872Zreal 14:18.554610780
48052026-06-26T12:32:28.872Zuser 21:23.587092824
48062026-06-26T12:32:28.872Zsys 4:29.105679379
48072026-06-26T12:32:28.872Ztrap 0.342040910
48082026-06-26T12:32:28.880Ztflt 0.710593126
48092026-06-26T12:32:28.880Zdflt 1.339006391
48102026-06-26T12:32:28.880Zkflt 0.004970762
48112026-06-26T12:32:28.880Zlock 1:19:32.302751853
48122026-06-26T12:32:28.880Zslp 1:42:51.057754482
48132026-06-26T12:32:28.880Zlat 1:02.202860030
48142026-06-26T12:32:28.880Zstop 3:47.112609534
48152026-06-26T12:32:28.880Zprocess exited: duration 998509 ms, exit code 0
 
48162026-06-26T12:32:28.904Zfound 0 output files