01KRKG16PV3KTF6ECMGZ4P8AHB: 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: 01KRKG1PH1YNE6BG15969J1BRK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-14T15:01:13.907Zjob assigned to worker 01KRKG1TP1F4W025GZC8G8TKP7 [factory aws, i-01158824a1e047afc] (queued for 46 s)
 
22026-05-14T15:01:20.584Zstarting task 0: "setup"
32026-05-14T15:01:20.591Z++ uname -s
42026-05-14T15:01:20.594Z+ kern=SunOS
52026-05-14T15:01:20.595Z+ build_user=build
62026-05-14T15:01:20.595Z+ build_uid=12345
72026-05-14T15:01:20.595Z+ work_dir=/work
82026-05-14T15:01:20.595Z+ input_dir=/input
92026-05-14T15:01:20.595Z+ [[ 0 == 12345 ]]
102026-05-14T15:01:20.595Z+ case "$kern" in
112026-05-14T15:01:20.595Z+ groupadd -g 12345 build
122026-05-14T15:01:20.606Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-14T15:01:22.613Z+ zfs create -o mountpoint=/work rpool/work
142026-05-14T15:01:22.713Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-14T15:01:22.716Z+ home_fs=zfs
162026-05-14T15:01:22.716Z+ [[ zfs == autofs ]]
172026-05-14T15:01:22.716Z+ mkdir -p /home/build
182026-05-14T15:01:22.716Z+ chown build:build /home/build /work
192026-05-14T15:01:24.717Z+ chmod 0700 /home/build /work
202026-05-14T15:01:24.721Zprocess exited: duration 4135 ms, exit code 0
 
212026-05-14T15:01:24.727Zstarting task 1: "rust-toolchain"
222026-05-14T15:01:24.731Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-14T15:01:24.731Z * rust toolchain channel = "1.94.0"
242026-05-14T15:01:24.731Z * rust toolchain profile = "default"
252026-05-14T15:01:24.731Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-14T15:01:24.731Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-14T15:01:24.731Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-14T15:01:24.734Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-14T15:01:24.734Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-14T15:01:24.813Zinfo: downloading installer
312026-05-14T15:01:26.548Zwarn: It looks like you have an existing rustup settings file at:
322026-05-14T15:01:26.548Zwarn: /home/build/.rustup/settings.toml
332026-05-14T15:01:26.548Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-14T15:01:26.548Zwarn: instead of the one inferred from the default host triple.
352026-05-14T15:01:26.560Zinfo: profile set to default
362026-05-14T15:01:26.564Zinfo: default host triple is x86_64-unknown-illumos
372026-05-14T15:01:26.564Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-14T15:01:26.694Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-14T15:01:26.699Zinfo: downloading 6 components
402026-05-14T15:01:41.227Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-14T15:01:41.227Z
422026-05-14T15:01:41.263Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-14T15:01:41.263Z
442026-05-14T15:01:41.263Z
452026-05-14T15:01:41.263ZRust is installed now. Great!
462026-05-14T15:01:41.263Z
472026-05-14T15:01:41.263ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-14T15:01:41.263Zenvironment variable. This has not been done automatically.
492026-05-14T15:01:41.263Z
502026-05-14T15:01:41.263ZTo configure your current shell, you need to source
512026-05-14T15:01:41.263Zthe corresponding env file under $HOME/.cargo.
522026-05-14T15:01:41.263Z
532026-05-14T15:01:41.263ZThis is usually done by running one of the following (note the leading DOT):
542026-05-14T15:01:41.267Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-14T15:01:41.267Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-14T15:01:41.267Zsource "~/.cargo/env.nu" # For nushell
572026-05-14T15:01:41.267Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-14T15:01:41.267Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-14T15:01:41.267Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-14T15:01:41.267Zwarn: no default linker (`cc`) was found in your PATH
612026-05-14T15:01:41.267Zwarn: many Rust crates require a system C toolchain to build
622026-05-14T15:01:41.347Z+ rustup --version
632026-05-14T15:01:41.356Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-14T15:01:41.359Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-14T15:01:41.378Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-14T15:01:41.380Z+ cargo --version
672026-05-14T15:01:41.393Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-14T15:01:41.396Z+ rustc --version
692026-05-14T15:01:41.415Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-14T15:01:41.418Zprocess exited: duration 16690 ms, exit code 0
 
712026-05-14T15:01:41.426Zstarting task 2: "authentication"
722026-05-14T15:01:41.442Zprocess exited: duration 16 ms, exit code 0
 
732026-05-14T15:01:41.447Zstarting task 3: "clone repository"
742026-05-14T15:01:41.451Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-14T15:01:41.454Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-14T15:01:41.486ZCloning into '/work/oxidecomputer/omicron'...
772026-05-14T15:01:51.217Z+ cd /work/oxidecomputer/omicron
782026-05-14T15:01:51.217Z+ git fetch origin 5c71f4436cfef9b4709ecc151f018f81e7d27716
792026-05-14T15:01:51.512ZFrom https://github.com/oxidecomputer/omicron
802026-05-14T15:01:51.512Z * branch 5c71f4436cfef9b4709ecc151f018f81e7d27716 -> FETCH_HEAD
812026-05-14T15:01:51.522Z+ [[ -n john/feature-sled-agent-scrimlet-reconcilers ]]
822026-05-14T15:01:51.526Z++ git branch --show-current
832026-05-14T15:01:51.526Z+ current=main
842026-05-14T15:01:51.526Z+ [[ main != john/feature-sled-agent-scrimlet-reconcilers ]]
852026-05-14T15:01:51.526Z+ git branch -f john/feature-sled-agent-scrimlet-reconcilers 5c71f4436cfef9b4709ecc151f018f81e7d27716
862026-05-14T15:01:51.529Z+ git checkout -f john/feature-sled-agent-scrimlet-reconcilers
872026-05-14T15:01:51.762ZSwitched to branch 'john/feature-sled-agent-scrimlet-reconcilers'
882026-05-14T15:01:51.765Z+ git reset --hard 5c71f4436cfef9b4709ecc151f018f81e7d27716
892026-05-14T15:01:51.781ZHEAD is now at 5c71f4436 Merge branch 'main' into john/feature-sled-agent-scrimlet-reconcilers
902026-05-14T15:01:51.784Zprocess exited: duration 10334 ms, exit code 0
 
