01KSTAXKT58S06CFN1XBVHBHM9: 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: 01KSTAY5B6KTBC4FQ1742BB0XF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-29T17:02:24.058Zjob assigned to worker 01KSTAYG3CV2ZK9Q4VDVCC4CNG [factory aws, i-01700ea416a23effa] (queued for 52 s)
 
22026-05-29T17:02:30.819Zstarting task 0: "setup"
32026-05-29T17:02:30.826Z++ uname -s
42026-05-29T17:02:30.829Z+ kern=SunOS
52026-05-29T17:02:30.829Z+ build_user=build
62026-05-29T17:02:30.829Z+ build_uid=12345
72026-05-29T17:02:30.829Z+ work_dir=/work
82026-05-29T17:02:30.829Z+ input_dir=/input
92026-05-29T17:02:30.829Z+ [[ 0 == 12345 ]]
102026-05-29T17:02:30.829Z+ case "$kern" in
112026-05-29T17:02:30.829Z+ groupadd -g 12345 build
122026-05-29T17:02:30.829Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-29T17:02:32.833Z+ zfs create -o mountpoint=/work rpool/work
142026-05-29T17:02:32.938Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-29T17:02:32.941Z+ home_fs=zfs
162026-05-29T17:02:32.941Z+ [[ zfs == autofs ]]
172026-05-29T17:02:32.941Z+ mkdir -p /home/build
182026-05-29T17:02:32.941Z+ chown build:build /home/build /work
192026-05-29T17:02:34.942Z+ chmod 0700 /home/build /work
202026-05-29T17:02:34.945Zprocess exited: duration 4124 ms, exit code 0
 
212026-05-29T17:02:34.951Zstarting task 1: "rust-toolchain"
222026-05-29T17:02:34.954Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-29T17:02:34.954Z * rust toolchain channel = "1.94.0"
242026-05-29T17:02:34.954Z * rust toolchain profile = "default"
252026-05-29T17:02:34.954Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-29T17:02:34.955Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-29T17:02:34.955Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-29T17:02:34.957Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-29T17:02:34.957Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-29T17:02:35.047Zinfo: downloading installer
312026-05-29T17:02:36.402Zwarn: It looks like you have an existing rustup settings file at:
322026-05-29T17:02:36.402Zwarn: /home/build/.rustup/settings.toml
332026-05-29T17:02:36.402Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-29T17:02:36.402Zwarn: instead of the one inferred from the default host triple.
352026-05-29T17:02:36.415Zinfo: profile set to default
362026-05-29T17:02:36.415Zinfo: default host triple is x86_64-unknown-illumos
372026-05-29T17:02:36.418Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-29T17:02:36.557Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-29T17:02:36.560Zinfo: downloading 6 components
402026-05-29T17:02:50.725Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-29T17:02:50.725Z
422026-05-29T17:02:50.754Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-29T17:02:50.754Z
442026-05-29T17:02:50.757Z
452026-05-29T17:02:50.757ZRust is installed now. Great!
462026-05-29T17:02:50.757Z
472026-05-29T17:02:50.757ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-29T17:02:50.757Zenvironment variable. This has not been done automatically.
492026-05-29T17:02:50.757Z
502026-05-29T17:02:50.757ZTo configure your current shell, you need to source
512026-05-29T17:02:50.757Zthe corresponding env file under $HOME/.cargo.
522026-05-29T17:02:50.757Z
532026-05-29T17:02:50.757ZThis is usually done by running one of the following (note the leading DOT):
542026-05-29T17:02:50.757Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-29T17:02:50.757Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-29T17:02:50.757Zsource "~/.cargo/env.nu" # For nushell
572026-05-29T17:02:50.757Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-29T17:02:50.757Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-29T17:02:50.757Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-29T17:02:50.757Zwarn: no default linker (`cc`) was found in your PATH
612026-05-29T17:02:50.757Zwarn: many Rust crates require a system C toolchain to build
622026-05-29T17:02:50.844Z+ rustup --version
632026-05-29T17:02:50.853Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-29T17:02:50.857Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-29T17:02:50.875Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-29T17:02:50.878Z+ cargo --version
672026-05-29T17:02:50.891Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-29T17:02:50.894Z+ rustc --version
692026-05-29T17:02:50.914Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-29T17:02:50.917Zprocess exited: duration 15965 ms, exit code 0
 
712026-05-29T17:02:50.924Zstarting task 2: "authentication"
722026-05-29T17:02:50.941Zprocess exited: duration 16 ms, exit code 0
 