912026-05-14T15:01:51.791Zstarting task 4: "build"
922026-05-14T15:01:51.797Z+ source .github/buildomat/ci-env.sh
932026-05-14T15:01:51.801Z++ export CARGO_TERM_COLOR=always
942026-05-14T15:01:51.801Z++ CARGO_TERM_COLOR=always
952026-05-14T15:01:51.801Z+ cargo --version
962026-05-14T15:01:51.806Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-14T15:01:51.809Z+ rustc --version
982026-05-14T15:01:51.829Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-14T15:01:51.832Z+ source ./env.sh
1002026-05-14T15:01:51.832Z++ OLD_SHELL_OPTS=ehxB
1012026-05-14T15:01:51.832Z++ set -o xtrace
1022026-05-14T15:01:51.835Z++++ dirname ./env.sh
1032026-05-14T15:01:51.845Z+++ readlink -f .
1042026-05-14T15:01:51.850Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-14T15:01:51.850Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-14T15:01:51.850Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-14T15:01:51.850Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-14T15:01:51.850Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-14T15:01:51.850Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-14T15:01:51.850Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-14T15:01:51.850Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-14T15:01:51.850Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-14T15:01:51.850Z++ case $OLD_SHELL_OPTS in
1142026-05-14T15:01:51.850Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-14T15:01:51.850Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-14T15:01:51.850Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-14T15:01:51.850Z+ banner prerequisites
1182026-05-14T15:01:51.853Z
1192026-05-14T15:01:51.853Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-14T15:01:51.853Z # # # # # # # # # # # # # # #
1212026-05-14T15:01:51.853Z # # # # ##### # # ##### # # # # # #### #
1222026-05-14T15:01:51.853Z ##### ##### # ##### # # # # # # # # #
1232026-05-14T15:01:51.853Z # # # # # # # # # # # # # # #
1242026-05-14T15:01:51.853Z # # # ###### # # ###### ### # #### # #### #
1252026-05-14T15:01:51.853Z
1262026-05-14T15:01:51.854Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-14T15:01:53.584Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-14T15:01:53.641Z Startup: Caching catalogs ... Done
1292026-05-14T15:01:53.843ZPlanning: Solver setup ... Done (0.171s)
1302026-05-14T15:01:53.858ZPlanning: Running solver ... Done (0.016s)
1312026-05-14T15:01:53.864ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-14T15:01:53.876ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-14T15:01:53.900ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-14T15:01:53.913ZPlanning: Package planning ... Done (0.013s)
1352026-05-14T15:01:53.916ZPlanning: Merging actions ... Done (0.001s)
1362026-05-14T15:01:54.101ZPlanning: Checking for conflicting actions ... Done (0.186s)
1372026-05-14T15:01:54.104ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-14T15:01:54.833ZPlanning: Evaluating mediators ... Done (0.731s)
1392026-05-14T15:01:54.836ZPlanning: Planning completed in 1.17 seconds
1402026-05-14T15:01:54.842Z Packages to install: 2
1412026-05-14T15:01:54.842Z Estimated space available: 156.10 GB
1422026-05-14T15:01:54.842ZEstimated space to be consumed: 19.74 MB
1432026-05-14T15:01:54.845Z Create boot environment: No
1442026-05-14T15:01:54.845ZCreate backup boot environment: No
1452026-05-14T15:01:54.845Z Rebuild boot archive: No
1462026-05-14T15:01:54.845Z
1472026-05-14T15:01:54.845ZChanged packages:
1482026-05-14T15:01:54.845Zhelios
1492026-05-14T15:01:54.845Z developer/build-essential
1502026-05-14T15:01:54.845Z None -> 11-3.0
1512026-05-14T15:01:54.845Z library/libxmlsec1
1522026-05-14T15:01:54.845Z None -> 1.2.35-3.0
1532026-05-14T15:01:54.868Z
1542026-05-14T15:01:54.868ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-14T15:01:55.397ZDownload: Completed 1.28 MB in 0.53 seconds (2.4M/s)
1562026-05-14T15:01:55.459Z Actions: 1/268 actions (Installing new actions)
1572026-05-14T15:01:55.496Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-14T15:01:55.502ZFinalize: Updating package state database ... Done (0.006s)
1592026-05-14T15:01:55.502ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-14T15:01:55.517ZFinalize: Updating image state ... Done (0.015s)
1612026-05-14T15:01:57.926ZFinalize: Creating fast lookup database ... Done (2.388s)
1622026-05-14T15:01:57.996ZFinalize: Reading search index ... Done (0.013s)
1632026-05-14T15:01:58.001ZFinalize: Updating search index ... Done (0.000s)
1642026-05-14T15:01:58.077ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-14T15:01:58.374ZPlanning: Evaluating mediator changes ... Done
1662026-05-14T15:01:58.477ZPlanning: Checking for conflicting actions ... Done
1672026-05-14T15:01:58.480ZPlanning: Consolidating action changes ... Done
1682026-05-14T15:01:58.632ZPlanning: Evaluating mediators ... Done
1692026-05-14T15:01:58.636ZPlanning: Planning completed in 0.26 seconds
1702026-05-14T15:01:58.654Z Mediators to change: 2
1712026-05-14T15:01:58.654Z Create boot environment: No
1722026-05-14T15:01:58.654ZCreate backup boot environment: No
1732026-05-14T15:01:58.724ZFinalize: Updating package state database ... Done
1742026-05-14T15:01:58.724ZFinalize: Updating package cache ... Done
1752026-05-14T15:01:58.732ZFinalize: Updating image state ... Done
1762026-05-14T15:02:00.677ZFinalize: Creating fast lookup database ... Done
1772026-05-14T15:02:00.737ZFinalize: Reading search index ... Done
1782026-05-14T15:02:00.740ZFinalize: Updating search index ... Done
1792026-05-14T15:02:00.826ZFinalize: Updating package cache ... Done
1802026-05-14T15:02:01.110ZPlanning: Evaluating mediator changes ... Done
1812026-05-14T15:02:01.218ZPlanning: Checking for conflicting actions ... Done
1822026-05-14T15:02:01.221ZPlanning: Consolidating action changes ... Done
1832026-05-14T15:02:01.376ZPlanning: Evaluating mediators ... Done
1842026-05-14T15:02:01.379ZPlanning: Planning completed in 0.27 seconds
1852026-05-14T15:02:01.399Z Mediators to change: 1
1862026-05-14T15:02:01.399Z Create boot environment: No
1872026-05-14T15:02:01.399ZCreate backup boot environment: No
1882026-05-14T15:02:01.453ZFinalize: Updating package state database ... Done
1892026-05-14T15:02:01.453ZFinalize: Updating package cache ... Done
1902026-05-14T15:02:01.462ZFinalize: Updating image state ... Done
1912026-05-14T15:02:03.390ZFinalize: Creating fast lookup database ... Done
1922026-05-14T15:02:03.451ZFinalize: Reading search index ... Done
1932026-05-14T15:02:03.454ZFinalize: Updating search index ... Done
1942026-05-14T15:02:03.520ZFinalize: Updating package cache ... Done
1952026-05-14T15:02:03.831ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-14T15:02:03.831Zapache system 2.4 system
1972026-05-14T15:02:03.831Zclang system 15 system
1982026-05-14T15:02:03.831Zcsh system system illumos
1992026-05-14T15:02:03.831Zctags system system illumos
2002026-05-14T15:02:03.831Zfile vendor vendor darwinsys
2012026-05-14T15:02:03.831Zfile system system illumos
2022026-05-14T15:02:03.831Zgcc vendor 14 vendor
2032026-05-14T15:02:03.831Zgcc system 13 system
2042026-05-14T15:02:03.831Zgcc system 10 system
2052026-05-14T15:02:03.831Zgo system 1.25 system
2062026-05-14T15:02:03.831Zllvm system 15 system
2072026-05-14T15:02:03.831Zmariadb system 11.4 system
2082026-05-14T15:02:03.831Zmta vendor vendor dma
2092026-05-14T15:02:03.831Zopenjdk system 17 system
2102026-05-14T15:02:03.831Zopenjdk system 11 system
2112026-05-14T15:02:03.831Zopenssl vendor 3 vendor
2122026-05-14T15:02:03.831Zperl system 5.40 system
2132026-05-14T15:02:03.831Zpostgresql system 18 system
2142026-05-14T15:02:03.831Zpostgresql system 17 system
2152026-05-14T15:02:03.831Zpython vendor 3 vendor
2162026-05-14T15:02:03.831Zpython system 2 system
2172026-05-14T15:02:03.831Zpython3 vendor 3.13 vendor
2182026-05-14T15:02:03.831Zruby system 3.4 system
2192026-05-14T15:02:03.832Zruby system 3.0 system
2202026-05-14T15:02:03.832Zwords vendor vendor american-english
2212026-05-14T15:02:03.832Zwords system system australian-english
2222026-05-14T15:02:03.832Zwords system system british-english
2232026-05-14T15:02:03.832Zwords system system canadian-english
2242026-05-14T15:02:03.832Zwords system system french
2252026-05-14T15:02:03.832Zwords system system italian
2262026-05-14T15:02:03.832Zwords system system ngerman
2272026-05-14T15:02:03.832Zwords system system ogerman
2282026-05-14T15:02:03.832Zwords system system spanish
2292026-05-14T15:02:04.088ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-14T15:02:04.088Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-14T15:02:04.361ZFMRI IFO
2322026-05-14T15:02:04.361Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-14T15:02:04.361Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-14T15:02:04.361Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-14T15:02:04.361Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-14T15:02:04.362Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-14T15:02:04.362Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-14T15:02:04.362Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-14T15:02:04.362Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-14T15:02:04.362Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-14T15:02:04.608Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-14T15:02:04.898Z Updating crates.io index
2432026-05-14T15:02:04.931Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-14T15:02:05.667Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-14T15:02:06.148Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-14T15:02:06.447Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-14T15:02:07.643Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-14T15:02:08.169Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-14T15:02:09.505Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-14T15:02:10.259Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-14T15:02:10.732Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-14T15:02:11.462Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-14T15:02:11.980Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-14T15:02:12.317Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-14T15:02:12.746Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-14T15:02:13.770Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-14T15:02:14.344Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-14T15:02:14.731Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-14T15:02:15.052Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-14T15:02:15.440Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-14T15:02:15.803Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-14T15:02:16.057Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-14T15:02:16.350Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-14T15:02:16.764Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-14T15:02:17.129Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2662026-05-14T15:02:17.780Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2672026-05-14T15:02:18.021Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2682026-05-14T15:02:18.403Z Updating git repository `https://github.com/oxidecomputer/ispf`
2692026-05-14T15:02:19.424Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2702026-05-14T15:02:19.674Z Updating git repository `https://github.com/oxidecomputer/crucible`
2712026-05-14T15:02:20.819Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-14T15:02:21.309Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-14T15:02:21.618Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-14T15:02:22.093Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-14T15:02:22.397Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-14T15:02:23.029Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2772026-05-14T15:02:23.292Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2782026-05-14T15:02:23.579Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2792026-05-14T15:02:23.864Z Updating git repository `https://github.com/illumos/smf-rs`
2802026-05-14T15:02:24.249Z Updating git repository `https://github.com/oxidecomputer/omicron`
2812026-05-14T15:02:36.044Z Downloading crates ...
2822026-05-14T15:02:36.094Z Downloaded anstream v0.6.21
2832026-05-14T15:02:36.099Z Downloaded semver v1.0.28
2842026-05-14T15:02:36.107Z Downloaded macaddr v1.0.1
2852026-05-14T15:02:36.110Z Downloaded fnv v1.0.7
2862026-05-14T15:02:36.113Z Downloaded digest v0.10.7
2872026-05-14T15:02:36.113Z Downloaded dtrace-parser v0.2.0
2882026-05-14T15:02:36.116Z Downloaded crypto-common v0.1.7
2892026-05-14T15:02:36.119Z Downloaded clap v4.5.60
2902026-05-14T15:02:36.122Z Downloaded serde_derive v1.0.228
2912026-05-14T15:02:36.125Z Downloaded errno v0.3.14
2922026-05-14T15:02:36.128Z Downloaded autocfg v1.5.0
2932026-05-14T15:02:36.128Z Downloaded scroll v0.12.0
2942026-05-14T15:02:36.131Z Downloaded log v0.4.29
2952026-05-14T15:02:36.131Z Downloaded serde_spanned v0.6.9
2962026-05-14T15:02:36.136Z Downloaded serde_core v1.0.228
2972026-05-14T15:02:36.138Z Downloaded heck v0.5.0
2982026-05-14T15:02:36.139Z Downloaded equivalent v1.0.2
2992026-05-14T15:02:36.144Z Downloaded form_urlencoded v1.2.2
3002026-05-14T15:02:36.147Z Downloaded fastrand v2.3.0
3012026-05-14T15:02:36.147Z Downloaded zerofrom-derive v0.1.6
3022026-05-14T15:02:36.147Z Downloaded generic-array v0.14.7
3032026-05-14T15:02:36.147Z Downloaded thread-id v4.2.2
3042026-05-14T15:02:36.150Z Downloaded toml_write v0.1.2
3052026-05-14T15:02:36.153Z Downloaded itoa v1.0.17
3062026-05-14T15:02:36.153Z Downloaded utf8parse v0.2.2
3072026-05-14T15:02:36.157Z Downloaded usdt-macro v0.5.0
3082026-05-14T15:02:36.157Z Downloaded toml_datetime v0.6.11
3092026-05-14T15:02:36.157Z Downloaded colorchoice v1.0.4
3102026-05-14T15:02:36.162Z Downloaded usdt v0.5.0
3112026-05-14T15:02:36.165Z Downloaded typeid v1.0.3
3122026-05-14T15:02:36.165Z Downloaded percent-encoding v2.3.2
3132026-05-14T15:02:36.165Z Downloaded heck v0.4.1
3142026-05-14T15:02:36.169Z Downloaded zerofrom v0.1.6
3152026-05-14T15:02:36.169Z Downloaded smawk v0.3.2
3162026-05-14T15:02:36.172Z Downloaded idna_adapter v1.2.1
3172026-05-14T15:02:36.172Z Downloaded yoke-derive v0.8.1
3182026-05-14T15:02:36.172Z Downloaded anstyle-query v1.1.5
3192026-05-14T15:02:36.174Z Downloaded proc-macro-error-attr v1.0.4
3202026-05-14T15:02:36.174Z Downloaded ordered-float v2.10.1
3212026-05-14T15:02:36.174Z Downloaded unicode-linebreak v0.1.5
3222026-05-14T15:02:36.174Z Downloaded block-buffer v0.10.4
3232026-05-14T15:02:36.180Z Downloaded version_check v0.9.5
3242026-05-14T15:02:36.183Z Downloaded potential_utf v0.1.4
3252026-05-14T15:02:36.183Z Downloaded unicode-xid v0.2.6
3262026-05-14T15:02:36.186Z Downloaded thiserror-impl v2.0.18
3272026-05-14T15:02:36.186Z Downloaded is_terminal_polyfill v1.70.2
3282026-05-14T15:02:36.189Z Downloaded yoke v0.8.1
3292026-05-14T15:02:36.189Z Downloaded thiserror v1.0.69
3302026-05-14T15:02:36.192Z Downloaded utf8_iter v1.0.4
3312026-05-14T15:02:36.192Z Downloaded usdt-attr-macro v0.5.0
3322026-05-14T15:02:36.195Z Downloaded tinystr v0.8.2
3332026-05-14T15:02:36.198Z Downloaded byteorder v1.5.0
3342026-05-14T15:02:36.198Z Downloaded thiserror v2.0.18
3352026-05-14T15:02:36.201Z Downloaded zerovec-derive v0.11.2
3362026-05-14T15:02:36.201Z Downloaded cpufeatures v0.2.17
3372026-05-14T15:02:36.201Z Downloaded zmij v1.0.21
3382026-05-14T15:02:36.205Z Downloaded thiserror-impl v1.0.69
3392026-05-14T15:02:36.205Z Downloaded serde-value v0.7.0
3402026-05-14T15:02:36.205Z Downloaded usdt-impl v0.5.0
3412026-05-14T15:02:36.205Z Downloaded stable_deref_trait v1.2.1
3422026-05-14T15:02:36.208Z Downloaded plain v0.2.3
3432026-05-14T15:02:36.208Z Downloaded writeable v0.6.2
3442026-05-14T15:02:36.211Z Downloaded clap_lex v1.0.0
3452026-05-14T15:02:36.214Z Downloaded strsim v0.11.1
3462026-05-14T15:02:36.217Z Downloaded toml v0.8.23
3472026-05-14T15:02:36.221Z Downloaded ucd-trie v0.1.7
3482026-05-14T15:02:36.221Z Downloaded pretty-hex v0.4.1
3492026-05-14T15:02:36.224Z Downloaded scroll_derive v0.12.1
3502026-05-14T15:02:36.224Z Downloaded dof v0.3.0
3512026-05-14T15:02:36.224Z Downloaded textwrap v0.16.2
3522026-05-14T15:02:36.224Z Downloaded zerovec v0.11.5
3532026-05-14T15:02:36.227Z Downloaded memmap v0.7.0
3542026-05-14T15:02:36.229Z Downloaded cargo-platform v0.2.0
3552026-05-14T15:02:36.232Z Downloaded swrite v0.1.0
3562026-05-14T15:02:36.238Z Downloaded toml_edit v0.22.27
3572026-05-14T15:02:36.238Z Downloaded terminal_size v0.4.3
3582026-05-14T15:02:36.241Z Downloaded displaydoc v0.2.5
3592026-05-14T15:02:36.241Z Downloaded zerocopy-derive v0.7.35
3602026-05-14T15:02:36.241Z Downloaded unicode-ident v1.0.24
3612026-05-14T15:02:36.241Z Downloaded zerotrie v0.2.3
3622026-05-14T15:02:36.244Z Downloaded typenum v1.19.0
3632026-05-14T15:02:36.247Z Downloaded sha2 v0.10.9
3642026-05-14T15:02:36.247Z Downloaded url v2.5.8
3652026-05-14T15:02:36.250Z Downloaded serde-untagged v0.1.9
3662026-05-14T15:02:36.250Z Downloaded icu_properties v2.1.2
3672026-05-14T15:02:36.250Z Downloaded clap_derive v4.5.55
3682026-05-14T15:02:36.253Z Downloaded bytecount v0.6.9
3692026-05-14T15:02:36.253Z Downloaded anstyle v1.0.13
3702026-05-14T15:02:36.253Z Downloaded proc-macro-error v1.0.4
3712026-05-14T15:02:36.256Z Downloaded camino-tempfile v1.4.1
3722026-05-14T15:02:36.256Z Downloaded erased-serde v0.4.9
3732026-05-14T15:02:36.260Z Downloaded cfg-if v1.0.4
3742026-05-14T15:02:36.260Z Downloaded tabled_derive v0.7.0
3752026-05-14T15:02:36.263Z Downloaded fs-err v3.3.0
3762026-05-14T15:02:36.263Z Downloaded synstructure v0.13.2
3772026-05-14T15:02:36.266Z Downloaded anstyle-parse v0.2.7
3782026-05-14T15:02:36.269Z Downloaded zerocopy v0.7.35
3792026-05-14T15:02:36.275Z Downloaded winnow v0.7.14
3802026-05-14T15:02:36.280Z Downloaded pest_derive v2.8.6
3812026-05-14T15:02:36.283Z Downloaded quote v1.0.45
3822026-05-14T15:02:36.283Z Downloaded unicode-width v0.1.14
3832026-05-14T15:02:36.286Z Downloaded unicode-width v0.2.0
3842026-05-14T15:02:36.290Z Downloaded papergrid v0.11.0
3852026-05-14T15:02:36.292Z Downloaded pest_generator v2.8.6
3862026-05-14T15:02:36.295Z Downloaded anyhow v1.0.102
3872026-05-14T15:02:36.296Z Downloaded cargo_toml v0.21.0
3882026-05-14T15:02:36.302Z Downloaded litemap v0.8.1
3892026-05-14T15:02:36.307Z Downloaded cargo-util-schemas v0.8.2
3902026-05-14T15:02:36.307Z Downloaded cargo_metadata v0.21.0
3912026-05-14T15:02:36.311Z Downloaded once_cell v1.21.3
3922026-05-14T15:02:36.316Z Downloaded smallvec v1.15.1
3932026-05-14T15:02:36.319Z Downloaded icu_provider v2.1.1
3942026-05-14T15:02:36.319Z Downloaded icu_normalizer v2.1.1
3952026-05-14T15:02:36.322Z Downloaded camino v1.2.2
3962026-05-14T15:02:36.327Z Downloaded tempfile v3.25.0
3972026-05-14T15:02:36.330Z Downloaded proc-macro2 v1.0.106
3982026-05-14T15:02:36.333Z Downloaded getrandom v0.4.1
3992026-05-14T15:02:36.333Z Downloaded bitflags v2.11.0
4002026-05-14T15:02:36.336Z Downloaded serde_tokenstream v0.2.3
4012026-05-14T15:02:36.339Z Downloaded icu_normalizer_data v2.1.1
4022026-05-14T15:02:36.342Z Downloaded icu_locale_core v2.1.1
4032026-05-14T15:02:36.346Z Downloaded num-traits v0.2.19
4042026-05-14T15:02:36.357Z Downloaded serde v1.0.228
4052026-05-14T15:02:36.360Z Downloaded pest_meta v2.8.6
4062026-05-14T15:02:36.364Z Downloaded memchr v2.8.0
4072026-05-14T15:02:36.367Z Downloaded icu_collections v2.1.1
4082026-05-14T15:02:36.373Z Downloaded idna v1.1.0
4092026-05-14T15:02:36.379Z Downloaded indexmap v2.14.0
4102026-05-14T15:02:36.382Z Downloaded hashbrown v0.17.0
4112026-05-14T15:02:36.386Z Downloaded pest v2.8.6
4122026-05-14T15:02:36.393Z Downloaded goblin v0.8.2
4132026-05-14T15:02:36.401Z Downloaded icu_properties_data v2.1.2
4142026-05-14T15:02:36.407Z Downloaded serde_json v1.0.149
4152026-05-14T15:02:36.415Z Downloaded clap_builder v4.5.60
4162026-05-14T15:02:36.429Z Downloaded tabled v0.15.0
4172026-05-14T15:02:36.437Z Downloaded syn v1.0.109
4182026-05-14T15:02:36.446Z Downloaded syn v2.0.117
4192026-05-14T15:02:36.455Z Downloaded rustix v1.1.3
4202026-05-14T15:02:36.485Z Downloaded libc v0.2.185
4212026-05-14T15:02:36.553Z Compiling proc-macro2 v1.0.106
4222026-05-14T15:02:36.553Z Compiling unicode-ident v1.0.24
4232026-05-14T15:02:36.553Z Compiling quote v1.0.45
4242026-05-14T15:02:36.553Z Compiling serde_core v1.0.228
4252026-05-14T15:02:36.556Z Compiling libc v0.2.185
4262026-05-14T15:02:36.556Z Compiling version_check v0.9.5
4272026-05-14T15:02:36.556Z Compiling stable_deref_trait v1.2.1
4282026-05-14T15:02:36.734Z Compiling serde v1.0.228
4292026-05-14T15:02:36.835Z Compiling memchr v2.8.0
4302026-05-14T15:02:36.894Z Compiling zmij v1.0.21
4312026-05-14T15:02:37.089Z Compiling autocfg v1.5.0
4322026-05-14T15:02:37.458Z Compiling itoa v1.0.17
4332026-05-14T15:02:37.461Z Compiling ucd-trie v0.1.7
4342026-05-14T15:02:37.504Z Compiling thiserror v1.0.69
4352026-05-14T15:02:37.625Z Compiling pest v2.8.6
4362026-05-14T15:02:37.698Z Compiling litemap v0.8.1
4372026-05-14T15:02:37.723Z Compiling writeable v0.6.2
4382026-05-14T15:02:37.873Z Compiling icu_properties_data v2.1.2
4392026-05-14T15:02:37.932Z Compiling icu_normalizer_data v2.1.1
4402026-05-14T15:02:37.974Z Compiling rustix v1.1.3
4412026-05-14T15:02:38.118Z Compiling byteorder v1.5.0
4422026-05-14T15:02:38.243Z Compiling syn v2.0.117
4432026-05-14T15:02:38.361Z Compiling errno v0.3.14
4442026-05-14T15:02:38.377Z Compiling bitflags v2.11.0
4452026-05-14T15:02:38.380Z Compiling serde_json v1.0.149
4462026-05-14T15:02:38.649Z Compiling num-traits v0.2.19
4472026-05-14T15:02:38.664Z Compiling equivalent v1.0.2
4482026-05-14T15:02:38.756Z Compiling pest_meta v2.8.6
4492026-05-14T15:02:38.774Z Compiling hashbrown v0.17.0
4502026-05-14T15:02:38.833Z Compiling smallvec v1.15.1
4512026-05-14T15:02:39.048Z Compiling typeid v1.0.3
4522026-05-14T15:02:39.277Z Compiling indexmap v2.14.0
4532026-05-14T15:02:39.342Z Compiling thread-id v4.2.2
4542026-05-14T15:02:39.368Z Compiling proc-macro-error-attr v1.0.4
4552026-05-14T15:02:39.417Z Compiling usdt-impl v0.5.0
4562026-05-14T15:02:39.434Z Compiling toml_write v0.1.2
4572026-05-14T15:02:39.558Z Compiling erased-serde v0.4.9
4582026-05-14T15:02:39.648Z Compiling syn v1.0.109
4592026-05-14T15:02:39.717Z Compiling winnow v0.7.14
4602026-05-14T15:02:39.987Z Compiling proc-macro-error v1.0.4
4612026-05-14T15:02:40.006Z Compiling log v0.4.29
4622026-05-14T15:02:40.175Z Compiling getrandom v0.4.1
4632026-05-14T15:02:40.195Z Compiling thiserror v2.0.18
4642026-05-14T15:02:40.427Z Compiling camino v1.2.2
4652026-05-14T15:02:40.521Z Compiling percent-encoding v2.3.2
4662026-05-14T15:02:40.544Z Compiling utf8_iter v1.0.4
4672026-05-14T15:02:40.549Z Compiling utf8parse v0.2.2
4682026-05-14T15:02:40.663Z Compiling plain v0.2.3
4692026-05-14T15:02:40.680Z Compiling form_urlencoded v1.2.2
4702026-05-14T15:02:40.696Z Compiling anstyle-parse v0.2.7
4712026-05-14T15:02:40.776Z Compiling ordered-float v2.10.1
4722026-05-14T15:02:40.923Z Compiling synstructure v0.13.2
4732026-05-14T15:02:40.952Z Compiling pest_generator v2.8.6
4742026-05-14T15:02:41.046Z Compiling terminal_size v0.4.3
4752026-05-14T15:02:41.207Z Compiling is_terminal_polyfill v1.70.2
4762026-05-14T15:02:41.307Z Compiling colorchoice v1.0.4
4772026-05-14T15:02:41.345Z Compiling anstyle-query v1.1.5
4782026-05-14T15:02:41.384Z Compiling cfg-if v1.0.4
4792026-05-14T15:02:41.401Z Compiling anstyle v1.0.13
4802026-05-14T15:02:41.426Z Compiling pretty-hex v0.4.1
4812026-05-14T15:02:41.509Z Compiling serde-untagged v0.1.9
4822026-05-14T15:02:41.583Z Compiling anstream v0.6.21
4832026-05-14T15:02:41.617Z Compiling semver v1.0.28
4842026-05-14T15:02:41.649Z Compiling fs-err v3.3.0
4852026-05-14T15:02:41.746Z Compiling fnv v1.0.7
4862026-05-14T15:02:41.835Z Compiling heck v0.4.1
4872026-05-14T15:02:41.851Z Compiling unicode-xid v0.2.6
4882026-05-14T15:02:41.885Z Compiling bytecount v0.6.9
4892026-05-14T15:02:41.931Z Compiling clap_lex v1.0.0
4902026-05-14T15:02:41.934Z Compiling strsim v0.11.1
4912026-05-14T15:02:42.017Z Compiling anyhow v1.0.102
4922026-05-14T15:02:42.059Z Compiling once_cell v1.21.3
4932026-05-14T15:02:42.175Z Compiling heck v0.5.0
4942026-05-14T15:02:42.271Z Compiling fastrand v2.3.0
4952026-05-14T15:02:42.274Z Compiling unicode-width v0.1.14
4962026-05-14T15:02:42.274Z Compiling clap_builder v4.5.60
4972026-05-14T15:02:42.514Z Compiling tempfile v3.25.0
4982026-05-14T15:02:42.539Z Compiling papergrid v0.11.0
4992026-05-14T15:02:42.555Z Compiling memmap v0.7.0
5002026-05-14T15:02:42.558Z Compiling smawk v0.3.2
5012026-05-14T15:02:42.589Z Compiling serde_derive v1.0.228
5022026-05-14T15:02:42.709Z Compiling zerofrom-derive v0.1.6
5032026-05-14T15:02:42.732Z Compiling yoke-derive v0.8.1
5042026-05-14T15:02:42.867Z Compiling zerovec-derive v0.11.2
5052026-05-14T15:02:42.885Z Compiling displaydoc v0.2.5
5062026-05-14T15:02:43.646Z Compiling thiserror-impl v1.0.69
5072026-05-14T15:02:43.903Z Compiling zerocopy-derive v0.7.35
5082026-05-14T15:02:43.979Z Compiling pest_derive v2.8.6
5092026-05-14T15:02:44.011Z Compiling scroll_derive v0.12.1
5102026-05-14T15:02:44.098Z Compiling zerofrom v0.1.6
5112026-05-14T15:02:44.218Z Compiling yoke v0.8.1
5122026-05-14T15:02:44.397Z Compiling zerovec v0.11.5
5132026-05-14T15:02:44.424Z Compiling zerotrie v0.2.3
5142026-05-14T15:02:44.653Z Compiling scroll v0.12.0
5152026-05-14T15:02:44.779Z Compiling thiserror-impl v2.0.18
5162026-05-14T15:02:44.819Z Compiling zerocopy v0.7.35
5172026-05-14T15:02:44.920Z Compiling tinystr v0.8.2
5182026-05-14T15:02:44.932Z Compiling potential_utf v0.1.4
5192026-05-14T15:02:45.087Z Compiling dtrace-parser v0.2.0
5202026-05-14T15:02:45.111Z Compiling icu_locale_core v2.1.1
5212026-05-14T15:02:45.135Z Compiling icu_collections v2.1.1
5222026-05-14T15:02:45.309Z Compiling goblin v0.8.2
5232026-05-14T15:02:45.367Z Compiling tabled_derive v0.7.0
5242026-05-14T15:02:45.605Z Compiling clap_derive v4.5.55
5252026-05-14T15:02:45.796Z Compiling icu_provider v2.1.1
5262026-05-14T15:02:45.968Z Compiling unicode-width v0.2.0
5272026-05-14T15:02:46.039Z Compiling icu_normalizer v2.1.1
5282026-05-14T15:02:46.062Z Compiling icu_properties v2.1.2
5292026-05-14T15:02:46.079Z Compiling toml_datetime v0.6.11
5302026-05-14T15:02:46.095Z Compiling serde_spanned v0.6.9
5312026-05-14T15:02:46.243Z Compiling dof v0.3.0
5322026-05-14T15:02:46.248Z Compiling serde_tokenstream v0.2.3
5332026-05-14T15:02:46.278Z Compiling toml_edit v0.22.27
5342026-05-14T15:02:46.456Z Compiling serde-value v0.7.0
5352026-05-14T15:02:46.585Z Compiling cargo-platform v0.2.0
5362026-05-14T15:02:46.622Z Compiling unicode-linebreak v0.1.5
5372026-05-14T15:02:46.817Z Compiling textwrap v0.16.2
5382026-05-14T15:02:46.857Z Compiling tabled v0.15.0
5392026-05-14T15:02:46.874Z Compiling macaddr v1.0.1
5402026-05-14T15:02:47.125Z Compiling idna_adapter v1.2.1
5412026-05-14T15:02:47.140Z Compiling camino-tempfile v1.4.1
5422026-05-14T15:02:47.208Z Compiling usdt-macro v0.5.0
5432026-05-14T15:02:47.264Z Compiling idna v1.1.0
5442026-05-14T15:02:47.296Z Compiling usdt-attr-macro v0.5.0
5452026-05-14T15:02:47.351Z Compiling clap v4.5.60
5462026-05-14T15:02:47.727Z Compiling toml v0.8.23
5472026-05-14T15:02:47.744Z Compiling url v2.5.8
5482026-05-14T15:02:47.925Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-05-14T15:02:47.949Z Compiling swrite v0.1.0
5502026-05-14T15:02:48.091Z Compiling cargo_toml v0.21.0
5512026-05-14T15:02:48.173Z Compiling cargo-util-schemas v0.8.2
5522026-05-14T15:02:48.757Z Compiling usdt v0.5.0
5532026-05-14T15:02:49.119Z Compiling cargo_metadata v0.21.0
5542026-05-14T15:02:50.061Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5552026-05-14T15:02:52.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.67s
5562026-05-14T15:02:52.383Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5572026-05-14T15:02:52.947Z Downloading crates ...
5582026-05-14T15:02:53.064Z Downloaded adler2 v2.0.1
5592026-05-14T15:02:53.140Z Downloaded bcrypt-pbkdf v0.10.0
5602026-05-14T15:02:53.140Z Downloaded blowfish v0.9.1
5612026-05-14T15:02:53.140Z Downloaded crunchy v0.2.4
5622026-05-14T15:02:53.140Z Downloaded bit-set v0.5.3
5632026-05-14T15:02:53.140Z Downloaded bit-set v0.8.0
5642026-05-14T15:02:53.140Z Downloaded crossbeam-utils v0.8.21
5652026-05-14T15:02:53.140Z Downloaded compact_str v0.8.1
5662026-05-14T15:02:53.140Z Downloaded dsl_auto_type v0.2.0
5672026-05-14T15:02:53.140Z Downloaded bitfield v0.19.4
5682026-05-14T15:02:53.140Z Downloaded base16ct v0.2.0
5692026-05-14T15:02:53.140Z Downloaded ff v0.13.1
5702026-05-14T15:02:53.140Z Downloaded deranged v0.5.8
5712026-05-14T15:02:53.140Z Downloaded dunce v1.0.5
5722026-05-14T15:02:53.141Z Downloaded bcs v0.1.6
5732026-05-14T15:02:53.216Z Downloaded document-features v0.2.12
5742026-05-14T15:02:53.216Z Downloaded ena v0.14.4
5752026-05-14T15:02:53.216Z Downloaded cargo_metadata v0.19.2
5762026-05-14T15:02:53.216Z Downloaded crossbeam-channel v0.5.15
5772026-05-14T15:02:53.216Z Downloaded fd-lock v4.0.4
5782026-05-14T15:02:53.216Z Downloaded dropshot-api-manager-types v0.7.1
5792026-05-14T15:02:53.216Z Downloaded derive_builder_macro v0.20.2
5802026-05-14T15:02:53.216Z Downloaded bitfield-macros v0.19.4
5812026-05-14T15:02:53.216Z Downloaded arrayref v0.3.9
5822026-05-14T15:02:53.216Z Downloaded defmt v1.0.1
5832026-05-14T15:02:53.216Z Downloaded bb8 v0.8.6
5842026-05-14T15:02:53.216Z Downloaded debug-ignore v1.0.5
5852026-05-14T15:02:53.216Z Downloaded crc-catalog v2.4.0
5862026-05-14T15:02:53.216Z Downloaded dtrace-parser v0.3.0
5872026-05-14T15:02:53.216Z Downloaded async-recursion v1.1.1
5882026-05-14T15:02:53.216Z Downloaded env_filter v1.0.0
5892026-05-14T15:02:53.217Z Downloaded ciborium-io v0.2.2
5902026-05-14T15:02:53.217Z Downloaded bit-vec v0.6.3
5912026-05-14T15:02:53.217Z Downloaded cassowary v0.3.0
5922026-05-14T15:02:53.217Z Downloaded fatfs v0.3.6
5932026-05-14T15:02:53.217Z Downloaded env_logger v0.11.9
5942026-05-14T15:02:53.217Z Downloaded chacha20poly1305 v0.10.1
5952026-05-14T15:02:53.217Z Downloaded darling_macro v0.23.0
5962026-05-14T15:02:53.217Z Downloaded crc8 v0.1.1
5972026-05-14T15:02:53.217Z Downloaded async-bb8-diesel v0.2.1
5982026-05-14T15:02:53.217Z Downloaded darling_macro v0.21.3
5992026-05-14T15:02:53.217Z Downloaded blake2 v0.10.6
6002026-05-14T15:02:53.217Z Downloaded downcast-rs v2.0.2
6012026-05-14T15:02:53.217Z Downloaded byte-wrapper v0.1.0
6022026-05-14T15:02:53.217Z Downloaded difflib v0.4.0
6032026-05-14T15:02:53.217Z Downloaded float-cmp v0.10.0
6042026-05-14T15:02:53.217Z Downloaded bitfield-struct v0.6.2
6052026-05-14T15:02:53.217Z Downloaded derive_builder v0.20.2
6062026-05-14T15:02:53.217Z Downloaded darling_macro v0.20.11
6072026-05-14T15:02:53.217Z Downloaded cobs v0.3.0
6082026-05-14T15:02:53.217Z Downloaded aead v0.5.2
6092026-05-14T15:02:53.217Z Downloaded curve25519-dalek-derive v0.1.1
6102026-05-14T15:02:53.217Z Downloaded async-stream v0.3.6
6112026-05-14T15:02:53.217Z Downloaded crc v3.4.0
6122026-05-14T15:02:53.217Z Downloaded assert_matches v1.5.0
6132026-05-14T15:02:53.217Z Downloaded defmt v0.3.100
6142026-05-14T15:02:53.218Z Downloaded cfg_aliases v0.2.1
6152026-05-14T15:02:53.218Z Downloaded embedded-io v0.4.0
6162026-05-14T15:02:53.218Z Downloaded der_derive v0.7.3
6172026-05-14T15:02:53.218Z Downloaded async-stream-impl v0.3.6
6182026-05-14T15:02:53.218Z Downloaded cargo-platform v0.1.9
6192026-05-14T15:02:53.218Z Downloaded flagset v0.4.7
6202026-05-14T15:02:53.218Z Downloaded compression-core v0.4.31
6212026-05-14T15:02:53.218Z Downloaded defmt-parser v1.0.0
6222026-05-14T15:02:53.218Z Downloaded block-padding v0.3.3
6232026-05-14T15:02:53.218Z Downloaded castaway v0.2.4
6242026-05-14T15:02:53.218Z Downloaded chacha20 v0.9.1
6252026-05-14T15:02:53.218Z Downloaded cstr-argument v0.1.2
6262026-05-14T15:02:53.218Z Downloaded float-ord v0.3.2
6272026-05-14T15:02:53.218Z Downloaded dirs-next v2.0.0
6282026-05-14T15:02:53.218Z Downloaded foreign-types-shared v0.1.1
6292026-05-14T15:02:53.218Z Downloaded dyn-clone v1.0.20
6302026-05-14T15:02:53.218Z Downloaded base64ct v1.8.3
6312026-05-14T15:02:53.218Z Downloaded enum-as-inner v0.6.1
6322026-05-14T15:02:53.218Z Downloaded cpufeatures v0.3.0
6332026-05-14T15:02:53.218Z Downloaded convert_case v0.4.0
6342026-05-14T15:02:53.218Z Downloaded diesel_table_macro_syntax v0.3.0
6352026-05-14T15:02:53.218Z Downloaded ciborium-ll v0.2.2
6362026-05-14T15:02:53.218Z Downloaded atty v0.2.14
6372026-05-14T15:02:53.218Z Downloaded atomicwrites v0.4.4
6382026-05-14T15:02:53.219Z Downloaded cfg_aliases v0.1.1
6392026-05-14T15:02:53.219Z Downloaded atomic-waker v1.1.2
6402026-05-14T15:02:53.219Z Downloaded dirs-sys-next v0.1.2
6412026-05-14T15:02:53.219Z Downloaded display-error-chain v0.2.2
6422026-05-14T15:02:53.219Z Downloaded foreign-types-macros v0.2.3
6432026-05-14T15:02:53.219Z Downloaded embedded-io v0.6.1
6442026-05-14T15:02:53.219Z Downloaded fixedbitset v0.4.2
6452026-05-14T15:02:53.219Z Downloaded crucible-workspace-hack v0.1.0
6462026-05-14T15:02:53.219Z Downloaded foreign-types-shared v0.3.1
6472026-05-14T15:02:53.219Z Downloaded ascii-canvas v3.0.0
6482026-05-14T15:02:53.219Z Downloaded dof v0.4.0
6492026-05-14T15:02:53.219Z Downloaded array-init v0.0.4
6502026-05-14T15:02:53.295Z Downloaded endian-type v0.1.2
6512026-05-14T15:02:53.296Z Downloaded crossterm v0.28.1
6522026-05-14T15:02:53.296Z Downloaded foreign-types v0.5.0
6532026-05-14T15:02:53.296Z Downloaded foreign-types v0.3.2
6542026-05-14T15:02:53.296Z Downloaded filetime v0.2.27
6552026-05-14T15:02:53.296Z Downloaded derive_builder_core v0.20.2
6562026-05-14T15:02:53.296Z Downloaded ctr v0.9.2
6572026-05-14T15:02:53.297Z Downloaded futures-io v0.3.32
6582026-05-14T15:02:53.297Z Downloaded drift v0.1.4
6592026-05-14T15:02:53.297Z Downloaded cmake v0.1.57
6602026-05-14T15:02:53.297Z Downloaded bzip2 v0.4.4
6612026-05-14T15:02:53.297Z Downloaded gethostname v0.5.0
6622026-05-14T15:02:53.298Z Downloaded arrayvec v0.7.6
6632026-05-14T15:02:53.298Z Downloaded futures-macro v0.3.32
6642026-05-14T15:02:53.298Z Downloaded ghash v0.5.1
6652026-05-14T15:02:53.298Z Downloaded futures-task v0.3.32
6662026-05-14T15:02:53.298Z Downloaded futures-core v0.3.32
6672026-05-14T15:02:53.298Z Downloaded git-stub v1.0.0
6682026-05-14T15:02:53.298Z Downloaded futures-sink v0.3.32
6692026-05-14T15:02:53.298Z Downloaded buf-list v1.1.2
6702026-05-14T15:02:53.298Z Downloaded funty v2.0.0
6712026-05-14T15:02:53.298Z Downloaded foldhash v0.1.5
6722026-05-14T15:02:53.298Z Downloaded argon2 v0.5.3
6732026-05-14T15:02:53.298Z Downloaded fallible-iterator v0.2.0
6742026-05-14T15:02:53.298Z Downloaded foldhash v0.2.0
6752026-05-14T15:02:53.299Z Downloaded fxhash v0.2.1
6762026-05-14T15:02:53.299Z Downloaded crossbeam-deque v0.8.6
6772026-05-14T15:02:53.299Z Downloaded csv-core v0.1.13
6782026-05-14T15:02:53.299Z Downloaded ecdsa v0.16.9
6792026-05-14T15:02:53.299Z Downloaded hash32 v0.3.1
6802026-05-14T15:02:53.299Z Downloaded hash32 v0.2.1
6812026-05-14T15:02:53.299Z Downloaded globwalk v0.9.1
6822026-05-14T15:02:53.299Z Downloaded hex-literal v0.4.1
6832026-05-14T15:02:53.299Z Downloaded headers-core v0.3.0
6842026-05-14T15:02:53.299Z Downloaded hex v0.4.3
6852026-05-14T15:02:53.299Z Downloaded const_format_proc_macros v0.2.34
6862026-05-14T15:02:53.299Z Downloaded cexpr v0.6.0
6872026-05-14T15:02:53.299Z Downloaded camino-tempfile-ext v0.3.3
6882026-05-14T15:02:53.299Z Downloaded bitflags v1.3.2
6892026-05-14T15:02:53.299Z Downloaded bit-vec v0.8.0
6902026-05-14T15:02:53.299Z Downloaded async-trait v0.1.89
6912026-05-14T15:02:53.299Z Downloaded find-msvc-tools v0.1.9
6922026-05-14T15:02:53.299Z Downloaded convert_case v0.10.0
6932026-05-14T15:02:53.300Z Downloaded corncobs v0.1.4
6942026-05-14T15:02:53.300Z Downloaded daft-derive v0.1.5
6952026-05-14T15:02:53.300Z Downloaded data-encoding v2.10.0
6962026-05-14T15:02:53.300Z Downloaded critical-section v1.2.0
6972026-05-14T15:02:53.300Z Downloaded compression-codecs v0.4.37
6982026-05-14T15:02:53.300Z Downloaded hostname v0.4.2
6992026-05-14T15:02:53.301Z Downloaded flate2 v1.1.9
7002026-05-14T15:02:53.322Z Downloaded diesel-dtrace v0.5.0
7012026-05-14T15:02:53.323Z Downloaded http-range v0.1.5
7022026-05-14T15:02:53.323Z Downloaded daft v0.1.5
7032026-05-14T15:02:53.323Z Downloaded console v0.15.11
7042026-05-14T15:02:53.323Z Downloaded hubpack v0.1.2
7052026-05-14T15:02:53.323Z Downloaded hyper-tls v0.6.0
7062026-05-14T15:02:53.323Z Downloaded crc32fast v1.5.0
7072026-05-14T15:02:53.323Z Downloaded fs-err v2.11.0
7082026-05-14T15:02:53.323Z Downloaded fs_extra v1.3.0
7092026-05-14T15:02:53.323Z Downloaded erased-serde v0.3.31
7102026-05-14T15:02:53.323Z Downloaded ed25519 v2.2.3
7112026-05-14T15:02:53.323Z Downloaded futures-executor v0.3.32
7122026-05-14T15:02:53.323Z Downloaded darling v0.21.3
7132026-05-14T15:02:53.323Z Downloaded base64 v0.22.1
7142026-05-14T15:02:53.323Z Downloaded darling v0.20.11
7152026-05-14T15:02:53.323Z Downloaded internet-checksum v0.2.1
7162026-05-14T15:02:53.323Z Downloaded instant v0.1.13
7172026-05-14T15:02:53.323Z Downloaded inout v0.1.4
7182026-05-14T15:02:53.324Z Downloaded indent_write v2.2.0
7192026-05-14T15:02:53.324Z Downloaded ident_case v1.0.1
7202026-05-14T15:02:53.324Z Downloaded hubpack_derive v0.1.1
7212026-05-14T15:02:53.324Z Downloaded httpdate v1.0.3
7222026-05-14T15:02:53.324Z Downloaded crossbeam-epoch v0.9.18
7232026-05-14T15:02:53.324Z Downloaded http-body v1.0.1
7242026-05-14T15:02:53.324Z Downloaded ahash v0.8.12
7252026-05-14T15:02:53.324Z Downloaded hostname v0.3.1
7262026-05-14T15:02:53.324Z Downloaded home v0.5.12
7272026-05-14T15:02:53.324Z Downloaded fixedbitset v0.5.7
7282026-05-14T15:02:53.324Z Downloaded group v0.13.0
7292026-05-14T15:02:53.324Z Downloaded globset v0.4.18
7302026-05-14T15:02:53.324Z Downloaded either v1.15.0
7312026-05-14T15:02:53.324Z Downloaded cipher v0.4.4
7322026-05-14T15:02:53.324Z Downloaded darling v0.23.0
7332026-05-14T15:02:53.324Z Downloaded glob v0.3.3
7342026-05-14T15:02:53.324Z Downloaded git-stub-vcs v0.1.0
7352026-05-14T15:02:53.324Z Downloaded cookie v0.18.1
7362026-05-14T15:02:53.325Z Downloaded is-terminal v0.4.17
7372026-05-14T15:02:53.325Z Downloaded cbc v0.1.2
7382026-05-14T15:02:53.325Z Downloaded constant_time_eq v0.4.2
7392026-05-14T15:02:53.325Z Downloaded is_ci v1.2.0
7402026-05-14T15:02:53.325Z Downloaded keccak v0.1.6
7412026-05-14T15:02:53.325Z Downloaded instability v0.3.11
7422026-05-14T15:02:53.325Z Downloaded indoc v1.0.9
7432026-05-14T15:02:53.325Z Downloaded dropshot_endpoint v0.16.7
7442026-05-14T15:02:53.325Z Downloaded der v0.7.10
7452026-05-14T15:02:53.325Z Downloaded des v0.8.1
7462026-05-14T15:02:53.325Z Downloaded defmt-macros v1.0.1
7472026-05-14T15:02:53.325Z Downloaded kstat-rs v0.2.4
7482026-05-14T15:02:53.325Z Downloaded colored v3.1.1
7492026-05-14T15:02:53.325Z Downloaded libscf-sys v1.2.0
7502026-05-14T15:02:53.368Z Downloaded ciborium v0.2.2
7512026-05-14T15:02:53.369Z Downloaded chacha20 v0.10.0
7522026-05-14T15:02:53.369Z Downloaded colored v2.2.0
7532026-05-14T15:02:53.369Z Downloaded backoff v0.4.0
7542026-05-14T15:02:53.369Z Downloaded cookie_store v0.22.1
7552026-05-14T15:02:53.369Z Downloaded bzip2 v0.6.1
7562026-05-14T15:02:53.369Z Downloaded derive-ex v0.1.8
7572026-05-14T15:02:53.369Z Downloaded lalrpop-util v0.19.12
7582026-05-14T15:02:53.369Z Downloaded const_format v0.2.35
7592026-05-14T15:02:53.369Z Downloaded linked-hash-map v0.5.6
7602026-05-14T15:02:53.369Z Downloaded lru-cache v0.1.2
7612026-05-14T15:02:53.369Z Downloaded elliptic-curve v0.13.8
7622026-05-14T15:02:53.369Z Downloaded futures-channel v0.3.32
7632026-05-14T15:02:53.421Z Downloaded const-oid v0.9.6
7642026-05-14T15:02:53.421Z Downloaded console v0.16.2
7652026-05-14T15:02:53.421Z Downloaded md-5 v0.10.6
7662026-05-14T15:02:53.421Z Downloaded http-body-util v0.1.3
7672026-05-14T15:02:53.421Z Downloaded new_debug_unreachable v1.0.6
7682026-05-14T15:02:53.421Z Downloaded lru-slab v0.1.2
7692026-05-14T15:02:53.421Z Downloaded ipnetwork v0.21.1
7702026-05-14T15:02:53.421Z Downloaded match_cfg v0.1.0
7712026-05-14T15:02:53.421Z Downloaded maplit v1.0.2
7722026-05-14T15:02:53.421Z Downloaded managed v0.8.0
7732026-05-14T15:02:53.421Z Downloaded lzss v0.8.2
7742026-05-14T15:02:53.421Z Downloaded derive_more v0.99.20
7752026-05-14T15:02:53.421Z Downloaded md5 v0.7.0
7762026-05-14T15:02:53.421Z Downloaded dropshot_endpoint v0.17.0
7772026-05-14T15:02:53.421Z Downloaded mime v0.3.17
7782026-05-14T15:02:53.421Z Downloaded memoffset v0.9.1
7792026-05-14T15:02:53.421Z Downloaded multimap v0.10.1
7802026-05-14T15:02:53.422Z Downloaded lru v0.12.5
7812026-05-14T15:02:53.422Z Downloaded ingot-types v0.1.2
7822026-05-14T15:02:53.422Z Downloaded diff v0.1.13
7832026-05-14T15:02:53.422Z Downloaded ipnet v2.11.0
7842026-05-14T15:02:53.422Z Downloaded jobserver v0.1.34
7852026-05-14T15:02:53.422Z Downloaded newline-converter v0.3.0
7862026-05-14T15:02:53.422Z Downloaded indoc v2.0.7
7872026-05-14T15:02:53.422Z Downloaded allocator-api2 v0.2.21
7882026-05-14T15:02:53.422Z Downloaded nodrop v0.1.14
7892026-05-14T15:02:53.422Z Downloaded num-conv v0.2.0
7902026-05-14T15:02:53.422Z Downloaded normalize-line-endings v0.3.0
7912026-05-14T15:02:53.422Z Downloaded humantime v2.3.0
7922026-05-14T15:02:53.422Z Downloaded num v0.4.3
7932026-05-14T15:02:53.422Z Downloaded num-derive v0.4.2
7942026-05-14T15:02:53.449Z Downloaded ed25519-dalek v2.2.0
7952026-05-14T15:02:53.449Z Downloaded impl-trait-for-tuples v0.2.3
7962026-05-14T15:02:53.450Z Downloaded ingot v0.1.1
7972026-05-14T15:02:53.450Z Downloaded hyper-staticfile v0.10.1
7982026-05-14T15:02:53.450Z Downloaded nibble_vec v0.1.0
7992026-05-14T15:02:53.450Z Downloaded newtype_derive v0.1.6
8002026-05-14T15:02:53.450Z Downloaded newtype-uuid-macros v0.1.0
8012026-05-14T15:02:53.450Z Downloaded num-iter v0.1.45
8022026-05-14T15:02:53.450Z Downloaded nonempty v0.12.0
8032026-05-14T15:02:53.450Z Downloaded num_threads v0.1.7
8042026-05-14T15:02:53.450Z Downloaded clang-sys v1.8.1
8052026-05-14T15:02:53.450Z Downloaded cancel-safe-futures v0.1.5
8062026-05-14T15:02:53.450Z Downloaded lazy_static v1.5.0
8072026-05-14T15:02:53.450Z Downloaded lock_api v0.4.14
8082026-05-14T15:02:53.450Z Downloaded libsw v3.5.0
8092026-05-14T15:02:53.450Z Downloaded libefi-sys v0.1.0
8102026-05-14T15:02:53.450Z Downloaded hmac v0.12.1
8112026-05-14T15:02:53.450Z Downloaded num_enum_derive v0.5.11
8122026-05-14T15:02:53.450Z Downloaded openssl-probe v0.1.6
8132026-05-14T15:02:53.451Z Downloaded darling_core v0.20.11
8142026-05-14T15:02:53.451Z Downloaded libloading v0.8.9
8152026-05-14T15:02:53.451Z Downloaded crc-any v2.5.0
8162026-05-14T15:02:53.451Z Downloaded iana-time-zone v0.1.65
8172026-05-14T15:02:53.451Z Downloaded openssl-probe v0.2.1
8182026-05-14T15:02:53.451Z Downloaded opaque-debug v0.3.1
8192026-05-14T15:02:53.451Z Downloaded openssl-macros v0.1.1
8202026-05-14T15:02:53.451Z Downloaded nanorand v0.7.0
8212026-05-14T15:02:53.451Z Downloaded olpc-cjson v0.1.4
8222026-05-14T15:02:53.451Z Downloaded highway v1.3.0
8232026-05-14T15:02:53.451Z Downloaded bytes v1.11.1
8242026-05-14T15:02:53.473Z Downloaded pbkdf2 v0.12.2
8252026-05-14T15:02:53.473Z Downloaded darling_core v0.21.3
8262026-05-14T15:02:53.474Z Downloaded parse-size v1.1.0
8272026-05-14T15:02:53.474Z Downloaded parse-display v0.10.0
8282026-05-14T15:02:53.474Z Downloaded packed_struct_codegen v0.10.1
8292026-05-14T15:02:53.474Z Downloaded oso-derive v0.27.3
8302026-05-14T15:02:53.474Z Downloaded maybe-uninit v2.0.0
8312026-05-14T15:02:53.474Z Downloaded linear-map v1.2.0
8322026-05-14T15:02:53.474Z Downloaded peg-runtime v0.8.5
8332026-05-14T15:02:53.474Z Downloaded path-slash v0.1.5
8342026-05-14T15:02:53.474Z Downloaded num-integer v0.1.46
8352026-05-14T15:02:53.474Z Downloaded multer v3.1.0
8362026-05-14T15:02:53.474Z Downloaded mime_guess v2.0.5
8372026-05-14T15:02:53.474Z Downloaded half v1.8.3
8382026-05-14T15:02:53.474Z Downloaded num_enum v0.5.11
8392026-05-14T15:02:53.474Z Downloaded nu-ansi-term v0.50.3
8402026-05-14T15:02:53.474Z Downloaded ingot-macros v0.1.1
8412026-05-14T15:02:53.474Z Downloaded hyper-rustls v0.27.7
8422026-05-14T15:02:53.496Z Downloaded num-rational v0.4.2
8432026-05-14T15:02:53.497Z Downloaded num-complex v0.4.6
8442026-05-14T15:02:53.497Z Downloaded getrandom v0.2.17
8452026-05-14T15:02:53.497Z Downloaded phf_shared v0.11.3
8462026-05-14T15:02:53.497Z Downloaded num_enum_derive v0.7.5
8472026-05-14T15:02:53.545Z Downloaded newtype-uuid v1.3.2
8482026-05-14T15:02:53.545Z Downloaded native-tls v0.2.18
8492026-05-14T15:02:53.545Z Downloaded darling_core v0.23.0
8502026-05-14T15:02:53.545Z Downloaded pin-utils v0.1.0
8512026-05-14T15:02:53.545Z Downloaded phf_shared v0.13.1
8522026-05-14T15:02:53.545Z Downloaded backon v1.6.0
8532026-05-14T15:02:53.545Z Downloaded powerfmt v0.2.0
8542026-05-14T15:02:53.546Z Downloaded flume v0.11.1
8552026-05-14T15:02:53.546Z Downloaded getrandom v0.3.4
8562026-05-14T15:02:53.546Z Downloaded libsw-core v0.3.2
8572026-05-14T15:02:53.546Z Downloaded litrs v1.0.0
8582026-05-14T15:02:53.546Z Downloaded arc-swap v1.8.2
8592026-05-14T15:02:53.566Z Downloaded oxnet v0.1.4
8602026-05-14T15:02:53.566Z Downloaded pbkdf2 v0.11.0
8612026-05-14T15:02:53.566Z Downloaded oxide-tokio-rt v0.1.4
8622026-05-14T15:02:53.566Z Downloaded futures v0.3.32
8632026-05-14T15:02:53.566Z Downloaded memmap2 v0.9.10
8642026-05-14T15:02:53.566Z Downloaded parse-display-derive v0.10.0
8652026-05-14T15:02:53.566Z Downloaded peg v0.8.5
8662026-05-14T15:02:53.566Z Downloaded paste v1.0.15
8672026-05-14T15:02:53.566Z Downloaded password-hash v0.4.2
8682026-05-14T15:02:53.567Z Downloaded predicates-tree v1.0.13
8692026-05-14T15:02:53.567Z Downloaded heapless v0.8.0
8702026-05-14T15:02:53.568Z Downloaded proc-macro-error-attr2 v2.0.0
8712026-05-14T15:02:53.569Z Downloaded proc-macro-crate v3.4.0
8722026-05-14T15:02:53.569Z Downloaded parking_lot_core v0.8.6
8732026-05-14T15:02:53.569Z Downloaded packed_struct v0.10.1
8742026-05-14T15:02:53.569Z Downloaded headers v0.4.1
8752026-05-14T15:02:53.570Z Downloaded progenitor-client v0.14.0
8762026-05-14T15:02:53.570Z Downloaded password-hash v0.5.0
8772026-05-14T15:02:53.570Z Downloaded httparse v1.10.1
8782026-05-14T15:02:53.570Z Downloaded crypto-bigint v0.5.5
8792026-05-14T15:02:53.570Z Downloaded base64 v0.21.7
8802026-05-14T15:02:53.571Z Downloaded peg-macros v0.8.5
8812026-05-14T15:02:53.571Z Downloaded heapless v0.7.17
8822026-05-14T15:02:53.571Z Downloaded pem v3.0.6
8832026-05-14T15:02:53.571Z Downloaded half v2.7.1
8842026-05-14T15:02:53.571Z Downloaded psl-types v2.0.11
8852026-05-14T15:02:53.571Z Downloaded progenitor-macro v0.11.2
8862026-05-14T15:02:53.571Z Downloaded progenitor-macro v0.14.0
8872026-05-14T15:02:53.571Z Downloaded progenitor-macro v0.13.0
8882026-05-14T15:02:53.571Z Downloaded progenitor-macro v0.10.0
8892026-05-14T15:02:53.571Z Downloaded phf_shared v0.12.1
8902026-05-14T15:02:53.591Z Downloaded pem-rfc7468 v0.7.0
8912026-05-14T15:02:53.591Z Downloaded num_enum v0.7.5
8922026-05-14T15:02:53.591Z Downloaded progenitor-client v0.11.2
8932026-05-14T15:02:53.591Z Downloaded progenitor-client v0.10.0
8942026-05-14T15:02:53.591Z Downloaded bumpalo v3.20.2
8952026-05-14T15:02:53.591Z Downloaded ignore v0.4.25
8962026-05-14T15:02:53.591Z Downloaded ar_archive_writer v0.5.1
8972026-05-14T15:02:53.591Z Downloaded omicron-zone-package v0.12.2
8982026-05-14T15:02:53.591Z Downloaded quick-error v1.2.3
8992026-05-14T15:02:53.591Z Downloaded pin-project-internal v1.1.11
9002026-05-14T15:02:53.591Z Downloaded phf v0.12.1
9012026-05-14T15:02:53.591Z Downloaded pin-project-lite v0.2.17
9022026-05-14T15:02:53.592Z Downloaded precomputed-hash v0.1.1
9032026-05-14T15:02:53.592Z Downloaded ppv-lite86 v0.2.21
9042026-05-14T15:02:53.592Z Downloaded postgres-protocol v0.6.10
9052026-05-14T15:02:53.592Z Downloaded pkcs8 v0.10.2
9062026-05-14T15:02:53.592Z Downloaded radium v0.7.0
9072026-05-14T15:02:53.592Z Downloaded polyval v0.6.2
9082026-05-14T15:02:53.592Z Downloaded derive_more v2.1.1
9092026-05-14T15:02:53.619Z Downloaded poly1305 v0.8.0
9102026-05-14T15:02:53.619Z Downloaded rand_chacha v0.3.1
9112026-05-14T15:02:53.619Z Downloaded pkg-config v0.3.32
9122026-05-14T15:02:53.619Z Downloaded parking_lot v0.12.5
9132026-05-14T15:02:53.619Z Downloaded recursive-proc-macro-impl v0.1.1
9142026-05-14T15:02:53.619Z Downloaded predicates-core v1.0.10
9152026-05-14T15:02:53.619Z Downloaded predicates v3.1.4
9162026-05-14T15:02:53.619Z Downloaded parking_lot_core v0.9.12
9172026-05-14T15:02:53.619Z Downloaded ref-cast-impl v1.0.25
9182026-05-14T15:02:53.619Z Downloaded recursive v0.1.1
9192026-05-14T15:02:53.619Z Downloaded owo-colors v4.3.0
9202026-05-14T15:02:53.620Z Downloaded proc-macro-crate v1.3.1
9212026-05-14T15:02:53.675Z Downloaded primeorder v0.13.6
9222026-05-14T15:02:53.675Z Downloaded derive-where v1.6.0
9232026-05-14T15:02:53.675Z Downloaded parking_lot v0.11.2
9242026-05-14T15:02:53.676Z Downloaded rand_xorshift v0.4.0
9252026-05-14T15:02:53.676Z Downloaded progenitor v0.11.2
9262026-05-14T15:02:53.676Z Downloaded progenitor v0.10.0
9272026-05-14T15:02:53.676Z Downloaded progenitor-client v0.13.0
9282026-05-14T15:02:53.676Z Downloaded progenitor v0.14.0
9292026-05-14T15:02:53.676Z Downloaded proc-macro-error2 v2.0.1
9302026-05-14T15:02:53.676Z Downloaded progenitor v0.13.0
9312026-05-14T15:02:53.676Z Downloaded indicatif v0.18.4
9322026-05-14T15:02:53.676Z Downloaded indexmap v1.9.3
9332026-05-14T15:02:53.676Z Downloaded async-compression v0.4.41
9342026-05-14T15:02:53.676Z Downloaded progenitor-extras v0.2.0
9352026-05-14T15:02:53.676Z Downloaded expectorate v1.2.0
9362026-05-14T15:02:53.676Z Downloaded rustc_version v0.4.1
9372026-05-14T15:02:53.676Z Downloaded rustc_version v0.1.7
9382026-05-14T15:02:53.676Z Downloaded rfc6979 v0.4.0
9392026-05-14T15:02:53.738Z Downloaded russh-cryptovec v0.7.3
9402026-05-14T15:02:53.738Z Downloaded r2d2 v0.8.10
9412026-05-14T15:02:53.738Z Downloaded phf v0.13.1
9422026-05-14T15:02:53.738Z Downloaded rtoolbox v0.0.3
9432026-05-14T15:02:53.738Z Downloaded pkcs1 v0.7.5
9442026-05-14T15:02:53.738Z Downloaded postcard v1.1.3
9452026-05-14T15:02:53.739Z Downloaded rustc-hash v2.1.1
9462026-05-14T15:02:53.739Z Downloaded libbz2-rs-sys v0.2.2
9472026-05-14T15:02:53.739Z Downloaded rand_core v0.9.5
9482026-05-14T15:02:53.739Z Downloaded rand_core v0.6.4
9492026-05-14T15:02:53.739Z Downloaded pkcs5 v0.7.1
9502026-05-14T15:02:53.739Z Downloaded rand_chacha v0.9.0
9512026-05-14T15:02:53.739Z Downloaded hickory-resolver v0.24.4
9522026-05-14T15:02:53.740Z Downloaded papergrid v0.17.0
9532026-05-14T15:02:53.740Z Downloaded cc v1.2.56
9542026-05-14T15:02:53.740Z Downloaded scheduled-thread-pool v0.2.7
9552026-05-14T15:02:53.740Z Downloaded salsa20 v0.10.2
9562026-05-14T15:02:53.740Z Downloaded diesel_derives v2.3.7
9572026-05-14T15:02:53.740Z Downloaded p256 v0.13.2
9582026-05-14T15:02:53.740Z Downloaded ref-cast v1.0.25
9592026-05-14T15:02:53.740Z Downloaded rand_seeder v0.4.0
9602026-05-14T15:02:53.740Z Downloaded rand_core v0.10.0
9612026-05-14T15:02:53.769Z Downloaded jiff-static v0.2.21
9622026-05-14T15:02:53.769Z Downloaded scopeguard v1.2.0
9632026-05-14T15:02:53.769Z Downloaded aes v0.8.4
9642026-05-14T15:02:53.769Z Downloaded sapling-renderdag v0.1.0
9652026-05-14T15:02:53.769Z Downloaded same-file v1.0.6
9662026-05-14T15:02:53.769Z Downloaded derive_more-impl v2.1.1
9672026-05-14T15:02:53.770Z Downloaded psm v0.1.30
9682026-05-14T15:02:53.770Z Downloaded scroll_derive v0.13.1
9692026-05-14T15:02:53.770Z Downloaded semver v0.1.20
9702026-05-14T15:02:53.770Z Downloaded hashbrown v0.12.3
9712026-05-14T15:02:53.770Z Downloaded serde_repr v0.1.20
9722026-05-14T15:02:53.770Z Downloaded serde_plain v1.0.2
9732026-05-14T15:02:53.770Z Downloaded serde_bytes v0.11.19
9742026-05-14T15:02:53.770Z Downloaded secrecy v0.10.3
9752026-05-14T15:02:53.770Z Downloaded hickory-resolver v0.25.2
9762026-05-14T15:02:53.770Z Downloaded resolv-conf v0.7.6
9772026-05-14T15:02:53.770Z Downloaded serde-big-array v0.5.1
9782026-05-14T15:02:53.770Z Downloaded secrecy v0.8.0
9792026-05-14T15:02:53.770Z Downloaded seq-macro v0.3.6
9802026-05-14T15:02:53.770Z Downloaded postgres-types v0.2.12
9812026-05-14T15:02:53.770Z Downloaded serde_spanned v1.0.4
9822026-05-14T15:02:53.771Z Downloaded quinn-udp v0.5.14
9832026-05-14T15:02:53.771Z Downloaded signal-hook-mio v0.2.5
9842026-05-14T15:02:53.771Z Downloaded rustls-pemfile v1.0.4
9852026-05-14T15:02:53.771Z Downloaded miniz_oxide v0.8.9
9862026-05-14T15:02:53.771Z Downloaded pin-project v1.1.11
9872026-05-14T15:02:53.795Z Downloaded rustls-native-certs v0.8.3
9882026-05-14T15:02:53.795Z Downloaded signal-hook-tokio v0.3.1
9892026-05-14T15:02:53.795Z Downloaded serde_urlencoded v0.7.1
9902026-05-14T15:02:53.795Z Downloaded slog-envlogger v2.2.0
9912026-05-14T15:02:53.795Z Downloaded shell-words v1.1.1
9922026-05-14T15:02:53.795Z Downloaded sha1 v0.10.6
9932026-05-14T15:02:53.796Z Downloaded signature v2.2.0
9942026-05-14T15:02:53.796Z Downloaded oso v0.27.3
9952026-05-14T15:02:53.796Z Downloaded openssl-sys v0.9.115
9962026-05-14T15:02:53.796Z Downloaded siphasher v1.0.2
9972026-05-14T15:02:53.796Z Downloaded slog-bunyan v2.5.0
9982026-05-14T15:02:53.796Z Downloaded rustversion v1.0.22
9992026-05-14T15:02:53.796Z Downloaded rustls-pemfile v2.2.0
10002026-05-14T15:02:53.796Z Downloaded sigpipe v0.1.3
10012026-05-14T15:02:53.822Z Downloaded prefix-trie v0.7.0
10022026-05-14T15:02:53.822Z Downloaded scrypt v0.11.0
10032026-05-14T15:02:53.822Z Downloaded scroll v0.13.0
10042026-05-14T15:02:53.822Z Downloaded sct v0.7.1
10052026-05-14T15:02:53.822Z Downloaded serde_path_to_error v0.1.20
10062026-05-14T15:02:53.822Z Downloaded progenitor-impl v0.13.0
10072026-05-14T15:02:53.822Z Downloaded progenitor-impl v0.11.2
10082026-05-14T15:02:53.822Z Downloaded schemars_derive v0.8.22
10092026-05-14T15:02:53.822Z Downloaded hickory-server v0.25.2
10102026-05-14T15:02:53.848Z Downloaded ssh-cipher v0.2.0
10112026-05-14T15:02:53.849Z Downloaded sqlparser_derive v0.5.0
10122026-05-14T15:02:53.849Z Downloaded signal-hook-registry v1.4.8
10132026-05-14T15:02:53.849Z Downloaded hyper-util v0.1.20
10142026-05-14T15:02:53.849Z Downloaded serde-hex v0.1.0
10152026-05-14T15:02:53.849Z Downloaded sec1 v0.7.3
10162026-05-14T15:02:53.876Z Downloaded aes-gcm v0.10.3
10172026-05-14T15:02:53.876Z Downloaded strum v0.27.2
10182026-05-14T15:02:53.876Z Downloaded structmeta-derive v0.3.0
10192026-05-14T15:02:53.876Z Downloaded strip-ansi-escapes v0.2.1
10202026-05-14T15:02:53.876Z Downloaded itertools v0.10.5
10212026-05-14T15:02:53.876Z Downloaded slog-async v2.8.0
10222026-05-14T15:02:53.876Z Downloaded rcgen v0.12.1
10232026-05-14T15:02:53.876Z Downloaded russh-keys v0.45.0
10242026-05-14T15:02:53.876Z Downloaded structmeta v0.3.0
10252026-05-14T15:02:53.876Z Downloaded slog-json v2.6.1
10262026-05-14T15:02:53.877Z Downloaded tabled_derive v0.11.0
10272026-05-14T15:02:53.877Z Downloaded sync-ptr v0.1.4
10282026-05-14T15:02:53.877Z Downloaded tabwriter v1.4.1
10292026-05-14T15:02:53.877Z Downloaded tagptr v0.2.0
10302026-05-14T15:02:53.877Z Downloaded http v1.4.0
10312026-05-14T15:02:53.877Z Downloaded dropshot-api-manager v0.7.1
10322026-05-14T15:02:53.877Z Downloaded slog-stdlog v4.1.1
10332026-05-14T15:02:53.897Z Downloaded crossterm v0.29.0
10342026-05-14T15:02:53.897Z Downloaded slab v0.4.12
10352026-05-14T15:02:53.897Z Downloaded simd-adler32 v0.3.8
10362026-05-14T15:02:53.897Z Downloaded serde_with_macros v3.17.0
10372026-05-14T15:02:53.897Z Downloaded tap v1.0.1
10382026-05-14T15:02:53.897Z Downloaded slog-dtrace v0.3.0
10392026-05-14T15:02:53.897Z Downloaded sync_wrapper v1.0.2
10402026-05-14T15:02:53.897Z Downloaded supports-color v3.0.2
10412026-05-14T15:02:53.897Z Downloaded subtle v2.6.1
10422026-05-14T15:02:53.897Z Downloaded shlex v1.3.0
10432026-05-14T15:02:53.897Z Downloaded progenitor-impl v0.10.0
10442026-05-14T15:02:53.897Z Downloaded pretty_assertions v1.4.1
10452026-05-14T15:02:53.897Z Downloaded take_mut v0.2.2
10462026-05-14T15:02:53.920Z Downloaded termtree v0.5.1
10472026-05-14T15:02:53.920Z Downloaded testing_table v0.3.0
10482026-05-14T15:02:53.920Z Downloaded thread-id v5.1.0
10492026-05-14T15:02:53.920Z Downloaded stacker v0.1.23
10502026-05-14T15:02:53.920Z Downloaded spki v0.7.3
10512026-05-14T15:02:53.920Z Downloaded minimal-lexical v0.2.1
10522026-05-14T15:02:53.920Z Downloaded stringprep v0.1.5
10532026-05-14T15:02:53.920Z Downloaded smallvec v0.6.14
10542026-05-14T15:02:53.921Z Downloaded rayon-core v1.13.0
10552026-05-14T15:02:53.921Z Downloaded ryu v1.0.23
10562026-05-14T15:02:53.921Z Downloaded string_cache v0.8.9
10572026-05-14T15:02:53.921Z Downloaded slog-term v2.9.2
10582026-05-14T15:02:53.921Z Downloaded snafu-derive v0.8.9
10592026-05-14T15:02:53.921Z Downloaded smf v0.2.3
10602026-05-14T15:02:53.955Z Downloaded serde_derive_internals v0.29.1
10612026-05-14T15:02:53.955Z Downloaded strum_macros v0.27.2
10622026-05-14T15:02:53.955Z Downloaded time-core v0.1.8
10632026-05-14T15:02:53.955Z Downloaded thiserror-impl-no-std v2.0.2
10642026-05-14T15:02:53.955Z Downloaded hashbrown v0.15.5
10652026-05-14T15:02:53.955Z Downloaded serde_cbor v0.11.2
10662026-05-14T15:02:53.955Z Downloaded hashbrown v0.16.1
10672026-05-14T15:02:53.955Z Downloaded static_assertions v1.1.0
10682026-05-14T15:02:53.956Z Downloaded strum_macros v0.26.4
10692026-05-14T15:02:53.956Z Downloaded slog-scope v4.4.1
10702026-05-14T15:02:53.956Z Downloaded strum_macros v0.24.3
10712026-05-14T15:02:53.956Z Downloaded ssh-encoding v0.2.0
10722026-05-14T15:02:53.956Z Downloaded sqlformat v0.3.5
10732026-05-14T15:02:53.956Z Downloaded num-bigint v0.4.6
10742026-05-14T15:02:53.970Z Downloaded rusty-fork v0.3.1
10752026-05-14T15:02:53.971Z Downloaded mio v1.2.0
10762026-05-14T15:02:53.971Z Downloaded progenitor-impl v0.14.0
10772026-05-14T15:02:53.971Z Downloaded strum v0.26.3
10782026-05-14T15:02:53.971Z Downloaded rustls-pki-types v1.14.0
10792026-05-14T15:02:53.971Z Downloaded tokio-macros v2.7.0
10802026-05-14T15:02:53.971Z Downloaded rand v0.8.6
10812026-05-14T15:02:53.971Z Downloaded support-bundle-viewer v0.1.2
10822026-05-14T15:02:53.971Z Downloaded signal-hook v0.3.18
10832026-05-14T15:02:53.971Z Downloaded aho-corasick v1.1.4
10842026-05-14T15:02:53.991Z Downloaded prettyplease v0.2.37
10852026-05-14T15:02:53.991Z Downloaded iddqd v0.3.18
10862026-05-14T15:02:53.991Z Downloaded termios v0.3.3
10872026-05-14T15:02:53.991Z Downloaded schemars v0.8.22
10882026-05-14T15:02:54.003Z Downloaded tls_codec_derive v0.4.2
10892026-05-14T15:02:54.004Z Downloaded tls_codec v0.4.2
10902026-05-14T15:02:54.004Z Downloaded hashbrown v0.13.2
10912026-05-14T15:02:54.004Z Downloaded tinyvec_macros v0.1.1
10922026-05-14T15:02:54.004Z Downloaded tiny-keccak v2.0.2
10932026-05-14T15:02:54.004Z Downloaded thiserror-no-std v2.0.2
10942026-05-14T15:02:54.004Z Downloaded similar v2.7.0
10952026-05-14T15:02:54.004Z Downloaded tower-layer v0.3.3
10962026-05-14T15:02:54.004Z Downloaded nom v7.1.3
10972026-05-14T15:02:54.004Z Downloaded tower-service v0.3.3
10982026-05-14T15:02:54.022Z Downloaded topological-sort v0.2.2
10992026-05-14T15:02:54.022Z Downloaded rustls-platform-verifier v0.6.2
11002026-05-14T15:02:54.022Z Downloaded spin v0.9.8
11012026-05-14T15:02:54.022Z Downloaded try-lock v0.2.5
11022026-05-14T15:02:54.022Z Downloaded schemars v0.9.0
11032026-05-14T15:02:54.022Z Downloaded time-macros v0.2.27
11042026-05-14T15:02:54.051Z Downloaded num-bigint-dig v0.8.6
11052026-05-14T15:02:54.051Z Downloaded socket2 v0.5.10
11062026-05-14T15:02:54.051Z Downloaded term v1.2.1
11072026-05-14T15:02:54.051Z Downloaded unarray v0.1.4
11082026-05-14T15:02:54.051Z Downloaded quinn v0.11.9
11092026-05-14T15:02:54.051Z Downloaded unicode-truncate v1.1.0
11102026-05-14T15:02:54.051Z Downloaded publicsuffix v2.3.0
11112026-05-14T15:02:54.051Z Downloaded trait-variant v0.1.2
11122026-05-14T15:02:54.051Z Downloaded typify-macro v0.6.2
11132026-05-14T15:02:54.051Z Downloaded typify-macro v0.4.3
11142026-05-14T15:02:54.073Z Downloaded tokio-dtrace v0.1.1
11152026-05-14T15:02:54.074Z Downloaded tokio-rustls v0.25.0
11162026-05-14T15:02:54.074Z Downloaded tokio-tungstenite v0.23.1
11172026-05-14T15:02:54.074Z Downloaded slog v2.8.2
11182026-05-14T15:02:54.074Z Downloaded usdt-attr-macro v0.6.0
11192026-05-14T15:02:54.074Z Downloaded untrusted v0.7.1
11202026-05-14T15:02:54.074Z Downloaded hyper v1.8.1
11212026-05-14T15:02:54.075Z Downloaded utf-8 v0.7.6
11222026-05-14T15:02:54.075Z Downloaded untrusted v0.9.0
11232026-05-14T15:02:54.075Z Downloaded universal-hash v0.5.1
11242026-05-14T15:02:54.121Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11252026-05-14T15:02:54.121Z Downloaded usdt v0.6.0
11262026-05-14T15:02:54.121Z Downloaded futures-util v0.3.32
11272026-05-14T15:02:54.121Z Downloaded void v1.0.2
11282026-05-14T15:02:54.121Z Downloaded tokio-native-tls v0.3.1
11292026-05-14T15:02:54.121Z Downloaded itertools v0.12.1
11302026-05-14T15:02:54.121Z Downloaded h2 v0.4.13
11312026-05-14T15:02:54.121Z Downloaded usdt-macro v0.6.0
11322026-05-14T15:02:54.121Z Downloaded unit-prefix v0.5.2
11332026-05-14T15:02:54.121Z Downloaded toml_writer v1.0.6+spec-1.1.0
11342026-05-14T15:02:54.121Z Downloaded waitgroup v0.1.2
11352026-05-14T15:02:54.121Z Downloaded subprocess v0.2.15
11362026-05-14T15:02:54.121Z Downloaded tokio-tungstenite v0.21.0
11372026-05-14T15:02:54.121Z Downloaded term v0.7.0
11382026-05-14T15:02:54.121Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11392026-05-14T15:02:54.164Z Downloaded snafu v0.8.9
11402026-05-14T15:02:54.164Z Downloaded tui-tree-widget v0.23.1
11412026-05-14T15:02:54.164Z Downloaded iri-string v0.7.10
11422026-05-14T15:02:54.164Z Downloaded socket2 v0.6.3
11432026-05-14T15:02:54.164Z Downloaded xshell-macros v0.2.7
11442026-05-14T15:02:54.164Z Downloaded tokio-rustls v0.24.1
11452026-05-14T15:02:54.164Z Downloaded hkdf v0.12.4
11462026-05-14T15:02:54.164Z Downloaded want v0.3.1
11472026-05-14T15:02:54.164Z Downloaded thread_local v1.1.9
11482026-05-14T15:02:54.164Z Downloaded ron v0.8.1
11492026-05-14T15:02:54.165Z Downloaded libm v0.2.16
11502026-05-14T15:02:54.165Z Downloaded rsa v0.9.10
11512026-05-14T15:02:54.165Z Downloaded libxml v0.3.3
11522026-05-14T15:02:54.165Z Downloaded serde_yaml v0.9.34+deprecated
11532026-05-14T15:02:54.165Z Downloaded qorb v0.4.1
11542026-05-14T15:02:54.165Z Downloaded unicase v2.9.0
11552026-05-14T15:02:54.165Z Downloaded xattr v1.6.1
11562026-05-14T15:02:54.165Z Downloaded zeroize_derive v1.4.3
11572026-05-14T15:02:54.165Z Downloaded tinyvec v1.10.0
11582026-05-14T15:02:54.165Z Downloaded uzers v0.12.2
11592026-05-14T15:02:54.165Z Downloaded rand v0.9.2
11602026-05-14T15:02:54.192Z Downloaded zone_cfg_derive v0.3.1
11612026-05-14T15:02:54.192Z Downloaded vergen-lib v0.1.6
11622026-05-14T15:02:54.192Z Downloaded vsss-rs v3.3.4
11632026-05-14T15:02:54.192Z Downloaded samael v0.0.19
11642026-05-14T15:02:54.192Z Downloaded zone v0.3.1
11652026-05-14T15:02:54.192Z Downloaded tracing-attributes v0.1.31
11662026-05-14T15:02:54.192Z Downloaded test-strategy v0.4.5
11672026-05-14T15:02:54.192Z Downloaded toml_parser v1.0.9+spec-1.1.0
11682026-05-14T15:02:54.192Z Downloaded tokio-stream v0.1.18
11692026-05-14T15:02:54.192Z Downloaded wait-timeout v0.2.1
11702026-05-14T15:02:54.193Z Downloaded vergen-git2 v1.0.7
11712026-05-14T15:02:54.193Z Downloaded tokio-rustls v0.26.4
11722026-05-14T15:02:54.193Z Downloaded tar v0.4.45
11732026-05-14T15:02:54.193Z Downloaded walkdir v2.5.0
11742026-05-14T15:02:54.193Z Downloaded schemars v1.2.1
11752026-05-14T15:02:54.193Z Downloaded unicode-properties v0.1.4
11762026-05-14T15:02:54.231Z Downloaded whoami v1.6.1
11772026-05-14T15:02:54.231Z Downloaded toml v0.7.8
11782026-05-14T15:02:54.231Z Downloaded wyz v0.5.1
11792026-05-14T15:02:54.231Z Downloaded itertools v0.13.0
11802026-05-14T15:02:54.232Z Downloaded whoami v2.1.0
11812026-05-14T15:02:54.232Z Downloaded xshell v0.2.7
11822026-05-14T15:02:54.232Z Downloaded vergen v9.0.6
11832026-05-14T15:02:54.232Z Downloaded p521 v0.13.3
11842026-05-14T15:02:54.232Z Downloaded twox-hash v2.1.2
11852026-05-14T15:02:54.232Z Downloaded zeroize v1.8.2
11862026-05-14T15:02:54.233Z Downloaded vergen-gitcl v1.0.8
11872026-05-14T15:02:54.233Z Downloaded rustyline v14.0.0
11882026-05-14T15:02:54.233Z Downloaded zstd-safe v7.2.4
11892026-05-14T15:02:54.245Z Downloaded tracing-core v0.1.36
11902026-05-14T15:02:54.245Z Downloaded zstd v0.13.3
11912026-05-14T15:02:54.245Z Downloaded unicode-bidi v0.3.18
11922026-05-14T15:02:54.245Z Downloaded usdt-impl v0.6.0
11932026-05-14T15:02:54.261Z Downloaded toml v0.9.12+spec-1.1.0
11942026-05-14T15:02:54.261Z Downloaded yasna v0.5.2
11952026-05-14T15:02:54.261Z Downloaded typify v0.4.3
11962026-05-14T15:02:54.267Z Downloaded toml v1.0.6+spec-1.1.0
11972026-05-14T15:02:54.267Z Downloaded itertools v0.14.0
11982026-05-14T15:02:54.267Z Downloaded russh v0.45.0
11992026-05-14T15:02:54.287Z Downloaded toml_edit v0.23.10+spec-1.0.0
12002026-05-14T15:02:54.287Z Downloaded tungstenite v0.23.0
12012026-05-14T15:02:54.294Z Downloaded tungstenite v0.21.0
12022026-05-14T15:02:54.295Z Downloaded rand v0.10.0
12032026-05-14T15:02:54.295Z Downloaded blake3 v1.8.3
12042026-05-14T15:02:54.295Z Downloaded uuid v1.23.0
12052026-05-14T15:02:54.305Z Downloaded rustls-webpki v0.103.9
12062026-05-14T15:02:54.305Z Downloaded ssh-key v0.6.7
12072026-05-14T15:02:54.311Z Downloaded zerocopy v0.6.6
12082026-05-14T15:02:54.326Z Downloaded vte v0.14.1
12092026-05-14T15:02:54.326Z Downloaded typify v0.6.2
12102026-05-14T15:02:54.332Z Downloaded zopfli v0.8.3
12112026-05-14T15:02:54.332Z Downloaded steno v0.4.1
12122026-05-14T15:02:54.332Z Downloaded bitvec v1.0.1
12132026-05-14T15:02:54.332Z Downloaded rpassword v7.4.0
12142026-05-14T15:02:54.350Z Downloaded tokio-postgres v0.7.16
12152026-05-14T15:02:54.358Z Downloaded unsafe-libyaml v0.2.11
12162026-05-14T15:02:54.358Z Downloaded yansi v1.0.1
12172026-05-14T15:02:54.358Z Downloaded git2 v0.20.4
12182026-05-14T15:02:54.358Z Downloaded rayon v1.11.0
12192026-05-14T15:02:54.363Z Downloaded toml_edit v0.19.15
12202026-05-14T15:02:54.382Z Downloaded reedline v0.40.0
12212026-05-14T15:02:54.386Z Downloaded lalrpop v0.19.12
12222026-05-14T15:02:54.395Z Downloaded chrono v0.4.44
12232026-05-14T15:02:54.395Z Downloaded zip v0.6.6
12242026-05-14T15:02:54.402Z Downloaded unicode_categories v0.1.1
12252026-05-14T15:02:54.402Z Downloaded zerocopy-derive v0.8.40
12262026-05-14T15:02:54.407Z Downloaded regex v1.12.3
12272026-05-14T15:02:54.412Z Downloaded x509-cert v0.2.5
12282026-05-14T15:02:54.417Z Downloaded bindgen v0.71.1
12292026-05-14T15:02:54.444Z Downloaded tower v0.5.3
12302026-05-14T15:02:54.448Z Downloaded p384 v0.13.1
12312026-05-14T15:02:54.453Z Downloaded aws-lc-rs v1.16.3
12322026-05-14T15:02:54.466Z Downloaded reqwest v0.13.2
12332026-05-14T15:02:54.469Z Downloaded petname v2.0.2
12342026-05-14T15:02:54.469Z Downloaded tokio-util v0.7.18
12352026-05-14T15:02:54.473Z Downloaded portable-atomic v1.13.1
12362026-05-14T15:02:54.478Z Downloaded unicode-normalization v0.1.25
12372026-05-14T15:02:54.482Z Downloaded rustls-webpki v0.101.7
12382026-05-14T15:02:54.492Z Downloaded tower-http v0.6.8
12392026-05-14T15:02:54.495Z Downloaded moka v0.12.13
12402026-05-14T15:02:54.499Z Downloaded goblin v0.10.5
12412026-05-14T15:02:54.503Z Downloaded curve25519-dalek v4.1.3
12422026-05-14T15:02:54.506Z Downloaded reqwest v0.12.28
12432026-05-14T15:02:54.510Z Downloaded typed-path v0.9.3
12442026-05-14T15:02:54.513Z Downloaded quick-xml v0.37.5
12452026-05-14T15:02:54.516Z Downloaded unicode-segmentation v1.12.0
12462026-05-14T15:02:54.520Z Downloaded zip v4.6.1
12472026-05-14T15:02:54.527Z Downloaded radix_trie v0.2.1
12482026-05-14T15:02:54.532Z Downloaded nix v0.27.1
12492026-05-14T15:02:54.545Z Downloaded rustls-webpki v0.102.8
12502026-05-14T15:02:54.553Z Downloaded serde_with v3.17.0
12512026-05-14T15:02:54.560Z Downloaded winnow v0.5.40
12522026-05-14T15:02:54.564Z Downloaded proptest v1.11.0
12532026-05-14T15:02:54.568Z Downloaded polar-core v0.27.3
12542026-05-14T15:02:54.574Z Downloaded tough v0.22.0
12552026-05-14T15:02:54.579Z Downloaded salty v0.3.0
12562026-05-14T15:02:54.592Z Downloaded openssl v0.10.79
12572026-05-14T15:02:54.595Z Downloaded object v0.30.4
12582026-05-14T15:02:54.599Z Downloaded winnow v0.6.26
12592026-05-14T15:02:54.604Z Downloaded nix v0.28.0
12602026-05-14T15:02:54.617Z Downloaded nix v0.29.0
12612026-05-14T15:02:54.623Z Downloaded quinn-proto v0.11.13
12622026-05-14T15:02:54.632Z Downloaded tabled v0.20.0
12632026-05-14T15:02:54.643Z Downloaded hickory-proto v0.24.4
12642026-05-14T15:02:54.650Z Downloaded smoltcp v0.9.1
12652026-05-14T15:02:54.657Z Downloaded bstr v1.12.1
12662026-05-14T15:02:54.664Z Downloaded dropshot v0.16.7
12672026-05-14T15:02:54.679Z Downloaded time v0.3.47
12682026-05-14T15:02:54.684Z Downloaded object v0.37.3
12692026-05-14T15:02:54.695Z Downloaded dropshot v0.17.0
12702026-05-14T15:02:54.715Z Downloaded webpki-roots v1.0.6
12712026-05-14T15:02:54.722Z Downloaded openapiv3 v2.2.0
12722026-05-14T15:02:54.722Z Downloaded zerocopy v0.8.40
12732026-05-14T15:02:54.727Z Downloaded vcpkg v0.2.15
12742026-05-14T15:02:54.741Z Downloaded zlib-rs v0.6.2
12752026-05-14T15:02:54.748Z Downloaded regress v0.11.1
12762026-05-14T15:02:54.760Z Downloaded diesel v2.3.7
12772026-05-14T15:02:54.769Z Downloaded rustix v0.38.44
12782026-05-14T15:02:54.776Z Downloaded rustls v0.22.4
12792026-05-14T15:02:54.787Z Downloaded hickory-proto v0.25.2
12802026-05-14T15:02:54.800Z Downloaded rustls v0.23.37
12812026-05-14T15:02:54.810Z Downloaded regress v0.10.5
12822026-05-14T15:02:54.811Z Downloaded rustls v0.21.12
12832026-05-14T15:02:54.815Z Downloaded regex-syntax v0.8.10
12842026-05-14T15:02:54.815Z Downloaded smoltcp v0.11.0
12852026-05-14T15:02:54.820Z Downloaded regex-syntax v0.6.29
12862026-05-14T15:02:54.824Z Downloaded nix v0.31.2
12872026-05-14T15:02:54.889Z Downloaded bzip2-sys v0.1.13+1.0.8
12882026-05-14T15:02:54.899Z Downloaded zerocopy-derive v0.6.6
12892026-05-14T15:02:54.905Z Downloaded petgraph v0.6.5
12902026-05-14T15:02:54.912Z Downloaded sqlparser v0.61.0
12912026-05-14T15:02:54.946Z Downloaded sled v0.34.7
12922026-05-14T15:02:54.952Z Downloaded petgraph v0.8.3
12932026-05-14T15:02:54.957Z Downloaded ratatui v0.29.0
12942026-05-14T15:02:54.966Z Downloaded tracing v0.1.44
12952026-05-14T15:02:54.982Z Downloaded typify-impl v0.6.2
12962026-05-14T15:02:54.987Z Downloaded csv v1.4.0
12972026-05-14T15:02:55.012Z Downloaded typify-impl v0.4.3
12982026-05-14T15:02:55.018Z Downloaded libz-sys v1.1.24
12992026-05-14T15:02:55.022Z Downloaded sha3 v0.10.8
13002026-05-14T15:02:55.052Z Downloaded regex-automata v0.4.14
13012026-05-14T15:02:55.062Z Downloaded jiff v0.2.21
13022026-05-14T15:02:55.065Z Downloaded chrono-tz v0.10.4
13032026-05-14T15:02:55.095Z Downloaded encoding_rs v0.8.35
13042026-05-14T15:02:55.108Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13052026-05-14T15:02:55.119Z Downloaded ring v0.17.14
13062026-05-14T15:02:55.142Z Downloaded tokio v1.52.1
13072026-05-14T15:02:55.282Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-05-14T15:02:55.886Z Downloaded aws-lc-sys v0.40.0
13092026-05-14T15:02:56.138Z Compiling libc v0.2.185
13102026-05-14T15:02:56.138Z Compiling serde v1.0.228
13112026-05-14T15:02:56.141Z Compiling log v0.4.29
13122026-05-14T15:02:56.141Z Compiling find-msvc-tools v0.1.9
13132026-05-14T15:02:56.141Z Compiling shlex v1.3.0
13142026-05-14T15:02:56.141Z Compiling smallvec v1.15.1
13152026-05-14T15:02:56.141Z Compiling syn v2.0.117
13162026-05-14T15:02:56.271Z Compiling typenum v1.19.0
13172026-05-14T15:02:56.454Z Compiling generic-array v0.14.7
13182026-05-14T15:02:56.497Z Compiling subtle v2.6.1
13192026-05-14T15:02:56.521Z Compiling scopeguard v1.2.0
13202026-05-14T15:02:56.537Z Compiling const-oid v0.9.6
13212026-05-14T15:02:56.579Z Compiling serde_json v1.0.149
13222026-05-14T15:02:56.630Z Compiling lock_api v0.4.14
13232026-05-14T15:02:56.667Z Compiling zerocopy v0.8.40
13242026-05-14T15:02:56.693Z Compiling pin-project-lite v0.2.17
13252026-05-14T15:02:56.788Z Compiling portable-atomic v1.13.1
13262026-05-14T15:02:56.842Z Compiling parking_lot_core v0.9.12
13272026-05-14T15:02:57.073Z Compiling getrandom v0.2.17
13282026-05-14T15:02:57.087Z Compiling jobserver v0.1.34
13292026-05-14T15:02:57.147Z Compiling errno v0.3.14
13302026-05-14T15:02:57.202Z Compiling rand_core v0.6.4
13312026-05-14T15:02:57.276Z Compiling cc v1.2.56
13322026-05-14T15:02:57.289Z Compiling pkg-config v0.3.32
13332026-05-14T15:02:57.449Z Compiling signal-hook-registry v1.4.8
13342026-05-14T15:02:57.474Z Compiling bitflags v2.11.0
13352026-05-14T15:02:57.590Z Compiling libm v0.2.16
13362026-05-14T15:02:57.700Z Compiling futures-core v0.3.32
13372026-05-14T15:02:57.718Z Compiling critical-section v1.2.0
13382026-05-14T15:02:57.792Z Compiling parking_lot v0.12.5
13392026-05-14T15:02:57.821Z Compiling once_cell v1.21.3
13402026-05-14T15:02:57.834Z Compiling mio v1.2.0
13412026-05-14T15:02:57.850Z Compiling num-traits v0.2.19
13422026-05-14T15:02:57.871Z Compiling percent-encoding v2.3.2
13432026-05-14T15:02:58.026Z Compiling socket2 v0.6.3
13442026-05-14T15:02:58.053Z Compiling futures-sink v0.3.32
13452026-05-14T15:02:58.144Z Compiling futures-channel v0.3.32
13462026-05-14T15:02:58.160Z Compiling futures-task v0.3.32
13472026-05-14T15:02:58.195Z Compiling getrandom v0.4.1
13482026-05-14T15:02:58.282Z Compiling cpufeatures v0.2.17
13492026-05-14T15:02:58.321Z Compiling futures-io v0.3.32
13502026-05-14T15:02:58.355Z Compiling slab v0.4.12
13512026-05-14T15:02:58.371Z Compiling rand_core v0.10.0
13522026-05-14T15:02:58.422Z Compiling indexmap v2.14.0
13532026-05-14T15:02:58.475Z Compiling rustversion v1.0.22
13542026-05-14T15:02:58.640Z Compiling getrandom v0.3.4
13552026-05-14T15:02:58.653Z Compiling form_urlencoded v1.2.2
13562026-05-14T15:02:58.850Z Compiling cmake v0.1.57
13572026-05-14T15:02:58.882Z Compiling fs_extra v1.3.0
13582026-05-14T15:02:58.953Z Compiling dunce v1.0.5
13592026-05-14T15:02:59.083Z Compiling base64ct v1.8.3
13602026-05-14T15:02:59.171Z Compiling synstructure v0.13.2
13612026-05-14T15:02:59.176Z Compiling ident_case v1.0.1
13622026-05-14T15:02:59.276Z Compiling aws-lc-sys v0.40.0
13632026-05-14T15:02:59.314Z Compiling iana-time-zone v0.1.65
13642026-05-14T15:02:59.386Z Compiling pem-rfc7468 v0.7.0
13652026-05-14T15:02:59.494Z Compiling flagset v0.4.7
13662026-05-14T15:02:59.521Z Compiling rustix v1.1.3
13672026-05-14T15:02:59.631Z Compiling regex-syntax v0.8.10
13682026-05-14T15:02:59.662Z Compiling rand_core v0.9.5
13692026-05-14T15:02:59.675Z Compiling ring v0.17.14
13702026-05-14T15:02:59.699Z Compiling vcpkg v0.2.15
13712026-05-14T15:02:59.809Z Compiling aws-lc-rs v1.16.3
13722026-05-14T15:02:59.943Z Compiling uuid v1.23.0
13732026-05-14T15:03:00.092Z Compiling rustc_version v0.4.1
13742026-05-14T15:03:00.428Z Compiling tracing-core v0.1.36
13752026-05-14T15:03:00.443Z Compiling openssl-sys v0.9.115
13762026-05-14T15:03:00.658Z Compiling base64 v0.22.1
13772026-05-14T15:03:00.895Z Compiling serde_derive v1.0.228
13782026-05-14T15:03:00.961Z Compiling zeroize_derive v1.4.3
13792026-05-14T15:03:00.974Z Compiling zerofrom-derive v0.1.6
13802026-05-14T15:03:00.997Z Compiling yoke-derive v0.8.1
13812026-05-14T15:03:01.262Z Compiling zerocopy-derive v0.8.40
13822026-05-14T15:03:01.601Z Compiling zeroize v1.8.2
13832026-05-14T15:03:01.985Z Compiling zerovec-derive v0.11.2
13842026-05-14T15:03:02.146Z Compiling displaydoc v0.2.5
13852026-05-14T15:03:02.375Z Compiling crypto-common v0.1.7
13862026-05-14T15:03:02.386Z Compiling zerofrom v0.1.6
13872026-05-14T15:03:02.506Z Compiling yoke v0.8.1
13882026-05-14T15:03:02.520Z Compiling block-buffer v0.10.4
13892026-05-14T15:03:02.683Z Compiling digest v0.10.7
13902026-05-14T15:03:02.694Z Compiling tokio-macros v2.7.0
13912026-05-14T15:03:02.892Z Compiling zerotrie v0.2.3
13922026-05-14T15:03:02.923Z Compiling futures-macro v0.3.32
13932026-05-14T15:03:03.083Z Compiling zerovec v0.11.5
13942026-05-14T15:03:03.167Z Compiling hmac v0.12.1
13952026-05-14T15:03:03.321Z Compiling block-padding v0.3.3
13962026-05-14T15:03:03.439Z Compiling sha2 v0.10.9
13972026-05-14T15:03:03.527Z Compiling inout v0.1.4
13982026-05-14T15:03:03.641Z Compiling tinystr v0.8.2
13992026-05-14T15:03:03.707Z Compiling potential_utf v0.1.4
14002026-05-14T15:03:03.722Z Compiling futures-util v0.3.32
14012026-05-14T15:03:03.845Z Compiling icu_locale_core v2.1.1
14022026-05-14T15:03:03.892Z Compiling icu_collections v2.1.1
14032026-05-14T15:03:04.344Z Compiling bytes v1.11.1
14042026-05-14T15:03:04.418Z Compiling cipher v0.4.4
14052026-05-14T15:03:04.682Z Compiling icu_provider v2.1.1
14062026-05-14T15:03:04.719Z Compiling der_derive v0.7.3
14072026-05-14T15:03:04.804Z Compiling chrono v0.4.44
14082026-05-14T15:03:04.959Z Compiling tokio v1.52.1
14092026-05-14T15:03:04.974Z Compiling icu_properties v2.1.2
14102026-05-14T15:03:05.160Z Compiling icu_normalizer v2.1.1
14112026-05-14T15:03:05.646Z Compiling ppv-lite86 v0.2.21
14122026-05-14T15:03:05.691Z Compiling der v0.7.10
14132026-05-14T15:03:05.732Z Compiling http v1.4.0
14142026-05-14T15:03:05.950Z Compiling idna_adapter v1.2.1
14152026-05-14T15:03:05.965Z Compiling salsa20 v0.10.2
14162026-05-14T15:03:06.032Z Compiling pbkdf2 v0.12.2
14172026-05-14T15:03:06.083Z Compiling idna v1.1.0
14182026-05-14T15:03:06.098Z Compiling rustls-pki-types v1.14.0
14192026-05-14T15:03:06.142Z Compiling thiserror-impl v2.0.18
14202026-05-14T15:03:06.156Z Compiling tracing-attributes v0.1.31
14212026-05-14T15:03:06.538Z Compiling url v2.5.8
14222026-05-14T15:03:06.614Z Compiling spki v0.7.3
14232026-05-14T15:03:06.707Z Compiling http-body v1.0.1
14242026-05-14T15:03:06.816Z Compiling scrypt v0.11.0
14252026-05-14T15:03:06.837Z Compiling rand_chacha v0.9.0
14262026-05-14T15:03:06.855Z Compiling aes v0.8.4
14272026-05-14T15:03:07.064Z Compiling cbc v0.1.2
14282026-05-14T15:03:07.302Z Compiling openssl-probe v0.2.1
14292026-05-14T15:03:07.317Z Compiling untrusted v0.7.1
14302026-05-14T15:03:07.422Z Compiling tracing v0.1.44
14312026-05-14T15:03:07.436Z Compiling thiserror v2.0.18
14322026-05-14T15:03:07.450Z Compiling tinyvec_macros v0.1.1
14332026-05-14T15:03:07.473Z Compiling httparse v1.10.1
14342026-05-14T15:03:07.511Z Compiling untrusted v0.9.0
14352026-05-14T15:03:07.527Z Compiling tinyvec v1.10.0
14362026-05-14T15:03:07.539Z Compiling pest_generator v2.8.6
14372026-05-14T15:03:07.679Z Compiling pkcs5 v0.7.1
14382026-05-14T15:03:07.841Z Compiling rand v0.9.2
14392026-05-14T15:03:07.860Z Compiling serde_derive_internals v0.29.1
14402026-05-14T15:03:07.896Z Compiling aho-corasick v1.1.4
14412026-05-14T15:03:08.153Z Compiling tower-layer v0.3.3
14422026-05-14T15:03:08.220Z Compiling dyn-clone v1.0.20
14432026-05-14T15:03:08.311Z Compiling try-lock v0.2.5
14442026-05-14T15:03:08.355Z Compiling schemars v0.8.22
14452026-05-14T15:03:08.418Z Compiling rustls v0.23.37
14462026-05-14T15:03:08.568Z Compiling atomic-waker v1.1.2
14472026-05-14T15:03:08.635Z Compiling tokio-util v0.7.18
14482026-05-14T15:03:08.650Z Compiling tower-service v0.3.3
14492026-05-14T15:03:08.711Z Compiling want v0.3.1
14502026-05-14T15:03:08.743Z Compiling regex-automata v0.4.14
14512026-05-14T15:03:08.773Z Compiling schemars_derive v0.8.22
14522026-05-14T15:03:08.874Z Compiling pest_derive v2.8.6
14532026-05-14T15:03:09.291Z Compiling pkcs8 v0.10.2
14542026-05-14T15:03:09.420Z Compiling h2 v0.4.13
14552026-05-14T15:03:09.614Z Compiling ipnet v2.11.0
14562026-05-14T15:03:09.670Z Compiling scroll_derive v0.13.1
14572026-05-14T15:03:09.889Z Compiling darling_core v0.20.11
14582026-05-14T15:03:10.023Z Compiling pin-utils v0.1.0
14592026-05-14T15:03:10.097Z Compiling httpdate v1.0.3
14602026-05-14T15:03:10.111Z Compiling foreign-types-shared v0.1.1
14612026-05-14T15:03:10.197Z Compiling openssl v0.10.79
14622026-05-14T15:03:10.322Z Compiling foreign-types v0.3.2
14632026-05-14T15:03:10.398Z Compiling tempfile v3.25.0
14642026-05-14T15:03:10.457Z Compiling scroll v0.13.0
14652026-05-14T15:03:10.551Z Compiling unicode-normalization v0.1.25
14662026-05-14T15:03:10.763Z Compiling openssl-macros v0.1.1
14672026-05-14T15:03:11.006Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14682026-05-14T15:03:11.131Z Compiling spin v0.9.8
14692026-05-14T15:03:11.147Z Compiling native-tls v0.2.18
14702026-05-14T15:03:11.332Z Compiling crc32fast v1.5.0
14712026-05-14T15:03:11.347Z Compiling powerfmt v0.2.0
14722026-05-14T15:03:11.386Z Compiling num-conv v0.2.0
14732026-05-14T15:03:11.515Z Compiling time-core v0.1.8
14742026-05-14T15:03:11.543Z Compiling deranged v0.5.8
14752026-05-14T15:03:11.661Z Compiling time-macros v0.2.27
14762026-05-14T15:03:12.108Z Compiling darling_macro v0.20.11
14772026-05-14T15:03:12.496Z Compiling hyper v1.8.1
14782026-05-14T15:03:12.563Z Compiling darling v0.20.11
14792026-05-14T15:03:12.649Z Compiling goblin v0.10.5
14802026-05-14T15:03:12.694Z Compiling rustls-native-certs v0.8.3
14812026-05-14T15:03:12.751Z Compiling sync_wrapper v1.0.2
14822026-05-14T15:03:12.859Z Compiling wait-timeout v0.2.1
14832026-05-14T15:03:12.975Z Compiling crossbeam-utils v0.8.21
14842026-05-14T15:03:13.119Z Compiling unicode-segmentation v1.12.0
14852026-05-14T15:03:13.260Z Compiling siphasher v1.0.2
14862026-05-14T15:03:13.275Z Compiling num_threads v0.1.7
14872026-05-14T15:03:13.367Z Compiling usdt-impl v0.6.0
14882026-05-14T15:03:13.437Z Compiling bit-vec v0.8.0
14892026-05-14T15:03:13.514Z Compiling quick-error v1.2.3
14902026-05-14T15:03:13.597Z Compiling hyper-util v0.1.20
14912026-05-14T15:03:13.648Z Compiling syn v1.0.109
14922026-05-14T15:03:13.728Z Compiling simd-adler32 v0.3.8
14932026-05-14T15:03:14.001Z Compiling bit-set v0.8.0
14942026-05-14T15:03:14.119Z Compiling rusty-fork v0.3.1
14952026-05-14T15:03:14.178Z Compiling time v0.3.47
14962026-05-14T15:03:14.305Z Compiling tower v0.5.3
14972026-05-14T15:03:14.434Z Compiling derive_builder_core v0.20.2
14982026-05-14T15:03:14.774Z Compiling dtrace-parser v0.3.0
14992026-05-14T15:03:14.924Z Compiling http-body-util v0.1.3
15002026-05-14T15:03:15.168Z Compiling webpki-roots v1.0.6
15012026-05-14T15:03:15.285Z Compiling signature v2.2.0
15022026-05-14T15:03:15.308Z Compiling scroll_derive v0.12.1
15032026-05-14T15:03:15.326Z Compiling dof v0.4.0
15042026-05-14T15:03:15.461Z Compiling thiserror-impl v1.0.69
15052026-05-14T15:03:15.517Z Compiling heapless v0.7.17
15062026-05-14T15:03:15.749Z Compiling rand_xorshift v0.4.0
15072026-05-14T15:03:15.753Z Compiling slog v2.8.2
15082026-05-14T15:03:15.910Z Compiling darling_core v0.21.3
15092026-05-14T15:03:15.946Z Compiling bzip2-sys v0.1.13+1.0.8
15102026-05-14T15:03:15.959Z Compiling thread-id v5.1.0
15112026-05-14T15:03:16.037Z Compiling cookie v0.18.1
15122026-05-14T15:03:16.207Z Compiling unarray v0.1.4
15132026-05-14T15:03:16.222Z Compiling unicode-bidi v0.3.18
15142026-05-14T15:03:16.319Z Compiling zstd-safe v7.2.4
15152026-05-14T15:03:16.458Z Compiling ryu v1.0.23
15162026-05-14T15:03:16.508Z Compiling paste v1.0.15
15172026-05-14T15:03:16.633Z Compiling allocator-api2 v0.2.21
15182026-05-14T15:03:16.691Z Compiling unicode-properties v0.1.4
15192026-05-14T15:03:16.743Z Compiling signal-hook v0.3.18
15202026-05-14T15:03:16.771Z Compiling iri-string v0.7.10
15212026-05-14T15:03:16.822Z Compiling anyhow v1.0.102
15222026-05-14T15:03:16.892Z Compiling adler2 v2.0.1
15232026-05-14T15:03:16.924Z Compiling stringprep v0.1.5
15242026-05-14T15:03:16.992Z Compiling miniz_oxide v0.8.9
15252026-05-14T15:03:17.022Z Compiling thiserror v1.0.69
15262026-05-14T15:03:17.133Z Compiling serde_urlencoded v0.7.1
15272026-05-14T15:03:17.330Z Compiling proptest v1.11.0
15282026-05-14T15:03:17.597Z Compiling scroll v0.12.0
15292026-05-14T15:03:17.877Z Compiling tower-http v0.6.8
15302026-05-14T15:03:18.010Z Compiling derive_builder_macro v0.20.2
15312026-05-14T15:03:18.234Z Compiling tokio-native-tls v0.3.1
15322026-05-14T15:03:18.280Z Compiling heck v0.4.1
15332026-05-14T15:03:18.379Z Compiling darling_macro v0.21.3
15342026-05-14T15:03:18.395Z Compiling ipnetwork v0.21.1
15352026-05-14T15:03:18.453Z Compiling bstr v1.12.1
15362026-05-14T15:03:18.555Z Compiling rand_chacha v0.3.1
15372026-05-14T15:03:18.641Z Compiling erased-serde v0.3.31
15382026-05-14T15:03:18.819Z Compiling serde_spanned v0.6.9
15392026-05-14T15:03:18.880Z Compiling serde_tokenstream v0.2.3
15402026-05-14T15:03:18.967Z Compiling toml_datetime v0.6.11
15412026-05-14T15:03:19.121Z Compiling md-5 v0.10.6
15422026-05-14T15:03:19.124Z Compiling zerocopy-derive v0.7.35
15432026-05-14T15:03:19.188Z Compiling async-trait v0.1.89
15442026-05-14T15:03:19.221Z Compiling pin-project-internal v1.1.11
15452026-05-14T15:03:19.288Z Compiling curve25519-dalek v4.1.3
15462026-05-14T15:03:19.359Z Compiling vergen-lib v0.1.6
15472026-05-14T15:03:19.540Z Compiling num-integer v0.1.46
15482026-05-14T15:03:20.025Z Compiling hash32 v0.2.1
15492026-05-14T15:03:20.028Z Compiling ff v0.13.1
15502026-05-14T15:03:20.028Z Compiling memoffset v0.9.1
15512026-05-14T15:03:20.028Z Compiling rustix v0.38.44
15522026-05-14T15:03:20.028Z Compiling ref-cast v1.0.25
15532026-05-14T15:03:20.058Z Compiling base16ct v0.2.0
15542026-05-14T15:03:20.202Z Compiling psl-types v2.0.11
15552026-05-14T15:03:20.235Z Compiling smoltcp v0.9.1
15562026-05-14T15:03:20.290Z Compiling cfg_aliases v0.2.1
15572026-05-14T15:03:20.292Z Compiling litrs v1.0.0
15582026-05-14T15:03:20.318Z Compiling zlib-rs v0.6.2
15592026-05-14T15:03:20.332Z Compiling fallible-iterator v0.2.0
15602026-05-14T15:03:20.362Z Compiling num-bigint-dig v0.8.6
15612026-05-14T15:03:20.586Z Compiling nix v0.31.2
15622026-05-14T15:03:20.597Z Compiling postgres-protocol v0.6.10
15632026-05-14T15:03:20.642Z Compiling pin-project v1.1.11
15642026-05-14T15:03:20.739Z Compiling publicsuffix v2.3.0
15652026-05-14T15:03:20.804Z Compiling document-features v0.2.12
15662026-05-14T15:03:20.996Z Compiling sec1 v0.7.3
15672026-05-14T15:03:21.107Z Compiling zerocopy v0.7.35
15682026-05-14T15:03:21.135Z Compiling group v0.13.0
15692026-05-14T15:03:21.269Z Compiling num-iter v0.1.45
15702026-05-14T15:03:21.385Z Compiling newtype-uuid v1.3.2
15712026-05-14T15:03:21.639Z Compiling darling v0.21.3
15722026-05-14T15:03:21.714Z Compiling rand v0.8.6
15732026-05-14T15:03:21.729Z Compiling oxnet v0.1.4
15742026-05-14T15:03:21.764Z Compiling snafu-derive v0.8.9
15752026-05-14T15:03:21.875Z Compiling derive_builder v0.20.2
15762026-05-14T15:03:22.001Z Compiling hyper-tls v0.6.0
15772026-05-14T15:03:22.132Z Compiling hubpack_derive v0.1.1
15782026-05-14T15:03:22.316Z Compiling goblin v0.8.2
15792026-05-14T15:03:22.883Z Compiling phf_shared v0.13.1
15802026-05-14T15:03:23.050Z Compiling lazy_static v1.5.0
15812026-05-14T15:03:23.123Z Compiling flate2 v1.1.9
15822026-05-14T15:03:23.143Z Compiling regex v1.12.3
15832026-05-14T15:03:23.157Z Compiling strum_macros v0.27.2
15842026-05-14T15:03:23.493Z Compiling futures-executor v0.3.32
15852026-05-14T15:03:23.545Z Compiling hex v0.4.3
15862026-05-14T15:03:23.602Z Compiling cargo-platform v0.1.9
15872026-05-14T15:03:23.654Z Compiling hkdf v0.12.4
15882026-05-14T15:03:23.792Z Compiling crypto-bigint v0.5.5
15892026-05-14T15:03:23.815Z Compiling terminal_size v0.4.3
15902026-05-14T15:03:23.828Z Compiling ref-cast-impl v1.0.25
15912026-05-14T15:03:23.859Z Compiling daft-derive v0.1.5
15922026-05-14T15:03:23.949Z Compiling curve25519-dalek-derive v0.1.1
15932026-05-14T15:03:24.364Z Compiling vergen v9.0.6
15942026-05-14T15:03:24.549Z Compiling fs-err v3.3.0
15952026-05-14T15:03:24.575Z Compiling ahash v0.8.12
15962026-05-14T15:03:24.598Z Compiling encoding_rs v0.8.35
15972026-05-14T15:03:24.738Z Compiling foldhash v0.1.5
15982026-05-14T15:03:24.777Z Compiling winnow v0.5.40
15992026-05-14T15:03:24.906Z Compiling foldhash v0.2.0
16002026-05-14T15:03:25.128Z Compiling bumpalo v3.20.2
16012026-05-14T15:03:25.163Z Compiling object v0.37.3
16022026-05-14T15:03:25.381Z Compiling libbz2-rs-sys v0.2.2
16032026-05-14T15:03:25.428Z Compiling bitflags v1.3.2
16042026-05-14T15:03:25.505Z Compiling same-file v1.0.6
16052026-05-14T15:03:25.670Z Compiling managed v0.8.0
16062026-05-14T15:03:25.797Z Compiling mime v0.3.17
16072026-05-14T15:03:25.903Z Compiling bzip2 v0.6.1
16082026-05-14T15:03:26.051Z Compiling toml_edit v0.19.15
16092026-05-14T15:03:26.055Z Compiling walkdir v2.5.0
16102026-05-14T15:03:26.113Z Compiling zopfli v0.8.3
16112026-05-14T15:03:26.146Z Compiling strum v0.27.2
16122026-05-14T15:03:26.198Z Compiling hashbrown v0.16.1
16132026-05-14T15:03:26.275Z Compiling hashbrown v0.15.5
16142026-05-14T15:03:26.418Z Compiling elliptic-curve v0.13.8
16152026-05-14T15:03:26.673Z Compiling clap_builder v4.5.60
16162026-05-14T15:03:26.807Z Compiling daft v0.1.5
16172026-05-14T15:03:26.840Z Compiling dof v0.3.0
16182026-05-14T15:03:26.960Z Compiling cargo_metadata v0.19.2
16192026-05-14T15:03:27.074Z Compiling futures v0.3.32
16202026-05-14T15:03:27.157Z Compiling snafu v0.8.9
16212026-05-14T15:03:27.558Z Compiling phf v0.13.1
16222026-05-14T15:03:27.708Z Compiling signal-hook-mio v0.2.5
16232026-05-14T15:03:28.184Z Compiling cookie_store v0.22.1
16242026-05-14T15:03:28.256Z Compiling hubpack v0.1.2
16252026-05-14T15:03:28.272Z Compiling bzip2 v0.4.4
16262026-05-14T15:03:28.471Z Compiling zstd v0.13.3
16272026-05-14T15:03:28.494Z Compiling serde_with_macros v3.17.0
16282026-05-14T15:03:28.780Z Compiling postgres-types v0.2.12
16292026-05-14T15:03:28.886Z Compiling usdt-attr-macro v0.6.0
16302026-05-14T15:03:29.347Z Compiling usdt-macro v0.6.0
16312026-05-14T15:03:29.649Z Compiling globset v0.4.18
16322026-05-14T15:03:29.662Z Compiling dtrace-parser v0.2.0
16332026-05-14T15:03:29.685Z Compiling ed25519 v2.2.3
16342026-05-14T15:03:29.805Z Compiling phf_shared v0.11.3
16352026-05-14T15:03:29.866Z Compiling olpc-cjson v0.1.4
16362026-05-14T15:03:29.989Z Compiling pkcs1 v0.7.5
16372026-05-14T15:03:30.029Z Compiling clap_derive v4.5.55
16382026-05-14T15:03:30.059Z Compiling strum_macros v0.26.4
16392026-05-14T15:03:30.326Z Compiling enum-as-inner v0.6.1
16402026-05-14T15:03:30.389Z Compiling serde_plain v1.0.2
16412026-05-14T15:03:30.403Z Compiling serde-big-array v0.5.1
16422026-05-14T15:03:30.546Z Compiling rfc6979 v0.4.0
16432026-05-14T15:03:30.572Z Compiling serde_repr v0.1.20
16442026-05-14T15:03:30.585Z Compiling async-recursion v1.1.1
16452026-05-14T15:03:30.669Z Compiling pem v3.0.6
16462026-05-14T15:03:30.818Z Compiling float-cmp v0.10.0
16472026-05-14T15:03:30.964Z Compiling memmap2 v0.9.10
16482026-05-14T15:03:30.995Z Compiling thread-id v4.2.2
16492026-05-14T15:03:31.080Z Compiling env_filter v1.0.0
16502026-05-14T15:03:31.093Z Compiling data-encoding v2.10.0
16512026-05-14T15:03:31.186Z Compiling keccak v0.1.6
16522026-05-14T15:03:31.216Z Compiling either v1.15.0
16532026-05-14T15:03:31.383Z Compiling new_debug_unreachable v1.0.6
16542026-05-14T15:03:31.427Z Compiling normalize-line-endings v0.3.0
16552026-05-14T15:03:31.455Z Compiling precomputed-hash v0.1.1
16562026-05-14T15:03:31.522Z Compiling static_assertions v1.1.0
16572026-05-14T15:03:31.541Z Compiling typed-path v0.9.3
16582026-05-14T15:03:31.596Z Compiling whoami v2.1.0
16592026-05-14T15:03:31.770Z Compiling difflib v0.4.0
16602026-05-14T15:03:31.773Z Compiling fixedbitset v0.4.2
16612026-05-14T15:03:31.797Z Compiling jiff v0.2.21
16622026-05-14T15:03:31.965Z Compiling fixedbitset v0.5.7
16632026-05-14T15:03:31.978Z Compiling rustc-hash v2.1.1
16642026-05-14T15:03:31.992Z Compiling predicates-core v1.0.10
16652026-05-14T15:03:32.099Z Compiling predicates v3.1.4
16662026-05-14T15:03:32.161Z Compiling petgraph v0.8.3
16672026-05-14T15:03:32.266Z Compiling iddqd v0.3.18
16682026-05-14T15:03:32.317Z Compiling petgraph v0.6.5
16692026-05-14T15:03:32.733Z Compiling tokio-postgres v0.7.16
16702026-05-14T15:03:32.749Z Compiling toml_edit v0.22.27
16712026-05-14T15:03:33.165Z Compiling strum v0.26.3
16722026-05-14T15:03:33.306Z Compiling clap v4.5.60
16732026-05-14T15:03:33.391Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16742026-05-14T15:03:33.407Z Compiling string_cache v0.8.9
16752026-05-14T15:03:33.673Z Compiling itertools v0.13.0
16762026-05-14T15:03:33.822Z Compiling hickory-proto v0.25.2
16772026-05-14T15:03:34.147Z Compiling sha3 v0.10.8
16782026-05-14T15:03:34.611Z Compiling zip v4.6.1
16792026-05-14T15:03:34.917Z Compiling env_logger v0.11.9
16802026-05-14T15:03:34.972Z Compiling usdt v0.6.0
16812026-05-14T15:03:35.231Z Compiling usdt-impl v0.5.0
16822026-05-14T15:03:35.272Z Compiling ecdsa v0.16.9
16832026-05-14T15:03:35.476Z Compiling rsa v0.9.10
16842026-05-14T15:03:35.588Z Compiling ed25519-dalek v2.2.0
16852026-05-14T15:03:35.668Z Compiling serde_with v3.17.0
16862026-05-14T15:03:35.798Z Compiling crossterm v0.28.1
16872026-05-14T15:03:36.204Z Compiling zip v0.6.6
16882026-05-14T15:03:36.663Z Compiling toml v0.7.8
16892026-05-14T15:03:37.269Z Compiling toml_parser v1.0.9+spec-1.1.0
16902026-05-14T15:03:37.327Z Compiling similar v2.7.0
16912026-05-14T15:03:37.329Z Compiling crossbeam-epoch v0.9.18
16922026-05-14T15:03:37.355Z Compiling tokio-stream v0.1.18
16932026-05-14T15:03:37.661Z Compiling buf-list v1.1.2
16942026-05-14T15:03:37.815Z Compiling x509-cert v0.2.5
16952026-05-14T15:03:37.907Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16962026-05-14T15:03:37.930Z Compiling openapiv3 v2.2.0
16972026-05-14T15:03:38.189Z Compiling sha1 v0.10.6
16982026-05-14T15:03:38.210Z Compiling toml_datetime v0.7.5+spec-1.1.0
16992026-05-14T15:03:38.410Z Compiling peg-runtime v0.8.5
17002026-05-14T15:03:38.452Z Compiling lalrpop-util v0.19.12
17012026-05-14T15:03:38.506Z Compiling thread_local v1.1.9
17022026-05-14T15:03:38.667Z Compiling slog-async v2.8.0
17032026-05-14T15:03:38.723Z Compiling crossbeam-channel v0.5.15
17042026-05-14T15:03:38.772Z Compiling filetime v0.2.27
17052026-05-14T15:03:38.786Z Compiling is-terminal v0.4.17
17062026-05-14T15:03:38.883Z Compiling xattr v1.6.1
17072026-05-14T15:03:38.947Z Compiling term v1.2.1
17082026-05-14T15:03:38.978Z Compiling take_mut v0.2.2
17092026-05-14T15:03:39.052Z Compiling tar v0.4.45
17102026-05-14T15:03:39.461Z Compiling slog-term v2.9.2
17112026-05-14T15:03:49.213Z Compiling rustls-webpki v0.103.9
17122026-05-14T15:03:52.006Z Compiling tokio-rustls v0.26.4
17132026-05-14T15:03:52.006Z Compiling rustls-platform-verifier v0.6.2
17142026-05-14T15:03:52.216Z Compiling hyper-rustls v0.27.7
17152026-05-14T15:03:52.418Z Compiling reqwest v0.12.28
17162026-05-14T15:03:52.455Z Compiling reqwest v0.13.2
17172026-05-14T15:03:53.668Z Compiling tough v0.22.0
17182026-05-14T15:03:56.194Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17192026-05-14T15:03:56.407Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17202026-05-14T15:03:59.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17212026-05-14T15:03:59.354Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17222026-05-14T15:03:59.411ZMay 14 15:03:58.133 INFO Starting download, target: Clickhouse
17232026-05-14T15:03:59.411ZMay 14 15:03:58.133 INFO Starting download, target: Cockroach
17242026-05-14T15:03:59.411ZMay 14 15:03:58.133 INFO Starting download, target: Console
17252026-05-14T15:03:59.418ZMay 14 15:03:58.133 INFO Starting download, target: DendriteStub
17262026-05-14T15:03:59.418ZMay 14 15:03:58.133 INFO Starting download, target: MaghemiteMgd
17272026-05-14T15:03:59.418ZMay 14 15:03:58.133 INFO Starting download, target: TransceiverControl
17282026-05-14T15:03:59.418ZMay 14 15:03:58.133 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17292026-05-14T15:03:59.419ZMay 14 15:03:58.134 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17302026-05-14T15:03:59.419ZMay 14 15:03:58.134 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17312026-05-14T15:03:59.419ZMay 14 15:03:58.134 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17322026-05-14T15:03:59.419ZMay 14 15:03:58.134 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17332026-05-14T15:03:59.419ZMay 14 15:03:58.134 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-05-14T15:03:59.978ZMay 14 15:03:58.688 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17352026-05-14T15:04:00.178ZMay 14 15:03:58.900 INFO Download complete, target: TransceiverControl
17362026-05-14T15:04:00.438ZMay 14 15:03:59.162 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17372026-05-14T15:04:00.666ZMay 14 15:03:59.389 INFO Download complete, target: Console
17382026-05-14T15:04:01.092ZMay 14 15:03:59.806 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-05-14T15:04:01.295ZMay 14 15:04:00.018 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-05-14T15:04:01.462ZMay 14 15:04:00.185 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-05-14T15:04:01.587ZMay 14 15:04:00.310 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-05-14T15:04:01.587ZMay 14 15:04:00.310 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-05-14T15:04:03.375ZMay 14 15:04:02.099 INFO Download complete, target: DendriteStub
17442026-05-14T15:04:03.606ZMay 14 15:04:02.330 INFO Download complete, target: MaghemiteMgd
17452026-05-14T15:04:06.193ZMay 14 15:04:04.913 INFO Checking that binary works, target: Cockroach
17462026-05-14T15:04:06.387ZMay 14 15:04:05.111 INFO Download complete, target: Cockroach
17472026-05-14T15:04:08.131ZMay 14 15:04:06.854 INFO Checking that binary works, target: Clickhouse
17482026-05-14T15:04:08.263ZMay 14 15:04:06.985 INFO Download complete, target: Clickhouse
17492026-05-14T15:04:08.288ZAll builder prerequisites installed successfully, and PATH looks valid
17502026-05-14T15:04:08.291Z
17512026-05-14T15:04:08.291Zreal 2:16.415463912
17522026-05-14T15:04:08.291Zuser 6:52.948910076
17532026-05-14T15:04:08.291Zsys 1:21.999452173
17542026-05-14T15:04:08.291Ztrap 0.217862005
17552026-05-14T15:04:08.291Ztflt 1.275026743
17562026-05-14T15:04:08.291Zdflt 1.551020780
17572026-05-14T15:04:08.291Zkflt 0.044297070
17582026-05-14T15:04:08.291Zlock 21:16.832703286
17592026-05-14T15:04:08.291Zslp 21:23.880494404
17602026-05-14T15:04:08.291Zlat 41.776957393
17612026-05-14T15:04:08.291Zstop 1:55.209540731
17622026-05-14T15:04:08.291Z+ banner hack-check
17632026-05-14T15:04:08.291Z
17642026-05-14T15:04:08.291Z # # ## #### # # #### # # ###### #### # #
17652026-05-14T15:04:08.291Z # # # # # # # # # # # # # # # # #
17662026-05-14T15:04:08.291Z ###### # # # #### ##### # ###### ##### # ####
17672026-05-14T15:04:08.291Z # # ###### # # # # # # # # # #
17682026-05-14T15:04:08.291Z # # # # # # # # # # # # # # # # #
17692026-05-14T15:04:08.291Z # # # # #### # # #### # # ###### #### # #
17702026-05-14T15:04:08.291Z
17712026-05-14T15:04:08.291Z+ export CARGO_INCREMENTAL=0
17722026-05-14T15:04:08.291Z+ CARGO_INCREMENTAL=0
17732026-05-14T15:04:08.291Z+ ptime -m timeout 2h cargo xtask check-features --ci
17742026-05-14T15:04:08.831Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17752026-05-14T15:04:09.038Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17762026-05-14T15:04:10.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17772026-05-14T15:04:10.973Z Running `target/debug/xtask check-features --ci`
17782026-05-14T15:04:10.998Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17792026-05-14T15:04:11.001Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17802026-05-14T15:04:11.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17812026-05-14T15:04:11.512Z Running `target/debug/xtask download cargo-hack`
17822026-05-14T15:04:12.296Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17832026-05-14T15:04:12.600Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17842026-05-14T15:04:15.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
17852026-05-14T15:04:15.223Z Running `target/debug/xtask-downloader cargo-hack`
17862026-05-14T15:04:15.259ZMay 14 15:04:13.979 INFO Starting download, target: CargoHack
17872026-05-14T15:04:15.266ZMay 14 15:04:13.980 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17882026-05-14T15:04:15.482ZMay 14 15:04:14.194 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17892026-05-14T15:04:15.526ZMay 14 15:04:14.242 INFO Download complete, target: CargoHack
17902026-05-14T15:04:15.539Zrunning: "/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"
17912026-05-14T15:04:15.548Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17922026-05-14T15:04:15.690Zinfo: running `cargo check --bins` on api_identity (1/276)
17932026-05-14T15:04:16.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17942026-05-14T15:04:16.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17952026-05-14T15:04:16.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17962026-05-14T15:04:16.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17972026-05-14T15:04:16.266Z
17982026-05-14T15:04:16.266Zinfo: running `cargo check --bins` on bootstore (2/276)
17992026-05-14T15:04:16.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18002026-05-14T15:04:16.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18012026-05-14T15:04:16.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18022026-05-14T15:04:16.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18032026-05-14T15:04:16.857Z
18042026-05-14T15:04:16.857Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18052026-05-14T15:04:17.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18062026-05-14T15:04:17.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18072026-05-14T15:04:17.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18082026-05-14T15:04:17.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18092026-05-14T15:04:17.433Z
18102026-05-14T15:04:17.433Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18112026-05-14T15:04:17.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18122026-05-14T15:04:17.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18132026-05-14T15:04:17.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18142026-05-14T15:04:17.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18152026-05-14T15:04:18.009Z
18162026-05-14T15:04:18.009Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18172026-05-14T15:04:18.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18182026-05-14T15:04:18.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18192026-05-14T15:04:18.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18202026-05-14T15:04:18.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18212026-05-14T15:04:18.587Z
18222026-05-14T15:04:18.587Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18232026-05-14T15:04:19.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-05-14T15:04:19.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-05-14T15:04:19.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-05-14T15:04:19.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18272026-05-14T15:04:19.183Z
18282026-05-14T15:04:19.183Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18292026-05-14T15:04:19.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-05-14T15:04:19.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-05-14T15:04:19.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-05-14T15:04:19.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18332026-05-14T15:04:19.771Z
18342026-05-14T15:04:19.771Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18352026-05-14T15:04:20.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-05-14T15:04:20.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-05-14T15:04:20.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-05-14T15:04:20.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18392026-05-14T15:04:20.362Z
18402026-05-14T15:04:20.362Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18412026-05-14T15:04:20.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-05-14T15:04:20.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-05-14T15:04:20.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-05-14T15:04:20.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18452026-05-14T15:04:20.827Z
18462026-05-14T15:04:20.827Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18472026-05-14T15:04:21.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-05-14T15:04:21.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-05-14T15:04:21.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-05-14T15:04:21.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18512026-05-14T15:04:21.293Z
18522026-05-14T15:04:21.294Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18532026-05-14T15:04:21.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-05-14T15:04:21.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-05-14T15:04:21.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-05-14T15:04:21.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18572026-05-14T15:04:21.758Z
18582026-05-14T15:04:21.758Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18592026-05-14T15:04:22.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-05-14T15:04:22.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-05-14T15:04:22.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-05-14T15:04:22.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18632026-05-14T15:04:22.226Z
18642026-05-14T15:04:22.226Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18652026-05-14T15:04:22.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-05-14T15:04:22.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-05-14T15:04:22.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-05-14T15:04:22.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18692026-05-14T15:04:22.691Z
18702026-05-14T15:04:22.691Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18712026-05-14T15:04:23.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-14T15:04:23.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-14T15:04:23.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-14T15:04:23.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18752026-05-14T15:04:23.153Z
18762026-05-14T15:04:23.153Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18772026-05-14T15:04:23.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-14T15:04:23.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-14T15:04:23.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-14T15:04:23.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18812026-05-14T15:04:23.611Z
18822026-05-14T15:04:23.611Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18832026-05-14T15:04:24.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-14T15:04:24.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-14T15:04:24.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-14T15:04:24.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18872026-05-14T15:04:24.073Z
18882026-05-14T15:04:24.073Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18892026-05-14T15:04:24.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-14T15:04:24.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-14T15:04:24.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-14T15:04:24.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18932026-05-14T15:04:24.542Z
18942026-05-14T15:04:24.542Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18952026-05-14T15:04:24.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-14T15:04:24.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-14T15:04:24.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-14T15:04:24.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992026-05-14T15:04:25.006Z
19002026-05-14T15:04:25.006Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19012026-05-14T15:04:25.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-14T15:04:25.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-14T15:04:25.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-14T15:04:25.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052026-05-14T15:04:25.467Z
19062026-05-14T15:04:25.467Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19072026-05-14T15:04:25.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-14T15:04:25.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-14T15:04:25.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-14T15:04:25.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19112026-05-14T15:04:25.934Z
19122026-05-14T15:04:25.934Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19132026-05-14T15:04:26.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-14T15:04:26.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-14T15:04:26.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-14T15:04:26.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19172026-05-14T15:04:26.408Z
19182026-05-14T15:04:26.408Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19192026-05-14T15:04:26.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-14T15:04:26.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-14T15:04:26.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-14T15:04:26.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19232026-05-14T15:04:26.873Z
19242026-05-14T15:04:26.873Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19252026-05-14T15:04:27.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-14T15:04:27.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-14T15:04:27.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-14T15:04:27.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19292026-05-14T15:04:27.343Z
19302026-05-14T15:04:27.343Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19312026-05-14T15:04:27.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-14T15:04:27.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-14T15:04:27.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-14T15:04:27.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352026-05-14T15:04:27.810Z
19362026-05-14T15:04:27.810Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19372026-05-14T15:04:28.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-14T15:04:28.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-14T15:04:28.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-14T15:04:28.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19412026-05-14T15:04:28.271Z
19422026-05-14T15:04:28.271Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19432026-05-14T15:04:28.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-14T15:04:28.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-14T15:04:28.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-14T15:04:28.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19472026-05-14T15:04:28.741Z
19482026-05-14T15:04:28.741Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19492026-05-14T15:04:29.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-14T15:04:29.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-14T15:04:29.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-14T15:04:29.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19532026-05-14T15:04:29.211Z
19542026-05-14T15:04:29.211Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19552026-05-14T15:04:29.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-14T15:04:29.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-14T15:04:29.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-14T15:04:29.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19592026-05-14T15:04:29.679Z
19602026-05-14T15:04:29.679Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19612026-05-14T15:04:30.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-14T15:04:30.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-14T15:04:30.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-14T15:04:30.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19652026-05-14T15:04:30.144Z
19662026-05-14T15:04:30.144Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19672026-05-14T15:04:30.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-14T15:04:30.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-14T15:04:30.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-14T15:04:30.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19712026-05-14T15:04:30.605Z
19722026-05-14T15:04:30.605Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19732026-05-14T15:04:31.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-14T15:04:31.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-14T15:04:31.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-14T15:04:31.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19772026-05-14T15:04:31.068Z
19782026-05-14T15:04:31.068Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19792026-05-14T15:04:31.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-14T15:04:31.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-14T15:04:31.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-14T15:04:31.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19832026-05-14T15:04:31.546Z
19842026-05-14T15:04:31.546Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19852026-05-14T15:04:31.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-14T15:04:31.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-14T15:04:31.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-14T15:04:31.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19892026-05-14T15:04:32.002Z
19902026-05-14T15:04:32.002Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19912026-05-14T15:04:32.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-14T15:04:32.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-14T15:04:32.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-14T15:04:32.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19952026-05-14T15:04:32.468Z
19962026-05-14T15:04:32.468Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
19972026-05-14T15:04:32.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-14T15:04:32.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-14T15:04:32.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-14T15:04:32.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20012026-05-14T15:04:32.931Z
20022026-05-14T15:04:32.931Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20032026-05-14T15:04:33.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-14T15:04:33.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-14T15:04:33.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-14T15:04:33.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20072026-05-14T15:04:33.397Z
20082026-05-14T15:04:33.397Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20092026-05-14T15:04:33.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-14T15:04:33.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-14T15:04:33.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-14T15:04:33.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20132026-05-14T15:04:33.862Z
20142026-05-14T15:04:33.862Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20152026-05-14T15:04:34.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-14T15:04:34.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-14T15:04:34.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-14T15:04:34.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20192026-05-14T15:04:34.329Z
20202026-05-14T15:04:34.329Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20212026-05-14T15:04:34.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-14T15:04:34.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-14T15:04:34.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-14T15:04:34.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20252026-05-14T15:04:34.793Z
20262026-05-14T15:04:34.793Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20272026-05-14T15:04:35.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-14T15:04:35.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-14T15:04:35.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-14T15:04:35.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20312026-05-14T15:04:35.260Z
20322026-05-14T15:04:35.260Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20332026-05-14T15:04:35.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-14T15:04:35.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-14T15:04:35.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-14T15:04:35.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20372026-05-14T15:04:35.726Z
20382026-05-14T15:04:35.726Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20392026-05-14T15:04:36.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-14T15:04:36.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-14T15:04:36.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-14T15:04:36.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20432026-05-14T15:04:36.189Z
20442026-05-14T15:04:36.189Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20452026-05-14T15:04:36.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-14T15:04:36.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-14T15:04:36.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-14T15:04:36.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20492026-05-14T15:04:36.653Z
20502026-05-14T15:04:36.653Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20512026-05-14T15:04:37.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-14T15:04:37.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-14T15:04:37.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-14T15:04:37.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20552026-05-14T15:04:37.119Z
20562026-05-14T15:04:37.119Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20572026-05-14T15:04:37.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-14T15:04:37.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-14T15:04:37.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-14T15:04:37.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20612026-05-14T15:04:37.584Z
20622026-05-14T15:04:37.584Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20632026-05-14T15:04:37.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-14T15:04:38.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-14T15:04:38.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-14T15:04:38.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20672026-05-14T15:04:38.052Z
20682026-05-14T15:04:38.052Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20692026-05-14T15:04:38.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-14T15:04:38.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-14T15:04:38.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-14T15:04:38.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20732026-05-14T15:04:38.522Z
20742026-05-14T15:04:38.522Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20752026-05-14T15:04:38.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-14T15:04:38.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-14T15:04:38.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-14T15:04:38.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20792026-05-14T15:04:38.991Z
20802026-05-14T15:04:38.992Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20812026-05-14T15:04:39.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-14T15:04:39.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-14T15:04:39.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-14T15:04:39.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20852026-05-14T15:04:39.622Z
20862026-05-14T15:04:39.622Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20872026-05-14T15:04:40.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-14T15:04:40.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-14T15:04:40.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-14T15:04:40.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20912026-05-14T15:04:40.253Z
20922026-05-14T15:04:40.253Zinfo: running `cargo check --bins` on nexus-config (51/276)
20932026-05-14T15:04:40.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-14T15:04:40.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-14T15:04:40.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-14T15:04:40.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20972026-05-14T15:04:40.883Z
20982026-05-14T15:04:40.883Zinfo: running `cargo check --bins` on nexus-types (52/276)
20992026-05-14T15:04:41.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-14T15:04:41.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-14T15:04:41.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-14T15:04:41.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21032026-05-14T15:04:41.516Z
21042026-05-14T15:04:41.516Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21052026-05-14T15:04:42.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-14T15:04:42.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-14T15:04:42.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-14T15:04:42.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21092026-05-14T15:04:42.109Z
21102026-05-14T15:04:42.109Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21112026-05-14T15:04:42.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-14T15:04:42.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-14T15:04:42.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-14T15:04:42.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21152026-05-14T15:04:42.687Z
21162026-05-14T15:04:42.687Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21172026-05-14T15:04:43.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-14T15:04:43.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-14T15:04:43.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-14T15:04:43.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21212026-05-14T15:04:43.289Z
21222026-05-14T15:04:43.289Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21232026-05-14T15:04:43.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-14T15:04:43.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-14T15:04:43.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-14T15:04:43.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21272026-05-14T15:04:43.888Z
21282026-05-14T15:04:43.888Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21292026-05-14T15:04:44.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-14T15:04:44.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-14T15:04:44.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-14T15:04:44.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21332026-05-14T15:04:44.491Z
21342026-05-14T15:04:44.491Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21352026-05-14T15:04:45.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-14T15:04:45.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-14T15:04:45.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-14T15:04:45.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21392026-05-14T15:04:45.092Z
21402026-05-14T15:04:45.092Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21412026-05-14T15:04:45.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-14T15:04:45.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-14T15:04:45.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-14T15:04:45.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21452026-05-14T15:04:45.678Z
21462026-05-14T15:04:45.678Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21472026-05-14T15:04:46.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-14T15:04:46.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-14T15:04:46.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-14T15:04:46.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21512026-05-14T15:04:46.263Z
21522026-05-14T15:04:46.263Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21532026-05-14T15:04:46.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-14T15:04:46.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-14T15:04:46.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-14T15:04:46.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21572026-05-14T15:04:46.843Z
21582026-05-14T15:04:46.843Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21592026-05-14T15:04:47.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-14T15:04:47.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-14T15:04:47.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-14T15:04:47.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21632026-05-14T15:04:47.428Z
21642026-05-14T15:04:47.428Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21652026-05-14T15:04:47.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-14T15:04:47.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-14T15:04:47.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-14T15:04:47.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21692026-05-14T15:04:48.025Z
21702026-05-14T15:04:48.025Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21712026-05-14T15:04:48.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-14T15:04:48.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-14T15:04:48.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-14T15:04:48.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21752026-05-14T15:04:48.622Z
21762026-05-14T15:04:48.622Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21772026-05-14T15:04:49.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-14T15:04:49.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-14T15:04:49.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-14T15:04:49.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21812026-05-14T15:04:49.199Z
21822026-05-14T15:04:49.200Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21832026-05-14T15:04:49.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-14T15:04:49.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-14T15:04:49.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-14T15:04:49.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21872026-05-14T15:04:49.784Z
21882026-05-14T15:04:49.784Zinfo: running `cargo check --bins` on ereport-types (67/276)
21892026-05-14T15:04:50.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-14T15:04:50.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-14T15:04:50.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-14T15:04:50.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21932026-05-14T15:04:50.374Z
21942026-05-14T15:04:50.375Zinfo: running `cargo check --bins` on gateway-client (68/276)
21952026-05-14T15:04:50.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-14T15:04:50.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-14T15:04:50.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-14T15:04:50.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21992026-05-14T15:04:50.968Z
22002026-05-14T15:04:50.968Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22012026-05-14T15:04:51.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-14T15:04:51.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-14T15:04:51.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-14T15:04:51.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22052026-05-14T15:04:51.557Z
22062026-05-14T15:04:51.557Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22072026-05-14T15:04:52.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-14T15:04:52.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-14T15:04:52.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-14T15:04:52.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22112026-05-14T15:04:52.148Z
22122026-05-14T15:04:52.148Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22132026-05-14T15:04:52.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-14T15:04:52.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-14T15:04:52.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-14T15:04:52.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22172026-05-14T15:04:52.741Z
22182026-05-14T15:04:52.741Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22192026-05-14T15:04:53.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-14T15:04:53.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-14T15:04:53.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-14T15:04:53.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22232026-05-14T15:04:53.334Z
22242026-05-14T15:04:53.334Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22252026-05-14T15:04:53.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-14T15:04:53.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-14T15:04:53.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-05-14T15:04:53.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22292026-05-14T15:04:53.943Z
22302026-05-14T15:04:53.943Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22312026-05-14T15:04:54.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-05-14T15:04:54.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-05-14T15:04:54.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-05-14T15:04:54.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22352026-05-14T15:04:54.552Z
22362026-05-14T15:04:54.552Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22372026-05-14T15:04:55.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-05-14T15:04:55.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-05-14T15:04:55.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-05-14T15:04:55.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22412026-05-14T15:04:55.132Z
22422026-05-14T15:04:55.132Zinfo: running `cargo check --bins` on oxlog (76/276)
22432026-05-14T15:04:55.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-05-14T15:04:55.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-05-14T15:04:55.749Z Checking cfg-if v1.0.4
22462026-05-14T15:04:55.753Z Checking libc v0.2.185
22472026-05-14T15:04:55.753Z Checking serde_core v1.0.228
22482026-05-14T15:04:55.869Z Checking zeroize v1.8.2
22492026-05-14T15:04:55.876Z Checking memchr v2.8.0
22502026-05-14T15:04:55.885Z Checking log v0.4.29
22512026-05-14T15:04:55.895Z Checking smallvec v1.15.1
22522026-05-14T15:04:55.906Z Checking typenum v1.19.0
22532026-05-14T15:04:55.909Z Checking subtle v2.6.1
22542026-05-14T15:04:56.004Z Checking itoa v1.0.17
22552026-05-14T15:04:56.038Z Checking scopeguard v1.2.0
22562026-05-14T15:04:56.066Z Checking stable_deref_trait v1.2.1
22572026-05-14T15:04:56.069Z Checking const-oid v0.9.6
22582026-05-14T15:04:56.121Z Checking zerofrom v0.1.6
22592026-05-14T15:04:56.134Z Checking lock_api v0.4.14
22602026-05-14T15:04:56.145Z Checking pin-project-lite v0.2.17
22612026-05-14T15:04:56.231Z Checking yoke v0.8.1
22622026-05-14T15:04:56.243Z Checking portable-atomic v1.13.1
22632026-05-14T15:04:56.254Z Checking critical-section v1.2.0
22642026-05-14T15:04:56.264Z Checking getrandom v0.2.17
22652026-05-14T15:04:56.325Z Checking errno v0.3.14
22662026-05-14T15:04:56.343Z Checking parking_lot_core v0.9.12
22672026-05-14T15:04:56.389Z Checking zerovec v0.11.5
22682026-05-14T15:04:56.402Z Checking rand_core v0.6.4
22692026-05-14T15:04:56.432Z Checking generic-array v0.14.7
22702026-05-14T15:04:56.442Z Checking signal-hook-registry v1.4.8
22712026-05-14T15:04:56.524Z Checking futures-core v0.3.32
22722026-05-14T15:04:56.569Z Checking parking_lot v0.12.5
22732026-05-14T15:04:56.595Z Checking mio v1.2.0
22742026-05-14T15:04:56.634Z Checking once_cell v1.21.3
22752026-05-14T15:04:56.647Z Checking zerocopy v0.8.40
22762026-05-14T15:04:56.730Z Checking zmij v1.0.21
22772026-05-14T15:04:56.755Z Checking socket2 v0.6.3
22782026-05-14T15:04:56.800Z Checking libm v0.2.16
22792026-05-14T15:04:56.815Z Checking tinystr v0.8.2
22802026-05-14T15:04:56.861Z Checking crypto-common v0.1.7
22812026-05-14T15:04:56.864Z Checking block-buffer v0.10.4
22822026-05-14T15:04:56.934Z Checking percent-encoding v2.3.2
22832026-05-14T15:04:56.986Z Checking litemap v0.8.1
22842026-05-14T15:04:57.002Z Checking digest v0.10.7
22852026-05-14T15:04:57.006Z Checking equivalent v1.0.2
22862026-05-14T15:04:57.022Z Checking writeable v0.6.2
22872026-05-14T15:04:57.068Z Checking potential_utf v0.1.4
22882026-05-14T15:04:57.085Z Checking zerotrie v0.2.3
22892026-05-14T15:04:57.154Z Checking futures-sink v0.3.32
22902026-05-14T15:04:57.174Z Checking icu_locale_core v2.1.1
22912026-05-14T15:04:57.188Z Checking icu_collections v2.1.1
22922026-05-14T15:04:57.201Z Checking cpufeatures v0.2.17
22932026-05-14T15:04:57.250Z Checking futures-channel v0.3.32
22942026-05-14T15:04:57.267Z Checking slab v0.4.12
22952026-05-14T15:04:57.308Z Checking serde v1.0.228
22962026-05-14T15:04:57.320Z Checking bitflags v2.11.0
22972026-05-14T15:04:57.416Z Checking serde_json v1.0.149
22982026-05-14T15:04:57.436Z Checking futures-task v0.3.32
22992026-05-14T15:04:57.482Z Checking num-traits v0.2.19
23002026-05-14T15:04:57.482Z Checking futures-io v0.3.32
23012026-05-14T15:04:57.505Z Checking hmac v0.12.1
23022026-05-14T15:04:57.567Z Checking icu_normalizer_data v2.1.1
23032026-05-14T15:04:57.600Z Checking futures-util v0.3.32
23042026-05-14T15:04:57.630Z Checking icu_properties_data v2.1.2
23052026-05-14T15:04:57.642Z Checking rand_core v0.10.0
23062026-05-14T15:04:57.707Z Checking bytes v1.11.1
23072026-05-14T15:04:57.723Z Checking icu_provider v2.1.1
23082026-05-14T15:04:57.754Z Checking hashbrown v0.17.0
23092026-05-14T15:04:57.777Z Checking getrandom v0.4.1
23102026-05-14T15:04:57.920Z Checking block-padding v0.3.3
23112026-05-14T15:04:57.950Z Checking icu_properties v2.1.2
23122026-05-14T15:04:58.006Z Checking icu_normalizer v2.1.1
23132026-05-14T15:04:58.048Z Checking inout v0.1.4
23142026-05-14T15:04:58.066Z Checking utf8_iter v1.0.4
23152026-05-14T15:04:58.129Z Checking tokio v1.52.1
23162026-05-14T15:04:58.182Z Checking cipher v0.4.4
23172026-05-14T15:04:58.194Z Checking sha2 v0.10.9
23182026-05-14T15:04:58.207Z Checking indexmap v2.14.0
23192026-05-14T15:04:58.304Z Checking form_urlencoded v1.2.2
23202026-05-14T15:04:58.387Z Checking getrandom v0.3.4
23212026-05-14T15:04:58.430Z Checking base64ct v1.8.3
23222026-05-14T15:04:58.457Z Checking fnv v1.0.7
23232026-05-14T15:04:58.527Z Checking byteorder v1.5.0
23242026-05-14T15:04:58.548Z Checking flagset v0.4.7
23252026-05-14T15:04:58.665Z Checking pem-rfc7468 v0.7.0
23262026-05-14T15:04:58.680Z Checking rand_core v0.9.5
23272026-05-14T15:04:58.728Z Checking http v1.4.0
23282026-05-14T15:04:58.759Z Checking regex-syntax v0.8.10
23292026-05-14T15:04:58.772Z Checking idna_adapter v1.2.1
23302026-05-14T15:04:58.824Z Checking der v0.7.10
23312026-05-14T15:04:58.853Z Checking salsa20 v0.10.2
23322026-05-14T15:04:58.887Z Checking idna v1.1.0
23332026-05-14T15:04:58.999Z Checking uuid v1.23.0
23342026-05-14T15:04:59.129Z Checking url v2.5.8
23352026-05-14T15:04:59.281Z Checking pbkdf2 v0.12.2
23362026-05-14T15:04:59.296Z Checking rustix v1.1.3
23372026-05-14T15:04:59.385Z Checking ppv-lite86 v0.2.21
23382026-05-14T15:04:59.398Z Checking tracing-core v0.1.36
23392026-05-14T15:04:59.506Z Checking rustls-pki-types v1.14.0
23402026-05-14T15:04:59.546Z Checking spki v0.7.3
23412026-05-14T15:04:59.560Z Checking base64 v0.22.1
23422026-05-14T15:04:59.668Z Checking iana-time-zone v0.1.65
23432026-05-14T15:04:59.694Z Checking tracing v0.1.44
23442026-05-14T15:04:59.709Z Checking rand_chacha v0.9.0
23452026-05-14T15:04:59.771Z Checking chrono v0.4.44
23462026-05-14T15:04:59.784Z Checking scrypt v0.11.0
23472026-05-14T15:04:59.797Z Checking http-body v1.0.1
23482026-05-14T15:04:59.892Z Checking aes v0.8.4
23492026-05-14T15:04:59.905Z Checking cbc v0.1.2
23502026-05-14T15:04:59.918Z Checking aws-lc-sys v0.40.0
23512026-05-14T15:04:59.931Z Checking openssl-probe v0.2.1
23522026-05-14T15:05:00.028Z Checking tinyvec_macros v0.1.1
23532026-05-14T15:05:00.041Z Checking untrusted v0.7.1
23542026-05-14T15:05:00.075Z Checking untrusted v0.9.0
23552026-05-14T15:05:00.091Z Checking tinyvec v1.10.0
23562026-05-14T15:05:00.134Z Checking rand v0.9.2
23572026-05-14T15:05:00.148Z Checking try-lock v0.2.5
23582026-05-14T15:05:00.179Z Checking ring v0.17.14
23592026-05-14T15:05:00.245Z Checking atomic-waker v1.1.2
23602026-05-14T15:05:00.274Z Checking pkcs5 v0.7.1
23612026-05-14T15:05:00.339Z Checking tower-layer v0.3.3
23622026-05-14T15:05:00.398Z Checking tower-service v0.3.3
23632026-05-14T15:05:00.415Z Checking aws-lc-rs v1.16.3
23642026-05-14T15:05:00.484Z Checking want v0.3.1
23652026-05-14T15:05:00.498Z Checking ipnet v2.11.0
23662026-05-14T15:05:00.526Z Checking pkcs8 v0.10.2
23672026-05-14T15:05:00.597Z Checking httparse v1.10.1
23682026-05-14T15:05:00.609Z Checking aho-corasick v1.1.4
23692026-05-14T15:05:00.622Z Checking fastrand v2.3.0
23702026-05-14T15:05:00.695Z Checking foreign-types-shared v0.1.1
23712026-05-14T15:05:00.754Z Checking pin-utils v0.1.0
23722026-05-14T15:05:00.777Z Checking httpdate v1.0.3
23732026-05-14T15:05:00.795Z Checking plain v0.2.3
23742026-05-14T15:05:00.807Z Checking dyn-clone v1.0.20
23752026-05-14T15:05:00.820Z Checking tempfile v3.25.0
23762026-05-14T15:05:00.892Z Checking foreign-types v0.3.2
23772026-05-14T15:05:00.906Z Checking unicode-normalization v0.1.25
23782026-05-14T15:05:00.920Z Checking semver v1.0.28
23792026-05-14T15:05:00.959Z Checking openssl-sys v0.9.115
23802026-05-14T15:05:01.005Z Checking spin v0.9.8
23812026-05-14T15:05:01.122Z Checking ucd-trie v0.1.7
23822026-05-14T15:05:01.175Z Checking unicode-ident v1.0.24
23832026-05-14T15:05:01.191Z Checking schemars v0.8.22
23842026-05-14T15:05:01.241Z Checking rustls-webpki v0.103.9
23852026-05-14T15:05:01.254Z Checking pest v2.8.6
23862026-05-14T15:05:01.280Z Checking proc-macro2 v1.0.106
23872026-05-14T15:05:01.293Z Checking regex-automata v0.4.14
23882026-05-14T15:05:01.306Z Checking rustls-native-certs v0.8.3
23892026-05-14T15:05:01.338Z Checking openssl v0.10.79
23902026-05-14T15:05:01.354Z Checking tokio-util v0.7.18
23912026-05-14T15:05:01.428Z Checking thiserror v2.0.18
23922026-05-14T15:05:01.527Z Checking sync_wrapper v1.0.2
23932026-05-14T15:05:01.581Z Checking wait-timeout v0.2.1
23942026-05-14T15:05:01.627Z Checking bit-vec v0.8.0
23952026-05-14T15:05:01.664Z Checking rustls v0.23.37
23962026-05-14T15:05:01.699Z Checking anstyle v1.0.13
23972026-05-14T15:05:01.814Z Checking powerfmt v0.2.0
23982026-05-14T15:05:01.838Z Checking utf8parse v0.2.2
23992026-05-14T15:05:01.878Z Checking quick-error v1.2.3
24002026-05-14T15:05:01.937Z Checking simd-adler32 v0.3.8
24012026-05-14T15:05:01.956Z Checking h2 v0.4.13
24022026-05-14T15:05:01.966Z Checking siphasher v1.0.2
24032026-05-14T15:05:01.978Z Checking pretty-hex v0.4.1
24042026-05-14T15:05:02.090Z Checking rusty-fork v0.3.1
24052026-05-14T15:05:02.103Z Checking deranged v0.5.8
24062026-05-14T15:05:02.117Z Checking anstyle-parse v0.2.7
24072026-05-14T15:05:02.256Z Checking bit-set v0.8.0
24082026-05-14T15:05:02.269Z Checking tower v0.5.3
24092026-05-14T15:05:02.295Z Checking quote v1.0.45
24102026-05-14T15:05:02.398Z Compiling newtype-uuid v1.3.2
24112026-05-14T15:05:02.463Z Checking http-body-util v0.1.3
24122026-05-14T15:05:02.576Z Checking webpki-roots v1.0.6
24132026-05-14T15:05:02.640Z Checking crossbeam-utils v0.8.21
24142026-05-14T15:05:02.676Z Checking rand_xorshift v0.4.0
24152026-05-14T15:05:02.689Z Checking crc32fast v1.5.0
24162026-05-14T15:05:02.791Z Checking scroll v0.13.0
24172026-05-14T15:05:02.821Z Checking signature v2.2.0
24182026-05-14T15:05:02.950Z Checking iri-string v0.7.10
24192026-05-14T15:05:02.963Z Checking allocator-api2 v0.2.21
24202026-05-14T15:05:03.002Z Checking colorchoice v1.0.4
24212026-05-14T15:05:03.015Z Checking adler2 v2.0.1
24222026-05-14T15:05:03.095Z Checking num_threads v0.1.7
24232026-05-14T15:05:03.095Z Checking unarray v0.1.4
24242026-05-14T15:05:03.120Z Checking is_terminal_polyfill v1.70.2
24252026-05-14T15:05:03.191Z Checking unicode-bidi v0.3.18
24262026-05-14T15:05:03.205Z Checking num-conv v0.2.0
24272026-05-14T15:05:03.208Z Checking time-core v0.1.8
24282026-05-14T15:05:03.236Z Checking unicode-properties v0.1.4
24292026-05-14T15:05:03.317Z Checking anstyle-query v1.1.5
24302026-05-14T15:05:03.345Z Checking native-tls v0.2.18
24312026-05-14T15:05:03.359Z Checking ryu v1.0.23
24322026-05-14T15:05:03.406Z Checking anstream v0.6.21
24332026-05-14T15:05:03.420Z Checking time v0.3.47
24342026-05-14T15:05:03.478Z Checking stringprep v0.1.5
24352026-05-14T15:05:03.491Z Checking serde_urlencoded v0.7.1
24362026-05-14T15:05:03.519Z Checking tokio-native-tls v0.3.1
24372026-05-14T15:05:03.602Z Checking proptest v1.11.0
24382026-05-14T15:05:03.643Z Checking miniz_oxide v0.8.9
24392026-05-14T15:05:03.692Z Checking bstr v1.12.1
24402026-05-14T15:05:03.695Z Checking goblin v0.10.5
24412026-05-14T15:05:03.976Z Checking tower-http v0.6.8
24422026-05-14T15:05:04.008Z Checking crossbeam-epoch v0.9.18
24432026-05-14T15:05:04.051Z Checking tokio-rustls v0.26.4
24442026-05-14T15:05:04.089Z Compiling daft v0.1.5
24452026-05-14T15:05:04.230Z Checking syn v2.0.117
24462026-05-14T15:05:04.245Z Checking ipnetwork v0.21.1
24472026-05-14T15:05:04.287Z Checking rand_chacha v0.3.1
24482026-05-14T15:05:04.362Z Checking thiserror v1.0.69
24492026-05-14T15:05:04.458Z Checking scroll v0.12.0
24502026-05-14T15:05:04.471Z Checking hash32 v0.2.1
24512026-05-14T15:05:04.489Z Checking zstd-sys v2.0.16+zstd.1.5.7
24522026-05-14T15:05:04.570Z Checking num-integer v0.1.46
24532026-05-14T15:05:04.597Z Checking serde_spanned v0.6.9
24542026-05-14T15:05:04.620Z Checking toml_datetime v0.6.11
24552026-05-14T15:05:04.662Z Checking hyper v1.8.1
24562026-05-14T15:05:04.681Z Checking md-5 v0.10.6
24572026-05-14T15:05:04.716Z Checking ff v0.13.1
24582026-05-14T15:05:04.787Z Checking psl-types v2.0.11
24592026-05-14T15:05:04.801Z Checking base16ct v0.2.0
24602026-05-14T15:05:04.815Z Checking zlib-rs v0.6.2
24612026-05-14T15:05:04.839Z Checking fallible-iterator v0.2.0
24622026-05-14T15:05:04.901Z Checking publicsuffix v2.3.0
24632026-05-14T15:05:04.921Z Checking sec1 v0.7.3
24642026-05-14T15:05:05.057Z Checking group v0.13.0
24652026-05-14T15:05:05.102Z Checking postgres-protocol v0.6.10
24662026-05-14T15:05:05.118Z Compiling iddqd v0.3.18
24672026-05-14T15:05:05.201Z Checking num-iter v0.1.45
24682026-05-14T15:05:05.310Z Checking goblin v0.8.2
24692026-05-14T15:05:05.411Z Checking heapless v0.7.17
24702026-05-14T15:05:05.549Z Checking hyper-util v0.1.20
24712026-05-14T15:05:05.574Z Checking zstd-safe v7.2.4
24722026-05-14T15:05:05.670Z Checking flate2 v1.1.9
24732026-05-14T15:05:05.735Z Checking cookie v0.18.1
24742026-05-14T15:05:05.819Z Checking rand v0.8.6
24752026-05-14T15:05:05.963Z Checking oxnet v0.1.4
24762026-05-14T15:05:05.979Z Checking dtrace-parser v0.3.0
24772026-05-14T15:05:06.027Z Checking dof v0.4.0
24782026-05-14T15:05:06.197Z Checking phf_shared v0.13.1
24792026-05-14T15:05:06.210Z Checking lazy_static v1.5.0
24802026-05-14T15:05:06.223Z Checking pin-project v1.1.11
24812026-05-14T15:05:06.295Z Checking zerocopy v0.7.35
24822026-05-14T15:05:06.316Z Checking bzip2-sys v0.1.13+1.0.8
24832026-05-14T15:05:06.328Z Checking signal-hook v0.3.18
24842026-05-14T15:05:06.387Z Checking terminal_size v0.4.3
24852026-05-14T15:05:06.401Z Checking futures-executor v0.3.32
24862026-05-14T15:05:06.488Z Checking hex v0.4.3
24872026-05-14T15:05:06.501Z Checking hkdf v0.12.4
24882026-05-14T15:05:06.515Z Checking crypto-bigint v0.5.5
24892026-05-14T15:05:06.543Z Checking thread-id v5.1.0
24902026-05-14T15:05:06.622Z Checking encoding_rs v0.8.35
24912026-05-14T15:05:06.634Z Compiling rayon-core v1.13.0
24922026-05-14T15:05:06.652Z Checking clap_lex v1.0.0
24932026-05-14T15:05:06.710Z Checking foldhash v0.2.0
24942026-05-14T15:05:06.777Z Checking strsim v0.11.1
24952026-05-14T15:05:06.790Z Checking hyper-rustls v0.27.7
24962026-05-14T15:05:06.800Z Checking hyper-tls v0.6.0
24972026-05-14T15:05:06.803Z Checking libbz2-rs-sys v0.2.2
24982026-05-14T15:05:06.860Z Checking mime v0.3.17
24992026-05-14T15:05:06.932Z Checking winnow v0.7.14
25002026-05-14T15:05:06.966Z Checking foldhash v0.1.5
25012026-05-14T15:05:07.014Z Checking same-file v1.0.6
25022026-05-14T15:05:07.034Z Checking managed v0.8.0
25032026-05-14T15:05:07.095Z Checking bitflags v1.3.2
25042026-05-14T15:05:07.110Z Checking bumpalo v3.20.2
25052026-05-14T15:05:07.167Z Checking winnow v0.5.40
25062026-05-14T15:05:07.202Z Checking either v1.15.0
25072026-05-14T15:05:07.216Z Checking smoltcp v0.9.1
25082026-05-14T15:05:07.219Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25092026-05-14T15:05:07.299Z Checking zopfli v0.8.3
25102026-05-14T15:05:07.385Z Checking dof v0.3.0
25112026-05-14T15:05:07.424Z Checking bzip2 v0.6.1
25122026-05-14T15:05:07.438Z Checking elliptic-curve v0.13.8
25132026-05-14T15:05:07.568Z Checking reqwest v0.12.28
25142026-05-14T15:05:07.582Z Checking walkdir v2.5.0
25152026-05-14T15:05:07.631Z Checking hashbrown v0.15.5
25162026-05-14T15:05:07.657Z Checking clap_builder v4.5.60
25172026-05-14T15:05:07.733Z Checking hashbrown v0.16.1
25182026-05-14T15:05:07.763Z Checking usdt-impl v0.6.0
25192026-05-14T15:05:07.793Z Checking futures v0.3.32
25202026-05-14T15:05:07.869Z Checking signal-hook-mio v0.2.5
25212026-05-14T15:05:07.972Z Checking bzip2 v0.4.4
25222026-05-14T15:05:08.032Z Checking phf v0.13.1
25232026-05-14T15:05:08.089Z Checking num-bigint-dig v0.8.6
25242026-05-14T15:05:08.109Z Checking snafu v0.8.9
25252026-05-14T15:05:08.182Z Checking cookie_store v0.22.1
25262026-05-14T15:05:08.225Z Checking zstd v0.13.3
25272026-05-14T15:05:08.301Z Checking toml_edit v0.19.15
25282026-05-14T15:05:08.345Z Checking postgres-types v0.2.12
25292026-05-14T15:05:08.362Z Checking dtrace-parser v0.2.0
25302026-05-14T15:05:08.409Z Checking crossbeam-deque v0.8.6
25312026-05-14T15:05:08.422Z Checking globset v0.4.18
25322026-05-14T15:05:08.503Z Checking rustls-platform-verifier v0.6.2
25332026-05-14T15:05:08.579Z Checking regex v1.12.3
25342026-05-14T15:05:08.590Z Checking ed25519 v2.2.3
25352026-05-14T15:05:08.654Z Checking phf_shared v0.11.3
25362026-05-14T15:05:08.667Z Checking olpc-cjson v0.1.4
25372026-05-14T15:05:08.684Z Checking ref-cast v1.0.25
25382026-05-14T15:05:08.771Z Checking curve25519-dalek v4.1.3
25392026-05-14T15:05:08.783Z Checking strum v0.27.2
25402026-05-14T15:05:08.796Z Checking hubpack v0.1.2
25412026-05-14T15:05:08.799Z Checking memoffset v0.9.1
25422026-05-14T15:05:08.864Z Checking rustix v0.38.44
25432026-05-14T15:05:08.883Z Checking pkcs1 v0.7.5
25442026-05-14T15:05:08.896Z Checking pem v3.0.6
25452026-05-14T15:05:08.899Z Checking float-cmp v0.10.0
25462026-05-14T15:05:08.921Z Checking serde-big-array v0.5.1
25472026-05-14T15:05:08.961Z Checking erased-serde v0.3.31
25482026-05-14T15:05:09.031Z Checking serde_plain v1.0.2
25492026-05-14T15:05:09.046Z Checking rfc6979 v0.4.0
25502026-05-14T15:05:09.049Z Checking thread-id v4.2.2
25512026-05-14T15:05:09.093Z Checking memmap2 v0.9.10
25522026-05-14T15:05:09.132Z Checking env_filter v1.0.0
25532026-05-14T15:05:09.159Z Checking difflib v0.4.0
25542026-05-14T15:05:09.172Z Checking toml_write v0.1.2
25552026-05-14T15:05:09.246Z Checking fixedbitset v0.4.2
25562026-05-14T15:05:09.269Z Checking fixedbitset v0.5.7
25572026-05-14T15:05:09.332Z Checking data-encoding v2.10.0
25582026-05-14T15:05:09.335Z Checking precomputed-hash v0.1.1
25592026-05-14T15:05:09.357Z Checking new_debug_unreachable v1.0.6
25602026-05-14T15:05:09.368Z Checking predicates-core v1.0.10
25612026-05-14T15:05:09.391Z Checking static_assertions v1.1.0
25622026-05-14T15:05:09.419Z Checking rustc-hash v2.1.1
25632026-05-14T15:05:09.422Z Checking normalize-line-endings v0.3.0
25642026-05-14T15:05:09.456Z Checking keccak v0.1.6
25652026-05-14T15:05:09.459Z Checking whoami v2.1.0
25662026-05-14T15:05:09.483Z Checking unicode-segmentation v1.12.0
25672026-05-14T15:05:09.513Z Checking jiff v0.2.21
25682026-05-14T15:05:09.526Z Checking typed-path v0.9.3
25692026-05-14T15:05:09.558Z Checking ed25519-dalek v2.2.0
25702026-05-14T15:05:09.597Z Checking hickory-proto v0.25.2
25712026-05-14T15:05:09.617Z Checking sha3 v0.10.8
25722026-05-14T15:05:09.657Z Checking tokio-postgres v0.7.16
25732026-05-14T15:05:09.672Z Checking crossterm v0.28.1
25742026-05-14T15:05:09.797Z Checking similar v2.7.0
25752026-05-14T15:05:09.816Z Checking predicates v3.1.4
25762026-05-14T15:05:10.106Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25772026-05-14T15:05:10.173Z Checking petgraph v0.8.3
25782026-05-14T15:05:10.289Z Checking tough v0.22.0
25792026-05-14T15:05:10.361Z Checking string_cache v0.8.9
25802026-05-14T15:05:10.531Z Checking petgraph v0.6.5
25812026-05-14T15:05:10.639Z Checking toml v0.7.8
25822026-05-14T15:05:10.905Z Checking slog v2.8.2
25832026-05-14T15:05:10.948Z Checking toml_edit v0.22.27
25842026-05-14T15:05:11.165Z Checking env_logger v0.11.9
25852026-05-14T15:05:11.371Z Checking usdt v0.6.0
25862026-05-14T15:05:11.541Z Checking ecdsa v0.16.9
25872026-05-14T15:05:11.712Z Checking zip v4.6.1
25882026-05-14T15:05:11.726Z Checking usdt-impl v0.5.0
25892026-05-14T15:05:11.763Z Checking rsa v0.9.10
25902026-05-14T15:05:11.876Z Checking clap v4.5.60
25912026-05-14T15:05:11.955Z Checking nix v0.31.2
25922026-05-14T15:05:11.996Z Checking reqwest v0.13.2
25932026-05-14T15:05:12.227Z Checking zip v0.6.6
25942026-05-14T15:05:12.280Z Checking toml_parser v1.0.9+spec-1.1.0
25952026-05-14T15:05:12.313Z Checking itertools v0.13.0
25962026-05-14T15:05:12.343Z Checking serde_with v3.17.0
25972026-05-14T15:05:12.356Z Checking strum v0.26.3
25982026-05-14T15:05:12.359Z Checking fs-err v3.3.0
25992026-05-14T15:05:12.465Z Checking ahash v0.8.12
26002026-05-14T15:05:12.549Z Checking object v0.37.3
26012026-05-14T15:05:12.601Z Checking tokio-stream v0.1.18
26022026-05-14T15:05:12.658Z Checking buf-list v1.1.2
26032026-05-14T15:05:12.670Z Checking camino v1.2.2
26042026-05-14T15:05:12.829Z Checking anyhow v1.0.102
26052026-05-14T15:05:12.841Z Checking x509-cert v0.2.5
26062026-05-14T15:05:12.916Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26072026-05-14T15:05:12.944Z Checking openapiv3 v2.2.0
26082026-05-14T15:05:12.979Z Checking toml_datetime v0.7.5+spec-1.1.0
26092026-05-14T15:05:13.021Z Checking sha1 v0.10.6
26102026-05-14T15:05:13.170Z Checking peg-runtime v0.8.5
26112026-05-14T15:05:13.175Z Checking lalrpop-util v0.19.12
26122026-05-14T15:05:13.195Z Checking rayon v1.11.0
26132026-05-14T15:05:13.311Z Checking sigpipe v0.1.3
26142026-05-14T15:05:13.327Z Checking glob v0.3.3
26152026-05-14T15:05:14.746Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26162026-05-14T15:05:15.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.88s
26172026-05-14T15:05:15.191Z
26182026-05-14T15:05:15.191Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26192026-05-14T15:05:15.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202026-05-14T15:05:15.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212026-05-14T15:05:15.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222026-05-14T15:05:15.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26232026-05-14T15:05:15.786Z
26242026-05-14T15:05:15.786Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26252026-05-14T15:05:16.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-05-14T15:05:16.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-05-14T15:05:16.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-05-14T15:05:16.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26292026-05-14T15:05:16.375Z
26302026-05-14T15:05:16.375Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26312026-05-14T15:05:16.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-05-14T15:05:16.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-05-14T15:05:16.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-05-14T15:05:16.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26352026-05-14T15:05:16.979Z
26362026-05-14T15:05:16.979Zinfo: running `cargo check --bins` on oxql-types (80/276)
26372026-05-14T15:05:17.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-14T15:05:17.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-14T15:05:17.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-05-14T15:05:17.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26412026-05-14T15:05:17.569Z
26422026-05-14T15:05:17.569Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26432026-05-14T15:05:18.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-05-14T15:05:18.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-05-14T15:05:18.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-05-14T15:05:18.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26472026-05-14T15:05:18.160Z
26482026-05-14T15:05:18.160Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26492026-05-14T15:05:18.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-05-14T15:05:18.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-05-14T15:05:18.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-05-14T15:05:18.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26532026-05-14T15:05:18.764Z
26542026-05-14T15:05:18.764Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26552026-05-14T15:05:19.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-05-14T15:05:19.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-05-14T15:05:19.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-05-14T15:05:19.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26592026-05-14T15:05:19.343Z
26602026-05-14T15:05:19.343Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26612026-05-14T15:05:19.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-05-14T15:05:19.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-05-14T15:05:20.027Z Compiling structmeta-derive v0.3.0
26642026-05-14T15:05:20.143Z Compiling rustls v0.22.4
26652026-05-14T15:05:20.153Z Compiling multer v3.1.0
26662026-05-14T15:05:20.162Z Compiling async-stream-impl v0.3.6
26672026-05-14T15:05:20.162Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26682026-05-14T15:05:20.184Z Compiling dropshot v0.17.0
26692026-05-14T15:05:20.199Z Compiling newtype-uuid-macros v0.1.0
26702026-05-14T15:05:20.199Z Compiling dropshot_endpoint v0.17.0
26712026-05-14T15:05:20.317Z Checking newtype-uuid v1.3.2
26722026-05-14T15:05:20.379Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26732026-05-14T15:05:20.437Z Checking rustls-webpki v0.102.8
26742026-05-14T15:05:20.513Z Checking daft v0.1.5
26752026-05-14T15:05:20.539Z Checking thread_local v1.1.9
26762026-05-14T15:05:20.702Z Checking compression-core v0.4.31
26772026-05-14T15:05:20.732Z Checking match_cfg v0.1.0
26782026-05-14T15:05:20.747Z Checking iddqd v0.3.18
26792026-05-14T15:05:20.769Z Checking crossbeam-channel v0.5.15
26802026-05-14T15:05:20.797Z Checking hostname v0.3.1
26812026-05-14T15:05:20.823Z Checking compression-codecs v0.4.37
26822026-05-14T15:05:20.891Z Checking slog-json v2.6.1
26832026-05-14T15:05:20.957Z Checking serde_spanned v1.0.4
26842026-05-14T15:05:20.984Z Checking is-terminal v0.4.17
26852026-05-14T15:05:21.043Z Checking toml_datetime v1.0.0+spec-1.1.0
26862026-05-14T15:05:21.074Z Checking term v1.2.1
26872026-05-14T15:05:21.087Z Checking toml_writer v1.0.6+spec-1.1.0
26882026-05-14T15:05:21.101Z Checking debug-ignore v1.0.5
26892026-05-14T15:05:21.186Z Compiling structmeta v0.3.0
26902026-05-14T15:05:21.200Z Checking take_mut v0.2.2
26912026-05-14T15:05:21.244Z Checking slog-bunyan v2.5.0
26922026-05-14T15:05:21.259Z Checking toml v1.0.6+spec-1.1.0
26932026-05-14T15:05:21.290Z Checking slog-term v2.9.2
26942026-05-14T15:05:21.303Z Checking slog-async v2.8.0
26952026-05-14T15:05:21.353Z Checking async-compression v0.4.41
26962026-05-14T15:05:21.401Z Compiling derive-ex v0.1.8
26972026-05-14T15:05:21.468Z Compiling parse-display-derive v0.10.0
26982026-05-14T15:05:21.541Z Checking async-stream v0.3.6
26992026-05-14T15:05:21.597Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27002026-05-14T15:05:21.611Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27012026-05-14T15:05:21.665Z Checking progenitor-client v0.14.0
27022026-05-14T15:05:21.683Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27032026-05-14T15:05:21.819Z Checking waitgroup v0.1.2
27042026-05-14T15:05:21.822Z Checking backon v1.6.0
27052026-05-14T15:05:21.887Z Checking rustls-pemfile v2.2.0
27062026-05-14T15:05:21.918Z Checking serde_path_to_error v0.1.20
27072026-05-14T15:05:21.948Z Checking hostname v0.4.2
27082026-05-14T15:05:21.993Z Checking instant v0.1.13
27092026-05-14T15:05:22.077Z Checking backoff v0.4.0
27102026-05-14T15:05:22.203Z Checking progenitor-extras v0.2.0
27112026-05-14T15:05:22.229Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27122026-05-14T15:05:22.243Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27132026-05-14T15:05:22.246Z Checking tokio-rustls v0.25.0
27142026-05-14T15:05:22.435Z Checking itertools v0.14.0
27152026-05-14T15:05:22.449Z Checking progenitor-client v0.10.0
27162026-05-14T15:05:22.600Z Checking regress v0.10.5
27172026-05-14T15:05:22.657Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27182026-05-14T15:05:22.885Z Checking macaddr v1.0.1
27192026-05-14T15:05:23.076Z Compiling test-strategy v0.4.5
27202026-05-14T15:05:23.136Z Checking parse-display v0.10.0
27212026-05-14T15:05:24.211Z Compiling prettyplease v0.2.37
27222026-05-14T15:05:24.562Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27232026-05-14T15:05:24.645Z Checking num-rational v0.4.2
27242026-05-14T15:05:24.930Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27252026-05-14T15:05:25.136Z Checking num-complex v0.4.6
27262026-05-14T15:05:25.777Z Checking num v0.4.3
27272026-05-14T15:05:25.856Z Compiling usdt-macro v0.5.0
27282026-05-14T15:05:25.871Z Compiling usdt-attr-macro v0.5.0
27292026-05-14T15:05:25.920Z Checking memmap v0.7.0
27302026-05-14T15:05:25.952Z Checking float-ord v0.3.2
27312026-05-14T15:05:26.048Z Compiling convert_case v0.4.0
27322026-05-14T15:05:26.061Z Checking unicode-width v0.2.0
27332026-05-14T15:05:26.309Z Checking console v0.15.11
27342026-05-14T15:05:26.415Z Compiling derive_more v0.99.20
27352026-05-14T15:05:26.576Z Checking newline-converter v0.3.0
27362026-05-14T15:05:26.588Z Checking atomicwrites v0.4.4
27372026-05-14T15:05:26.620Z Checking usdt v0.5.0
27382026-05-14T15:05:26.682Z Compiling toml v0.8.23
27392026-05-14T15:05:26.713Z Checking linked-hash-map v0.5.6
27402026-05-14T15:05:26.785Z Compiling minimal-lexical v0.2.1
27412026-05-14T15:05:26.881Z Checking lru-cache v0.1.2
27422026-05-14T15:05:27.002Z Compiling nom v7.1.3
27432026-05-14T15:05:27.039Z Checking expectorate v1.2.0
27442026-05-14T15:05:27.577Z Checking camino-tempfile v1.4.1
27452026-05-14T15:05:27.678Z Checking hickory-proto v0.24.4
27462026-05-14T15:05:27.741Z Checking phf_shared v0.12.1
27472026-05-14T15:05:27.882Z Compiling slog-dtrace v0.3.0
27482026-05-14T15:05:28.026Z Compiling chrono-tz v0.10.4
27492026-05-14T15:05:28.072Z Checking resolv-conf v0.7.6
27502026-05-14T15:05:28.205Z Checking heck v0.5.0
27512026-05-14T15:05:28.309Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27522026-05-14T15:05:28.322Z Compiling const_format_proc_macros v0.2.34
27532026-05-14T15:05:28.334Z Checking phf v0.12.1
27542026-05-14T15:05:28.474Z Checking tokio-dtrace v0.1.1
27552026-05-14T15:05:28.490Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-05-14T15:05:28.691Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27572026-05-14T15:05:28.812Z Compiling derive-where v1.6.0
27582026-05-14T15:05:28.950Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27592026-05-14T15:05:29.223Z Checking highway v1.3.0
27602026-05-14T15:05:29.457Z Checking const_format v0.2.35
27612026-05-14T15:05:29.530Z Checking hickory-resolver v0.24.4
27622026-05-14T15:05:29.701Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27632026-05-14T15:05:29.944Z Checking oxide-tokio-rt v0.1.4
27642026-05-14T15:05:30.095Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27652026-05-14T15:05:30.180Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27662026-05-14T15:05:30.191Z Checking gethostname v0.5.0
27672026-05-14T15:05:30.263Z Checking qorb v0.4.1
27682026-05-14T15:05:30.286Z Checking bcs v0.1.6
27692026-05-14T15:05:30.293Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27702026-05-14T15:05:30.356Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27712026-05-14T15:05:30.371Z Checking termtree v0.5.1
27722026-05-14T15:05:33.757Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27732026-05-14T15:05:36.498Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27742026-05-14T15:05:38.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.27s
27752026-05-14T15:05:38.801Z
27762026-05-14T15:05:38.801Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27772026-05-14T15:05:39.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782026-05-14T15:05:39.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792026-05-14T15:05:39.495Z Compiling ar_archive_writer v0.5.1
27802026-05-14T15:05:39.606Z Compiling stacker v0.1.23
27812026-05-14T15:05:39.617Z Compiling cfg_aliases v0.1.1
27822026-05-14T15:05:39.624Z Compiling convert_case v0.10.0
27832026-05-14T15:05:39.631Z Checking unicode-width v0.1.14
27842026-05-14T15:05:39.641Z Compiling proc-macro-error v1.0.4
27852026-05-14T15:05:39.653Z Checking fd-lock v4.0.4
27862026-05-14T15:05:39.653Z Checking nibble_vec v0.1.0
27872026-05-14T15:05:39.676Z Compiling nix v0.28.0
27882026-05-14T15:05:39.768Z Checking vte v0.14.1
27892026-05-14T15:05:39.780Z Compiling recursive-proc-macro-impl v0.1.1
27902026-05-14T15:05:39.859Z Checking bytecount v0.6.9
27912026-05-14T15:05:39.872Z Checking endian-type v0.1.2
27922026-05-14T15:05:39.914Z Checking strip-ansi-escapes v0.2.1
27932026-05-14T15:05:39.925Z Compiling derive_more-impl v2.1.1
27942026-05-14T15:05:39.938Z Compiling tabled_derive v0.7.0
27952026-05-14T15:05:39.954Z Checking papergrid v0.11.0
27962026-05-14T15:05:39.988Z Checking radix_trie v0.2.1
27972026-05-14T15:05:40.030Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27982026-05-14T15:05:40.166Z Compiling peg-macros v0.8.5
27992026-05-14T15:05:40.188Z Checking winnow v0.6.26
28002026-05-14T15:05:40.431Z Compiling psm v0.1.30
28012026-05-14T15:05:40.507Z Compiling sqlparser_derive v0.5.0
28022026-05-14T15:05:40.557Z Checking nu-ansi-term v0.50.3
28032026-05-14T15:05:40.710Z Checking derive_more v2.1.1
28042026-05-14T15:05:40.762Z Checking unicode_categories v0.1.1
28052026-05-14T15:05:40.788Z Checking home v0.5.12
28062026-05-14T15:05:40.879Z Checking tabled v0.15.0
28072026-05-14T15:05:40.892Z Checking crossterm v0.29.0
28082026-05-14T15:05:40.915Z Checking reedline v0.40.0
28092026-05-14T15:05:40.980Z Checking rustyline v14.0.0
28102026-05-14T15:05:41.191Z Checking recursive v0.1.1
28112026-05-14T15:05:41.283Z Checking sqlparser v0.61.0
28122026-05-14T15:05:41.299Z Checking display-error-chain v0.2.2
28132026-05-14T15:05:41.323Z Checking sqlformat v0.3.5
28142026-05-14T15:05:41.522Z Checking peg v0.8.5
28152026-05-14T15:05:52.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
28162026-05-14T15:05:52.590Z
28172026-05-14T15:05:52.590Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28182026-05-14T15:05:53.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192026-05-14T15:05:53.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202026-05-14T15:05:53.262Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28212026-05-14T15:05:56.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28222026-05-14T15:05:56.871Z
28232026-05-14T15:05:56.871Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28242026-05-14T15:05:57.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252026-05-14T15:05:57.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262026-05-14T15:05:57.545Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28272026-05-14T15:06:00.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
28282026-05-14T15:06:00.187Z
28292026-05-14T15:06:00.187Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28302026-05-14T15:06:00.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312026-05-14T15:06:00.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322026-05-14T15:06:00.864Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28332026-05-14T15:06:04.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28342026-05-14T15:06:04.298Z
28352026-05-14T15:06:04.298Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28362026-05-14T15:06:04.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-05-14T15:06:04.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-05-14T15:06:04.970Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28392026-05-14T15:06:08.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28402026-05-14T15:06:08.427Z
28412026-05-14T15:06:08.427Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28422026-05-14T15:06:08.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432026-05-14T15:06:08.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442026-05-14T15:06:09.109Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28452026-05-14T15:06:11.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28462026-05-14T15:06:11.883Z
28472026-05-14T15:06:11.883Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28482026-05-14T15:06:12.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-05-14T15:06:12.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-05-14T15:06:12.555Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28512026-05-14T15:06:15.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28522026-05-14T15:06:15.365Z
28532026-05-14T15:06:15.365Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28542026-05-14T15:06:15.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-05-14T15:06:15.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-05-14T15:06:16.036Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28572026-05-14T15:06:19.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28582026-05-14T15:06:19.616Z
28592026-05-14T15:06:19.616Zinfo: running `cargo check --bins` on oximeter (93/276)
28602026-05-14T15:06:20.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-05-14T15:06:20.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-05-14T15:06:20.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632026-05-14T15:06:20.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28642026-05-14T15:06:20.211Z
28652026-05-14T15:06:20.211Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28662026-05-14T15:06:20.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-05-14T15:06:20.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-05-14T15:06:20.847Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28692026-05-14T15:06:21.009Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28702026-05-14T15:06:21.013Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28712026-05-14T15:06:21.347Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28722026-05-14T15:06:24.230Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28732026-05-14T15:06:25.430Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28742026-05-14T15:06:25.592Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28752026-05-14T15:06:26.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.04s
28762026-05-14T15:06:26.444Z
28772026-05-14T15:06:26.444Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28782026-05-14T15:06:26.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792026-05-14T15:06:26.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802026-05-14T15:06:26.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28812026-05-14T15:06:26.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28822026-05-14T15:06:27.044Z
28832026-05-14T15:06:27.044Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28842026-05-14T15:06:27.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852026-05-14T15:06:27.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862026-05-14T15:06:27.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28872026-05-14T15:06:27.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28882026-05-14T15:06:27.679Z
28892026-05-14T15:06:27.679Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28902026-05-14T15:06:28.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912026-05-14T15:06:28.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922026-05-14T15:06:28.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28932026-05-14T15:06:28.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28942026-05-14T15:06:28.284Z
28952026-05-14T15:06:28.284Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
28962026-05-14T15:06:28.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972026-05-14T15:06:28.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982026-05-14T15:06:28.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28992026-05-14T15:06:28.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29002026-05-14T15:06:28.887Z
29012026-05-14T15:06:28.887Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29022026-05-14T15:06:29.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032026-05-14T15:06:29.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042026-05-14T15:06:29.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052026-05-14T15:06:29.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29062026-05-14T15:06:29.495Z
29072026-05-14T15:06:29.495Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29082026-05-14T15:06:30.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092026-05-14T15:06:30.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102026-05-14T15:06:30.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112026-05-14T15:06:30.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29122026-05-14T15:06:30.095Z
29132026-05-14T15:06:30.095Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29142026-05-14T15:06:30.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152026-05-14T15:06:30.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162026-05-14T15:06:30.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172026-05-14T15:06:30.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29182026-05-14T15:06:30.680Z
29192026-05-14T15:06:30.680Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29202026-05-14T15:06:31.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212026-05-14T15:06:31.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222026-05-14T15:06:31.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232026-05-14T15:06:31.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29242026-05-14T15:06:31.286Z
29252026-05-14T15:06:31.286Zinfo: running `cargo check --bins` on update-engine (103/276)
29262026-05-14T15:06:31.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272026-05-14T15:06:31.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282026-05-14T15:06:31.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292026-05-14T15:06:31.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29302026-05-14T15:06:31.875Z
29312026-05-14T15:06:31.875Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29322026-05-14T15:06:32.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332026-05-14T15:06:32.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342026-05-14T15:06:32.593Z Compiling crucible-workspace-hack v0.1.0
29352026-05-14T15:06:32.710Z Checking secrecy v0.10.3
29362026-05-14T15:06:32.718Z Compiling heapless v0.8.0
29372026-05-14T15:06:32.724Z Compiling ingot-macros v0.1.1
29382026-05-14T15:06:32.732Z Compiling toml_edit v0.23.10+spec-1.0.0
29392026-05-14T15:06:32.735Z Checking hash32 v0.3.1
29402026-05-14T15:06:32.754Z Compiling smoltcp v0.11.0
29412026-05-14T15:06:32.757Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29422026-05-14T15:06:32.812Z Checking cobs v0.3.0
29432026-05-14T15:06:32.857Z Compiling thiserror-impl-no-std v2.0.2
29442026-05-14T15:06:32.950Z Checking universal-hash v0.5.1
29452026-05-14T15:06:32.962Z Checking half v2.7.1
29462026-05-14T15:06:33.002Z Checking ciborium-io v0.2.2
29472026-05-14T15:06:33.069Z Checking opaque-debug v0.3.1
29482026-05-14T15:06:33.095Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29492026-05-14T15:06:33.134Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29502026-05-14T15:06:33.137Z Checking poly1305 v0.8.0
29512026-05-14T15:06:33.208Z Checking ciborium-ll v0.2.2
29522026-05-14T15:06:33.269Z Compiling proc-macro-crate v3.4.0
29532026-05-14T15:06:33.403Z Checking postcard v1.1.3
29542026-05-14T15:06:33.416Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29552026-05-14T15:06:33.430Z Checking password-hash v0.5.0
29562026-05-14T15:06:33.656Z Checking chacha20 v0.9.1
29572026-05-14T15:06:33.681Z Compiling proc-macro-crate v1.3.1
29582026-05-14T15:06:33.701Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29592026-05-14T15:06:33.779Z Checking blake2 v0.10.6
29602026-05-14T15:06:33.827Z Compiling num_enum_derive v0.7.5
29612026-05-14T15:06:33.852Z Checking aead v0.5.2
29622026-05-14T15:06:33.938Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29632026-05-14T15:06:33.994Z Compiling foreign-types-macros v0.2.3
29642026-05-14T15:06:34.025Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29652026-05-14T15:06:34.053Z Checking thiserror-no-std v2.0.2
29662026-05-14T15:06:34.099Z Checking foreign-types-shared v0.3.1
29672026-05-14T15:06:34.139Z Checking cpufeatures v0.3.0
29682026-05-14T15:06:34.153Z Checking vsss-rs v3.3.4
29692026-05-14T15:06:34.187Z Compiling num_enum_derive v0.5.11
29702026-05-14T15:06:34.211Z Checking chacha20 v0.10.0
29712026-05-14T15:06:34.259Z Checking argon2 v0.5.3
29722026-05-14T15:06:34.437Z Checking chacha20poly1305 v0.10.1
29732026-05-14T15:06:34.561Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29742026-05-14T15:06:34.576Z Checking foreign-types v0.5.0
29752026-05-14T15:06:34.650Z Checking ciborium v0.2.2
29762026-05-14T15:06:34.743Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29772026-05-14T15:06:34.804Z Checking tabwriter v1.4.1
29782026-05-14T15:06:34.853Z Checking num_enum v0.7.5
29792026-05-14T15:06:34.946Z Checking byte-wrapper v0.1.0
29802026-05-14T15:06:34.966Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29812026-05-14T15:06:35.024Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29822026-05-14T15:06:35.061Z Checking cstr-argument v0.1.2
29832026-05-14T15:06:35.150Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29842026-05-14T15:06:35.182Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29852026-05-14T15:06:35.199Z Checking num_enum v0.5.11
29862026-05-14T15:06:35.242Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29872026-05-14T15:06:35.312Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29882026-05-14T15:06:35.350Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29892026-05-14T15:06:35.364Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29902026-05-14T15:06:35.387Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29912026-05-14T15:06:35.464Z Checking rand v0.10.0
29922026-05-14T15:06:35.492Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29932026-05-14T15:06:35.507Z Checking colored v3.1.1
29942026-05-14T15:06:35.536Z Checking ingot-types v0.1.2
29952026-05-14T15:06:35.560Z Checking indent_write v2.2.0
29962026-05-14T15:06:35.692Z Compiling zone_cfg_derive v0.3.1
29972026-05-14T15:06:35.707Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29982026-05-14T15:06:35.793Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29992026-05-14T15:06:35.876Z Checking itertools v0.12.1
30002026-05-14T15:06:35.890Z Checking ingot v0.1.1
30012026-05-14T15:06:35.924Z Compiling num-derive v0.4.2
30022026-05-14T15:06:35.965Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30032026-05-14T15:06:36.020Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30042026-05-14T15:06:36.118Z Checking swrite v0.1.0
30052026-05-14T15:06:36.147Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30062026-05-14T15:06:36.236Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30072026-05-14T15:06:36.329Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30082026-05-14T15:06:36.356Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30092026-05-14T15:06:36.380Z Checking dropshot-api-manager-types v0.7.1
30102026-05-14T15:06:36.441Z Checking smf v0.2.3
30112026-05-14T15:06:36.458Z Checking nanorand v0.7.0
30122026-05-14T15:06:36.551Z Checking whoami v1.6.1
30132026-05-14T15:06:36.656Z Checking flume v0.11.1
30142026-05-14T15:06:36.666Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30152026-05-14T15:06:36.840Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30162026-05-14T15:06:36.884Z Checking zone v0.3.1
30172026-05-14T15:06:37.422Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30182026-05-14T15:06:38.372Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30192026-05-14T15:06:39.270Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-05-14T15:06:42.315Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30212026-05-14T15:06:44.365Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30222026-05-14T15:06:45.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s
30232026-05-14T15:06:45.665Z
30242026-05-14T15:06:45.665Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30252026-05-14T15:06:46.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-05-14T15:06:46.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-05-14T15:06:46.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-05-14T15:06:46.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30292026-05-14T15:06:46.266Z
30302026-05-14T15:06:46.266Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30312026-05-14T15:06:46.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-05-14T15:06:46.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-05-14T15:06:46.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-05-14T15:06:46.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30352026-05-14T15:06:46.866Z
30362026-05-14T15:06:46.866Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30372026-05-14T15:06:47.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-05-14T15:06:47.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-05-14T15:06:47.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-05-14T15:06:47.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30412026-05-14T15:06:47.472Z
30422026-05-14T15:06:47.472Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30432026-05-14T15:06:47.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-05-14T15:06:47.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-05-14T15:06:47.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-05-14T15:06:47.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30472026-05-14T15:06:48.076Z
30482026-05-14T15:06:48.077Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30492026-05-14T15:06:48.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-05-14T15:06:48.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-05-14T15:06:48.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-05-14T15:06:48.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30532026-05-14T15:06:48.678Z
30542026-05-14T15:06:48.678Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30552026-05-14T15:06:49.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-05-14T15:06:49.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-05-14T15:06:49.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-05-14T15:06:49.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30592026-05-14T15:06:49.279Z
30602026-05-14T15:06:49.280Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30612026-05-14T15:06:49.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-05-14T15:06:49.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-05-14T15:06:49.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-05-14T15:06:49.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30652026-05-14T15:06:49.884Z
30662026-05-14T15:06:49.884Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30672026-05-14T15:06:50.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-05-14T15:06:50.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-05-14T15:06:50.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-05-14T15:06:50.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30712026-05-14T15:06:50.476Z
30722026-05-14T15:06:50.476Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30732026-05-14T15:06:50.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-05-14T15:06:50.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-05-14T15:06:50.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-05-14T15:06:50.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30772026-05-14T15:06:51.080Z
30782026-05-14T15:06:51.080Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30792026-05-14T15:06:51.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-05-14T15:06:51.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-05-14T15:06:51.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-05-14T15:06:51.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30832026-05-14T15:06:51.677Z
30842026-05-14T15:06:51.677Zinfo: running `cargo check --bins` on installinator-client (115/276)
30852026-05-14T15:06:52.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-05-14T15:06:52.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-05-14T15:06:52.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-05-14T15:06:52.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30892026-05-14T15:06:52.279Z
30902026-05-14T15:06:52.279Zinfo: running `cargo check --bins` on nexus-client (116/276)
30912026-05-14T15:06:52.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-05-14T15:06:52.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-05-14T15:06:52.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-05-14T15:06:52.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30952026-05-14T15:06:52.917Z
30962026-05-14T15:06:52.917Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
30972026-05-14T15:06:53.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-05-14T15:06:53.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-05-14T15:06:53.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-05-14T15:06:53.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31012026-05-14T15:06:53.565Z
31022026-05-14T15:06:53.565Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31032026-05-14T15:06:54.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-05-14T15:06:54.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-05-14T15:06:54.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-05-14T15:06:54.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31072026-05-14T15:06:54.146Z
31082026-05-14T15:06:54.146Zinfo: running `cargo check --bins` on oxide-client (119/276)
31092026-05-14T15:06:54.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-05-14T15:06:54.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-05-14T15:06:54.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-05-14T15:06:54.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31132026-05-14T15:06:54.738Z
31142026-05-14T15:06:54.738Zinfo: running `cargo check --bins` on oximeter-client (120/276)
31152026-05-14T15:06:55.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-05-14T15:06:55.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-05-14T15:06:55.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-05-14T15:06:55.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31192026-05-14T15:06:55.340Z
31202026-05-14T15:06:55.340Zinfo: running `cargo check --bins` on repo-depot-client (121/276)
31212026-05-14T15:06:55.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-05-14T15:06:55.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-05-14T15:06:55.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-05-14T15:06:55.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31252026-05-14T15:06:55.925Z
31262026-05-14T15:06:55.925Zinfo: running `cargo check --bins` on sled-agent-client (122/276)
31272026-05-14T15:06:56.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-05-14T15:06:56.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-05-14T15:06:56.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-05-14T15:06:56.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31312026-05-14T15:06:56.538Z
31322026-05-14T15:06:56.538Zinfo: running `cargo check --bins` on wicketd-client (123/276)
31332026-05-14T15:06:57.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-05-14T15:06:57.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-05-14T15:06:57.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-05-14T15:06:57.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31372026-05-14T15:06:57.160Z
31382026-05-14T15:06:57.160Zinfo: running `cargo check --bins` on installinator-common (124/276)
31392026-05-14T15:06:57.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-05-14T15:06:57.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-05-14T15:06:57.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-05-14T15:06:57.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31432026-05-14T15:06:57.786Z
31442026-05-14T15:06:57.786Zinfo: running `cargo check --bins` on installinator-common-versions (125/276)
31452026-05-14T15:06:58.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-05-14T15:06:58.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-05-14T15:06:58.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-05-14T15:06:58.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31492026-05-14T15:06:58.369Z
31502026-05-14T15:06:58.369Zinfo: running `cargo check --bins` on wicket-common (126/276)
31512026-05-14T15:06:58.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-05-14T15:06:58.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-05-14T15:06:58.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-05-14T15:06:58.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31552026-05-14T15:06:58.983Z
31562026-05-14T15:06:58.983Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/276)
31572026-05-14T15:06:59.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-05-14T15:06:59.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-05-14T15:06:59.682Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31602026-05-14T15:06:59.797Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31612026-05-14T15:06:59.804Z Checking csv-core v0.1.13
31622026-05-14T15:06:59.811Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31632026-05-14T15:06:59.818Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31642026-05-14T15:06:59.828Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31652026-05-14T15:06:59.839Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31662026-05-14T15:06:59.849Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31672026-05-14T15:06:59.956Z Checking csv v1.4.0
31682026-05-14T15:06:59.973Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31692026-05-14T15:07:00.030Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31702026-05-14T15:07:00.049Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31712026-05-14T15:07:00.281Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31722026-05-14T15:07:00.644Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31732026-05-14T15:07:00.646Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31742026-05-14T15:07:00.982Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31752026-05-14T15:07:06.745Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31762026-05-14T15:07:07.273Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31772026-05-14T15:07:09.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.62s
31782026-05-14T15:07:09.799Z
31792026-05-14T15:07:09.799Zinfo: running `cargo check --bins` on cockroach-admin-api (128/276)
31802026-05-14T15:07:10.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-05-14T15:07:10.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-05-14T15:07:10.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-05-14T15:07:10.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31842026-05-14T15:07:10.406Z
31852026-05-14T15:07:10.406Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/276)
31862026-05-14T15:07:10.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-05-14T15:07:10.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-05-14T15:07:10.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-05-14T15:07:10.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31902026-05-14T15:07:11.097Z
31912026-05-14T15:07:11.097Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/276)
31922026-05-14T15:07:11.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-05-14T15:07:11.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-05-14T15:07:11.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-05-14T15:07:11.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31962026-05-14T15:07:11.791Z
31972026-05-14T15:07:11.791Zinfo: running `cargo check --bins` on gateway-test-utils (131/276)
31982026-05-14T15:07:12.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-05-14T15:07:12.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-05-14T15:07:12.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-05-14T15:07:12.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32022026-05-14T15:07:12.454Z
32032026-05-14T15:07:12.454Zinfo: running `cargo check --bins` on omicron-gateway (132/276)
32042026-05-14T15:07:13.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-05-14T15:07:13.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-05-14T15:07:13.226Z Compiling regress v0.11.1
32072026-05-14T15:07:13.363Z Compiling unsafe-libyaml v0.2.11
32082026-05-14T15:07:13.376Z Compiling semver v0.1.20
32092026-05-14T15:07:13.387Z Compiling radium v0.7.0
32102026-05-14T15:07:13.401Z Compiling maybe-uninit v2.0.0
32112026-05-14T15:07:13.411Z Checking tap v1.0.1
32122026-05-14T15:07:13.428Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-05-14T15:07:13.512Z Checking wyz v0.5.1
32142026-05-14T15:07:13.659Z Compiling rustc_version v0.1.7
32152026-05-14T15:07:13.697Z Checking progenitor-client v0.13.0
32162026-05-14T15:07:13.718Z Compiling zerocopy-derive v0.6.6
32172026-05-14T15:07:13.857Z Compiling cancel-safe-futures v0.1.5
32182026-05-14T15:07:13.880Z Compiling serde_yaml v0.9.34+deprecated
32192026-05-14T15:07:13.946Z Compiling newtype_derive v0.1.6
32202026-05-14T15:07:14.068Z Checking crc-catalog v2.4.0
32212026-05-14T15:07:14.093Z Compiling owo-colors v4.3.0
32222026-05-14T15:07:14.158Z Checking funty v2.0.0
32232026-05-14T15:07:14.161Z Compiling packed_struct v0.10.1
32242026-05-14T15:07:14.469Z Checking crc v3.4.0
32252026-05-14T15:07:14.488Z Checking bitvec v1.0.1
32262026-05-14T15:07:14.546Z Checking zerocopy v0.6.6
32272026-05-14T15:07:14.589Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32282026-05-14T15:07:14.636Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-05-14T15:07:14.793Z Checking typify-impl v0.6.2
32302026-05-14T15:07:14.845Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32312026-05-14T15:07:14.969Z Compiling packed_struct_codegen v0.10.1
32322026-05-14T15:07:15.092Z Checking libsw-core v0.3.2
32332026-05-14T15:07:15.121Z Compiling bitfield-macros v0.19.4
32342026-05-14T15:07:15.242Z Compiling indexmap v1.9.3
32352026-05-14T15:07:15.343Z Checking nodrop v0.1.14
32362026-05-14T15:07:15.435Z Checking array-init v0.0.4
32372026-05-14T15:07:15.471Z Checking libsw v3.5.0
32382026-05-14T15:07:15.624Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32392026-05-14T15:07:15.737Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32402026-05-14T15:07:15.787Z Checking smallvec v0.6.14
32412026-05-14T15:07:15.829Z Checking bitfield v0.19.4
32422026-05-14T15:07:15.912Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32432026-05-14T15:07:16.060Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32442026-05-14T15:07:16.106Z Checking smawk v0.3.2
32452026-05-14T15:07:16.177Z Checking hashbrown v0.12.3
32462026-05-14T15:07:16.193Z Checking tagptr v0.2.0
32472026-05-14T15:07:16.233Z Checking linear-map v1.2.0
32482026-05-14T15:07:16.335Z Checking unicode-linebreak v0.1.5
32492026-05-14T15:07:16.339Z Checking base64 v0.21.7
32502026-05-14T15:07:16.401Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32512026-05-14T15:07:16.561Z Checking textwrap v0.16.2
32522026-05-14T15:07:16.576Z Checking ron v0.8.1
32532026-05-14T15:07:16.576Z Checking moka v0.12.13
32542026-05-14T15:07:16.580Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32552026-05-14T15:07:16.616Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32562026-05-14T15:07:16.768Z Checking steno v0.4.1
32572026-05-14T15:07:16.930Z Checking serde-hex v0.1.0
32582026-05-14T15:07:17.079Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32592026-05-14T15:07:17.093Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32602026-05-14T15:07:17.234Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32612026-05-14T15:07:17.250Z Checking hashbrown v0.13.2
32622026-05-14T15:07:17.388Z Checking crc-any v2.5.0
32632026-05-14T15:07:17.569Z Checking humantime v2.3.0
32642026-05-14T15:07:17.672Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32652026-05-14T15:07:17.751Z Checking object v0.30.4
32662026-05-14T15:07:17.767Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32672026-05-14T15:07:17.792Z Checking hickory-resolver v0.25.2
32682026-05-14T15:07:17.885Z Checking void v1.0.2
32692026-05-14T15:07:17.901Z Checking utf-8 v0.7.6
32702026-05-14T15:07:17.927Z Checking half v1.8.3
32712026-05-14T15:07:17.993Z Checking path-slash v0.1.5
32722026-05-14T15:07:18.037Z Checking tungstenite v0.23.0
32732026-05-14T15:07:18.097Z Checking lzss v0.8.2
32742026-05-14T15:07:18.121Z Checking serde_cbor v0.11.2
32752026-05-14T15:07:18.411Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32762026-05-14T15:07:18.425Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32772026-05-14T15:07:18.449Z Checking nix v0.27.1
32782026-05-14T15:07:18.495Z Checking kstat-rs v0.2.4
32792026-05-14T15:07:18.509Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32802026-05-14T15:07:18.566Z Checking fxhash v0.2.1
32812026-05-14T15:07:18.670Z Checking serde_bytes v0.11.19
32822026-05-14T15:07:18.693Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32832026-05-14T15:07:18.709Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32842026-05-14T15:07:18.847Z Checking tokio-tungstenite v0.23.1
32852026-05-14T15:07:18.963Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32862026-05-14T15:07:18.994Z Checking signal-hook-tokio v0.3.1
32872026-05-14T15:07:19.301Z Compiling typify-macro v0.6.2
32882026-05-14T15:07:20.064Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32892026-05-14T15:07:20.433Z Compiling typify v0.6.2
32902026-05-14T15:07:20.516Z Compiling progenitor-impl v0.13.0
32912026-05-14T15:07:20.516Z Compiling progenitor-impl v0.14.0
32922026-05-14T15:07:20.948Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
32932026-05-14T15:07:21.270Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
32942026-05-14T15:07:22.102Z Compiling progenitor-macro v0.13.0
32952026-05-14T15:07:22.134Z Compiling progenitor-macro v0.14.0
32962026-05-14T15:07:24.479Z Checking progenitor v0.13.0
32972026-05-14T15:07:24.608Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32982026-05-14T15:07:24.800Z Checking progenitor v0.14.0
32992026-05-14T15:07:24.916Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33002026-05-14T15:07:27.596Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33012026-05-14T15:07:35.272Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33022026-05-14T15:07:41.522Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33032026-05-14T15:07:42.886Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33042026-05-14T15:07:43.394Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33052026-05-14T15:07:45.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.01s
33062026-05-14T15:07:45.678Z
33072026-05-14T15:07:45.678Zinfo: running `cargo check --bins` on gateway-api (133/276)
33082026-05-14T15:07:46.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33092026-05-14T15:07:46.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33102026-05-14T15:07:46.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33112026-05-14T15:07:46.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33122026-05-14T15:07:46.288Z
33132026-05-14T15:07:46.288Zinfo: running `cargo check --bins` on ipcc (134/276)
33142026-05-14T15:07:46.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33152026-05-14T15:07:46.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33162026-05-14T15:07:46.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33172026-05-14T15:07:46.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33182026-05-14T15:07:46.896Z
33192026-05-14T15:07:46.896Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/276)
33202026-05-14T15:07:47.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33212026-05-14T15:07:47.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33222026-05-14T15:07:47.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33232026-05-14T15:07:47.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33242026-05-14T15:07:47.483Z
33252026-05-14T15:07:47.483Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/276)
33262026-05-14T15:07:47.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272026-05-14T15:07:47.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282026-05-14T15:07:47.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292026-05-14T15:07:47.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33302026-05-14T15:07:48.088Z
33312026-05-14T15:07:48.088Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/276)
33322026-05-14T15:07:48.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332026-05-14T15:07:48.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342026-05-14T15:07:48.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352026-05-14T15:07:48.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33362026-05-14T15:07:48.702Z
33372026-05-14T15:07:48.702Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/276)
33382026-05-14T15:07:49.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392026-05-14T15:07:49.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402026-05-14T15:07:49.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33412026-05-14T15:07:49.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33422026-05-14T15:07:49.312Z
33432026-05-14T15:07:49.312Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/276)
33442026-05-14T15:07:49.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-05-14T15:07:49.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-05-14T15:07:49.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-05-14T15:07:49.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33482026-05-14T15:07:49.927Z
33492026-05-14T15:07:49.927Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/276)
33502026-05-14T15:07:50.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-05-14T15:07:50.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-05-14T15:07:50.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-05-14T15:07:50.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33542026-05-14T15:07:50.535Z
33552026-05-14T15:07:50.535Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/276)
33562026-05-14T15:07:51.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-05-14T15:07:51.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-05-14T15:07:51.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-05-14T15:07:51.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33602026-05-14T15:07:51.141Z
33612026-05-14T15:07:51.141Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/276)
33622026-05-14T15:07:51.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-05-14T15:07:52.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-05-14T15:07:52.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-05-14T15:07:52.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33662026-05-14T15:07:52.659Z
33672026-05-14T15:07:52.659Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/276)
33682026-05-14T15:07:52.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-05-14T15:07:52.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-05-14T15:07:52.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-05-14T15:07:52.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33722026-05-14T15:07:52.660Z
33732026-05-14T15:07:52.660Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/276)
33742026-05-14T15:07:52.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-05-14T15:07:52.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-05-14T15:07:52.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-05-14T15:07:52.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33782026-05-14T15:07:52.961Z
33792026-05-14T15:07:52.961Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/276)
33802026-05-14T15:07:53.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-05-14T15:07:53.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-05-14T15:07:53.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-05-14T15:07:53.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33842026-05-14T15:07:53.570Z
33852026-05-14T15:07:53.570Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/276)
33862026-05-14T15:07:54.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-05-14T15:07:54.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-05-14T15:07:54.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-05-14T15:07:54.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33902026-05-14T15:07:54.181Z
33912026-05-14T15:07:54.181Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/276)
33922026-05-14T15:07:54.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-05-14T15:07:54.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-05-14T15:07:54.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-05-14T15:07:54.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33962026-05-14T15:07:54.788Z
33972026-05-14T15:07:54.788Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/276)
33982026-05-14T15:07:55.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-05-14T15:07:55.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-05-14T15:07:55.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-05-14T15:07:55.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34022026-05-14T15:07:55.392Z
34032026-05-14T15:07:55.392Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/276)
34042026-05-14T15:07:55.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-05-14T15:07:55.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-05-14T15:07:55.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-05-14T15:07:55.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34082026-05-14T15:07:56.004Z
34092026-05-14T15:07:56.004Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/276)
34102026-05-14T15:07:56.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-05-14T15:07:56.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-05-14T15:07:56.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-05-14T15:07:56.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34142026-05-14T15:07:56.599Z
34152026-05-14T15:07:56.599Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/276)
34162026-05-14T15:07:57.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-05-14T15:07:57.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-05-14T15:07:57.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-05-14T15:07:57.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34202026-05-14T15:07:57.198Z
34212026-05-14T15:07:57.198Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/276)
34222026-05-14T15:07:57.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-05-14T15:07:57.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-05-14T15:07:57.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-05-14T15:07:57.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34262026-05-14T15:07:57.796Z
34272026-05-14T15:07:57.797Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/276)
34282026-05-14T15:07:58.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-05-14T15:07:58.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-05-14T15:07:58.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-05-14T15:07:58.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34322026-05-14T15:07:58.395Z
34332026-05-14T15:07:58.395Zinfo: running `cargo check --bins` on oximeter-producer (154/276)
34342026-05-14T15:07:58.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-05-14T15:07:58.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-05-14T15:07:58.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-05-14T15:07:58.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34382026-05-14T15:07:59.026Z
34392026-05-14T15:07:59.026Zinfo: running `cargo check --bins` on internal-dns-resolver (155/276)
34402026-05-14T15:07:59.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-05-14T15:07:59.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-05-14T15:07:59.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-05-14T15:07:59.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34442026-05-14T15:07:59.631Z
34452026-05-14T15:07:59.631Zinfo: running `cargo check --bins` on dns-server (156/276)
34462026-05-14T15:08:00.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-05-14T15:08:00.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-05-14T15:08:00.284Z Compiling parking_lot_core v0.8.6
34492026-05-14T15:08:00.284Z Compiling atomicwrites v0.4.4
34502026-05-14T15:08:00.284Z Compiling git-stub v1.0.0
34512026-05-14T15:08:00.287Z Checking prefix-trie v0.7.0
34522026-05-14T15:08:00.287Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34532026-05-14T15:08:00.516Z Compiling git-stub-vcs v0.1.0
34542026-05-14T15:08:00.685Z Checking hickory-server v0.25.2
34552026-05-14T15:08:00.784Z Checking parking_lot v0.11.2
34562026-05-14T15:08:00.787Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34572026-05-14T15:08:00.881Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34582026-05-14T15:08:00.881Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34592026-05-14T15:08:00.952Z Checking sled v0.34.7
34602026-05-14T15:08:02.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
34612026-05-14T15:08:03.024Z
34622026-05-14T15:08:03.024Zinfo: running `cargo check --bins` on dns-server-api (157/276)
34632026-05-14T15:08:03.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-05-14T15:08:03.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-05-14T15:08:03.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-05-14T15:08:03.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34672026-05-14T15:08:03.634Z
34682026-05-14T15:08:03.634Zinfo: running `cargo check --bins` on oximeter-producer-api (158/276)
34692026-05-14T15:08:04.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-05-14T15:08:04.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-05-14T15:08:04.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-05-14T15:08:04.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34732026-05-14T15:08:04.237Z
34742026-05-14T15:08:04.237Zinfo: running `cargo check --bins` on sp-sim (159/276)
34752026-05-14T15:08:04.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-05-14T15:08:04.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-05-14T15:08:04.968Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34782026-05-14T15:08:06.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
34792026-05-14T15:08:06.913Z
34802026-05-14T15:08:06.913Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/276)
34812026-05-14T15:08:07.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-05-14T15:08:07.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-05-14T15:08:07.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-05-14T15:08:07.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34852026-05-14T15:08:07.572Z
34862026-05-14T15:08:07.572Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/276)
34872026-05-14T15:08:08.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-05-14T15:08:08.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-05-14T15:08:08.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-05-14T15:08:08.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34912026-05-14T15:08:08.229Z
34922026-05-14T15:08:08.229Zinfo: running `cargo check --bins` on db-macros (162/276)
34932026-05-14T15:08:08.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-05-14T15:08:08.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-05-14T15:08:08.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-05-14T15:08:08.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34972026-05-14T15:08:08.821Z
34982026-05-14T15:08:08.821Zinfo: running `cargo check --bins` on nexus-macros-common (163/276)
34992026-05-14T15:08:09.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-05-14T15:08:09.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-05-14T15:08:09.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-05-14T15:08:09.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35032026-05-14T15:08:09.416Z
35042026-05-14T15:08:09.416Zinfo: running `cargo check --bins` on nexus-auth (164/276)
35052026-05-14T15:08:09.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-05-14T15:08:09.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-05-14T15:08:09.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-05-14T15:08:09.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35092026-05-14T15:08:10.074Z
35102026-05-14T15:08:10.074Zinfo: running `cargo check --bins` on authz-macros (165/276)
35112026-05-14T15:08:10.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-05-14T15:08:10.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-05-14T15:08:10.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-05-14T15:08:10.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35152026-05-14T15:08:10.669Z
35162026-05-14T15:08:10.669Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/276)
35172026-05-14T15:08:11.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-05-14T15:08:11.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-05-14T15:08:11.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-05-14T15:08:11.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35212026-05-14T15:08:11.325Z
35222026-05-14T15:08:11.325Zinfo: running `cargo check --bins` on nexus-db-model (167/276)
35232026-05-14T15:08:11.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-05-14T15:08:11.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-05-14T15:08:11.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-05-14T15:08:11.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35272026-05-14T15:08:11.974Z
35282026-05-14T15:08:11.974Zinfo: running `cargo check --bins` on nexus-db-schema (168/276)
35292026-05-14T15:08:12.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-05-14T15:08:12.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-05-14T15:08:12.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-05-14T15:08:12.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35332026-05-14T15:08:12.565Z
35342026-05-14T15:08:12.565Zinfo: running `cargo check --bins` on omicron-rpaths (169/276)
35352026-05-14T15:08:13.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-05-14T15:08:13.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-05-14T15:08:13.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-05-14T15:08:13.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35392026-05-14T15:08:13.153Z
35402026-05-14T15:08:13.153Zinfo: running `cargo check --bins` on nexus-defaults (170/276)
35412026-05-14T15:08:13.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-05-14T15:08:13.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-05-14T15:08:13.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-05-14T15:08:13.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35452026-05-14T15:08:13.759Z
35462026-05-14T15:08:13.759Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/276)
35472026-05-14T15:08:14.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-05-14T15:08:14.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-05-14T15:08:14.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-05-14T15:08:14.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35512026-05-14T15:08:14.352Z
35522026-05-14T15:08:14.352Zinfo: running `cargo check --bins` on parallel-task-set (172/276)
35532026-05-14T15:08:14.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-05-14T15:08:14.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-05-14T15:08:14.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-05-14T15:08:14.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35572026-05-14T15:08:14.943Z
35582026-05-14T15:08:14.943Zinfo: running `cargo check --bins` on nexus-db-errors (173/276)
35592026-05-14T15:08:15.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-05-14T15:08:15.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-05-14T15:08:15.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-05-14T15:08:15.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35632026-05-14T15:08:15.600Z
35642026-05-14T15:08:15.600Zinfo: running `cargo check --bins` on nexus-db-lookup (174/276)
35652026-05-14T15:08:16.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-05-14T15:08:16.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-05-14T15:08:16.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-05-14T15:08:16.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35692026-05-14T15:08:16.260Z
35702026-05-14T15:08:16.260Zinfo: running `cargo check --bins` on nexus-inventory (175/276)
35712026-05-14T15:08:16.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-05-14T15:08:16.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-05-14T15:08:16.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-05-14T15:08:16.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35752026-05-14T15:08:16.914Z
35762026-05-14T15:08:16.914Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/276)
35772026-05-14T15:08:17.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-05-14T15:08:17.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-05-14T15:08:17.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-05-14T15:08:17.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35812026-05-14T15:08:17.546Z
35822026-05-14T15:08:17.546Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/276)
35832026-05-14T15:08:18.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-05-14T15:08:18.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-05-14T15:08:18.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-05-14T15:08:18.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35872026-05-14T15:08:18.169Z
35882026-05-14T15:08:18.169Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/276)
35892026-05-14T15:08:18.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-05-14T15:08:18.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-05-14T15:08:18.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-05-14T15:08:18.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35932026-05-14T15:08:18.794Z
35942026-05-14T15:08:18.794Zinfo: running `cargo check --bins` on key-manager (179/276)
35952026-05-14T15:08:19.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-05-14T15:08:19.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-05-14T15:08:19.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-05-14T15:08:19.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35992026-05-14T15:08:19.403Z
36002026-05-14T15:08:19.403Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/276)
36012026-05-14T15:08:19.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-05-14T15:08:19.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-05-14T15:08:19.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-05-14T15:08:19.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36052026-05-14T15:08:20.030Z
36062026-05-14T15:08:20.030Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/276)
36072026-05-14T15:08:20.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-05-14T15:08:20.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-05-14T15:08:20.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-05-14T15:08:20.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36112026-05-14T15:08:20.657Z
36122026-05-14T15:08:20.657Zinfo: running `cargo check --bins` on typed-rng (182/276)
36132026-05-14T15:08:21.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-05-14T15:08:21.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-05-14T15:08:21.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-05-14T15:08:21.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36172026-05-14T15:08:21.252Z
36182026-05-14T15:08:21.252Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/276)
36192026-05-14T15:08:21.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-05-14T15:08:21.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-05-14T15:08:22.113Z Compiling typify-impl v0.4.3
36222026-05-14T15:08:22.113Z Compiling libefi-sys v0.1.0
36232026-05-14T15:08:22.116Z Compiling bitfield-struct v0.6.2
36242026-05-14T15:08:22.265Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36252026-05-14T15:08:22.273Z Compiling xshell-macros v0.2.7
36262026-05-14T15:08:22.285Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36272026-05-14T15:08:22.299Z Compiling salty v0.3.0
36282026-05-14T15:08:22.328Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36292026-05-14T15:08:22.484Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36302026-05-14T15:08:22.611Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36312026-05-14T15:08:22.626Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36322026-05-14T15:08:22.629Z Checking xshell v0.2.7
36332026-05-14T15:08:22.825Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36342026-05-14T15:08:22.842Z Checking primeorder v0.13.6
36352026-05-14T15:08:22.867Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36362026-05-14T15:08:22.991Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36372026-05-14T15:08:23.007Z Compiling proc-macro-error-attr2 v2.0.0
36382026-05-14T15:08:23.080Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36392026-05-14T15:08:23.099Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36402026-05-14T15:08:23.139Z Checking tungstenite v0.21.0
36412026-05-14T15:08:23.287Z Checking p384 v0.13.1
36422026-05-14T15:08:23.327Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36432026-05-14T15:08:23.389Z Compiling proc-macro-error2 v2.0.1
36442026-05-14T15:08:23.493Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36452026-05-14T15:08:23.569Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36462026-05-14T15:08:23.701Z Compiling tabled_derive v0.11.0
36472026-05-14T15:08:23.718Z Checking tokio-tungstenite v0.21.0
36482026-05-14T15:08:24.000Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36492026-05-14T15:08:24.050Z Checking papergrid v0.17.0
36502026-05-14T15:08:24.169Z Checking libscf-sys v1.2.0
36512026-05-14T15:08:24.208Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36522026-05-14T15:08:24.304Z Checking testing_table v0.3.0
36532026-05-14T15:08:24.377Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36542026-05-14T15:08:24.403Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36552026-05-14T15:08:24.627Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36562026-05-14T15:08:24.851Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36572026-05-14T15:08:24.895Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36582026-05-14T15:08:24.912Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36592026-05-14T15:08:25.059Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36602026-05-14T15:08:25.092Z Compiling unicase v2.9.0
36612026-05-14T15:08:25.174Z Checking corncobs v0.1.4
36622026-05-14T15:08:25.299Z Compiling mime_guess v2.0.5
36632026-05-14T15:08:25.315Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36642026-05-14T15:08:25.318Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36652026-05-14T15:08:25.359Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36662026-05-14T15:08:25.378Z Checking tabled v0.20.0
36672026-05-14T15:08:25.584Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36682026-05-14T15:08:25.601Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36692026-05-14T15:08:25.805Z Checking progenitor-client v0.11.2
36702026-05-14T15:08:25.830Z Checking secrecy v0.8.0
36712026-05-14T15:08:25.915Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36722026-05-14T15:08:26.056Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36732026-05-14T15:08:26.072Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36742026-05-14T15:08:26.088Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36752026-05-14T15:08:26.123Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36762026-05-14T15:08:26.164Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36772026-05-14T15:08:26.443Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36782026-05-14T15:08:26.521Z Checking filetime v0.2.27
36792026-05-14T15:08:26.561Z Checking http-range v0.1.5
36802026-05-14T15:08:26.654Z Compiling typify-macro v0.4.3
36812026-05-14T15:08:26.669Z Checking crc8 v0.1.1
36822026-05-14T15:08:26.765Z Checking xattr v1.6.1
36832026-05-14T15:08:26.783Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36842026-05-14T15:08:26.895Z Checking tar v0.4.45
36852026-05-14T15:08:27.065Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36862026-05-14T15:08:27.170Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36872026-05-14T15:08:27.352Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36882026-05-14T15:08:27.386Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36892026-05-14T15:08:27.418Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36902026-05-14T15:08:27.638Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36912026-05-14T15:08:27.734Z Checking atty v0.2.14
36922026-05-14T15:08:27.834Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36932026-05-14T15:08:27.851Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36942026-05-14T15:08:27.999Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36952026-05-14T15:08:28.188Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
36962026-05-14T15:08:28.339Z Checking hyper-staticfile v0.10.1
36972026-05-14T15:08:28.355Z Compiling typify v0.4.3
36982026-05-14T15:08:28.470Z Compiling progenitor-impl v0.11.2
36992026-05-14T15:08:28.667Z Compiling progenitor-impl v0.10.0
37002026-05-14T15:08:29.021Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37012026-05-14T15:08:29.070Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37022026-05-14T15:08:29.319Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37032026-05-14T15:08:29.552Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37042026-05-14T15:08:29.770Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37052026-05-14T15:08:30.020Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37062026-05-14T15:08:30.139Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37072026-05-14T15:08:30.223Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37082026-05-14T15:08:30.376Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37092026-05-14T15:08:30.399Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37102026-05-14T15:08:30.652Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37112026-05-14T15:08:30.682Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37122026-05-14T15:08:30.927Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37132026-05-14T15:08:31.089Z Compiling progenitor-macro v0.11.2
37142026-05-14T15:08:31.185Z Compiling progenitor-macro v0.10.0
37152026-05-14T15:08:33.614Z Checking progenitor v0.11.2
37162026-05-14T15:08:33.751Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37172026-05-14T15:08:34.027Z Checking progenitor v0.10.0
37182026-05-14T15:08:34.150Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37192026-05-14T15:08:38.356Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37202026-05-14T15:08:39.462Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37212026-05-14T15:08:49.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.51s
37222026-05-14T15:08:49.987Z
37232026-05-14T15:08:49.987Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/276)
37242026-05-14T15:08:50.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-05-14T15:08:50.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-05-14T15:08:50.780Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37272026-05-14T15:09:01.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
37282026-05-14T15:09:01.560Z
37292026-05-14T15:09:01.560Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/276)
37302026-05-14T15:09:02.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-05-14T15:09:02.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-05-14T15:09:02.349Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37332026-05-14T15:09:12.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
37342026-05-14T15:09:13.045Z
37352026-05-14T15:09:13.046Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/276)
37362026-05-14T15:09:13.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-05-14T15:09:13.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-05-14T15:09:13.828Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37392026-05-14T15:09:24.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.22s
37402026-05-14T15:09:24.486Z
37412026-05-14T15:09:24.486Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/276)
37422026-05-14T15:09:25.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-05-14T15:09:25.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-05-14T15:09:25.270Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-05-14T15:09:35.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
37462026-05-14T15:09:35.957Z
37472026-05-14T15:09:35.957Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/276)
37482026-05-14T15:09:36.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-05-14T15:09:36.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-05-14T15:09:36.738Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-05-14T15:09:47.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
37522026-05-14T15:09:47.437Z
37532026-05-14T15:09:47.437Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/276)
37542026-05-14T15:09:47.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-05-14T15:09:47.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-05-14T15:09:48.212Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-05-14T15:09:58.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
37582026-05-14T15:09:58.905Z
37592026-05-14T15:09:58.905Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/276)
37602026-05-14T15:09:59.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-05-14T15:09:59.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-05-14T15:09:59.692Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-05-14T15:10:10.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
37642026-05-14T15:10:10.555Z
37652026-05-14T15:10:10.555Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/276)
37662026-05-14T15:10:11.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-05-14T15:10:11.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-05-14T15:10:11.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-05-14T15:10:11.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37702026-05-14T15:10:11.164Z
37712026-05-14T15:10:11.164Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/276)
37722026-05-14T15:10:11.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-05-14T15:10:11.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-05-14T15:10:11.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-05-14T15:10:11.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37762026-05-14T15:10:11.777Z
37772026-05-14T15:10:11.777Zinfo: running `cargo check --bins` on range-requests (193/276)
37782026-05-14T15:10:12.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-05-14T15:10:12.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-05-14T15:10:12.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-05-14T15:10:12.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37822026-05-14T15:10:12.379Z
37832026-05-14T15:10:12.379Zinfo: running `cargo check --bins` on repo-depot-api (194/276)
37842026-05-14T15:10:12.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-05-14T15:10:12.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-05-14T15:10:12.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-05-14T15:10:12.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37882026-05-14T15:10:12.980Z
37892026-05-14T15:10:12.980Zinfo: running `cargo check --bins` on sled-agent-api (195/276)
37902026-05-14T15:10:13.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-05-14T15:10:13.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-05-14T15:10:13.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-05-14T15:10:13.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37942026-05-14T15:10:13.607Z
37952026-05-14T15:10:13.607Zinfo: running `cargo check --bins` on sled-diagnostics (196/276)
37962026-05-14T15:10:14.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-05-14T15:10:14.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-05-14T15:10:14.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-05-14T15:10:14.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38002026-05-14T15:10:14.232Z
38012026-05-14T15:10:14.233Zinfo: running `cargo check --bins` on zfs-test-harness (197/276)
38022026-05-14T15:10:14.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-05-14T15:10:14.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-05-14T15:10:14.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-05-14T15:10:14.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38062026-05-14T15:10:14.862Z
38072026-05-14T15:10:14.862Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/276)
38082026-05-14T15:10:15.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-05-14T15:10:15.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-05-14T15:10:15.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-05-14T15:10:15.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38122026-05-14T15:10:15.495Z
38132026-05-14T15:10:15.495Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/276)
38142026-05-14T15:10:16.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-05-14T15:10:16.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-05-14T15:10:16.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-05-14T15:10:16.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38182026-05-14T15:10:16.128Z
38192026-05-14T15:10:16.128Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/276)
38202026-05-14T15:10:16.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-05-14T15:10:16.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-05-14T15:10:16.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-05-14T15:10:16.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38242026-05-14T15:10:16.756Z
38252026-05-14T15:10:16.756Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/276)
38262026-05-14T15:10:17.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-05-14T15:10:17.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-05-14T15:10:17.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-05-14T15:10:17.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38302026-05-14T15:10:17.390Z
38312026-05-14T15:10:17.390Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/276)
38322026-05-14T15:10:17.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-05-14T15:10:17.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-05-14T15:10:17.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-05-14T15:10:17.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38362026-05-14T15:10:18.026Z
38372026-05-14T15:10:18.026Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/276)
38382026-05-14T15:10:18.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-05-14T15:10:18.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-05-14T15:10:18.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-05-14T15:10:18.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38422026-05-14T15:10:18.656Z
38432026-05-14T15:10:18.656Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/276)
38442026-05-14T15:10:19.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-05-14T15:10:19.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-05-14T15:10:19.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-05-14T15:10:19.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38482026-05-14T15:10:19.310Z
38492026-05-14T15:10:19.310Zinfo: running `cargo check --bins` on trust-quorum (205/276)
38502026-05-14T15:10:19.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-05-14T15:10:19.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-05-14T15:10:19.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-05-14T15:10:19.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38542026-05-14T15:10:19.939Z
38552026-05-14T15:10:19.939Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/276)
38562026-05-14T15:10:20.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-05-14T15:10:20.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-05-14T15:10:20.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-05-14T15:10:20.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38602026-05-14T15:10:20.582Z
38612026-05-14T15:10:20.582Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/276)
38622026-05-14T15:10:21.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-05-14T15:10:21.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-05-14T15:10:21.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-05-14T15:10:21.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38662026-05-14T15:10:21.232Z
38672026-05-14T15:10:21.232Zinfo: running `cargo check --bins` on update-common (208/276)
38682026-05-14T15:10:21.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-05-14T15:10:21.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-05-14T15:10:21.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-05-14T15:10:21.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38722026-05-14T15:10:21.837Z
38732026-05-14T15:10:21.837Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/276)
38742026-05-14T15:10:22.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-05-14T15:10:22.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-05-14T15:10:22.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-05-14T15:10:22.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38782026-05-14T15:10:22.495Z
38792026-05-14T15:10:22.495Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/276)
38802026-05-14T15:10:22.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-05-14T15:10:22.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-05-14T15:10:22.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-05-14T15:10:22.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38842026-05-14T15:10:23.085Z
38852026-05-14T15:10:23.085Zinfo: running `cargo check --bins` on reconfigurator-cli (211/276)
38862026-05-14T15:10:23.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-05-14T15:10:23.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-05-14T15:10:23.855Z Compiling fs-err v2.11.0
38892026-05-14T15:10:23.858Z Checking ignore v0.4.25
38902026-05-14T15:10:23.858Z Checking arc-swap v1.8.2
38912026-05-14T15:10:23.858Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38922026-05-14T15:10:23.858Z Checking predicates-tree v1.0.13
38932026-05-14T15:10:23.858Z Checking parse-size v1.1.0
38942026-05-14T15:10:24.019Z Checking rand_seeder v0.4.0
38952026-05-14T15:10:24.022Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38962026-05-14T15:10:24.072Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38972026-05-14T15:10:24.102Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38982026-05-14T15:10:24.166Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38992026-05-14T15:10:24.214Z Checking slog-scope v4.4.1
39002026-05-14T15:10:24.305Z Compiling petname v2.0.2
39012026-05-14T15:10:24.326Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39022026-05-14T15:10:24.345Z Checking slog-stdlog v4.1.1
39032026-05-14T15:10:24.359Z Checking globwalk v0.9.1
39042026-05-14T15:10:24.413Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39052026-05-14T15:10:24.462Z Checking slog-envlogger v2.2.0
39062026-05-14T15:10:24.534Z Checking camino-tempfile-ext v0.3.3
39072026-05-14T15:10:24.559Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39082026-05-14T15:10:24.608Z Checking sapling-renderdag v0.1.0
39092026-05-14T15:10:24.721Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39102026-05-14T15:10:24.735Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39112026-05-14T15:10:24.843Z Checking subprocess v0.2.15
39122026-05-14T15:10:24.923Z Checking sync-ptr v0.1.4
39132026-05-14T15:10:24.960Z Checking colored v2.2.0
39142026-05-14T15:10:25.041Z Checking assert_matches v1.5.0
39152026-05-14T15:10:25.121Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39162026-05-14T15:10:25.140Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39172026-05-14T15:10:25.216Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39182026-05-14T15:10:25.219Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39192026-05-14T15:10:25.817Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39202026-05-14T15:10:27.139Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39212026-05-14T15:10:29.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
39222026-05-14T15:10:29.550Z
39232026-05-14T15:10:29.550Zinfo: running `cargo check --bins` on omicron-repl-utils (212/276)
39242026-05-14T15:10:30.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-05-14T15:10:30.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-05-14T15:10:30.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-05-14T15:10:30.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39282026-05-14T15:10:30.144Z
39292026-05-14T15:10:30.145Zinfo: running `cargo check --bins` on transient-dns-server (213/276)
39302026-05-14T15:10:30.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-05-14T15:10:30.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-05-14T15:10:30.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-05-14T15:10:30.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39342026-05-14T15:10:30.755Z
39352026-05-14T15:10:30.755Zinfo: running `cargo check --bins` on nexus-test-interface (214/276)
39362026-05-14T15:10:31.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-05-14T15:10:31.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-05-14T15:10:31.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-05-14T15:10:31.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39402026-05-14T15:10:31.408Z
39412026-05-14T15:10:31.408Zinfo: running `cargo check --bins` on oximeter-collector (215/276)
39422026-05-14T15:10:31.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-05-14T15:10:31.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-05-14T15:10:32.131Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39452026-05-14T15:10:32.131Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39462026-05-14T15:10:32.771Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39472026-05-14T15:10:34.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
39482026-05-14T15:10:34.565Z
39492026-05-14T15:10:34.565Zinfo: running `cargo check --bins` on oximeter-api (216/276)
39502026-05-14T15:10:35.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-05-14T15:10:35.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-05-14T15:10:35.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-05-14T15:10:35.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39542026-05-14T15:10:35.164Z
39552026-05-14T15:10:35.164Zinfo: running `cargo check --bins` on cert-dev (217/276)
39562026-05-14T15:10:35.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-05-14T15:10:35.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-05-14T15:10:35.775Z Checking yasna v0.5.2
39592026-05-14T15:10:36.174Z Checking rcgen v0.12.1
39602026-05-14T15:10:36.419Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39612026-05-14T15:10:36.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39622026-05-14T15:10:36.782Z
39632026-05-14T15:10:36.782Zinfo: running `cargo check --bins` on clickana (218/276)
39642026-05-14T15:10:37.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-05-14T15:10:37.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-05-14T15:10:37.431Z Compiling darling_core v0.23.0
39672026-05-14T15:10:37.434Z Compiling instability v0.3.11
39682026-05-14T15:10:37.539Z Checking castaway v0.2.4
39692026-05-14T15:10:37.547Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39702026-05-14T15:10:37.553Z Compiling indoc v2.0.7
39712026-05-14T15:10:37.568Z Checking unicode-truncate v1.1.0
39722026-05-14T15:10:37.570Z Checking lru v0.12.5
39732026-05-14T15:10:37.571Z Checking cassowary v0.3.0
39742026-05-14T15:10:37.633Z Checking compact_str v0.8.1
39752026-05-14T15:10:38.603Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39762026-05-14T15:10:38.789Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39772026-05-14T15:10:38.949Z Compiling darling_macro v0.23.0
39782026-05-14T15:10:39.356Z Compiling darling v0.23.0
39792026-05-14T15:10:39.961Z Checking ratatui v0.29.0
39802026-05-14T15:10:41.013Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39812026-05-14T15:10:41.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
39822026-05-14T15:10:41.864Z
39832026-05-14T15:10:41.864Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/276)
39842026-05-14T15:10:42.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-05-14T15:10:42.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-05-14T15:10:42.586Z Checking headers-core v0.3.0
39872026-05-14T15:10:42.589Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39882026-05-14T15:10:42.781Z Checking headers v0.4.1
39892026-05-14T15:10:43.139Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39902026-05-14T15:10:43.993Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39912026-05-14T15:10:44.484Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39922026-05-14T15:10:44.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
39932026-05-14T15:10:45.106Z
39942026-05-14T15:10:45.106Zinfo: running `cargo check --bins` on ch-dev (220/276)
39952026-05-14T15:10:45.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-05-14T15:10:45.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-05-14T15:10:45.851Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39982026-05-14T15:10:46.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
39992026-05-14T15:10:46.766Z
40002026-05-14T15:10:46.766Zinfo: running `cargo check --bins` on dev-tools-common (221/276)
40012026-05-14T15:10:47.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-05-14T15:10:47.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-05-14T15:10:47.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-05-14T15:10:47.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40052026-05-14T15:10:47.233Z
40062026-05-14T15:10:47.233Zinfo: running `cargo check --bins` on crdb-seed (222/276)
40072026-05-14T15:10:47.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-05-14T15:10:47.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-05-14T15:10:47.953Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40102026-05-14T15:10:48.944Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40112026-05-14T15:10:49.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
40122026-05-14T15:10:49.487Z
40132026-05-14T15:10:49.487Zinfo: running `cargo check --bins` on db-dev (223/276)
40142026-05-14T15:10:50.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-05-14T15:10:50.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-05-14T15:10:50.205Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40172026-05-14T15:10:50.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40182026-05-14T15:10:51.162Z
40192026-05-14T15:10:51.162Zinfo: running `cargo check --bins` on omicron-dev-lib (224/276)
40202026-05-14T15:10:51.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-05-14T15:10:51.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-05-14T15:10:51.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40232026-05-14T15:10:51.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40242026-05-14T15:10:51.803Z
40252026-05-14T15:10:51.803Zinfo: running `cargo check --bins` on xtask-downloader (225/276)
40262026-05-14T15:10:52.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-05-14T15:10:52.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-05-14T15:10:52.416Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40292026-05-14T15:10:53.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40302026-05-14T15:10:53.275Z
40312026-05-14T15:10:53.275Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/276)
40322026-05-14T15:10:53.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-05-14T15:10:53.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-05-14T15:10:54.029Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40352026-05-14T15:10:54.029Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40362026-05-14T15:10:54.029Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40372026-05-14T15:10:54.032Z Checking git-stub v1.0.0
40382026-05-14T15:10:54.032Z Compiling trait-variant v0.1.2
40392026-05-14T15:10:54.032Z Checking maplit v1.0.2
40402026-05-14T15:10:54.032Z Checking is_ci v1.2.0
40412026-05-14T15:10:54.170Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40422026-05-14T15:10:54.242Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40432026-05-14T15:10:54.270Z Checking supports-color v3.0.2
40442026-05-14T15:10:54.298Z Checking git-stub-vcs v0.1.0
40452026-05-14T15:10:54.388Z Checking drift v0.1.4
40462026-05-14T15:10:54.404Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40472026-05-14T15:10:54.421Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40482026-05-14T15:10:54.490Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40492026-05-14T15:10:54.610Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40502026-05-14T15:10:54.668Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40512026-05-14T15:10:54.684Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40522026-05-14T15:10:54.699Z Checking dropshot-api-manager v0.7.1
40532026-05-14T15:10:54.889Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40542026-05-14T15:10:54.906Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40552026-05-14T15:10:55.121Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40562026-05-14T15:10:55.413Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40572026-05-14T15:11:00.345Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40582026-05-14T15:11:01.422Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40592026-05-14T15:11:01.976Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40602026-05-14T15:11:02.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
40612026-05-14T15:11:02.595Z
40622026-05-14T15:11:02.595Zinfo: running `cargo check --bins` on installinator-api (227/276)
40632026-05-14T15:11:03.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-05-14T15:11:03.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-05-14T15:11:03.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40662026-05-14T15:11:03.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40672026-05-14T15:11:03.195Z
40682026-05-14T15:11:03.195Zinfo: running `cargo check --bins` on nexus-external-api (228/276)
40692026-05-14T15:11:03.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-05-14T15:11:03.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-05-14T15:11:03.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-05-14T15:11:03.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40732026-05-14T15:11:03.841Z
40742026-05-14T15:11:03.841Zinfo: running `cargo check --bins` on nexus-internal-api (229/276)
40752026-05-14T15:11:04.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-05-14T15:11:04.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-05-14T15:11:04.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-05-14T15:11:04.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40792026-05-14T15:11:04.479Z
40802026-05-14T15:11:04.479Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/276)
40812026-05-14T15:11:05.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-05-14T15:11:05.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-05-14T15:11:05.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-05-14T15:11:05.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40852026-05-14T15:11:05.128Z
40862026-05-14T15:11:05.128Zinfo: running `cargo check --bins` on ntp-admin-api (231/276)
40872026-05-14T15:11:05.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-05-14T15:11:05.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-05-14T15:11:05.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-05-14T15:11:05.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40912026-05-14T15:11:05.725Z
40922026-05-14T15:11:05.725Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/276)
40932026-05-14T15:11:06.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-05-14T15:11:06.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-05-14T15:11:06.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40962026-05-14T15:11:06.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40972026-05-14T15:11:06.316Z
40982026-05-14T15:11:06.316Zinfo: running `cargo check --bins` on wicketd-api (233/276)
40992026-05-14T15:11:06.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-05-14T15:11:06.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-05-14T15:11:06.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41022026-05-14T15:11:06.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41032026-05-14T15:11:06.929Z
41042026-05-14T15:11:06.930Zinfo: running `cargo check --bins` on omicron-ls-apis (234/276)
41052026-05-14T15:11:07.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-05-14T15:11:07.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-05-14T15:11:07.543Z Checking typeid v1.0.3
41082026-05-14T15:11:07.657Z Checking ordered-float v2.10.1
41092026-05-14T15:11:07.676Z Checking unicode-xid v0.2.6
41102026-05-14T15:11:07.690Z Checking cargo-platform v0.2.0
41112026-05-14T15:11:07.699Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41122026-05-14T15:11:07.721Z Checking erased-serde v0.4.9
41132026-05-14T15:11:07.855Z Checking serde-value v0.7.0
41142026-05-14T15:11:08.027Z Checking serde-untagged v0.1.9
41152026-05-14T15:11:08.176Z Checking cargo-util-schemas v0.8.2
41162026-05-14T15:11:08.852Z Checking cargo_metadata v0.21.0
41172026-05-14T15:11:09.452Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41182026-05-14T15:11:10.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
41192026-05-14T15:11:10.305Z
41202026-05-14T15:11:10.305Zinfo: running `cargo check --bins` on mgs-dev (235/276)
41212026-05-14T15:11:10.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-05-14T15:11:10.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-05-14T15:11:11.037Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41242026-05-14T15:11:11.664Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41252026-05-14T15:11:12.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41262026-05-14T15:11:12.378Z
41272026-05-14T15:11:12.378Zinfo: running `cargo check --bins` on omicron-omdb (236/276)
41282026-05-14T15:11:12.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-05-14T15:11:12.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-05-14T15:11:13.231Z Compiling vergen-gitcl v1.0.8
41312026-05-14T15:11:13.231Z Compiling dirs-sys-next v0.1.2
41322026-05-14T15:11:13.231Z Compiling crunchy v0.2.4
41332026-05-14T15:11:13.231Z Compiling diesel_derives v2.3.7
41342026-05-14T15:11:13.234Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41352026-05-14T15:11:13.234Z Compiling glob v0.3.3
41362026-05-14T15:11:13.234Z Compiling dsl_auto_type v0.2.0
41372026-05-14T15:11:13.234Z Checking scheduled-thread-pool v0.2.7
41382026-05-14T15:11:13.487Z Compiling diesel_table_macro_syntax v0.3.0
41392026-05-14T15:11:13.544Z Compiling tiny-keccak v2.0.2
41402026-05-14T15:11:13.595Z Compiling dirs-next v2.0.0
41412026-05-14T15:11:13.685Z Compiling term v0.7.0
41422026-05-14T15:11:13.729Z Checking r2d2 v0.8.10
41432026-05-14T15:11:13.756Z Compiling clang-sys v1.8.1
41442026-05-14T15:11:13.789Z Compiling bit-vec v0.6.3
41452026-05-14T15:11:13.820Z Checking downcast-rs v2.0.2
41462026-05-14T15:11:13.915Z Compiling itertools v0.10.5
41472026-05-14T15:11:14.003Z Compiling ascii-canvas v3.0.0
41482026-05-14T15:11:14.132Z Compiling bit-set v0.5.3
41492026-05-14T15:11:14.243Z Compiling ena v0.14.4
41502026-05-14T15:11:14.243Z Compiling libloading v0.8.9
41512026-05-14T15:11:14.271Z Compiling regex-syntax v0.6.29
41522026-05-14T15:11:14.286Z Compiling bindgen v0.71.1
41532026-05-14T15:11:14.301Z Compiling diff v0.1.13
41542026-05-14T15:11:14.459Z Compiling cexpr v0.6.0
41552026-05-14T15:11:14.560Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41562026-05-14T15:11:14.723Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41572026-05-14T15:11:14.769Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41582026-05-14T15:11:14.877Z Compiling libxml v0.3.3
41592026-05-14T15:11:14.959Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41602026-05-14T15:11:15.120Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41612026-05-14T15:11:15.136Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41622026-05-14T15:11:15.285Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41632026-05-14T15:11:15.320Z Compiling strum_macros v0.24.3
41642026-05-14T15:11:15.344Z Compiling indoc v1.0.9
41652026-05-14T15:11:15.573Z Compiling lalrpop v0.19.12
41662026-05-14T15:11:16.350Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41672026-05-14T15:11:16.391Z Checking derive_builder v0.20.2
41682026-05-14T15:11:16.507Z Compiling oso-derive v0.27.3
41692026-05-14T15:11:16.535Z Checking quick-xml v0.37.5
41702026-05-14T15:11:16.650Z Compiling impl-trait-for-tuples v0.2.3
41712026-05-14T15:11:16.997Z Checking openssl-probe v0.1.6
41722026-05-14T15:11:17.137Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41732026-05-14T15:11:17.406Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41742026-05-14T15:11:17.601Z Checking bb8 v0.8.6
41752026-05-14T15:11:17.888Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41762026-05-14T15:11:17.910Z Checking nonempty v0.12.0
41772026-05-14T15:11:18.070Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41782026-05-14T15:11:18.086Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41792026-05-14T15:11:18.124Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41802026-05-14T15:11:18.193Z Checking console v0.16.2
41812026-05-14T15:11:18.289Z Checking unit-prefix v0.5.2
41822026-05-14T15:11:18.309Z Checking support-bundle-viewer v0.1.2
41832026-05-14T15:11:18.421Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41842026-05-14T15:11:18.498Z Checking indicatif v0.18.4
41852026-05-14T15:11:18.551Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41862026-05-14T15:11:18.729Z Checking multimap v0.10.1
41872026-05-14T15:11:19.303Z Checking diesel v2.3.7
41882026-05-14T15:11:20.971Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41892026-05-14T15:11:21.738Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41902026-05-14T15:11:22.062Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41912026-05-14T15:11:22.287Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41922026-05-14T15:11:22.665Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41932026-05-14T15:11:23.495Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41942026-05-14T15:11:23.661Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41952026-05-14T15:11:24.164Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41962026-05-14T15:11:26.196Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41972026-05-14T15:11:31.096Z Compiling samael v0.0.19
41982026-05-14T15:11:34.925Z Checking async-bb8-diesel v0.2.1
41992026-05-14T15:11:35.272Z Checking diesel-dtrace v0.5.0
42002026-05-14T15:11:35.915Z Compiling polar-core v0.27.3
42012026-05-14T15:11:40.371Z Checking oso v0.27.3
42022026-05-14T15:12:17.463Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42032026-05-14T15:12:50.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42042026-05-14T15:12:50.924Z
42052026-05-14T15:12:50.924Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/276)
42062026-05-14T15:12:51.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-05-14T15:12:51.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-05-14T15:12:51.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-05-14T15:12:51.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42102026-05-14T15:12:51.590Z
42112026-05-14T15:12:51.590Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/276)
42122026-05-14T15:12:52.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-05-14T15:12:52.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-05-14T15:12:52.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-05-14T15:12:52.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42162026-05-14T15:12:52.249Z
42172026-05-14T15:12:52.250Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/276)
42182026-05-14T15:12:52.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-05-14T15:12:52.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-05-14T15:12:52.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-05-14T15:12:52.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42222026-05-14T15:12:52.845Z
42232026-05-14T15:12:52.845Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/276)
42242026-05-14T15:12:53.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-05-14T15:12:53.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-05-14T15:12:53.721Z Compiling libz-sys v1.1.24
42272026-05-14T15:12:53.852Z Compiling libgit2-sys v0.18.3+1.9.2
42282026-05-14T15:12:53.884Z Compiling vergen-git2 v1.0.7
42292026-05-14T15:12:53.888Z Compiling rustls v0.21.12
42302026-05-14T15:12:53.888Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42312026-05-14T15:12:53.891Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42322026-05-14T15:12:53.891Z Checking sct v0.7.1
42332026-05-14T15:12:53.891Z Checking rustls-webpki v0.101.7
42342026-05-14T15:12:54.054Z Compiling nix v0.29.0
42352026-05-14T15:12:54.107Z Compiling dropshot v0.16.7
42362026-05-14T15:12:54.160Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42372026-05-14T15:12:54.181Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42382026-05-14T15:12:54.220Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42392026-05-14T15:12:54.359Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42402026-05-14T15:12:54.389Z Checking toml v0.9.12+spec-1.1.0
42412026-05-14T15:12:54.405Z Compiling dropshot_endpoint v0.16.7
42422026-05-14T15:12:54.509Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42432026-05-14T15:12:54.681Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42442026-05-14T15:12:54.879Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42452026-05-14T15:12:54.971Z Checking rustls-pemfile v1.0.4
42462026-05-14T15:12:55.105Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42472026-05-14T15:12:55.279Z Checking twox-hash v2.1.2
42482026-05-14T15:12:55.323Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42492026-05-14T15:12:55.499Z Checking tokio-rustls v0.24.1
42502026-05-14T15:12:56.077Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42512026-05-14T15:12:56.161Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42522026-05-14T15:12:56.178Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42532026-05-14T15:12:56.716Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42542026-05-14T15:12:56.753Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42552026-05-14T15:12:56.795Z Checking fatfs v0.3.6
42562026-05-14T15:12:56.893Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42572026-05-14T15:12:56.934Z Compiling seq-macro v0.3.6
42582026-05-14T15:13:00.764Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42592026-05-14T15:13:00.883Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42602026-05-14T15:13:01.120Z Compiling git2 v0.20.4
42612026-05-14T15:13:03.315Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42622026-05-14T15:13:50.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.34s
42632026-05-14T15:13:50.419Z
42642026-05-14T15:13:50.420Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/276)
42652026-05-14T15:13:51.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-05-14T15:13:51.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-05-14T15:13:51.312Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42682026-05-14T15:14:30.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.89s
42692026-05-14T15:14:30.528Z
42702026-05-14T15:14:30.528Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/276)
42712026-05-14T15:14:31.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-05-14T15:14:31.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-05-14T15:14:31.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-05-14T15:14:31.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42752026-05-14T15:14:31.127Z
42762026-05-14T15:14:31.127Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/276)
42772026-05-14T15:14:31.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-05-14T15:14:31.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-05-14T15:14:31.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-05-14T15:14:31.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42812026-05-14T15:14:31.772Z
42822026-05-14T15:14:31.772Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/276)
42832026-05-14T15:14:32.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-05-14T15:14:32.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-05-14T15:14:32.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-05-14T15:14:32.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42872026-05-14T15:14:32.432Z
42882026-05-14T15:14:32.432Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/276)
42892026-05-14T15:14:32.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-05-14T15:14:32.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-05-14T15:14:32.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-05-14T15:14:32.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42932026-05-14T15:14:33.088Z
42942026-05-14T15:14:33.088Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/276)
42952026-05-14T15:14:33.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-05-14T15:14:33.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-05-14T15:14:33.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-05-14T15:14:33.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42992026-05-14T15:14:33.737Z
43002026-05-14T15:14:33.737Zinfo: running `cargo check --bins` on nexus-networking (247/276)
43012026-05-14T15:14:34.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-05-14T15:14:34.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-05-14T15:14:34.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-05-14T15:14:34.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43052026-05-14T15:14:34.397Z
43062026-05-14T15:14:34.397Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/276)
43072026-05-14T15:14:34.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-05-14T15:14:34.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-05-14T15:14:34.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-05-14T15:14:34.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43112026-05-14T15:14:35.056Z
43122026-05-14T15:14:35.056Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/276)
43132026-05-14T15:14:35.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-05-14T15:14:35.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-05-14T15:14:35.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-05-14T15:14:35.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43172026-05-14T15:14:35.719Z
43182026-05-14T15:14:35.719Zinfo: running `cargo check --bins` on omicron-dev (250/276)
43192026-05-14T15:14:36.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-05-14T15:14:36.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-05-14T15:14:36.622Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43222026-05-14T15:14:36.625Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43232026-05-14T15:14:36.810Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43242026-05-14T15:14:36.842Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43252026-05-14T15:14:36.858Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43262026-05-14T15:14:36.875Z Checking yansi v1.0.1
43272026-05-14T15:14:36.879Z Checking diff v0.1.13
43282026-05-14T15:14:36.905Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43292026-05-14T15:14:36.946Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43302026-05-14T15:14:37.120Z Checking pretty_assertions v1.4.1
43312026-05-14T15:14:37.774Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43322026-05-14T15:14:38.106Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43332026-05-14T15:15:01.495Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43342026-05-14T15:15:01.498Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43352026-05-14T15:15:01.498Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43362026-05-14T15:15:01.498Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43372026-05-14T15:15:01.498Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43382026-05-14T15:15:01.498Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43392026-05-14T15:15:02.312Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43402026-05-14T15:15:03.419Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43412026-05-14T15:15:41.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43422026-05-14T15:15:42.101Z
43432026-05-14T15:15:42.101Zinfo: running `cargo check --bins` on omicron-pins (251/276)
43442026-05-14T15:15:42.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-05-14T15:15:42.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-05-14T15:15:42.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43472026-05-14T15:15:42.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43482026-05-14T15:15:42.697Z
43492026-05-14T15:15:42.697Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/276)
43502026-05-14T15:15:43.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-05-14T15:15:44.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-05-14T15:15:44.260Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43532026-05-14T15:15:44.260Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43542026-05-14T15:15:44.260Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43552026-05-14T15:16:09.368Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43562026-05-14T15:16:09.755Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43572026-05-14T15:16:11.468Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43582026-05-14T15:16:11.931Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43592026-05-14T15:16:14.837Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43602026-05-14T15:16:41.509Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43612026-05-14T15:16:41.552Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43622026-05-14T15:16:41.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.09s
43632026-05-14T15:16:41.552Z
43642026-05-14T15:16:41.552Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/276)
43652026-05-14T15:16:41.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-05-14T15:16:41.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-05-14T15:16:41.559Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43682026-05-14T15:16:41.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43692026-05-14T15:16:41.634Z
43702026-05-14T15:16:41.634Zinfo: running `cargo check --bins` on omicron-releng (254/276)
43712026-05-14T15:16:42.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-05-14T15:16:42.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-05-14T15:16:42.289Z Compiling blake3 v1.8.3
43742026-05-14T15:16:42.399Z Checking arrayvec v0.7.6
43752026-05-14T15:16:42.403Z Checking arrayref v0.3.9
43762026-05-14T15:16:42.403Z Checking constant_time_eq v0.4.2
43772026-05-14T15:16:42.419Z Checking topological-sort v0.2.2
43782026-05-14T15:16:42.422Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43792026-05-14T15:16:42.422Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43802026-05-14T15:16:42.422Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43812026-05-14T15:16:42.470Z Checking shell-words v1.1.1
43822026-05-14T15:16:43.184Z Checking omicron-zone-package v0.12.2
43832026-05-14T15:16:43.891Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43842026-05-14T15:16:44.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
43852026-05-14T15:16:44.889Z
43862026-05-14T15:16:44.890Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/276)
43872026-05-14T15:16:45.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-05-14T15:16:45.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-05-14T15:16:45.542Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43902026-05-14T15:16:45.863Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43912026-05-14T15:16:46.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
43922026-05-14T15:16:46.443Z
43932026-05-14T15:16:46.444Zinfo: running `cargo check --bins` on schema (256/276)
43942026-05-14T15:16:46.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-05-14T15:16:46.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-05-14T15:16:47.182Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43972026-05-14T15:16:47.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
43982026-05-14T15:16:48.088Z
43992026-05-14T15:16:48.088Zinfo: running `cargo check --bins` on xtask (257/276)
44002026-05-14T15:16:48.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-05-14T15:16:48.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-05-14T15:16:48.545Z Checking libc v0.2.185
44032026-05-14T15:16:48.548Z Checking serde v1.0.228
44042026-05-14T15:16:48.626Z Checking zerofrom v0.1.6
44052026-05-14T15:16:48.635Z Checking bitflags v2.11.0
44062026-05-14T15:16:48.641Z Checking smallvec v1.15.1
44072026-05-14T15:16:48.647Z Checking indexmap v2.14.0
44082026-05-14T15:16:48.657Z Checking serde_json v1.0.149
44092026-05-14T15:16:48.660Z Checking scroll v0.12.0
44102026-05-14T15:16:48.728Z Checking yoke v0.8.1
44112026-05-14T15:16:48.780Z Checking num-traits v0.2.19
44122026-05-14T15:16:48.813Z Checking thiserror v1.0.69
44132026-05-14T15:16:48.886Z Checking log v0.4.29
44142026-05-14T15:16:48.897Z Checking zerovec v0.11.5
44152026-05-14T15:16:48.911Z Checking zerotrie v0.2.3
44162026-05-14T15:16:48.911Z Checking errno v0.3.14
44172026-05-14T15:16:49.006Z Checking serde_spanned v0.6.9
44182026-05-14T15:16:49.031Z Checking toml_datetime v0.6.11
44192026-05-14T15:16:49.031Z Checking rustix v1.1.3
44202026-05-14T15:16:49.129Z Checking percent-encoding v2.3.2
44212026-05-14T15:16:49.150Z Checking goblin v0.8.2
44222026-05-14T15:16:49.161Z Checking zerocopy v0.7.35
44232026-05-14T15:16:49.209Z Checking toml_edit v0.22.27
44242026-05-14T15:16:49.249Z Checking getrandom v0.4.1
44252026-05-14T15:16:49.268Z Checking form_urlencoded v1.2.2
44262026-05-14T15:16:49.293Z Checking ordered-float v2.10.1
44272026-05-14T15:16:49.320Z Checking tinystr v0.8.2
44282026-05-14T15:16:49.378Z Checking potential_utf v0.1.4
44292026-05-14T15:16:49.395Z Checking thiserror v2.0.18
44302026-05-14T15:16:49.494Z Checking syn v2.0.117
44312026-05-14T15:16:49.497Z Checking icu_locale_core v2.1.1
44322026-05-14T15:16:49.515Z Checking serde-value v0.7.0
44332026-05-14T15:16:49.518Z Checking icu_collections v2.1.1
44342026-05-14T15:16:49.649Z Checking dtrace-parser v0.2.0
44352026-05-14T15:16:49.712Z Checking thread-id v4.2.2
44362026-05-14T15:16:49.792Z Checking once_cell v1.21.3
44372026-05-14T15:16:49.833Z Checking cargo-platform v0.2.0
44382026-05-14T15:16:49.856Z Checking terminal_size v0.4.3
44392026-05-14T15:16:49.893Z Checking memmap v0.7.0
44402026-05-14T15:16:49.965Z Checking tempfile v3.25.0
44412026-05-14T15:16:49.977Z Checking clap_builder v4.5.60
44422026-05-14T15:16:50.006Z Checking textwrap v0.16.2
44432026-05-14T15:16:50.022Z Checking fs-err v3.3.0
44442026-05-14T15:16:50.055Z Checking icu_provider v2.1.1
44452026-05-14T15:16:50.157Z Checking camino-tempfile v1.4.1
44462026-05-14T15:16:50.200Z Checking tabled v0.15.0
44472026-05-14T15:16:50.212Z Checking anyhow v1.0.102
44482026-05-14T15:16:50.291Z Checking icu_properties v2.1.2
44492026-05-14T15:16:50.305Z Checking icu_normalizer v2.1.1
44502026-05-14T15:16:50.317Z Checking toml v0.8.23
44512026-05-14T15:16:50.406Z Checking macaddr v1.0.1
44522026-05-14T15:16:50.584Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44532026-05-14T15:16:50.632Z Checking cargo_toml v0.21.0
44542026-05-14T15:16:51.024Z Checking dof v0.3.0
44552026-05-14T15:16:51.096Z Checking idna_adapter v1.2.1
44562026-05-14T15:16:51.176Z Checking clap v4.5.60
44572026-05-14T15:16:51.216Z Checking idna v1.1.0
44582026-05-14T15:16:51.302Z Checking usdt-impl v0.5.0
44592026-05-14T15:16:51.437Z Checking url v2.5.8
44602026-05-14T15:16:51.554Z Checking usdt v0.5.0
44612026-05-14T15:16:51.773Z Checking cargo-util-schemas v0.8.2
44622026-05-14T15:16:52.469Z Checking cargo_metadata v0.21.0
44632026-05-14T15:16:53.066Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44642026-05-14T15:16:53.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
44652026-05-14T15:16:53.613Z
44662026-05-14T15:16:53.613Zinfo: running `cargo check --bins` on dnsadm (258/276)
44672026-05-14T15:16:54.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-05-14T15:16:54.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-05-14T15:16:54.257Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44702026-05-14T15:16:54.730Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44712026-05-14T15:16:55.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44722026-05-14T15:16:55.320Z
44732026-05-14T15:16:55.320Zinfo: running `cargo check --bins` on end-to-end-tests (259/276)
44742026-05-14T15:16:55.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-05-14T15:16:55.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-05-14T15:16:56.118Z Checking polyval v0.6.2
44772026-05-14T15:16:56.242Z Checking ctr v0.9.2
44782026-05-14T15:16:56.253Z Checking ssh-encoding v0.2.0
44792026-05-14T15:16:56.255Z Checking blowfish v0.9.1
44802026-05-14T15:16:56.272Z Checking password-hash v0.4.2
44812026-05-14T15:16:56.286Z Checking p521 v0.13.3
44822026-05-14T15:16:56.289Z Checking p256 v0.13.2
44832026-05-14T15:16:56.313Z Checking russh-cryptovec v0.7.3
44842026-05-14T15:16:56.383Z Checking ghash v0.5.1
44852026-05-14T15:16:56.397Z Checking md5 v0.7.0
44862026-05-14T15:16:56.400Z Checking bcrypt-pbkdf v0.10.0
44872026-05-14T15:16:56.425Z Checking num-bigint v0.4.6
44882026-05-14T15:16:56.477Z Checking des v0.8.1
44892026-05-14T15:16:56.494Z Checking pbkdf2 v0.11.0
44902026-05-14T15:16:56.514Z Checking aes-gcm v0.10.3
44912026-05-14T15:16:56.530Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44922026-05-14T15:16:56.594Z Checking hex-literal v0.4.1
44932026-05-14T15:16:56.612Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44942026-05-14T15:16:56.626Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44952026-05-14T15:16:56.659Z Checking socket2 v0.5.10
44962026-05-14T15:16:56.662Z Checking ssh-cipher v0.2.0
44972026-05-14T15:16:56.687Z Checking internet-checksum v0.2.1
44982026-05-14T15:16:56.837Z Checking ssh-key v0.6.7
44992026-05-14T15:16:56.917Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45002026-05-14T15:16:57.463Z Checking russh-keys v0.45.0
45012026-05-14T15:16:58.007Z Checking russh v0.45.0
45022026-05-14T15:17:13.066Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45032026-05-14T15:17:14.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.97s
45042026-05-14T15:17:14.510Z
45052026-05-14T15:17:14.510Zinfo: running `cargo check --bins` on gateway-cli (260/276)
45062026-05-14T15:17:15.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-05-14T15:17:15.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-05-14T15:17:15.173Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45092026-05-14T15:17:15.266Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45102026-05-14T15:17:15.275Z Checking termios v0.3.3
45112026-05-14T15:17:16.480Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45122026-05-14T15:17:16.631Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45132026-05-14T15:17:18.416Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45142026-05-14T15:17:18.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
45152026-05-14T15:17:19.276Z
45162026-05-14T15:17:19.276Zinfo: running `cargo check --bins --no-default-features` on installinator (261/276)
45172026-05-14T15:17:19.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-05-14T15:17:19.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-05-14T15:17:19.883Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45202026-05-14T15:17:19.888Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45212026-05-14T15:17:20.014Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45222026-05-14T15:17:20.019Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45232026-05-14T15:17:20.019Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45242026-05-14T15:17:20.034Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45252026-05-14T15:17:20.742Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45262026-05-14T15:17:21.090Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45272026-05-14T15:17:21.094Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45282026-05-14T15:17:21.721Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45292026-05-14T15:17:23.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
45302026-05-14T15:17:23.558Z
45312026-05-14T15:17:23.558Zinfo: running `cargo check --bins` on internal-dns-cli (262/276)
45322026-05-14T15:17:24.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-05-14T15:17:24.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-05-14T15:17:24.198Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45352026-05-14T15:17:24.647Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45362026-05-14T15:17:24.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45372026-05-14T15:17:25.165Z
45382026-05-14T15:17:25.165Zinfo: running `cargo check --bins` on omicron-live-tests (263/276)
45392026-05-14T15:17:25.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-05-14T15:17:25.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-05-14T15:17:25.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45422026-05-14T15:17:25.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45432026-05-14T15:17:25.764Z
45442026-05-14T15:17:25.764Zinfo: running `cargo check --bins` on live-tests-macros (264/276)
45452026-05-14T15:17:26.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-05-14T15:17:26.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-05-14T15:17:26.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45482026-05-14T15:17:26.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45492026-05-14T15:17:26.358Z
45502026-05-14T15:17:26.358Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/276)
45512026-05-14T15:17:26.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-05-14T15:17:26.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-05-14T15:17:27.116Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45542026-05-14T15:17:27.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45552026-05-14T15:17:27.934Z
45562026-05-14T15:17:27.934Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/276)
45572026-05-14T15:17:28.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-05-14T15:17:28.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-05-14T15:17:28.579Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45602026-05-14T15:17:28.593Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45612026-05-14T15:17:28.841Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45622026-05-14T15:17:28.845Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45632026-05-14T15:17:29.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45642026-05-14T15:17:29.801Z
45652026-05-14T15:17:29.801Zinfo: running `cargo check --bins` on ntp-admin-types (267/276)
45662026-05-14T15:17:30.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-05-14T15:17:30.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-05-14T15:17:30.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45692026-05-14T15:17:30.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45702026-05-14T15:17:30.390Z
45712026-05-14T15:17:30.391Zinfo: running `cargo check --bins` on omicron-package (268/276)
45722026-05-14T15:17:30.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-05-14T15:17:30.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-05-14T15:17:31.076Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45752026-05-14T15:17:32.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45762026-05-14T15:17:32.365Z
45772026-05-14T15:17:32.365Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (269/276)
45782026-05-14T15:17:32.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-05-14T15:17:32.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-05-14T15:17:32.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45812026-05-14T15:17:32.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45822026-05-14T15:17:32.991Z
45832026-05-14T15:17:32.991Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (270/276)
45842026-05-14T15:17:33.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45852026-05-14T15:17:33.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45862026-05-14T15:17:33.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45872026-05-14T15:17:33.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45882026-05-14T15:17:33.619Z
45892026-05-14T15:17:33.619Zinfo: running `cargo check --bins` on tqdb (271/276)
45902026-05-14T15:17:38.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45912026-05-14T15:17:38.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45922026-05-14T15:17:38.066Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45932026-05-14T15:17:38.066Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45942026-05-14T15:17:38.066Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45952026-05-14T15:17:38.066Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45962026-05-14T15:17:41.020Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45972026-05-14T15:17:41.023Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45982026-05-14T15:17:41.593Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45992026-05-14T15:17:41.596Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46002026-05-14T15:17:41.596Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46012026-05-14T15:17:41.596Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46022026-05-14T15:17:42.367Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46032026-05-14T15:17:43.378Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46042026-05-14T15:17:44.142Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46052026-05-14T15:17:44.757Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46062026-05-14T15:17:48.972Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46072026-05-14T15:17:55.254Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46082026-05-14T15:17:55.257Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46092026-05-14T15:17:55.257Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46102026-05-14T15:17:55.257Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46112026-05-14T15:17:56.730Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46122026-05-14T15:17:58.058Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46132026-05-14T15:17:58.736Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46142026-05-14T15:17:59.978Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46152026-05-14T15:18:00.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.90s
46162026-05-14T15:18:00.750Z
46172026-05-14T15:18:00.750Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46182026-05-14T15:18:01.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-05-14T15:18:01.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-05-14T15:18:01.517Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46212026-05-14T15:18:01.517Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46222026-05-14T15:18:01.562Z Checking rtoolbox v0.0.3
46232026-05-14T15:18:01.562Z Checking tui-tree-widget v0.23.1
46242026-05-14T15:18:01.691Z Checking rpassword v7.4.0
46252026-05-14T15:18:02.710Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46262026-05-14T15:18:05.672Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46272026-05-14T15:18:07.499Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46282026-05-14T15:18:08.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.64s
46292026-05-14T15:18:08.601Z
46302026-05-14T15:18:08.602Zinfo: running `cargo check --bins` on wicket (273/276)
46312026-05-14T15:18:09.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-05-14T15:18:09.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-05-14T15:18:09.301Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46342026-05-14T15:18:09.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46352026-05-14T15:18:09.873Z
46362026-05-14T15:18:09.874Zinfo: running `cargo check --bins` on wicketd (274/276)
46372026-05-14T15:18:10.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-05-14T15:18:10.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-05-14T15:18:10.602Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46402026-05-14T15:18:10.602Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46412026-05-14T15:18:10.602Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46422026-05-14T15:18:10.602Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46432026-05-14T15:18:11.586Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46442026-05-14T15:18:12.154Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46452026-05-14T15:18:15.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
46462026-05-14T15:18:15.315Z
46472026-05-14T15:18:15.315Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46482026-05-14T15:18:15.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46492026-05-14T15:18:15.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46502026-05-14T15:18:15.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46512026-05-14T15:18:15.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46522026-05-14T15:18:15.966Z
46532026-05-14T15:18:15.966Zinfo: running `cargo check --bins` on zone-setup (276/276)
46542026-05-14T15:18:16.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46552026-05-14T15:18:16.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46562026-05-14T15:18:16.666Z Checking uzers v0.12.2
46572026-05-14T15:18:16.857Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46582026-05-14T15:18:17.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46592026-05-14T15:18:17.820Z
46602026-05-14T15:18:17.821Zreal 14:09.516173351
46612026-05-14T15:18:17.821Zuser 20:31.839794009
46622026-05-14T15:18:17.821Zsys 4:13.439071746
46632026-05-14T15:18:17.821Ztrap 0.310763329
46642026-05-14T15:18:17.821Ztflt 1.256719579
46652026-05-14T15:18:17.821Zdflt 1.575007789
46662026-05-14T15:18:17.821Zkflt 0.005308336
46672026-05-14T15:18:17.821Zlock 1:17:19.287582708
46682026-05-14T15:18:17.821Zslp 1:38:09.244253051
46692026-05-14T15:18:17.821Zlat 1:00.000398496
46702026-05-14T15:18:17.821Zstop 3:34.699130793
46712026-05-14T15:18:17.825Zprocess exited: duration 986017 ms, exit code 0
 
46722026-05-14T15:18:17.833Zfound 0 output files