732026-05-29T17:02:50.947Zstarting task 3: "clone repository"
742026-05-29T17:02:50.950Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-29T17:02:50.953Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-29T17:02:50.990ZCloning into '/work/oxidecomputer/omicron'...
772026-05-29T17:03:01.518Z+ cd /work/oxidecomputer/omicron
782026-05-29T17:03:01.518Z+ git fetch origin 3a92ad8404488a5cf5a153f439fca883d61c2a34
792026-05-29T17:03:01.834ZFrom https://github.com/oxidecomputer/omicron
802026-05-29T17:03:01.834Z * branch 3a92ad8404488a5cf5a153f439fca883d61c2a34 -> FETCH_HEAD
812026-05-29T17:03:01.844Z+ [[ -n john/feature-sled-agent-scrimlet-reconcilers ]]
822026-05-29T17:03:01.847Z++ git branch --show-current
832026-05-29T17:03:01.847Z+ current=main
842026-05-29T17:03:01.847Z+ [[ main != john/feature-sled-agent-scrimlet-reconcilers ]]
852026-05-29T17:03:01.847Z+ git branch -f john/feature-sled-agent-scrimlet-reconcilers 3a92ad8404488a5cf5a153f439fca883d61c2a34
862026-05-29T17:03:01.850Z+ git checkout -f john/feature-sled-agent-scrimlet-reconcilers
872026-05-29T17:03:02.088ZSwitched to branch 'john/feature-sled-agent-scrimlet-reconcilers'
882026-05-29T17:03:02.091Z+ git reset --hard 3a92ad8404488a5cf5a153f439fca883d61c2a34
892026-05-29T17:03:02.338ZHEAD is now at 3a92ad840 scrimlet-reconcilers: add mgd static route reconciler (#10466)
902026-05-29T17:03:02.341Zprocess exited: duration 11393 ms, exit code 0
 
912026-05-29T17:03:02.346Zstarting task 4: "build"
922026-05-29T17:03:02.350Z+ source .github/buildomat/ci-env.sh
932026-05-29T17:03:02.353Z++ export CARGO_TERM_COLOR=always
942026-05-29T17:03:02.353Z++ CARGO_TERM_COLOR=always
952026-05-29T17:03:02.353Z+ cargo --version
962026-05-29T17:03:02.360Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-29T17:03:02.363Z+ rustc --version
982026-05-29T17:03:02.383Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-29T17:03:02.386Z+ source ./env.sh
1002026-05-29T17:03:02.386Z++ OLD_SHELL_OPTS=ehxB
1012026-05-29T17:03:02.386Z++ set -o xtrace
1022026-05-29T17:03:02.389Z++++ dirname ./env.sh
1032026-05-29T17:03:02.394Z+++ readlink -f .
1042026-05-29T17:03:02.398Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-29T17:03:02.401Z++ 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-29T17:03:02.401Z++ 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-29T17:03:02.401Z++ 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-29T17:03:02.401Z++ 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-29T17:03:02.401Z++ 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-29T17:03:02.401Z++ 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-29T17:03:02.401Z++ 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-29T17:03:02.401Z++ 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-29T17:03:02.401Z++ case $OLD_SHELL_OPTS in
1142026-05-29T17:03:02.401Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-29T17:03:02.401Z+ 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-29T17:03:02.401Z+ 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-29T17:03:02.401Z+ banner prerequisites
1182026-05-29T17:03:02.401Z
1192026-05-29T17:03:02.402Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-29T17:03:02.402Z # # # # # # # # # # # # # # #
1212026-05-29T17:03:02.402Z # # # # ##### # # ##### # # # # # #### #
1222026-05-29T17:03:02.402Z ##### ##### # ##### # # # # # # # # #
1232026-05-29T17:03:02.402Z # # # # # # # # # # # # # # #
1242026-05-29T17:03:02.402Z # # # ###### # # ###### ### # #### # #### #
1252026-05-29T17:03:02.402Z
1262026-05-29T17:03:02.402Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-29T17:03:03.819Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-29T17:03:03.895Z Startup: Caching catalogs ... Done
1292026-05-29T17:03:04.194ZPlanning: Solver setup ... Done (0.261s)
1302026-05-29T17:03:04.214ZPlanning: Running solver ... Done (0.020s)
1312026-05-29T17:03:04.222ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-29T17:03:04.233ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-29T17:03:04.251ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-29T17:03:04.268ZPlanning: Package planning ... Done (0.019s)
1352026-05-29T17:03:04.270ZPlanning: Merging actions ... Done (0.002s)
1362026-05-29T17:03:04.468ZPlanning: Checking for conflicting actions ... Done (0.199s)
1372026-05-29T17:03:04.471ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-29T17:03:05.322ZPlanning: Evaluating mediators ... Done (0.853s)
1392026-05-29T17:03:05.326ZPlanning: Planning completed in 1.41 seconds
1402026-05-29T17:03:05.331Z Packages to install: 2
1412026-05-29T17:03:05.331Z Estimated space available: 156.07 GB
1422026-05-29T17:03:05.335ZEstimated space to be consumed: 23.93 MB
1432026-05-29T17:03:05.335Z Create boot environment: No
1442026-05-29T17:03:05.335ZCreate backup boot environment: No
1452026-05-29T17:03:05.335Z Rebuild boot archive: No
1462026-05-29T17:03:05.335Z
1472026-05-29T17:03:05.335ZChanged packages:
1482026-05-29T17:03:05.335Zhelios
1492026-05-29T17:03:05.335Z developer/build-essential
1502026-05-29T17:03:05.335Z None -> 11-3.0
1512026-05-29T17:03:05.335Z library/libxmlsec1
1522026-05-29T17:03:05.335Z None -> 1.2.35-3.0
1532026-05-29T17:03:05.356Z
1542026-05-29T17:03:05.356ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-29T17:03:07.215ZDownload: Completed 1.28 MB in 1.86 seconds (705k/s)
1562026-05-29T17:03:07.278Z Actions: 1/268 actions (Installing new actions)
1572026-05-29T17:03:07.314Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-29T17:03:07.322ZFinalize: Updating package state database ... Done (0.007s)
1592026-05-29T17:03:07.322ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-29T17:03:07.342ZFinalize: Updating image state ... Done (0.020s)
1612026-05-29T17:03:09.704ZFinalize: Creating fast lookup database ... Done (2.339s)
1622026-05-29T17:03:09.786ZFinalize: Reading search index ... Done (0.027s)
1632026-05-29T17:03:09.789ZFinalize: Updating search index ... Done (0.000s)
1642026-05-29T17:03:09.875ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-29T17:03:10.172ZPlanning: Evaluating mediator changes ... Done
1662026-05-29T17:03:10.278ZPlanning: Checking for conflicting actions ... Done
1672026-05-29T17:03:10.281ZPlanning: Consolidating action changes ... Done
1682026-05-29T17:03:10.435ZPlanning: Evaluating mediators ... Done
1692026-05-29T17:03:10.440ZPlanning: Planning completed in 0.26 seconds
1702026-05-29T17:03:10.461Z Mediators to change: 2
1712026-05-29T17:03:10.461Z Create boot environment: No
1722026-05-29T17:03:10.461ZCreate backup boot environment: No
1732026-05-29T17:03:10.523ZFinalize: Updating package state database ... Done
1742026-05-29T17:03:10.523ZFinalize: Updating package cache ... Done
1752026-05-29T17:03:10.537ZFinalize: Updating image state ... Done
1762026-05-29T17:03:12.485ZFinalize: Creating fast lookup database ... Done
1772026-05-29T17:03:12.547ZFinalize: Reading search index ... Done
1782026-05-29T17:03:12.550ZFinalize: Updating search index ... Done
1792026-05-29T17:03:12.621ZFinalize: Updating package cache ... Done
1802026-05-29T17:03:12.907ZPlanning: Evaluating mediator changes ... Done
1812026-05-29T17:03:13.012ZPlanning: Checking for conflicting actions ... Done
1822026-05-29T17:03:13.015ZPlanning: Consolidating action changes ... Done
1832026-05-29T17:03:13.172ZPlanning: Evaluating mediators ... Done
1842026-05-29T17:03:13.174ZPlanning: Planning completed in 0.27 seconds
1852026-05-29T17:03:13.195Z Mediators to change: 1
1862026-05-29T17:03:13.195Z Create boot environment: No
1872026-05-29T17:03:13.195ZCreate backup boot environment: No
1882026-05-29T17:03:13.246ZFinalize: Updating package state database ... Done
1892026-05-29T17:03:13.247ZFinalize: Updating package cache ... Done
1902026-05-29T17:03:13.258ZFinalize: Updating image state ... Done
1912026-05-29T17:03:15.222ZFinalize: Creating fast lookup database ... Done
1922026-05-29T17:03:15.281ZFinalize: Reading search index ... Done
1932026-05-29T17:03:15.284ZFinalize: Updating search index ... Done
1942026-05-29T17:03:15.376ZFinalize: Updating package cache ... Done
1952026-05-29T17:03:15.682ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-29T17:03:15.683Zapache system 2.4 system
1972026-05-29T17:03:15.683Zclang system 15 system
1982026-05-29T17:03:15.683Zcsh system system illumos
1992026-05-29T17:03:15.683Zctags system system illumos
2002026-05-29T17:03:15.683Zfile vendor vendor darwinsys
2012026-05-29T17:03:15.683Zfile system system illumos
2022026-05-29T17:03:15.683Zgcc vendor 14 vendor
2032026-05-29T17:03:15.683Zgcc system 13 system
2042026-05-29T17:03:15.683Zgcc system 10 system
2052026-05-29T17:03:15.683Zgo system 1.25 system
2062026-05-29T17:03:15.683Zllvm system 15 system
2072026-05-29T17:03:15.683Zmariadb system 11.4 system
2082026-05-29T17:03:15.683Zmta vendor vendor dma
2092026-05-29T17:03:15.683Zopenjdk system 17 system
2102026-05-29T17:03:15.683Zopenjdk system 11 system
2112026-05-29T17:03:15.683Zopenssl vendor 3 vendor
2122026-05-29T17:03:15.683Zperl system 5.40 system
2132026-05-29T17:03:15.683Zpostgresql system 18 system
2142026-05-29T17:03:15.683Zpostgresql system 17 system
2152026-05-29T17:03:15.683Zpython vendor 3 vendor
2162026-05-29T17:03:15.683Zpython system 2 system
2172026-05-29T17:03:15.683Zpython3 vendor 3.13 vendor
2182026-05-29T17:03:15.683Zruby system 3.4 system
2192026-05-29T17:03:15.683Zruby system 3.0 system
2202026-05-29T17:03:15.683Zwords vendor vendor american-english
2212026-05-29T17:03:15.683Zwords system system australian-english
2222026-05-29T17:03:15.683Zwords system system british-english
2232026-05-29T17:03:15.683Zwords system system canadian-english
2242026-05-29T17:03:15.683Zwords system system french
2252026-05-29T17:03:15.683Zwords system system italian
2262026-05-29T17:03:15.683Zwords system system ngerman
2272026-05-29T17:03:15.683Zwords system system ogerman
2282026-05-29T17:03:15.683Zwords system system spanish
2292026-05-29T17:03:15.935ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-29T17:03:15.935Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-29T17:03:16.216ZFMRI IFO
2322026-05-29T17:03:16.216Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-29T17:03:16.216Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-29T17:03:16.216Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-29T17:03:16.216Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-29T17:03:16.216Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-29T17:03:16.216Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-29T17:03:16.216Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-29T17:03:16.216Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-29T17:03:16.216Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-29T17:03:16.471Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-29T17:03:16.786Z Updating crates.io index
2432026-05-29T17:03:16.819Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-29T17:03:17.082Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-29T17:03:18.049Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-29T17:03:18.375Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-29T17:03:19.431Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-29T17:03:20.066Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-29T17:03:21.690Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-29T17:03:22.613Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-29T17:03:23.105Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-29T17:03:23.953Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-29T17:03:24.391Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-29T17:03:24.737Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-29T17:03:25.062Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-29T17:03:26.220Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-29T17:03:26.735Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-29T17:03:27.028Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-29T17:03:27.368Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-29T17:03:27.859Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-29T17:03:28.273Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-29T17:03:28.528Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-29T17:03:28.751Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-29T17:03:29.006Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-29T17:03:29.446Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-29T17:03:29.786Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-05-29T17:03:30.439Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-05-29T17:03:30.982Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-05-29T17:03:31.275Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-05-29T17:03:31.615Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-05-29T17:03:31.930Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-05-29T17:03:32.999Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-29T17:03:33.865Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-29T17:03:34.135Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-29T17:03:34.497Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-29T17:03:34.849Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-29T17:03:35.181Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-05-29T17:03:35.656Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-29T17:03:35.976Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-29T17:03:36.237Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-29T17:03:36.496Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-05-29T17:03:36.981Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-05-29T17:03:49.522Z Downloading crates ...
2842026-05-29T17:03:49.570Z Downloaded clap_lex v1.0.0
2852026-05-29T17:03:49.573Z Downloaded cargo_metadata v0.21.0
2862026-05-29T17:03:49.579Z Downloaded smallvec v1.15.1
2872026-05-29T17:03:49.582Z Downloaded errno v0.3.14
2882026-05-29T17:03:49.585Z Downloaded cpufeatures v0.2.17
2892026-05-29T17:03:49.589Z Downloaded pretty-hex v0.4.1
2902026-05-29T17:03:49.592Z Downloaded dtrace-parser v0.2.0
2912026-05-29T17:03:49.592Z Downloaded swrite v0.1.0
2922026-05-29T17:03:49.592Z Downloaded crypto-common v0.1.7
2932026-05-29T17:03:49.597Z Downloaded dof v0.3.0
2942026-05-29T17:03:49.600Z Downloaded cargo_toml v0.21.0
2952026-05-29T17:03:49.600Z Downloaded cargo-platform v0.2.0
2962026-05-29T17:03:49.608Z Downloaded colorchoice v1.0.4
2972026-05-29T17:03:49.610Z Downloaded synstructure v0.13.2
2982026-05-29T17:03:49.611Z Downloaded block-buffer v0.10.4
2992026-05-29T17:03:49.613Z Downloaded anstyle v1.0.13
3002026-05-29T17:03:49.613Z Downloaded scroll v0.12.0
3012026-05-29T17:03:49.616Z Downloaded camino v1.2.2
3022026-05-29T17:03:49.616Z Downloaded memmap v0.7.0
3032026-05-29T17:03:49.619Z Downloaded heck v0.5.0
3042026-05-29T17:03:49.619Z Downloaded heck v0.4.1
3052026-05-29T17:03:49.619Z Downloaded generic-array v0.14.7
3062026-05-29T17:03:49.622Z Downloaded fnv v1.0.7
3072026-05-29T17:03:49.622Z Downloaded idna_adapter v1.2.1
3082026-05-29T17:03:49.626Z Downloaded anstream v0.6.21
3092026-05-29T17:03:49.629Z Downloaded cfg-if v1.0.4
3102026-05-29T17:03:49.629Z Downloaded bytecount v0.6.9
3112026-05-29T17:03:49.632Z Downloaded camino-tempfile v1.4.1
3122026-05-29T17:03:49.635Z Downloaded scroll_derive v0.12.1
3132026-05-29T17:03:49.641Z Downloaded proc-macro-error-attr v1.0.4
3142026-05-29T17:03:49.649Z Downloaded digest v0.10.7
3152026-05-29T17:03:49.649Z Downloaded form_urlencoded v1.2.2
3162026-05-29T17:03:49.649Z Downloaded is_terminal_polyfill v1.70.2
3172026-05-29T17:03:49.649Z Downloaded equivalent v1.0.2
3182026-05-29T17:03:49.652Z Downloaded plain v0.2.3
3192026-05-29T17:03:49.652Z Downloaded anstyle-query v1.1.5
3202026-05-29T17:03:49.655Z Downloaded percent-encoding v2.3.2
3212026-05-29T17:03:49.658Z Downloaded serde_spanned v0.6.9
3222026-05-29T17:03:49.658Z Downloaded tempfile v3.25.0
3232026-05-29T17:03:49.658Z Downloaded clap_derive v4.5.55
3242026-05-29T17:03:49.666Z Downloaded cargo-util-schemas v0.8.2
3252026-05-29T17:03:49.669Z Downloaded proc-macro2 v1.0.106
3262026-05-29T17:03:49.669Z Downloaded itoa v1.0.17
3272026-05-29T17:03:49.669Z Downloaded papergrid v0.11.0
3282026-05-29T17:03:49.670Z Downloaded getrandom v0.4.1
3292026-05-29T17:03:49.670Z Downloaded stable_deref_trait v1.2.1
3302026-05-29T17:03:49.674Z Downloaded terminal_size v0.4.3
3312026-05-29T17:03:49.674Z Downloaded tabled_derive v0.7.0
3322026-05-29T17:03:49.678Z Downloaded serde-value v0.7.0
3332026-05-29T17:03:49.678Z Downloaded ordered-float v2.10.1
3342026-05-29T17:03:49.682Z Downloaded strsim v0.11.1
3352026-05-29T17:03:49.682Z Downloaded icu_locale_core v2.1.1
3362026-05-29T17:03:49.684Z Downloaded macaddr v1.0.1
3372026-05-29T17:03:49.684Z Downloaded potential_utf v0.1.4
3382026-05-29T17:03:49.684Z Downloaded fastrand v2.3.0
3392026-05-29T17:03:49.692Z Downloaded serde-untagged v0.1.9
3402026-05-29T17:03:49.694Z Downloaded erased-serde v0.4.9
3412026-05-29T17:03:49.698Z Downloaded smawk v0.3.2
3422026-05-29T17:03:49.698Z Downloaded anstyle-parse v0.2.7
3432026-05-29T17:03:49.702Z Downloaded pest_generator v2.8.6
3442026-05-29T17:03:49.705Z Downloaded quote v1.0.45
3452026-05-29T17:03:49.705Z Downloaded fs-err v3.3.0
3462026-05-29T17:03:49.708Z Downloaded clap v4.5.60
3472026-05-29T17:03:49.711Z Downloaded serde_tokenstream v0.2.3
3482026-05-29T17:03:49.715Z Downloaded autocfg v1.5.0
3492026-05-29T17:03:49.715Z Downloaded sha2 v0.10.9
3502026-05-29T17:03:49.718Z Downloaded proc-macro-error v1.0.4
3512026-05-29T17:03:49.727Z Downloaded litemap v0.8.1
3522026-05-29T17:03:49.731Z Downloaded once_cell v1.21.3
3532026-05-29T17:03:49.735Z Downloaded semver v1.0.28
3542026-05-29T17:03:49.752Z Downloaded anyhow v1.0.102
3552026-05-29T17:03:49.754Z Downloaded num-traits v0.2.19
3562026-05-29T17:03:49.760Z Downloaded serde v1.0.228
3572026-05-29T17:03:49.763Z Downloaded log v0.4.29
3582026-05-29T17:03:49.767Z Downloaded pest_derive v2.8.6
3592026-05-29T17:03:49.767Z Downloaded icu_provider v2.1.1
3602026-05-29T17:03:49.770Z Downloaded icu_normalizer v2.1.1
3612026-05-29T17:03:49.770Z Downloaded displaydoc v0.2.5
3622026-05-29T17:03:49.773Z Downloaded serde_derive v1.0.228
3632026-05-29T17:03:49.778Z Downloaded icu_normalizer_data v2.1.1
3642026-05-29T17:03:49.781Z Downloaded serde_core v1.0.228
3652026-05-29T17:03:49.781Z Downloaded idna v1.1.0
3662026-05-29T17:03:49.785Z Downloaded pest_meta v2.8.6
3672026-05-29T17:03:49.788Z Downloaded icu_properties v2.1.2
3682026-05-29T17:03:49.793Z Downloaded icu_collections v2.1.1
3692026-05-29T17:03:49.796Z Downloaded memchr v2.8.0
3702026-05-29T17:03:49.800Z Downloaded bitflags v2.11.0
3712026-05-29T17:03:49.811Z Downloaded indexmap v2.14.0
3722026-05-29T17:03:49.827Z Downloaded pest v2.8.6
3732026-05-29T17:03:49.841Z Downloaded clap_builder v4.5.60
3742026-05-29T17:03:49.844Z Downloaded hashbrown v0.17.0
3752026-05-29T17:03:49.847Z Downloaded serde_json v1.0.149
3762026-05-29T17:03:49.852Z Downloaded icu_properties_data v2.1.2
3772026-05-29T17:03:49.857Z Downloaded goblin v0.8.2
3782026-05-29T17:03:49.861Z Downloaded tabled v0.15.0
3792026-05-29T17:03:49.878Z Downloaded syn v1.0.109
3802026-05-29T17:03:49.895Z Downloaded unicode-width v0.1.14
3812026-05-29T17:03:49.899Z Downloaded syn v2.0.117
3822026-05-29T17:03:49.899Z Downloaded unicode-xid v0.2.6
3832026-05-29T17:03:49.899Z Downloaded ucd-trie v0.1.7
3842026-05-29T17:03:49.902Z Downloaded rustix v1.1.3
3852026-05-29T17:03:49.914Z Downloaded usdt-impl v0.5.0
3862026-05-29T17:03:49.929Z Downloaded libc v0.2.185
3872026-05-29T17:03:49.948Z Downloaded zerocopy-derive v0.7.35
3882026-05-29T17:03:49.952Z Downloaded yoke v0.8.1
3892026-05-29T17:03:49.955Z Downloaded usdt v0.5.0
3902026-05-29T17:03:49.955Z Downloaded thiserror v2.0.18
3912026-05-29T17:03:49.979Z Downloaded zerovec-derive v0.11.2
3922026-05-29T17:03:49.987Z Downloaded toml v0.8.23
3932026-05-29T17:03:50.002Z Downloaded thiserror v1.0.69
3942026-05-29T17:03:50.009Z Downloaded unicode-ident v1.0.24
3952026-05-29T17:03:50.012Z Downloaded thiserror-impl v2.0.18
3962026-05-29T17:03:50.012Z Downloaded toml_edit v0.22.27
3972026-05-29T17:03:50.015Z Downloaded yoke-derive v0.8.1
3982026-05-29T17:03:50.018Z Downloaded zerocopy v0.7.35
3992026-05-29T17:03:50.027Z Downloaded zerofrom v0.1.6
4002026-05-29T17:03:50.037Z Downloaded zerofrom-derive v0.1.6
4012026-05-29T17:03:50.041Z Downloaded version_check v0.9.5
4022026-05-29T17:03:50.041Z Downloaded typenum v1.19.0
4032026-05-29T17:03:50.044Z Downloaded utf8_iter v1.0.4
4042026-05-29T17:03:50.044Z Downloaded usdt-attr-macro v0.5.0
4052026-05-29T17:03:50.044Z Downloaded tinystr v0.8.2
4062026-05-29T17:03:50.057Z Downloaded usdt-macro v0.5.0
4072026-05-29T17:03:50.060Z Downloaded typeid v1.0.3
4082026-05-29T17:03:50.247Z Downloaded thread-id v4.2.2
4092026-05-29T17:03:50.257Z Downloaded writeable v0.6.2
4102026-05-29T17:03:50.260Z Downloaded thiserror-impl v1.0.69
4112026-05-29T17:03:50.300Z Downloaded utf8parse v0.2.2
4122026-05-29T17:03:50.324Z Downloaded textwrap v0.16.2
4132026-05-29T17:03:50.360Z Downloaded byteorder v1.5.0
4142026-05-29T17:03:50.382Z Downloaded toml_datetime v0.6.11
4152026-05-29T17:03:50.387Z Downloaded zerovec v0.11.5
4162026-05-29T17:03:50.390Z Downloaded toml_write v0.1.2
4172026-05-29T17:03:50.395Z Downloaded zerotrie v0.2.3
4182026-05-29T17:03:50.400Z Downloaded winnow v0.7.14
4192026-05-29T17:03:50.412Z Downloaded unicode-width v0.2.0
4202026-05-29T17:03:50.416Z Downloaded unicode-linebreak v0.1.5
4212026-05-29T17:03:50.444Z Downloaded zmij v1.0.21
4222026-05-29T17:03:50.506Z Downloaded url v2.5.8
4232026-05-29T17:03:50.559Z Compiling proc-macro2 v1.0.106
4242026-05-29T17:03:50.559Z Compiling quote v1.0.45
4252026-05-29T17:03:50.562Z Compiling unicode-ident v1.0.24
4262026-05-29T17:03:50.562Z Compiling serde_core v1.0.228
4272026-05-29T17:03:50.562Z Compiling libc v0.2.185
4282026-05-29T17:03:50.562Z Compiling version_check v0.9.5
4292026-05-29T17:03:50.562Z Compiling memchr v2.8.0
4302026-05-29T17:03:50.562Z Compiling serde v1.0.228
4312026-05-29T17:03:50.897Z Compiling stable_deref_trait v1.2.1
4322026-05-29T17:03:50.974Z Compiling zmij v1.0.21
4332026-05-29T17:03:51.229Z Compiling autocfg v1.5.0
4342026-05-29T17:03:51.239Z Compiling ucd-trie v0.1.7
4352026-05-29T17:03:51.439Z Compiling thiserror v1.0.69
4362026-05-29T17:03:51.516Z Compiling itoa v1.0.17
4372026-05-29T17:03:51.575Z Compiling pest v2.8.6
4382026-05-29T17:03:51.602Z Compiling litemap v0.8.1
4392026-05-29T17:03:51.617Z Compiling writeable v0.6.2
4402026-05-29T17:03:51.830Z Compiling rustix v1.1.3
4412026-05-29T17:03:51.875Z Compiling byteorder v1.5.0
4422026-05-29T17:03:52.052Z Compiling icu_properties_data v2.1.2
4432026-05-29T17:03:52.104Z Compiling icu_normalizer_data v2.1.1
4442026-05-29T17:03:52.177Z Compiling syn v2.0.117
4452026-05-29T17:03:52.250Z Compiling errno v0.3.14
4462026-05-29T17:03:52.277Z Compiling serde_json v1.0.149
4472026-05-29T17:03:52.311Z Compiling bitflags v2.11.0
4482026-05-29T17:03:52.496Z Compiling num-traits v0.2.19
4492026-05-29T17:03:52.536Z Compiling smallvec v1.15.1
4502026-05-29T17:03:52.553Z Compiling hashbrown v0.17.0
4512026-05-29T17:03:52.676Z Compiling pest_meta v2.8.6
4522026-05-29T17:03:52.746Z Compiling equivalent v1.0.2
4532026-05-29T17:03:52.837Z Compiling typeid v1.0.3
4542026-05-29T17:03:53.051Z Compiling indexmap v2.14.0
4552026-05-29T17:03:53.120Z Compiling thread-id v4.2.2
4562026-05-29T17:03:53.166Z Compiling usdt-impl v0.5.0
4572026-05-29T17:03:53.214Z Compiling proc-macro-error-attr v1.0.4
4582026-05-29T17:03:53.267Z Compiling syn v1.0.109
4592026-05-29T17:03:53.398Z Compiling winnow v0.7.14
4602026-05-29T17:03:53.470Z Compiling toml_write v0.1.2
4612026-05-29T17:03:53.569Z Compiling erased-serde v0.4.9
4622026-05-29T17:03:53.812Z Compiling proc-macro-error v1.0.4
4632026-05-29T17:03:53.880Z Compiling thiserror v2.0.18
4642026-05-29T17:03:53.999Z Compiling percent-encoding v2.3.2
4652026-05-29T17:03:54.196Z Compiling camino v1.2.2
4662026-05-29T17:03:54.215Z Compiling plain v0.2.3
4672026-05-29T17:03:54.295Z Compiling utf8parse v0.2.2
4682026-05-29T17:03:54.310Z Compiling utf8_iter v1.0.4
4692026-05-29T17:03:54.328Z Compiling log v0.4.29
4702026-05-29T17:03:54.392Z Compiling getrandom v0.4.1
4712026-05-29T17:03:54.408Z Compiling anstyle-parse v0.2.7
4722026-05-29T17:03:54.516Z Compiling ordered-float v2.10.1
4732026-05-29T17:03:54.580Z Compiling form_urlencoded v1.2.2
4742026-05-29T17:03:54.738Z Compiling synstructure v0.13.2
4752026-05-29T17:03:54.759Z Compiling pest_generator v2.8.6
4762026-05-29T17:03:54.814Z Compiling terminal_size v0.4.3
4772026-05-29T17:03:54.975Z Compiling is_terminal_polyfill v1.70.2
4782026-05-29T17:03:55.077Z Compiling pretty-hex v0.4.1
4792026-05-29T17:03:55.092Z Compiling anstyle v1.0.13
4802026-05-29T17:03:55.114Z Compiling colorchoice v1.0.4
4812026-05-29T17:03:55.134Z Compiling cfg-if v1.0.4
4822026-05-29T17:03:55.211Z Compiling anstyle-query v1.1.5
4832026-05-29T17:03:55.321Z Compiling anstream v0.6.21
4842026-05-29T17:03:55.372Z Compiling serde-untagged v0.1.9
4852026-05-29T17:03:55.402Z Compiling semver v1.0.28
4862026-05-29T17:03:55.561Z Compiling fs-err v3.3.0
4872026-05-29T17:03:55.615Z Compiling fastrand v2.3.0
4882026-05-29T17:03:55.664Z Compiling unicode-width v0.1.14
4892026-05-29T17:03:55.736Z Compiling unicode-xid v0.2.6
4902026-05-29T17:03:55.753Z Compiling anyhow v1.0.102
4912026-05-29T17:03:55.768Z Compiling heck v0.5.0
4922026-05-29T17:03:55.864Z Compiling clap_lex v1.0.0
4932026-05-29T17:03:55.882Z Compiling bytecount v0.6.9
4942026-05-29T17:03:55.946Z Compiling fnv v1.0.7
4952026-05-29T17:03:56.027Z Compiling once_cell v1.21.3
4962026-05-29T17:03:56.051Z Compiling heck v0.4.1
4972026-05-29T17:03:56.067Z Compiling strsim v0.11.1
4982026-05-29T17:03:56.244Z Compiling tempfile v3.25.0
4992026-05-29T17:03:56.279Z Compiling clap_builder v4.5.60
5002026-05-29T17:03:56.315Z Compiling papergrid v0.11.0
5012026-05-29T17:03:56.429Z Compiling memmap v0.7.0
5022026-05-29T17:03:56.443Z Compiling unicode-linebreak v0.1.5
5032026-05-29T17:03:56.463Z Compiling serde_derive v1.0.228
5042026-05-29T17:03:56.616Z Compiling zerofrom-derive v0.1.6
5052026-05-29T17:03:56.633Z Compiling yoke-derive v0.8.1
5062026-05-29T17:03:56.692Z Compiling zerovec-derive v0.11.2
5072026-05-29T17:03:56.905Z Compiling displaydoc v0.2.5
5082026-05-29T17:03:57.634Z Compiling thiserror-impl v1.0.69
5092026-05-29T17:03:57.727Z Compiling zerocopy-derive v0.7.35
5102026-05-29T17:03:57.771Z Compiling pest_derive v2.8.6
5112026-05-29T17:03:57.791Z Compiling scroll_derive v0.12.1
5122026-05-29T17:03:58.001Z Compiling zerofrom v0.1.6
5132026-05-29T17:03:58.140Z Compiling yoke v0.8.1
5142026-05-29T17:03:58.194Z Compiling thiserror-impl v2.0.18
5152026-05-29T17:03:58.331Z Compiling zerovec v0.11.5
5162026-05-29T17:03:58.462Z Compiling zerotrie v0.2.3
5172026-05-29T17:03:58.584Z Compiling zerocopy v0.7.35
5182026-05-29T17:03:58.770Z Compiling scroll v0.12.0
5192026-05-29T17:03:58.841Z Compiling tinystr v0.8.2
5202026-05-29T17:03:58.997Z Compiling icu_locale_core v2.1.1
5212026-05-29T17:03:59.043Z Compiling potential_utf v0.1.4
5222026-05-29T17:03:59.059Z Compiling dtrace-parser v0.2.0
5232026-05-29T17:03:59.136Z Compiling goblin v0.8.2
5242026-05-29T17:03:59.216Z Compiling icu_collections v2.1.1
5252026-05-29T17:03:59.281Z Compiling tabled_derive v0.7.0
5262026-05-29T17:03:59.635Z Compiling icu_provider v2.1.1
5272026-05-29T17:03:59.700Z Compiling clap_derive v4.5.55
5282026-05-29T17:03:59.809Z Compiling smawk v0.3.2
5292026-05-29T17:03:59.890Z Compiling icu_normalizer v2.1.1
5302026-05-29T17:03:59.907Z Compiling icu_properties v2.1.2
5312026-05-29T17:03:59.922Z Compiling serde_spanned v0.6.9
5322026-05-29T17:03:59.937Z Compiling toml_datetime v0.6.11
5332026-05-29T17:03:59.951Z Compiling dof v0.3.0
5342026-05-29T17:04:00.070Z Compiling serde_tokenstream v0.2.3
5352026-05-29T17:04:00.183Z Compiling toml_edit v0.22.27
5362026-05-29T17:04:00.376Z Compiling serde-value v0.7.0
5372026-05-29T17:04:00.435Z Compiling cargo-platform v0.2.0
5382026-05-29T17:04:00.506Z Compiling unicode-width v0.2.0
5392026-05-29T17:04:00.713Z Compiling tabled v0.15.0
5402026-05-29T17:04:00.757Z Compiling textwrap v0.16.2
5412026-05-29T17:04:00.788Z Compiling idna_adapter v1.2.1
5422026-05-29T17:04:00.893Z Compiling usdt-attr-macro v0.5.0
5432026-05-29T17:04:00.936Z Compiling idna v1.1.0
5442026-05-29T17:04:01.024Z Compiling usdt-macro v0.5.0
5452026-05-29T17:04:01.231Z Compiling url v2.5.8
5462026-05-29T17:04:01.575Z Compiling clap v4.5.60
5472026-05-29T17:04:01.611Z Compiling macaddr v1.0.1
5482026-05-29T17:04:01.661Z Compiling toml v0.8.23
5492026-05-29T17:04:01.679Z Compiling camino-tempfile v1.4.1
5502026-05-29T17:04:02.173Z Compiling cargo-util-schemas v0.8.2
5512026-05-29T17:04:02.204Z Compiling usdt v0.5.0
5522026-05-29T17:04:02.294Z Compiling cargo_toml v0.21.0
5532026-05-29T17:04:02.350Z Compiling swrite v0.1.0
5542026-05-29T17:04:02.428Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5552026-05-29T17:04:03.069Z Compiling cargo_metadata v0.21.0
5562026-05-29T17:04:03.996Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-05-29T17:04:06.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.77s
5582026-05-29T17:04:06.314Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5592026-05-29T17:04:06.875Z Downloading crates ...
5602026-05-29T17:04:06.972Z Downloaded aead v0.5.2
5612026-05-29T17:04:06.982Z Downloaded ahash v0.8.12
5622026-05-29T17:04:06.989Z Downloaded atomic-waker v1.1.2
5632026-05-29T17:04:06.991Z Downloaded ascii-canvas v3.0.0
5642026-05-29T17:04:06.994Z Downloaded crossbeam-utils v0.8.21
5652026-05-29T17:04:06.997Z Downloaded bitflags v1.3.2
5662026-05-29T17:04:07.001Z Downloaded embedded-io v0.6.1
5672026-05-29T17:04:07.001Z Downloaded crc32fast v1.5.0
5682026-05-29T17:04:07.004Z Downloaded bb8 v0.8.6
5692026-05-29T17:04:07.004Z Downloaded async-stream-impl v0.3.6
5702026-05-29T17:04:07.004Z Downloaded async-stream v0.3.6
5712026-05-29T17:04:07.004Z Downloaded env_logger v0.11.9
5722026-05-29T17:04:07.008Z Downloaded crossbeam-channel v0.5.15
5732026-05-29T17:04:07.010Z Downloaded ciborium-ll v0.2.2
5742026-05-29T17:04:07.010Z Downloaded block-padding v0.3.3
5752026-05-29T17:04:07.010Z Downloaded bit-set v0.8.0
5762026-05-29T17:04:07.010Z Downloaded dtrace-parser v0.3.0
5772026-05-29T17:04:07.014Z Downloaded camino-tempfile-ext v0.3.3
5782026-05-29T17:04:07.014Z Downloaded derive_more v0.99.20
5792026-05-29T17:04:07.016Z Downloaded ar_archive_writer v0.5.1
5802026-05-29T17:04:07.016Z Downloaded atty v0.2.14
5812026-05-29T17:04:07.019Z Downloaded convert_case v0.10.0
5822026-05-29T17:04:07.019Z Downloaded byte-wrapper v0.1.0
5832026-05-29T17:04:07.023Z Downloaded assert_matches v1.5.0
5842026-05-29T17:04:07.023Z Downloaded array-init v0.0.4
5852026-05-29T17:04:07.023Z Downloaded compression-codecs v0.4.37
5862026-05-29T17:04:07.026Z Downloaded crc v3.4.0
5872026-05-29T17:04:07.026Z Downloaded backon v1.6.0
5882026-05-29T17:04:07.029Z Downloaded chacha20 v0.10.0
5892026-05-29T17:04:07.029Z Downloaded cbc v0.1.2
5902026-05-29T17:04:07.032Z Downloaded clang-sys v1.8.1
5912026-05-29T17:04:07.032Z Downloaded bitfield v0.19.4
5922026-05-29T17:04:07.032Z Downloaded async-recursion v1.1.1
5932026-05-29T17:04:07.036Z Downloaded cobs v0.3.0
5942026-05-29T17:04:07.039Z Downloaded bzip2 v0.6.1
5952026-05-29T17:04:07.042Z Downloaded foldhash v0.2.0
5962026-05-29T17:04:07.042Z Downloaded diesel_table_macro_syntax v0.3.0
5972026-05-29T17:04:07.046Z Downloaded dropshot v0.17.0
5982026-05-29T17:04:07.057Z Downloaded float-cmp v0.10.0
5992026-05-29T17:04:07.059Z Downloaded crucible-workspace-hack v0.1.0
6002026-05-29T17:04:07.059Z Downloaded curve25519-dalek-derive v0.1.1
6012026-05-29T17:04:07.059Z Downloaded fd-lock v4.0.4
6022026-05-29T17:04:07.062Z Downloaded endian-type v0.1.2
6032026-05-29T17:04:07.062Z Downloaded display-error-chain v0.2.2
6042026-05-29T17:04:07.062Z Downloaded compression-core v0.4.31
6052026-05-29T17:04:07.065Z Downloaded ciborium-io v0.2.2
6062026-05-29T17:04:07.065Z Downloaded embedded-io v0.4.0
6072026-05-29T17:04:07.065Z Downloaded bcrypt-pbkdf v0.10.0
6082026-05-29T17:04:07.065Z Downloaded env_filter v1.0.0
6092026-05-29T17:04:07.068Z Downloaded dunce v1.0.5
6102026-05-29T17:04:07.068Z Downloaded cargo-platform v0.3.2
6112026-05-29T17:04:07.068Z Downloaded der v0.7.10
6122026-05-29T17:04:07.071Z Downloaded document-features v0.2.12
6132026-05-29T17:04:07.082Z Downloaded dirs-sys-next v0.1.2
6142026-05-29T17:04:07.082Z Downloaded convert_case v0.4.0
6152026-05-29T17:04:07.082Z Downloaded castaway v0.2.4
6162026-05-29T17:04:07.089Z Downloaded dsl_auto_type v0.2.0
6172026-05-29T17:04:07.089Z Downloaded cfg_aliases v0.2.1
6182026-05-29T17:04:07.089Z Downloaded console v0.16.2
6192026-05-29T17:04:07.089Z Downloaded cstr-argument v0.1.2
6202026-05-29T17:04:07.089Z Downloaded colored v2.2.0
6212026-05-29T17:04:07.089Z Downloaded defmt-parser v1.0.0
6222026-05-29T17:04:07.089Z Downloaded darling_macro v0.20.11
6232026-05-29T17:04:07.089Z Downloaded cfg_aliases v0.1.1
6242026-05-29T17:04:07.089Z Downloaded bitfield-struct v0.6.2
6252026-05-29T17:04:07.089Z Downloaded bitfield-macros v0.19.4
6262026-05-29T17:04:07.089Z Downloaded adler2 v2.0.1
6272026-05-29T17:04:07.089Z Downloaded foreign-types-macros v0.2.3
6282026-05-29T17:04:07.089Z Downloaded foreign-types v0.5.0
6292026-05-29T17:04:07.089Z Downloaded debug-ignore v1.0.5
6302026-05-29T17:04:07.092Z Downloaded foldhash v0.1.5
6312026-05-29T17:04:07.092Z Downloaded downcast-rs v2.0.2
6322026-05-29T17:04:07.092Z Downloaded blake2 v0.10.6
6332026-05-29T17:04:07.092Z Downloaded find-msvc-tools v0.1.9
6342026-05-29T17:04:07.092Z Downloaded foreign-types-shared v0.3.1
6352026-05-29T17:04:07.092Z Downloaded foreign-types v0.3.2
6362026-05-29T17:04:07.095Z Downloaded corncobs v0.1.4
6372026-05-29T17:04:07.095Z Downloaded arrayref v0.3.9
6382026-05-29T17:04:07.095Z Downloaded crc-catalog v2.4.0
6392026-05-29T17:04:07.095Z Downloaded bit-set v0.5.3
6402026-05-29T17:04:07.098Z Downloaded futures-task v0.3.32
6412026-05-29T17:04:07.098Z Downloaded dropshot-api-manager-types v0.7.2
6422026-05-29T17:04:07.098Z Downloaded ghash v0.5.1
6432026-05-29T17:04:07.101Z Downloaded futures-macro v0.3.32
6442026-05-29T17:04:07.101Z Downloaded flagset v0.4.7
6452026-05-29T17:04:07.101Z Downloaded futures-io v0.3.32
6462026-05-29T17:04:07.101Z Downloaded base16ct v0.2.0
6472026-05-29T17:04:07.105Z Downloaded atomicwrites v0.4.4
6482026-05-29T17:04:07.105Z Downloaded globwalk v0.9.1
6492026-05-29T17:04:07.108Z Downloaded cookie_store v0.22.1
6502026-05-29T17:04:07.108Z Downloaded darling_macro v0.21.3
6512026-05-29T17:04:07.108Z Downloaded crc8 v0.1.1
6522026-05-29T17:04:07.111Z Downloaded cexpr v0.6.0
6532026-05-29T17:04:07.114Z Downloaded bit-vec v0.8.0
6542026-05-29T17:04:07.114Z Downloaded defmt v0.3.100
6552026-05-29T17:04:07.114Z Downloaded darling_macro v0.13.4
6562026-05-29T17:04:07.120Z Downloaded foreign-types-shared v0.1.1
6572026-05-29T17:04:07.123Z Downloaded enum-as-inner v0.6.1
6582026-05-29T17:04:07.123Z Downloaded difflib v0.4.0
6592026-05-29T17:04:07.123Z Downloaded darling_macro v0.23.0
6602026-05-29T17:04:07.126Z Downloaded futures-core v0.3.32
6612026-05-29T17:04:07.126Z Downloaded dyn-clone v1.0.20
6622026-05-29T17:04:07.126Z Downloaded constant_time_eq v0.4.2
6632026-05-29T17:04:07.128Z Downloaded derive_builder_macro v0.20.2
6642026-05-29T17:04:07.129Z Downloaded funty v2.0.0
6652026-05-29T17:04:07.129Z Downloaded futures-sink v0.3.32
6662026-05-29T17:04:07.129Z Downloaded fixedbitset v0.4.2
6672026-05-29T17:04:07.132Z Downloaded argon2 v0.5.3
6682026-05-29T17:04:07.132Z Downloaded cpufeatures v0.3.0
6692026-05-29T17:04:07.132Z Downloaded cmake v0.1.57
6702026-05-29T17:04:07.134Z Downloaded buf-list v1.1.2
6712026-05-29T17:04:07.134Z Downloaded gethostname v0.5.0
6722026-05-29T17:04:07.139Z Downloaded derive_builder_core v0.20.2
6732026-05-29T17:04:07.139Z Downloaded hash32 v0.3.1
6742026-05-29T17:04:07.141Z Downloaded const_format_proc_macros v0.2.34
6752026-05-29T17:04:07.141Z Downloaded chacha20 v0.9.1
6762026-05-29T17:04:07.141Z Downloaded diesel-dtrace v0.5.0
6772026-05-29T17:04:07.142Z Downloaded defmt-macros v1.0.1
6782026-05-29T17:04:07.144Z Downloaded ctr v0.9.2
6792026-05-29T17:04:07.147Z Downloaded futures-executor v0.3.32
6802026-05-29T17:04:07.147Z Downloaded fs_extra v1.3.0
6812026-05-29T17:04:07.150Z Downloaded elliptic-curve v0.13.8
6822026-05-29T17:04:07.150Z Downloaded fxhash v0.2.1
6832026-05-29T17:04:07.152Z Downloaded drift v0.2.0
6842026-05-29T17:04:07.156Z Downloaded hostname v0.4.2
6852026-05-29T17:04:07.159Z Downloaded headers-core v0.3.0
6862026-05-29T17:04:07.159Z Downloaded hostname v0.3.1
6872026-05-29T17:04:07.161Z Downloaded home v0.5.12
6882026-05-29T17:04:07.161Z Downloaded hex v0.4.3
6892026-05-29T17:04:07.161Z Downloaded http-range v0.1.5
6902026-05-29T17:04:07.164Z Downloaded globset v0.4.18
6912026-05-29T17:04:07.164Z Downloaded hubpack_derive v0.1.1
6922026-05-29T17:04:07.164Z Downloaded ident_case v1.0.1
6932026-05-29T17:04:07.164Z Downloaded cancel-safe-futures v0.1.5
6942026-05-29T17:04:07.167Z Downloaded hubpack v0.1.2
6952026-05-29T17:04:07.167Z Downloaded derive_more v2.1.1
6962026-05-29T17:04:07.174Z Downloaded filetime v0.2.27
6972026-05-29T17:04:07.177Z Downloaded critical-section v1.2.0
6982026-05-29T17:04:07.177Z Downloaded blowfish v0.9.1
6992026-05-29T17:04:07.177Z Downloaded async-trait v0.1.89
7002026-05-29T17:04:07.180Z Downloaded bzip2 v0.4.4
7012026-05-29T17:04:07.183Z Downloaded const-oid v0.9.6
7022026-05-29T17:04:07.183Z Downloaded float-ord v0.3.2
7032026-05-29T17:04:07.184Z Downloaded data-encoding v2.10.0
7042026-05-29T17:04:07.186Z Downloaded daft v0.1.7
7052026-05-29T17:04:07.186Z Downloaded illumos-nvpair-sys v0.2.0
7062026-05-29T17:04:07.186Z Downloaded hyper-tls v0.6.0
7072026-05-29T17:04:07.186Z Downloaded group v0.13.0
7082026-05-29T17:04:07.189Z Downloaded glob v0.3.3
7092026-05-29T17:04:07.189Z Downloaded ena v0.14.4
7102026-05-29T17:04:07.189Z Downloaded illumos-nvpair v0.3.0
7112026-05-29T17:04:07.192Z Downloaded indoc v1.0.9
7122026-05-29T17:04:07.192Z Downloaded defmt v1.0.1
7132026-05-29T17:04:07.195Z Downloaded indent_write v2.2.0
7142026-05-29T17:04:07.195Z Downloaded diff v0.1.13
7152026-05-29T17:04:07.198Z Downloaded des v0.8.1
7162026-05-29T17:04:07.198Z Downloaded instant v0.1.13
7172026-05-29T17:04:07.200Z Downloaded inout v0.1.4
7182026-05-29T17:04:07.200Z Downloaded is-terminal v0.4.17
7192026-05-29T17:04:07.200Z Downloaded internet-checksum v0.2.1
7202026-05-29T17:04:07.203Z Downloaded derive_builder v0.20.2
7212026-05-29T17:04:07.206Z Downloaded instability v0.3.11
7222026-05-29T17:04:07.206Z Downloaded either v1.15.0
7232026-05-29T17:04:07.206Z Downloaded getrandom v0.2.17
7242026-05-29T17:04:07.209Z Downloaded highway v1.3.0
7252026-05-29T17:04:07.211Z Downloaded hex-literal v0.4.1
7262026-05-29T17:04:07.211Z Downloaded futures-channel v0.3.32
7272026-05-29T17:04:07.212Z Downloaded ecdsa v0.16.9
7282026-05-29T17:04:07.214Z Downloaded async-bb8-diesel v0.2.1
7292026-05-29T17:04:07.214Z Downloaded httpdate v1.0.3
7302026-05-29T17:04:07.217Z Downloaded derive-where v1.6.0
7312026-05-29T17:04:07.217Z Downloaded lazy_static v1.5.0
7322026-05-29T17:04:07.220Z Downloaded humantime v2.3.0
7332026-05-29T17:04:07.220Z Downloaded is_ci v1.2.0
7342026-05-29T17:04:07.220Z Downloaded half v1.8.3
7352026-05-29T17:04:07.223Z Downloaded base64 v0.22.1
7362026-05-29T17:04:07.226Z Downloaded keccak v0.1.6
7372026-05-29T17:04:07.226Z Downloaded http-body-util v0.1.3
7382026-05-29T17:04:07.226Z Downloaded kstat-rs v0.2.4
7392026-05-29T17:04:07.229Z Downloaded crunchy v0.2.4
7402026-05-29T17:04:07.229Z Downloaded lalrpop-util v0.19.12
7412026-05-29T17:04:07.229Z Downloaded fixedbitset v0.5.7
7422026-05-29T17:04:07.232Z Downloaded cookie v0.18.1
7432026-05-29T17:04:07.232Z Downloaded managed v0.8.0
7442026-05-29T17:04:07.232Z Downloaded libscf-sys v1.2.0
7452026-05-29T17:04:07.235Z Downloaded lru-slab v0.1.2
7462026-05-29T17:04:07.235Z Downloaded allocator-api2 v0.2.21
7472026-05-29T17:04:07.238Z Downloaded derive-ex v0.1.8
7482026-05-29T17:04:07.238Z Downloaded erased-serde v0.3.31
7492026-05-29T17:04:07.238Z Downloaded lru v0.12.5
7502026-05-29T17:04:07.238Z Downloaded crossbeam-epoch v0.9.18
7512026-05-29T17:04:07.241Z Downloaded match_cfg v0.1.0
7522026-05-29T17:04:07.241Z Downloaded darling v0.23.0
7532026-05-29T17:04:07.243Z Downloaded console v0.15.11
7542026-05-29T17:04:07.246Z Downloaded linked-hash-map v0.5.6
7552026-05-29T17:04:07.246Z Downloaded hyper-staticfile v0.10.1
7562026-05-29T17:04:07.250Z Downloaded darling v0.20.11
7572026-05-29T17:04:07.252Z Downloaded mime v0.3.17
7582026-05-29T17:04:07.252Z Downloaded memoffset v0.9.1
7592026-05-29T17:04:07.252Z Downloaded md5 v0.7.0
7602026-05-29T17:04:07.252Z Downloaded maybe-uninit v2.0.0
7612026-05-29T17:04:07.255Z Downloaded daft-derive v0.1.7
7622026-05-29T17:04:07.258Z Downloaded multimap v0.10.1
7632026-05-29T17:04:07.258Z Downloaded maplit v1.0.2
7642026-05-29T17:04:07.258Z Downloaded impl-trait-for-tuples v0.2.3
7652026-05-29T17:04:07.261Z Downloaded nodrop v0.1.14
7662026-05-29T17:04:07.261Z Downloaded newtype_derive v0.1.6
7672026-05-29T17:04:07.261Z Downloaded diesel_derives v2.3.7
7682026-05-29T17:04:07.264Z Downloaded newline-converter v0.3.0
7692026-05-29T17:04:07.267Z Downloaded md-5 v0.10.6
7702026-05-29T17:04:07.267Z Downloaded new_debug_unreachable v1.0.6
7712026-05-29T17:04:07.267Z Downloaded getrandom v0.3.4
7722026-05-29T17:04:07.270Z Downloaded ipnet v2.11.0
7732026-05-29T17:04:07.270Z Downloaded newtype-uuid-macros v0.1.0
7742026-05-29T17:04:07.273Z Downloaded ingot-types v0.1.2
7752026-05-29T17:04:07.273Z Downloaded num-conv v0.2.0
7762026-05-29T17:04:07.273Z Downloaded normalize-line-endings v0.3.0
7772026-05-29T17:04:07.275Z Downloaded lzss v0.8.2
7782026-05-29T17:04:07.275Z Downloaded nibble_vec v0.1.0
7792026-05-29T17:04:07.275Z Downloaded indoc v2.0.7
7802026-05-29T17:04:07.278Z Downloaded crc-any v2.5.0
7812026-05-29T17:04:07.278Z Downloaded colored v3.1.1
7822026-05-29T17:04:07.281Z Downloaded num-derive v0.4.2
7832026-05-29T17:04:07.284Z Downloaded num-iter v0.1.45
7842026-05-29T17:04:07.284Z Downloaded ciborium v0.2.2
7852026-05-29T17:04:07.284Z Downloaded opaque-debug v0.3.1
7862026-05-29T17:04:07.286Z Downloaded olpc-cjson v0.1.4
7872026-05-29T17:04:07.286Z Downloaded hyper-rustls v0.27.7
7882026-05-29T17:04:07.290Z Downloaded linear-map v1.2.0
7892026-05-29T17:04:07.290Z Downloaded libloading v0.8.9
7902026-05-29T17:04:07.290Z Downloaded libefi-sys v0.1.0
7912026-05-29T17:04:07.293Z Downloaded jobserver v0.1.34
7922026-05-29T17:04:07.293Z Downloaded chacha20poly1305 v0.10.1
7932026-05-29T17:04:07.293Z Downloaded openssl-probe v0.1.6
7942026-05-29T17:04:07.296Z Downloaded num_threads v0.1.7
7952026-05-29T17:04:07.296Z Downloaded num_enum_derive v0.5.11
7962026-05-29T17:04:07.296Z Downloaded httparse v1.10.1
7972026-05-29T17:04:07.299Z Downloaded oso-derive v0.27.3
7982026-05-29T17:04:07.299Z Downloaded openssl-macros v0.1.1
7992026-05-29T17:04:07.299Z Downloaded libsw-core v0.3.2
8002026-05-29T17:04:07.301Z Downloaded libsw v3.5.0
8012026-05-29T17:04:07.301Z Downloaded fatfs v0.3.6
8022026-05-29T17:04:07.304Z Downloaded dropshot_endpoint v0.17.0
8032026-05-29T17:04:07.304Z Downloaded openssl-probe v0.2.1
8042026-05-29T17:04:07.307Z Downloaded hmac v0.12.1
8052026-05-29T17:04:07.307Z Downloaded async-compression v0.4.41
8062026-05-29T17:04:07.311Z Downloaded lock_api v0.4.14
8072026-05-29T17:04:07.314Z Downloaded futures v0.3.32
8082026-05-29T17:04:07.314Z Downloaded lru-cache v0.1.2
8092026-05-29T17:04:07.316Z Downloaded ff v0.13.1
8102026-05-29T17:04:07.316Z Downloaded darling_core v0.21.3
8112026-05-29T17:04:07.319Z Downloaded bytes v1.11.1
8122026-05-29T17:04:07.322Z Downloaded darling_core v0.13.4
8132026-05-29T17:04:07.325Z Downloaded newtype-uuid v1.3.2
8142026-05-29T17:04:07.325Z Downloaded nanorand v0.7.0
8152026-05-29T17:04:07.328Z Downloaded parse-size v1.1.0
8162026-05-29T17:04:07.328Z Downloaded path-slash v0.1.5
8172026-05-29T17:04:07.328Z Downloaded parse-display v0.10.0
8182026-05-29T17:04:07.328Z Downloaded ipnetwork v0.21.1
8192026-05-29T17:04:07.332Z Downloaded native-tls v0.2.18
8202026-05-29T17:04:07.333Z Downloaded ingot-macros v0.1.1
8212026-05-29T17:04:07.336Z Downloaded num v0.4.3
8222026-05-29T17:04:07.336Z Downloaded arc-swap v1.8.2
8232026-05-29T17:04:07.336Z Downloaded ingot v0.1.1
8242026-05-29T17:04:07.336Z Downloaded ed25519 v2.2.3
8252026-05-29T17:04:07.339Z Downloaded deranged v0.5.8
8262026-05-29T17:04:07.339Z Downloaded der_derive v0.7.3
8272026-05-29T17:04:07.339Z Downloaded base64ct v1.8.3
8282026-05-29T17:04:07.342Z Downloaded pbkdf2 v0.12.2
8292026-05-29T17:04:07.342Z Downloaded num-integer v0.1.46
8302026-05-29T17:04:07.345Z Downloaded num-complex v0.4.6
8312026-05-29T17:04:07.345Z Downloaded peg-runtime v0.8.5
8322026-05-29T17:04:07.345Z Downloaded phf_shared v0.11.3
8332026-05-29T17:04:07.347Z Downloaded num-rational v0.4.2
8342026-05-29T17:04:07.347Z Downloaded phf_shared v0.13.1
8352026-05-29T17:04:07.347Z Downloaded phf_shared v0.12.1
8362026-05-29T17:04:07.347Z Downloaded nonempty v0.12.0
8372026-05-29T17:04:07.351Z Downloaded pbkdf2 v0.11.0
8382026-05-29T17:04:07.351Z Downloaded pin-utils v0.1.0
8392026-05-29T17:04:07.351Z Downloaded darling v0.21.3
8402026-05-29T17:04:07.354Z Downloaded http-body v1.0.1
8412026-05-29T17:04:07.356Z Downloaded dirs-next v2.0.0
8422026-05-29T17:04:07.356Z Downloaded git-stub-vcs v0.1.0
8432026-05-29T17:04:07.356Z Downloaded git-stub v1.0.0
8442026-05-29T17:04:07.359Z Downloaded fs-err v2.11.0
8452026-05-29T17:04:07.359Z Downloaded cargo_metadata v0.23.1
8462026-05-29T17:04:07.359Z Downloaded bit-vec v0.6.3
8472026-05-29T17:04:07.362Z Downloaded cipher v0.4.4
8482026-05-29T17:04:07.362Z Downloaded bcs v0.1.6
8492026-05-29T17:04:07.362Z Downloaded const_format v0.2.35
8502026-05-29T17:04:07.365Z Downloaded nu-ansi-term v0.50.3
8512026-05-29T17:04:07.368Z Downloaded litrs v1.0.0
8522026-05-29T17:04:07.371Z Downloaded num_enum_derive v0.7.5
8532026-05-29T17:04:07.371Z Downloaded num_enum v0.7.5
8542026-05-29T17:04:07.374Z Downloaded predicates-core v1.0.10
8552026-05-29T17:04:07.374Z Downloaded precomputed-hash v0.1.1
8562026-05-29T17:04:07.374Z Downloaded flume v0.11.1
8572026-05-29T17:04:07.380Z Downloaded powerfmt v0.2.0
8582026-05-29T17:04:07.380Z Downloaded oxnet v0.1.4
8592026-05-29T17:04:07.392Z Downloaded proc-macro-crate v1.3.1
8602026-05-29T17:04:07.397Z Downloaded predicates-tree v1.0.13
8612026-05-29T17:04:07.397Z Downloaded proc-macro-error-attr2 v2.0.0
8622026-05-29T17:04:07.397Z Downloaded proc-macro-crate v3.4.0
8632026-05-29T17:04:07.399Z Downloaded password-hash v0.5.0
8642026-05-29T17:04:07.399Z Downloaded packed_struct v0.10.1
8652026-05-29T17:04:07.399Z Downloaded multer v3.1.0
8662026-05-29T17:04:07.400Z Downloaded memmap2 v0.9.10
8672026-05-29T17:04:07.402Z Downloaded progenitor-client v0.11.2
8682026-05-29T17:04:07.402Z Downloaded derive_more-impl v2.1.1
8692026-05-29T17:04:07.407Z Downloaded flate2 v1.1.9
8702026-05-29T17:04:07.410Z Downloaded parse-display-derive v0.10.0
8712026-05-29T17:04:07.410Z Downloaded heapless v0.7.17
8722026-05-29T17:04:07.412Z Downloaded headers v0.4.1
8732026-05-29T17:04:07.415Z Downloaded pin-project-internal v1.1.11
8742026-05-29T17:04:07.415Z Downloaded psl-types v2.0.11
8752026-05-29T17:04:07.415Z Downloaded progenitor-macro v0.11.2
8762026-05-29T17:04:07.418Z Downloaded phf v0.13.1
8772026-05-29T17:04:07.418Z Downloaded quick-error v1.2.3
8782026-05-29T17:04:07.418Z Downloaded progenitor-macro v0.14.0
8792026-05-29T17:04:07.418Z Downloaded phf v0.12.1
8802026-05-29T17:04:07.422Z Downloaded poly1305 v0.8.0
8812026-05-29T17:04:07.422Z Downloaded progenitor-client v0.10.0
8822026-05-29T17:04:07.426Z Downloaded pkg-config v0.3.32
8832026-05-29T17:04:07.426Z Downloaded pin-project-lite v0.2.17
8842026-05-29T17:04:07.428Z Downloaded bumpalo v3.20.2
8852026-05-29T17:04:07.428Z Downloaded pem v3.0.6
8862026-05-29T17:04:07.431Z Downloaded omicron-zone-package v0.12.2
8872026-05-29T17:04:07.431Z Downloaded peg-macros v0.8.5
8882026-05-29T17:04:07.434Z Downloaded peg v0.8.5
8892026-05-29T17:04:07.434Z Downloaded paste v1.0.15
8902026-05-29T17:04:07.438Z Downloaded radium v0.7.0
8912026-05-29T17:04:07.438Z Downloaded password-hash v0.4.2
8922026-05-29T17:04:07.441Z Downloaded packed_struct_codegen v0.10.1
8932026-05-29T17:04:07.441Z Downloaded rand_xorshift v0.4.0
8942026-05-29T17:04:07.441Z Downloaded owo-colors v4.3.0
8952026-05-29T17:04:07.441Z Downloaded progenitor-macro v0.13.0
8962026-05-29T17:04:07.444Z Downloaded rand_chacha v0.3.1
8972026-05-29T17:04:07.444Z Downloaded parking_lot v0.11.2
8982026-05-29T17:04:07.445Z Downloaded parking_lot v0.12.5
8992026-05-29T17:04:07.447Z Downloaded parking_lot_core v0.8.6
9002026-05-29T17:04:07.447Z Downloaded crypto-bigint v0.5.5
9012026-05-29T17:04:07.451Z Downloaded recursive v0.1.1
9022026-05-29T17:04:07.453Z Downloaded recursive-proc-macro-impl v0.1.1
9032026-05-29T17:04:07.454Z Downloaded polyval v0.6.2
9042026-05-29T17:04:07.454Z Downloaded progenitor v0.11.2
9052026-05-29T17:04:07.457Z Downloaded proc-macro-error2 v2.0.1
9062026-05-29T17:04:07.457Z Downloaded ref-cast-impl v1.0.25
9072026-05-29T17:04:07.460Z Downloaded progenitor-client v0.13.0
9082026-05-29T17:04:07.460Z Downloaded rfc6979 v0.4.0
9092026-05-29T17:04:07.460Z Downloaded progenitor v0.13.0
9102026-05-29T17:04:07.463Z Downloaded primeorder v0.13.6
9112026-05-29T17:04:07.463Z Downloaded indicatif v0.18.4
9122026-05-29T17:04:07.463Z Downloaded oxide-tokio-rt v0.1.4
9132026-05-29T17:04:07.466Z Downloaded heapless v0.8.0
9142026-05-29T17:04:07.470Z Downloaded psm v0.1.30
9152026-05-29T17:04:07.470Z Downloaded rtoolbox v0.0.3
9162026-05-29T17:04:07.472Z Downloaded predicates v3.1.4
9172026-05-29T17:04:07.472Z Downloaded pem-rfc7468 v0.7.0
9182026-05-29T17:04:07.475Z Downloaded progenitor-extras v0.2.0
9192026-05-29T17:04:07.475Z Downloaded russh-cryptovec v0.7.3
9202026-05-29T17:04:07.475Z Downloaded parking_lot_core v0.9.12
9212026-05-29T17:04:07.478Z Downloaded rustc_version v0.1.7
9222026-05-29T17:04:07.478Z Downloaded rustc-hash v2.1.1
9232026-05-29T17:04:07.478Z Downloaded rand_core v0.9.5
9242026-05-29T17:04:07.481Z Downloaded pkcs8 v0.10.2
9252026-05-29T17:04:07.481Z Downloaded dropshot-api-manager v0.7.2
9262026-05-29T17:04:07.483Z Downloaded ignore v0.4.25
9272026-05-29T17:04:07.486Z Downloaded pkcs1 v0.7.5
9282026-05-29T17:04:07.489Z Downloaded darling_core v0.23.0
9292026-05-29T17:04:07.491Z Downloaded rustc_version v0.4.1
9302026-05-29T17:04:07.492Z Downloaded rand_core v0.6.4
9312026-05-29T17:04:07.492Z Downloaded ppv-lite86 v0.2.21
9322026-05-29T17:04:07.494Z Downloaded postgres-types v0.2.12
9332026-05-29T17:04:07.494Z Downloaded hickory-resolver v0.24.4
9342026-05-29T17:04:07.497Z Downloaded darling_core v0.20.11
9352026-05-29T17:04:07.500Z Downloaded num_enum v0.5.11
9362026-05-29T17:04:07.502Z Downloaded p256 v0.13.2
9372026-05-29T17:04:07.505Z Downloaded libbz2-rs-sys v0.2.2
9382026-05-29T17:04:07.508Z Downloaded r2d2 v0.8.10
9392026-05-29T17:04:07.508Z Downloaded ref-cast v1.0.25
9402026-05-29T17:04:07.510Z Downloaded rand_core v0.10.0
9412026-05-29T17:04:07.510Z Downloaded rand_seeder v0.4.0
9422026-05-29T17:04:07.513Z Downloaded expectorate v1.2.0
9432026-05-29T17:04:07.513Z Downloaded ed25519-dalek v2.2.0
9442026-05-29T17:04:07.516Z Downloaded rand_chacha v0.9.0
9452026-05-29T17:04:07.516Z Downloaded postcard v1.1.3
9462026-05-29T17:04:07.519Z Downloaded mime_guess v2.0.5
9472026-05-29T17:04:07.519Z Downloaded postgres-protocol v0.6.10
9482026-05-29T17:04:07.522Z Downloaded scroll_derive v0.13.1
9492026-05-29T17:04:07.522Z Downloaded half v2.7.1
9502026-05-29T17:04:07.525Z Downloaded iana-time-zone v0.1.65
9512026-05-29T17:04:07.525Z Downloaded resolv-conf v0.7.6
9522026-05-29T17:04:07.527Z Downloaded papergrid v0.17.0
9532026-05-29T17:04:07.530Z Downloaded oso v0.27.3
9542026-05-29T17:04:07.533Z Downloaded cc v1.2.56
9552026-05-29T17:04:07.533Z Downloaded progenitor v0.14.0
9562026-05-29T17:04:07.537Z Downloaded base64 v0.21.7
9572026-05-29T17:04:07.537Z Downloaded sapling-renderdag v0.1.0
9582026-05-29T17:04:07.540Z Downloaded scrypt v0.11.0
9592026-05-29T17:04:07.540Z Downloaded same-file v1.0.6
9602026-05-29T17:04:07.540Z Downloaded serde-big-array v0.5.1
9612026-05-29T17:04:07.543Z Downloaded semver v0.1.20
9622026-05-29T17:04:07.543Z Downloaded scheduled-thread-pool v0.2.7
9632026-05-29T17:04:07.543Z Downloaded secrecy v0.8.0
9642026-05-29T17:04:07.543Z Downloaded secrecy v0.10.3
9652026-05-29T17:04:07.546Z Downloaded seq-macro v0.3.6
9662026-05-29T17:04:07.546Z Downloaded compact_str v0.8.1
9672026-05-29T17:04:07.551Z Downloaded miniz_oxide v0.8.9
9682026-05-29T17:04:07.551Z Downloaded darling v0.13.4
9692026-05-29T17:04:07.554Z Downloaded pkcs5 v0.7.1
9702026-05-29T17:04:07.554Z Downloaded aes v0.8.4
9712026-05-29T17:04:07.557Z Downloaded pin-project v1.1.11
9722026-05-29T17:04:07.561Z Downloaded rustls-native-certs v0.8.3
9732026-05-29T17:04:07.565Z Downloaded serde_bytes v0.11.19
9742026-05-29T17:04:07.565Z Downloaded openssl-sys v0.9.115
9752026-05-29T17:04:07.568Z Downloaded sha1 v0.10.6
9762026-05-29T17:04:07.568Z Downloaded serde_spanned v1.0.4
9772026-05-29T17:04:07.571Z Downloaded serde_urlencoded v0.7.1
9782026-05-29T17:04:07.571Z Downloaded serde_repr v0.1.20
9792026-05-29T17:04:07.574Z Downloaded shell-words v1.1.1
9802026-05-29T17:04:07.574Z Downloaded hickory-resolver v0.25.2
9812026-05-29T17:04:07.577Z Downloaded serde_plain v1.0.2
9822026-05-29T17:04:07.577Z Downloaded jiff-static v0.2.21
9832026-05-29T17:04:07.579Z Downloaded hashbrown v0.12.3
9842026-05-29T17:04:07.582Z Downloaded signature v2.2.0
9852026-05-29T17:04:07.582Z Downloaded signal-hook-tokio v0.3.1
9862026-05-29T17:04:07.582Z Downloaded rusty-fork v0.3.1
9872026-05-29T17:04:07.585Z Downloaded signal-hook-mio v0.2.5
9882026-05-29T17:04:07.585Z Downloaded rustversion v1.0.22
9892026-05-29T17:04:07.588Z Downloaded quinn-udp v0.5.14
9902026-05-29T17:04:07.588Z Downloaded salsa20 v0.10.2
9912026-05-29T17:04:07.590Z Downloaded csv-core v0.1.13
9922026-05-29T17:04:07.590Z Downloaded rustls-pemfile v2.2.0
9932026-05-29T17:04:07.590Z Downloaded crossbeam-deque v0.8.6
9942026-05-29T17:04:07.593Z Downloaded cassowary v0.3.0
9952026-05-29T17:04:07.593Z Downloaded backoff v0.4.0
9962026-05-29T17:04:07.596Z Downloaded aes-gcm v0.10.3
9972026-05-29T17:04:07.599Z Downloaded arrayvec v0.7.6
9982026-05-29T17:04:07.599Z Downloaded siphasher v1.0.2
9992026-05-29T17:04:07.599Z Downloaded sigpipe v0.1.3
10002026-05-29T17:04:07.601Z Downloaded sec1 v0.7.3
10012026-05-29T17:04:07.601Z Downloaded scroll v0.13.0
10022026-05-29T17:04:07.604Z Downloaded hash32 v0.2.1
10032026-05-29T17:04:07.604Z Downloaded fallible-iterator v0.2.0
10042026-05-29T17:04:07.604Z Downloaded dof v0.4.0
10052026-05-29T17:04:07.607Z Downloaded sct v0.7.1
10062026-05-29T17:04:07.609Z Downloaded scopeguard v1.2.0
10072026-05-29T17:04:07.612Z Downloaded slog-envlogger v2.2.0
10082026-05-29T17:04:07.612Z Downloaded schemars_derive v0.8.22
10092026-05-29T17:04:07.618Z Downloaded minimal-lexical v0.2.1
10102026-05-29T17:04:07.626Z Downloaded progenitor-impl v0.11.2
10112026-05-29T17:04:07.629Z Downloaded rustls-pemfile v1.0.4
10122026-05-29T17:04:07.633Z Downloaded serde_derive_internals v0.29.1
10132026-05-29T17:04:07.636Z Downloaded ssh-cipher v0.2.0
10142026-05-29T17:04:07.639Z Downloaded rustls-pki-types v1.14.0
10152026-05-29T17:04:07.641Z Downloaded hashbrown v0.13.2
10162026-05-29T17:04:07.644Z Downloaded hickory-server v0.25.2
10172026-05-29T17:04:07.647Z Downloaded rcgen v0.12.1
10182026-05-29T17:04:07.649Z Downloaded serde_with_macros v1.5.2
10192026-05-29T17:04:07.649Z Downloaded serde_path_to_error v0.1.20
10202026-05-29T17:04:07.652Z Downloaded http v1.4.0
10212026-05-29T17:04:07.655Z Downloaded structmeta-derive v0.3.0
10222026-05-29T17:04:07.655Z Downloaded strip-ansi-escapes v0.2.1
10232026-05-29T17:04:07.655Z Downloaded hyper-util v0.1.20
10242026-05-29T17:04:07.659Z Downloaded strum v0.27.2
10252026-05-29T17:04:07.662Z Downloaded simd-adler32 v0.3.8
10262026-05-29T17:04:07.662Z Downloaded signal-hook-registry v1.4.8
10272026-05-29T17:04:07.665Z Downloaded crossterm v0.28.1
10282026-05-29T17:04:07.669Z Downloaded structmeta v0.3.0
10292026-05-29T17:04:07.669Z Downloaded strsim v0.10.0
10302026-05-29T17:04:07.672Z Downloaded slog-bunyan v2.5.0
10312026-05-29T17:04:07.672Z Downloaded strum v0.26.3
10322026-05-29T17:04:07.672Z Downloaded tabwriter v1.4.1
10332026-05-29T17:04:07.674Z Downloaded subtle v2.6.1
10342026-05-29T17:04:07.674Z Downloaded prettyplease v0.2.37
10352026-05-29T17:04:07.677Z Downloaded slog-async v2.8.0
10362026-05-29T17:04:07.677Z Downloaded pretty_assertions v1.4.1
10372026-05-29T17:04:07.680Z Downloaded sqlparser_derive v0.5.0
10382026-05-29T17:04:07.680Z Downloaded shlex v1.3.0
10392026-05-29T17:04:07.680Z Downloaded slog-stdlog v4.1.1
10402026-05-29T17:04:07.682Z Downloaded slog-json v2.6.1
10412026-05-29T17:04:07.682Z Downloaded slog-dtrace v0.3.0
10422026-05-29T17:04:07.685Z Downloaded slog-scope v4.4.1
10432026-05-29T17:04:07.685Z Downloaded ron v0.8.1
10442026-05-29T17:04:07.688Z Downloaded tap v1.0.1
10452026-05-29T17:04:07.691Z Downloaded termtree v0.5.1
10462026-05-29T17:04:07.691Z Downloaded russh-keys v0.45.0
10472026-05-29T17:04:07.694Z Downloaded take_mut v0.2.2
10482026-05-29T17:04:07.694Z Downloaded thiserror-impl-no-std v2.0.2
10492026-05-29T17:04:07.696Z Downloaded tagptr v0.2.0
10502026-05-29T17:04:07.696Z Downloaded tabled_derive v0.11.0
10512026-05-29T17:04:07.696Z Downloaded sync_wrapper v1.0.2
10522026-05-29T17:04:07.699Z Downloaded sync-ptr v0.1.4
10532026-05-29T17:04:07.700Z Downloaded supports-color v3.0.2
10542026-05-29T17:04:07.702Z Downloaded smf v0.2.3
10552026-05-29T17:04:07.705Z Downloaded rustls-platform-verifier v0.6.2
10562026-05-29T17:04:07.707Z Downloaded time-core v0.1.8
10572026-05-29T17:04:07.710Z Downloaded tinyvec_macros v0.1.1
10582026-05-29T17:04:07.710Z Downloaded thread-id v5.1.0
10592026-05-29T17:04:07.710Z Downloaded testing_table v0.3.0
10602026-05-29T17:04:07.713Z Downloaded serde-hex v0.1.0
10612026-05-29T17:04:07.713Z Downloaded ssh-encoding v0.2.0
10622026-05-29T17:04:07.713Z Downloaded serde_cbor v0.11.2
10632026-05-29T17:04:07.715Z Downloaded itertools v0.10.5
10642026-05-29T17:04:07.719Z Downloaded spki v0.7.3
10652026-05-29T17:04:07.722Z Downloaded serde_with_macros v3.17.0
10662026-05-29T17:04:07.724Z Downloaded static_assertions v1.1.0
10672026-05-29T17:04:07.724Z Downloaded crossterm v0.29.0
10682026-05-29T17:04:07.728Z Downloaded ryu v1.0.23
10692026-05-29T17:04:07.732Z Downloaded sqlformat v0.3.5
10702026-05-29T17:04:07.735Z Downloaded progenitor-impl v0.13.0
10712026-05-29T17:04:07.735Z Downloaded stringprep v0.1.5
10722026-05-29T17:04:07.738Z Downloaded strum_macros v0.27.2
10732026-05-29T17:04:07.738Z Downloaded rayon-core v1.13.0
10742026-05-29T17:04:07.742Z Downloaded hashbrown v0.16.1
10752026-05-29T17:04:07.744Z Downloaded smallvec v0.6.14
10762026-05-29T17:04:07.747Z Downloaded schemars v0.8.22
10772026-05-29T17:04:07.752Z Downloaded tokio-macros v2.7.0
10782026-05-29T17:04:07.755Z Downloaded support-bundle-viewer v0.1.2
10792026-05-29T17:04:07.755Z Downloaded strum_macros v0.26.4
10802026-05-29T17:04:07.758Z Downloaded strum_macros v0.24.3
10812026-05-29T17:04:07.758Z Downloaded publicsuffix v2.3.0
10822026-05-29T17:04:07.761Z Downloaded slog-term v2.9.2
10832026-05-29T17:04:07.761Z Downloaded num-bigint v0.4.6
10842026-05-29T17:04:07.763Z Downloaded rand v0.8.6
10852026-05-29T17:04:07.766Z Downloaded nom v7.1.3
10862026-05-29T17:04:07.769Z Downloaded mio v1.2.0
10872026-05-29T17:04:07.773Z Downloaded hashbrown v0.15.5
10882026-05-29T17:04:07.776Z Downloaded snafu-derive v0.8.9
10892026-05-29T17:04:07.779Z Downloaded topological-sort v0.2.2
10902026-05-29T17:04:07.779Z Downloaded qorb v0.4.1
10912026-05-29T17:04:07.780Z Downloaded tower-layer v0.3.3
10922026-05-29T17:04:07.782Z Downloaded tls_codec v0.4.2
10932026-05-29T17:04:07.782Z Downloaded tower-service v0.3.3
10942026-05-29T17:04:07.782Z Downloaded thread_local v1.1.9
10952026-05-29T17:04:07.785Z Downloaded tiny-keccak v2.0.2
10962026-05-29T17:04:07.785Z Downloaded slab v0.4.12
10972026-05-29T17:04:07.788Z Downloaded stacker v0.1.23
10982026-05-29T17:04:07.788Z Downloaded prefix-trie v0.7.0
10992026-05-29T17:04:07.791Z Downloaded spin v0.9.8
11002026-05-29T17:04:07.791Z Downloaded try-lock v0.2.5
11012026-05-29T17:04:07.794Z Downloaded thiserror-no-std v2.0.2
11022026-05-29T17:04:07.794Z Downloaded signal-hook v0.3.18
11032026-05-29T17:04:07.797Z Downloaded tokio-dtrace v0.1.1
11042026-05-29T17:04:07.797Z Downloaded aho-corasick v1.1.4
11052026-05-29T17:04:07.799Z Downloaded unarray v0.1.4
11062026-05-29T17:04:07.803Z Downloaded trait-variant v0.1.2
11072026-05-29T17:04:07.803Z Downloaded time-macros v0.2.27
11082026-05-29T17:04:07.806Z Downloaded tls_codec_derive v0.4.2
11092026-05-29T17:04:07.806Z Downloaded string_cache v0.8.9
11102026-05-29T17:04:07.806Z Downloaded typify-macro v0.4.3
11112026-05-29T17:04:07.807Z Downloaded schemars v0.9.0
11122026-05-29T17:04:07.813Z Downloaded num-bigint-dig v0.8.6
11132026-05-29T17:04:07.815Z Downloaded tokio-native-tls v0.3.1
11142026-05-29T17:04:07.818Z Downloaded tokio-rustls v0.25.0
11152026-05-29T17:04:07.818Z Downloaded slog v2.8.2
11162026-05-29T17:04:07.821Z Downloaded universal-hash v0.5.1
11172026-05-29T17:04:07.821Z Downloaded unit-prefix v0.5.2
11182026-05-29T17:04:07.824Z Downloaded unicode-truncate v1.1.0
11192026-05-29T17:04:07.824Z Downloaded term v1.2.1
11202026-05-29T17:04:07.826Z Downloaded tokio-tungstenite v0.21.0
11212026-05-29T17:04:07.827Z Downloaded usdt-attr-macro v0.6.0
11222026-05-29T17:04:07.827Z Downloaded usdt v0.6.0
11232026-05-29T17:04:07.829Z Downloaded untrusted v0.7.1
11242026-05-29T17:04:07.829Z Downloaded progenitor-impl v0.14.0
11252026-05-29T17:04:07.832Z Downloaded blake3 v1.8.3
11262026-05-29T17:04:07.835Z Downloaded quinn v0.11.9
11272026-05-29T17:04:07.838Z Downloaded term v0.7.0
11282026-05-29T17:04:07.841Z Downloaded untrusted v0.9.0
11292026-05-29T17:04:07.841Z Downloaded tokio-tungstenite v0.23.1
11302026-05-29T17:04:07.843Z Downloaded utf-8 v0.7.6
11312026-05-29T17:04:07.843Z Downloaded usdt-macro v0.6.0
11322026-05-29T17:04:07.843Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11332026-05-29T17:04:07.846Z Downloaded rand v0.9.2
11342026-05-29T17:04:07.846Z Downloaded h2 v0.4.13
11352026-05-29T17:04:07.850Z Downloaded toml_writer v1.0.6+spec-1.1.0
11362026-05-29T17:04:07.853Z Downloaded waitgroup v0.1.2
11372026-05-29T17:04:07.853Z Downloaded serde_yaml v0.9.34+deprecated
11382026-05-29T17:04:07.855Z Downloaded hyper v1.8.1
11392026-05-29T17:04:07.858Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11402026-05-29T17:04:07.860Z Downloaded tui-tree-widget v0.23.1
11412026-05-29T17:04:07.860Z Downloaded socket2 v0.5.10
11422026-05-29T17:04:07.863Z Downloaded typify-macro v0.6.2
11432026-05-29T17:04:07.863Z Downloaded wait-timeout v0.2.1
11442026-05-29T17:04:07.863Z Downloaded rsa v0.9.10
11452026-05-29T17:04:07.866Z Downloaded void v1.0.2
11462026-05-29T17:04:07.866Z Downloaded itertools v0.12.1
11472026-05-29T17:04:07.869Z Downloaded unicase v2.9.0
11482026-05-29T17:04:07.873Z Downloaded rustls-webpki v0.103.9
11492026-05-29T17:04:07.876Z Downloaded libxml v0.3.3
11502026-05-29T17:04:07.876Z Downloaded subprocess v0.2.15
11512026-05-29T17:04:07.878Z Downloaded want v0.3.1
11522026-05-29T17:04:07.878Z Downloaded tokio-stream v0.1.18
11532026-05-29T17:04:07.881Z Downloaded iri-string v0.7.10
11542026-05-29T17:04:07.885Z Downloaded samael v0.0.19
11552026-05-29T17:04:07.891Z Downloaded test-strategy v0.4.5
11562026-05-29T17:04:07.895Z Downloaded hkdf v0.12.4
11572026-05-29T17:04:07.895Z Downloaded itertools v0.14.0
11582026-05-29T17:04:07.898Z Downloaded zeroize_derive v1.4.3
11592026-05-29T17:04:07.898Z Downloaded xshell-macros v0.2.7
11602026-05-29T17:04:07.899Z Downloaded toml_parser v1.0.9+spec-1.1.0
11612026-05-29T17:04:07.901Z Downloaded futures-util v0.3.32
11622026-05-29T17:04:07.905Z Downloaded tokio-rustls v0.24.1
11632026-05-29T17:04:07.920Z Downloaded termios v0.3.3
11642026-05-29T17:04:07.920Z Downloaded vergen-lib v9.1.0
11652026-05-29T17:04:07.920Z Downloaded vergen-lib v0.1.6
11662026-05-29T17:04:07.920Z Downloaded similar v2.7.0
11672026-05-29T17:04:07.920Z Downloaded zone v0.3.1
11682026-05-29T17:04:07.920Z Downloaded usdt-impl v0.6.0
11692026-05-29T17:04:07.921Z Downloaded tracing-attributes v0.1.31
11702026-05-29T17:04:07.923Z Downloaded twox-hash v2.1.2
11712026-05-29T17:04:07.924Z Downloaded tinyvec v1.10.0
11722026-05-29T17:04:07.926Z Downloaded walkdir v2.5.0
11732026-05-29T17:04:07.926Z Downloaded whoami v1.6.1
11742026-05-29T17:04:07.929Z Downloaded uzers v0.12.2
11752026-05-29T17:04:07.929Z Downloaded itertools v0.13.0
11762026-05-29T17:04:07.938Z Downloaded vsss-rs v3.3.4
11772026-05-29T17:04:07.940Z Downloaded vergen-gitcl v1.0.8
11782026-05-29T17:04:07.940Z Downloaded wyz v0.5.1
11792026-05-29T17:04:07.945Z Downloaded tokio-rustls v0.26.4
11802026-05-29T17:04:07.945Z Downloaded libm v0.2.16
11812026-05-29T17:04:07.949Z Downloaded socket2 v0.6.3
11822026-05-29T17:04:07.952Z Downloaded whoami v2.1.0
11832026-05-29T17:04:07.952Z Downloaded rand v0.10.0
11842026-05-29T17:04:07.955Z Downloaded zeroize v1.8.2
11852026-05-29T17:04:07.955Z Downloaded schemars v1.2.1
11862026-05-29T17:04:07.962Z Downloaded zone_cfg_derive v0.3.1
11872026-05-29T17:04:07.965Z Downloaded toml v1.0.6+spec-1.1.0
11882026-05-29T17:04:07.967Z Downloaded xshell v0.2.7
11892026-05-29T17:04:07.968Z Downloaded xattr v1.6.1
11902026-05-29T17:04:07.968Z Downloaded unicode-properties v0.1.4
11912026-05-29T17:04:07.970Z Downloaded steno v0.4.1
11922026-05-29T17:04:07.973Z Downloaded tracing-core v0.1.36
11932026-05-29T17:04:07.973Z Downloaded tungstenite v0.23.0
11942026-05-29T17:04:07.976Z Downloaded tar v0.4.45
11952026-05-29T17:04:07.976Z Downloaded snafu v0.8.9
11962026-05-29T17:04:07.980Z Downloaded unicode-bidi v0.3.18
11972026-05-29T17:04:07.983Z Downloaded zstd-safe v7.2.4
11982026-05-29T17:04:07.986Z Downloaded zstd v0.13.3
11992026-05-29T17:04:07.988Z Downloaded aws-lc-rs v1.16.3
12002026-05-29T17:04:07.995Z Downloaded yasna v0.5.2
12012026-05-29T17:04:07.997Z Downloaded vergen-git2 v9.1.0
12022026-05-29T17:04:07.997Z Downloaded toml v0.7.8
12032026-05-29T17:04:08.001Z Downloaded typify v0.4.3
12042026-05-29T17:04:08.004Z Downloaded iddqd v0.4.2
12052026-05-29T17:04:08.006Z Downloaded uuid v1.23.0
12062026-05-29T17:04:08.009Z Downloaded tungstenite v0.21.0
12072026-05-29T17:04:08.012Z Downloaded rustyline v14.0.0
12082026-05-29T17:04:08.015Z Downloaded p521 v0.13.3
12092026-05-29T17:04:08.015Z Downloaded progenitor-client v0.14.0
12102026-05-29T17:04:08.018Z Downloaded vte v0.14.1
12112026-05-29T17:04:08.021Z Downloaded zerocopy v0.6.6
12122026-05-29T17:04:08.024Z Downloaded unsafe-libyaml v0.2.11
12132026-05-29T17:04:08.031Z Downloaded bindgen v0.71.1
12142026-05-29T17:04:08.035Z Downloaded toml_edit v0.23.10+spec-1.0.0
12152026-05-29T17:04:08.037Z Downloaded chrono v0.4.44
12162026-05-29T17:04:08.046Z Downloaded indexmap v1.9.3
12172026-05-29T17:04:08.049Z Downloaded serde_with v1.14.0
12182026-05-29T17:04:08.052Z Downloaded vergen v9.1.0
12192026-05-29T17:04:08.056Z Downloaded regex v1.12.3
12202026-05-29T17:04:08.059Z Downloaded typify v0.6.2
12212026-05-29T17:04:08.063Z Downloaded git2 v0.20.4
12222026-05-29T17:04:08.066Z Downloaded reqwest v0.13.2
12232026-05-29T17:04:08.069Z Downloaded tokio-postgres v0.7.16
12242026-05-29T17:04:08.071Z Downloaded reedline v0.40.0
12252026-05-29T17:04:08.084Z Downloaded russh v0.45.0
12262026-05-29T17:04:08.087Z Downloaded toml_edit v0.19.15
12272026-05-29T17:04:08.097Z Downloaded zip v0.6.6
12282026-05-29T17:04:08.100Z Downloaded reqwest v0.12.28
12292026-05-29T17:04:08.103Z Downloaded bitvec v1.0.1
12302026-05-29T17:04:08.110Z Downloaded ssh-key v0.6.7
12312026-05-29T17:04:08.114Z Downloaded rustls-webpki v0.101.7
12322026-05-29T17:04:08.122Z Downloaded yansi v1.0.1
12332026-05-29T17:04:08.126Z Downloaded typed-path v0.9.3
12342026-05-29T17:04:08.129Z Downloaded quick-xml v0.37.5
12352026-05-29T17:04:08.132Z Downloaded zopfli v0.8.3
12362026-05-29T17:04:08.135Z Downloaded x509-cert v0.2.5
12372026-05-29T17:04:08.138Z Downloaded salty v0.3.0
12382026-05-29T17:04:08.141Z Downloaded p384 v0.13.1
12392026-05-29T17:04:08.144Z Downloaded zerocopy-derive v0.8.40
12402026-05-29T17:04:08.147Z Downloaded goblin v0.10.5
12412026-05-29T17:04:08.151Z Downloaded moka v0.12.13
12422026-05-29T17:04:08.156Z Downloaded unicode_categories v0.1.1
12432026-05-29T17:04:08.159Z Downloaded petname v2.0.2
12442026-05-29T17:04:08.162Z Downloaded rpassword v7.4.0
12452026-05-29T17:04:08.164Z Downloaded unicode-segmentation v1.12.0
12462026-05-29T17:04:08.164Z Downloaded tokio-util v0.7.18
12472026-05-29T17:04:08.176Z Downloaded lalrpop v0.19.12
12482026-05-29T17:04:08.182Z Downloaded tower v0.5.3
12492026-05-29T17:04:08.188Z Downloaded serde_with v3.17.0
12502026-05-29T17:04:08.194Z Downloaded nix v0.27.1
12512026-05-29T17:04:08.202Z Downloaded bstr v1.12.1
12522026-05-29T17:04:08.212Z Downloaded portable-atomic v1.13.1
12532026-05-29T17:04:08.216Z Downloaded winnow v0.6.26
12542026-05-29T17:04:08.224Z Downloaded radix_trie v0.2.1
12552026-05-29T17:04:08.234Z Downloaded curve25519-dalek v4.1.3
12562026-05-29T17:04:08.242Z Downloaded zip v4.6.1
12572026-05-29T17:04:08.246Z Downloaded proptest v1.11.0
12582026-05-29T17:04:08.253Z Downloaded polar-core v0.27.3
12592026-05-29T17:04:08.258Z Downloaded tower-http v0.6.8
12602026-05-29T17:04:08.264Z Downloaded rayon v1.11.0
12612026-05-29T17:04:08.269Z Downloaded regex-syntax v0.6.29
12622026-05-29T17:04:08.275Z Downloaded tough v0.22.0
12632026-05-29T17:04:08.279Z Downloaded unicode-normalization v0.1.25
12642026-05-29T17:04:08.281Z Downloaded rustls v0.21.12
12652026-05-29T17:04:08.288Z Downloaded rustls-webpki v0.102.8
12662026-05-29T17:04:08.299Z Downloaded winnow v0.5.40
12672026-05-29T17:04:08.305Z Downloaded vcpkg v0.2.15
12682026-05-29T17:04:08.327Z Downloaded zlib-rs v0.6.2
12692026-05-29T17:04:08.330Z Downloaded rustls v0.22.4
12702026-05-29T17:04:08.338Z Downloaded openapiv3 v2.2.0
12712026-05-29T17:04:08.344Z Downloaded regress v0.10.5
12722026-05-29T17:04:08.349Z Downloaded quinn-proto v0.11.13
12732026-05-29T17:04:08.353Z Downloaded object v0.37.3
12742026-05-29T17:04:08.359Z Downloaded rustls v0.23.37
12752026-05-29T17:04:08.366Z Downloaded rustix v0.38.44
12762026-05-29T17:04:08.379Z Downloaded openssl v0.10.79
12772026-05-29T17:04:08.384Z Downloaded tabled v0.20.0
12782026-05-29T17:04:08.394Z Downloaded nix v0.28.0
12792026-05-29T17:04:08.400Z Downloaded time v0.3.47
12802026-05-29T17:04:08.406Z Downloaded regress v0.11.1
12812026-05-29T17:04:08.412Z Downloaded object v0.30.4
12822026-05-29T17:04:08.423Z Downloaded nix v0.31.2
12832026-05-29T17:04:08.429Z Downloaded smoltcp v0.9.1
12842026-05-29T17:04:08.440Z Downloaded sled v0.34.7
12852026-05-29T17:04:08.448Z Downloaded bzip2-sys v0.1.13+1.0.8
12862026-05-29T17:04:08.465Z Downloaded hickory-proto v0.24.4
12872026-05-29T17:04:08.473Z Downloaded chrono-tz v0.10.4
12882026-05-29T17:04:08.485Z Downloaded zerocopy v0.8.40
12892026-05-29T17:04:08.489Z Downloaded smoltcp v0.11.0
12902026-05-29T17:04:08.496Z Downloaded webpki-roots v1.0.6
12912026-05-29T17:04:08.498Z Downloaded regex-syntax v0.8.10
12922026-05-29T17:04:08.511Z Downloaded hickory-proto v0.25.2
12932026-05-29T17:04:08.520Z Downloaded diesel v2.3.7
12942026-05-29T17:04:08.531Z Downloaded sha3 v0.10.8
12952026-05-29T17:04:08.534Z Downloaded tokio v1.52.1
12962026-05-29T17:04:08.557Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12972026-05-29T17:04:08.606Z Downloaded sqlparser v0.61.0
12982026-05-29T17:04:08.648Z Downloaded ratatui v0.29.0
12992026-05-29T17:04:08.658Z Downloaded typify-impl v0.6.2
13002026-05-29T17:04:08.667Z Downloaded tracing v0.1.44
13012026-05-29T17:04:08.679Z Downloaded typify-impl v0.4.3
13022026-05-29T17:04:08.699Z Downloaded zerocopy-derive v0.6.6
13032026-05-29T17:04:08.719Z Downloaded regex-automata v0.4.14
13042026-05-29T17:04:08.746Z Downloaded petgraph v0.6.5
13052026-05-29T17:04:08.758Z Downloaded jiff v0.2.21
13062026-05-29T17:04:08.785Z Downloaded petgraph v0.8.3
13072026-05-29T17:04:08.801Z Downloaded libz-sys v1.1.24
13082026-05-29T17:04:08.814Z Downloaded csv v1.4.0
13092026-05-29T17:04:08.889Z Downloaded encoding_rs v0.8.35
13102026-05-29T17:04:08.918Z Downloaded ring v0.17.14
13112026-05-29T17:04:08.943Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-29T17:04:09.164Z Downloaded aws-lc-sys v0.40.0
13132026-05-29T17:04:09.414Z Compiling libc v0.2.185
13142026-05-29T17:04:09.414Z Compiling serde v1.0.228
13152026-05-29T17:04:09.417Z Compiling log v0.4.29
13162026-05-29T17:04:09.417Z Compiling shlex v1.3.0
13172026-05-29T17:04:09.417Z Compiling find-msvc-tools v0.1.9
13182026-05-29T17:04:09.567Z Compiling syn v2.0.117
13192026-05-29T17:04:09.570Z Compiling smallvec v1.15.1
13202026-05-29T17:04:09.574Z Compiling typenum v1.19.0
13212026-05-29T17:04:09.757Z Compiling generic-array v0.14.7
13222026-05-29T17:04:09.760Z Compiling subtle v2.6.1
13232026-05-29T17:04:09.798Z Compiling scopeguard v1.2.0
13242026-05-29T17:04:09.854Z Compiling const-oid v0.9.6
13252026-05-29T17:04:09.885Z Compiling lock_api v0.4.14
13262026-05-29T17:04:09.901Z Compiling serde_json v1.0.149
13272026-05-29T17:04:09.940Z Compiling zerocopy v0.8.40
13282026-05-29T17:04:09.994Z Compiling portable-atomic v1.13.1
13292026-05-29T17:04:10.119Z Compiling pin-project-lite v0.2.17
13302026-05-29T17:04:10.209Z Compiling parking_lot_core v0.9.12
13312026-05-29T17:04:10.474Z Compiling getrandom v0.2.17
13322026-05-29T17:04:10.541Z Compiling jobserver v0.1.34
13332026-05-29T17:04:10.556Z Compiling errno v0.3.14
13342026-05-29T17:04:10.621Z Compiling rand_core v0.6.4
13352026-05-29T17:04:10.651Z Compiling pkg-config v0.3.32
13362026-05-29T17:04:10.701Z Compiling signal-hook-registry v1.4.8
13372026-05-29T17:04:10.899Z Compiling cc v1.2.56
13382026-05-29T17:04:10.918Z Compiling bitflags v2.11.0
13392026-05-29T17:04:10.954Z Compiling futures-core v0.3.32
13402026-05-29T17:04:10.972Z Compiling critical-section v1.2.0
13412026-05-29T17:04:11.083Z Compiling libm v0.2.16
13422026-05-29T17:04:11.107Z Compiling parking_lot v0.12.5
13432026-05-29T17:04:11.143Z Compiling once_cell v1.21.3
13442026-05-29T17:04:11.215Z Compiling mio v1.2.0
13452026-05-29T17:04:11.228Z Compiling num-traits v0.2.19
13462026-05-29T17:04:11.334Z Compiling percent-encoding v2.3.2
13472026-05-29T17:04:11.360Z Compiling socket2 v0.6.3
13482026-05-29T17:04:11.490Z Compiling futures-sink v0.3.32
13492026-05-29T17:04:11.555Z Compiling getrandom v0.4.1
13502026-05-29T17:04:11.602Z Compiling futures-channel v0.3.32
13512026-05-29T17:04:11.605Z Compiling futures-task v0.3.32
13522026-05-29T17:04:11.709Z Compiling slab v0.4.12
13532026-05-29T17:04:11.784Z Compiling futures-io v0.3.32
13542026-05-29T17:04:11.798Z Compiling cpufeatures v0.2.17
13552026-05-29T17:04:11.842Z Compiling rand_core v0.10.0
13562026-05-29T17:04:11.874Z Compiling indexmap v2.14.0
13572026-05-29T17:04:11.892Z Compiling rustversion v1.0.22
13582026-05-29T17:04:11.923Z Compiling getrandom v0.3.4
13592026-05-29T17:04:11.940Z Compiling cmake v0.1.57
13602026-05-29T17:04:12.304Z Compiling form_urlencoded v1.2.2
13612026-05-29T17:04:12.354Z Compiling dunce v1.0.5
13622026-05-29T17:04:12.455Z Compiling fs_extra v1.3.0
13632026-05-29T17:04:12.513Z Compiling ident_case v1.0.1
13642026-05-29T17:04:12.543Z Compiling synstructure v0.13.2
13652026-05-29T17:04:12.592Z Compiling base64ct v1.8.3
13662026-05-29T17:04:12.639Z Compiling flagset v0.4.7
13672026-05-29T17:04:12.727Z Compiling aws-lc-sys v0.40.0
13682026-05-29T17:04:12.771Z Compiling rustix v1.1.3
13692026-05-29T17:04:12.885Z Compiling pem-rfc7468 v0.7.0
13702026-05-29T17:04:12.888Z Compiling regex-syntax v0.8.10
13712026-05-29T17:04:12.912Z Compiling iana-time-zone v0.1.65
13722026-05-29T17:04:13.080Z Compiling rand_core v0.9.5
13732026-05-29T17:04:13.131Z Compiling ring v0.17.14
13742026-05-29T17:04:13.175Z Compiling aws-lc-rs v1.16.3
13752026-05-29T17:04:13.219Z Compiling vcpkg v0.2.15
13762026-05-29T17:04:13.366Z Compiling uuid v1.23.0
13772026-05-29T17:04:13.462Z Compiling rustc_version v0.4.1
13782026-05-29T17:04:13.796Z Compiling tracing-core v0.1.36
13792026-05-29T17:04:13.969Z Compiling openssl-sys v0.9.115
13802026-05-29T17:04:14.081Z Compiling base64 v0.22.1
13812026-05-29T17:04:14.347Z Compiling serde_derive v1.0.228
13822026-05-29T17:04:14.367Z Compiling zeroize_derive v1.4.3
13832026-05-29T17:04:14.410Z Compiling zerofrom-derive v0.1.6
13842026-05-29T17:04:14.504Z Compiling yoke-derive v0.8.1
13852026-05-29T17:04:14.571Z Compiling zerocopy-derive v0.8.40
13862026-05-29T17:04:15.009Z Compiling zeroize v1.8.2
13872026-05-29T17:04:15.275Z Compiling zerovec-derive v0.11.2
13882026-05-29T17:04:15.701Z Compiling displaydoc v0.2.5
13892026-05-29T17:04:15.833Z Compiling crypto-common v0.1.7
13902026-05-29T17:04:15.909Z Compiling zerofrom v0.1.6
13912026-05-29T17:04:15.973Z Compiling yoke v0.8.1
13922026-05-29T17:04:16.013Z Compiling block-buffer v0.10.4
13932026-05-29T17:04:16.156Z Compiling digest v0.10.7
13942026-05-29T17:04:16.202Z Compiling tokio-macros v2.7.0
13952026-05-29T17:04:16.380Z Compiling futures-macro v0.3.32
13962026-05-29T17:04:16.413Z Compiling zerotrie v0.2.3
13972026-05-29T17:04:16.444Z Compiling zerovec v0.11.5
13982026-05-29T17:04:16.707Z Compiling hmac v0.12.1
13992026-05-29T17:04:16.854Z Compiling block-padding v0.3.3
14002026-05-29T17:04:16.866Z Compiling sha2 v0.10.9
14012026-05-29T17:04:16.945Z Compiling tinystr v0.8.2
14022026-05-29T17:04:17.017Z Compiling potential_utf v0.1.4
14032026-05-29T17:04:17.146Z Compiling icu_locale_core v2.1.1
14042026-05-29T17:04:17.170Z Compiling icu_collections v2.1.1
14052026-05-29T17:04:17.183Z Compiling futures-util v0.3.32
14062026-05-29T17:04:17.637Z Compiling inout v0.1.4
14072026-05-29T17:04:17.809Z Compiling bytes v1.11.1
14082026-05-29T17:04:17.827Z Compiling icu_provider v2.1.1
14092026-05-29T17:04:17.901Z Compiling cipher v0.4.4
14102026-05-29T17:04:18.007Z Compiling der_derive v0.7.3
14112026-05-29T17:04:18.128Z Compiling icu_properties v2.1.2
14122026-05-29T17:04:18.162Z Compiling icu_normalizer v2.1.1
14132026-05-29T17:04:18.235Z Compiling chrono v0.4.44
14142026-05-29T17:04:18.421Z Compiling tokio v1.52.1
14152026-05-29T17:04:18.703Z Compiling http v1.4.0
14162026-05-29T17:04:18.961Z Compiling idna_adapter v1.2.1
14172026-05-29T17:04:19.021Z Compiling ppv-lite86 v0.2.21
14182026-05-29T17:04:19.101Z Compiling idna v1.1.0
14192026-05-29T17:04:19.209Z Compiling der v0.7.10
14202026-05-29T17:04:19.354Z Compiling salsa20 v0.10.2
14212026-05-29T17:04:19.448Z Compiling url v2.5.8
14222026-05-29T17:04:19.485Z Compiling pbkdf2 v0.12.2
14232026-05-29T17:04:19.598Z Compiling rustls-pki-types v1.14.0
14242026-05-29T17:04:19.601Z Compiling thiserror-impl v2.0.18
14252026-05-29T17:04:19.601Z Compiling tracing-attributes v0.1.31
14262026-05-29T17:04:19.751Z Compiling scrypt v0.11.0
14272026-05-29T17:04:19.993Z Compiling http-body v1.0.1
14282026-05-29T17:04:20.038Z Compiling spki v0.7.3
14292026-05-29T17:04:20.147Z Compiling rand_chacha v0.9.0
14302026-05-29T17:04:20.215Z Compiling cbc v0.1.2
14312026-05-29T17:04:20.243Z Compiling aes v0.8.4
14322026-05-29T17:04:20.414Z Compiling httparse v1.10.1
14332026-05-29T17:04:20.483Z Compiling openssl-probe v0.2.1
14342026-05-29T17:04:20.662Z Compiling tinyvec_macros v0.1.1
14352026-05-29T17:04:20.732Z Compiling untrusted v0.7.1
14362026-05-29T17:04:20.762Z Compiling untrusted v0.9.0
14372026-05-29T17:04:20.885Z Compiling tinyvec v1.10.0
14382026-05-29T17:04:20.899Z Compiling pkcs5 v0.7.1
14392026-05-29T17:04:20.984Z Compiling tracing v0.1.44
14402026-05-29T17:04:21.007Z Compiling thiserror v2.0.18
14412026-05-29T17:04:21.089Z Compiling pest_generator v2.8.6
14422026-05-29T17:04:21.237Z Compiling rand v0.9.2
14432026-05-29T17:04:21.251Z Compiling serde_derive_internals v0.29.1
14442026-05-29T17:04:21.340Z Compiling aho-corasick v1.1.4
14452026-05-29T17:04:21.373Z Compiling dyn-clone v1.0.20
14462026-05-29T17:04:21.514Z Compiling atomic-waker v1.1.2
14472026-05-29T17:04:21.641Z Compiling tower-service v0.3.3
14482026-05-29T17:04:21.747Z Compiling rustls v0.23.37
14492026-05-29T17:04:21.794Z Compiling try-lock v0.2.5
14502026-05-29T17:04:21.911Z Compiling tower-layer v0.3.3
14512026-05-29T17:04:21.920Z Compiling schemars v0.8.22
14522026-05-29T17:04:22.025Z Compiling want v0.3.1
14532026-05-29T17:04:22.064Z Compiling pest_derive v2.8.6
14542026-05-29T17:04:22.132Z Compiling regex-automata v0.4.14
14552026-05-29T17:04:22.160Z Compiling tokio-util v0.7.18
14562026-05-29T17:04:22.187Z Compiling schemars_derive v0.8.22
14572026-05-29T17:04:22.486Z Compiling pkcs8 v0.10.2
14582026-05-29T17:04:22.786Z Compiling ipnet v2.11.0
14592026-05-29T17:04:22.922Z Compiling h2 v0.4.13
14602026-05-29T17:04:23.013Z Compiling scroll_derive v0.13.1
14612026-05-29T17:04:23.161Z Compiling darling_core v0.20.11
14622026-05-29T17:04:23.280Z Compiling pin-utils v0.1.0
14632026-05-29T17:04:23.353Z Compiling openssl v0.10.79
14642026-05-29T17:04:23.412Z Compiling httpdate v1.0.3
14652026-05-29T17:04:23.582Z Compiling foreign-types-shared v0.1.1
14662026-05-29T17:04:23.651Z Compiling foreign-types v0.3.2
14672026-05-29T17:04:23.671Z Compiling tempfile v3.25.0
14682026-05-29T17:04:23.800Z Compiling scroll v0.13.0
14692026-05-29T17:04:24.039Z Compiling unicode-normalization v0.1.25
14702026-05-29T17:04:24.104Z Compiling openssl-macros v0.1.1
14712026-05-29T17:04:24.478Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-29T17:04:24.492Z Compiling spin v0.9.8
14732026-05-29T17:04:24.495Z Compiling crc32fast v1.5.0
14742026-05-29T17:04:24.699Z Compiling num-conv v0.2.0
14752026-05-29T17:04:24.769Z Compiling time-core v0.1.8
14762026-05-29T17:04:24.831Z Compiling native-tls v0.2.18
14772026-05-29T17:04:24.863Z Compiling powerfmt v0.2.0
14782026-05-29T17:04:24.917Z Compiling time-macros v0.2.27
14792026-05-29T17:04:25.004Z Compiling deranged v0.5.8
14802026-05-29T17:04:25.436Z Compiling darling_macro v0.20.11
14812026-05-29T17:04:25.907Z Compiling hyper v1.8.1
14822026-05-29T17:04:26.004Z Compiling darling v0.20.11
14832026-05-29T17:04:26.028Z Compiling goblin v0.10.5
14842026-05-29T17:04:26.086Z Compiling rustls-native-certs v0.8.3
14852026-05-29T17:04:26.247Z Compiling sync_wrapper v1.0.2
14862026-05-29T17:04:26.357Z Compiling wait-timeout v0.2.1
14872026-05-29T17:04:26.379Z Compiling crossbeam-utils v0.8.21
14882026-05-29T17:04:26.623Z Compiling siphasher v1.0.2
14892026-05-29T17:04:26.669Z Compiling syn v1.0.109
14902026-05-29T17:04:26.813Z Compiling bit-vec v0.8.0
14912026-05-29T17:04:26.900Z Compiling num_threads v0.1.7
14922026-05-29T17:04:26.973Z Compiling hyper-util v0.1.20
14932026-05-29T17:04:26.998Z Compiling simd-adler32 v0.3.8
14942026-05-29T17:04:27.046Z Compiling usdt-impl v0.6.0
14952026-05-29T17:04:27.239Z Compiling quick-error v1.2.3
14962026-05-29T17:04:27.272Z Compiling bit-set v0.8.0
14972026-05-29T17:04:27.345Z Compiling rusty-fork v0.3.1
14982026-05-29T17:04:27.525Z Compiling time v0.3.47
14992026-05-29T17:04:27.681Z Compiling tower v0.5.3
15002026-05-29T17:04:27.744Z Compiling derive_builder_core v0.20.2
15012026-05-29T17:04:28.148Z Compiling dtrace-parser v0.3.0
15022026-05-29T17:04:28.336Z Compiling http-body-util v0.1.3
15032026-05-29T17:04:28.588Z Compiling webpki-roots v1.0.6
15042026-05-29T17:04:28.609Z Compiling signature v2.2.0
15052026-05-29T17:04:28.672Z Compiling thiserror-impl v1.0.69
15062026-05-29T17:04:28.707Z Compiling scroll_derive v0.12.1
15072026-05-29T17:04:28.790Z Compiling dof v0.4.0
15082026-05-29T17:04:28.917Z Compiling heapless v0.7.17
15092026-05-29T17:04:29.071Z Compiling rand_xorshift v0.4.0
15102026-05-29T17:04:29.159Z Compiling slog v2.8.2
15112026-05-29T17:04:29.235Z Compiling darling_core v0.21.3
15122026-05-29T17:04:29.346Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-05-29T17:04:29.362Z Compiling thread-id v5.1.0
15142026-05-29T17:04:29.445Z Compiling cookie v0.18.1
15152026-05-29T17:04:29.617Z Compiling unarray v0.1.4
15162026-05-29T17:04:29.657Z Compiling iri-string v0.7.10
15172026-05-29T17:04:29.729Z Compiling paste v1.0.15
15182026-05-29T17:04:29.923Z Compiling unicode-properties v0.1.4
15192026-05-29T17:04:29.953Z Compiling zstd-safe v7.2.4
15202026-05-29T17:04:29.995Z Compiling signal-hook v0.3.18
15212026-05-29T17:04:30.133Z Compiling adler2 v2.0.1
15222026-05-29T17:04:30.151Z Compiling ryu v1.0.23
15232026-05-29T17:04:30.169Z Compiling anyhow v1.0.102
15242026-05-29T17:04:30.255Z Compiling unicode-bidi v0.3.18
15252026-05-29T17:04:30.266Z Compiling allocator-api2 v0.2.21
15262026-05-29T17:04:30.375Z Compiling serde_urlencoded v0.7.1
15272026-05-29T17:04:30.616Z Compiling miniz_oxide v0.8.9
15282026-05-29T17:04:30.644Z Compiling stringprep v0.1.5
15292026-05-29T17:04:30.761Z Compiling thiserror v1.0.69
15302026-05-29T17:04:30.839Z Compiling tower-http v0.6.8
15312026-05-29T17:04:30.865Z Compiling proptest v1.11.0
15322026-05-29T17:04:31.222Z Compiling scroll v0.12.0
15332026-05-29T17:04:31.304Z Compiling derive_builder_macro v0.20.2
15342026-05-29T17:04:31.764Z Compiling tokio-native-tls v0.3.1
15352026-05-29T17:04:31.788Z Compiling darling_macro v0.21.3
15362026-05-29T17:04:31.872Z Compiling ipnetwork v0.21.1
15372026-05-29T17:04:31.885Z Compiling bstr v1.12.1
15382026-05-29T17:04:31.927Z Compiling rand_chacha v0.3.1
15392026-05-29T17:04:31.981Z Compiling serde_spanned v0.6.9
15402026-05-29T17:04:32.126Z Compiling erased-serde v0.3.31
15412026-05-29T17:04:32.257Z Compiling serde_tokenstream v0.2.3
15422026-05-29T17:04:32.263Z Compiling toml_datetime v0.6.11
15432026-05-29T17:04:32.525Z Compiling md-5 v0.10.6
15442026-05-29T17:04:32.529Z Compiling pin-project-internal v1.1.11
15452026-05-29T17:04:32.565Z Compiling zerocopy-derive v0.7.35
15462026-05-29T17:04:32.602Z Compiling async-trait v0.1.89
15472026-05-29T17:04:32.702Z Compiling curve25519-dalek v4.1.3
15482026-05-29T17:04:32.726Z Compiling vergen-lib v9.1.0
15492026-05-29T17:04:32.903Z Compiling num-integer v0.1.46
15502026-05-29T17:04:33.032Z Compiling hash32 v0.2.1
15512026-05-29T17:04:33.237Z Compiling ff v0.13.1
15522026-05-29T17:04:33.237Z Compiling memoffset v0.9.1
15532026-05-29T17:04:33.376Z Compiling encoding_rs v0.8.35
15542026-05-29T17:04:33.418Z Compiling zlib-rs v0.6.2
15552026-05-29T17:04:33.437Z Compiling rustix v0.38.44
15562026-05-29T17:04:33.614Z Compiling psl-types v2.0.11
15572026-05-29T17:04:33.627Z Compiling mime v0.3.17
15582026-05-29T17:04:33.734Z Compiling fallible-iterator v0.2.0
15592026-05-29T17:04:33.778Z Compiling cfg_aliases v0.2.1
15602026-05-29T17:04:33.853Z Compiling litrs v1.0.0
15612026-05-29T17:04:33.877Z Compiling smoltcp v0.9.1
15622026-05-29T17:04:34.043Z Compiling num-bigint-dig v0.8.6
15632026-05-29T17:04:34.215Z Compiling ref-cast v1.0.25
15642026-05-29T17:04:34.240Z Compiling base16ct v0.2.0
15652026-05-29T17:04:34.378Z Compiling document-features v0.2.12
15662026-05-29T17:04:34.414Z Compiling sec1 v0.7.3
15672026-05-29T17:04:34.596Z Compiling postgres-protocol v0.6.10
15682026-05-29T17:04:34.688Z Compiling nix v0.31.2
15692026-05-29T17:04:34.943Z Compiling publicsuffix v2.3.0
15702026-05-29T17:04:34.967Z Compiling pin-project v1.1.11
15712026-05-29T17:04:35.076Z Compiling zerocopy v0.7.35
15722026-05-29T17:04:35.113Z Compiling group v0.13.0
15732026-05-29T17:04:35.159Z Compiling newtype-uuid v1.3.2
15742026-05-29T17:04:35.288Z Compiling num-iter v0.1.45
15752026-05-29T17:04:35.536Z Compiling darling v0.21.3
15762026-05-29T17:04:35.614Z Compiling hubpack_derive v0.1.1
15772026-05-29T17:04:35.617Z Compiling rand v0.8.6
15782026-05-29T17:04:35.640Z Compiling oxnet v0.1.4
15792026-05-29T17:04:35.676Z Compiling hyper-tls v0.6.0
15802026-05-29T17:04:35.991Z Compiling derive_builder v0.20.2
15812026-05-29T17:04:36.042Z Compiling goblin v0.8.2
15822026-05-29T17:04:36.500Z Compiling flate2 v1.1.9
15832026-05-29T17:04:36.618Z Compiling phf_shared v0.13.1
15842026-05-29T17:04:36.647Z Compiling lazy_static v1.5.0
15852026-05-29T17:04:36.684Z Compiling regex v1.12.3
15862026-05-29T17:04:36.742Z Compiling futures-executor v0.3.32
15872026-05-29T17:04:36.793Z Compiling hex v0.4.3
15882026-05-29T17:04:36.841Z Compiling hkdf v0.12.4
15892026-05-29T17:04:36.902Z Compiling crypto-bigint v0.5.5
15902026-05-29T17:04:36.988Z Compiling daft-derive v0.1.7
15912026-05-29T17:04:37.020Z Compiling ref-cast-impl v1.0.25
15922026-05-29T17:04:37.077Z Compiling curve25519-dalek-derive v0.1.1
15932026-05-29T17:04:37.113Z Compiling snafu-derive v0.8.9
15942026-05-29T17:04:37.561Z Compiling strum_macros v0.27.2
15952026-05-29T17:04:37.711Z Compiling terminal_size v0.4.3
15962026-05-29T17:04:37.717Z Compiling vergen v9.1.0
15972026-05-29T17:04:37.851Z Compiling fs-err v3.3.0
15982026-05-29T17:04:37.884Z Compiling cargo-platform v0.3.2
15992026-05-29T17:04:38.034Z Compiling ahash v0.8.12
16002026-05-29T17:04:38.149Z Compiling bumpalo v3.20.2
16012026-05-29T17:04:38.239Z Compiling libbz2-rs-sys v0.2.2
16022026-05-29T17:04:38.406Z Compiling bitflags v1.3.2
16032026-05-29T17:04:38.495Z Compiling managed v0.8.0
16042026-05-29T17:04:38.720Z Compiling unicode-segmentation v1.12.0
16052026-05-29T17:04:38.935Z Compiling same-file v1.0.6
16062026-05-29T17:04:39.025Z Compiling foldhash v0.2.0
16072026-05-29T17:04:39.025Z Compiling winnow v0.5.40
16082026-05-29T17:04:39.107Z Compiling object v0.37.3
16092026-05-29T17:04:39.114Z Compiling foldhash v0.1.5
16102026-05-29T17:04:39.219Z Compiling hashbrown v0.16.1
16112026-05-29T17:04:39.283Z Compiling hashbrown v0.15.5
16122026-05-29T17:04:39.412Z Compiling walkdir v2.5.0
16132026-05-29T17:04:39.483Z Compiling strum v0.27.2
16142026-05-29T17:04:39.483Z Compiling clap_builder v4.5.60
16152026-05-29T17:04:39.614Z Compiling snafu v0.8.9
16162026-05-29T17:04:39.802Z Compiling bzip2 v0.6.1
16172026-05-29T17:04:39.841Z Compiling zopfli v0.8.3
16182026-05-29T17:04:40.004Z Compiling dof v0.3.0
16192026-05-29T17:04:40.017Z Compiling cargo_metadata v0.23.1
16202026-05-29T17:04:40.455Z Compiling toml_edit v0.19.15
16212026-05-29T17:04:40.562Z Compiling elliptic-curve v0.13.8
16222026-05-29T17:04:40.705Z Compiling daft v0.1.7
16232026-05-29T17:04:40.981Z Compiling futures v0.3.32
16242026-05-29T17:04:41.020Z Compiling phf v0.13.1
16252026-05-29T17:04:41.185Z Compiling signal-hook-mio v0.2.5
16262026-05-29T17:04:41.466Z Compiling cookie_store v0.22.1
16272026-05-29T17:04:41.688Z Compiling hubpack v0.1.2
16282026-05-29T17:04:41.923Z Compiling zstd v0.13.3
16292026-05-29T17:04:41.978Z Compiling bzip2 v0.4.4
16302026-05-29T17:04:42.100Z Compiling serde_with_macros v3.17.0
16312026-05-29T17:04:42.214Z Compiling postgres-types v0.2.12
16322026-05-29T17:04:42.537Z Compiling usdt-macro v0.6.0
16332026-05-29T17:04:42.770Z Compiling usdt-attr-macro v0.6.0
16342026-05-29T17:04:43.119Z Compiling globset v0.4.18
16352026-05-29T17:04:43.219Z Compiling dtrace-parser v0.2.0
16362026-05-29T17:04:43.253Z Compiling ed25519 v2.2.3
16372026-05-29T17:04:43.275Z Compiling phf_shared v0.11.3
16382026-05-29T17:04:43.460Z Compiling olpc-cjson v0.1.4
16392026-05-29T17:04:43.537Z Compiling pkcs1 v0.7.5
16402026-05-29T17:04:43.619Z Compiling serde_plain v1.0.2
16412026-05-29T17:04:43.768Z Compiling serde-big-array v0.5.1
16422026-05-29T17:04:43.795Z Compiling rfc6979 v0.4.0
16432026-05-29T17:04:43.834Z Compiling clap_derive v4.5.55
16442026-05-29T17:04:43.937Z Compiling serde_repr v0.1.20
16452026-05-29T17:04:44.010Z Compiling strum_macros v0.26.4
16462026-05-29T17:04:44.010Z Compiling async-recursion v1.1.1
16472026-05-29T17:04:44.010Z Compiling enum-as-inner v0.6.1
16482026-05-29T17:04:44.149Z Compiling pem v3.0.6
16492026-05-29T17:04:44.419Z Compiling float-cmp v0.10.0
16502026-05-29T17:04:44.447Z Compiling thread-id v4.2.2
16512026-05-29T17:04:44.471Z Compiling memmap2 v0.9.10
16522026-05-29T17:04:44.525Z Compiling env_filter v1.0.0
16532026-05-29T17:04:44.554Z Compiling predicates-core v1.0.10
16542026-05-29T17:04:44.565Z Compiling static_assertions v1.1.0
16552026-05-29T17:04:44.643Z Compiling new_debug_unreachable v1.0.6
16562026-05-29T17:04:44.681Z Compiling data-encoding v2.10.0
16572026-05-29T17:04:44.718Z Compiling either v1.15.0
16582026-05-29T17:04:44.733Z Compiling keccak v0.1.6
16592026-05-29T17:04:44.823Z Compiling normalize-line-endings v0.3.0
16602026-05-29T17:04:44.915Z Compiling precomputed-hash v0.1.1
16612026-05-29T17:04:44.927Z Compiling fixedbitset v0.5.7
16622026-05-29T17:04:45.009Z Compiling difflib v0.4.0
16632026-05-29T17:04:45.264Z Compiling typed-path v0.9.3
16642026-05-29T17:04:45.426Z Compiling whoami v2.1.0
16652026-05-29T17:04:45.581Z Compiling jiff v0.2.21
16662026-05-29T17:04:45.599Z Compiling fixedbitset v0.4.2
16672026-05-29T17:04:45.610Z Compiling clap v4.5.60
16682026-05-29T17:04:45.645Z Compiling strum v0.26.3
16692026-05-29T17:04:45.689Z Compiling tokio-postgres v0.7.16
16702026-05-29T17:04:45.783Z Compiling petgraph v0.6.5
16712026-05-29T17:04:45.810Z Compiling toml_edit v0.22.27
16722026-05-29T17:04:45.839Z Compiling predicates v3.1.4
16732026-05-29T17:04:46.476Z Compiling petgraph v0.8.3
16742026-05-29T17:04:46.489Z Compiling string_cache v0.8.9
16752026-05-29T17:04:47.676Z Compiling hickory-proto v0.25.2
16762026-05-29T17:04:47.679Z Compiling itertools v0.13.0
16772026-05-29T17:04:47.679Z Compiling sha3 v0.10.8
16782026-05-29T17:04:47.712Z Compiling env_logger v0.11.9
16792026-05-29T17:04:47.869Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-05-29T17:04:47.935Z Compiling usdt v0.6.0
16812026-05-29T17:04:48.062Z Compiling usdt-impl v0.5.0
16822026-05-29T17:04:48.201Z Compiling zip v4.6.1
16832026-05-29T17:04:48.373Z Compiling ecdsa v0.16.9
16842026-05-29T17:04:48.532Z Compiling rsa v0.9.10
16852026-05-29T17:04:48.727Z Compiling ed25519-dalek v2.2.0
16862026-05-29T17:04:48.813Z Compiling serde_with v3.17.0
16872026-05-29T17:04:49.170Z Compiling crossterm v0.28.1
16882026-05-29T17:04:49.761Z Compiling zip v0.6.6
16892026-05-29T17:04:50.340Z Compiling toml v0.7.8
16902026-05-29T17:04:50.530Z Compiling iddqd v0.4.2
16912026-05-29T17:04:50.957Z Compiling heck v0.4.1
16922026-05-29T17:04:51.126Z Compiling similar v2.7.0
16932026-05-29T17:04:51.173Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-05-29T17:04:51.220Z Compiling crossbeam-epoch v0.9.18
16952026-05-29T17:04:51.445Z Compiling tokio-stream v0.1.18
16962026-05-29T17:04:51.543Z Compiling buf-list v1.1.2
16972026-05-29T17:04:51.785Z Compiling x509-cert v0.2.5
16982026-05-29T17:04:51.802Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16992026-05-29T17:04:51.822Z Compiling openapiv3 v2.2.0
17002026-05-29T17:04:51.878Z Compiling sha1 v0.10.6
17012026-05-29T17:04:51.881Z Compiling peg-runtime v0.8.5
17022026-05-29T17:04:51.979Z Compiling lalrpop-util v0.19.12
17032026-05-29T17:04:52.172Z Compiling thread_local v1.1.9
17042026-05-29T17:04:52.206Z Compiling slog-async v2.8.0
17052026-05-29T17:04:52.206Z Compiling crossbeam-channel v0.5.15
17062026-05-29T17:04:52.260Z Compiling filetime v0.2.27
17072026-05-29T17:04:52.368Z Compiling is-terminal v0.4.17
17082026-05-29T17:04:52.393Z Compiling term v1.2.1
17092026-05-29T17:04:52.426Z Compiling take_mut v0.2.2
17102026-05-29T17:04:52.453Z Compiling xattr v1.6.1
17112026-05-29T17:04:52.655Z Compiling slog-term v2.9.2
17122026-05-29T17:04:52.655Z Compiling tar v0.4.45
17132026-05-29T17:05:02.830Z Compiling rustls-webpki v0.103.9
17142026-05-29T17:05:05.677Z Compiling tokio-rustls v0.26.4
17152026-05-29T17:05:05.677Z Compiling rustls-platform-verifier v0.6.2
17162026-05-29T17:05:05.877Z Compiling hyper-rustls v0.27.7
17172026-05-29T17:05:06.073Z Compiling reqwest v0.12.28
17182026-05-29T17:05:06.074Z Compiling reqwest v0.13.2
17192026-05-29T17:05:07.342Z Compiling tough v0.22.0
17202026-05-29T17:05:09.895Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17212026-05-29T17:05:10.102Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17222026-05-29T17:05:12.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17232026-05-29T17:05:13.124Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17242026-05-29T17:05:13.181ZMay 29 17:05:12.053 INFO Starting download, target: Clickhouse
17252026-05-29T17:05:13.181ZMay 29 17:05:12.054 INFO Starting download, target: Console
17262026-05-29T17:05:13.181ZMay 29 17:05:12.054 INFO Starting download, target: Cockroach
17272026-05-29T17:05:13.181ZMay 29 17:05:12.054 INFO Starting download, target: DendriteStub
17282026-05-29T17:05:13.185ZMay 29 17:05:12.054 INFO Starting download, target: MaghemiteMgd
17292026-05-29T17:05:13.185ZMay 29 17:05:12.054 INFO Starting download, target: TransceiverControl
17302026-05-29T17:05:13.185ZMay 29 17:05:12.054 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17312026-05-29T17:05:13.185ZMay 29 17:05:12.054 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-05-29T17:05:13.186ZMay 29 17:05:12.054 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-05-29T17:05:13.186ZMay 29 17:05:12.054 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-05-29T17:05:13.186ZMay 29 17:05:12.054 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17352026-05-29T17:05:13.186ZMay 29 17:05:12.054 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-05-29T17:05:13.686ZMay 29 17:05:12.515 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17372026-05-29T17:05:13.894ZMay 29 17:05:12.726 INFO Download complete, target: TransceiverControl
17382026-05-29T17:05:14.246ZMay 29 17:05:13.100 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17392026-05-29T17:05:14.509ZMay 29 17:05:13.358 INFO Download complete, target: Console
17402026-05-29T17:05:14.828ZMay 29 17:05:13.665 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412026-05-29T17:05:14.946ZMay 29 17:05:13.820 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-05-29T17:05:14.966ZMay 29 17:05:13.837 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17432026-05-29T17:05:15.010ZMay 29 17:05:13.884 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17442026-05-29T17:05:15.010ZMay 29 17:05:13.884 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17452026-05-29T17:05:17.190ZMay 29 17:05:16.064 INFO Download complete, target: DendriteStub
17462026-05-29T17:05:17.366ZMay 29 17:05:16.235 INFO Download complete, target: MaghemiteMgd
17472026-05-29T17:05:19.702ZMay 29 17:05:18.575 INFO Checking that binary works, target: Cockroach
17482026-05-29T17:05:19.819ZMay 29 17:05:18.692 INFO Download complete, target: Cockroach
17492026-05-29T17:05:21.714ZMay 29 17:05:20.584 INFO Checking that binary works, target: Clickhouse
17502026-05-29T17:05:21.806ZMay 29 17:05:20.679 INFO Download complete, target: Clickhouse
17512026-05-29T17:05:21.823ZAll builder prerequisites installed successfully, and PATH looks valid
17522026-05-29T17:05:21.827Z
17532026-05-29T17:05:21.827Zreal 2:19.413461972
17542026-05-29T17:05:21.827Zuser 6:57.367449285
17552026-05-29T17:05:21.827Zsys 1:23.132323152
17562026-05-29T17:05:21.827Ztrap 0.229100780
17572026-05-29T17:05:21.827Ztflt 0.728266977
17582026-05-29T17:05:21.827Zdflt 0.604885022
17592026-05-29T17:05:21.827Zkflt 0.024093223
17602026-05-29T17:05:21.827Zlock 22:20.278559415
17612026-05-29T17:05:21.827Zslp 21:32.995401487
17622026-05-29T17:05:21.827Zlat 42.579404662
17632026-05-29T17:05:21.827Zstop 1:53.871422206
17642026-05-29T17:05:21.827Z+ banner hack-check
17652026-05-29T17:05:21.827Z
17662026-05-29T17:05:21.827Z # # ## #### # # #### # # ###### #### # #
17672026-05-29T17:05:21.827Z # # # # # # # # # # # # # # # # #
17682026-05-29T17:05:21.827Z ###### # # # #### ##### # ###### ##### # ####
17692026-05-29T17:05:21.827Z # # ###### # # # # # # # # # #
17702026-05-29T17:05:21.827Z # # # # # # # # # # # # # # # # #
17712026-05-29T17:05:21.827Z # # # # #### # # #### # # ###### #### # #
17722026-05-29T17:05:21.828Z
17732026-05-29T17:05:21.828Z+ export CARGO_INCREMENTAL=0
17742026-05-29T17:05:21.828Z+ CARGO_INCREMENTAL=0
17752026-05-29T17:05:21.828Z+ ptime -m timeout 2h cargo xtask check-features --ci
17762026-05-29T17:05:22.362Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17772026-05-29T17:05:22.589Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17782026-05-29T17:05:24.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
17792026-05-29T17:05:24.544Z Running `target/debug/xtask check-features --ci`
17802026-05-29T17:05:24.573Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17812026-05-29T17:05:24.576Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17822026-05-29T17:05:25.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17832026-05-29T17:05:25.083Z Running `target/debug/xtask download cargo-hack`
17842026-05-29T17:05:25.870Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852026-05-29T17:05:26.188Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862026-05-29T17:05:28.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
17872026-05-29T17:05:28.867Z Running `target/debug/xtask-downloader cargo-hack`
17882026-05-29T17:05:28.911ZMay 29 17:05:27.784 INFO Starting download, target: CargoHack
17892026-05-29T17:05:28.914ZMay 29 17:05:27.785 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17902026-05-29T17:05:29.110ZMay 29 17:05:27.984 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17912026-05-29T17:05:29.161ZMay 29 17:05:28.035 INFO Download complete, target: CargoHack
17922026-05-29T17:05:29.164Zrunning: "/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"
17932026-05-29T17:05:29.178Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17942026-05-29T17:05:29.333Zinfo: running `cargo check --bins` on api_identity (1/297)
17952026-05-29T17:05:29.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17962026-05-29T17:05:29.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17972026-05-29T17:05:29.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17982026-05-29T17:05:29.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17992026-05-29T17:05:29.911Z
18002026-05-29T17:05:29.911Zinfo: running `cargo check --bins` on bootstore (2/297)
18012026-05-29T17:05:30.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022026-05-29T17:05:30.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032026-05-29T17:05:30.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042026-05-29T17:05:30.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18052026-05-29T17:05:30.484Z
18062026-05-29T17:05:30.484Zinfo: running `cargo check --bins` on omicron-ledger (3/297)
18072026-05-29T17:05:30.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-05-29T17:05:30.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-05-29T17:05:30.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-05-29T17:05:30.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18112026-05-29T17:05:31.055Z
18122026-05-29T17:05:31.055Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/297)
18132026-05-29T17:05:31.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-05-29T17:05:31.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-05-29T17:05:31.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-05-29T17:05:31.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18172026-05-29T17:05:31.632Z
18182026-05-29T17:05:31.632Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/297)
18192026-05-29T17:05:32.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-05-29T17:05:32.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-05-29T17:05:32.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-05-29T17:05:32.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18232026-05-29T17:05:32.209Z
18242026-05-29T17:05:32.209Zinfo: running `cargo check --bins` on omicron-certificates (6/297)
18252026-05-29T17:05:32.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-05-29T17:05:32.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-05-29T17:05:32.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-05-29T17:05:32.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18292026-05-29T17:05:32.808Z
18302026-05-29T17:05:32.808Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/297)
18312026-05-29T17:05:33.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-05-29T17:05:33.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-05-29T17:05:33.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-05-29T17:05:33.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18352026-05-29T17:05:33.396Z
18362026-05-29T17:05:33.396Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/297)
18372026-05-29T17:05:33.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-05-29T17:05:33.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-05-29T17:05:33.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-05-29T17:05:33.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18412026-05-29T17:05:33.985Z
18422026-05-29T17:05:33.986Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/297)
18432026-05-29T17:05:34.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-05-29T17:05:34.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-05-29T17:05:34.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-05-29T17:05:34.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18472026-05-29T17:05:34.447Z
18482026-05-29T17:05:34.447Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/297)
18492026-05-29T17:05:34.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-05-29T17:05:34.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-05-29T17:05:34.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-05-29T17:05:34.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18532026-05-29T17:05:34.908Z
18542026-05-29T17:05:34.908Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/297)
18552026-05-29T17:05:35.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-05-29T17:05:35.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-05-29T17:05:35.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-05-29T17:05:35.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18592026-05-29T17:05:35.377Z
18602026-05-29T17:05:35.377Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/297)
18612026-05-29T17:05:35.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-05-29T17:05:35.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-05-29T17:05:35.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-05-29T17:05:35.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18652026-05-29T17:05:35.839Z
18662026-05-29T17:05:35.839Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/297)
18672026-05-29T17:05:36.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-05-29T17:05:36.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-05-29T17:05:36.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-05-29T17:05:36.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18712026-05-29T17:05:36.309Z
18722026-05-29T17:05:36.309Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/297)
18732026-05-29T17:05:36.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-05-29T17:05:36.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-05-29T17:05:36.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-05-29T17:05:36.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18772026-05-29T17:05:36.773Z
18782026-05-29T17:05:36.773Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/297)
18792026-05-29T17:05:37.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-05-29T17:05:37.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-05-29T17:05:37.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-05-29T17:05:37.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18832026-05-29T17:05:37.237Z
18842026-05-29T17:05:37.237Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/297)
18852026-05-29T17:05:37.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-05-29T17:05:37.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-05-29T17:05:37.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-05-29T17:05:37.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18892026-05-29T17:05:37.696Z
18902026-05-29T17:05:37.696Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/297)
18912026-05-29T17:05:38.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-05-29T17:05:38.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-05-29T17:05:38.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-05-29T17:05:38.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18952026-05-29T17:05:38.163Z
18962026-05-29T17:05:38.163Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/297)
18972026-05-29T17:05:38.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-05-29T17:05:38.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-05-29T17:05:38.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-05-29T17:05:38.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19012026-05-29T17:05:38.628Z
19022026-05-29T17:05:38.628Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/297)
19032026-05-29T17:05:39.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-05-29T17:05:39.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-05-29T17:05:39.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-05-29T17:05:39.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19072026-05-29T17:05:39.090Z
19082026-05-29T17:05:39.090Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/297)
19092026-05-29T17:05:39.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-05-29T17:05:39.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-05-29T17:05:39.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-05-29T17:05:39.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19132026-05-29T17:05:39.556Z
19142026-05-29T17:05:39.556Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/297)
19152026-05-29T17:05:39.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-05-29T17:05:39.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-05-29T17:05:39.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-05-29T17:05:39.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19192026-05-29T17:05:40.026Z
19202026-05-29T17:05:40.026Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/297)
19212026-05-29T17:05:40.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-05-29T17:05:40.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-05-29T17:05:40.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-05-29T17:05:40.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19252026-05-29T17:05:40.491Z
19262026-05-29T17:05:40.491Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/297)
19272026-05-29T17:05:40.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-05-29T17:05:40.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-05-29T17:05:40.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-05-29T17:05:40.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19312026-05-29T17:05:40.955Z
19322026-05-29T17:05:40.955Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/297)
19332026-05-29T17:05:41.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-05-29T17:05:41.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-05-29T17:05:41.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-05-29T17:05:41.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19372026-05-29T17:05:41.418Z
19382026-05-29T17:05:41.418Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/297)
19392026-05-29T17:05:41.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-05-29T17:05:41.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-05-29T17:05:41.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-05-29T17:05:41.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19432026-05-29T17:05:41.882Z
19442026-05-29T17:05:41.882Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/297)
19452026-05-29T17:05:42.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-05-29T17:05:42.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-05-29T17:05:42.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-05-29T17:05:42.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19492026-05-29T17:05:42.346Z
19502026-05-29T17:05:42.346Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/297)
19512026-05-29T17:05:42.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-05-29T17:05:42.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-05-29T17:05:42.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-05-29T17:05:42.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19552026-05-29T17:05:42.812Z
19562026-05-29T17:05:42.813Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/297)
19572026-05-29T17:05:43.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-05-29T17:05:43.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-05-29T17:05:43.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-05-29T17:05:43.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19612026-05-29T17:05:43.277Z
19622026-05-29T17:05:43.277Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/297)
19632026-05-29T17:05:43.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-05-29T17:05:43.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-05-29T17:05:43.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-05-29T17:05:43.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19672026-05-29T17:05:43.742Z
19682026-05-29T17:05:43.742Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/297)
19692026-05-29T17:05:44.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-05-29T17:05:44.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-05-29T17:05:44.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-05-29T17:05:44.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19732026-05-29T17:05:44.208Z
19742026-05-29T17:05:44.208Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/297)
19752026-05-29T17:05:44.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-05-29T17:05:44.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-05-29T17:05:44.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-05-29T17:05:44.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19792026-05-29T17:05:44.668Z
19802026-05-29T17:05:44.668Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/297)
19812026-05-29T17:05:45.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-05-29T17:05:45.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-05-29T17:05:45.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-05-29T17:05:45.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19852026-05-29T17:05:45.133Z
19862026-05-29T17:05:45.133Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/297)
19872026-05-29T17:05:45.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-05-29T17:05:45.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-05-29T17:05:45.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-05-29T17:05:45.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19912026-05-29T17:05:45.600Z
19922026-05-29T17:05:45.600Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/297)
19932026-05-29T17:05:46.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-05-29T17:05:46.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-05-29T17:05:46.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-05-29T17:05:46.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19972026-05-29T17:05:46.061Z
19982026-05-29T17:05:46.061Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/297)
19992026-05-29T17:05:46.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-05-29T17:05:46.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-05-29T17:05:46.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-05-29T17:05:46.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20032026-05-29T17:05:46.523Z
20042026-05-29T17:05:46.523Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/297)
20052026-05-29T17:05:46.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-05-29T17:05:46.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-05-29T17:05:46.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-05-29T17:05:46.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20092026-05-29T17:05:46.988Z
20102026-05-29T17:05:46.988Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/297)
20112026-05-29T17:05:47.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-05-29T17:05:47.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-05-29T17:05:47.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-05-29T17:05:47.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20152026-05-29T17:05:47.450Z
20162026-05-29T17:05:47.450Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/297)
20172026-05-29T17:05:47.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-05-29T17:05:47.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-05-29T17:05:47.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-05-29T17:05:47.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20212026-05-29T17:05:47.913Z
20222026-05-29T17:05:47.913Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/297)
20232026-05-29T17:05:48.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-05-29T17:05:48.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-05-29T17:05:48.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-05-29T17:05:48.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20272026-05-29T17:05:48.377Z
20282026-05-29T17:05:48.377Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/297)
20292026-05-29T17:05:48.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-05-29T17:05:48.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-05-29T17:05:48.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-05-29T17:05:48.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20332026-05-29T17:05:48.844Z
20342026-05-29T17:05:48.844Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/297)
20352026-05-29T17:05:49.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-05-29T17:05:49.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-05-29T17:05:49.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-05-29T17:05:49.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20392026-05-29T17:05:49.311Z
20402026-05-29T17:05:49.311Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/297)
20412026-05-29T17:05:49.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-05-29T17:05:49.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-05-29T17:05:49.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-05-29T17:05:49.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20452026-05-29T17:05:49.779Z
20462026-05-29T17:05:49.780Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/297)
20472026-05-29T17:05:50.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-05-29T17:05:50.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-05-29T17:05:50.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-05-29T17:05:50.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20512026-05-29T17:05:50.248Z
20522026-05-29T17:05:50.248Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/297)
20532026-05-29T17:05:50.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-05-29T17:05:50.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-05-29T17:05:50.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-05-29T17:05:50.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20572026-05-29T17:05:50.711Z
20582026-05-29T17:05:50.712Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/297)
20592026-05-29T17:05:51.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-05-29T17:05:51.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-05-29T17:05:51.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-05-29T17:05:51.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20632026-05-29T17:05:51.179Z
20642026-05-29T17:05:51.179Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/297)
20652026-05-29T17:05:51.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-05-29T17:05:51.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-05-29T17:05:51.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-05-29T17:05:51.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20692026-05-29T17:05:51.712Z
20702026-05-29T17:05:51.712Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/297)
20712026-05-29T17:05:52.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-05-29T17:05:52.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-05-29T17:05:52.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-05-29T17:05:52.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20752026-05-29T17:05:52.111Z
20762026-05-29T17:05:52.111Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/297)
20772026-05-29T17:05:52.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-05-29T17:05:52.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-05-29T17:05:52.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-05-29T17:05:52.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20812026-05-29T17:05:52.574Z
20822026-05-29T17:05:52.575Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/297)
20832026-05-29T17:05:53.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-05-29T17:05:53.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-05-29T17:05:53.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-05-29T17:05:53.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20872026-05-29T17:05:53.206Z
20882026-05-29T17:05:53.206Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/297)
20892026-05-29T17:05:53.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-05-29T17:05:53.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-05-29T17:05:53.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-05-29T17:05:53.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20932026-05-29T17:05:53.841Z
20942026-05-29T17:05:53.841Zinfo: running `cargo check --bins` on nexus-config (51/297)
20952026-05-29T17:05:54.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-05-29T17:05:54.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-05-29T17:05:54.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-05-29T17:05:54.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20992026-05-29T17:05:54.468Z
21002026-05-29T17:05:54.468Zinfo: running `cargo check --bins` on nexus-types (52/297)
21012026-05-29T17:05:54.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-05-29T17:05:55.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-05-29T17:05:55.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-05-29T17:05:55.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21052026-05-29T17:05:55.096Z
21062026-05-29T17:05:55.096Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/297)
21072026-05-29T17:05:55.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-05-29T17:05:55.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-05-29T17:05:55.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-05-29T17:05:55.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21112026-05-29T17:05:55.700Z
21122026-05-29T17:05:55.700Zinfo: running `cargo check --bins` on omicron-passwords (54/297)
21132026-05-29T17:05:56.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-05-29T17:05:56.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-05-29T17:05:56.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-05-29T17:05:56.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21172026-05-29T17:05:56.275Z
21182026-05-29T17:05:56.275Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/297)
21192026-05-29T17:05:56.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-05-29T17:05:56.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-05-29T17:05:56.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-05-29T17:05:56.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21232026-05-29T17:05:56.872Z
21242026-05-29T17:05:56.872Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/297)
21252026-05-29T17:05:57.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-05-29T17:05:57.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-05-29T17:05:57.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-05-29T17:05:57.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21292026-05-29T17:05:57.470Z
21302026-05-29T17:05:57.470Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/297)
21312026-05-29T17:05:57.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-05-29T17:05:57.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-05-29T17:05:57.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-05-29T17:05:57.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21352026-05-29T17:05:58.075Z
21362026-05-29T17:05:58.075Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/297)
21372026-05-29T17:05:58.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-05-29T17:05:58.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-05-29T17:05:58.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-05-29T17:05:58.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21412026-05-29T17:05:58.674Z
21422026-05-29T17:05:58.674Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/297)
21432026-05-29T17:05:59.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-05-29T17:05:59.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-05-29T17:05:59.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-05-29T17:05:59.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21472026-05-29T17:05:59.263Z
21482026-05-29T17:05:59.263Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/297)
21492026-05-29T17:05:59.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-05-29T17:05:59.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-05-29T17:05:59.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-05-29T17:05:59.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21532026-05-29T17:05:59.848Z
21542026-05-29T17:05:59.848Zinfo: running `cargo check --bins --no-default-features` on gfss (61/297)
21552026-05-29T17:06:00.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-05-29T17:06:00.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-05-29T17:06:00.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-05-29T17:06:00.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21592026-05-29T17:06:00.428Z
21602026-05-29T17:06:00.428Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/297)
21612026-05-29T17:06:00.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-05-29T17:06:00.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-05-29T17:06:00.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-05-29T17:06:00.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21652026-05-29T17:06:01.008Z
21662026-05-29T17:06:01.008Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/297)
21672026-05-29T17:06:01.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-05-29T17:06:01.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-05-29T17:06:01.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-05-29T17:06:01.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21712026-05-29T17:06:01.604Z
21722026-05-29T17:06:01.604Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/297)
21732026-05-29T17:06:02.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-05-29T17:06:02.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-05-29T17:06:02.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-05-29T17:06:02.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21772026-05-29T17:06:02.206Z
21782026-05-29T17:06:02.206Zinfo: running `cargo check --bins` on cockroach-admin-types (65/297)
21792026-05-29T17:06:02.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-05-29T17:06:02.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-05-29T17:06:02.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-05-29T17:06:02.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21832026-05-29T17:06:02.790Z
21842026-05-29T17:06:02.790Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/297)
21852026-05-29T17:06:03.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-05-29T17:06:03.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-05-29T17:06:03.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-05-29T17:06:03.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21892026-05-29T17:06:03.369Z
21902026-05-29T17:06:03.370Zinfo: running `cargo check --bins` on ereport-types (67/297)
21912026-05-29T17:06:03.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-05-29T17:06:03.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-05-29T17:06:03.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-05-29T17:06:03.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21952026-05-29T17:06:03.956Z
21962026-05-29T17:06:03.956Zinfo: running `cargo check --bins` on gateway-client (68/297)
21972026-05-29T17:06:04.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-05-29T17:06:04.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-05-29T17:06:04.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-05-29T17:06:04.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22012026-05-29T17:06:04.548Z
22022026-05-29T17:06:04.549Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/297)
22032026-05-29T17:06:05.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-05-29T17:06:05.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-05-29T17:06:05.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-05-29T17:06:05.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22072026-05-29T17:06:05.144Z
22082026-05-29T17:06:05.144Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/297)
22092026-05-29T17:06:05.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-05-29T17:06:05.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-05-29T17:06:05.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-05-29T17:06:05.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22132026-05-29T17:06:05.733Z
22142026-05-29T17:06:05.733Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/297)
22152026-05-29T17:06:06.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-05-29T17:06:06.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-05-29T17:06:06.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-05-29T17:06:06.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22192026-05-29T17:06:06.324Z
22202026-05-29T17:06:06.324Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/297)
22212026-05-29T17:06:06.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-05-29T17:06:06.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-05-29T17:06:06.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-05-29T17:06:06.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22252026-05-29T17:06:06.912Z
22262026-05-29T17:06:06.912Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/297)
22272026-05-29T17:06:07.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-05-29T17:06:07.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-05-29T17:06:07.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-05-29T17:06:07.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22312026-05-29T17:06:07.526Z
22322026-05-29T17:06:07.526Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/297)
22332026-05-29T17:06:08.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-05-29T17:06:08.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-05-29T17:06:08.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-05-29T17:06:08.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22372026-05-29T17:06:08.146Z
22382026-05-29T17:06:08.146Zinfo: running `cargo check --bins` on key-manager-types (75/297)
22392026-05-29T17:06:08.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-05-29T17:06:08.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-05-29T17:06:08.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-05-29T17:06:08.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22432026-05-29T17:06:08.732Z
22442026-05-29T17:06:08.732Zinfo: running `cargo check --bins` on oxlog (76/297)
22452026-05-29T17:06:09.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-05-29T17:06:09.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-05-29T17:06:09.344Z Checking cfg-if v1.0.4
22482026-05-29T17:06:09.347Z Checking libc v0.2.185
22492026-05-29T17:06:09.347Z Checking serde_core v1.0.228
22502026-05-29T17:06:09.464Z Checking zeroize v1.8.2
22512026-05-29T17:06:09.471Z Checking memchr v2.8.0
22522026-05-29T17:06:09.480Z Checking log v0.4.29
22532026-05-29T17:06:09.489Z Checking smallvec v1.15.1
22542026-05-29T17:06:09.500Z Checking typenum v1.19.0
22552026-05-29T17:06:09.510Z Checking subtle v2.6.1
22562026-05-29T17:06:09.606Z Checking itoa v1.0.17
22572026-05-29T17:06:09.637Z Checking scopeguard v1.2.0
22582026-05-29T17:06:09.658Z Checking stable_deref_trait v1.2.1
22592026-05-29T17:06:09.669Z Checking const-oid v0.9.6
22602026-05-29T17:06:09.732Z Checking zerofrom v0.1.6
22612026-05-29T17:06:09.744Z Checking lock_api v0.4.14
22622026-05-29T17:06:09.756Z Checking pin-project-lite v0.2.17
22632026-05-29T17:06:09.844Z Checking yoke v0.8.1
22642026-05-29T17:06:09.858Z Checking getrandom v0.2.17
22652026-05-29T17:06:09.858Z Checking errno v0.3.14
22662026-05-29T17:06:09.861Z Checking parking_lot_core v0.9.12
22672026-05-29T17:06:09.937Z Checking portable-atomic v1.13.1
22682026-05-29T17:06:09.970Z Checking signal-hook-registry v1.4.8
22692026-05-29T17:06:10.009Z Checking zerovec v0.11.5
22702026-05-29T17:06:10.021Z Checking generic-array v0.14.7
22712026-05-29T17:06:10.021Z Checking rand_core v0.6.4
22722026-05-29T17:06:10.047Z Checking futures-core v0.3.32
22732026-05-29T17:06:10.129Z Checking critical-section v1.2.0
22742026-05-29T17:06:10.168Z Checking parking_lot v0.12.5
22752026-05-29T17:06:10.203Z Checking mio v1.2.0
22762026-05-29T17:06:10.225Z Checking zerocopy v0.8.40
22772026-05-29T17:06:10.330Z Checking once_cell v1.21.3
22782026-05-29T17:06:10.345Z Checking zmij v1.0.21
22792026-05-29T17:06:10.358Z Checking socket2 v0.6.3
22802026-05-29T17:06:10.439Z Checking tinystr v0.8.2
22812026-05-29T17:06:10.454Z Checking crypto-common v0.1.7
22822026-05-29T17:06:10.482Z Checking block-buffer v0.10.4
22832026-05-29T17:06:10.503Z Checking libm v0.2.16
22842026-05-29T17:06:10.551Z Checking litemap v0.8.1
22852026-05-29T17:06:10.573Z Checking writeable v0.6.2
22862026-05-29T17:06:10.592Z Checking equivalent v1.0.2
22872026-05-29T17:06:10.611Z Checking percent-encoding v2.3.2
22882026-05-29T17:06:10.621Z Checking digest v0.10.7
22892026-05-29T17:06:10.675Z Checking potential_utf v0.1.4
22902026-05-29T17:06:10.720Z Checking zerotrie v0.2.3
22912026-05-29T17:06:10.731Z Checking icu_locale_core v2.1.1
22922026-05-29T17:06:10.748Z Checking futures-sink v0.3.32
22932026-05-29T17:06:10.802Z Checking icu_collections v2.1.1
22942026-05-29T17:06:10.816Z Checking cpufeatures v0.2.17
22952026-05-29T17:06:10.845Z Checking futures-channel v0.3.32
22962026-05-29T17:06:10.883Z Checking slab v0.4.12
22972026-05-29T17:06:10.932Z Checking serde v1.0.228
22982026-05-29T17:06:10.960Z Checking bitflags v2.11.0
22992026-05-29T17:06:11.032Z Checking serde_json v1.0.149
23002026-05-29T17:06:11.041Z Checking futures-task v0.3.32
23012026-05-29T17:06:11.105Z Checking futures-io v0.3.32
23022026-05-29T17:06:11.126Z Checking hmac v0.12.1
23032026-05-29T17:06:11.176Z Checking icu_normalizer_data v2.1.1
23042026-05-29T17:06:11.193Z Checking num-traits v0.2.19
23052026-05-29T17:06:11.216Z Checking futures-util v0.3.32
23062026-05-29T17:06:11.249Z Checking icu_properties_data v2.1.2
23072026-05-29T17:06:11.259Z Checking rand_core v0.10.0
23082026-05-29T17:06:11.278Z Checking icu_provider v2.1.1
23092026-05-29T17:06:11.334Z Checking bytes v1.11.1
23102026-05-29T17:06:11.372Z Checking hashbrown v0.17.0
23112026-05-29T17:06:11.395Z Checking getrandom v0.4.1
23122026-05-29T17:06:11.538Z Checking icu_normalizer v2.1.1
23132026-05-29T17:06:11.541Z Checking icu_properties v2.1.2
23142026-05-29T17:06:11.688Z Checking block-padding v0.3.3
23152026-05-29T17:06:11.722Z Checking utf8_iter v1.0.4
23162026-05-29T17:06:11.768Z Checking tokio v1.52.1
23172026-05-29T17:06:11.822Z Checking inout v0.1.4
23182026-05-29T17:06:11.833Z Checking indexmap v2.14.0
23192026-05-29T17:06:11.845Z Checking sha2 v0.10.9
23202026-05-29T17:06:11.852Z Checking form_urlencoded v1.2.2
23212026-05-29T17:06:11.958Z Checking cipher v0.4.4
23222026-05-29T17:06:11.973Z Checking getrandom v0.3.4
23232026-05-29T17:06:12.114Z Checking byteorder v1.5.0
23242026-05-29T17:06:12.127Z Checking fnv v1.0.7
23252026-05-29T17:06:12.160Z Checking base64ct v1.8.3
23262026-05-29T17:06:12.218Z Checking flagset v0.4.7
23272026-05-29T17:06:12.325Z Checking rand_core v0.9.5
23282026-05-29T17:06:12.348Z Checking http v1.4.0
23292026-05-29T17:06:12.368Z Checking idna_adapter v1.2.1
23302026-05-29T17:06:12.394Z Checking regex-syntax v0.8.10
23312026-05-29T17:06:12.406Z Checking pem-rfc7468 v0.7.0
23322026-05-29T17:06:12.489Z Checking idna v1.1.0
23332026-05-29T17:06:12.506Z Checking salsa20 v0.10.2
23342026-05-29T17:06:12.568Z Checking der v0.7.10
23352026-05-29T17:06:12.637Z Checking uuid v1.23.0
23362026-05-29T17:06:12.734Z Checking url v2.5.8
23372026-05-29T17:06:12.930Z Checking pbkdf2 v0.12.2
23382026-05-29T17:06:12.958Z Checking rustix v1.1.3
23392026-05-29T17:06:13.027Z Checking ppv-lite86 v0.2.21
23402026-05-29T17:06:13.040Z Checking tracing-core v0.1.36
23412026-05-29T17:06:13.154Z Checking rustls-pki-types v1.14.0
23422026-05-29T17:06:13.178Z Checking iana-time-zone v0.1.65
23432026-05-29T17:06:13.288Z Checking base64 v0.22.1
23442026-05-29T17:06:13.306Z Checking spki v0.7.3
23452026-05-29T17:06:13.319Z Checking rand_chacha v0.9.0
23462026-05-29T17:06:13.347Z Checking tracing v0.1.44
23472026-05-29T17:06:13.470Z Checking chrono v0.4.44
23482026-05-29T17:06:13.475Z Checking scrypt v0.11.0
23492026-05-29T17:06:13.514Z Checking http-body v1.0.1
23502026-05-29T17:06:13.527Z Checking aes v0.8.4
23512026-05-29T17:06:13.550Z Checking cbc v0.1.2
23522026-05-29T17:06:13.610Z Checking aws-lc-sys v0.40.0
23532026-05-29T17:06:13.645Z Checking untrusted v0.7.1
23542026-05-29T17:06:13.676Z Checking openssl-probe v0.2.1
23552026-05-29T17:06:13.715Z Checking tinyvec_macros v0.1.1
23562026-05-29T17:06:13.755Z Checking untrusted v0.9.0
23572026-05-29T17:06:13.778Z Checking tinyvec v1.10.0
23582026-05-29T17:06:13.794Z Checking rand v0.9.2
23592026-05-29T17:06:13.807Z Checking atomic-waker v1.1.2
23602026-05-29T17:06:13.864Z Checking ring v0.17.14
23612026-05-29T17:06:13.902Z Checking tower-layer v0.3.3
23622026-05-29T17:06:13.917Z Checking pkcs5 v0.7.1
23632026-05-29T17:06:14.051Z Checking tower-service v0.3.3
23642026-05-29T17:06:14.090Z Checking try-lock v0.2.5
23652026-05-29T17:06:14.114Z Checking aws-lc-rs v1.16.3
23662026-05-29T17:06:14.141Z Checking ipnet v2.11.0
23672026-05-29T17:06:14.171Z Checking pkcs8 v0.10.2
23682026-05-29T17:06:14.185Z Checking want v0.3.1
23692026-05-29T17:06:14.260Z Checking httparse v1.10.1
23702026-05-29T17:06:14.304Z Checking aho-corasick v1.1.4
23712026-05-29T17:06:14.320Z Checking fastrand v2.3.0
23722026-05-29T17:06:14.347Z Checking httpdate v1.0.3
23732026-05-29T17:06:14.397Z Checking dyn-clone v1.0.20
23742026-05-29T17:06:14.464Z Checking plain v0.2.3
23752026-05-29T17:06:14.490Z Checking pin-utils v0.1.0
23762026-05-29T17:06:14.504Z Checking foreign-types-shared v0.1.1
23772026-05-29T17:06:14.517Z Checking tempfile v3.25.0
23782026-05-29T17:06:14.560Z Checking unicode-normalization v0.1.25
23792026-05-29T17:06:14.574Z Checking semver v1.0.28
23802026-05-29T17:06:14.585Z Checking foreign-types v0.3.2
23812026-05-29T17:06:14.650Z Checking openssl-sys v0.9.115
23822026-05-29T17:06:14.703Z Checking spin v0.9.8
23832026-05-29T17:06:14.779Z Checking unicode-ident v1.0.24
23842026-05-29T17:06:14.851Z Checking ucd-trie v0.1.7
23852026-05-29T17:06:14.889Z Checking schemars v0.8.22
23862026-05-29T17:06:14.901Z Checking proc-macro2 v1.0.106
23872026-05-29T17:06:14.940Z Checking rustls-webpki v0.103.9
23882026-05-29T17:06:14.963Z Checking rustls-native-certs v0.8.3
23892026-05-29T17:06:14.979Z Checking regex-automata v0.4.14
23902026-05-29T17:06:14.979Z Checking pest v2.8.6
23912026-05-29T17:06:15.004Z Checking tokio-util v0.7.18
23922026-05-29T17:06:15.032Z Checking openssl v0.10.79
23932026-05-29T17:06:15.086Z Checking thiserror v2.0.18
23942026-05-29T17:06:15.189Z Checking sync_wrapper v1.0.2
23952026-05-29T17:06:15.204Z Checking wait-timeout v0.2.1
23962026-05-29T17:06:15.294Z Checking anstyle v1.0.13
23972026-05-29T17:06:15.327Z Checking bit-vec v0.8.0
23982026-05-29T17:06:15.359Z Checking rustls v0.23.37
23992026-05-29T17:06:15.472Z Checking powerfmt v0.2.0
24002026-05-29T17:06:15.520Z Checking utf8parse v0.2.2
24012026-05-29T17:06:15.533Z Checking quick-error v1.2.3
24022026-05-29T17:06:15.603Z Checking h2 v0.4.13
24032026-05-29T17:06:15.620Z Checking pretty-hex v0.4.1
24042026-05-29T17:06:15.633Z Checking siphasher v1.0.2
24052026-05-29T17:06:15.636Z Checking simd-adler32 v0.3.8
24062026-05-29T17:06:15.736Z Checking rusty-fork v0.3.1
24072026-05-29T17:06:15.788Z Checking deranged v0.5.8
24082026-05-29T17:06:15.809Z Checking anstyle-parse v0.2.7
24092026-05-29T17:06:15.907Z Checking bit-set v0.8.0
24102026-05-29T17:06:15.965Z Checking tower v0.5.3
24112026-05-29T17:06:16.039Z Checking quote v1.0.45
24122026-05-29T17:06:16.055Z Compiling newtype-uuid v1.3.2
24132026-05-29T17:06:16.212Z Checking http-body-util v0.1.3
24142026-05-29T17:06:16.236Z Checking webpki-roots v1.0.6
24152026-05-29T17:06:16.339Z Checking crossbeam-utils v0.8.21
24162026-05-29T17:06:16.356Z Checking rand_xorshift v0.4.0
24172026-05-29T17:06:16.426Z Checking crc32fast v1.5.0
24182026-05-29T17:06:16.471Z Checking scroll v0.13.0
24192026-05-29T17:06:16.566Z Checking signature v2.2.0
24202026-05-29T17:06:16.671Z Checking unarray v0.1.4
24212026-05-29T17:06:16.696Z Checking unicode-bidi v0.3.18
24222026-05-29T17:06:16.709Z Checking colorchoice v1.0.4
24232026-05-29T17:06:16.713Z Checking adler2 v2.0.1
24242026-05-29T17:06:16.776Z Checking num-conv v0.2.0
24252026-05-29T17:06:16.808Z Checking unicode-properties v0.1.4
24262026-05-29T17:06:16.820Z Checking is_terminal_polyfill v1.70.2
24272026-05-29T17:06:16.832Z Checking anstyle-query v1.1.5
24282026-05-29T17:06:16.890Z Checking allocator-api2 v0.2.21
24292026-05-29T17:06:16.907Z Checking time-core v0.1.8
24302026-05-29T17:06:16.923Z Checking ryu v1.0.23
24312026-05-29T17:06:16.995Z Checking num_threads v0.1.7
24322026-05-29T17:06:16.995Z Checking iri-string v0.7.10
24332026-05-29T17:06:17.051Z Checking stringprep v0.1.5
24342026-05-29T17:06:17.062Z Checking serde_urlencoded v0.7.1
24352026-05-29T17:06:17.065Z Checking native-tls v0.2.18
24362026-05-29T17:06:17.084Z Checking time v0.3.47
24372026-05-29T17:06:17.173Z Checking anstream v0.6.21
24382026-05-29T17:06:17.200Z Checking miniz_oxide v0.8.9
24392026-05-29T17:06:17.241Z Checking tokio-native-tls v0.3.1
24402026-05-29T17:06:17.297Z Checking bstr v1.12.1
24412026-05-29T17:06:17.390Z Checking proptest v1.11.0
24422026-05-29T17:06:17.415Z Checking goblin v0.10.5
24432026-05-29T17:06:17.568Z Checking crossbeam-epoch v0.9.18
24442026-05-29T17:06:17.699Z Checking syn v2.0.117
24452026-05-29T17:06:17.761Z Checking tokio-rustls v0.26.4
24462026-05-29T17:06:17.796Z Compiling daft v0.1.7
24472026-05-29T17:06:17.992Z Checking ipnetwork v0.21.1
24482026-05-29T17:06:18.050Z Checking tower-http v0.6.8
24492026-05-29T17:06:18.078Z Checking rand_chacha v0.3.1
24502026-05-29T17:06:18.212Z Checking scroll v0.12.0
24512026-05-29T17:06:18.246Z Checking thiserror v1.0.69
24522026-05-29T17:06:18.292Z Checking zstd-sys v2.0.16+zstd.1.5.7
24532026-05-29T17:06:18.327Z Checking hyper v1.8.1
24542026-05-29T17:06:18.327Z Checking hash32 v0.2.1
24552026-05-29T17:06:18.350Z Checking num-integer v0.1.46
24562026-05-29T17:06:18.402Z Checking toml_datetime v0.6.11
24572026-05-29T17:06:18.437Z Checking serde_spanned v0.6.9
24582026-05-29T17:06:18.486Z Checking md-5 v0.10.6
24592026-05-29T17:06:18.565Z Checking ff v0.13.1
24602026-05-29T17:06:18.577Z Checking encoding_rs v0.8.35
24612026-05-29T17:06:18.590Z Checking mime v0.3.17
24622026-05-29T17:06:18.624Z Checking zlib-rs v0.6.2
24632026-05-29T17:06:18.694Z Checking psl-types v2.0.11
24642026-05-29T17:06:18.762Z Checking fallible-iterator v0.2.0
24652026-05-29T17:06:18.811Z Checking base16ct v0.2.0
24662026-05-29T17:06:18.938Z Checking sec1 v0.7.3
24672026-05-29T17:06:19.034Z Checking postgres-protocol v0.6.10
24682026-05-29T17:06:19.146Z Checking publicsuffix v2.3.0
24692026-05-29T17:06:19.233Z Checking hyper-util v0.1.20
24702026-05-29T17:06:19.309Z Checking group v0.13.0
24712026-05-29T17:06:19.338Z Checking num-iter v0.1.45
24722026-05-29T17:06:19.350Z Checking heapless v0.7.17
24732026-05-29T17:06:19.449Z Checking goblin v0.8.2
24742026-05-29T17:06:19.462Z Checking zstd-safe v7.2.4
24752026-05-29T17:06:19.489Z Checking flate2 v1.1.9
24762026-05-29T17:06:19.514Z Checking rand v0.8.6
24772026-05-29T17:06:19.623Z Checking cookie v0.18.1
24782026-05-29T17:06:19.760Z Checking oxnet v0.1.4
24792026-05-29T17:06:19.763Z Checking dof v0.4.0
24802026-05-29T17:06:19.786Z Compiling iddqd v0.4.2
24812026-05-29T17:06:19.857Z Checking dtrace-parser v0.3.0
24822026-05-29T17:06:19.971Z Checking phf_shared v0.13.1
24832026-05-29T17:06:20.000Z Checking lazy_static v1.5.0
24842026-05-29T17:06:20.034Z Checking zerocopy v0.7.35
24852026-05-29T17:06:20.087Z Checking pin-project v1.1.11
24862026-05-29T17:06:20.100Z Checking bzip2-sys v0.1.13+1.0.8
24872026-05-29T17:06:20.165Z Checking terminal_size v0.4.3
24882026-05-29T17:06:20.181Z Checking signal-hook v0.3.18
24892026-05-29T17:06:20.184Z Checking futures-executor v0.3.32
24902026-05-29T17:06:20.280Z Checking hex v0.4.3
24912026-05-29T17:06:20.336Z Checking hkdf v0.12.4
24922026-05-29T17:06:20.368Z Checking crypto-bigint v0.5.5
24932026-05-29T17:06:20.396Z Checking thread-id v5.1.0
24942026-05-29T17:06:20.468Z Checking winnow v0.7.14
24952026-05-29T17:06:20.480Z Checking bitflags v1.3.2
24962026-05-29T17:06:20.492Z Checking hyper-rustls v0.27.7
24972026-05-29T17:06:20.504Z Checking hyper-tls v0.6.0
24982026-05-29T17:06:20.523Z Checking clap_lex v1.0.0
24992026-05-29T17:06:20.548Z Checking foldhash v0.1.5
25002026-05-29T17:06:20.671Z Checking libbz2-rs-sys v0.2.2
25012026-05-29T17:06:20.683Z Checking managed v0.8.0
25022026-05-29T17:06:20.686Z Checking same-file v1.0.6
25032026-05-29T17:06:20.705Z Checking winnow v0.5.40
25042026-05-29T17:06:20.807Z Checking bumpalo v3.20.2
25052026-05-29T17:06:20.866Z Checking foldhash v0.2.0
25062026-05-29T17:06:21.014Z Checking strsim v0.11.1
25072026-05-29T17:06:21.026Z Checking either v1.15.0
25082026-05-29T17:06:21.048Z Compiling rayon-core v1.13.0
25092026-05-29T17:06:21.061Z Checking bzip2 v0.6.1
25102026-05-29T17:06:21.174Z Checking clap_builder v4.5.60
25112026-05-29T17:06:21.211Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25122026-05-29T17:06:21.224Z Checking hashbrown v0.16.1
25132026-05-29T17:06:21.254Z Checking zopfli v0.8.3
25142026-05-29T17:06:21.265Z Checking elliptic-curve v0.13.8
25152026-05-29T17:06:21.345Z Checking dof v0.3.0
25162026-05-29T17:06:21.394Z Checking smoltcp v0.9.1
25172026-05-29T17:06:21.569Z Checking walkdir v2.5.0
25182026-05-29T17:06:21.582Z Checking reqwest v0.12.28
25192026-05-29T17:06:21.631Z Checking hashbrown v0.15.5
25202026-05-29T17:06:21.651Z Checking usdt-impl v0.6.0
25212026-05-29T17:06:21.720Z Checking signal-hook-mio v0.2.5
25222026-05-29T17:06:21.731Z Checking futures v0.3.32
25232026-05-29T17:06:21.810Z Checking snafu v0.8.9
25242026-05-29T17:06:21.824Z Checking bzip2 v0.4.4
25252026-05-29T17:06:21.878Z Checking toml_edit v0.19.15
25262026-05-29T17:06:21.923Z Checking phf v0.13.1
25272026-05-29T17:06:21.983Z Checking num-bigint-dig v0.8.6
25282026-05-29T17:06:22.046Z Checking cookie_store v0.22.1
25292026-05-29T17:06:22.069Z Checking zstd v0.13.3
25302026-05-29T17:06:22.096Z Checking postgres-types v0.2.12
25312026-05-29T17:06:22.232Z Checking dtrace-parser v0.2.0
25322026-05-29T17:06:22.256Z Checking crossbeam-deque v0.8.6
25332026-05-29T17:06:22.390Z Checking rustls-platform-verifier v0.6.2
25342026-05-29T17:06:22.416Z Checking globset v0.4.18
25352026-05-29T17:06:22.419Z Checking regex v1.12.3
25362026-05-29T17:06:22.440Z Checking ed25519 v2.2.3
25372026-05-29T17:06:22.444Z Checking phf_shared v0.11.3
25382026-05-29T17:06:22.475Z Checking olpc-cjson v0.1.4
25392026-05-29T17:06:22.526Z Checking curve25519-dalek v4.1.3
25402026-05-29T17:06:22.592Z Checking ref-cast v1.0.25
25412026-05-29T17:06:22.611Z Checking strum v0.27.2
25422026-05-29T17:06:22.623Z Checking hubpack v0.1.2
25432026-05-29T17:06:22.669Z Checking memoffset v0.9.1
25442026-05-29T17:06:22.689Z Checking rustix v0.38.44
25452026-05-29T17:06:22.702Z Checking pkcs1 v0.7.5
25462026-05-29T17:06:22.722Z Checking pem v3.0.6
25472026-05-29T17:06:22.748Z Checking float-cmp v0.10.0
25482026-05-29T17:06:22.790Z Checking serde-big-array v0.5.1
25492026-05-29T17:06:22.827Z Checking erased-serde v0.3.31
25502026-05-29T17:06:22.876Z Checking serde_plain v1.0.2
25512026-05-29T17:06:22.880Z Checking rfc6979 v0.4.0
25522026-05-29T17:06:22.913Z Checking memmap2 v0.9.10
25532026-05-29T17:06:22.925Z Checking thread-id v4.2.2
25542026-05-29T17:06:22.938Z Checking env_filter v1.0.0
25552026-05-29T17:06:22.989Z Checking typed-path v0.9.3
25562026-05-29T17:06:23.001Z Checking fixedbitset v0.4.2
25572026-05-29T17:06:23.027Z Checking data-encoding v2.10.0
25582026-05-29T17:06:23.071Z Checking predicates-core v1.0.10
25592026-05-29T17:06:23.074Z Checking static_assertions v1.1.0
25602026-05-29T17:06:23.145Z Checking fixedbitset v0.5.7
25612026-05-29T17:06:23.157Z Checking whoami v2.1.0
25622026-05-29T17:06:23.194Z Checking unicode-segmentation v1.12.0
25632026-05-29T17:06:23.211Z Checking jiff v0.2.21
25642026-05-29T17:06:23.296Z Checking new_debug_unreachable v1.0.6
25652026-05-29T17:06:23.315Z Checking precomputed-hash v0.1.1
25662026-05-29T17:06:23.339Z Checking keccak v0.1.6
25672026-05-29T17:06:23.351Z Checking normalize-line-endings v0.3.0
25682026-05-29T17:06:23.363Z Checking difflib v0.4.0
25692026-05-29T17:06:23.396Z Checking toml_write v0.1.2
25702026-05-29T17:06:23.437Z Checking string_cache v0.8.9
25712026-05-29T17:06:23.496Z Checking crossterm v0.28.1
25722026-05-29T17:06:23.508Z Checking sha3 v0.10.8
25732026-05-29T17:06:23.511Z Checking similar v2.7.0
25742026-05-29T17:06:23.538Z Checking predicates v3.1.4
25752026-05-29T17:06:23.559Z Checking toml_edit v0.22.27
25762026-05-29T17:06:23.605Z Checking tokio-postgres v0.7.16
25772026-05-29T17:06:23.710Z Checking petgraph v0.8.3
25782026-05-29T17:06:23.768Z Checking tough v0.22.0
25792026-05-29T17:06:23.836Z Checking ed25519-dalek v2.2.0
25802026-05-29T17:06:23.903Z Checking hickory-proto v0.25.2
25812026-05-29T17:06:24.064Z Checking slog v2.8.2
25822026-05-29T17:06:24.202Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25832026-05-29T17:06:24.332Z Checking petgraph v0.6.5
25842026-05-29T17:06:24.637Z Checking env_logger v0.11.9
25852026-05-29T17:06:24.833Z Checking usdt v0.6.0
25862026-05-29T17:06:24.860Z Checking usdt-impl v0.5.0
25872026-05-29T17:06:25.003Z Checking ecdsa v0.16.9
25882026-05-29T17:06:25.142Z Checking toml v0.7.8
25892026-05-29T17:06:25.262Z Checking rsa v0.9.10
25902026-05-29T17:06:25.342Z Checking nix v0.31.2
25912026-05-29T17:06:25.423Z Checking zip v4.6.1
25922026-05-29T17:06:25.581Z Checking reqwest v0.13.2
25932026-05-29T17:06:25.784Z Checking clap v4.5.60
25942026-05-29T17:06:25.865Z Checking zip v0.6.6
25952026-05-29T17:06:25.998Z Checking toml_parser v1.0.9+spec-1.1.0
25962026-05-29T17:06:26.077Z Checking itertools v0.13.0
25972026-05-29T17:06:26.198Z Checking serde_with v3.17.0
25982026-05-29T17:06:26.328Z Checking strum v0.26.3
25992026-05-29T17:06:26.371Z Checking fs-err v3.3.0
26002026-05-29T17:06:26.406Z Checking ahash v0.8.12
26012026-05-29T17:06:26.437Z Checking object v0.37.3
26022026-05-29T17:06:26.450Z Checking tokio-stream v0.1.18
26032026-05-29T17:06:26.468Z Checking buf-list v1.1.2
26042026-05-29T17:06:26.605Z Checking camino v1.2.2
26052026-05-29T17:06:26.651Z Checking anyhow v1.0.102
26062026-05-29T17:06:26.663Z Checking x509-cert v0.2.5
26072026-05-29T17:06:26.689Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26082026-05-29T17:06:26.833Z Checking openapiv3 v2.2.0
26092026-05-29T17:06:26.849Z Checking sha1 v0.10.6
26102026-05-29T17:06:26.863Z Checking lalrpop-util v0.19.12
26112026-05-29T17:06:26.952Z Checking peg-runtime v0.8.5
26122026-05-29T17:06:27.010Z Checking rayon v1.11.0
26132026-05-29T17:06:27.022Z Checking sigpipe v0.1.3
26142026-05-29T17:06:27.094Z Checking glob v0.3.3
26152026-05-29T17:06:28.645Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26162026-05-29T17:06:28.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.19s
26172026-05-29T17:06:29.094Z
26182026-05-29T17:06:29.094Zinfo: running `cargo check --bins` on internal-dns-types (77/297)
26192026-05-29T17:06:29.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202026-05-29T17:06:29.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212026-05-29T17:06:29.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222026-05-29T17:06:29.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26232026-05-29T17:06:29.695Z
26242026-05-29T17:06:29.695Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/297)
26252026-05-29T17:06:30.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-05-29T17:06:30.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-05-29T17:06:30.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-05-29T17:06:30.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26292026-05-29T17:06:30.292Z
26302026-05-29T17:06:30.292Zinfo: running `cargo check --bins` on nexus-types-versions (79/297)
26312026-05-29T17:06:30.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-05-29T17:06:30.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-05-29T17:06:30.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-05-29T17:06:30.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26352026-05-29T17:06:30.901Z
26362026-05-29T17:06:30.901Zinfo: running `cargo check --bins` on oxql-types (80/297)
26372026-05-29T17:06:31.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-29T17:06:31.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-29T17:06:31.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-05-29T17:06:31.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26412026-05-29T17:06:31.500Z
26422026-05-29T17:06:31.500Zinfo: running `cargo check --bins` on oximeter-types (81/297)
26432026-05-29T17:06:32.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-05-29T17:06:32.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-05-29T17:06:32.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-05-29T17:06:32.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26472026-05-29T17:06:32.090Z
26482026-05-29T17:06:32.090Zinfo: running `cargo check --bins` on oximeter-types-versions (82/297)
26492026-05-29T17:06:32.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-05-29T17:06:32.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-05-29T17:06:32.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-05-29T17:06:32.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26532026-05-29T17:06:32.696Z
26542026-05-29T17:06:32.696Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/297)
26552026-05-29T17:06:33.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-05-29T17:06:33.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-05-29T17:06:33.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-05-29T17:06:33.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26592026-05-29T17:06:33.272Z
26602026-05-29T17:06:33.272Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/297)
26612026-05-29T17:06:33.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-05-29T17:06:33.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-05-29T17:06:33.956Z Compiling structmeta-derive v0.3.0
26642026-05-29T17:06:34.073Z Compiling rustls v0.22.4
26652026-05-29T17:06:34.082Z Compiling multer v3.1.0
26662026-05-29T17:06:34.092Z Compiling async-stream-impl v0.3.6
26672026-05-29T17:06:34.095Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26682026-05-29T17:06:34.113Z Compiling dropshot v0.17.0
26692026-05-29T17:06:34.128Z Compiling dropshot_endpoint v0.17.0
26702026-05-29T17:06:34.128Z Compiling newtype-uuid-macros v0.1.0
26712026-05-29T17:06:34.251Z Checking newtype-uuid v1.3.2
26722026-05-29T17:06:34.314Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26732026-05-29T17:06:34.371Z Checking rustls-webpki v0.102.8
26742026-05-29T17:06:34.454Z Checking daft v0.1.7
26752026-05-29T17:06:34.480Z Checking thread_local v1.1.9
26762026-05-29T17:06:34.649Z Checking match_cfg v0.1.0
26772026-05-29T17:06:34.680Z Checking compression-core v0.4.31
26782026-05-29T17:06:34.693Z Checking iddqd v0.4.2
26792026-05-29T17:06:34.715Z Checking hostname v0.3.1
26802026-05-29T17:06:34.744Z Checking crossbeam-channel v0.5.15
26812026-05-29T17:06:34.803Z Checking compression-codecs v0.4.37
26822026-05-29T17:06:34.816Z Checking slog-json v2.6.1
26832026-05-29T17:06:34.886Z Checking toml_datetime v1.0.0+spec-1.1.0
26842026-05-29T17:06:34.967Z Checking is-terminal v0.4.17
26852026-05-29T17:06:34.971Z Checking serde_spanned v1.0.4
26862026-05-29T17:06:35.060Z Checking take_mut v0.2.2
26872026-05-29T17:06:35.077Z Checking term v1.2.1
26882026-05-29T17:06:35.089Z Checking debug-ignore v1.0.5
26892026-05-29T17:06:35.111Z Checking toml_writer v1.0.6+spec-1.1.0
26902026-05-29T17:06:35.132Z Compiling structmeta v0.3.0
26912026-05-29T17:06:35.163Z Checking slog-async v2.8.0
26922026-05-29T17:06:35.185Z Checking async-compression v0.4.41
26932026-05-29T17:06:35.289Z Checking toml v1.0.6+spec-1.1.0
26942026-05-29T17:06:35.304Z Checking slog-term v2.9.2
26952026-05-29T17:06:35.337Z Checking slog-bunyan v2.5.0
26962026-05-29T17:06:35.340Z Compiling derive-ex v0.1.8
26972026-05-29T17:06:35.430Z Compiling parse-display-derive v0.10.0
26982026-05-29T17:06:35.454Z Checking async-stream v0.3.6
26992026-05-29T17:06:35.559Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27002026-05-29T17:06:35.587Z Checking progenitor-client v0.14.0
27012026-05-29T17:06:35.611Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27022026-05-29T17:06:35.666Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27032026-05-29T17:06:35.813Z Checking waitgroup v0.1.2
27042026-05-29T17:06:35.826Z Checking backon v1.6.0
27052026-05-29T17:06:35.863Z Checking rustls-pemfile v2.2.0
27062026-05-29T17:06:35.909Z Checking serde_path_to_error v0.1.20
27072026-05-29T17:06:35.922Z Checking hostname v0.4.2
27082026-05-29T17:06:35.988Z Checking instant v0.1.13
27092026-05-29T17:06:36.076Z Checking backoff v0.4.0
27102026-05-29T17:06:36.165Z Checking tokio-rustls v0.25.0
27112026-05-29T17:06:36.178Z Checking progenitor-extras v0.2.0
27122026-05-29T17:06:36.224Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27132026-05-29T17:06:36.250Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27142026-05-29T17:06:36.422Z Checking itertools v0.14.0
27152026-05-29T17:06:36.435Z Checking progenitor-client v0.10.0
27162026-05-29T17:06:36.619Z Checking regress v0.10.5
27172026-05-29T17:06:36.636Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27182026-05-29T17:06:36.864Z Checking macaddr v1.0.1
27192026-05-29T17:06:37.032Z Compiling test-strategy v0.4.5
27202026-05-29T17:06:37.117Z Checking parse-display v0.10.0
27212026-05-29T17:06:37.201Z Checking humantime v2.3.0
27222026-05-29T17:06:38.275Z Compiling prettyplease v0.2.37
27232026-05-29T17:06:38.533Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27242026-05-29T17:06:38.745Z Checking num-rational v0.4.2
27252026-05-29T17:06:38.909Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27262026-05-29T17:06:39.196Z Checking num-complex v0.4.6
27272026-05-29T17:06:39.919Z Compiling num v0.4.3
27282026-05-29T17:06:39.998Z Compiling usdt-macro v0.5.0
27292026-05-29T17:06:40.002Z Compiling usdt-attr-macro v0.5.0
27302026-05-29T17:06:40.024Z Checking memmap v0.7.0
27312026-05-29T17:06:40.052Z Compiling float-ord v0.3.2
27322026-05-29T17:06:40.154Z Checking unicode-width v0.2.0
27332026-05-29T17:06:40.171Z Compiling convert_case v0.4.0
27342026-05-29T17:06:40.408Z Checking console v0.15.11
27352026-05-29T17:06:40.548Z Compiling derive_more v0.99.20
27362026-05-29T17:06:40.691Z Checking newline-converter v0.3.0
27372026-05-29T17:06:40.737Z Checking atomicwrites v0.4.4
27382026-05-29T17:06:40.784Z Checking usdt v0.5.0
27392026-05-29T17:06:40.805Z Compiling toml v0.8.23
27402026-05-29T17:06:40.868Z Compiling minimal-lexical v0.2.1
27412026-05-29T17:06:40.954Z Checking linked-hash-map v0.5.6
27422026-05-29T17:06:41.126Z Compiling nom v7.1.3
27432026-05-29T17:06:41.139Z Checking lru-cache v0.1.2
27442026-05-29T17:06:41.326Z Checking expectorate v1.2.0
27452026-05-29T17:06:41.792Z Checking camino-tempfile v1.4.1
27462026-05-29T17:06:41.944Z Checking hickory-proto v0.24.4
27472026-05-29T17:06:41.962Z Checking phf_shared v0.12.1
27482026-05-29T17:06:42.108Z Compiling slog-dtrace v0.3.0
27492026-05-29T17:06:42.139Z Checking heck v0.5.0
27502026-05-29T17:06:42.302Z Compiling chrono-tz v0.10.4
27512026-05-29T17:06:42.315Z Checking resolv-conf v0.7.6
27522026-05-29T17:06:42.482Z Compiling const_format_proc_macros v0.2.34
27532026-05-29T17:06:42.506Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27542026-05-29T17:06:42.542Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27552026-05-29T17:06:42.570Z Checking phf v0.12.1
27562026-05-29T17:06:42.715Z Checking tokio-dtrace v0.1.1
27572026-05-29T17:06:42.908Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27582026-05-29T17:06:42.986Z Compiling derive-where v1.6.0
27592026-05-29T17:06:43.122Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27602026-05-29T17:06:43.309Z Checking highway v1.3.0
27612026-05-29T17:06:43.545Z Checking const_format v0.2.35
27622026-05-29T17:06:43.781Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27632026-05-29T17:06:43.795Z Checking hickory-resolver v0.24.4
27642026-05-29T17:06:43.952Z Checking oxide-tokio-rt v0.1.4
27652026-05-29T17:06:44.086Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27662026-05-29T17:06:44.318Z Checking gethostname v0.5.0
27672026-05-29T17:06:44.342Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-05-29T17:06:44.408Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27692026-05-29T17:06:44.502Z Checking bcs v0.1.6
27702026-05-29T17:06:44.540Z Checking qorb v0.4.1
27712026-05-29T17:06:44.650Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27722026-05-29T17:06:44.724Z Checking termtree v0.5.1
27732026-05-29T17:06:47.847Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27742026-05-29T17:06:50.612Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27752026-05-29T17:06:52.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.51s
27762026-05-29T17:06:52.971Z
27772026-05-29T17:06:52.971Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/297)
27782026-05-29T17:06:53.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-05-29T17:06:53.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-05-29T17:06:53.663Z Compiling ar_archive_writer v0.5.1
27812026-05-29T17:06:53.775Z Compiling stacker v0.1.23
27822026-05-29T17:06:53.778Z Compiling cfg_aliases v0.1.1
27832026-05-29T17:06:53.787Z Compiling convert_case v0.10.0
27842026-05-29T17:06:53.790Z Checking unicode-width v0.1.14
27852026-05-29T17:06:53.802Z Compiling proc-macro-error v1.0.4
27862026-05-29T17:06:53.812Z Checking fd-lock v4.0.4
27872026-05-29T17:06:53.812Z Checking nibble_vec v0.1.0
27882026-05-29T17:06:53.838Z Compiling nix v0.28.0
27892026-05-29T17:06:53.932Z Checking vte v0.14.1
27902026-05-29T17:06:53.948Z Compiling recursive-proc-macro-impl v0.1.1
27912026-05-29T17:06:54.029Z Checking bytecount v0.6.9
27922026-05-29T17:06:54.042Z Checking endian-type v0.1.2
27932026-05-29T17:06:54.078Z Compiling derive_more-impl v2.1.1
27942026-05-29T17:06:54.090Z Checking strip-ansi-escapes v0.2.1
27952026-05-29T17:06:54.102Z Compiling tabled_derive v0.7.0
27962026-05-29T17:06:54.131Z Checking papergrid v0.11.0
27972026-05-29T17:06:54.162Z Checking radix_trie v0.2.1
27982026-05-29T17:06:54.191Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27992026-05-29T17:06:54.343Z Compiling peg-macros v0.8.5
28002026-05-29T17:06:54.368Z Checking winnow v0.6.26
28012026-05-29T17:06:54.606Z Compiling psm v0.1.30
28022026-05-29T17:06:54.655Z Compiling sqlparser_derive v0.5.0
28032026-05-29T17:06:54.736Z Checking home v0.5.12
28042026-05-29T17:06:54.844Z Checking unicode_categories v0.1.1
28052026-05-29T17:06:54.880Z Checking derive_more v2.1.1
28062026-05-29T17:06:54.961Z Checking nu-ansi-term v0.50.3
28072026-05-29T17:06:55.008Z Checking crossterm v0.29.0
28082026-05-29T17:06:55.075Z Checking tabled v0.15.0
28092026-05-29T17:06:55.130Z Checking rustyline v14.0.0
28102026-05-29T17:06:55.178Z Checking reedline v0.40.0
28112026-05-29T17:06:55.390Z Checking recursive v0.1.1
28122026-05-29T17:06:55.432Z Checking display-error-chain v0.2.2
28132026-05-29T17:06:55.486Z Checking sqlparser v0.61.0
28142026-05-29T17:06:55.514Z Checking sqlformat v0.3.5
28152026-05-29T17:06:55.713Z Checking peg v0.8.5
28162026-05-29T17:07:06.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
28172026-05-29T17:07:06.879Z
28182026-05-29T17:07:06.879Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/297)
28192026-05-29T17:07:07.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202026-05-29T17:07:07.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212026-05-29T17:07:07.566Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28222026-05-29T17:07:11.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
28232026-05-29T17:07:11.235Z
28242026-05-29T17:07:11.235Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/297)
28252026-05-29T17:07:11.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-05-29T17:07:11.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-05-29T17:07:11.911Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28282026-05-29T17:07:14.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
28292026-05-29T17:07:14.578Z
28302026-05-29T17:07:14.578Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/297)
28312026-05-29T17:07:15.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-05-29T17:07:15.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-05-29T17:07:15.253Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-05-29T17:07:18.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
28352026-05-29T17:07:18.721Z
28362026-05-29T17:07:18.721Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/297)
28372026-05-29T17:07:19.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-05-29T17:07:19.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-05-29T17:07:19.401Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-05-29T17:07:22.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28412026-05-29T17:07:22.859Z
28422026-05-29T17:07:22.859Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/297)
28432026-05-29T17:07:23.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-05-29T17:07:23.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-05-29T17:07:23.538Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-05-29T17:07:26.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
28472026-05-29T17:07:26.346Z
28482026-05-29T17:07:26.346Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/297)
28492026-05-29T17:07:26.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-05-29T17:07:26.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-05-29T17:07:27.030Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-05-29T17:07:29.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
28532026-05-29T17:07:29.852Z
28542026-05-29T17:07:29.852Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/297)
28552026-05-29T17:07:30.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-05-29T17:07:30.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-05-29T17:07:30.539Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-05-29T17:07:33.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28592026-05-29T17:07:34.162Z
28602026-05-29T17:07:34.162Zinfo: running `cargo check --bins` on oximeter (93/297)
28612026-05-29T17:07:34.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-05-29T17:07:34.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-05-29T17:07:34.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-05-29T17:07:34.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28652026-05-29T17:07:34.776Z
28662026-05-29T17:07:34.776Zinfo: running `cargo check --bins` on oximeter-schema (94/297)
28672026-05-29T17:07:35.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-05-29T17:07:35.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-05-29T17:07:35.426Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28702026-05-29T17:07:35.595Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28712026-05-29T17:07:35.611Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28722026-05-29T17:07:35.942Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28732026-05-29T17:07:38.863Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28742026-05-29T17:07:40.092Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28752026-05-29T17:07:40.308Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28762026-05-29T17:07:40.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.21s
28772026-05-29T17:07:41.169Z
28782026-05-29T17:07:41.169Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/297)
28792026-05-29T17:07:41.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-05-29T17:07:41.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-05-29T17:07:41.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-05-29T17:07:41.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28832026-05-29T17:07:41.772Z
28842026-05-29T17:07:41.772Zinfo: running `cargo check --bins` on oximeter-test-utils (96/297)
28852026-05-29T17:07:42.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-05-29T17:07:42.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-05-29T17:07:42.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-05-29T17:07:42.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28892026-05-29T17:07:42.416Z
28902026-05-29T17:07:42.416Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/297)
28912026-05-29T17:07:42.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-05-29T17:07:42.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-05-29T17:07:42.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-05-29T17:07:42.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28952026-05-29T17:07:43.022Z
28962026-05-29T17:07:43.022Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/297)
28972026-05-29T17:07:43.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-05-29T17:07:43.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-05-29T17:07:43.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-05-29T17:07:43.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29012026-05-29T17:07:43.637Z
29022026-05-29T17:07:43.637Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/297)
29032026-05-29T17:07:44.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-05-29T17:07:44.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-05-29T17:07:44.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-05-29T17:07:44.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29072026-05-29T17:07:44.258Z
29082026-05-29T17:07:44.259Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/297)
29092026-05-29T17:07:44.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-05-29T17:07:44.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-05-29T17:07:44.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-05-29T17:07:44.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29132026-05-29T17:07:44.875Z
29142026-05-29T17:07:44.875Zinfo: running `cargo check --bins` on trust-quorum-types (101/297)
29152026-05-29T17:07:45.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-05-29T17:07:45.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-05-29T17:07:45.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-05-29T17:07:45.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29192026-05-29T17:07:45.474Z
29202026-05-29T17:07:45.474Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/297)
29212026-05-29T17:07:45.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-05-29T17:07:45.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-05-29T17:07:45.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-05-29T17:07:45.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29252026-05-29T17:07:46.091Z
29262026-05-29T17:07:46.091Zinfo: running `cargo check --bins` on update-engine (103/297)
29272026-05-29T17:07:46.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-05-29T17:07:46.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-05-29T17:07:46.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-05-29T17:07:46.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29312026-05-29T17:07:46.687Z
29322026-05-29T17:07:46.687Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/297)
29332026-05-29T17:07:47.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-05-29T17:07:47.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-05-29T17:07:47.417Z Compiling crucible-workspace-hack v0.1.0
29362026-05-29T17:07:47.537Z Checking secrecy v0.10.3
29372026-05-29T17:07:47.544Z Compiling toml_datetime v0.7.5+spec-1.1.0
29382026-05-29T17:07:47.547Z Compiling heapless v0.8.0
29392026-05-29T17:07:47.558Z Compiling ingot-macros v0.1.1
29402026-05-29T17:07:47.567Z Checking hash32 v0.3.1
29412026-05-29T17:07:47.578Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29422026-05-29T17:07:47.578Z Compiling smoltcp v0.11.0
29432026-05-29T17:07:47.642Z Checking cobs v0.3.0
29442026-05-29T17:07:47.686Z Compiling toml_edit v0.23.10+spec-1.0.0
29452026-05-29T17:07:47.777Z Compiling thiserror-impl-no-std v2.0.2
29462026-05-29T17:07:47.782Z Checking universal-hash v0.5.1
29472026-05-29T17:07:47.785Z Checking half v2.7.1
29482026-05-29T17:07:47.860Z Checking ciborium-io v0.2.2
29492026-05-29T17:07:47.936Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29502026-05-29T17:07:47.950Z Checking opaque-debug v0.3.1
29512026-05-29T17:07:47.963Z Checking postcard v1.1.3
29522026-05-29T17:07:48.020Z Checking poly1305 v0.8.0
29532026-05-29T17:07:48.069Z Checking ciborium-ll v0.2.2
29542026-05-29T17:07:48.134Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29552026-05-29T17:07:48.245Z Compiling proc-macro-crate v3.4.0
29562026-05-29T17:07:48.260Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29572026-05-29T17:07:48.280Z Checking password-hash v0.5.0
29582026-05-29T17:07:48.510Z Checking chacha20 v0.9.1
29592026-05-29T17:07:48.530Z Compiling proc-macro-crate v1.3.1
29602026-05-29T17:07:48.548Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29612026-05-29T17:07:48.709Z Checking blake2 v0.10.6
29622026-05-29T17:07:48.741Z Checking aead v0.5.2
29632026-05-29T17:07:48.788Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29642026-05-29T17:07:48.801Z Compiling num_enum_derive v0.7.5
29652026-05-29T17:07:48.887Z Compiling foreign-types-macros v0.2.3
29662026-05-29T17:07:48.947Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-05-29T17:07:48.951Z Checking cpufeatures v0.3.0
29682026-05-29T17:07:48.997Z Checking foreign-types-shared v0.3.1
29692026-05-29T17:07:49.032Z Checking chacha20 v0.10.0
29702026-05-29T17:07:49.035Z Checking thiserror-no-std v2.0.2
29712026-05-29T17:07:49.090Z Checking argon2 v0.5.3
29722026-05-29T17:07:49.124Z Checking vsss-rs v3.3.4
29732026-05-29T17:07:49.189Z Compiling num_enum_derive v0.5.11
29742026-05-29T17:07:49.262Z Checking chacha20poly1305 v0.10.1
29752026-05-29T17:07:49.394Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29762026-05-29T17:07:49.430Z Checking ciborium v0.2.2
29772026-05-29T17:07:49.476Z Checking foreign-types v0.5.0
29782026-05-29T17:07:49.664Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29792026-05-29T17:07:49.719Z Checking tabwriter v1.4.1
29802026-05-29T17:07:49.850Z Checking num_enum v0.7.5
29812026-05-29T17:07:49.853Z Checking byte-wrapper v0.1.0
29822026-05-29T17:07:49.875Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29832026-05-29T17:07:49.947Z Checking cstr-argument v0.1.2
29842026-05-29T17:07:49.969Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29852026-05-29T17:07:50.071Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29862026-05-29T17:07:50.074Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29872026-05-29T17:07:50.226Z Checking num_enum v0.5.11
29882026-05-29T17:07:50.240Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29892026-05-29T17:07:50.281Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29902026-05-29T17:07:50.305Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29912026-05-29T17:07:50.339Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-05-29T17:07:50.354Z Checking ingot-types v0.1.2
29932026-05-29T17:07:50.410Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29942026-05-29T17:07:50.423Z Checking rand v0.10.0
29952026-05-29T17:07:50.448Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29962026-05-29T17:07:50.504Z Checking indent_write v2.2.0
29972026-05-29T17:07:50.611Z Checking colored v3.1.1
29982026-05-29T17:07:50.640Z Compiling zone_cfg_derive v0.3.1
29992026-05-29T17:07:50.709Z Checking ingot v0.1.1
30002026-05-29T17:07:50.724Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-05-29T17:07:50.761Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30022026-05-29T17:07:50.814Z Checking itertools v0.12.1
30032026-05-29T17:07:50.855Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30042026-05-29T17:07:50.896Z Compiling num-derive v0.4.2
30052026-05-29T17:07:50.934Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30062026-05-29T17:07:50.952Z Checking swrite v0.1.0
30072026-05-29T17:07:51.045Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30082026-05-29T17:07:51.142Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30092026-05-29T17:07:51.285Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30102026-05-29T17:07:51.298Z Checking dropshot-api-manager-types v0.7.2
30112026-05-29T17:07:51.343Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30122026-05-29T17:07:51.367Z Checking smf v0.2.3
30132026-05-29T17:07:51.395Z Checking nanorand v0.7.0
30142026-05-29T17:07:51.462Z Checking whoami v1.6.1
30152026-05-29T17:07:51.594Z Checking flume v0.11.1
30162026-05-29T17:07:51.608Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30172026-05-29T17:07:51.818Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30182026-05-29T17:07:51.822Z Checking zone v0.3.1
30192026-05-29T17:07:52.273Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-05-29T17:07:53.269Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-29T17:07:54.157Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-29T17:07:57.483Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30232026-05-29T17:07:59.555Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30242026-05-29T17:08:00.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s
30252026-05-29T17:08:00.865Z
30262026-05-29T17:08:00.865Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/297)
30272026-05-29T17:08:01.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-05-29T17:08:01.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-05-29T17:08:01.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-05-29T17:08:01.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30312026-05-29T17:08:01.483Z
30322026-05-29T17:08:01.483Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/297)
30332026-05-29T17:08:01.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-05-29T17:08:02.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-05-29T17:08:02.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-05-29T17:08:02.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30372026-05-29T17:08:02.098Z
30382026-05-29T17:08:02.098Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/297)
30392026-05-29T17:08:02.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-05-29T17:08:02.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-05-29T17:08:02.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-05-29T17:08:02.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30432026-05-29T17:08:02.723Z
30442026-05-29T17:08:02.723Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/297)
30452026-05-29T17:08:03.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-29T17:08:03.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-29T17:08:03.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-29T17:08:03.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30492026-05-29T17:08:03.341Z
30502026-05-29T17:08:03.341Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/297)
30512026-05-29T17:08:03.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-29T17:08:03.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-29T17:08:03.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-29T17:08:03.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30552026-05-29T17:08:03.962Z
30562026-05-29T17:08:03.962Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/297)
30572026-05-29T17:08:04.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-29T17:08:04.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-29T17:08:04.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-29T17:08:04.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30612026-05-29T17:08:04.578Z
30622026-05-29T17:08:04.578Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/297)
30632026-05-29T17:08:05.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-29T17:08:05.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-29T17:08:05.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-29T17:08:05.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30672026-05-29T17:08:05.188Z
30682026-05-29T17:08:05.188Zinfo: running `cargo check --bins` on cockroach-admin-client (112/297)
30692026-05-29T17:08:05.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-29T17:08:05.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-29T17:08:05.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-29T17:08:05.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30732026-05-29T17:08:05.787Z
30742026-05-29T17:08:05.787Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/297)
30752026-05-29T17:08:06.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-29T17:08:06.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-29T17:08:06.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-29T17:08:06.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30792026-05-29T17:08:06.399Z
30802026-05-29T17:08:06.399Zinfo: running `cargo check --bins` on dns-service-client (114/297)
30812026-05-29T17:08:06.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-29T17:08:06.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-29T17:08:06.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-29T17:08:06.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30852026-05-29T17:08:07.013Z
30862026-05-29T17:08:07.014Zinfo: running `cargo check --bins` on installinator-client (115/297)
30872026-05-29T17:08:07.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-29T17:08:07.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-29T17:08:07.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-29T17:08:07.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30912026-05-29T17:08:07.625Z
30922026-05-29T17:08:07.625Zinfo: running `cargo check --bins` on nexus-client (116/297)
30932026-05-29T17:08:08.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-29T17:08:08.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-29T17:08:08.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-29T17:08:08.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30972026-05-29T17:08:08.276Z
30982026-05-29T17:08:08.276Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/297)
30992026-05-29T17:08:08.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-29T17:08:08.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-29T17:08:08.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-29T17:08:08.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31032026-05-29T17:08:08.917Z
31042026-05-29T17:08:08.918Zinfo: running `cargo check --bins` on ntp-admin-client (118/297)
31052026-05-29T17:08:09.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-29T17:08:09.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-29T17:08:09.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-29T17:08:09.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31092026-05-29T17:08:09.521Z
31102026-05-29T17:08:09.521Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/297)
31112026-05-29T17:08:10.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-29T17:08:10.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-29T17:08:10.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-29T17:08:10.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31152026-05-29T17:08:10.122Z
31162026-05-29T17:08:10.122Zinfo: running `cargo check --bins` on oxide-client (120/297)
31172026-05-29T17:08:10.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-29T17:08:10.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-29T17:08:10.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-29T17:08:10.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31212026-05-29T17:08:10.720Z
31222026-05-29T17:08:10.720Zinfo: running `cargo check --bins` on oximeter-client (121/297)
31232026-05-29T17:08:11.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-29T17:08:11.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-29T17:08:11.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-29T17:08:11.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31272026-05-29T17:08:11.332Z
31282026-05-29T17:08:11.332Zinfo: running `cargo check --bins` on repo-depot-client (122/297)
31292026-05-29T17:08:11.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-29T17:08:11.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-29T17:08:11.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-29T17:08:11.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31332026-05-29T17:08:11.930Z
31342026-05-29T17:08:11.930Zinfo: running `cargo check --bins` on sled-agent-client (123/297)
31352026-05-29T17:08:12.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-29T17:08:12.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-29T17:08:12.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-05-29T17:08:12.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31392026-05-29T17:08:12.550Z
31402026-05-29T17:08:12.550Zinfo: running `cargo check --bins` on wicketd-client (124/297)
31412026-05-29T17:08:13.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-05-29T17:08:13.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-05-29T17:08:13.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-05-29T17:08:13.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31452026-05-29T17:08:13.189Z
31462026-05-29T17:08:13.189Zinfo: running `cargo check --bins` on installinator-common (125/297)
31472026-05-29T17:08:13.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-05-29T17:08:13.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-05-29T17:08:13.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-05-29T17:08:13.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31512026-05-29T17:08:13.826Z
31522026-05-29T17:08:13.826Zinfo: running `cargo check --bins` on installinator-common-versions (126/297)
31532026-05-29T17:08:14.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-29T17:08:14.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-29T17:08:14.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-29T17:08:14.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31572026-05-29T17:08:14.427Z
31582026-05-29T17:08:14.427Zinfo: running `cargo check --bins` on wicket-common (127/297)
31592026-05-29T17:08:14.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-29T17:08:14.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-29T17:08:14.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-29T17:08:14.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31632026-05-29T17:08:15.055Z
31642026-05-29T17:08:15.055Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/297)
31652026-05-29T17:08:15.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-29T17:08:15.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-29T17:08:15.769Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31682026-05-29T17:08:15.887Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31692026-05-29T17:08:15.895Z Checking csv-core v0.1.13
31702026-05-29T17:08:15.902Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31712026-05-29T17:08:15.905Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31722026-05-29T17:08:15.905Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31732026-05-29T17:08:15.928Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31742026-05-29T17:08:15.939Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31752026-05-29T17:08:16.052Z Checking csv v1.4.0
31762026-05-29T17:08:16.084Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31772026-05-29T17:08:16.099Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-05-29T17:08:16.125Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31792026-05-29T17:08:16.157Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31802026-05-29T17:08:16.394Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31812026-05-29T17:08:16.766Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31822026-05-29T17:08:16.769Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-05-29T17:08:17.089Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31842026-05-29T17:08:23.011Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31852026-05-29T17:08:23.549Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31862026-05-29T17:08:25.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.86s
31872026-05-29T17:08:26.114Z
31882026-05-29T17:08:26.114Zinfo: running `cargo check --bins` on cockroach-admin-api (129/297)
31892026-05-29T17:08:26.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-05-29T17:08:26.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-05-29T17:08:26.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-05-29T17:08:26.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31932026-05-29T17:08:26.727Z
31942026-05-29T17:08:26.727Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/297)
31952026-05-29T17:08:27.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-05-29T17:08:27.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-05-29T17:08:27.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-05-29T17:08:27.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31992026-05-29T17:08:27.422Z
32002026-05-29T17:08:27.422Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/297)
32012026-05-29T17:08:27.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-05-29T17:08:28.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-05-29T17:08:28.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-05-29T17:08:28.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32052026-05-29T17:08:28.110Z
32062026-05-29T17:08:28.110Zinfo: running `cargo check --bins` on gateway-test-utils (132/297)
32072026-05-29T17:08:28.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-05-29T17:08:28.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-05-29T17:08:28.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-05-29T17:08:28.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32112026-05-29T17:08:28.768Z
32122026-05-29T17:08:28.768Zinfo: running `cargo check --bins` on omicron-gateway (133/297)
32132026-05-29T17:08:29.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-05-29T17:08:29.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-05-29T17:08:29.545Z Compiling regress v0.11.1
32162026-05-29T17:08:29.688Z Compiling unsafe-libyaml v0.2.11
32172026-05-29T17:08:29.702Z Compiling radium v0.7.0
32182026-05-29T17:08:29.715Z Compiling semver v0.1.20
32192026-05-29T17:08:29.729Z Checking tap v1.0.1
32202026-05-29T17:08:29.731Z Compiling maybe-uninit v2.0.0
32212026-05-29T17:08:29.755Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32222026-05-29T17:08:29.845Z Checking wyz v0.5.1
32232026-05-29T17:08:29.978Z Compiling rustc_version v0.1.7
32242026-05-29T17:08:30.024Z Checking progenitor-client v0.13.0
32252026-05-29T17:08:30.047Z Compiling zerocopy-derive v0.6.6
32262026-05-29T17:08:30.184Z Checking funty v2.0.0
32272026-05-29T17:08:30.199Z Compiling newtype_derive v0.1.6
32282026-05-29T17:08:30.252Z Compiling serde_yaml v0.9.34+deprecated
32292026-05-29T17:08:30.390Z Compiling owo-colors v4.3.0
32302026-05-29T17:08:30.430Z Checking crc-catalog v2.4.0
32312026-05-29T17:08:30.502Z Compiling packed_struct v0.10.1
32322026-05-29T17:08:30.565Z Compiling cancel-safe-futures v0.1.5
32332026-05-29T17:08:30.775Z Checking crc v3.4.0
32342026-05-29T17:08:30.803Z Checking bitvec v1.0.1
32352026-05-29T17:08:30.884Z Checking zerocopy v0.6.6
32362026-05-29T17:08:30.946Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32372026-05-29T17:08:30.982Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32382026-05-29T17:08:31.119Z Checking typify-impl v0.6.2
32392026-05-29T17:08:31.253Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32402026-05-29T17:08:31.302Z Compiling packed_struct_codegen v0.10.1
32412026-05-29T17:08:31.494Z Checking libsw-core v0.3.2
32422026-05-29T17:08:31.507Z Compiling bitfield-macros v0.19.4
32432026-05-29T17:08:31.644Z Compiling indexmap v1.9.3
32442026-05-29T17:08:31.716Z Checking nodrop v0.1.14
32452026-05-29T17:08:31.816Z Checking array-init v0.0.4
32462026-05-29T17:08:31.861Z Checking libsw v3.5.0
32472026-05-29T17:08:32.018Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32482026-05-29T17:08:32.095Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32492026-05-29T17:08:32.123Z Checking smallvec v0.6.14
32502026-05-29T17:08:32.226Z Checking bitfield v0.19.4
32512026-05-29T17:08:32.285Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32522026-05-29T17:08:32.473Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32532026-05-29T17:08:32.522Z Checking hashbrown v0.12.3
32542026-05-29T17:08:32.587Z Checking linear-map v1.2.0
32552026-05-29T17:08:32.604Z Checking smawk v0.3.2
32562026-05-29T17:08:32.718Z Checking tagptr v0.2.0
32572026-05-29T17:08:32.739Z Checking unicode-linebreak v0.1.5
32582026-05-29T17:08:32.762Z Checking base64 v0.21.7
32592026-05-29T17:08:32.866Z Checking moka v0.12.13
32602026-05-29T17:08:32.913Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32612026-05-29T17:08:32.962Z Checking textwrap v0.16.2
32622026-05-29T17:08:32.975Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32632026-05-29T17:08:33.009Z Checking ron v0.8.1
32642026-05-29T17:08:33.081Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32652026-05-29T17:08:33.179Z Checking steno v0.4.1
32662026-05-29T17:08:33.264Z Checking serde-hex v0.1.0
32672026-05-29T17:08:33.444Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32682026-05-29T17:08:33.499Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-05-29T17:08:33.532Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32702026-05-29T17:08:33.663Z Checking hashbrown v0.13.2
32712026-05-29T17:08:33.891Z Checking crc-any v2.5.0
32722026-05-29T17:08:34.074Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32732026-05-29T17:08:34.090Z Checking object v0.30.4
32742026-05-29T17:08:34.114Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32752026-05-29T17:08:34.176Z Checking hickory-resolver v0.25.2
32762026-05-29T17:08:34.238Z Checking path-slash v0.1.5
32772026-05-29T17:08:34.281Z Checking half v1.8.3
32782026-05-29T17:08:34.298Z Checking void v1.0.2
32792026-05-29T17:08:34.345Z Checking utf-8 v0.7.6
32802026-05-29T17:08:34.405Z Checking lzss v0.8.2
32812026-05-29T17:08:34.481Z Checking serde_cbor v0.11.2
32822026-05-29T17:08:34.494Z Checking tungstenite v0.23.0
32832026-05-29T17:08:34.736Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32842026-05-29T17:08:34.781Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32852026-05-29T17:08:34.861Z Checking nix v0.27.1
32862026-05-29T17:08:34.879Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32872026-05-29T17:08:34.897Z Checking kstat-rs v0.2.4
32882026-05-29T17:08:34.914Z Checking fxhash v0.2.1
32892026-05-29T17:08:35.018Z Checking serde_bytes v0.11.19
32902026-05-29T17:08:35.036Z Checking tokio-tungstenite v0.23.1
32912026-05-29T17:08:35.084Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922026-05-29T17:08:35.198Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32932026-05-29T17:08:35.299Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32942026-05-29T17:08:35.315Z Checking signal-hook-tokio v0.3.1
32952026-05-29T17:08:35.626Z Compiling typify-macro v0.6.2
32962026-05-29T17:08:36.412Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32972026-05-29T17:08:36.785Z Compiling typify v0.6.2
32982026-05-29T17:08:36.870Z Compiling progenitor-impl v0.13.0
32992026-05-29T17:08:36.873Z Compiling progenitor-impl v0.14.0
33002026-05-29T17:08:37.310Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33012026-05-29T17:08:37.647Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33022026-05-29T17:08:38.494Z Compiling progenitor-macro v0.13.0
33032026-05-29T17:08:38.530Z Compiling progenitor-macro v0.14.0
33042026-05-29T17:08:40.948Z Checking progenitor v0.13.0
33052026-05-29T17:08:41.077Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33062026-05-29T17:08:41.197Z Checking progenitor v0.14.0
33072026-05-29T17:08:41.317Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33082026-05-29T17:08:44.130Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33092026-05-29T17:08:51.926Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33102026-05-29T17:08:58.308Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33112026-05-29T17:08:59.687Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33122026-05-29T17:09:00.200Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33132026-05-29T17:09:02.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.53s
33142026-05-29T17:09:02.504Z
33152026-05-29T17:09:02.504Zinfo: running `cargo check --bins` on gateway-api (134/297)
33162026-05-29T17:09:03.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-05-29T17:09:03.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-05-29T17:09:03.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-05-29T17:09:03.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33202026-05-29T17:09:03.118Z
33212026-05-29T17:09:03.118Zinfo: running `cargo check --bins` on ipcc (135/297)
33222026-05-29T17:09:03.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-05-29T17:09:03.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-05-29T17:09:03.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-05-29T17:09:03.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33262026-05-29T17:09:03.726Z
33272026-05-29T17:09:03.727Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/297)
33282026-05-29T17:09:04.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-05-29T17:09:04.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-05-29T17:09:04.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-05-29T17:09:04.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33322026-05-29T17:09:04.320Z
33332026-05-29T17:09:04.320Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/297)
33342026-05-29T17:09:04.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-05-29T17:09:04.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-05-29T17:09:04.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-05-29T17:09:04.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33382026-05-29T17:09:04.948Z
33392026-05-29T17:09:04.949Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/297)
33402026-05-29T17:09:05.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-05-29T17:09:05.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-05-29T17:09:05.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-05-29T17:09:05.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33442026-05-29T17:09:05.560Z
33452026-05-29T17:09:05.560Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/297)
33462026-05-29T17:09:06.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-05-29T17:09:06.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-05-29T17:09:06.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-05-29T17:09:06.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33502026-05-29T17:09:06.177Z
33512026-05-29T17:09:06.177Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/297)
33522026-05-29T17:09:06.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-05-29T17:09:06.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-05-29T17:09:06.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-05-29T17:09:06.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33562026-05-29T17:09:06.791Z
33572026-05-29T17:09:06.791Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/297)
33582026-05-29T17:09:07.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-05-29T17:09:07.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-05-29T17:09:07.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-05-29T17:09:07.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33622026-05-29T17:09:07.413Z
33632026-05-29T17:09:07.414Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/297)
33642026-05-29T17:09:07.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-05-29T17:09:07.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-05-29T17:09:07.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-05-29T17:09:07.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33682026-05-29T17:09:08.025Z
33692026-05-29T17:09:08.025Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/297)
33702026-05-29T17:09:08.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-05-29T17:09:08.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-05-29T17:09:08.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-05-29T17:09:08.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33742026-05-29T17:09:08.637Z
33752026-05-29T17:09:08.637Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/297)
33762026-05-29T17:09:09.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-05-29T17:09:09.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-05-29T17:09:09.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-05-29T17:09:09.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33802026-05-29T17:09:09.257Z
33812026-05-29T17:09:09.257Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/297)
33822026-05-29T17:09:09.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-05-29T17:09:09.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-05-29T17:09:09.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-05-29T17:09:09.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33862026-05-29T17:09:09.874Z
33872026-05-29T17:09:09.874Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/297)
33882026-05-29T17:09:10.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-05-29T17:09:10.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-05-29T17:09:10.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-05-29T17:09:10.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33922026-05-29T17:09:10.489Z
33932026-05-29T17:09:10.490Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/297)
33942026-05-29T17:09:11.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-05-29T17:09:11.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-05-29T17:09:11.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-05-29T17:09:11.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33982026-05-29T17:09:11.101Z
33992026-05-29T17:09:11.101Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/297)
34002026-05-29T17:09:11.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-05-29T17:09:11.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-05-29T17:09:11.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-05-29T17:09:11.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34042026-05-29T17:09:11.736Z
34052026-05-29T17:09:11.736Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/297)
34062026-05-29T17:09:12.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-05-29T17:09:12.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-05-29T17:09:12.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-05-29T17:09:12.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34102026-05-29T17:09:12.368Z
34112026-05-29T17:09:12.368Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/297)
34122026-05-29T17:09:12.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-05-29T17:09:12.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-05-29T17:09:12.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-05-29T17:09:12.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34162026-05-29T17:09:13.005Z
34172026-05-29T17:09:13.005Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/297)
34182026-05-29T17:09:13.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-05-29T17:09:13.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-05-29T17:09:13.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-05-29T17:09:13.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34222026-05-29T17:09:13.637Z
34232026-05-29T17:09:13.637Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/297)
34242026-05-29T17:09:14.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-05-29T17:09:14.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-05-29T17:09:14.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-05-29T17:09:14.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34282026-05-29T17:09:14.265Z
34292026-05-29T17:09:14.265Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/297)
34302026-05-29T17:09:14.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-05-29T17:09:14.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-05-29T17:09:14.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-05-29T17:09:14.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34342026-05-29T17:09:14.889Z
34352026-05-29T17:09:14.889Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/297)
34362026-05-29T17:09:15.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-05-29T17:09:15.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-05-29T17:09:15.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-05-29T17:09:15.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34402026-05-29T17:09:15.522Z
34412026-05-29T17:09:15.522Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/297)
34422026-05-29T17:09:16.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-05-29T17:09:16.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-05-29T17:09:16.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-05-29T17:09:16.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34462026-05-29T17:09:16.150Z
34472026-05-29T17:09:16.150Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/297)
34482026-05-29T17:09:16.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-05-29T17:09:16.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-05-29T17:09:16.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-05-29T17:09:16.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34522026-05-29T17:09:16.785Z
34532026-05-29T17:09:16.785Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/297)
34542026-05-29T17:09:17.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-29T17:09:17.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-29T17:09:17.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-29T17:09:17.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34582026-05-29T17:09:17.417Z
34592026-05-29T17:09:17.417Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/297)
34602026-05-29T17:09:17.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-29T17:09:17.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-29T17:09:17.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-05-29T17:09:17.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34642026-05-29T17:09:18.030Z
34652026-05-29T17:09:18.030Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/297)
34662026-05-29T17:09:18.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-29T17:09:18.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-29T17:09:18.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-05-29T17:09:18.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34702026-05-29T17:09:18.642Z
34712026-05-29T17:09:18.642Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/297)
34722026-05-29T17:09:19.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-29T17:09:19.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-29T17:09:19.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-29T17:09:19.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34762026-05-29T17:09:19.250Z
34772026-05-29T17:09:19.250Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/297)
34782026-05-29T17:09:19.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-29T17:09:19.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-29T17:09:19.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-29T17:09:19.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34822026-05-29T17:09:19.864Z
34832026-05-29T17:09:19.864Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/297)
34842026-05-29T17:09:20.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-29T17:09:20.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-29T17:09:20.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-29T17:09:20.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34882026-05-29T17:09:20.483Z
34892026-05-29T17:09:20.483Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/297)
34902026-05-29T17:09:21.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-29T17:09:21.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-29T17:09:21.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-29T17:09:21.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34942026-05-29T17:09:21.093Z
34952026-05-29T17:09:21.093Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/297)
34962026-05-29T17:09:21.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-29T17:09:21.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-29T17:09:21.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-29T17:09:21.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35002026-05-29T17:09:21.704Z
35012026-05-29T17:09:21.704Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/297)
35022026-05-29T17:09:22.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-29T17:09:22.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-29T17:09:22.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-29T17:09:22.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35062026-05-29T17:09:22.319Z
35072026-05-29T17:09:22.319Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/297)
35082026-05-29T17:09:22.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-29T17:09:22.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-29T17:09:22.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-29T17:09:22.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35122026-05-29T17:09:22.946Z
35132026-05-29T17:09:22.946Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/297)
35142026-05-29T17:09:23.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-29T17:09:23.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-29T17:09:23.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-29T17:09:23.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35182026-05-29T17:09:23.575Z
35192026-05-29T17:09:23.575Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/297)
35202026-05-29T17:09:24.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-29T17:09:24.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-29T17:09:24.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-29T17:09:24.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35242026-05-29T17:09:24.201Z
35252026-05-29T17:09:24.201Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/297)
35262026-05-29T17:09:24.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-29T17:09:24.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-29T17:09:24.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-29T17:09:24.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35302026-05-29T17:09:24.832Z
35312026-05-29T17:09:24.832Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/297)
35322026-05-29T17:09:25.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-29T17:09:25.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-29T17:09:25.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-29T17:09:25.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35362026-05-29T17:09:25.460Z
35372026-05-29T17:09:25.460Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/297)
35382026-05-29T17:09:25.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-29T17:09:25.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-29T17:09:25.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-29T17:09:25.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35422026-05-29T17:09:26.088Z
35432026-05-29T17:09:26.088Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/297)
35442026-05-29T17:09:26.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-29T17:09:26.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-29T17:09:26.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-29T17:09:26.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35482026-05-29T17:09:26.716Z
35492026-05-29T17:09:26.716Zinfo: running `cargo check --bins` on oximeter-producer (173/297)
35502026-05-29T17:09:27.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-29T17:09:27.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-29T17:09:27.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-29T17:09:27.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35542026-05-29T17:09:27.366Z
35552026-05-29T17:09:27.366Zinfo: running `cargo check --bins` on internal-dns-resolver (174/297)
35562026-05-29T17:09:27.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-29T17:09:27.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-29T17:09:27.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-29T17:09:27.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35602026-05-29T17:09:27.978Z
35612026-05-29T17:09:27.978Zinfo: running `cargo check --bins` on dns-server (175/297)
35622026-05-29T17:09:28.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-29T17:09:28.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-29T17:09:28.645Z Compiling parking_lot_core v0.8.6
35652026-05-29T17:09:28.645Z Compiling atomicwrites v0.4.4
35662026-05-29T17:09:28.648Z Compiling git-stub v1.0.0
35672026-05-29T17:09:28.648Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35682026-05-29T17:09:28.769Z Checking prefix-trie v0.7.0
35692026-05-29T17:09:28.879Z Compiling git-stub-vcs v0.1.0
35702026-05-29T17:09:29.062Z Checking hickory-server v0.25.2
35712026-05-29T17:09:29.159Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35722026-05-29T17:09:29.172Z Checking parking_lot v0.11.2
35732026-05-29T17:09:29.241Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35742026-05-29T17:09:29.241Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-05-29T17:09:29.342Z Checking sled v0.34.7
35762026-05-29T17:09:31.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
35772026-05-29T17:09:31.451Z
35782026-05-29T17:09:31.451Zinfo: running `cargo check --bins` on dns-server-api (176/297)
35792026-05-29T17:09:31.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-05-29T17:09:31.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-05-29T17:09:31.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-05-29T17:09:31.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35832026-05-29T17:09:32.058Z
35842026-05-29T17:09:32.058Zinfo: running `cargo check --bins` on oximeter-producer-api (177/297)
35852026-05-29T17:09:32.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-05-29T17:09:32.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-05-29T17:09:32.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-05-29T17:09:32.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35892026-05-29T17:09:32.675Z
35902026-05-29T17:09:32.675Zinfo: running `cargo check --bins` on sp-sim (178/297)
35912026-05-29T17:09:33.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-05-29T17:09:33.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-05-29T17:09:33.410Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35942026-05-29T17:09:35.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
35952026-05-29T17:09:35.386Z
35962026-05-29T17:09:35.386Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/297)
35972026-05-29T17:09:35.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-05-29T17:09:35.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-05-29T17:09:35.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-05-29T17:09:35.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36012026-05-29T17:09:36.052Z
36022026-05-29T17:09:36.052Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/297)
36032026-05-29T17:09:36.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-05-29T17:09:36.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-05-29T17:09:36.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-05-29T17:09:36.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36072026-05-29T17:09:36.723Z
36082026-05-29T17:09:36.723Zinfo: running `cargo check --bins` on db-macros (181/297)
36092026-05-29T17:09:37.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-05-29T17:09:37.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-05-29T17:09:37.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-05-29T17:09:37.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36132026-05-29T17:09:37.319Z
36142026-05-29T17:09:37.319Zinfo: running `cargo check --bins` on nexus-macros-common (182/297)
36152026-05-29T17:09:37.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-05-29T17:09:37.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-05-29T17:09:37.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-05-29T17:09:37.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36192026-05-29T17:09:37.911Z
36202026-05-29T17:09:37.912Zinfo: running `cargo check --bins` on nexus-auth (183/297)
36212026-05-29T17:09:38.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-05-29T17:09:38.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-05-29T17:09:38.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-05-29T17:09:38.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36252026-05-29T17:09:38.573Z
36262026-05-29T17:09:38.573Zinfo: running `cargo check --bins` on authz-macros (184/297)
36272026-05-29T17:09:39.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-05-29T17:09:39.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-05-29T17:09:39.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-05-29T17:09:39.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36312026-05-29T17:09:39.163Z
36322026-05-29T17:09:39.163Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/297)
36332026-05-29T17:09:39.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-05-29T17:09:39.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-05-29T17:09:39.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-05-29T17:09:39.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36372026-05-29T17:09:39.818Z
36382026-05-29T17:09:39.818Zinfo: running `cargo check --bins` on nexus-db-model (186/297)
36392026-05-29T17:09:40.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-05-29T17:09:40.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-05-29T17:09:40.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-05-29T17:09:40.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36432026-05-29T17:09:40.466Z
36442026-05-29T17:09:40.466Zinfo: running `cargo check --bins` on nexus-db-schema (187/297)
36452026-05-29T17:09:40.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-05-29T17:09:40.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-05-29T17:09:40.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-05-29T17:09:40.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36492026-05-29T17:09:41.061Z
36502026-05-29T17:09:41.061Zinfo: running `cargo check --bins` on omicron-rpaths (188/297)
36512026-05-29T17:09:41.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-05-29T17:09:41.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-05-29T17:09:41.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-05-29T17:09:41.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36552026-05-29T17:09:41.647Z
36562026-05-29T17:09:41.648Zinfo: running `cargo check --bins` on nexus-defaults (189/297)
36572026-05-29T17:09:42.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-05-29T17:09:42.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-05-29T17:09:42.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-05-29T17:09:42.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36612026-05-29T17:09:42.254Z
36622026-05-29T17:09:42.254Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/297)
36632026-05-29T17:09:42.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-05-29T17:09:42.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-05-29T17:09:42.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-05-29T17:09:42.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36672026-05-29T17:09:42.848Z
36682026-05-29T17:09:42.848Zinfo: running `cargo check --bins` on parallel-task-set (191/297)
36692026-05-29T17:09:43.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-05-29T17:09:43.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-05-29T17:09:43.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-05-29T17:09:43.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36732026-05-29T17:09:43.438Z
36742026-05-29T17:09:43.438Zinfo: running `cargo check --bins` on nexus-db-errors (192/297)
36752026-05-29T17:09:43.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-05-29T17:09:43.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-05-29T17:09:43.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-05-29T17:09:43.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36792026-05-29T17:09:44.093Z
36802026-05-29T17:09:44.093Zinfo: running `cargo check --bins` on nexus-db-lookup (193/297)
36812026-05-29T17:09:44.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-05-29T17:09:44.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-05-29T17:09:44.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-05-29T17:09:44.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36852026-05-29T17:09:44.752Z
36862026-05-29T17:09:44.752Zinfo: running `cargo check --bins` on nexus-inventory (194/297)
36872026-05-29T17:09:45.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-05-29T17:09:45.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-05-29T17:09:45.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-05-29T17:09:45.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36912026-05-29T17:09:45.411Z
36922026-05-29T17:09:45.411Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/297)
36932026-05-29T17:09:45.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-05-29T17:09:45.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-05-29T17:09:45.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-05-29T17:09:45.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36972026-05-29T17:09:46.047Z
36982026-05-29T17:09:46.047Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/297)
36992026-05-29T17:09:46.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-05-29T17:09:46.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-05-29T17:09:46.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-05-29T17:09:46.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37032026-05-29T17:09:46.671Z
37042026-05-29T17:09:46.671Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/297)
37052026-05-29T17:09:47.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-05-29T17:09:47.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-05-29T17:09:47.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-05-29T17:09:47.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37092026-05-29T17:09:47.297Z
37102026-05-29T17:09:47.297Zinfo: running `cargo check --bins` on key-manager (198/297)
37112026-05-29T17:09:47.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-05-29T17:09:47.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-05-29T17:09:47.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-05-29T17:09:47.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37152026-05-29T17:09:47.901Z
37162026-05-29T17:09:47.901Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/297)
37172026-05-29T17:09:48.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-05-29T17:09:48.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-05-29T17:09:48.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-05-29T17:09:48.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37212026-05-29T17:09:48.532Z
37222026-05-29T17:09:48.532Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/297)
37232026-05-29T17:09:49.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-05-29T17:09:49.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-05-29T17:09:49.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-05-29T17:09:49.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37272026-05-29T17:09:49.161Z
37282026-05-29T17:09:49.161Zinfo: running `cargo check --bins` on typed-rng (201/297)
37292026-05-29T17:09:49.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-05-29T17:09:49.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-05-29T17:09:49.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-05-29T17:09:49.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37332026-05-29T17:09:49.755Z
37342026-05-29T17:09:49.755Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/297)
37352026-05-29T17:09:50.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-05-29T17:09:50.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-05-29T17:09:50.628Z Compiling libefi-sys v0.1.0
37382026-05-29T17:09:50.767Z Compiling bitfield-struct v0.6.2
37392026-05-29T17:09:50.775Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37402026-05-29T17:09:50.783Z Compiling xshell-macros v0.2.7
37412026-05-29T17:09:50.792Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37422026-05-29T17:09:50.831Z Compiling typify-impl v0.4.3
37432026-05-29T17:09:50.834Z Compiling salty v0.3.0
37442026-05-29T17:09:50.834Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37452026-05-29T17:09:50.897Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37462026-05-29T17:09:50.992Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37472026-05-29T17:09:51.124Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37482026-05-29T17:09:51.129Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37492026-05-29T17:09:51.152Z Checking xshell v0.2.7
37502026-05-29T17:09:51.341Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37512026-05-29T17:09:51.359Z Checking primeorder v0.13.6
37522026-05-29T17:09:51.384Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37532026-05-29T17:09:51.427Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37542026-05-29T17:09:51.509Z Compiling proc-macro-error-attr2 v2.0.0
37552026-05-29T17:09:51.530Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37562026-05-29T17:09:51.598Z Checking tungstenite v0.21.0
37572026-05-29T17:09:51.624Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37582026-05-29T17:09:51.744Z Checking p384 v0.13.1
37592026-05-29T17:09:51.759Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37602026-05-29T17:09:51.859Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37612026-05-29T17:09:51.903Z Compiling proc-macro-error2 v2.0.1
37622026-05-29T17:09:52.224Z Compiling tabled_derive v0.11.0
37632026-05-29T17:09:52.368Z Checking tokio-tungstenite v0.21.0
37642026-05-29T17:09:52.428Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37652026-05-29T17:09:52.763Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37662026-05-29T17:09:52.805Z Checking papergrid v0.17.0
37672026-05-29T17:09:52.820Z Checking libscf-sys v1.2.0
37682026-05-29T17:09:52.955Z Checking testing_table v0.3.0
37692026-05-29T17:09:53.057Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37702026-05-29T17:09:53.364Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37712026-05-29T17:09:53.411Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37722026-05-29T17:09:53.461Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37732026-05-29T17:09:53.597Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37742026-05-29T17:09:53.612Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37752026-05-29T17:09:53.811Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37762026-05-29T17:09:53.814Z Compiling illumos-nvpair-sys v0.2.0
37772026-05-29T17:09:53.900Z Checking corncobs v0.1.4
37782026-05-29T17:09:53.919Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37792026-05-29T17:09:54.010Z Compiling unicase v2.9.0
37802026-05-29T17:09:54.057Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37812026-05-29T17:09:54.089Z Checking tabled v0.20.0
37822026-05-29T17:09:54.107Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37832026-05-29T17:09:54.182Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37842026-05-29T17:09:54.221Z Compiling mime_guess v2.0.5
37852026-05-29T17:09:54.313Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37862026-05-29T17:09:54.331Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37872026-05-29T17:09:54.469Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37882026-05-29T17:09:54.630Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37892026-05-29T17:09:54.653Z Checking progenitor-client v0.11.2
37902026-05-29T17:09:54.768Z Checking secrecy v0.8.0
37912026-05-29T17:09:54.897Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37922026-05-29T17:09:54.950Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37932026-05-29T17:09:55.121Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
37942026-05-29T17:09:55.212Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37952026-05-29T17:09:55.227Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37962026-05-29T17:09:55.320Z Compiling typify-macro v0.4.3
37972026-05-29T17:09:55.364Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37982026-05-29T17:09:55.485Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37992026-05-29T17:09:55.501Z Checking filetime v0.2.27
38002026-05-29T17:09:55.641Z Checking xattr v1.6.1
38012026-05-29T17:09:55.682Z Checking crc8 v0.1.1
38022026-05-29T17:09:55.776Z Checking http-range v0.1.5
38032026-05-29T17:09:55.792Z Checking tar v0.4.45
38042026-05-29T17:09:55.910Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38052026-05-29T17:09:56.108Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38062026-05-29T17:09:56.133Z Checking illumos-nvpair v0.3.0
38072026-05-29T17:09:56.178Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38082026-05-29T17:09:56.296Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38092026-05-29T17:09:56.311Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38102026-05-29T17:09:56.576Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38112026-05-29T17:09:56.793Z Checking atty v0.2.14
38122026-05-29T17:09:56.849Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38132026-05-29T17:09:56.897Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
38142026-05-29T17:09:56.914Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38152026-05-29T17:09:56.938Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38162026-05-29T17:09:57.030Z Compiling typify v0.4.3
38172026-05-29T17:09:57.151Z Compiling progenitor-impl v0.11.2
38182026-05-29T17:09:57.275Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38192026-05-29T17:09:57.469Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38202026-05-29T17:09:57.561Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38212026-05-29T17:09:57.590Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38222026-05-29T17:09:57.695Z Checking hyper-staticfile v0.10.1
38232026-05-29T17:09:57.813Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38242026-05-29T17:09:58.021Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38252026-05-29T17:09:58.122Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38262026-05-29T17:09:58.287Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38272026-05-29T17:09:58.310Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38282026-05-29T17:09:58.582Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38292026-05-29T17:09:58.654Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38302026-05-29T17:09:58.728Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38312026-05-29T17:09:58.935Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38322026-05-29T17:09:58.970Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38332026-05-29T17:09:59.012Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38342026-05-29T17:09:59.228Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38352026-05-29T17:09:59.675Z Compiling progenitor-macro v0.11.2
38362026-05-29T17:10:02.079Z Checking progenitor v0.11.2
38372026-05-29T17:10:02.217Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38382026-05-29T17:10:02.365Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38392026-05-29T17:10:06.938Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38402026-05-29T17:10:17.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.14s
38412026-05-29T17:10:18.121Z
38422026-05-29T17:10:18.121Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/297)
38432026-05-29T17:10:18.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-05-29T17:10:18.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-05-29T17:10:18.910Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38462026-05-29T17:10:29.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38472026-05-29T17:10:29.889Z
38482026-05-29T17:10:29.889Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/297)
38492026-05-29T17:10:30.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-05-29T17:10:30.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-05-29T17:10:30.680Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38522026-05-29T17:10:41.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38532026-05-29T17:10:41.644Z
38542026-05-29T17:10:41.644Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/297)
38552026-05-29T17:10:42.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-05-29T17:10:42.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-05-29T17:10:42.441Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38582026-05-29T17:10:53.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
38592026-05-29T17:10:53.489Z
38602026-05-29T17:10:53.489Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/297)
38612026-05-29T17:10:54.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-05-29T17:10:54.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-05-29T17:10:54.299Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38642026-05-29T17:11:05.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.77s
38652026-05-29T17:11:05.498Z
38662026-05-29T17:11:05.498Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/297)
38672026-05-29T17:11:06.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-05-29T17:11:06.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-05-29T17:11:06.306Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38702026-05-29T17:11:17.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s
38712026-05-29T17:11:17.452Z
38722026-05-29T17:11:17.452Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/297)
38732026-05-29T17:11:18.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-05-29T17:11:18.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-05-29T17:11:18.249Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-05-29T17:11:29.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
38772026-05-29T17:11:29.254Z
38782026-05-29T17:11:29.254Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/297)
38792026-05-29T17:11:29.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-05-29T17:11:29.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-05-29T17:11:30.045Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-05-29T17:11:40.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
38832026-05-29T17:11:41.054Z
38842026-05-29T17:11:41.054Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/297)
38852026-05-29T17:11:41.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-05-29T17:11:41.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-05-29T17:11:41.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-05-29T17:11:41.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38892026-05-29T17:11:41.665Z
38902026-05-29T17:11:41.665Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/297)
38912026-05-29T17:11:42.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-05-29T17:11:42.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-05-29T17:11:42.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-05-29T17:11:42.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38952026-05-29T17:11:42.272Z
38962026-05-29T17:11:42.272Zinfo: running `cargo check --bins` on range-requests (212/297)
38972026-05-29T17:11:42.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-05-29T17:11:42.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-05-29T17:11:42.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-05-29T17:11:42.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39012026-05-29T17:11:42.870Z
39022026-05-29T17:11:42.870Zinfo: running `cargo check --bins` on repo-depot-api (213/297)
39032026-05-29T17:11:43.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-05-29T17:11:43.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-05-29T17:11:43.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-05-29T17:11:43.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39072026-05-29T17:11:43.562Z
39082026-05-29T17:11:43.563Zinfo: running `cargo check --bins` on sled-agent-api (214/297)
39092026-05-29T17:11:43.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-05-29T17:11:44.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-05-29T17:11:44.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-05-29T17:11:44.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39132026-05-29T17:11:44.097Z
39142026-05-29T17:11:44.097Zinfo: running `cargo check --bins` on sled-diagnostics (215/297)
39152026-05-29T17:11:44.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-05-29T17:11:44.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-05-29T17:11:44.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-05-29T17:11:44.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39192026-05-29T17:11:44.724Z
39202026-05-29T17:11:44.725Zinfo: running `cargo check --bins` on zfs-test-harness (216/297)
39212026-05-29T17:11:45.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-05-29T17:11:45.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-05-29T17:11:45.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-05-29T17:11:45.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39252026-05-29T17:11:45.354Z
39262026-05-29T17:11:45.354Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/297)
39272026-05-29T17:11:45.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-05-29T17:11:45.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-05-29T17:11:45.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-05-29T17:11:45.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39312026-05-29T17:11:45.995Z
39322026-05-29T17:11:45.995Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/297)
39332026-05-29T17:11:46.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-05-29T17:11:46.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-05-29T17:11:46.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-05-29T17:11:46.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39372026-05-29T17:11:46.619Z
39382026-05-29T17:11:46.620Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/297)
39392026-05-29T17:11:47.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-05-29T17:11:47.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-05-29T17:11:47.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-05-29T17:11:47.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39432026-05-29T17:11:47.248Z
39442026-05-29T17:11:47.248Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/297)
39452026-05-29T17:11:47.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-05-29T17:11:47.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-05-29T17:11:47.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-05-29T17:11:47.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39492026-05-29T17:11:47.875Z
39502026-05-29T17:11:47.875Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/297)
39512026-05-29T17:11:48.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-05-29T17:11:48.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-05-29T17:11:48.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-05-29T17:11:48.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39552026-05-29T17:11:48.511Z
39562026-05-29T17:11:48.511Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/297)
39572026-05-29T17:11:49.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-05-29T17:11:49.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-05-29T17:11:49.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-05-29T17:11:49.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39612026-05-29T17:11:49.146Z
39622026-05-29T17:11:49.146Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/297)
39632026-05-29T17:11:49.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-05-29T17:11:49.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-05-29T17:11:49.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-05-29T17:11:49.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39672026-05-29T17:11:49.777Z
39682026-05-29T17:11:49.777Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/297)
39692026-05-29T17:11:50.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-05-29T17:11:50.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-05-29T17:11:50.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-05-29T17:11:50.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39732026-05-29T17:11:50.434Z
39742026-05-29T17:11:50.434Zinfo: running `cargo check --bins` on trust-quorum (225/297)
39752026-05-29T17:11:50.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-05-29T17:11:50.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-05-29T17:11:50.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-05-29T17:11:50.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39792026-05-29T17:11:51.067Z
39802026-05-29T17:11:51.067Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/297)
39812026-05-29T17:11:51.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-05-29T17:11:51.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-05-29T17:11:51.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-05-29T17:11:51.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39852026-05-29T17:11:51.702Z
39862026-05-29T17:11:51.703Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/297)
39872026-05-29T17:11:52.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-29T17:11:52.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-29T17:11:52.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-05-29T17:11:52.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39912026-05-29T17:11:52.360Z
39922026-05-29T17:11:52.360Zinfo: running `cargo check --bins` on update-common (228/297)
39932026-05-29T17:11:52.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-29T17:11:52.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-29T17:11:52.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-05-29T17:11:52.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39972026-05-29T17:11:52.965Z
39982026-05-29T17:11:52.965Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/297)
39992026-05-29T17:11:53.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-05-29T17:11:53.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-05-29T17:11:53.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-05-29T17:11:53.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40032026-05-29T17:11:53.616Z
40042026-05-29T17:11:53.616Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/297)
40052026-05-29T17:11:54.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-05-29T17:11:54.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-05-29T17:11:54.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-05-29T17:11:54.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40092026-05-29T17:11:54.194Z
40102026-05-29T17:11:54.195Zinfo: running `cargo check --bins` on reconfigurator-cli (231/297)
40112026-05-29T17:11:54.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-05-29T17:11:54.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-05-29T17:11:54.967Z Compiling fs-err v2.11.0
40142026-05-29T17:11:54.970Z Checking ignore v0.4.25
40152026-05-29T17:11:54.971Z Checking arc-swap v1.8.2
40162026-05-29T17:11:55.103Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40172026-05-29T17:11:55.106Z Checking predicates-tree v1.0.13
40182026-05-29T17:11:55.109Z Checking parse-size v1.1.0
40192026-05-29T17:11:55.132Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40202026-05-29T17:11:55.145Z Checking rand_seeder v0.4.0
40212026-05-29T17:11:55.213Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40222026-05-29T17:11:55.235Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40232026-05-29T17:11:55.302Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40242026-05-29T17:11:55.305Z Checking slog-scope v4.4.1
40252026-05-29T17:11:55.357Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40262026-05-29T17:11:55.419Z Compiling petname v2.0.2
40272026-05-29T17:11:55.450Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40282026-05-29T17:11:55.474Z Checking slog-stdlog v4.1.1
40292026-05-29T17:11:55.477Z Checking globwalk v0.9.1
40302026-05-29T17:11:55.553Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40312026-05-29T17:11:55.597Z Checking slog-envlogger v2.2.0
40322026-05-29T17:11:55.666Z Checking camino-tempfile-ext v0.3.3
40332026-05-29T17:11:55.748Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40342026-05-29T17:11:55.765Z Checking sapling-renderdag v0.1.0
40352026-05-29T17:11:55.859Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40362026-05-29T17:11:55.943Z Checking subprocess v0.2.15
40372026-05-29T17:11:56.004Z Checking sync-ptr v0.1.4
40382026-05-29T17:11:56.072Z Checking colored v2.2.0
40392026-05-29T17:11:56.123Z Checking assert_matches v1.5.0
40402026-05-29T17:11:56.225Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40412026-05-29T17:11:56.362Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40422026-05-29T17:11:56.362Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40432026-05-29T17:11:57.093Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40442026-05-29T17:11:58.453Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40452026-05-29T17:12:00.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.48s
40462026-05-29T17:12:00.877Z
40472026-05-29T17:12:00.877Zinfo: running `cargo check --bins` on omicron-repl-utils (232/297)
40482026-05-29T17:12:01.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-05-29T17:12:01.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-05-29T17:12:01.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40512026-05-29T17:12:01.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40522026-05-29T17:12:01.466Z
40532026-05-29T17:12:01.466Zinfo: running `cargo check --bins` on transient-dns-server (233/297)
40542026-05-29T17:12:01.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-05-29T17:12:01.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-05-29T17:12:01.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-05-29T17:12:01.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40582026-05-29T17:12:02.070Z
40592026-05-29T17:12:02.070Zinfo: running `cargo check --bins` on nexus-test-interface (234/297)
40602026-05-29T17:12:02.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-05-29T17:12:02.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-05-29T17:12:02.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-05-29T17:12:02.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40642026-05-29T17:12:02.736Z
40652026-05-29T17:12:02.736Zinfo: running `cargo check --bins` on oximeter-collector (235/297)
40662026-05-29T17:12:03.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-05-29T17:12:03.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-05-29T17:12:03.461Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40692026-05-29T17:12:03.461Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40702026-05-29T17:12:04.114Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40712026-05-29T17:12:05.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
40722026-05-29T17:12:05.920Z
40732026-05-29T17:12:05.920Zinfo: running `cargo check --bins` on oximeter-api (236/297)
40742026-05-29T17:12:06.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-05-29T17:12:06.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-05-29T17:12:06.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-05-29T17:12:06.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40782026-05-29T17:12:06.524Z
40792026-05-29T17:12:06.524Zinfo: running `cargo check --bins` on cert-dev (237/297)
40802026-05-29T17:12:07.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-05-29T17:12:07.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-05-29T17:12:07.140Z Checking yasna v0.5.2
40832026-05-29T17:12:07.546Z Checking rcgen v0.12.1
40842026-05-29T17:12:07.801Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40852026-05-29T17:12:07.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40862026-05-29T17:12:08.155Z
40872026-05-29T17:12:08.155Zinfo: running `cargo check --bins` on clickana (238/297)
40882026-05-29T17:12:08.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-05-29T17:12:08.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-05-29T17:12:08.806Z Compiling darling_core v0.23.0
40912026-05-29T17:12:08.916Z Compiling instability v0.3.11
40922026-05-29T17:12:08.919Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40932026-05-29T17:12:08.927Z Checking castaway v0.2.4
40942026-05-29T17:12:08.930Z Compiling indoc v2.0.7
40952026-05-29T17:12:08.941Z Checking unicode-truncate v1.1.0
40962026-05-29T17:12:08.963Z Checking lru v0.12.5
40972026-05-29T17:12:08.963Z Checking cassowary v0.3.0
40982026-05-29T17:12:09.021Z Checking compact_str v0.8.1
40992026-05-29T17:12:10.247Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41002026-05-29T17:12:10.346Z Compiling darling_macro v0.23.0
41012026-05-29T17:12:10.430Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41022026-05-29T17:12:10.754Z Compiling darling v0.23.0
41032026-05-29T17:12:11.378Z Checking ratatui v0.29.0
41042026-05-29T17:12:12.443Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41052026-05-29T17:12:13.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s
41062026-05-29T17:12:13.311Z
41072026-05-29T17:12:13.311Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/297)
41082026-05-29T17:12:13.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-05-29T17:12:13.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-05-29T17:12:14.035Z Checking headers-core v0.3.0
41112026-05-29T17:12:14.038Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41122026-05-29T17:12:14.237Z Checking headers v0.4.1
41132026-05-29T17:12:14.606Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41142026-05-29T17:12:15.458Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41152026-05-29T17:12:15.962Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41162026-05-29T17:12:16.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
41172026-05-29T17:12:16.593Z
41182026-05-29T17:12:16.593Zinfo: running `cargo check --bins` on ch-dev (240/297)
41192026-05-29T17:12:17.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-05-29T17:12:17.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-05-29T17:12:17.321Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41222026-05-29T17:12:18.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
41232026-05-29T17:12:18.285Z
41242026-05-29T17:12:18.285Zinfo: running `cargo check --bins` on dev-tools-common (241/297)
41252026-05-29T17:12:18.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-05-29T17:12:18.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-05-29T17:12:18.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-05-29T17:12:18.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41292026-05-29T17:12:18.750Z
41302026-05-29T17:12:18.750Zinfo: running `cargo check --bins` on crdb-seed (242/297)
41312026-05-29T17:12:19.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-05-29T17:12:19.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-05-29T17:12:19.470Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41342026-05-29T17:12:20.470Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41352026-05-29T17:12:20.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
41362026-05-29T17:12:21.012Z
41372026-05-29T17:12:21.012Zinfo: running `cargo check --bins` on db-dev (243/297)
41382026-05-29T17:12:21.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-05-29T17:12:21.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-05-29T17:12:21.730Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41412026-05-29T17:12:22.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
41422026-05-29T17:12:22.710Z
41432026-05-29T17:12:22.710Zinfo: running `cargo check --bins` on omicron-dev-lib (244/297)
41442026-05-29T17:12:23.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-05-29T17:12:23.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-05-29T17:12:23.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41472026-05-29T17:12:23.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41482026-05-29T17:12:23.356Z
41492026-05-29T17:12:23.356Zinfo: running `cargo check --bins` on xtask-downloader (245/297)
41502026-05-29T17:12:23.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-05-29T17:12:23.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-05-29T17:12:23.971Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41532026-05-29T17:12:24.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
41542026-05-29T17:12:24.821Z
41552026-05-29T17:12:24.821Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/297)
41562026-05-29T17:12:25.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-05-29T17:12:25.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-05-29T17:12:25.569Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41592026-05-29T17:12:25.569Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41602026-05-29T17:12:25.572Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41612026-05-29T17:12:25.572Z Checking git-stub v1.0.0
41622026-05-29T17:12:25.572Z Compiling trait-variant v0.1.2
41632026-05-29T17:12:25.572Z Checking maplit v1.0.2
41642026-05-29T17:12:25.696Z Checking is_ci v1.2.0
41652026-05-29T17:12:25.701Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41662026-05-29T17:12:25.796Z Checking supports-color v3.0.2
41672026-05-29T17:12:25.799Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41682026-05-29T17:12:25.841Z Checking git-stub-vcs v0.1.0
41692026-05-29T17:12:25.911Z Checking drift v0.2.0
41702026-05-29T17:12:25.923Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41712026-05-29T17:12:26.015Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41722026-05-29T17:12:26.037Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41732026-05-29T17:12:26.204Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41742026-05-29T17:12:26.218Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41752026-05-29T17:12:26.232Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41762026-05-29T17:12:26.259Z Checking dropshot-api-manager v0.7.2
41772026-05-29T17:12:26.437Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41782026-05-29T17:12:26.452Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41792026-05-29T17:12:26.687Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41802026-05-29T17:12:26.959Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41812026-05-29T17:12:32.005Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41822026-05-29T17:12:33.100Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41832026-05-29T17:12:33.664Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41842026-05-29T17:12:34.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.27s
41852026-05-29T17:12:34.304Z
41862026-05-29T17:12:34.304Zinfo: running `cargo check --bins` on installinator-api (247/297)
41872026-05-29T17:12:34.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-05-29T17:12:34.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-05-29T17:12:34.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41902026-05-29T17:12:34.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41912026-05-29T17:12:34.902Z
41922026-05-29T17:12:34.902Zinfo: running `cargo check --bins` on nexus-external-api (248/297)
41932026-05-29T17:12:35.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41942026-05-29T17:12:35.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41952026-05-29T17:12:35.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41962026-05-29T17:12:35.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41972026-05-29T17:12:35.537Z
41982026-05-29T17:12:35.537Zinfo: running `cargo check --bins` on nexus-internal-api (249/297)
41992026-05-29T17:12:36.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-05-29T17:12:36.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-05-29T17:12:36.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42022026-05-29T17:12:36.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42032026-05-29T17:12:36.172Z
42042026-05-29T17:12:36.172Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/297)
42052026-05-29T17:12:36.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-05-29T17:12:36.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-05-29T17:12:36.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-05-29T17:12:36.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42092026-05-29T17:12:36.808Z
42102026-05-29T17:12:36.808Zinfo: running `cargo check --bins` on ntp-admin-api (251/297)
42112026-05-29T17:12:37.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-05-29T17:12:37.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-05-29T17:12:37.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-05-29T17:12:37.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42152026-05-29T17:12:37.407Z
42162026-05-29T17:12:37.407Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/297)
42172026-05-29T17:12:37.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-05-29T17:12:37.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-05-29T17:12:37.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-05-29T17:12:37.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42212026-05-29T17:12:37.997Z
42222026-05-29T17:12:37.997Zinfo: running `cargo check --bins` on wicketd-api (253/297)
42232026-05-29T17:12:38.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-05-29T17:12:38.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-05-29T17:12:38.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-05-29T17:12:38.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42272026-05-29T17:12:38.612Z
42282026-05-29T17:12:38.612Zinfo: running `cargo check --bins` on omicron-ls-apis (254/297)
42292026-05-29T17:12:39.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-05-29T17:12:39.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-05-29T17:12:39.228Z Checking typeid v1.0.3
42322026-05-29T17:12:39.342Z Checking ordered-float v2.10.1
42332026-05-29T17:12:39.360Z Checking unicode-xid v0.2.6
42342026-05-29T17:12:39.372Z Checking cargo-platform v0.2.0
42352026-05-29T17:12:39.382Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42362026-05-29T17:12:39.412Z Checking erased-serde v0.4.9
42372026-05-29T17:12:39.548Z Checking serde-value v0.7.0
42382026-05-29T17:12:39.726Z Checking serde-untagged v0.1.9
42392026-05-29T17:12:39.884Z Checking cargo-util-schemas v0.8.2
42402026-05-29T17:12:40.578Z Checking cargo_metadata v0.21.0
42412026-05-29T17:12:41.179Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42422026-05-29T17:12:41.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
42432026-05-29T17:12:42.047Z
42442026-05-29T17:12:42.047Zinfo: running `cargo check --bins` on mgs-dev (255/297)
42452026-05-29T17:12:42.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-05-29T17:12:42.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-05-29T17:12:42.793Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42482026-05-29T17:12:43.433Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42492026-05-29T17:12:43.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s
42502026-05-29T17:12:44.156Z
42512026-05-29T17:12:44.156Zinfo: running `cargo check --bins` on omicron-omdb (256/297)
42522026-05-29T17:12:44.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-05-29T17:12:44.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-05-29T17:12:45.110Z Compiling vergen-lib v0.1.6
42552026-05-29T17:12:45.110Z Compiling vergen-gitcl v1.0.8
42562026-05-29T17:12:45.110Z Compiling dirs-sys-next v0.1.2
42572026-05-29T17:12:45.114Z Compiling diesel_derives v2.3.7
42582026-05-29T17:12:45.114Z Compiling glob v0.3.3
42592026-05-29T17:12:45.114Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42602026-05-29T17:12:45.114Z Compiling crunchy v0.2.4
42612026-05-29T17:12:45.311Z Compiling dsl_auto_type v0.2.0
42622026-05-29T17:12:45.501Z Compiling dirs-next v2.0.0
42632026-05-29T17:12:45.544Z Checking scheduled-thread-pool v0.2.7
42642026-05-29T17:12:45.559Z Compiling diesel_table_macro_syntax v0.3.0
42652026-05-29T17:12:45.589Z Compiling tiny-keccak v2.0.2
42662026-05-29T17:12:45.620Z Compiling clang-sys v1.8.1
42672026-05-29T17:12:45.620Z Compiling term v0.7.0
42682026-05-29T17:12:45.699Z Checking r2d2 v0.8.10
42692026-05-29T17:12:45.881Z Checking downcast-rs v2.0.2
42702026-05-29T17:12:45.903Z Compiling bit-vec v0.6.3
42712026-05-29T17:12:45.992Z Compiling ascii-canvas v3.0.0
42722026-05-29T17:12:46.011Z Compiling itertools v0.10.5
42732026-05-29T17:12:46.123Z Compiling bit-set v0.5.3
42742026-05-29T17:12:46.189Z Compiling ena v0.14.4
42752026-05-29T17:12:46.239Z Compiling libloading v0.8.9
42762026-05-29T17:12:46.282Z Compiling regex-syntax v0.6.29
42772026-05-29T17:12:46.361Z Compiling bindgen v0.71.1
42782026-05-29T17:12:46.393Z Compiling diff v0.1.13
42792026-05-29T17:12:46.452Z Compiling cexpr v0.6.0
42802026-05-29T17:12:46.664Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42812026-05-29T17:12:46.804Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42822026-05-29T17:12:46.858Z Compiling rustc-hash v2.1.1
42832026-05-29T17:12:46.988Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42842026-05-29T17:12:47.004Z Compiling libxml v0.3.3
42852026-05-29T17:12:47.069Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42862026-05-29T17:12:47.136Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42872026-05-29T17:12:47.284Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42882026-05-29T17:12:47.469Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42892026-05-29T17:12:47.555Z Compiling strum_macros v0.24.3
42902026-05-29T17:12:47.601Z Compiling indoc v1.0.9
42912026-05-29T17:12:47.664Z Compiling lalrpop v0.19.12
42922026-05-29T17:12:48.422Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42932026-05-29T17:12:48.618Z Checking derive_builder v0.20.2
42942026-05-29T17:12:48.746Z Compiling oso-derive v0.27.3
42952026-05-29T17:12:48.915Z Checking quick-xml v0.37.5
42962026-05-29T17:12:48.986Z Compiling impl-trait-for-tuples v0.2.3
42972026-05-29T17:12:49.256Z Checking openssl-probe v0.1.6
42982026-05-29T17:12:49.402Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42992026-05-29T17:12:49.806Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43002026-05-29T17:12:50.003Z Checking bb8 v0.8.6
43012026-05-29T17:12:50.122Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43022026-05-29T17:12:50.139Z Compiling libz-sys v1.1.24
43032026-05-29T17:12:50.287Z Checking nonempty v0.12.0
43042026-05-29T17:12:50.346Z Compiling strsim v0.10.0
43052026-05-29T17:12:50.463Z Compiling libgit2-sys v0.18.3+1.9.2
43062026-05-29T17:12:50.532Z Compiling darling_core v0.13.4
43072026-05-29T17:12:50.683Z Compiling vergen-git2 v9.1.0
43082026-05-29T17:12:50.711Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43092026-05-29T17:12:50.924Z Compiling base64 v0.21.7
43102026-05-29T17:12:50.945Z Compiling rustls v0.21.12
43112026-05-29T17:12:51.165Z Compiling ron v0.8.1
43122026-05-29T17:12:51.285Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43132026-05-29T17:12:51.301Z Checking diesel v2.3.7
43142026-05-29T17:12:52.123Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43152026-05-29T17:12:52.224Z Checking rustls-webpki v0.101.7
43162026-05-29T17:12:52.339Z Checking sct v0.7.1
43172026-05-29T17:12:52.473Z Compiling darling_macro v0.13.4
43182026-05-29T17:12:52.513Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43192026-05-29T17:12:52.962Z Compiling darling v0.13.4
43202026-05-29T17:12:53.053Z Compiling serde_with_macros v1.5.2
43212026-05-29T17:12:53.119Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43222026-05-29T17:12:53.916Z Compiling serde_with v1.14.0
43232026-05-29T17:12:53.965Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43242026-05-29T17:12:54.833Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43252026-05-29T17:12:55.046Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43262026-05-29T17:12:55.713Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43272026-05-29T17:12:56.389Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43282026-05-29T17:12:56.431Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43292026-05-29T17:12:56.584Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43302026-05-29T17:12:56.602Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43312026-05-29T17:12:56.627Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43322026-05-29T17:12:56.779Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43332026-05-29T17:12:56.905Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43342026-05-29T17:12:56.963Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43352026-05-29T17:12:57.004Z Checking tokio-rustls v0.24.1
43362026-05-29T17:12:57.213Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43372026-05-29T17:12:57.826Z Checking rustls-pemfile v1.0.4
43382026-05-29T17:12:57.900Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43392026-05-29T17:12:57.973Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43402026-05-29T17:12:58.033Z Checking twox-hash v2.1.2
43412026-05-29T17:12:58.171Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43422026-05-29T17:12:58.362Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43432026-05-29T17:12:58.473Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43442026-05-29T17:12:58.713Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43452026-05-29T17:12:58.875Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43462026-05-29T17:13:00.150Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43472026-05-29T17:13:00.189Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43482026-05-29T17:13:00.405Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43492026-05-29T17:13:00.746Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43502026-05-29T17:13:00.816Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43512026-05-29T17:13:01.327Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43522026-05-29T17:13:01.447Z Checking console v0.16.2
43532026-05-29T17:13:01.763Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43542026-05-29T17:13:01.918Z Checking fatfs v0.3.6
43552026-05-29T17:13:02.322Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43562026-05-29T17:13:02.400Z Checking unit-prefix v0.5.2
43572026-05-29T17:13:02.544Z Compiling seq-macro v0.3.6
43582026-05-29T17:13:03.066Z Checking indicatif v0.18.4
43592026-05-29T17:13:03.322Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43602026-05-29T17:13:03.454Z Checking support-bundle-viewer v0.1.2
43612026-05-29T17:13:03.646Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43622026-05-29T17:13:03.705Z Checking multimap v0.10.1
43632026-05-29T17:13:07.913Z Checking diesel-dtrace v0.5.0
43642026-05-29T17:13:08.176Z Checking async-bb8-diesel v0.2.1
43652026-05-29T17:13:13.137Z Compiling samael v0.0.19
43662026-05-29T17:13:17.633Z Compiling git2 v0.20.4
43672026-05-29T17:13:19.048Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43682026-05-29T17:13:19.689Z Compiling polar-core v0.27.3
43692026-05-29T17:13:20.110Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43702026-05-29T17:13:24.263Z Checking oso v0.27.3
43712026-05-29T17:13:52.100Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43722026-05-29T17:15:03.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
43732026-05-29T17:15:03.568Z
43742026-05-29T17:15:03.568Zinfo: running `cargo check --bins` on nexus-networking (257/297)
43752026-05-29T17:15:04.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-05-29T17:15:04.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-05-29T17:15:04.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43782026-05-29T17:15:04.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43792026-05-29T17:15:04.279Z
43802026-05-29T17:15:04.279Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/297)
43812026-05-29T17:15:04.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-05-29T17:15:04.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-05-29T17:15:04.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43842026-05-29T17:15:04.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43852026-05-29T17:15:04.937Z
43862026-05-29T17:15:04.937Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/297)
43872026-05-29T17:15:05.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-05-29T17:15:05.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-05-29T17:15:05.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43902026-05-29T17:15:05.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43912026-05-29T17:15:05.595Z
43922026-05-29T17:15:05.595Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/297)
43932026-05-29T17:15:06.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-05-29T17:15:06.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-05-29T17:15:06.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43962026-05-29T17:15:06.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43972026-05-29T17:15:06.198Z
43982026-05-29T17:15:06.198Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/297)
43992026-05-29T17:15:06.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-05-29T17:15:06.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-05-29T17:15:07.046Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44022026-05-29T17:15:07.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
44032026-05-29T17:15:08.049Z
44042026-05-29T17:15:08.049Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/297)
44052026-05-29T17:15:08.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-05-29T17:15:08.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-05-29T17:15:08.894Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44082026-05-29T17:15:45.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.59s
44092026-05-29T17:15:45.880Z
44102026-05-29T17:15:45.880Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/297)
44112026-05-29T17:15:46.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-05-29T17:15:46.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-05-29T17:15:46.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44142026-05-29T17:15:46.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44152026-05-29T17:15:46.475Z
44162026-05-29T17:15:46.475Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/297)
44172026-05-29T17:15:47.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-05-29T17:15:47.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-05-29T17:15:47.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-05-29T17:15:47.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44212026-05-29T17:15:47.125Z
44222026-05-29T17:15:47.125Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/297)
44232026-05-29T17:15:47.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-05-29T17:15:47.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-05-29T17:15:47.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44262026-05-29T17:15:47.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44272026-05-29T17:15:47.794Z
44282026-05-29T17:15:47.794Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/297)
44292026-05-29T17:15:48.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-05-29T17:15:48.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-05-29T17:15:48.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44322026-05-29T17:15:48.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44332026-05-29T17:15:48.457Z
44342026-05-29T17:15:48.457Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/297)
44352026-05-29T17:15:49.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-05-29T17:15:49.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-05-29T17:15:49.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44382026-05-29T17:15:49.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44392026-05-29T17:15:49.099Z
44402026-05-29T17:15:49.099Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/297)
44412026-05-29T17:15:49.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-05-29T17:15:49.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-05-29T17:15:49.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-05-29T17:15:49.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44452026-05-29T17:15:49.763Z
44462026-05-29T17:15:49.763Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/297)
44472026-05-29T17:15:50.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-05-29T17:15:50.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-05-29T17:15:50.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-05-29T17:15:50.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44512026-05-29T17:15:50.445Z
44522026-05-29T17:15:50.445Zinfo: running `cargo check --bins` on support-bundle-collection (270/297)
44532026-05-29T17:15:50.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-05-29T17:15:50.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-05-29T17:15:50.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-05-29T17:15:50.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44572026-05-29T17:15:51.084Z
44582026-05-29T17:15:51.084Zinfo: running `cargo check --bins` on omicron-dev (271/297)
44592026-05-29T17:15:51.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-05-29T17:15:51.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-05-29T17:15:51.988Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44622026-05-29T17:15:51.991Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44632026-05-29T17:15:52.182Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44642026-05-29T17:15:52.212Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44652026-05-29T17:15:52.233Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44662026-05-29T17:15:52.236Z Checking diff v0.1.13
44672026-05-29T17:15:52.236Z Checking yansi v1.0.1
44682026-05-29T17:15:52.264Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44692026-05-29T17:15:52.318Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44702026-05-29T17:15:52.518Z Checking pretty_assertions v1.4.1
44712026-05-29T17:15:53.172Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44722026-05-29T17:15:53.325Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44732026-05-29T17:16:17.363Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44742026-05-29T17:16:17.366Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44752026-05-29T17:16:17.367Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44762026-05-29T17:16:17.367Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44772026-05-29T17:16:17.367Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44782026-05-29T17:16:17.367Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44792026-05-29T17:16:18.184Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44802026-05-29T17:16:18.184Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44812026-05-29T17:16:19.410Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44822026-05-29T17:16:56.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44832026-05-29T17:16:56.262Z
44842026-05-29T17:16:56.262Zinfo: running `cargo check --bins` on omicron-pins (272/297)
44852026-05-29T17:16:56.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44862026-05-29T17:16:56.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44872026-05-29T17:16:56.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44882026-05-29T17:16:56.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44892026-05-29T17:16:56.858Z
44902026-05-29T17:16:56.858Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/297)
44912026-05-29T17:16:57.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-05-29T17:16:57.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-05-29T17:16:57.639Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44942026-05-29T17:16:57.763Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44952026-05-29T17:16:57.770Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44962026-05-29T17:17:23.698Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44972026-05-29T17:17:24.091Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44982026-05-29T17:17:25.812Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44992026-05-29T17:17:26.276Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45002026-05-29T17:17:29.217Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45012026-05-29T17:17:52.145Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45022026-05-29T17:17:52.864Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45032026-05-29T17:17:54.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.66s
45042026-05-29T17:17:54.738Z
45052026-05-29T17:17:54.738Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/297)
45062026-05-29T17:17:55.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-05-29T17:17:55.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-05-29T17:17:55.462Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45092026-05-29T17:17:56.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45102026-05-29T17:17:56.363Z
45112026-05-29T17:17:56.363Zinfo: running `cargo check --bins` on omicron-releng (275/297)
45122026-05-29T17:17:56.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-05-29T17:17:56.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-05-29T17:17:57.029Z Compiling blake3 v1.8.3
45152026-05-29T17:17:57.141Z Checking constant_time_eq v0.4.2
45162026-05-29T17:17:57.141Z Checking arrayref v0.3.9
45172026-05-29T17:17:57.144Z Checking arrayvec v0.7.6
45182026-05-29T17:17:57.165Z Checking topological-sort v0.2.2
45192026-05-29T17:17:57.168Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45202026-05-29T17:17:57.168Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45212026-05-29T17:17:57.168Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45222026-05-29T17:17:57.220Z Checking shell-words v1.1.1
45232026-05-29T17:17:58.037Z Checking omicron-zone-package v0.12.2
45242026-05-29T17:17:58.757Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45252026-05-29T17:17:59.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
45262026-05-29T17:17:59.833Z
45272026-05-29T17:17:59.833Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/297)
45282026-05-29T17:18:00.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-05-29T17:18:00.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-05-29T17:18:00.493Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45312026-05-29T17:18:00.826Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45322026-05-29T17:18:01.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45332026-05-29T17:18:01.434Z
45342026-05-29T17:18:01.434Zinfo: running `cargo check --bins` on schema (277/297)
45352026-05-29T17:18:01.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-05-29T17:18:01.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-05-29T17:18:02.180Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45382026-05-29T17:18:02.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
45392026-05-29T17:18:03.109Z
45402026-05-29T17:18:03.109Zinfo: running `cargo check --bins` on xtask (278/297)
45412026-05-29T17:18:03.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-05-29T17:18:03.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-05-29T17:18:03.569Z Checking libc v0.2.185
45442026-05-29T17:18:03.650Z Checking serde v1.0.228
45452026-05-29T17:18:03.655Z Checking zerofrom v0.1.6
45462026-05-29T17:18:03.659Z Checking bitflags v2.11.0
45472026-05-29T17:18:03.665Z Checking smallvec v1.15.1
45482026-05-29T17:18:03.671Z Checking indexmap v2.14.0
45492026-05-29T17:18:03.682Z Checking serde_json v1.0.149
45502026-05-29T17:18:03.686Z Checking scroll v0.12.0
45512026-05-29T17:18:03.756Z Checking yoke v0.8.1
45522026-05-29T17:18:03.806Z Checking num-traits v0.2.19
45532026-05-29T17:18:03.842Z Checking thiserror v1.0.69
45542026-05-29T17:18:03.917Z Checking log v0.4.29
45552026-05-29T17:18:03.928Z Checking zerovec v0.11.5
45562026-05-29T17:18:03.939Z Checking zerotrie v0.2.3
45572026-05-29T17:18:03.950Z Checking errno v0.3.14
45582026-05-29T17:18:04.038Z Checking serde_spanned v0.6.9
45592026-05-29T17:18:04.069Z Checking toml_datetime v0.6.11
45602026-05-29T17:18:04.072Z Checking rustix v1.1.3
45612026-05-29T17:18:04.168Z Checking percent-encoding v2.3.2
45622026-05-29T17:18:04.183Z Checking zerocopy v0.7.35
45632026-05-29T17:18:04.209Z Checking goblin v0.8.2
45642026-05-29T17:18:04.252Z Checking toml_edit v0.22.27
45652026-05-29T17:18:04.284Z Checking getrandom v0.4.1
45662026-05-29T17:18:04.310Z Checking form_urlencoded v1.2.2
45672026-05-29T17:18:04.332Z Checking ordered-float v2.10.1
45682026-05-29T17:18:04.365Z Checking tinystr v0.8.2
45692026-05-29T17:18:04.419Z Checking potential_utf v0.1.4
45702026-05-29T17:18:04.441Z Checking thiserror v2.0.18
45712026-05-29T17:18:04.543Z Checking syn v2.0.117
45722026-05-29T17:18:04.546Z Checking icu_locale_core v2.1.1
45732026-05-29T17:18:04.562Z Checking serde-value v0.7.0
45742026-05-29T17:18:04.566Z Checking icu_collections v2.1.1
45752026-05-29T17:18:04.678Z Checking dtrace-parser v0.2.0
45762026-05-29T17:18:04.766Z Checking thread-id v4.2.2
45772026-05-29T17:18:04.873Z Checking once_cell v1.21.3
45782026-05-29T17:18:04.887Z Checking terminal_size v0.4.3
45792026-05-29T17:18:04.901Z Checking cargo-platform v0.2.0
45802026-05-29T17:18:04.921Z Checking memmap v0.7.0
45812026-05-29T17:18:05.002Z Checking clap_builder v4.5.60
45822026-05-29T17:18:05.049Z Checking tempfile v3.25.0
45832026-05-29T17:18:05.059Z Checking textwrap v0.16.2
45842026-05-29T17:18:05.078Z Checking fs-err v3.3.0
45852026-05-29T17:18:05.109Z Checking icu_provider v2.1.1
45862026-05-29T17:18:05.243Z Checking camino-tempfile v1.4.1
45872026-05-29T17:18:05.259Z Checking tabled v0.15.0
45882026-05-29T17:18:05.269Z Checking anyhow v1.0.102
45892026-05-29T17:18:05.352Z Checking icu_normalizer v2.1.1
45902026-05-29T17:18:05.367Z Checking icu_properties v2.1.2
45912026-05-29T17:18:05.399Z Checking toml v0.8.23
45922026-05-29T17:18:05.468Z Checking macaddr v1.0.1
45932026-05-29T17:18:05.654Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45942026-05-29T17:18:05.725Z Checking cargo_toml v0.21.0
45952026-05-29T17:18:06.113Z Checking dof v0.3.0
45962026-05-29T17:18:06.207Z Checking idna_adapter v1.2.1
45972026-05-29T17:18:06.227Z Checking clap v4.5.60
45982026-05-29T17:18:06.330Z Checking idna v1.1.0
45992026-05-29T17:18:06.396Z Checking usdt-impl v0.5.0
46002026-05-29T17:18:06.558Z Checking url v2.5.8
46012026-05-29T17:18:06.653Z Checking usdt v0.5.0
46022026-05-29T17:18:06.900Z Checking cargo-util-schemas v0.8.2
46032026-05-29T17:18:07.598Z Checking cargo_metadata v0.21.0
46042026-05-29T17:18:08.210Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46052026-05-29T17:18:08.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s
46062026-05-29T17:18:08.754Z
46072026-05-29T17:18:08.754Zinfo: running `cargo check --bins` on dnsadm (279/297)
46082026-05-29T17:18:09.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-05-29T17:18:09.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-05-29T17:18:09.408Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46112026-05-29T17:18:09.894Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46122026-05-29T17:18:10.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
46132026-05-29T17:18:10.482Z
46142026-05-29T17:18:10.482Zinfo: running `cargo check --bins` on end-to-end-tests (280/297)
46152026-05-29T17:18:11.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-05-29T17:18:11.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-05-29T17:18:11.297Z Checking polyval v0.6.2
46182026-05-29T17:18:11.422Z Checking ctr v0.9.2
46192026-05-29T17:18:11.433Z Checking ssh-encoding v0.2.0
46202026-05-29T17:18:11.435Z Checking blowfish v0.9.1
46212026-05-29T17:18:11.453Z Checking password-hash v0.4.2
46222026-05-29T17:18:11.468Z Checking p521 v0.13.3
46232026-05-29T17:18:11.471Z Checking p256 v0.13.2
46242026-05-29T17:18:11.495Z Checking russh-cryptovec v0.7.3
46252026-05-29T17:18:11.569Z Checking ghash v0.5.1
46262026-05-29T17:18:11.584Z Checking bcrypt-pbkdf v0.10.0
46272026-05-29T17:18:11.587Z Checking md5 v0.7.0
46282026-05-29T17:18:11.614Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46292026-05-29T17:18:11.630Z Checking num-bigint v0.4.6
46302026-05-29T17:18:11.688Z Checking aes-gcm v0.10.3
46312026-05-29T17:18:11.688Z Checking pbkdf2 v0.11.0
46322026-05-29T17:18:11.729Z Checking des v0.8.1
46332026-05-29T17:18:11.743Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46342026-05-29T17:18:11.765Z Checking hex-literal v0.4.1
46352026-05-29T17:18:11.836Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46362026-05-29T17:18:11.865Z Checking ssh-cipher v0.2.0
46372026-05-29T17:18:11.868Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46382026-05-29T17:18:11.868Z Checking socket2 v0.5.10
46392026-05-29T17:18:11.906Z Checking internet-checksum v0.2.1
46402026-05-29T17:18:12.049Z Checking ssh-key v0.6.7
46412026-05-29T17:18:12.142Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46422026-05-29T17:18:12.694Z Checking russh-keys v0.45.0
46432026-05-29T17:18:13.258Z Checking russh v0.45.0
46442026-05-29T17:18:29.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.11s
46452026-05-29T17:18:29.814Z
46462026-05-29T17:18:29.814Zinfo: running `cargo check --bins` on gateway-cli (281/297)
46472026-05-29T17:18:30.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-05-29T17:18:30.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-05-29T17:18:30.473Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46502026-05-29T17:18:30.580Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46512026-05-29T17:18:30.588Z Checking termios v0.3.3
46522026-05-29T17:18:31.806Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46532026-05-29T17:18:31.962Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46542026-05-29T17:18:33.760Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46552026-05-29T17:18:34.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
46562026-05-29T17:18:34.515Z
46572026-05-29T17:18:34.515Zinfo: running `cargo check --bins --no-default-features` on installinator (282/297)
46582026-05-29T17:18:35.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46592026-05-29T17:18:35.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46602026-05-29T17:18:35.240Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46612026-05-29T17:18:35.248Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46622026-05-29T17:18:35.364Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46632026-05-29T17:18:35.368Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46642026-05-29T17:18:35.377Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46652026-05-29T17:18:35.387Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46662026-05-29T17:18:36.112Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46672026-05-29T17:18:36.486Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46682026-05-29T17:18:36.486Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46692026-05-29T17:18:37.133Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46702026-05-29T17:18:38.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
46712026-05-29T17:18:38.988Z
46722026-05-29T17:18:38.988Zinfo: running `cargo check --bins` on internal-dns-cli (283/297)
46732026-05-29T17:18:39.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-05-29T17:18:39.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-05-29T17:18:39.652Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46762026-05-29T17:18:40.123Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46772026-05-29T17:18:40.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
46782026-05-29T17:18:40.644Z
46792026-05-29T17:18:40.644Zinfo: running `cargo check --bins` on omicron-live-tests (284/297)
46802026-05-29T17:18:41.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-05-29T17:18:41.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-05-29T17:18:41.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46832026-05-29T17:18:41.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46842026-05-29T17:18:41.267Z
46852026-05-29T17:18:41.267Zinfo: running `cargo check --bins` on live-tests-macros (285/297)
46862026-05-29T17:18:41.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-05-29T17:18:41.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-05-29T17:18:41.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46892026-05-29T17:18:41.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46902026-05-29T17:18:41.847Z
46912026-05-29T17:18:41.847Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/297)
46922026-05-29T17:18:42.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-05-29T17:18:42.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-05-29T17:18:42.625Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46952026-05-29T17:18:43.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
46962026-05-29T17:18:43.429Z
46972026-05-29T17:18:43.430Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/297)
46982026-05-29T17:18:43.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-05-29T17:18:43.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-05-29T17:18:44.097Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47012026-05-29T17:18:44.101Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47022026-05-29T17:18:44.382Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47032026-05-29T17:18:44.382Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47042026-05-29T17:18:45.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
47052026-05-29T17:18:45.402Z
47062026-05-29T17:18:45.402Zinfo: running `cargo check --bins` on ntp-admin-types (288/297)
47072026-05-29T17:18:45.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47082026-05-29T17:18:45.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47092026-05-29T17:18:45.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47102026-05-29T17:18:45.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47112026-05-29T17:18:46.002Z
47122026-05-29T17:18:46.002Zinfo: running `cargo check --bins` on omicron-package (289/297)
47132026-05-29T17:18:46.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-05-29T17:18:46.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-05-29T17:18:46.695Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47162026-05-29T17:18:47.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
47172026-05-29T17:18:47.983Z
47182026-05-29T17:18:47.983Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (290/297)
47192026-05-29T17:18:48.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47202026-05-29T17:18:48.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47212026-05-29T17:18:48.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47222026-05-29T17:18:48.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47232026-05-29T17:18:48.610Z
47242026-05-29T17:18:48.610Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (291/297)
47252026-05-29T17:18:49.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47262026-05-29T17:18:49.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47272026-05-29T17:18:49.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47282026-05-29T17:18:49.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47292026-05-29T17:18:49.233Z
47302026-05-29T17:18:49.233Zinfo: running `cargo check --bins` on tqdb (292/297)
47312026-05-29T17:18:49.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47322026-05-29T17:18:49.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47332026-05-29T17:18:50.032Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47342026-05-29T17:18:50.395Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47352026-05-29T17:18:50.963Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47362026-05-29T17:18:50.963Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47372026-05-29T17:18:56.898Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47382026-05-29T17:18:56.898Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47392026-05-29T17:18:57.505Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47402026-05-29T17:18:57.505Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47412026-05-29T17:18:57.519Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47422026-05-29T17:18:57.519Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47432026-05-29T17:18:58.262Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47442026-05-29T17:18:59.270Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47452026-05-29T17:19:00.047Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47462026-05-29T17:19:00.677Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47472026-05-29T17:19:05.005Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47482026-05-29T17:19:11.421Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47492026-05-29T17:19:11.425Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47502026-05-29T17:19:11.425Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47512026-05-29T17:19:11.425Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47522026-05-29T17:19:12.931Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47532026-05-29T17:19:14.277Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47542026-05-29T17:19:14.968Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47552026-05-29T17:19:16.222Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47562026-05-29T17:19:16.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.53s
47572026-05-29T17:19:16.993Z
47582026-05-29T17:19:16.993Zinfo: running `cargo check --bins` on wicket-dbg (293/297)
47592026-05-29T17:19:17.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47602026-05-29T17:19:17.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47612026-05-29T17:19:17.720Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47622026-05-29T17:19:17.721Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47632026-05-29T17:19:17.725Z Checking rtoolbox v0.0.3
47642026-05-29T17:19:17.912Z Checking tui-tree-widget v0.23.1
47652026-05-29T17:19:18.025Z Checking rpassword v7.4.0
47662026-05-29T17:19:19.242Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47672026-05-29T17:19:21.958Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47682026-05-29T17:19:23.806Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47692026-05-29T17:19:24.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.72s
47702026-05-29T17:19:24.934Z
47712026-05-29T17:19:24.935Zinfo: running `cargo check --bins` on wicket (294/297)
47722026-05-29T17:19:25.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-05-29T17:19:25.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-05-29T17:19:25.655Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47752026-05-29T17:19:26.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47762026-05-29T17:19:30.658Z
47772026-05-29T17:19:30.658Zinfo: running `cargo check --bins` on wicketd (295/297)
47782026-05-29T17:19:30.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47792026-05-29T17:19:30.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47802026-05-29T17:19:30.740Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47812026-05-29T17:19:30.740Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47822026-05-29T17:19:30.740Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47832026-05-29T17:19:30.740Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47842026-05-29T17:19:30.740Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47852026-05-29T17:19:30.740Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47862026-05-29T17:19:31.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
47872026-05-29T17:19:31.704Z
47882026-05-29T17:19:31.704Zinfo: running `cargo check --bins` on omicron-workspace-hack (296/297)
47892026-05-29T17:19:32.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-05-29T17:19:32.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-05-29T17:19:32.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47922026-05-29T17:19:32.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47932026-05-29T17:19:32.297Z
47942026-05-29T17:19:32.297Zinfo: running `cargo check --bins` on zone-setup (297/297)
47952026-05-29T17:19:32.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47962026-05-29T17:19:32.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47972026-05-29T17:19:32.978Z Checking uzers v0.12.2
47982026-05-29T17:19:33.257Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47992026-05-29T17:19:34.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
48002026-05-29T17:19:34.232Z
48012026-05-29T17:19:34.232Zreal 14:12.403415858
48022026-05-29T17:19:34.232Zuser 21:10.843698172
48032026-05-29T17:19:34.233Zsys 4:26.427690968
48042026-05-29T17:19:34.233Ztrap 0.336896812
48052026-05-29T17:19:34.233Ztflt 0.689026998
48062026-05-29T17:19:34.233Zdflt 1.214954410
48072026-05-29T17:19:34.233Zkflt 0.004800232
48082026-05-29T17:19:34.233Zlock 1:19:01.727015572
48092026-05-29T17:19:34.233Zslp 1:41:57.592370278
48102026-05-29T17:19:34.233Zlat 1:00.819098525
48112026-05-29T17:19:34.233Zstop 3:39.882394028
48122026-05-29T17:19:34.237Zprocess exited: duration 991884 ms, exit code 0
 
48132026-05-29T17:19:34.244Zfound 0 output files