01KSR8GAMJ55HC4A1857Z55H2Q: 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: 01KSR8GRRA79KK9CSPN06M63YM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T21:41:36.929Zjob assigned to worker 01KSR8H13ADPQ9GG7VEMH78YNX [factory aws, i-0f0c0a7e64b2640a8] (queued for 49 s)
 
22026-05-28T21:41:43.725Zstarting task 0: "setup"
32026-05-28T21:41:43.732Z++ uname -s
42026-05-28T21:41:43.735Z+ kern=SunOS
52026-05-28T21:41:43.735Z+ build_user=build
62026-05-28T21:41:43.735Z+ build_uid=12345
72026-05-28T21:41:43.735Z+ work_dir=/work
82026-05-28T21:41:43.735Z+ input_dir=/input
92026-05-28T21:41:43.735Z+ [[ 0 == 12345 ]]
102026-05-28T21:41:43.735Z+ case "$kern" in
112026-05-28T21:41:43.735Z+ groupadd -g 12345 build
122026-05-28T21:41:43.738Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T21:41:45.742Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T21:41:45.825Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T21:41:45.828Z+ home_fs=zfs
162026-05-28T21:41:45.828Z+ [[ zfs == autofs ]]
172026-05-28T21:41:45.828Z+ mkdir -p /home/build
182026-05-28T21:41:45.828Z+ chown build:build /home/build /work
192026-05-28T21:41:47.829Z+ chmod 0700 /home/build /work
202026-05-28T21:41:47.832Zprocess exited: duration 4106 ms, exit code 0
 
212026-05-28T21:41:47.838Zstarting task 1: "rust-toolchain"
222026-05-28T21:41:47.842Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T21:41:47.842Z * rust toolchain channel = "1.94.0"
242026-05-28T21:41:47.842Z * rust toolchain profile = "default"
252026-05-28T21:41:47.842Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-28T21:41:47.842Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T21:41:47.843Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T21:41:47.846Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T21:41:47.846Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T21:41:47.952Zinfo: downloading installer
312026-05-28T21:41:49.444Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T21:41:49.444Zwarn: /home/build/.rustup/settings.toml
332026-05-28T21:41:49.444Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T21:41:49.444Zwarn: instead of the one inferred from the default host triple.
352026-05-28T21:41:49.457Zinfo: profile set to default
362026-05-28T21:41:49.457Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T21:41:49.460Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T21:41:49.592Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T21:41:49.595Zinfo: downloading 6 components
402026-05-28T21:42:03.977Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T21:42:03.977Z
422026-05-28T21:42:04.004Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T21:42:04.004Z
442026-05-28T21:42:04.007Z
452026-05-28T21:42:04.007ZRust is installed now. Great!
462026-05-28T21:42:04.007Z
472026-05-28T21:42:04.008ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T21:42:04.008Zenvironment variable. This has not been done automatically.
492026-05-28T21:42:04.008Z
502026-05-28T21:42:04.008ZTo configure your current shell, you need to source
512026-05-28T21:42:04.008Zthe corresponding env file under $HOME/.cargo.
522026-05-28T21:42:04.008Z
532026-05-28T21:42:04.008ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T21:42:04.008Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T21:42:04.008Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T21:42:04.008Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T21:42:04.008Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T21:42:04.008Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T21:42:04.008Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T21:42:04.008Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T21:42:04.008Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T21:42:04.097Z+ rustup --version
632026-05-28T21:42:04.107Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T21:42:04.112Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T21:42:04.128Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T21:42:04.131Z+ cargo --version
672026-05-28T21:42:04.143Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T21:42:04.147Z+ rustc --version
692026-05-28T21:42:04.166Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T21:42:04.169Zprocess exited: duration 16330 ms, exit code 0
 
712026-05-28T21:42:04.175Zstarting task 2: "authentication"
722026-05-28T21:42:04.191Zprocess exited: duration 15 ms, exit code 0
 
732026-05-28T21:42:04.197Zstarting task 3: "clone repository"
742026-05-28T21:42:04.201Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T21:42:04.203Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T21:42:04.241ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T21:42:14.907Z+ cd /work/oxidecomputer/omicron
782026-05-28T21:42:14.907Z+ git fetch origin c3b59532643de8318d9937c7165c4f323ed561d3
792026-05-28T21:42:15.161ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T21:42:15.161Z * branch c3b59532643de8318d9937c7165c4f323ed561d3 -> FETCH_HEAD
812026-05-28T21:42:15.170Z+ [[ -n fm-disk-diagnoser ]]
822026-05-28T21:42:15.174Z++ git branch --show-current
832026-05-28T21:42:15.174Z+ current=main
842026-05-28T21:42:15.174Z+ [[ main != fm-disk-diagnoser ]]
852026-05-28T21:42:15.174Z+ git branch -f fm-disk-diagnoser c3b59532643de8318d9937c7165c4f323ed561d3
862026-05-28T21:42:15.180Z+ git checkout -f fm-disk-diagnoser
872026-05-28T21:42:15.413ZSwitched to branch 'fm-disk-diagnoser'
882026-05-28T21:42:15.416Z+ git reset --hard c3b59532643de8318d9937c7165c4f323ed561d3
892026-05-28T21:42:15.431ZHEAD is now at c3b595326 [fm] Pass InlineErrorChain to slog directly, drop .to_string()
902026-05-28T21:42:15.434Zprocess exited: duration 11233 ms, exit code 0
 
912026-05-28T21:42:15.441Zstarting task 4: "build"
922026-05-28T21:42:15.445Z+ source .github/buildomat/ci-env.sh
932026-05-28T21:42:15.445Z++ export CARGO_TERM_COLOR=always
942026-05-28T21:42:15.445Z++ CARGO_TERM_COLOR=always
952026-05-28T21:42:15.445Z+ cargo --version
962026-05-28T21:42:15.456Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-28T21:42:15.459Z+ rustc --version
982026-05-28T21:42:15.478Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-28T21:42:15.481Z+ source ./env.sh
1002026-05-28T21:42:15.481Z++ OLD_SHELL_OPTS=ehxB
1012026-05-28T21:42:15.481Z++ set -o xtrace
1022026-05-28T21:42:15.484Z++++ dirname ./env.sh
1032026-05-28T21:42:15.484Z+++ readlink -f .
1042026-05-28T21:42:15.488Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-28T21:42:15.488Z++ 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-28T21:42:15.488Z++ 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-28T21:42:15.488Z++ 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-28T21:42:15.488Z++ 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-28T21:42:15.489Z++ 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-28T21:42:15.489Z++ 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-28T21:42:15.489Z++ 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-28T21:42:15.489Z++ 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-28T21:42:15.489Z++ case $OLD_SHELL_OPTS in
1142026-05-28T21:42:15.489Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-28T21:42:15.489Z+ 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-28T21:42:15.489Z+ 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-28T21:42:15.489Z+ banner prerequisites
1182026-05-28T21:42:15.493Z
1192026-05-28T21:42:15.493Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-28T21:42:15.493Z # # # # # # # # # # # # # # #
1212026-05-28T21:42:15.493Z # # # # ##### # # ##### # # # # # #### #
1222026-05-28T21:42:15.493Z ##### ##### # ##### # # # # # # # # #
1232026-05-28T21:42:15.493Z # # # # # # # # # # # # # # #
1242026-05-28T21:42:15.493Z # # # ###### # # ###### ### # #### # #### #
1252026-05-28T21:42:15.493Z
1262026-05-28T21:42:15.493Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-28T21:42:16.973Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-28T21:42:17.043Z Startup: Caching catalogs ... Done
1292026-05-28T21:42:17.300ZPlanning: Solver setup ... Done (0.224s)
1302026-05-28T21:42:17.319ZPlanning: Running solver ... Done (0.019s)
1312026-05-28T21:42:17.327ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-28T21:42:17.338ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-28T21:42:17.358ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-28T21:42:17.372ZPlanning: Package planning ... Done (0.014s)
1352026-05-28T21:42:17.376ZPlanning: Merging actions ... Done (0.002s)
1362026-05-28T21:42:17.570ZPlanning: Checking for conflicting actions ... Done (0.196s)
1372026-05-28T21:42:17.573ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-28T21:42:18.387ZPlanning: Evaluating mediators ... Done (0.816s)
1392026-05-28T21:42:18.390ZPlanning: Planning completed in 1.33 seconds
1402026-05-28T21:42:18.396Z Packages to install: 2
1412026-05-28T21:42:18.399Z Estimated space available: 156.07 GB
1422026-05-28T21:42:18.399ZEstimated space to be consumed: 22.53 MB
1432026-05-28T21:42:18.399Z Create boot environment: No
1442026-05-28T21:42:18.399ZCreate backup boot environment: No
1452026-05-28T21:42:18.399Z Rebuild boot archive: No
1462026-05-28T21:42:18.399Z
1472026-05-28T21:42:18.399ZChanged packages:
1482026-05-28T21:42:18.399Zhelios
1492026-05-28T21:42:18.399Z developer/build-essential
1502026-05-28T21:42:18.399Z None -> 11-3.0
1512026-05-28T21:42:18.399Z library/libxmlsec1
1522026-05-28T21:42:18.399Z None -> 1.2.35-3.0
1532026-05-28T21:42:18.421Z
1542026-05-28T21:42:18.421ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-28T21:42:19.633ZDownload: Completed 1.28 MB in 1.21 seconds (1.1M/s)
1562026-05-28T21:42:19.704Z Actions: 1/268 actions (Installing new actions)
1572026-05-28T21:42:19.742Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-28T21:42:19.778ZFinalize: Updating package state database ... Done (0.035s)
1592026-05-28T21:42:19.778ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-28T21:42:19.797ZFinalize: Updating image state ... Done (0.019s)
1612026-05-28T21:42:22.144ZFinalize: Creating fast lookup database ... Done (2.325s)
1622026-05-28T21:42:22.209ZFinalize: Reading search index ... Done (0.012s)
1632026-05-28T21:42:22.212ZFinalize: Updating search index ... Done (0.000s)
1642026-05-28T21:42:22.291ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-28T21:42:22.590ZPlanning: Evaluating mediator changes ... Done
1662026-05-28T21:42:22.695ZPlanning: Checking for conflicting actions ... Done
1672026-05-28T21:42:22.698ZPlanning: Consolidating action changes ... Done
1682026-05-28T21:42:22.854ZPlanning: Evaluating mediators ... Done
1692026-05-28T21:42:22.857ZPlanning: Planning completed in 0.27 seconds
1702026-05-28T21:42:22.878Z Mediators to change: 2
1712026-05-28T21:42:22.878Z Create boot environment: No
1722026-05-28T21:42:22.878ZCreate backup boot environment: No
1732026-05-28T21:42:22.950ZFinalize: Updating package state database ... Done
1742026-05-28T21:42:22.950ZFinalize: Updating package cache ... Done
1752026-05-28T21:42:22.961ZFinalize: Updating image state ... Done
1762026-05-28T21:42:24.912ZFinalize: Creating fast lookup database ... Done
1772026-05-28T21:42:24.972ZFinalize: Reading search index ... Done
1782026-05-28T21:42:24.975ZFinalize: Updating search index ... Done
1792026-05-28T21:42:25.068ZFinalize: Updating package cache ... Done
1802026-05-28T21:42:25.352ZPlanning: Evaluating mediator changes ... Done
1812026-05-28T21:42:25.457ZPlanning: Checking for conflicting actions ... Done
1822026-05-28T21:42:25.461ZPlanning: Consolidating action changes ... Done
1832026-05-28T21:42:25.616ZPlanning: Evaluating mediators ... Done
1842026-05-28T21:42:25.619ZPlanning: Planning completed in 0.26 seconds
1852026-05-28T21:42:25.639Z Mediators to change: 1
1862026-05-28T21:42:25.639Z Create boot environment: No
1872026-05-28T21:42:25.639ZCreate backup boot environment: No
1882026-05-28T21:42:25.691ZFinalize: Updating package state database ... Done
1892026-05-28T21:42:25.691ZFinalize: Updating package cache ... Done
1902026-05-28T21:42:25.702ZFinalize: Updating image state ... Done
1912026-05-28T21:42:27.646ZFinalize: Creating fast lookup database ... Done
1922026-05-28T21:42:27.708ZFinalize: Reading search index ... Done
1932026-05-28T21:42:27.711ZFinalize: Updating search index ... Done
1942026-05-28T21:42:27.779ZFinalize: Updating package cache ... Done
1952026-05-28T21:42:28.088ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-28T21:42:28.088Zapache system 2.4 system
1972026-05-28T21:42:28.088Zclang system 15 system
1982026-05-28T21:42:28.088Zcsh system system illumos
1992026-05-28T21:42:28.088Zctags system system illumos
2002026-05-28T21:42:28.088Zfile vendor vendor darwinsys
2012026-05-28T21:42:28.088Zfile system system illumos
2022026-05-28T21:42:28.088Zgcc vendor 14 vendor
2032026-05-28T21:42:28.088Zgcc system 13 system
2042026-05-28T21:42:28.088Zgcc system 10 system
2052026-05-28T21:42:28.088Zgo system 1.25 system
2062026-05-28T21:42:28.088Zllvm system 15 system
2072026-05-28T21:42:28.088Zmariadb system 11.4 system
2082026-05-28T21:42:28.088Zmta vendor vendor dma
2092026-05-28T21:42:28.088Zopenjdk system 17 system
2102026-05-28T21:42:28.088Zopenjdk system 11 system
2112026-05-28T21:42:28.088Zopenssl vendor 3 vendor
2122026-05-28T21:42:28.088Zperl system 5.40 system
2132026-05-28T21:42:28.088Zpostgresql system 18 system
2142026-05-28T21:42:28.088Zpostgresql system 17 system
2152026-05-28T21:42:28.088Zpython vendor 3 vendor
2162026-05-28T21:42:28.088Zpython system 2 system
2172026-05-28T21:42:28.088Zpython3 vendor 3.13 vendor
2182026-05-28T21:42:28.088Zruby system 3.4 system
2192026-05-28T21:42:28.088Zruby system 3.0 system
2202026-05-28T21:42:28.088Zwords vendor vendor american-english
2212026-05-28T21:42:28.088Zwords system system australian-english
2222026-05-28T21:42:28.088Zwords system system british-english
2232026-05-28T21:42:28.089Zwords system system canadian-english
2242026-05-28T21:42:28.089Zwords system system french
2252026-05-28T21:42:28.089Zwords system system italian
2262026-05-28T21:42:28.089Zwords system system ngerman
2272026-05-28T21:42:28.089Zwords system system ogerman
2282026-05-28T21:42:28.089Zwords system system spanish
2292026-05-28T21:42:28.343ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-28T21:42:28.343Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-28T21:42:28.620ZFMRI IFO
2322026-05-28T21:42:28.620Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-28T21:42:28.620Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-28T21:42:28.620Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-28T21:42:28.620Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-28T21:42:28.621Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-28T21:42:28.621Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-28T21:42:28.621Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-28T21:42:28.621Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-28T21:42:28.621Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-28T21:42:28.871Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-28T21:42:29.141Z Updating crates.io index
2432026-05-28T21:42:29.173Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-28T21:42:29.930Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-28T21:42:30.341Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-28T21:42:30.878Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-28T21:42:31.650Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-28T21:42:32.265Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-28T21:42:33.654Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-28T21:42:34.570Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-28T21:42:34.871Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-28T21:42:35.731Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-28T21:42:36.169Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-28T21:42:36.535Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-28T21:42:36.990Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-28T21:42:37.902Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-28T21:42:38.396Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-28T21:42:38.889Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-28T21:42:39.222Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-28T21:42:39.602Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-28T21:42:39.991Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-28T21:42:40.361Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-28T21:42:40.582Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-28T21:42:40.863Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-28T21:42:41.273Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-28T21:42:41.714Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-28T21:42:42.111Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-28T21:42:42.614Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-28T21:42:42.895Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-28T21:42:44.069Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-28T21:42:44.643Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-28T21:42:45.178Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-28T21:42:45.575Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-28T21:42:45.841Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-28T21:42:46.222Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-28T21:42:46.520Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-28T21:42:47.101Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-28T21:42:47.351Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-28T21:42:47.607Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-28T21:42:47.873Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-28T21:42:48.255Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-28T21:43:00.302Z Downloading crates ...
2832026-05-28T21:43:00.357Z Downloaded block-buffer v0.10.4
2842026-05-28T21:43:00.363Z Downloaded memmap v0.7.0
2852026-05-28T21:43:00.366Z Downloaded colorchoice v1.0.4
2862026-05-28T21:43:00.366Z Downloaded serde_spanned v0.6.9
2872026-05-28T21:43:00.381Z Downloaded cfg-if v1.0.4
2882026-05-28T21:43:00.381Z Downloaded textwrap v0.16.2
2892026-05-28T21:43:00.381Z Downloaded thiserror-impl v1.0.69
2902026-05-28T21:43:00.381Z Downloaded percent-encoding v2.3.2
2912026-05-28T21:43:00.381Z Downloaded terminal_size v0.4.3
2922026-05-28T21:43:00.381Z Downloaded equivalent v1.0.2
2932026-05-28T21:43:00.381Z Downloaded yoke v0.8.1
2942026-05-28T21:43:00.381Z Downloaded crypto-common v0.1.7
2952026-05-28T21:43:00.381Z Downloaded usdt-macro v0.5.0
2962026-05-28T21:43:00.381Z Downloaded anstream v0.6.21
2972026-05-28T21:43:00.381Z Downloaded scroll_derive v0.12.1
2982026-05-28T21:43:00.381Z Downloaded generic-array v0.14.7
2992026-05-28T21:43:00.381Z Downloaded byteorder v1.5.0
3002026-05-28T21:43:00.385Z Downloaded fastrand v2.3.0
3012026-05-28T21:43:00.385Z Downloaded anstyle v1.0.13
3022026-05-28T21:43:00.385Z Downloaded stable_deref_trait v1.2.1
3032026-05-28T21:43:00.385Z Downloaded potential_utf v0.1.4
3042026-05-28T21:43:00.389Z Downloaded serde-untagged v0.1.9
3052026-05-28T21:43:00.392Z Downloaded zerofrom v0.1.6
3062026-05-28T21:43:00.392Z Downloaded tinystr v0.8.2
3072026-05-28T21:43:00.392Z Downloaded anyhow v1.0.102
3082026-05-28T21:43:00.395Z Downloaded displaydoc v0.2.5
3092026-05-28T21:43:00.397Z Downloaded proc-macro-error v1.0.4
3102026-05-28T21:43:00.397Z Downloaded unicode-ident v1.0.24
3112026-05-28T21:43:00.400Z Downloaded version_check v0.9.5
3122026-05-28T21:43:00.400Z Downloaded typenum v1.19.0
3132026-05-28T21:43:00.403Z Downloaded toml_edit v0.22.27
3142026-05-28T21:43:00.406Z Downloaded once_cell v1.21.3
3152026-05-28T21:43:00.406Z Downloaded pest_generator v2.8.6
3162026-05-28T21:43:00.409Z Downloaded thiserror v2.0.18
3172026-05-28T21:43:00.412Z Downloaded cargo-util-schemas v0.8.2
3182026-05-28T21:43:00.412Z Downloaded writeable v0.6.2
3192026-05-28T21:43:00.415Z Downloaded zerocopy v0.7.35
3202026-05-28T21:43:00.422Z Downloaded zerovec v0.11.5
3212026-05-28T21:43:00.426Z Downloaded zmij v1.0.21
3222026-05-28T21:43:00.429Z Downloaded toml v0.8.23
3232026-05-28T21:43:00.429Z Downloaded thread-id v4.2.2
3242026-05-28T21:43:00.432Z Downloaded unicode-linebreak v0.1.5
3252026-05-28T21:43:00.432Z Downloaded errno v0.3.14
3262026-05-28T21:43:00.432Z Downloaded typeid v1.0.3
3272026-05-28T21:43:00.432Z Downloaded is_terminal_polyfill v1.70.2
3282026-05-28T21:43:00.435Z Downloaded fnv v1.0.7
3292026-05-28T21:43:00.435Z Downloaded zerovec-derive v0.11.2
3302026-05-28T21:43:00.435Z Downloaded thiserror-impl v2.0.18
3312026-05-28T21:43:00.435Z Downloaded dtrace-parser v0.2.0
3322026-05-28T21:43:00.438Z Downloaded zerofrom-derive v0.1.6
3332026-05-28T21:43:00.439Z Downloaded utf8parse v0.2.2
3342026-05-28T21:43:00.439Z Downloaded utf8_iter v1.0.4
3352026-05-28T21:43:00.439Z Downloaded usdt-attr-macro v0.5.0
3362026-05-28T21:43:00.439Z Downloaded quote v1.0.45
3372026-05-28T21:43:00.441Z Downloaded yoke-derive v0.8.1
3382026-05-28T21:43:00.441Z Downloaded toml_write v0.1.2
3392026-05-28T21:43:00.441Z Downloaded thiserror v1.0.69
3402026-05-28T21:43:00.444Z Downloaded serde-value v0.7.0
3412026-05-28T21:43:00.447Z Downloaded zerotrie v0.2.3
3422026-05-28T21:43:00.447Z Downloaded zerocopy-derive v0.7.35
3432026-05-28T21:43:00.450Z Downloaded unicode-xid v0.2.6
3442026-05-28T21:43:00.453Z Downloaded icu_locale_core v2.1.1
3452026-05-28T21:43:00.455Z Downloaded tabled_derive v0.7.0
3462026-05-28T21:43:00.455Z Downloaded cargo-platform v0.2.0
3472026-05-28T21:43:00.455Z Downloaded form_urlencoded v1.2.2
3482026-05-28T21:43:00.458Z Downloaded ordered-float v2.10.1
3492026-05-28T21:43:00.458Z Downloaded clap_lex v1.0.0
3502026-05-28T21:43:00.458Z Downloaded idna_adapter v1.2.1
3512026-05-28T21:43:00.458Z Downloaded pretty-hex v0.4.1
3522026-05-28T21:43:00.461Z Downloaded cpufeatures v0.2.17
3532026-05-28T21:43:00.461Z Downloaded usdt-impl v0.5.0
3542026-05-28T21:43:00.461Z Downloaded usdt v0.5.0
3552026-05-28T21:43:00.461Z Downloaded log v0.4.29
3562026-05-28T21:43:00.464Z Downloaded proc-macro-error-attr v1.0.4
3572026-05-28T21:43:00.464Z Downloaded heck v0.5.0
3582026-05-28T21:43:00.465Z Downloaded unicode-width v0.2.0
3592026-05-28T21:43:00.468Z Downloaded swrite v0.1.0
3602026-05-28T21:43:00.471Z Downloaded url v2.5.8
3612026-05-28T21:43:00.471Z Downloaded plain v0.2.3
3622026-05-28T21:43:00.474Z Downloaded macaddr v1.0.1
3632026-05-28T21:43:00.474Z Downloaded heck v0.4.1
3642026-05-28T21:43:00.474Z Downloaded winnow v0.7.14
3652026-05-28T21:43:00.478Z Downloaded ucd-trie v0.1.7
3662026-05-28T21:43:00.481Z Downloaded camino v1.2.2
3672026-05-28T21:43:00.481Z Downloaded toml_datetime v0.6.11
3682026-05-28T21:43:00.484Z Downloaded smallvec v1.15.1
3692026-05-28T21:43:00.484Z Downloaded itoa v1.0.17
3702026-05-28T21:43:00.484Z Downloaded strsim v0.11.1
3712026-05-28T21:43:00.487Z Downloaded cargo_toml v0.21.0
3722026-05-28T21:43:00.487Z Downloaded smawk v0.3.2
3732026-05-28T21:43:00.487Z Downloaded serde_tokenstream v0.2.3
3742026-05-28T21:43:00.487Z Downloaded anstyle-query v1.1.5
3752026-05-28T21:43:00.490Z Downloaded autocfg v1.5.0
3762026-05-28T21:43:00.490Z Downloaded anstyle-parse v0.2.7
3772026-05-28T21:43:00.490Z Downloaded unicode-width v0.1.14
3782026-05-28T21:43:00.493Z Downloaded synstructure v0.13.2
3792026-05-28T21:43:00.496Z Downloaded sha2 v0.10.9
3802026-05-28T21:43:00.496Z Downloaded scroll v0.12.0
3812026-05-28T21:43:00.496Z Downloaded cargo_metadata v0.21.0
3822026-05-28T21:43:00.502Z Downloaded bytecount v0.6.9
3832026-05-28T21:43:00.508Z Downloaded dof v0.3.0
3842026-05-28T21:43:00.511Z Downloaded erased-serde v0.4.9
3852026-05-28T21:43:00.514Z Downloaded camino-tempfile v1.4.1
3862026-05-28T21:43:00.516Z Downloaded litemap v0.8.1
3872026-05-28T21:43:00.516Z Downloaded fs-err v3.3.0
3882026-05-28T21:43:00.519Z Downloaded digest v0.10.7
3892026-05-28T21:43:00.522Z Downloaded pest_derive v2.8.6
3902026-05-28T21:43:00.526Z Downloaded icu_properties v2.1.2
3912026-05-28T21:43:00.529Z Downloaded tempfile v3.25.0
3922026-05-28T21:43:00.540Z Downloaded bitflags v2.11.0
3932026-05-28T21:43:00.555Z Downloaded serde_derive v1.0.228
3942026-05-28T21:43:00.558Z Downloaded serde_core v1.0.228
3952026-05-28T21:43:00.561Z Downloaded num-traits v0.2.19
3962026-05-28T21:43:00.561Z Downloaded proc-macro2 v1.0.106
3972026-05-28T21:43:00.564Z Downloaded semver v1.0.28
3982026-05-28T21:43:00.564Z Downloaded clap v4.5.60
3992026-05-28T21:43:00.568Z Downloaded pest_meta v2.8.6
4002026-05-28T21:43:00.571Z Downloaded icu_normalizer_data v2.1.1
4012026-05-28T21:43:00.571Z Downloaded getrandom v0.4.1
4022026-05-28T21:43:00.574Z Downloaded clap_derive v4.5.55
4032026-05-28T21:43:00.577Z Downloaded icu_provider v2.1.1
4042026-05-28T21:43:00.577Z Downloaded papergrid v0.11.0
4052026-05-28T21:43:00.582Z Downloaded icu_normalizer v2.1.1
4062026-05-28T21:43:00.589Z Downloaded serde v1.0.228
4072026-05-28T21:43:00.598Z Downloaded icu_collections v2.1.1
4082026-05-28T21:43:00.602Z Downloaded memchr v2.8.0
4092026-05-28T21:43:00.608Z Downloaded hashbrown v0.17.0
4102026-05-28T21:43:00.611Z Downloaded indexmap v2.14.0
4112026-05-28T21:43:00.614Z Downloaded clap_builder v4.5.60
4122026-05-28T21:43:00.632Z Downloaded idna v1.1.0
4132026-05-28T21:43:00.638Z Downloaded tabled v0.15.0
4142026-05-28T21:43:00.646Z Downloaded pest v2.8.6
4152026-05-28T21:43:00.649Z Downloaded serde_json v1.0.149
4162026-05-28T21:43:00.653Z Downloaded syn v1.0.109
4172026-05-28T21:43:00.658Z Downloaded goblin v0.8.2
4182026-05-28T21:43:00.662Z Downloaded icu_properties_data v2.1.2
4192026-05-28T21:43:00.680Z Downloaded syn v2.0.117
4202026-05-28T21:43:00.687Z Downloaded rustix v1.1.3
4212026-05-28T21:43:00.716Z Downloaded libc v0.2.185
4222026-05-28T21:43:00.785Z Compiling proc-macro2 v1.0.106
4232026-05-28T21:43:00.785Z Compiling unicode-ident v1.0.24
4242026-05-28T21:43:00.790Z Compiling quote v1.0.45
4252026-05-28T21:43:00.790Z Compiling serde_core v1.0.228
4262026-05-28T21:43:00.790Z Compiling libc v0.2.185
4272026-05-28T21:43:00.790Z Compiling version_check v0.9.5
4282026-05-28T21:43:00.790Z Compiling serde v1.0.228
4292026-05-28T21:43:00.790Z Compiling stable_deref_trait v1.2.1
4302026-05-28T21:43:01.058Z Compiling memchr v2.8.0
4312026-05-28T21:43:01.114Z Compiling zmij v1.0.21
4322026-05-28T21:43:01.411Z Compiling thiserror v1.0.69
4332026-05-28T21:43:01.457Z Compiling itoa v1.0.17
4342026-05-28T21:43:01.648Z Compiling autocfg v1.5.0
4352026-05-28T21:43:01.679Z Compiling ucd-trie v0.1.7
4362026-05-28T21:43:01.759Z Compiling litemap v0.8.1
4372026-05-28T21:43:01.781Z Compiling writeable v0.6.2
4382026-05-28T21:43:01.835Z Compiling pest v2.8.6
4392026-05-28T21:43:01.952Z Compiling icu_normalizer_data v2.1.1
4402026-05-28T21:43:01.973Z Compiling rustix v1.1.3
4412026-05-28T21:43:02.134Z Compiling byteorder v1.5.0
4422026-05-28T21:43:02.235Z Compiling icu_properties_data v2.1.2
4432026-05-28T21:43:02.281Z Compiling syn v2.0.117
4442026-05-28T21:43:02.384Z Compiling errno v0.3.14
4452026-05-28T21:43:02.402Z Compiling serde_json v1.0.149
4462026-05-28T21:43:02.438Z Compiling bitflags v2.11.0
4472026-05-28T21:43:02.655Z Compiling num-traits v0.2.19
4482026-05-28T21:43:02.688Z Compiling hashbrown v0.17.0
4492026-05-28T21:43:02.705Z Compiling typeid v1.0.3
4502026-05-28T21:43:02.898Z Compiling pest_meta v2.8.6
4512026-05-28T21:43:03.014Z Compiling smallvec v1.15.1
4522026-05-28T21:43:03.234Z Compiling equivalent v1.0.2
4532026-05-28T21:43:03.337Z Compiling indexmap v2.14.0
4542026-05-28T21:43:03.369Z Compiling thread-id v4.2.2
4552026-05-28T21:43:03.384Z Compiling usdt-impl v0.5.0
4562026-05-28T21:43:03.451Z Compiling proc-macro-error-attr v1.0.4
4572026-05-28T21:43:03.520Z Compiling syn v1.0.109
4582026-05-28T21:43:03.588Z Compiling toml_write v0.1.2
4592026-05-28T21:43:03.793Z Compiling erased-serde v0.4.9
4602026-05-28T21:43:03.810Z Compiling winnow v0.7.14
4612026-05-28T21:43:04.112Z Compiling proc-macro-error v1.0.4
4622026-05-28T21:43:04.128Z Compiling log v0.4.29
4632026-05-28T21:43:04.301Z Compiling utf8parse v0.2.2
4642026-05-28T21:43:04.319Z Compiling plain v0.2.3
4652026-05-28T21:43:04.420Z Compiling thiserror v2.0.18
4662026-05-28T21:43:04.436Z Compiling utf8_iter v1.0.4
4672026-05-28T21:43:04.515Z Compiling percent-encoding v2.3.2
4682026-05-28T21:43:04.578Z Compiling camino v1.2.2
4692026-05-28T21:43:04.594Z Compiling getrandom v0.4.1
4702026-05-28T21:43:04.699Z Compiling form_urlencoded v1.2.2
4712026-05-28T21:43:04.715Z Compiling ordered-float v2.10.1
4722026-05-28T21:43:04.882Z Compiling anstyle-parse v0.2.7
4732026-05-28T21:43:04.963Z Compiling synstructure v0.13.2
4742026-05-28T21:43:04.978Z Compiling pest_generator v2.8.6
4752026-05-28T21:43:05.064Z Compiling terminal_size v0.4.3
4762026-05-28T21:43:05.280Z Compiling anstyle v1.0.13
4772026-05-28T21:43:05.418Z Compiling cfg-if v1.0.4
4782026-05-28T21:43:05.435Z Compiling is_terminal_polyfill v1.70.2
4792026-05-28T21:43:05.438Z Compiling pretty-hex v0.4.1
4802026-05-28T21:43:05.492Z Compiling anstyle-query v1.1.5
4812026-05-28T21:43:05.509Z Compiling colorchoice v1.0.4
4822026-05-28T21:43:05.599Z Compiling serde-untagged v0.1.9
4832026-05-28T21:43:05.619Z Compiling anstream v0.6.21
4842026-05-28T21:43:05.677Z Compiling semver v1.0.28
4852026-05-28T21:43:05.741Z Compiling fs-err v3.3.0
4862026-05-28T21:43:05.837Z Compiling heck v0.5.0
4872026-05-28T21:43:05.921Z Compiling unicode-xid v0.2.6
4882026-05-28T21:43:05.939Z Compiling fnv v1.0.7
4892026-05-28T21:43:05.997Z Compiling anyhow v1.0.102
4902026-05-28T21:43:06.014Z Compiling unicode-width v0.1.14
4912026-05-28T21:43:06.040Z Compiling clap_lex v1.0.0
4922026-05-28T21:43:06.055Z Compiling heck v0.4.1
4932026-05-28T21:43:06.075Z Compiling once_cell v1.21.3
4942026-05-28T21:43:06.284Z Compiling fastrand v2.3.0
4952026-05-28T21:43:06.300Z Compiling bytecount v0.6.9
4962026-05-28T21:43:06.303Z Compiling strsim v0.11.1
4972026-05-28T21:43:06.435Z Compiling papergrid v0.11.0
4982026-05-28T21:43:06.539Z Compiling clap_builder v4.5.60
4992026-05-28T21:43:06.556Z Compiling tempfile v3.25.0
5002026-05-28T21:43:06.647Z Compiling serde_derive v1.0.228
5012026-05-28T21:43:06.663Z Compiling zerofrom-derive v0.1.6
5022026-05-28T21:43:06.679Z Compiling yoke-derive v0.8.1
5032026-05-28T21:43:06.919Z Compiling zerovec-derive v0.11.2
5042026-05-28T21:43:07.041Z Compiling displaydoc v0.2.5
5052026-05-28T21:43:07.810Z Compiling thiserror-impl v1.0.69
5062026-05-28T21:43:07.849Z Compiling zerocopy-derive v0.7.35
5072026-05-28T21:43:07.871Z Compiling pest_derive v2.8.6
5082026-05-28T21:43:08.057Z Compiling zerofrom v0.1.6
5092026-05-28T21:43:08.079Z Compiling scroll_derive v0.12.1
5102026-05-28T21:43:08.191Z Compiling yoke v0.8.1
5112026-05-28T21:43:08.296Z Compiling thiserror-impl v2.0.18
5122026-05-28T21:43:08.394Z Compiling zerovec v0.11.5
5132026-05-28T21:43:08.714Z Compiling zerotrie v0.2.3
5142026-05-28T21:43:08.754Z Compiling zerocopy v0.7.35
5152026-05-28T21:43:08.913Z Compiling tinystr v0.8.2
5162026-05-28T21:43:09.023Z Compiling potential_utf v0.1.4
5172026-05-28T21:43:09.129Z Compiling icu_locale_core v2.1.1
5182026-05-28T21:43:09.196Z Compiling icu_collections v2.1.1
5192026-05-28T21:43:09.212Z Compiling dtrace-parser v0.2.0
5202026-05-28T21:43:09.316Z Compiling scroll v0.12.0
5212026-05-28T21:43:09.584Z Compiling goblin v0.8.2
5222026-05-28T21:43:09.631Z Compiling tabled_derive v0.7.0
5232026-05-28T21:43:09.668Z Compiling clap_derive v4.5.55
5242026-05-28T21:43:09.756Z Compiling icu_provider v2.1.1
5252026-05-28T21:43:09.954Z Compiling memmap v0.7.0
5262026-05-28T21:43:09.996Z Compiling icu_normalizer v2.1.1
5272026-05-28T21:43:10.063Z Compiling toml_datetime v0.6.11
5282026-05-28T21:43:10.105Z Compiling serde_spanned v0.6.9
5292026-05-28T21:43:10.122Z Compiling icu_properties v2.1.2
5302026-05-28T21:43:10.137Z Compiling dof v0.3.0
5312026-05-28T21:43:10.256Z Compiling toml_edit v0.22.27
5322026-05-28T21:43:10.325Z Compiling serde_tokenstream v0.2.3
5332026-05-28T21:43:10.525Z Compiling serde-value v0.7.0
5342026-05-28T21:43:10.561Z Compiling cargo-platform v0.2.0
5352026-05-28T21:43:10.644Z Compiling unicode-width v0.2.0
5362026-05-28T21:43:10.829Z Compiling smawk v0.3.2
5372026-05-28T21:43:10.908Z Compiling unicode-linebreak v0.1.5
5382026-05-28T21:43:10.925Z Compiling tabled v0.15.0
5392026-05-28T21:43:10.968Z Compiling idna_adapter v1.2.1
5402026-05-28T21:43:11.115Z Compiling idna v1.1.0
5412026-05-28T21:43:11.147Z Compiling usdt-attr-macro v0.5.0
5422026-05-28T21:43:11.164Z Compiling usdt-macro v0.5.0
5432026-05-28T21:43:11.210Z Compiling textwrap v0.16.2
5442026-05-28T21:43:11.417Z Compiling url v2.5.8
5452026-05-28T21:43:11.687Z Compiling toml v0.8.23
5462026-05-28T21:43:11.797Z Compiling clap v4.5.60
5472026-05-28T21:43:11.840Z Compiling macaddr v1.0.1
5482026-05-28T21:43:11.882Z Compiling camino-tempfile v1.4.1
5492026-05-28T21:43:12.064Z Compiling cargo-util-schemas v0.8.2
5502026-05-28T21:43:12.171Z Compiling cargo_toml v0.21.0
5512026-05-28T21:43:12.441Z Compiling usdt v0.5.0
5522026-05-28T21:43:12.696Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5532026-05-28T21:43:12.699Z Compiling swrite v0.1.0
5542026-05-28T21:43:13.050Z Compiling cargo_metadata v0.21.0
5552026-05-28T21:43:13.987Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-28T21:43:16.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.36s
5572026-05-28T21:43:16.301Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-28T21:43:16.861Z Downloading crates ...
5592026-05-28T21:43:16.965Z Downloaded arrayvec v0.7.6
5602026-05-28T21:43:16.968Z Downloaded adler2 v2.0.1
5612026-05-28T21:43:16.971Z Downloaded async-stream-impl v0.3.6
5622026-05-28T21:43:16.974Z Downloaded crossbeam-channel v0.5.15
5632026-05-28T21:43:16.977Z Downloaded async-trait v0.1.89
5642026-05-28T21:43:16.980Z Downloaded async-recursion v1.1.1
5652026-05-28T21:43:16.983Z Downloaded assert_matches v1.5.0
5662026-05-28T21:43:16.983Z Downloaded atty v0.2.14
5672026-05-28T21:43:16.983Z Downloaded atomic-waker v1.1.2
5682026-05-28T21:43:16.985Z Downloaded async-stream v0.3.6
5692026-05-28T21:43:16.988Z Downloaded defmt-parser v1.0.0
5702026-05-28T21:43:16.988Z Downloaded darling v0.20.11
5712026-05-28T21:43:16.991Z Downloaded curve25519-dalek-derive v0.1.1
5722026-05-28T21:43:16.991Z Downloaded csv-core v0.1.13
5732026-05-28T21:43:16.994Z Downloaded ascii-canvas v3.0.0
5742026-05-28T21:43:16.994Z Downloaded atomicwrites v0.4.4
5752026-05-28T21:43:16.994Z Downloaded dropshot-api-manager-types v0.7.1
5762026-05-28T21:43:16.994Z Downloaded derive_builder_macro v0.20.2
5772026-05-28T21:43:16.997Z Downloaded data-encoding v2.10.0
5782026-05-28T21:43:16.997Z Downloaded arrayref v0.3.9
5792026-05-28T21:43:16.997Z Downloaded cstr-argument v0.1.2
5802026-05-28T21:43:17.001Z Downloaded deranged v0.5.8
5812026-05-28T21:43:17.003Z Downloaded daft-derive v0.1.7
5822026-05-28T21:43:17.006Z Downloaded defmt v1.0.1
5832026-05-28T21:43:17.006Z Downloaded crunchy v0.2.4
5842026-05-28T21:43:17.009Z Downloaded dsl_auto_type v0.2.0
5852026-05-28T21:43:17.009Z Downloaded dof v0.4.0
5862026-05-28T21:43:17.009Z Downloaded crossbeam-deque v0.8.6
5872026-05-28T21:43:17.012Z Downloaded diesel_table_macro_syntax v0.3.0
5882026-05-28T21:43:17.012Z Downloaded crossbeam-utils v0.8.21
5892026-05-28T21:43:17.015Z Downloaded ar_archive_writer v0.5.1
5902026-05-28T21:43:17.015Z Downloaded ena v0.14.4
5912026-05-28T21:43:17.019Z Downloaded dunce v1.0.5
5922026-05-28T21:43:17.019Z Downloaded defmt v0.3.100
5932026-05-28T21:43:17.019Z Downloaded darling_macro v0.20.11
5942026-05-28T21:43:17.022Z Downloaded aws-lc-rs v1.16.3
5952026-05-28T21:43:17.024Z Downloaded debug-ignore v1.0.5
5962026-05-28T21:43:17.027Z Downloaded async-compression v0.4.41
5972026-05-28T21:43:17.030Z Downloaded base16ct v0.2.0
5982026-05-28T21:43:17.030Z Downloaded crucible-workspace-hack v0.1.0
5992026-05-28T21:43:17.033Z Downloaded endian-type v0.1.2
6002026-05-28T21:43:17.033Z Downloaded cargo-platform v0.1.9
6012026-05-28T21:43:17.033Z Downloaded bcrypt-pbkdf v0.10.0
6022026-05-28T21:43:17.033Z Downloaded dirs-next v2.0.0
6032026-05-28T21:43:17.037Z Downloaded dyn-clone v1.0.20
6042026-05-28T21:43:17.040Z Downloaded bitfield-struct v0.6.2
6052026-05-28T21:43:17.045Z Downloaded darling_macro v0.21.3
6062026-05-28T21:43:17.049Z Downloaded castaway v0.2.4
6072026-05-28T21:43:17.051Z Downloaded aead v0.5.2
6082026-05-28T21:43:17.052Z Downloaded embedded-io v0.4.0
6092026-05-28T21:43:17.054Z Downloaded cfg_aliases v0.1.1
6102026-05-28T21:43:17.054Z Downloaded difflib v0.4.0
6112026-05-28T21:43:17.057Z Downloaded bit-set v0.8.0
6122026-05-28T21:43:17.060Z Downloaded cfg_aliases v0.2.1
6132026-05-28T21:43:17.063Z Downloaded dirs-sys-next v0.1.2
6142026-05-28T21:43:17.067Z Downloaded enum-as-inner v0.6.1
6152026-05-28T21:43:17.070Z Downloaded display-error-chain v0.2.2
6162026-05-28T21:43:17.070Z Downloaded convert_case v0.4.0
6172026-05-28T21:43:17.070Z Downloaded float-ord v0.3.2
6182026-05-28T21:43:17.073Z Downloaded embedded-io v0.6.1
6192026-05-28T21:43:17.073Z Downloaded crc v3.4.0
6202026-05-28T21:43:17.074Z Downloaded filetime v0.2.27
6212026-05-28T21:43:17.077Z Downloaded foreign-types v0.3.2
6222026-05-28T21:43:17.077Z Downloaded darling_macro v0.23.0
6232026-05-28T21:43:17.077Z Downloaded compression-core v0.4.31
6242026-05-28T21:43:17.077Z Downloaded bitfield-macros v0.19.4
6252026-05-28T21:43:17.077Z Downloaded either v1.15.0
6262026-05-28T21:43:17.080Z Downloaded crc8 v0.1.1
6272026-05-28T21:43:17.080Z Downloaded flagset v0.4.7
6282026-05-28T21:43:17.080Z Downloaded env_filter v1.0.0
6292026-05-28T21:43:17.083Z Downloaded fxhash v0.2.1
6302026-05-28T21:43:17.083Z Downloaded foreign-types-shared v0.1.1
6312026-05-28T21:43:17.083Z Downloaded cexpr v0.6.0
6322026-05-28T21:43:17.086Z Downloaded dtrace-parser v0.3.0
6332026-05-28T21:43:17.086Z Downloaded cassowary v0.3.0
6342026-05-28T21:43:17.086Z Downloaded futures-io v0.3.32
6352026-05-28T21:43:17.089Z Downloaded downcast-rs v2.0.2
6362026-05-28T21:43:17.089Z Downloaded futures-sink v0.3.32
6372026-05-28T21:43:17.092Z Downloaded ciborium-io v0.2.2
6382026-05-28T21:43:17.094Z Downloaded bb8 v0.8.6
6392026-05-28T21:43:17.094Z Downloaded ciborium-ll v0.2.2
6402026-05-28T21:43:17.097Z Downloaded bit-set v0.5.3
6412026-05-28T21:43:17.097Z Downloaded fixedbitset v0.4.2
6422026-05-28T21:43:17.100Z Downloaded daft v0.1.7
6432026-05-28T21:43:17.100Z Downloaded cpufeatures v0.3.0
6442026-05-28T21:43:17.100Z Downloaded derive_builder_core v0.20.2
6452026-05-28T21:43:17.103Z Downloaded derive-ex v0.1.8
6462026-05-28T21:43:17.103Z Downloaded ctr v0.9.2
6472026-05-28T21:43:17.105Z Downloaded darling_core v0.23.0
6482026-05-28T21:43:17.108Z Downloaded futures-task v0.3.32
6492026-05-28T21:43:17.108Z Downloaded fd-lock v4.0.4
6502026-05-28T21:43:17.111Z Downloaded foreign-types-macros v0.2.3
6512026-05-28T21:43:17.111Z Downloaded foreign-types v0.5.0
6522026-05-28T21:43:17.111Z Downloaded crossterm v0.28.1
6532026-05-28T21:43:17.114Z Downloaded git-stub v1.0.0
6542026-05-28T21:43:17.117Z Downloaded futures-core v0.3.32
6552026-05-28T21:43:17.117Z Downloaded document-features v0.2.12
6562026-05-28T21:43:17.117Z Downloaded crc-catalog v2.4.0
6572026-05-28T21:43:17.120Z Downloaded array-init v0.0.4
6582026-05-28T21:43:17.120Z Downloaded futures-macro v0.3.32
6592026-05-28T21:43:17.120Z Downloaded ghash v0.5.1
6602026-05-28T21:43:17.122Z Downloaded funty v2.0.0
6612026-05-28T21:43:17.122Z Downloaded foreign-types-shared v0.3.1
6622026-05-28T21:43:17.123Z Downloaded hash32 v0.2.1
6632026-05-28T21:43:17.125Z Downloaded float-cmp v0.10.0
6642026-05-28T21:43:17.128Z Downloaded foldhash v0.1.5
6652026-05-28T21:43:17.132Z Downloaded ed25519 v2.2.3
6662026-05-28T21:43:17.136Z Downloaded find-msvc-tools v0.1.9
6672026-05-28T21:43:17.136Z Downloaded base64ct v1.8.3
6682026-05-28T21:43:17.138Z Downloaded bit-vec v0.8.0
6692026-05-28T21:43:17.138Z Downloaded erased-serde v0.3.31
6702026-05-28T21:43:17.141Z Downloaded bit-vec v0.6.3
6712026-05-28T21:43:17.141Z Downloaded gethostname v0.5.0
6722026-05-28T21:43:17.141Z Downloaded cmake v0.1.57
6732026-05-28T21:43:17.144Z Downloaded block-padding v0.3.3
6742026-05-28T21:43:17.144Z Downloaded hash32 v0.3.1
6752026-05-28T21:43:17.144Z Downloaded globwalk v0.9.1
6762026-05-28T21:43:17.147Z Downloaded bitflags v1.3.2
6772026-05-28T21:43:17.147Z Downloaded hex-literal v0.4.1
6782026-05-28T21:43:17.150Z Downloaded headers-core v0.3.0
6792026-05-28T21:43:17.150Z Downloaded darling v0.23.0
6802026-05-28T21:43:17.153Z Downloaded drift v0.1.4
6812026-05-28T21:43:17.156Z Downloaded hex v0.4.3
6822026-05-28T21:43:17.159Z Downloaded ecdsa v0.16.9
6832026-05-28T21:43:17.159Z Downloaded crossterm v0.29.0
6842026-05-28T21:43:17.162Z Downloaded hostname v0.4.2
6852026-05-28T21:43:17.165Z Downloaded home v0.5.12
6862026-05-28T21:43:17.165Z Downloaded hostname v0.3.1
6872026-05-28T21:43:17.168Z Downloaded der_derive v0.7.3
6882026-05-28T21:43:17.168Z Downloaded critical-section v1.2.0
6892026-05-28T21:43:17.168Z Downloaded constant_time_eq v0.4.2
6902026-05-28T21:43:17.171Z Downloaded const_format_proc_macros v0.2.34
6912026-05-28T21:43:17.171Z Downloaded cargo_metadata v0.19.2
6922026-05-28T21:43:17.171Z Downloaded env_logger v0.11.9
6932026-05-28T21:43:17.174Z Downloaded http-body v1.0.1
6942026-05-28T21:43:17.174Z Downloaded git-stub-vcs v0.1.0
6952026-05-28T21:43:17.177Z Downloaded ff v0.13.1
6962026-05-28T21:43:17.177Z Downloaded cobs v0.3.0
6972026-05-28T21:43:17.177Z Downloaded convert_case v0.10.0
6982026-05-28T21:43:17.180Z Downloaded hubpack_derive v0.1.1
6992026-05-28T21:43:17.180Z Downloaded cipher v0.4.4
7002026-05-28T21:43:17.180Z Downloaded hyper-tls v0.6.0
7012026-05-28T21:43:17.183Z Downloaded cbc v0.1.2
7022026-05-28T21:43:17.183Z Downloaded bcs v0.1.6
7032026-05-28T21:43:17.183Z Downloaded chacha20 v0.9.1
7042026-05-28T21:43:17.186Z Downloaded argon2 v0.5.3
7052026-05-28T21:43:17.186Z Downloaded illumos-nvpair v0.3.0
7062026-05-28T21:43:17.189Z Downloaded indent_write v2.2.0
7072026-05-28T21:43:17.189Z Downloaded group v0.13.0
7082026-05-28T21:43:17.189Z Downloaded fs_extra v1.3.0
7092026-05-28T21:43:17.191Z Downloaded foldhash v0.2.0
7102026-05-28T21:43:17.192Z Downloaded hubpack v0.1.2
7112026-05-28T21:43:17.192Z Downloaded fs-err v2.11.0
7122026-05-28T21:43:17.195Z Downloaded bzip2 v0.4.4
7132026-05-28T21:43:17.195Z Downloaded async-bb8-diesel v0.2.1
7142026-05-28T21:43:17.197Z Downloaded console v0.15.11
7152026-05-28T21:43:17.197Z Downloaded des v0.8.1
7162026-05-28T21:43:17.200Z Downloaded fixedbitset v0.5.7
7172026-05-28T21:43:17.200Z Downloaded crypto-bigint v0.5.5
7182026-05-28T21:43:17.203Z Downloaded cookie_store v0.22.1
7192026-05-28T21:43:17.206Z Downloaded instant v0.1.13
7202026-05-28T21:43:17.206Z Downloaded ident_case v1.0.1
7212026-05-28T21:43:17.208Z Downloaded indoc v1.0.9
7222026-05-28T21:43:17.209Z Downloaded inout v0.1.4
7232026-05-28T21:43:17.211Z Downloaded illumos-nvpair-sys v0.2.0
7242026-05-28T21:43:17.212Z Downloaded fallible-iterator v0.2.0
7252026-05-28T21:43:17.212Z Downloaded clang-sys v1.8.1
7262026-05-28T21:43:17.214Z Downloaded instability v0.3.11
7272026-05-28T21:43:17.214Z Downloaded diff v0.1.13
7282026-05-28T21:43:17.217Z Downloaded cookie v0.18.1
7292026-05-28T21:43:17.217Z Downloaded is-terminal v0.4.17
7302026-05-28T21:43:17.217Z Downloaded const-oid v0.9.6
7312026-05-28T21:43:17.221Z Downloaded colored v2.2.0
7322026-05-28T21:43:17.223Z Downloaded keccak v0.1.6
7332026-05-28T21:43:17.223Z Downloaded futures-executor v0.3.32
7342026-05-28T21:43:17.223Z Downloaded derive_builder v0.20.2
7352026-05-28T21:43:17.226Z Downloaded kstat-rs v0.2.4
7362026-05-28T21:43:17.226Z Downloaded lazy_static v1.5.0
7372026-05-28T21:43:17.229Z Downloaded httpdate v1.0.3
7382026-05-28T21:43:17.229Z Downloaded highway v1.3.0
7392026-05-28T21:43:17.232Z Downloaded lalrpop-util v0.19.12
7402026-05-28T21:43:17.232Z Downloaded darling v0.21.3
7412026-05-28T21:43:17.235Z Downloaded libscf-sys v1.1.0
7422026-05-28T21:43:17.235Z Downloaded http-range v0.1.5
7432026-05-28T21:43:17.235Z Downloaded is_ci v1.2.0
7442026-05-28T21:43:17.238Z Downloaded console v0.16.2
7452026-05-28T21:43:17.238Z Downloaded bzip2 v0.6.1
7462026-05-28T21:43:17.238Z Downloaded cancel-safe-futures v0.1.5
7472026-05-28T21:43:17.242Z Downloaded hyper-staticfile v0.10.1
7482026-05-28T21:43:17.242Z Downloaded humantime v2.3.0
7492026-05-28T21:43:17.245Z Downloaded http-body-util v0.1.3
7502026-05-28T21:43:17.245Z Downloaded ciborium v0.2.2
7512026-05-28T21:43:17.245Z Downloaded futures-channel v0.3.32
7522026-05-28T21:43:17.248Z Downloaded match_cfg v0.1.0
7532026-05-28T21:43:17.248Z Downloaded lru-slab v0.1.2
7542026-05-28T21:43:17.248Z Downloaded backoff v0.4.0
7552026-05-28T21:43:17.251Z Downloaded glob v0.3.3
7562026-05-28T21:43:17.251Z Downloaded bitfield v0.19.4
7572026-05-28T21:43:17.251Z Downloaded half v1.8.3
7582026-05-28T21:43:17.254Z Downloaded impl-trait-for-tuples v0.2.3
7592026-05-28T21:43:17.256Z Downloaded md-5 v0.10.6
7602026-05-28T21:43:17.256Z Downloaded lru v0.12.5
7612026-05-28T21:43:17.256Z Downloaded dropshot_endpoint v0.17.0
7622026-05-28T21:43:17.259Z Downloaded md5 v0.7.0
7632026-05-28T21:43:17.259Z Downloaded derive-where v1.6.0
7642026-05-28T21:43:17.262Z Downloaded maplit v1.0.2
7652026-05-28T21:43:17.262Z Downloaded lru-cache v0.1.2
7662026-05-28T21:43:17.265Z Downloaded chacha20 v0.10.0
7672026-05-28T21:43:17.265Z Downloaded mime v0.3.17
7682026-05-28T21:43:17.265Z Downloaded derive_more v0.99.20
7692026-05-28T21:43:17.268Z Downloaded multimap v0.10.1
7702026-05-28T21:43:17.271Z Downloaded maybe-uninit v2.0.0
7712026-05-28T21:43:17.271Z Downloaded indoc v2.0.7
7722026-05-28T21:43:17.274Z Downloaded allocator-api2 v0.2.21
7732026-05-28T21:43:17.274Z Downloaded ingot-types v0.1.2
7742026-05-28T21:43:17.277Z Downloaded managed v0.8.0
7752026-05-28T21:43:17.277Z Downloaded newtype_derive v0.1.6
7762026-05-28T21:43:17.277Z Downloaded memoffset v0.9.1
7772026-05-28T21:43:17.277Z Downloaded ipnetwork v0.21.1
7782026-05-28T21:43:17.280Z Downloaded new_debug_unreachable v1.0.6
7792026-05-28T21:43:17.280Z Downloaded flume v0.11.1
7802026-05-28T21:43:17.283Z Downloaded num v0.4.3
7812026-05-28T21:43:17.283Z Downloaded normalize-line-endings v0.3.0
7822026-05-28T21:43:17.283Z Downloaded crc32fast v1.5.0
7832026-05-28T21:43:17.286Z Downloaded internet-checksum v0.2.1
7842026-05-28T21:43:17.286Z Downloaded ingot v0.1.1
7852026-05-28T21:43:17.286Z Downloaded globset v0.4.18
7862026-05-28T21:43:17.289Z Downloaded dropshot_endpoint v0.16.7
7872026-05-28T21:43:17.289Z Downloaded jobserver v0.1.34
7882026-05-28T21:43:17.292Z Downloaded hmac v0.12.1
7892026-05-28T21:43:17.292Z Downloaded nonempty v0.12.0
7902026-05-28T21:43:17.292Z Downloaded num-conv v0.2.0
7912026-05-28T21:43:17.295Z Downloaded nodrop v0.1.14
7922026-05-28T21:43:17.295Z Downloaded backon v1.6.0
7932026-05-28T21:43:17.295Z Downloaded num-iter v0.1.45
7942026-05-28T21:43:17.298Z Downloaded num-derive v0.3.3
7952026-05-28T21:43:17.298Z Downloaded newline-converter v0.3.0
7962026-05-28T21:43:17.298Z Downloaded camino-tempfile-ext v0.3.3
7972026-05-28T21:43:17.301Z Downloaded blowfish v0.9.1
7982026-05-28T21:43:17.301Z Downloaded diesel-dtrace v0.5.0
7992026-05-28T21:43:17.301Z Downloaded defmt-macros v1.0.1
8002026-05-28T21:43:17.304Z Downloaded num_threads v0.1.7
8012026-05-28T21:43:17.304Z Downloaded num_enum_derive v0.5.11
8022026-05-28T21:43:17.307Z Downloaded httparse v1.10.1
8032026-05-28T21:43:17.307Z Downloaded blake2 v0.10.6
8042026-05-28T21:43:17.309Z Downloaded hyper-rustls v0.27.7
8052026-05-28T21:43:17.309Z Downloaded libloading v0.8.9
8062026-05-28T21:43:17.312Z Downloaded linked-hash-map v0.5.6
8072026-05-28T21:43:17.312Z Downloaded linear-map v1.2.0
8082026-05-28T21:43:17.312Z Downloaded openssl-probe v0.1.6
8092026-05-28T21:43:17.315Z Downloaded openssl-macros v0.1.1
8102026-05-28T21:43:17.315Z Downloaded libefi-sys v0.1.0
8112026-05-28T21:43:17.315Z Downloaded compression-codecs v0.4.37
8122026-05-28T21:43:17.318Z Downloaded openssl-probe v0.2.1
8132026-05-28T21:43:17.318Z Downloaded lock_api v0.4.14
8142026-05-28T21:43:17.321Z Downloaded packed_struct_codegen v0.10.1
8152026-05-28T21:43:17.321Z Downloaded libsw-core v0.3.2
8162026-05-28T21:43:17.321Z Downloaded olpc-cjson v0.1.4
8172026-05-28T21:43:17.324Z Downloaded darling_core v0.20.11
8182026-05-28T21:43:17.327Z Downloaded oso-derive v0.27.3
8192026-05-28T21:43:17.327Z Downloaded opaque-debug v0.3.1
8202026-05-28T21:43:17.327Z Downloaded arc-swap v1.8.2
8212026-05-28T21:43:17.330Z Downloaded half v2.7.1
8222026-05-28T21:43:17.331Z Downloaded mime_guess v2.0.5
8232026-05-28T21:43:17.333Z Downloaded lzss v0.8.2
8242026-05-28T21:43:17.333Z Downloaded base64 v0.22.1
8252026-05-28T21:43:17.336Z Downloaded ingot-macros v0.1.1
8262026-05-28T21:43:17.336Z Downloaded libsw v3.5.0
8272026-05-28T21:43:17.336Z Downloaded getrandom v0.3.4
8282026-05-28T21:43:17.339Z Downloaded parse-size v1.1.0
8292026-05-28T21:43:17.339Z Downloaded colored v3.1.1
8302026-05-28T21:43:17.342Z Downloaded ipnet v2.11.0
8312026-05-28T21:43:17.342Z Downloaded crossbeam-epoch v0.9.18
8322026-05-28T21:43:17.345Z Downloaded native-tls v0.2.18
8332026-05-28T21:43:17.345Z Downloaded multer v3.1.0
8342026-05-28T21:43:17.348Z Downloaded nanorand v0.7.0
8352026-05-28T21:43:17.349Z Downloaded newtype-uuid-macros v0.1.0
8362026-05-28T21:43:17.352Z Downloaded newtype-uuid v1.3.2
8372026-05-28T21:43:17.352Z Downloaded parse-display v0.10.0
8382026-05-28T21:43:17.352Z Downloaded corncobs v0.1.4
8392026-05-28T21:43:17.352Z Downloaded byte-wrapper v0.1.0
8402026-05-28T21:43:17.355Z Downloaded ahash v0.8.12
8412026-05-28T21:43:17.355Z Downloaded nibble_vec v0.1.0
8422026-05-28T21:43:17.357Z Downloaded buf-list v1.1.2
8432026-05-28T21:43:17.357Z Downloaded path-slash v0.1.5
8442026-05-28T21:43:17.360Z Downloaded num-integer v0.1.46
8452026-05-28T21:43:17.360Z Downloaded num-complex v0.4.6
8462026-05-28T21:43:17.363Z Downloaded pbkdf2 v0.11.0
8472026-05-28T21:43:17.363Z Downloaded peg-runtime v0.8.5
8482026-05-28T21:43:17.363Z Downloaded nu-ansi-term v0.50.3
8492026-05-28T21:43:17.366Z Downloaded num_enum v0.7.5
8502026-05-28T21:43:17.369Z Downloaded pbkdf2 v0.12.2
8512026-05-28T21:43:17.384Z Downloaded phf_shared v0.11.3
8522026-05-28T21:43:17.387Z Downloaded oxnet v0.1.4
8532026-05-28T21:43:17.387Z Downloaded num_enum_derive v0.7.5
8542026-05-28T21:43:17.387Z Downloaded litrs v1.0.0
8552026-05-28T21:43:17.392Z Downloaded iana-time-zone v0.1.65
8562026-05-28T21:43:17.392Z Downloaded futures v0.3.32
8572026-05-28T21:43:17.394Z Downloaded pin-utils v0.1.0
8582026-05-28T21:43:17.395Z Downloaded fatfs v0.3.6
8592026-05-28T21:43:17.397Z Downloaded elliptic-curve v0.13.8
8602026-05-28T21:43:17.400Z Downloaded powerfmt v0.2.0
8612026-05-28T21:43:17.400Z Downloaded predicates-tree v1.0.13
8622026-05-28T21:43:17.400Z Downloaded ed25519-dalek v2.2.0
8632026-05-28T21:43:17.403Z Downloaded packed_struct v0.10.1
8642026-05-28T21:43:17.403Z Downloaded heapless v0.7.17
8652026-05-28T21:43:17.406Z Downloaded precomputed-hash v0.1.1
8662026-05-28T21:43:17.406Z Downloaded owo-colors v4.3.0
8672026-05-28T21:43:17.409Z Downloaded ignore v0.4.25
8682026-05-28T21:43:17.409Z Downloaded indexmap v1.9.3
8692026-05-28T21:43:17.412Z Downloaded oxide-tokio-rt v0.1.4
8702026-05-28T21:43:17.415Z Downloaded derive_more v2.1.1
8712026-05-28T21:43:17.419Z Downloaded progenitor-client v0.11.2
8722026-05-28T21:43:17.422Z Downloaded paste v1.0.15
8732026-05-28T21:43:17.422Z Downloaded proc-macro-crate v3.4.0
8742026-05-28T21:43:17.427Z Downloaded proc-macro-crate v1.3.1
8752026-05-28T21:43:17.427Z Downloaded password-hash v0.4.2
8762026-05-28T21:43:17.427Z Downloaded proc-macro-error-attr2 v2.0.0
8772026-05-28T21:43:17.427Z Downloaded parse-display-derive v0.10.0
8782026-05-28T21:43:17.430Z Downloaded phf_shared v0.13.1
8792026-05-28T21:43:17.430Z Downloaded pem-rfc7468 v0.7.0
8802026-05-28T21:43:17.430Z Downloaded diesel_derives v2.3.7
8812026-05-28T21:43:17.433Z Downloaded peg v0.8.5
8822026-05-28T21:43:17.435Z Downloaded progenitor-macro v0.13.0
8832026-05-28T21:43:17.436Z Downloaded progenitor-client v0.14.0
8842026-05-28T21:43:17.436Z Downloaded progenitor-client v0.10.0
8852026-05-28T21:43:17.439Z Downloaded pem v3.0.6
8862026-05-28T21:43:17.439Z Downloaded phf v0.12.1
8872026-05-28T21:43:17.439Z Downloaded peg-macros v0.8.5
8882026-05-28T21:43:17.442Z Downloaded quick-error v1.2.3
8892026-05-28T21:43:17.442Z Downloaded progenitor-macro v0.10.0
8902026-05-28T21:43:17.442Z Downloaded flate2 v1.1.9
8912026-05-28T21:43:17.444Z Downloaded progenitor-macro v0.14.0
8922026-05-28T21:43:17.447Z Downloaded der v0.7.10
8932026-05-28T21:43:17.450Z Downloaded psl-types v2.0.11
8942026-05-28T21:43:17.450Z Downloaded phf_shared v0.12.1
8952026-05-28T21:43:17.450Z Downloaded base64 v0.21.7
8962026-05-28T21:43:17.454Z Downloaded pkg-config v0.3.32
8972026-05-28T21:43:17.454Z Downloaded pin-project-internal v1.1.11
8982026-05-28T21:43:17.454Z Downloaded pkcs8 v0.10.2
8992026-05-28T21:43:17.456Z Downloaded headers v0.4.1
9002026-05-28T21:43:17.459Z Downloaded ppv-lite86 v0.2.21
9012026-05-28T21:43:17.459Z Downloaded derive_more-impl v2.1.1
9022026-05-28T21:43:17.462Z Downloaded memmap2 v0.9.10
9032026-05-28T21:43:17.465Z Downloaded pin-project-lite v0.2.17
9042026-05-28T21:43:17.468Z Downloaded predicates-core v1.0.10
9052026-05-28T21:43:17.468Z Downloaded predicates v3.1.4
9062026-05-28T21:43:17.471Z Downloaded radium v0.7.0
9072026-05-28T21:43:17.471Z Downloaded polyval v0.6.2
9082026-05-28T21:43:17.473Z Downloaded const_format v0.2.35
9092026-05-28T21:43:17.476Z Downloaded rand_xorshift v0.4.0
9102026-05-28T21:43:17.476Z Downloaded parking_lot_core v0.8.6
9112026-05-28T21:43:17.476Z Downloaded parking_lot v0.12.5
9122026-05-28T21:43:17.479Z Downloaded parking_lot v0.11.2
9132026-05-28T21:43:17.479Z Downloaded primeorder v0.13.6
9142026-05-28T21:43:17.482Z Downloaded omicron-zone-package v0.12.2
9152026-05-28T21:43:17.482Z Downloaded parking_lot_core v0.9.12
9162026-05-28T21:43:17.485Z Downloaded bytes v1.11.1
9172026-05-28T21:43:17.487Z Downloaded recursive-proc-macro-impl v0.1.1
9182026-05-28T21:43:17.487Z Downloaded bumpalo v3.20.2
9192026-05-28T21:43:17.490Z Downloaded indicatif v0.18.4
9202026-05-28T21:43:17.493Z Downloaded rfc6979 v0.4.0
9212026-05-28T21:43:17.493Z Downloaded progenitor v0.14.0
9222026-05-28T21:43:17.493Z Downloaded progenitor v0.13.0
9232026-05-28T21:43:17.496Z Downloaded ref-cast v1.0.25
9242026-05-28T21:43:17.496Z Downloaded ref-cast-impl v1.0.25
9252026-05-28T21:43:17.499Z Downloaded recursive v0.1.1
9262026-05-28T21:43:17.499Z Downloaded progenitor v0.11.2
9272026-05-28T21:43:17.499Z Downloaded proc-macro-error2 v2.0.1
9282026-05-28T21:43:17.503Z Downloaded password-hash v0.5.0
9292026-05-28T21:43:17.503Z Downloaded progenitor-extras v0.2.0
9302026-05-28T21:43:17.503Z Downloaded progenitor-macro v0.11.2
9312026-05-28T21:43:17.506Z Downloaded progenitor-client v0.13.0
9322026-05-28T21:43:17.506Z Downloaded progenitor v0.10.0
9332026-05-28T21:43:17.506Z Downloaded rtoolbox v0.0.3
9342026-05-28T21:43:17.508Z Downloaded hickory-resolver v0.24.4
9352026-05-28T21:43:17.508Z Downloaded russh-cryptovec v0.7.3
9362026-05-28T21:43:17.511Z Downloaded libbz2-rs-sys v0.2.2
9372026-05-28T21:43:17.511Z Downloaded hickory-resolver v0.25.2
9382026-05-28T21:43:17.515Z Downloaded phf v0.13.1
9392026-05-28T21:43:17.515Z Downloaded psm v0.1.30
9402026-05-28T21:43:17.518Z Downloaded rustc_version v0.4.1
9412026-05-28T21:43:17.518Z Downloaded rustc-hash v2.1.1
9422026-05-28T21:43:17.518Z Downloaded darling_core v0.21.3
9432026-05-28T21:43:17.521Z Downloaded pkcs5 v0.7.1
9442026-05-28T21:43:17.524Z Downloaded poly1305 v0.8.0
9452026-05-28T21:43:17.526Z Downloaded pkcs1 v0.7.5
9462026-05-28T21:43:17.526Z Downloaded rustc_version v0.1.7
9472026-05-28T21:43:17.526Z Downloaded crc-any v2.5.0
9482026-05-28T21:43:17.529Z Downloaded compact_str v0.8.1
9492026-05-28T21:43:17.532Z Downloaded chacha20poly1305 v0.10.1
9502026-05-28T21:43:17.532Z Downloaded num-rational v0.4.2
9512026-05-28T21:43:17.536Z Downloaded p256 v0.13.2
9522026-05-28T21:43:17.536Z Downloaded postgres-types v0.2.12
9532026-05-28T21:43:17.541Z Downloaded postgres-protocol v0.6.10
9542026-05-28T21:43:17.541Z Downloaded rand_chacha v0.3.1
9552026-05-28T21:43:17.541Z Downloaded postcard v1.1.3
9562026-05-28T21:43:17.541Z Downloaded r2d2 v0.8.10
9572026-05-28T21:43:17.544Z Downloaded salsa20 v0.10.2
9582026-05-28T21:43:17.544Z Downloaded rand_core v0.9.5
9592026-05-28T21:43:17.544Z Downloaded rand_core v0.6.4
9602026-05-28T21:43:17.544Z Downloaded rand_chacha v0.9.0
9612026-05-28T21:43:17.547Z Downloaded hashbrown v0.12.3
9622026-05-28T21:43:17.549Z Downloaded rand_core v0.10.0
9632026-05-28T21:43:17.549Z Downloaded rand_seeder v0.4.0
9642026-05-28T21:43:17.549Z Downloaded papergrid v0.17.0
9652026-05-28T21:43:17.552Z Downloaded sapling-renderdag v0.1.0
9662026-05-28T21:43:17.555Z Downloaded same-file v1.0.6
9672026-05-28T21:43:17.555Z Downloaded hashbrown v0.13.2
9682026-05-28T21:43:17.558Z Downloaded expectorate v1.2.0
9692026-05-28T21:43:17.561Z Downloaded scheduled-thread-pool v0.2.7
9702026-05-28T21:43:17.561Z Downloaded getrandom v0.2.17
9712026-05-28T21:43:17.561Z Downloaded num_enum v0.5.11
9722026-05-28T21:43:17.564Z Downloaded num-derive v0.4.2
9732026-05-28T21:43:17.567Z Downloaded seq-macro v0.3.6
9742026-05-28T21:43:17.568Z Downloaded secrecy v0.10.3
9752026-05-28T21:43:17.570Z Downloaded heapless v0.8.0
9762026-05-28T21:43:17.570Z Downloaded scrypt v0.11.0
9772026-05-28T21:43:17.570Z Downloaded scroll_derive v0.13.1
9782026-05-28T21:43:17.573Z Downloaded scopeguard v1.2.0
9792026-05-28T21:43:17.573Z Downloaded resolv-conf v0.7.6
9802026-05-28T21:43:17.573Z Downloaded jiff-static v0.2.21
9812026-05-28T21:43:17.580Z Downloaded secrecy v0.8.0
9822026-05-28T21:43:17.583Z Downloaded serde-big-array v0.5.1
9832026-05-28T21:43:17.583Z Downloaded semver v0.1.20
9842026-05-28T21:43:17.586Z Downloaded serde_repr v0.1.20
9852026-05-28T21:43:17.588Z Downloaded serde_urlencoded v0.7.1
9862026-05-28T21:43:17.588Z Downloaded quinn-udp v0.5.14
9872026-05-28T21:43:17.591Z Downloaded serde_spanned v1.0.4
9882026-05-28T21:43:17.591Z Downloaded oso v0.27.3
9892026-05-28T21:43:17.594Z Downloaded hyper-util v0.1.20
9902026-05-28T21:43:17.597Z Downloaded pin-project v1.1.11
9912026-05-28T21:43:17.603Z Downloaded shell-words v1.1.1
9922026-05-28T21:43:17.606Z Downloaded serde_plain v1.0.2
9932026-05-28T21:43:17.606Z Downloaded dropshot-api-manager v0.7.1
9942026-05-28T21:43:17.609Z Downloaded sha1 v0.10.6
9952026-05-28T21:43:17.609Z Downloaded signal-hook-tokio v0.3.1
9962026-05-28T21:43:17.611Z Downloaded signal-hook-mio v0.2.5
9972026-05-28T21:43:17.612Z Downloaded rustls-pemfile v2.2.0
9982026-05-28T21:43:17.612Z Downloaded rustls-pemfile v1.0.4
9992026-05-28T21:43:17.614Z Downloaded rustls-native-certs v0.8.3
10002026-05-28T21:43:17.617Z Downloaded siphasher v1.0.2
10012026-05-28T21:43:17.620Z Downloaded openssl-sys v0.9.115
10022026-05-28T21:43:17.623Z Downloaded sigpipe v0.1.3
10032026-05-28T21:43:17.623Z Downloaded rustversion v1.0.22
10042026-05-28T21:43:17.626Z Downloaded signature v2.2.0
10052026-05-28T21:43:17.629Z Downloaded schemars_derive v0.8.22
10062026-05-28T21:43:17.629Z Downloaded miniz_oxide v0.8.9
10072026-05-28T21:43:17.633Z Downloaded slog-bunyan v2.5.0
10082026-05-28T21:43:17.636Z Downloaded scroll v0.13.0
10092026-05-28T21:43:17.639Z Downloaded slog-envlogger v2.2.0
10102026-05-28T21:43:17.649Z Downloaded progenitor-impl v0.14.0
10112026-05-28T21:43:17.652Z Downloaded progenitor-impl v0.10.0
10122026-05-28T21:43:17.654Z Downloaded serde_bytes v0.11.19
10132026-05-28T21:43:17.654Z Downloaded sec1 v0.7.3
10142026-05-28T21:43:17.654Z Downloaded serde-hex v0.1.0
10152026-05-28T21:43:17.657Z Downloaded hickory-server v0.25.2
10162026-05-28T21:43:17.660Z Downloaded progenitor-impl v0.11.2
10172026-05-28T21:43:17.660Z Downloaded ssh-encoding v0.2.0
10182026-05-28T21:43:17.663Z Downloaded ssh-cipher v0.2.0
10192026-05-28T21:43:17.663Z Downloaded cc v1.2.56
10202026-05-28T21:43:17.666Z Downloaded sqlparser_derive v0.5.0
10212026-05-28T21:43:17.668Z Downloaded serde_path_to_error v0.1.20
10222026-05-28T21:43:17.678Z Downloaded strip-ansi-escapes v0.2.1
10232026-05-28T21:43:17.684Z Downloaded rustls-pki-types v1.14.0
10242026-05-28T21:43:17.687Z Downloaded strum v0.27.2
10252026-05-28T21:43:17.687Z Downloaded signal-hook-registry v1.4.8
10262026-05-28T21:43:17.690Z Downloaded strum v0.26.3
10272026-05-28T21:43:17.690Z Downloaded structmeta v0.3.0
10282026-05-28T21:43:17.690Z Downloaded shlex v1.3.0
10292026-05-28T21:43:17.690Z Downloaded structmeta-derive v0.3.0
10302026-05-28T21:43:17.692Z Downloaded slab v0.4.12
10312026-05-28T21:43:17.693Z Downloaded rusty-fork v0.3.1
10322026-05-28T21:43:17.693Z Downloaded prettyplease v0.2.37
10332026-05-28T21:43:17.695Z Downloaded pretty_assertions v1.4.1
10342026-05-28T21:43:17.698Z Downloaded rcgen v0.12.1
10352026-05-28T21:43:17.698Z Downloaded aes-gcm v0.10.3
10362026-05-28T21:43:17.701Z Downloaded aes v0.8.4
10372026-05-28T21:43:17.708Z Downloaded slog-async v2.8.0
10382026-05-28T21:43:17.711Z Downloaded subtle v2.6.1
10392026-05-28T21:43:17.711Z Downloaded slog-dtrace v0.3.0
10402026-05-28T21:43:17.715Z Downloaded simd-adler32 v0.3.8
10412026-05-28T21:43:17.715Z Downloaded sync_wrapper v1.0.2
10422026-05-28T21:43:17.715Z Downloaded tabled_derive v0.11.0
10432026-05-28T21:43:17.747Z Downloaded sync-ptr v0.1.4
10442026-05-28T21:43:17.747Z Downloaded take_mut v0.2.2
10452026-05-28T21:43:17.748Z Downloaded tagptr v0.2.0
10462026-05-28T21:43:17.748Z Downloaded tap v1.0.1
10472026-05-28T21:43:17.748Z Downloaded termtree v0.5.1
10482026-05-28T21:43:17.748Z Downloaded smallvec v0.6.14
10492026-05-28T21:43:17.748Z Downloaded tabwriter v1.4.1
10502026-05-28T21:43:17.748Z Downloaded smf v0.2.3
10512026-05-28T21:43:17.748Z Downloaded slog-stdlog v4.1.1
10522026-05-28T21:43:17.748Z Downloaded slog-scope v4.4.1
10532026-05-28T21:43:17.748Z Downloaded slog-json v2.6.1
10542026-05-28T21:43:17.748Z Downloaded sct v0.7.1
10552026-05-28T21:43:17.748Z Downloaded supports-color v3.0.2
10562026-05-28T21:43:17.748Z Downloaded russh-keys v0.45.0
10572026-05-28T21:43:17.748Z Downloaded serde_derive_internals v0.29.1
10582026-05-28T21:43:17.748Z Downloaded ron v0.8.1
10592026-05-28T21:43:17.765Z Downloaded serde_cbor v0.11.2
10602026-05-28T21:43:17.765Z Downloaded time-core v0.1.8
10612026-05-28T21:43:17.765Z Downloaded http v1.4.0
10622026-05-28T21:43:17.765Z Downloaded thread-id v5.1.0
10632026-05-28T21:43:17.765Z Downloaded thiserror-impl-no-std v2.0.2
10642026-05-28T21:43:17.765Z Downloaded testing_table v0.3.0
10652026-05-28T21:43:17.765Z Downloaded static_assertions v1.1.0
10662026-05-28T21:43:17.765Z Downloaded stacker v0.1.23
10672026-05-28T21:43:17.765Z Downloaded stringprep v0.1.5
10682026-05-28T21:43:17.765Z Downloaded serde_with_macros v3.17.0
10692026-05-28T21:43:17.765Z Downloaded hashbrown v0.15.5
10702026-05-28T21:43:17.772Z Downloaded tokio-macros v2.7.0
10712026-05-28T21:43:17.772Z Downloaded tinyvec_macros v0.1.1
10722026-05-28T21:43:17.772Z Downloaded strum_macros v0.24.3
10732026-05-28T21:43:17.772Z Downloaded string_cache v0.8.9
10742026-05-28T21:43:17.772Z Downloaded sqlformat v0.3.5
10752026-05-28T21:43:17.778Z Downloaded spki v0.7.3
10762026-05-28T21:43:17.778Z Downloaded prefix-trie v0.7.0
10772026-05-28T21:43:17.778Z Downloaded strum_macros v0.27.2
10782026-05-28T21:43:17.778Z Downloaded schemars v0.8.22
10792026-05-28T21:43:17.783Z Downloaded support-bundle-viewer v0.1.2
10802026-05-28T21:43:17.786Z Downloaded ryu v1.0.23
10812026-05-28T21:43:17.789Z Downloaded slog-term v2.9.2
10822026-05-28T21:43:17.789Z Downloaded nom v7.1.3
10832026-05-28T21:43:17.792Z Downloaded mio v1.2.0
10842026-05-28T21:43:17.796Z Downloaded spin v0.9.8
10852026-05-28T21:43:17.799Z Downloaded minimal-lexical v0.2.1
10862026-05-28T21:43:17.802Z Downloaded termios v0.3.3
10872026-05-28T21:43:17.806Z Downloaded tower-layer v0.3.3
10882026-05-28T21:43:17.806Z Downloaded itertools v0.10.5
10892026-05-28T21:43:17.809Z Downloaded rustls-platform-verifier v0.6.2
10902026-05-28T21:43:17.809Z Downloaded publicsuffix v2.3.0
10912026-05-28T21:43:17.812Z Downloaded snafu-derive v0.8.9
10922026-05-28T21:43:17.812Z Downloaded libxml v0.3.3
10932026-05-28T21:43:17.815Z Downloaded topological-sort v0.2.2
10942026-05-28T21:43:17.818Z Downloaded thiserror-no-std v2.0.2
10952026-05-28T21:43:17.821Z Downloaded quinn v0.11.9
10962026-05-28T21:43:17.821Z Downloaded progenitor-impl v0.13.0
10972026-05-28T21:43:17.823Z Downloaded tiny-keccak v2.0.2
10982026-05-28T21:43:17.826Z Downloaded typify-macro v0.4.3
10992026-05-28T21:43:17.826Z Downloaded trait-variant v0.1.2
11002026-05-28T21:43:17.826Z Downloaded rand v0.8.6
11012026-05-28T21:43:17.829Z Downloaded qorb v0.4.1
11022026-05-28T21:43:17.832Z Downloaded typify-macro v0.6.2
11032026-05-28T21:43:17.832Z Downloaded try-lock v0.2.5
11042026-05-28T21:43:17.832Z Downloaded tower-service v0.3.3
11052026-05-28T21:43:17.835Z Downloaded signal-hook v0.3.18
11062026-05-28T21:43:17.835Z Downloaded time-macros v0.2.27
11072026-05-28T21:43:17.838Z Downloaded strum_macros v0.26.4
11082026-05-28T21:43:17.838Z Downloaded tls_codec_derive v0.4.2
11092026-05-28T21:43:17.841Z Downloaded serde_yaml v0.9.34+deprecated
11102026-05-28T21:43:17.841Z Downloaded similar v2.7.0
11112026-05-28T21:43:17.844Z Downloaded tokio-dtrace v0.1.1
11122026-05-28T21:43:17.846Z Downloaded slog v2.8.2
11132026-05-28T21:43:17.849Z Downloaded unicode-truncate v1.1.0
11142026-05-28T21:43:17.849Z Downloaded usdt-attr-macro v0.6.0
11152026-05-28T21:43:17.849Z Downloaded tokio-native-tls v0.3.1
11162026-05-28T21:43:17.852Z Downloaded rayon-core v1.13.0
11172026-05-28T21:43:17.853Z Downloaded usdt v0.6.0
11182026-05-28T21:43:17.853Z Downloaded futures-util v0.3.32
11192026-05-28T21:43:17.859Z Downloaded untrusted v0.7.1
11202026-05-28T21:43:17.862Z Downloaded universal-hash v0.5.1
11212026-05-28T21:43:17.862Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11222026-05-28T21:43:17.862Z Downloaded itertools v0.12.1
11232026-05-28T21:43:17.866Z Downloaded tokio-rustls v0.25.0
11242026-05-28T21:43:17.869Z Downloaded thread_local v1.1.9
11252026-05-28T21:43:17.869Z Downloaded term v1.2.1
11262026-05-28T21:43:17.872Z Downloaded tokio-tungstenite v0.23.1
11272026-05-28T21:43:17.872Z Downloaded tokio-tungstenite v0.21.0
11282026-05-28T21:43:17.875Z Downloaded rand v0.9.2
11292026-05-28T21:43:17.877Z Downloaded hyper v1.8.1
11302026-05-28T21:43:17.880Z Downloaded term v0.7.0
11312026-05-28T21:43:17.883Z Downloaded num-bigint v0.4.6
11322026-05-28T21:43:17.886Z Downloaded rsa v0.9.10
11332026-05-28T21:43:17.888Z Downloaded unit-prefix v0.5.2
11342026-05-28T21:43:17.891Z Downloaded unarray v0.1.4
11352026-05-28T21:43:17.895Z Downloaded toml_writer v1.0.6+spec-1.1.0
11362026-05-28T21:43:17.898Z Downloaded void v1.0.2
11372026-05-28T21:43:17.898Z Downloaded num-bigint-dig v0.8.6
11382026-05-28T21:43:17.902Z Downloaded wait-timeout v0.2.1
11392026-05-28T21:43:17.903Z Downloaded rand v0.10.0
11402026-05-28T21:43:17.907Z Downloaded tokio-rustls v0.24.1
11412026-05-28T21:43:17.912Z Downloaded subprocess v0.2.15
11422026-05-28T21:43:17.950Z Downloaded utf-8 v0.7.6
11432026-05-28T21:43:17.950Z Downloaded usdt-macro v0.6.0
11442026-05-28T21:43:17.950Z Downloaded rustls-webpki v0.103.9
11452026-05-28T21:43:17.950Z Downloaded tokio-stream v0.1.18
11462026-05-28T21:43:17.998Z Downloaded untrusted v0.9.0
11472026-05-28T21:43:17.998Z Downloaded waitgroup v0.1.2
11482026-05-28T21:43:17.998Z Downloaded hashbrown v0.16.1
11492026-05-28T21:43:17.998Z Downloaded xshell-macros v0.2.7
11502026-05-28T21:43:17.998Z Downloaded xattr v1.6.1
11512026-05-28T21:43:17.998Z Downloaded unicase v2.9.0
11522026-05-28T21:43:17.998Z Downloaded itertools v0.13.0
11532026-05-28T21:43:17.998Z Downloaded h2 v0.4.13
11542026-05-28T21:43:17.998Z Downloaded uzers v0.12.2
11552026-05-28T21:43:17.998Z Downloaded vergen-gitcl v1.0.8
11562026-05-28T21:43:17.998Z Downloaded tokio-rustls v0.26.4
11572026-05-28T21:43:17.998Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11582026-05-28T21:43:17.999Z Downloaded schemars v1.2.1
11592026-05-28T21:43:17.999Z Downloaded zone_cfg_derive v0.3.1
11602026-05-28T21:43:17.999Z Downloaded zone v0.3.1
11612026-05-28T21:43:17.999Z Downloaded zeroize_derive v1.4.3
11622026-05-28T21:43:17.999Z Downloaded vergen-lib v0.1.6
11632026-05-28T21:43:18.000Z Downloaded itertools v0.14.0
11642026-05-28T21:43:18.000Z Downloaded test-strategy v0.4.5
11652026-05-28T21:43:18.000Z Downloaded socket2 v0.6.3
11662026-05-28T21:43:18.000Z Downloaded tinyvec v1.10.0
11672026-05-28T21:43:18.001Z Downloaded socket2 v0.5.10
11682026-05-28T21:43:18.001Z Downloaded snafu v0.8.9
11692026-05-28T21:43:18.043Z Downloaded want v0.3.1
11702026-05-28T21:43:18.043Z Downloaded vsss-rs v3.3.4
11712026-05-28T21:43:18.044Z Downloaded iddqd v0.4.1
11722026-05-28T21:43:18.044Z Downloaded twox-hash v2.1.2
11732026-05-28T21:43:18.044Z Downloaded tui-tree-widget v0.23.1
11742026-05-28T21:43:18.044Z Downloaded libm v0.2.16
11752026-05-28T21:43:18.044Z Downloaded tls_codec v0.4.2
11762026-05-28T21:43:18.044Z Downloaded hkdf v0.12.4
11772026-05-28T21:43:18.044Z Downloaded unicode-properties v0.1.4
11782026-05-28T21:43:18.044Z Downloaded whoami v1.6.1
11792026-05-28T21:43:18.045Z Downloaded wyz v0.5.1
11802026-05-28T21:43:18.045Z Downloaded p521 v0.13.3
11812026-05-28T21:43:18.045Z Downloaded walkdir v2.5.0
11822026-05-28T21:43:18.045Z Downloaded vergen-git2 v1.0.7
11832026-05-28T21:43:18.045Z Downloaded aho-corasick v1.1.4
11842026-05-28T21:43:18.045Z Downloaded tracing-attributes v0.1.31
11852026-05-28T21:43:18.046Z Downloaded toml_parser v1.0.9+spec-1.1.0
11862026-05-28T21:43:18.046Z Downloaded usdt-impl v0.6.0
11872026-05-28T21:43:18.046Z Downloaded toml v0.7.8
11882026-05-28T21:43:18.046Z Downloaded toml v1.0.6+spec-1.1.0
11892026-05-28T21:43:18.046Z Downloaded toml v0.9.12+spec-1.1.0
11902026-05-28T21:43:18.046Z Downloaded zeroize v1.8.2
11912026-05-28T21:43:18.046Z Downloaded tar v0.4.45
11922026-05-28T21:43:18.046Z Downloaded russh v0.45.0
11932026-05-28T21:43:18.115Z Downloaded iri-string v0.7.10
11942026-05-28T21:43:18.115Z Downloaded schemars v0.9.0
11952026-05-28T21:43:18.115Z Downloaded samael v0.0.19
11962026-05-28T21:43:18.115Z Downloaded zstd-safe v7.2.4
11972026-05-28T21:43:18.115Z Downloaded tungstenite v0.21.0
11982026-05-28T21:43:18.115Z Downloaded steno v0.4.1
11992026-05-28T21:43:18.115Z Downloaded typify v0.6.2
12002026-05-28T21:43:18.115Z Downloaded tracing-core v0.1.36
12012026-05-28T21:43:18.115Z Downloaded vergen v9.0.6
12022026-05-28T21:43:18.115Z Downloaded tungstenite v0.23.0
12032026-05-28T21:43:18.115Z Downloaded unicode-bidi v0.3.18
12042026-05-28T21:43:18.115Z Downloaded whoami v2.1.0
12052026-05-28T21:43:18.115Z Downloaded typify v0.4.3
12062026-05-28T21:43:18.115Z Downloaded unsafe-libyaml v0.2.11
12072026-05-28T21:43:18.115Z Downloaded xshell v0.2.7
12082026-05-28T21:43:18.115Z Downloaded toml_edit v0.23.10+spec-1.0.0
12092026-05-28T21:43:18.115Z Downloaded zerocopy v0.6.6
12102026-05-28T21:43:18.115Z Downloaded yasna v0.5.2
12112026-05-28T21:43:18.115Z Downloaded rpassword v7.4.0
12122026-05-28T21:43:18.115Z Downloaded zstd v0.13.3
12132026-05-28T21:43:18.149Z Downloaded vte v0.14.1
12142026-05-28T21:43:18.149Z Downloaded uuid v1.23.0
12152026-05-28T21:43:18.149Z Downloaded blake3 v1.8.3
12162026-05-28T21:43:18.149Z Downloaded bitvec v1.0.1
12172026-05-28T21:43:18.149Z Downloaded rustyline v14.0.0
12182026-05-28T21:43:18.149Z Downloaded toml_edit v0.19.15
12192026-05-28T21:43:18.149Z Downloaded ssh-key v0.6.7
12202026-05-28T21:43:18.150Z Downloaded tokio-postgres v0.7.16
12212026-05-28T21:43:18.180Z Downloaded yansi v1.0.1
12222026-05-28T21:43:18.180Z Downloaded reedline v0.40.0
12232026-05-28T21:43:18.180Z Downloaded p384 v0.13.1
12242026-05-28T21:43:18.180Z Downloaded zip v0.6.6
12252026-05-28T21:43:18.180Z Downloaded unicode_categories v0.1.1
12262026-05-28T21:43:18.180Z Downloaded reqwest v0.12.28
12272026-05-28T21:43:18.180Z Downloaded reqwest v0.13.2
12282026-05-28T21:43:18.180Z Downloaded git2 v0.20.4
12292026-05-28T21:43:18.181Z Downloaded portable-atomic v1.13.1
12302026-05-28T21:43:18.232Z Downloaded zopfli v0.8.3
12312026-05-28T21:43:18.233Z Downloaded tower v0.5.3
12322026-05-28T21:43:18.233Z Downloaded typed-path v0.9.3
12332026-05-28T21:43:18.233Z Downloaded bindgen v0.71.1
12342026-05-28T21:43:18.233Z Downloaded quick-xml v0.37.5
12352026-05-28T21:43:18.233Z Downloaded lalrpop v0.19.12
12362026-05-28T21:43:18.233Z Downloaded regex v1.12.3
12372026-05-28T21:43:18.291Z Downloaded chrono v0.4.44
12382026-05-28T21:43:18.291Z Downloaded x509-cert v0.2.5
12392026-05-28T21:43:18.291Z Downloaded unicode-segmentation v1.12.0
12402026-05-28T21:43:18.291Z Downloaded moka v0.12.13
12412026-05-28T21:43:18.291Z Downloaded zerocopy-derive v0.8.40
12422026-05-28T21:43:18.291Z Downloaded tokio-util v0.7.18
12432026-05-28T21:43:18.291Z Downloaded tough v0.22.0
12442026-05-28T21:43:18.341Z Downloaded serde_with v3.17.0
12452026-05-28T21:43:18.341Z Downloaded salty v0.3.0
12462026-05-28T21:43:18.341Z Downloaded unicode-normalization v0.1.25
12472026-05-28T21:43:18.341Z Downloaded rayon v1.11.0
12482026-05-28T21:43:18.341Z Downloaded proptest v1.10.0
12492026-05-28T21:43:18.341Z Downloaded rustls-webpki v0.102.8
12502026-05-28T21:43:18.341Z Downloaded zip v4.6.1
12512026-05-28T21:43:18.342Z Downloaded rustls-webpki v0.101.7
12522026-05-28T21:43:18.342Z Downloaded nix v0.27.1
12532026-05-28T21:43:18.342Z Downloaded tower-http v0.6.8
12542026-05-28T21:43:18.342Z Downloaded goblin v0.10.5
12552026-05-28T21:43:18.342Z Downloaded object v0.30.4
12562026-05-28T21:43:18.403Z Downloaded quinn-proto v0.11.13
12572026-05-28T21:43:18.403Z Downloaded winnow v0.6.26
12582026-05-28T21:43:18.403Z Downloaded petname v2.0.2
12592026-05-28T21:43:18.403Z Downloaded curve25519-dalek v4.1.3
12602026-05-28T21:43:18.403Z Downloaded dropshot v0.17.0
12612026-05-28T21:43:18.403Z Downloaded smoltcp v0.9.1
12622026-05-28T21:43:18.458Z Downloaded dropshot v0.16.7
12632026-05-28T21:43:18.458Z Downloaded winnow v0.5.40
12642026-05-28T21:43:18.458Z Downloaded object v0.37.3
12652026-05-28T21:43:18.458Z Downloaded vcpkg v0.2.15
12662026-05-28T21:43:18.458Z Downloaded radix_trie v0.2.1
12672026-05-28T21:43:18.458Z Downloaded regex-syntax v0.6.29
12682026-05-28T21:43:18.493Z Downloaded polar-core v0.27.3
12692026-05-28T21:43:18.493Z Downloaded bstr v1.12.1
12702026-05-28T21:43:18.493Z Downloaded tabled v0.20.0
12712026-05-28T21:43:18.493Z Downloaded smoltcp v0.11.0
12722026-05-28T21:43:18.493Z Downloaded regress v0.11.1
12732026-05-28T21:43:18.493Z Downloaded rustls v0.21.12
12742026-05-28T21:43:18.493Z Downloaded regex-syntax v0.8.10
12752026-05-28T21:43:18.493Z Downloaded nix v0.29.0
12762026-05-28T21:43:18.493Z Downloaded zlib-rs v0.6.2
12772026-05-28T21:43:18.493Z Downloaded time v0.3.47
12782026-05-28T21:43:18.552Z Downloaded nix v0.31.2
12792026-05-28T21:43:18.553Z Downloaded sqlparser v0.61.0
12802026-05-28T21:43:18.553Z Downloaded nix v0.28.0
12812026-05-28T21:43:18.553Z Downloaded diesel v2.3.7
12822026-05-28T21:43:18.553Z Downloaded regress v0.10.5
12832026-05-28T21:43:18.553Z Downloaded sled v0.34.7
12842026-05-28T21:43:18.553Z Downloaded webpki-roots v1.0.6
12852026-05-28T21:43:18.622Z Downloaded hickory-proto v0.25.2
12862026-05-28T21:43:18.622Z Downloaded tracing v0.1.44
12872026-05-28T21:43:18.622Z Downloaded openapiv3 v2.2.0
12882026-05-28T21:43:18.622Z Downloaded hickory-proto v0.24.4
12892026-05-28T21:43:18.622Z Downloaded rustls v0.22.4
12902026-05-28T21:43:18.622Z Downloaded zerocopy v0.8.40
12912026-05-28T21:43:18.622Z Downloaded ratatui v0.29.0
12922026-05-28T21:43:18.622Z Downloaded openssl v0.10.79
12932026-05-28T21:43:18.670Z Downloaded petgraph v0.6.5
12942026-05-28T21:43:18.670Z Downloaded rustls v0.23.37
12952026-05-28T21:43:18.670Z Downloaded rustix v0.38.44
12962026-05-28T21:43:18.670Z Downloaded jiff v0.2.21
12972026-05-28T21:43:18.670Z Downloaded csv v1.4.0
12982026-05-28T21:43:18.708Z Downloaded encoding_rs v0.8.35
12992026-05-28T21:43:18.745Z Downloaded typify-impl v0.6.2
13002026-05-28T21:43:18.794Z Downloaded typify-impl v0.4.3
13012026-05-28T21:43:18.835Z Downloaded bzip2-sys v0.1.13+1.0.8
13022026-05-28T21:43:18.835Z Downloaded zerocopy-derive v0.6.6
13032026-05-28T21:43:18.835Z Downloaded regex-automata v0.4.14
13042026-05-28T21:43:18.877Z Downloaded chrono-tz v0.10.4
13052026-05-28T21:43:18.905Z Downloaded petgraph v0.8.3
13062026-05-28T21:43:18.905Z Downloaded libz-sys v1.1.24
13072026-05-28T21:43:18.918Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13082026-05-28T21:43:18.919Z Downloaded sha3 v0.10.8
13092026-05-28T21:43:18.929Z Downloaded tokio v1.52.1
13102026-05-28T21:43:19.032Z Downloaded ring v0.17.14
13112026-05-28T21:43:19.073Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-28T21:43:19.566Z Downloaded aws-lc-sys v0.40.0
13132026-05-28T21:43:19.816Z Compiling libc v0.2.185
13142026-05-28T21:43:19.816Z Compiling serde v1.0.228
13152026-05-28T21:43:19.819Z Compiling log v0.4.29
13162026-05-28T21:43:19.820Z Compiling shlex v1.3.0
13172026-05-28T21:43:19.980Z Compiling find-msvc-tools v0.1.9
13182026-05-28T21:43:19.991Z Compiling syn v2.0.117
13192026-05-28T21:43:19.994Z Compiling smallvec v1.15.1
13202026-05-28T21:43:19.994Z Compiling typenum v1.19.0
13212026-05-28T21:43:20.148Z Compiling generic-array v0.14.7
13222026-05-28T21:43:20.161Z Compiling subtle v2.6.1
13232026-05-28T21:43:20.190Z Compiling scopeguard v1.2.0
13242026-05-28T21:43:20.242Z Compiling const-oid v0.9.6
13252026-05-28T21:43:20.274Z Compiling lock_api v0.4.14
13262026-05-28T21:43:20.293Z Compiling serde_json v1.0.149
13272026-05-28T21:43:20.332Z Compiling zerocopy v0.8.40
13282026-05-28T21:43:20.386Z Compiling pin-project-lite v0.2.17
13292026-05-28T21:43:20.486Z Compiling portable-atomic v1.13.1
13302026-05-28T21:43:20.500Z Compiling parking_lot_core v0.9.12
13312026-05-28T21:43:20.749Z Compiling pkg-config v0.3.32
13322026-05-28T21:43:20.762Z Compiling bitflags v2.11.0
13332026-05-28T21:43:20.837Z Compiling getrandom v0.2.17
13342026-05-28T21:43:20.916Z Compiling jobserver v0.1.34
13352026-05-28T21:43:20.935Z Compiling errno v0.3.14
13362026-05-28T21:43:20.984Z Compiling rand_core v0.6.4
13372026-05-28T21:43:21.061Z Compiling signal-hook-registry v1.4.8
13382026-05-28T21:43:21.255Z Compiling cc v1.2.56
13392026-05-28T21:43:21.282Z Compiling futures-core v0.3.32
13402026-05-28T21:43:21.295Z Compiling libm v0.2.16
13412026-05-28T21:43:21.325Z Compiling critical-section v1.2.0
13422026-05-28T21:43:21.358Z Compiling parking_lot v0.12.5
13432026-05-28T21:43:21.430Z Compiling once_cell v1.21.3
13442026-05-28T21:43:21.430Z Compiling mio v1.2.0
13452026-05-28T21:43:21.491Z Compiling num-traits v0.2.19
13462026-05-28T21:43:21.628Z Compiling percent-encoding v2.3.2
13472026-05-28T21:43:21.667Z Compiling socket2 v0.6.3
13482026-05-28T21:43:21.743Z Compiling futures-sink v0.3.32
13492026-05-28T21:43:21.813Z Compiling futures-io v0.3.32
13502026-05-28T21:43:21.825Z Compiling futures-channel v0.3.32
13512026-05-28T21:43:21.838Z Compiling cpufeatures v0.2.17
13522026-05-28T21:43:21.885Z Compiling slab v0.4.12
13532026-05-28T21:43:21.909Z Compiling getrandom v0.4.1
13542026-05-28T21:43:21.953Z Compiling futures-task v0.3.32
13552026-05-28T21:43:22.044Z Compiling rand_core v0.10.0
13562026-05-28T21:43:22.044Z Compiling indexmap v2.14.0
13572026-05-28T21:43:22.071Z Compiling rustversion v1.0.22
13582026-05-28T21:43:22.134Z Compiling getrandom v0.3.4
13592026-05-28T21:43:22.226Z Compiling cmake v0.1.57
13602026-05-28T21:43:22.535Z Compiling form_urlencoded v1.2.2
13612026-05-28T21:43:22.619Z Compiling fs_extra v1.3.0
13622026-05-28T21:43:22.706Z Compiling synstructure v0.13.2
13632026-05-28T21:43:22.711Z Compiling dunce v1.0.5
13642026-05-28T21:43:22.852Z Compiling ident_case v1.0.1
13652026-05-28T21:43:22.857Z Compiling base64ct v1.8.3
13662026-05-28T21:43:22.947Z Compiling aws-lc-sys v0.40.0
13672026-05-28T21:43:22.978Z Compiling flagset v0.4.7
13682026-05-28T21:43:23.110Z Compiling pem-rfc7468 v0.7.0
13692026-05-28T21:43:23.139Z Compiling rustix v1.1.3
13702026-05-28T21:43:23.155Z Compiling regex-syntax v0.8.10
13712026-05-28T21:43:23.172Z Compiling iana-time-zone v0.1.65
13722026-05-28T21:43:23.384Z Compiling rand_core v0.9.5
13732026-05-28T21:43:23.420Z Compiling ring v0.17.14
13742026-05-28T21:43:23.431Z Compiling vcpkg v0.2.15
13752026-05-28T21:43:23.449Z Compiling aws-lc-rs v1.16.3
13762026-05-28T21:43:23.666Z Compiling uuid v1.23.0
13772026-05-28T21:43:23.748Z Compiling rustc_version v0.4.1
13782026-05-28T21:43:24.095Z Compiling tracing-core v0.1.36
13792026-05-28T21:43:24.168Z Compiling openssl-sys v0.9.115
13802026-05-28T21:43:24.388Z Compiling base64 v0.22.1
13812026-05-28T21:43:24.579Z Compiling serde_derive v1.0.228
13822026-05-28T21:43:24.645Z Compiling zeroize_derive v1.4.3
13832026-05-28T21:43:24.703Z Compiling zerofrom-derive v0.1.6
13842026-05-28T21:43:24.717Z Compiling yoke-derive v0.8.1
13852026-05-28T21:43:24.903Z Compiling zerovec-derive v0.11.2
13862026-05-28T21:43:25.299Z Compiling zeroize v1.8.2
13872026-05-28T21:43:25.550Z Compiling zerocopy-derive v0.8.40
13882026-05-28T21:43:25.885Z Compiling displaydoc v0.2.5
13892026-05-28T21:43:26.051Z Compiling crypto-common v0.1.7
13902026-05-28T21:43:26.073Z Compiling block-buffer v0.10.4
13912026-05-28T21:43:26.133Z Compiling zerofrom v0.1.6
13922026-05-28T21:43:26.197Z Compiling digest v0.10.7
13932026-05-28T21:43:26.240Z Compiling yoke v0.8.1
13942026-05-28T21:43:26.256Z Compiling tokio-macros v2.7.0
13952026-05-28T21:43:26.429Z Compiling zerovec v0.11.5
13962026-05-28T21:43:26.449Z Compiling futures-macro v0.3.32
13972026-05-28T21:43:26.634Z Compiling zerotrie v0.2.3
13982026-05-28T21:43:26.922Z Compiling tinystr v0.8.2
13992026-05-28T21:43:26.936Z Compiling potential_utf v0.1.4
14002026-05-28T21:43:26.973Z Compiling hmac v0.12.1
14012026-05-28T21:43:27.089Z Compiling icu_locale_core v2.1.1
14022026-05-28T21:43:27.116Z Compiling icu_collections v2.1.1
14032026-05-28T21:43:27.131Z Compiling block-padding v0.3.3
14042026-05-28T21:43:27.230Z Compiling futures-util v0.3.32
14052026-05-28T21:43:27.282Z Compiling inout v0.1.4
14062026-05-28T21:43:27.451Z Compiling cipher v0.4.4
14072026-05-28T21:43:27.582Z Compiling sha2 v0.10.9
14082026-05-28T21:43:27.709Z Compiling icu_provider v2.1.1
14092026-05-28T21:43:28.025Z Compiling bytes v1.11.1
14102026-05-28T21:43:28.028Z Compiling icu_normalizer v2.1.1
14112026-05-28T21:43:28.085Z Compiling icu_properties v2.1.2
14122026-05-28T21:43:28.102Z Compiling der_derive v0.7.3
14132026-05-28T21:43:28.588Z Compiling tokio v1.52.1
14142026-05-28T21:43:28.670Z Compiling http v1.4.0
14152026-05-28T21:43:29.032Z Compiling idna_adapter v1.2.1
14162026-05-28T21:43:29.074Z Compiling der v0.7.10
14172026-05-28T21:43:29.176Z Compiling idna v1.1.0
14182026-05-28T21:43:29.201Z Compiling chrono v0.4.44
14192026-05-28T21:43:29.569Z Compiling url v2.5.8
14202026-05-28T21:43:29.583Z Compiling salsa20 v0.10.2
14212026-05-28T21:43:29.722Z Compiling pbkdf2 v0.12.2
14222026-05-28T21:43:29.812Z Compiling rustls-pki-types v1.14.0
14232026-05-28T21:43:29.838Z Compiling ppv-lite86 v0.2.21
14242026-05-28T21:43:30.009Z Compiling spki v0.7.3
14252026-05-28T21:43:30.158Z Compiling thiserror-impl v2.0.18
14262026-05-28T21:43:30.214Z Compiling tracing-attributes v0.1.31
14272026-05-28T21:43:30.251Z Compiling rand_chacha v0.9.0
14282026-05-28T21:43:30.266Z Compiling scrypt v0.11.0
14292026-05-28T21:43:30.336Z Compiling http-body v1.0.1
14302026-05-28T21:43:30.489Z Compiling aes v0.8.4
14312026-05-28T21:43:30.510Z Compiling cbc v0.1.2
14322026-05-28T21:43:30.613Z Compiling untrusted v0.9.0
14332026-05-28T21:43:30.655Z Compiling httparse v1.10.1
14342026-05-28T21:43:30.732Z Compiling untrusted v0.7.1
14352026-05-28T21:43:30.856Z Compiling openssl-probe v0.2.1
14362026-05-28T21:43:30.933Z Compiling tinyvec_macros v0.1.1
14372026-05-28T21:43:31.004Z Compiling tinyvec v1.10.0
14382026-05-28T21:43:31.028Z Compiling pkcs5 v0.7.1
14392026-05-28T21:43:31.339Z Compiling pest_generator v2.8.6
14402026-05-28T21:43:31.459Z Compiling thiserror v2.0.18
14412026-05-28T21:43:31.500Z Compiling tracing v0.1.44
14422026-05-28T21:43:31.500Z Compiling rand v0.9.2
14432026-05-28T21:43:31.527Z Compiling serde_derive_internals v0.29.1
14442026-05-28T21:43:31.561Z Compiling aho-corasick v1.1.4
14452026-05-28T21:43:31.761Z Compiling tower-layer v0.3.3
14462026-05-28T21:43:31.925Z Compiling rustls v0.23.37
14472026-05-28T21:43:32.025Z Compiling try-lock v0.2.5
14482026-05-28T21:43:32.091Z Compiling atomic-waker v1.1.2
14492026-05-28T21:43:32.135Z Compiling dyn-clone v1.0.20
14502026-05-28T21:43:32.215Z Compiling schemars v0.8.22
14512026-05-28T21:43:32.274Z Compiling tokio-util v0.7.18
14522026-05-28T21:43:32.288Z Compiling tower-service v0.3.3
14532026-05-28T21:43:32.381Z Compiling regex-automata v0.4.14
14542026-05-28T21:43:32.404Z Compiling schemars_derive v0.8.22
14552026-05-28T21:43:32.435Z Compiling want v0.3.1
14562026-05-28T21:43:32.599Z Compiling pest_derive v2.8.6
14572026-05-28T21:43:32.785Z Compiling pkcs8 v0.10.2
14582026-05-28T21:43:33.067Z Compiling h2 v0.4.13
14592026-05-28T21:43:33.234Z Compiling ipnet v2.11.0
14602026-05-28T21:43:33.319Z Compiling scroll_derive v0.13.1
14612026-05-28T21:43:33.391Z Compiling darling_core v0.20.11
14622026-05-28T21:43:33.651Z Compiling foreign-types-shared v0.1.1
14632026-05-28T21:43:33.736Z Compiling openssl v0.10.79
14642026-05-28T21:43:33.752Z Compiling pin-utils v0.1.0
14652026-05-28T21:43:33.825Z Compiling httpdate v1.0.3
14662026-05-28T21:43:33.986Z Compiling tempfile v3.25.0
14672026-05-28T21:43:34.042Z Compiling foreign-types v0.3.2
14682026-05-28T21:43:34.128Z Compiling scroll v0.13.0
14692026-05-28T21:43:34.245Z Compiling unicode-normalization v0.1.25
14702026-05-28T21:43:34.386Z Compiling openssl-macros v0.1.1
14712026-05-28T21:43:34.697Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-28T21:43:34.763Z Compiling spin v0.9.8
14732026-05-28T21:43:34.767Z Compiling num-conv v0.2.0
14742026-05-28T21:43:34.905Z Compiling native-tls v0.2.18
14752026-05-28T21:43:34.970Z Compiling time-core v0.1.8
14762026-05-28T21:43:35.074Z Compiling crc32fast v1.5.0
14772026-05-28T21:43:35.107Z Compiling powerfmt v0.2.0
14782026-05-28T21:43:35.121Z Compiling time-macros v0.2.27
14792026-05-28T21:43:35.308Z Compiling deranged v0.5.8
14802026-05-28T21:43:35.660Z Compiling darling_macro v0.20.11
14812026-05-28T21:43:36.120Z Compiling hyper v1.8.1
14822026-05-28T21:43:36.161Z Compiling darling v0.20.11
14832026-05-28T21:43:36.241Z Compiling goblin v0.10.5
14842026-05-28T21:43:36.266Z Compiling rustls-native-certs v0.8.3
14852026-05-28T21:43:36.462Z Compiling sync_wrapper v1.0.2
14862026-05-28T21:43:36.552Z Compiling wait-timeout v0.2.1
14872026-05-28T21:43:36.569Z Compiling bit-vec v0.8.0
14882026-05-28T21:43:36.801Z Compiling simd-adler32 v0.3.8
14892026-05-28T21:43:36.815Z Compiling num_threads v0.1.7
14902026-05-28T21:43:36.912Z Compiling quick-error v1.2.3
14912026-05-28T21:43:36.962Z Compiling siphasher v1.0.2
14922026-05-28T21:43:37.018Z Compiling crossbeam-utils v0.8.21
14932026-05-28T21:43:37.039Z Compiling usdt-impl v0.6.0
14942026-05-28T21:43:37.143Z Compiling syn v1.0.109
14952026-05-28T21:43:37.239Z Compiling hyper-util v0.1.20
14962026-05-28T21:43:37.336Z Compiling rusty-fork v0.3.1
14972026-05-28T21:43:37.490Z Compiling time v0.3.47
14982026-05-28T21:43:37.667Z Compiling bit-set v0.8.0
14992026-05-28T21:43:37.868Z Compiling tower v0.5.3
15002026-05-28T21:43:38.015Z Compiling derive_builder_core v0.20.2
15012026-05-28T21:43:38.450Z Compiling dtrace-parser v0.3.0
15022026-05-28T21:43:38.539Z Compiling http-body-util v0.1.3
15032026-05-28T21:43:38.790Z Compiling webpki-roots v1.0.6
15042026-05-28T21:43:38.900Z Compiling signature v2.2.0
15052026-05-28T21:43:38.916Z Compiling thiserror-impl v1.0.69
15062026-05-28T21:43:38.979Z Compiling dof v0.4.0
15072026-05-28T21:43:39.083Z Compiling scroll_derive v0.12.1
15082026-05-28T21:43:39.149Z Compiling heapless v0.7.17
15092026-05-28T21:43:39.205Z Compiling rand_xorshift v0.4.0
15102026-05-28T21:43:39.367Z Compiling slog v2.8.2
15112026-05-28T21:43:39.385Z Compiling darling_core v0.21.3
15122026-05-28T21:43:39.547Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-05-28T21:43:39.741Z Compiling thread-id v5.1.0
15142026-05-28T21:43:39.816Z Compiling cookie v0.18.1
15152026-05-28T21:43:39.829Z Compiling paste v1.0.15
15162026-05-28T21:43:39.993Z Compiling signal-hook v0.3.18
15172026-05-28T21:43:40.089Z Compiling allocator-api2 v0.2.21
15182026-05-28T21:43:40.131Z Compiling unicode-bidi v0.3.18
15192026-05-28T21:43:40.154Z Compiling iri-string v0.7.10
15202026-05-28T21:43:40.169Z Compiling unarray v0.1.4
15212026-05-28T21:43:40.275Z Compiling anyhow v1.0.102
15222026-05-28T21:43:40.418Z Compiling unicode-properties v0.1.4
15232026-05-28T21:43:40.482Z Compiling adler2 v2.0.1
15242026-05-28T21:43:40.576Z Compiling zstd-safe v7.2.4
15252026-05-28T21:43:40.612Z Compiling ryu v1.0.23
15262026-05-28T21:43:40.650Z Compiling miniz_oxide v0.8.9
15272026-05-28T21:43:40.763Z Compiling serde_urlencoded v0.7.1
15282026-05-28T21:43:40.788Z Compiling stringprep v0.1.5
15292026-05-28T21:43:40.831Z Compiling proptest v1.10.0
15302026-05-28T21:43:41.025Z Compiling thiserror v1.0.69
15312026-05-28T21:43:41.248Z Compiling scroll v0.12.0
15322026-05-28T21:43:41.502Z Compiling tower-http v0.6.8
15332026-05-28T21:43:41.690Z Compiling derive_builder_macro v0.20.2
15342026-05-28T21:43:41.794Z Compiling tokio-native-tls v0.3.1
15352026-05-28T21:43:41.834Z Compiling darling_macro v0.21.3
15362026-05-28T21:43:41.972Z Compiling ipnetwork v0.21.1
15372026-05-28T21:43:42.018Z Compiling bstr v1.12.1
15382026-05-28T21:43:42.128Z Compiling rand_chacha v0.3.1
15392026-05-28T21:43:42.302Z Compiling erased-serde v0.3.31
15402026-05-28T21:43:42.363Z Compiling toml_datetime v0.6.11
15412026-05-28T21:43:42.436Z Compiling serde_spanned v0.6.9
15422026-05-28T21:43:42.584Z Compiling serde_tokenstream v0.2.3
15432026-05-28T21:43:42.619Z Compiling md-5 v0.10.6
15442026-05-28T21:43:42.664Z Compiling zerocopy-derive v0.7.35
15452026-05-28T21:43:42.831Z Compiling async-trait v0.1.89
15462026-05-28T21:43:42.846Z Compiling pin-project-internal v1.1.11
15472026-05-28T21:43:42.946Z Compiling curve25519-dalek v4.1.3
15482026-05-28T21:43:42.983Z Compiling vergen-lib v0.1.6
15492026-05-28T21:43:43.167Z Compiling num-integer v0.1.46
15502026-05-28T21:43:43.284Z Compiling hash32 v0.2.1
15512026-05-28T21:43:43.481Z Compiling ff v0.13.1
15522026-05-28T21:43:43.496Z Compiling memoffset v0.9.1
15532026-05-28T21:43:43.571Z Compiling litrs v1.0.0
15542026-05-28T21:43:43.620Z Compiling num-bigint-dig v0.8.6
15552026-05-28T21:43:43.687Z Compiling psl-types v2.0.11
15562026-05-28T21:43:43.809Z Compiling ref-cast v1.0.25
15572026-05-28T21:43:43.823Z Compiling cfg_aliases v0.2.1
15582026-05-28T21:43:43.855Z Compiling zlib-rs v0.6.2
15592026-05-28T21:43:43.899Z Compiling base16ct v0.2.0
15602026-05-28T21:43:43.965Z Compiling smoltcp v0.9.1
15612026-05-28T21:43:44.083Z Compiling fallible-iterator v0.2.0
15622026-05-28T21:43:44.099Z Compiling rustix v0.38.44
15632026-05-28T21:43:44.156Z Compiling document-features v0.2.12
15642026-05-28T21:43:44.317Z Compiling sec1 v0.7.3
15652026-05-28T21:43:44.388Z Compiling postgres-protocol v0.6.10
15662026-05-28T21:43:44.527Z Compiling pin-project v1.1.11
15672026-05-28T21:43:44.589Z Compiling nix v0.31.2
15682026-05-28T21:43:44.648Z Compiling publicsuffix v2.3.0
15692026-05-28T21:43:44.816Z Compiling group v0.13.0
15702026-05-28T21:43:44.835Z Compiling zerocopy v0.7.35
15712026-05-28T21:43:44.956Z Compiling num-iter v0.1.45
15722026-05-28T21:43:45.080Z Compiling newtype-uuid v1.3.2
15732026-05-28T21:43:45.370Z Compiling rand v0.8.6
15742026-05-28T21:43:45.385Z Compiling darling v0.21.3
15752026-05-28T21:43:45.399Z Compiling oxnet v0.1.4
15762026-05-28T21:43:45.462Z Compiling derive_builder v0.20.2
15772026-05-28T21:43:45.683Z Compiling hyper-tls v0.6.0
15782026-05-28T21:43:45.697Z Compiling goblin v0.8.2
15792026-05-28T21:43:45.751Z Compiling hubpack_derive v0.1.1
15802026-05-28T21:43:46.302Z Compiling phf_shared v0.13.1
15812026-05-28T21:43:46.400Z Compiling lazy_static v1.5.0
15822026-05-28T21:43:46.481Z Compiling regex v1.12.3
15832026-05-28T21:43:46.497Z Compiling futures-executor v0.3.32
15842026-05-28T21:43:46.551Z Compiling cargo-platform v0.1.9
15852026-05-28T21:43:46.574Z Compiling hex v0.4.3
15862026-05-28T21:43:46.772Z Compiling flate2 v1.1.9
15872026-05-28T21:43:46.811Z Compiling hkdf v0.12.4
15882026-05-28T21:43:46.841Z Compiling crypto-bigint v0.5.5
15892026-05-28T21:43:46.901Z Compiling terminal_size v0.4.3
15902026-05-28T21:43:46.978Z Compiling curve25519-dalek-derive v0.1.1
15912026-05-28T21:43:47.026Z Compiling snafu-derive v0.8.9
15922026-05-28T21:43:47.040Z Compiling daft-derive v0.1.7
15932026-05-28T21:43:47.180Z Compiling strum_macros v0.27.2
15942026-05-28T21:43:47.615Z Compiling ref-cast-impl v1.0.25
15952026-05-28T21:43:47.758Z Compiling vergen v9.0.6
15962026-05-28T21:43:47.974Z Compiling fs-err v3.3.0
15972026-05-28T21:43:48.168Z Compiling ahash v0.8.12
15982026-05-28T21:43:48.221Z Compiling encoding_rs v0.8.35
15992026-05-28T21:43:48.369Z Compiling mime v0.3.17
16002026-05-28T21:43:48.629Z Compiling bitflags v1.3.2
16012026-05-28T21:43:48.708Z Compiling object v0.37.3
16022026-05-28T21:43:48.934Z Compiling libbz2-rs-sys v0.2.2
16032026-05-28T21:43:48.978Z Compiling winnow v0.5.40
16042026-05-28T21:43:49.020Z Compiling unicode-segmentation v1.12.0
16052026-05-28T21:43:49.205Z Compiling foldhash v0.1.5
16062026-05-28T21:43:49.227Z Compiling same-file v1.0.6
16072026-05-28T21:43:49.375Z Compiling foldhash v0.2.0
16082026-05-28T21:43:49.389Z Compiling managed v0.8.0
16092026-05-28T21:43:49.405Z Compiling bumpalo v3.20.2
16102026-05-28T21:43:49.596Z Compiling zopfli v0.8.3
16112026-05-28T21:43:49.622Z Compiling hashbrown v0.16.1
16122026-05-28T21:43:49.649Z Compiling bzip2 v0.6.1
16132026-05-28T21:43:49.756Z Compiling walkdir v2.5.0
16142026-05-28T21:43:49.858Z Compiling hashbrown v0.15.5
16152026-05-28T21:43:50.063Z Compiling strum v0.27.2
16162026-05-28T21:43:50.190Z Compiling snafu v0.8.9
16172026-05-28T21:43:50.239Z Compiling toml_edit v0.19.15
16182026-05-28T21:43:50.252Z Compiling clap_builder v4.5.60
16192026-05-28T21:43:50.447Z Compiling dof v0.3.0
16202026-05-28T21:43:50.492Z Compiling elliptic-curve v0.13.8
16212026-05-28T21:43:50.508Z Compiling daft v0.1.7
16222026-05-28T21:43:50.778Z Compiling cargo_metadata v0.19.2
16232026-05-28T21:43:50.885Z Compiling futures v0.3.32
16242026-05-28T21:43:50.969Z Compiling phf v0.13.1
16252026-05-28T21:43:51.519Z Compiling signal-hook-mio v0.2.5
16262026-05-28T21:43:51.636Z Compiling hubpack v0.1.2
16272026-05-28T21:43:51.784Z Compiling cookie_store v0.22.1
16282026-05-28T21:43:51.860Z Compiling bzip2 v0.4.4
16292026-05-28T21:43:52.068Z Compiling zstd v0.13.3
16302026-05-28T21:43:52.100Z Compiling serde_with_macros v3.17.0
16312026-05-28T21:43:52.428Z Compiling postgres-types v0.2.12
16322026-05-28T21:43:52.877Z Compiling usdt-macro v0.6.0
16332026-05-28T21:43:53.018Z Compiling usdt-attr-macro v0.6.0
16342026-05-28T21:43:53.263Z Compiling globset v0.4.18
16352026-05-28T21:43:53.286Z Compiling dtrace-parser v0.2.0
16362026-05-28T21:43:53.582Z Compiling ed25519 v2.2.3
16372026-05-28T21:43:53.596Z Compiling phf_shared v0.11.3
16382026-05-28T21:43:53.626Z Compiling olpc-cjson v0.1.4
16392026-05-28T21:43:53.781Z Compiling pkcs1 v0.7.5
16402026-05-28T21:43:53.799Z Compiling serde-big-array v0.5.1
16412026-05-28T21:43:53.816Z Compiling serde_plain v1.0.2
16422026-05-28T21:43:53.939Z Compiling rfc6979 v0.4.0
16432026-05-28T21:43:53.957Z Compiling pem v3.0.6
16442026-05-28T21:43:54.008Z Compiling enum-as-inner v0.6.1
16452026-05-28T21:43:54.041Z Compiling strum_macros v0.26.4
16462026-05-28T21:43:54.060Z Compiling serde_repr v0.1.20
16472026-05-28T21:43:54.176Z Compiling clap_derive v4.5.55
16482026-05-28T21:43:54.274Z Compiling async-recursion v1.1.1
16492026-05-28T21:43:54.484Z Compiling float-cmp v0.10.0
16502026-05-28T21:43:54.500Z Compiling thread-id v4.2.2
16512026-05-28T21:43:54.585Z Compiling memmap2 v0.9.10
16522026-05-28T21:43:54.600Z Compiling env_filter v1.0.0
16532026-05-28T21:43:54.633Z Compiling new_debug_unreachable v1.0.6
16542026-05-28T21:43:54.707Z Compiling whoami v2.1.0
16552026-05-28T21:43:54.797Z Compiling precomputed-hash v0.1.1
16562026-05-28T21:43:54.889Z Compiling either v1.15.0
16572026-05-28T21:43:54.903Z Compiling difflib v0.4.0
16582026-05-28T21:43:54.927Z Compiling predicates-core v1.0.10
16592026-05-28T21:43:55.088Z Compiling static_assertions v1.1.0
16602026-05-28T21:43:55.102Z Compiling fixedbitset v0.4.2
16612026-05-28T21:43:55.105Z Compiling data-encoding v2.10.0
16622026-05-28T21:43:55.162Z Compiling jiff v0.2.21
16632026-05-28T21:43:55.318Z Compiling fixedbitset v0.5.7
16642026-05-28T21:43:55.453Z Compiling keccak v0.1.6
16652026-05-28T21:43:55.626Z Compiling typed-path v0.9.3
16662026-05-28T21:43:55.763Z Compiling normalize-line-endings v0.3.0
16672026-05-28T21:43:55.803Z Compiling strum v0.26.3
16682026-05-28T21:43:55.861Z Compiling predicates v3.1.4
16692026-05-28T21:43:55.931Z Compiling sha3 v0.10.8
16702026-05-28T21:43:55.947Z Compiling clap v4.5.60
16712026-05-28T21:43:56.030Z Compiling petgraph v0.8.3
16722026-05-28T21:43:56.254Z Compiling hickory-proto v0.25.2
16732026-05-28T21:43:56.381Z Compiling petgraph v0.6.5
16742026-05-28T21:43:56.508Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16752026-05-28T21:43:56.685Z Compiling itertools v0.13.0
16762026-05-28T21:43:56.846Z Compiling tokio-postgres v0.7.16
16772026-05-28T21:43:57.893Z Compiling zip v4.6.1
16782026-05-28T21:43:57.936Z Compiling string_cache v0.8.9
16792026-05-28T21:43:57.972Z Compiling env_logger v0.11.9
16802026-05-28T21:43:58.162Z Compiling usdt v0.6.0
16812026-05-28T21:43:58.330Z Compiling toml_edit v0.22.27
16822026-05-28T21:43:58.429Z Compiling usdt-impl v0.5.0
16832026-05-28T21:43:58.850Z Compiling ecdsa v0.16.9
16842026-05-28T21:43:59.027Z Compiling rsa v0.9.10
16852026-05-28T21:43:59.074Z Compiling ed25519-dalek v2.2.0
16862026-05-28T21:43:59.250Z Compiling crossterm v0.28.1
16872026-05-28T21:43:59.356Z Compiling serde_with v3.17.0
16882026-05-28T21:43:59.732Z Compiling zip v0.6.6
16892026-05-28T21:44:00.554Z Compiling toml v0.7.8
16902026-05-28T21:44:00.710Z Compiling iddqd v0.4.1
16912026-05-28T21:44:01.046Z Compiling similar v2.7.0
16922026-05-28T21:44:01.162Z Compiling heck v0.4.1
16932026-05-28T21:44:01.182Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-05-28T21:44:01.227Z Compiling crossbeam-epoch v0.9.18
16952026-05-28T21:44:01.390Z Compiling tokio-stream v0.1.18
16962026-05-28T21:44:01.553Z Compiling buf-list v1.1.2
16972026-05-28T21:44:01.802Z Compiling x509-cert v0.2.5
16982026-05-28T21:44:01.831Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16992026-05-28T21:44:01.864Z Compiling openapiv3 v2.2.0
17002026-05-28T21:44:01.914Z Compiling sha1 v0.10.6
17012026-05-28T21:44:01.930Z Compiling toml_datetime v0.7.5+spec-1.1.0
17022026-05-28T21:44:02.124Z Compiling lalrpop-util v0.19.12
17032026-05-28T21:44:02.138Z Compiling peg-runtime v0.8.5
17042026-05-28T21:44:02.220Z Compiling thread_local v1.1.9
17052026-05-28T21:44:02.314Z Compiling slog-async v2.8.0
17062026-05-28T21:44:02.317Z Compiling crossbeam-channel v0.5.15
17072026-05-28T21:44:02.419Z Compiling is-terminal v0.4.17
17082026-05-28T21:44:02.471Z Compiling filetime v0.2.27
17092026-05-28T21:44:02.514Z Compiling take_mut v0.2.2
17102026-05-28T21:44:02.624Z Compiling term v1.2.1
17112026-05-28T21:44:02.639Z Compiling xattr v1.6.1
17122026-05-28T21:44:02.790Z Compiling tar v0.4.45
17132026-05-28T21:44:03.234Z Compiling slog-term v2.9.2
17142026-05-28T21:44:12.891Z Compiling rustls-webpki v0.103.9
17152026-05-28T21:44:15.667Z Compiling tokio-rustls v0.26.4
17162026-05-28T21:44:15.667Z Compiling rustls-platform-verifier v0.6.2
17172026-05-28T21:44:15.877Z Compiling hyper-rustls v0.27.7
17182026-05-28T21:44:16.077Z Compiling reqwest v0.12.28
17192026-05-28T21:44:16.077Z Compiling reqwest v0.13.2
17202026-05-28T21:44:17.362Z Compiling tough v0.22.0
17212026-05-28T21:44:19.893Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-05-28T21:44:20.107Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-05-28T21:44:22.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17242026-05-28T21:44:23.093Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-05-28T21:44:23.144ZMay 28 21:44:21.828 INFO Starting download, target: Clickhouse
17262026-05-28T21:44:23.144ZMay 28 21:44:21.829 INFO Starting download, target: Console
17272026-05-28T21:44:23.144ZMay 28 21:44:21.829 INFO Starting download, target: DendriteStub
17282026-05-28T21:44:23.144ZMay 28 21:44:21.829 INFO Starting download, target: Cockroach
17292026-05-28T21:44:23.144ZMay 28 21:44:21.829 INFO Starting download, target: MaghemiteMgd
17302026-05-28T21:44:23.144ZMay 28 21:44:21.829 INFO Starting download, target: TransceiverControl
17312026-05-28T21:44:23.157ZMay 28 21:44:21.829 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-05-28T21:44:23.158ZMay 28 21:44:21.829 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-05-28T21:44:23.158ZMay 28 21:44:21.829 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-05-28T21:44:23.158ZMay 28 21:44:21.829 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-05-28T21:44:23.158ZMay 28 21:44:21.829 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-05-28T21:44:23.158ZMay 28 21:44:21.829 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-05-28T21:44:23.813ZMay 28 21:44:22.484 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-05-28T21:44:24.035ZMay 28 21:44:22.693 INFO Download complete, target: TransceiverControl
17392026-05-28T21:44:24.099ZMay 28 21:44:22.771 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-05-28T21:44:24.349ZMay 28 21:44:23.035 INFO Download complete, target: Console
17412026-05-28T21:44:24.963ZMay 28 21:44:23.647 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-05-28T21:44:25.084ZMay 28 21:44:23.766 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-05-28T21:44:25.806ZMay 28 21:44:24.492 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-05-28T21:44:27.321ZMay 28 21:44:26.006 INFO Download complete, target: DendriteStub
17452026-05-28T21:44:28.204ZMay 28 21:44:26.890 INFO Download complete, target: MaghemiteMgd
17462026-05-28T21:44:28.207ZMay 28 21:44:26.892 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-05-28T21:44:28.207ZMay 28 21:44:26.892 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-05-28T21:44:31.616ZMay 28 21:44:30.297 INFO Checking that binary works, target: Clickhouse
17492026-05-28T21:44:31.719ZMay 28 21:44:30.397 INFO Download complete, target: Clickhouse
17502026-05-28T21:44:32.750ZMay 28 21:44:31.433 INFO Checking that binary works, target: Cockroach
17512026-05-28T21:44:32.865ZMay 28 21:44:31.551 INFO Download complete, target: Cockroach
17522026-05-28T21:44:32.881ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-05-28T21:44:32.884Z
17542026-05-28T21:44:32.884Zreal 2:17.388897180
17552026-05-28T21:44:32.884Zuser 6:55.548149891
17562026-05-28T21:44:32.884Zsys 1:22.849935468
17572026-05-28T21:44:32.884Ztrap 0.225945001
17582026-05-28T21:44:32.884Ztflt 0.612130211
17592026-05-28T21:44:32.884Zdflt 0.627105602
17602026-05-28T21:44:32.884Zkflt 0.030150600
17612026-05-28T21:44:32.884Zlock 22:02.559763332
17622026-05-28T21:44:32.884Zslp 21:25.194084804
17632026-05-28T21:44:32.884Zlat 39.692456647
17642026-05-28T21:44:32.884Zstop 1:53.766237171
17652026-05-28T21:44:32.884Z+ banner hack-check
17662026-05-28T21:44:32.884Z
17672026-05-28T21:44:32.884Z # # ## #### # # #### # # ###### #### # #
17682026-05-28T21:44:32.884Z # # # # # # # # # # # # # # # # #
17692026-05-28T21:44:32.884Z ###### # # # #### ##### # ###### ##### # ####
17702026-05-28T21:44:32.884Z # # ###### # # # # # # # # # #
17712026-05-28T21:44:32.884Z # # # # # # # # # # # # # # # # #
17722026-05-28T21:44:32.884Z # # # # #### # # #### # # ###### #### # #
17732026-05-28T21:44:32.884Z
17742026-05-28T21:44:32.884Z+ export CARGO_INCREMENTAL=0
17752026-05-28T21:44:32.884Z+ CARGO_INCREMENTAL=0
17762026-05-28T21:44:32.884Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-05-28T21:44:33.425Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-05-28T21:44:33.637Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-05-28T21:44:35.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
17802026-05-28T21:44:35.603Z Running `target/debug/xtask check-features --ci`
17812026-05-28T21:44:35.631Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-05-28T21:44:35.634Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-05-28T21:44:36.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17842026-05-28T21:44:36.151Z Running `target/debug/xtask download cargo-hack`
17852026-05-28T21:44:36.940Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-05-28T21:44:37.260Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-05-28T21:44:39.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
17882026-05-28T21:44:39.963Z Running `target/debug/xtask-downloader cargo-hack`
17892026-05-28T21:44:40.004ZMay 28 21:44:38.689 INFO Starting download, target: CargoHack
17902026-05-28T21:44:40.010ZMay 28 21:44:38.690 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-05-28T21:44:40.584ZMay 28 21:44:39.266 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-05-28T21:44:40.629ZMay 28 21:44:39.315 INFO Download complete, target: CargoHack
17932026-05-28T21:44:40.633Zrunning: "/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"
17942026-05-28T21:44:40.646Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-05-28T21:44:40.800Zinfo: running `cargo check --bins` on api_identity (1/276)
17962026-05-28T21:44:41.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-28T21:44:41.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-28T21:44:41.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-28T21:44:41.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18002026-05-28T21:44:41.383Z
18012026-05-28T21:44:41.383Zinfo: running `cargo check --bins` on bootstore (2/276)
18022026-05-28T21:44:41.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-28T21:44:41.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-28T21:44:41.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-28T21:44:41.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18062026-05-28T21:44:41.974Z
18072026-05-28T21:44:41.974Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18082026-05-28T21:44:42.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-28T21:44:42.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-28T21:44:42.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-28T21:44:42.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-05-28T21:44:42.555Z
18132026-05-28T21:44:42.555Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18142026-05-28T21:44:43.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-28T21:44:43.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-28T21:44:43.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-28T21:44:43.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-05-28T21:44:43.144Z
18192026-05-28T21:44:43.144Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18202026-05-28T21:44:43.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-28T21:44:43.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-28T21:44:43.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-28T21:44:43.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242026-05-28T21:44:43.731Z
18252026-05-28T21:44:43.731Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18262026-05-28T21:44:44.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-28T21:44:44.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-28T21:44:44.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-28T21:44:44.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18302026-05-28T21:44:44.340Z
18312026-05-28T21:44:44.340Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18322026-05-28T21:44:44.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-28T21:44:44.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-28T21:44:44.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-28T21:44:44.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18362026-05-28T21:44:44.932Z
18372026-05-28T21:44:44.932Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18382026-05-28T21:44:45.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-28T21:44:45.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-28T21:44:45.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-28T21:44:45.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-05-28T21:44:45.533Z
18432026-05-28T21:44:45.533Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18442026-05-28T21:44:45.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-28T21:44:45.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-28T21:44:45.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-28T21:44:45.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18482026-05-28T21:44:46.012Z
18492026-05-28T21:44:46.013Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18502026-05-28T21:44:46.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-28T21:44:46.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-28T21:44:46.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-28T21:44:46.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18542026-05-28T21:44:46.493Z
18552026-05-28T21:44:46.493Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18562026-05-28T21:44:46.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-28T21:44:46.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-28T21:44:46.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-28T21:44:46.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18602026-05-28T21:44:46.967Z
18612026-05-28T21:44:46.967Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18622026-05-28T21:44:47.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-28T21:44:47.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-28T21:44:47.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-28T21:44:47.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18662026-05-28T21:44:47.441Z
18672026-05-28T21:44:47.442Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18682026-05-28T21:44:47.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-28T21:44:47.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-28T21:44:47.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-28T21:44:47.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18722026-05-28T21:44:47.912Z
18732026-05-28T21:44:47.912Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18742026-05-28T21:44:48.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-28T21:44:48.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-28T21:44:48.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-28T21:44:48.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18782026-05-28T21:44:48.386Z
18792026-05-28T21:44:48.386Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18802026-05-28T21:44:48.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-28T21:44:48.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-28T21:44:48.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-28T21:44:48.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18842026-05-28T21:44:48.858Z
18852026-05-28T21:44:48.858Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18862026-05-28T21:44:49.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-28T21:44:49.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-28T21:44:49.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-28T21:44:49.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18902026-05-28T21:44:49.334Z
18912026-05-28T21:44:49.334Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18922026-05-28T21:44:49.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-28T21:44:49.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-28T21:44:49.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-28T21:44:49.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-05-28T21:44:49.803Z
18972026-05-28T21:44:49.803Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18982026-05-28T21:44:50.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-28T21:44:50.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-28T21:44:50.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-28T21:44:50.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-05-28T21:44:50.265Z
19032026-05-28T21:44:50.265Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19042026-05-28T21:44:50.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-28T21:44:50.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-28T21:44:50.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-28T21:44:50.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19082026-05-28T21:44:50.736Z
19092026-05-28T21:44:50.736Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19102026-05-28T21:44:51.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-28T21:44:51.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-28T21:44:51.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-28T21:44:51.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19142026-05-28T21:44:51.211Z
19152026-05-28T21:44:51.211Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19162026-05-28T21:44:51.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-28T21:44:51.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-28T21:44:51.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-28T21:44:51.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-05-28T21:44:51.689Z
19212026-05-28T21:44:51.689Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19222026-05-28T21:44:52.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-28T21:44:52.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-28T21:44:52.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-28T21:44:52.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19262026-05-28T21:44:52.164Z
19272026-05-28T21:44:52.164Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19282026-05-28T21:44:52.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-28T21:44:52.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-28T21:44:52.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-28T21:44:52.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19322026-05-28T21:44:52.638Z
19332026-05-28T21:44:52.638Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19342026-05-28T21:44:53.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-28T21:44:53.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-28T21:44:53.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-28T21:44:53.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19382026-05-28T21:44:53.113Z
19392026-05-28T21:44:53.113Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19402026-05-28T21:44:53.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-28T21:44:53.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-28T21:44:53.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-28T21:44:53.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19442026-05-28T21:44:53.587Z
19452026-05-28T21:44:53.587Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19462026-05-28T21:44:54.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-28T21:44:54.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-28T21:44:54.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-28T21:44:54.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-05-28T21:44:54.064Z
19512026-05-28T21:44:54.064Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19522026-05-28T21:44:54.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-28T21:44:54.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-28T21:44:54.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-28T21:44:54.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19562026-05-28T21:44:54.547Z
19572026-05-28T21:44:54.547Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19582026-05-28T21:44:54.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-28T21:44:54.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-28T21:44:54.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-28T21:44:54.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19622026-05-28T21:44:55.027Z
19632026-05-28T21:44:55.027Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19642026-05-28T21:44:55.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-28T21:44:55.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-28T21:44:55.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-28T21:44:55.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19682026-05-28T21:44:55.504Z
19692026-05-28T21:44:55.504Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19702026-05-28T21:44:55.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-28T21:44:55.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-28T21:44:55.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-28T21:44:55.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-05-28T21:44:55.977Z
19752026-05-28T21:44:55.977Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19762026-05-28T21:44:56.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-28T21:44:56.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-28T21:44:56.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-28T21:44:56.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19802026-05-28T21:44:56.449Z
19812026-05-28T21:44:56.449Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19822026-05-28T21:44:56.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-28T21:44:56.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-28T21:44:56.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-28T21:44:56.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19862026-05-28T21:44:56.923Z
19872026-05-28T21:44:56.923Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19882026-05-28T21:44:57.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-28T21:44:57.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-28T21:44:57.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-28T21:44:57.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-05-28T21:44:57.388Z
19932026-05-28T21:44:57.388Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19942026-05-28T21:44:57.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-28T21:44:57.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-28T21:44:57.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-28T21:44:57.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-05-28T21:44:57.857Z
19992026-05-28T21:44:57.857Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20002026-05-28T21:44:58.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-28T21:44:58.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-28T21:44:58.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-28T21:44:58.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20042026-05-28T21:44:58.335Z
20052026-05-28T21:44:58.335Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20062026-05-28T21:44:58.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-28T21:44:58.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-28T21:44:58.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-28T21:44:58.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20102026-05-28T21:44:58.809Z
20112026-05-28T21:44:58.809Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20122026-05-28T21:44:59.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-28T21:44:59.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-28T21:44:59.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-28T21:44:59.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20162026-05-28T21:44:59.284Z
20172026-05-28T21:44:59.284Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20182026-05-28T21:44:59.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-28T21:44:59.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-28T21:44:59.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-28T21:44:59.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-05-28T21:44:59.756Z
20232026-05-28T21:44:59.756Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20242026-05-28T21:45:00.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-28T21:45:00.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-28T21:45:00.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-28T21:45:00.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20282026-05-28T21:45:00.230Z
20292026-05-28T21:45:00.230Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20302026-05-28T21:45:00.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-28T21:45:00.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-28T21:45:00.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-28T21:45:00.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20342026-05-28T21:45:00.706Z
20352026-05-28T21:45:00.706Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20362026-05-28T21:45:01.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-28T21:45:01.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-28T21:45:01.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-28T21:45:01.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20402026-05-28T21:45:01.183Z
20412026-05-28T21:45:01.183Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20422026-05-28T21:45:01.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-28T21:45:01.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-28T21:45:01.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-28T21:45:01.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20462026-05-28T21:45:01.658Z
20472026-05-28T21:45:01.658Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20482026-05-28T21:45:02.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-28T21:45:02.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-28T21:45:02.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-28T21:45:02.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20522026-05-28T21:45:02.134Z
20532026-05-28T21:45:02.134Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20542026-05-28T21:45:02.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-28T21:45:02.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-28T21:45:02.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-28T21:45:02.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20582026-05-28T21:45:02.610Z
20592026-05-28T21:45:02.611Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20602026-05-28T21:45:03.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-28T21:45:03.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-28T21:45:03.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-28T21:45:03.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20642026-05-28T21:45:03.083Z
20652026-05-28T21:45:03.083Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20662026-05-28T21:45:03.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-28T21:45:03.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-28T21:45:03.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-28T21:45:03.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20702026-05-28T21:45:03.562Z
20712026-05-28T21:45:03.562Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20722026-05-28T21:45:03.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-28T21:45:03.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-28T21:45:03.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-28T21:45:03.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20762026-05-28T21:45:04.039Z
20772026-05-28T21:45:04.039Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20782026-05-28T21:45:04.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-28T21:45:04.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-28T21:45:04.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-28T21:45:04.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20822026-05-28T21:45:04.520Z
20832026-05-28T21:45:04.520Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20842026-05-28T21:45:05.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-28T21:45:05.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-28T21:45:05.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-28T21:45:05.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20882026-05-28T21:45:05.160Z
20892026-05-28T21:45:05.160Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20902026-05-28T21:45:05.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-28T21:45:05.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-28T21:45:05.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-28T21:45:05.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20942026-05-28T21:45:05.797Z
20952026-05-28T21:45:05.797Zinfo: running `cargo check --bins` on nexus-config (51/276)
20962026-05-28T21:45:06.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-28T21:45:06.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-28T21:45:06.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-28T21:45:06.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21002026-05-28T21:45:06.437Z
21012026-05-28T21:45:06.437Zinfo: running `cargo check --bins` on nexus-types (52/276)
21022026-05-28T21:45:06.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-28T21:45:06.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-28T21:45:06.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-28T21:45:06.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21062026-05-28T21:45:07.083Z
21072026-05-28T21:45:07.083Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21082026-05-28T21:45:07.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-28T21:45:07.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-28T21:45:07.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-28T21:45:07.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21122026-05-28T21:45:07.696Z
21132026-05-28T21:45:07.696Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21142026-05-28T21:45:08.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-28T21:45:08.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-28T21:45:08.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-28T21:45:08.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21182026-05-28T21:45:08.287Z
21192026-05-28T21:45:08.287Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21202026-05-28T21:45:08.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-28T21:45:08.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-28T21:45:08.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-28T21:45:08.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21242026-05-28T21:45:08.898Z
21252026-05-28T21:45:08.898Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21262026-05-28T21:45:09.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-28T21:45:09.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-28T21:45:09.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-28T21:45:09.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-05-28T21:45:09.511Z
21312026-05-28T21:45:09.511Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21322026-05-28T21:45:10.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-28T21:45:10.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-28T21:45:10.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-28T21:45:10.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-05-28T21:45:10.119Z
21372026-05-28T21:45:10.119Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21382026-05-28T21:45:10.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-28T21:45:10.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-28T21:45:10.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-28T21:45:10.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21422026-05-28T21:45:10.728Z
21432026-05-28T21:45:10.728Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21442026-05-28T21:45:11.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-28T21:45:11.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-28T21:45:11.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-28T21:45:11.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21482026-05-28T21:45:11.325Z
21492026-05-28T21:45:11.325Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21502026-05-28T21:45:11.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-28T21:45:11.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-28T21:45:11.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-28T21:45:11.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-05-28T21:45:11.924Z
21552026-05-28T21:45:11.924Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21562026-05-28T21:45:12.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-28T21:45:12.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-28T21:45:12.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-28T21:45:12.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-05-28T21:45:12.522Z
21612026-05-28T21:45:12.522Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21622026-05-28T21:45:13.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-28T21:45:13.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-28T21:45:13.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-28T21:45:13.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-05-28T21:45:13.118Z
21672026-05-28T21:45:13.119Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21682026-05-28T21:45:13.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-28T21:45:13.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-28T21:45:13.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-28T21:45:13.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-05-28T21:45:13.725Z
21732026-05-28T21:45:13.725Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21742026-05-28T21:45:14.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-28T21:45:14.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-28T21:45:14.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-28T21:45:14.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-05-28T21:45:14.337Z
21792026-05-28T21:45:14.338Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21802026-05-28T21:45:14.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-28T21:45:14.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-28T21:45:14.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-28T21:45:14.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-05-28T21:45:14.933Z
21852026-05-28T21:45:14.933Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21862026-05-28T21:45:15.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-28T21:45:15.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-28T21:45:15.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-28T21:45:15.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21902026-05-28T21:45:15.527Z
21912026-05-28T21:45:15.527Zinfo: running `cargo check --bins` on ereport-types (67/276)
21922026-05-28T21:45:16.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-28T21:45:16.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-28T21:45:16.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-28T21:45:16.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962026-05-28T21:45:16.134Z
21972026-05-28T21:45:16.134Zinfo: running `cargo check --bins` on gateway-client (68/276)
21982026-05-28T21:45:16.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-28T21:45:16.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-28T21:45:16.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-28T21:45:16.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22022026-05-28T21:45:16.735Z
22032026-05-28T21:45:16.735Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22042026-05-28T21:45:17.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-28T21:45:17.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-28T21:45:17.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-28T21:45:17.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-05-28T21:45:17.336Z
22092026-05-28T21:45:17.336Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22102026-05-28T21:45:17.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-28T21:45:17.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-28T21:45:17.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-28T21:45:17.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-05-28T21:45:17.934Z
22152026-05-28T21:45:17.934Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22162026-05-28T21:45:18.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-28T21:45:18.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-28T21:45:18.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-28T21:45:18.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-05-28T21:45:18.532Z
22212026-05-28T21:45:18.532Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22222026-05-28T21:45:19.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-28T21:45:19.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-28T21:45:19.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-28T21:45:19.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-05-28T21:45:19.137Z
22272026-05-28T21:45:19.137Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22282026-05-28T21:45:19.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-28T21:45:19.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-28T21:45:19.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-28T21:45:19.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22322026-05-28T21:45:19.758Z
22332026-05-28T21:45:19.758Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22342026-05-28T21:45:20.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-28T21:45:20.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-28T21:45:20.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-28T21:45:20.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22382026-05-28T21:45:20.387Z
22392026-05-28T21:45:20.387Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22402026-05-28T21:45:20.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-28T21:45:20.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-28T21:45:20.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-28T21:45:20.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22442026-05-28T21:45:20.977Z
22452026-05-28T21:45:20.977Zinfo: running `cargo check --bins` on oxlog (76/276)
22462026-05-28T21:45:21.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-28T21:45:21.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-28T21:45:21.597Z Checking cfg-if v1.0.4
22492026-05-28T21:45:21.600Z Checking libc v0.2.185
22502026-05-28T21:45:21.600Z Checking serde_core v1.0.228
22512026-05-28T21:45:21.719Z Checking zeroize v1.8.2
22522026-05-28T21:45:21.727Z Checking memchr v2.8.0
22532026-05-28T21:45:21.737Z Checking log v0.4.29
22542026-05-28T21:45:21.747Z Checking smallvec v1.15.1
22552026-05-28T21:45:21.758Z Checking typenum v1.19.0
22562026-05-28T21:45:21.761Z Checking subtle v2.6.1
22572026-05-28T21:45:21.857Z Checking itoa v1.0.17
22582026-05-28T21:45:21.895Z Checking scopeguard v1.2.0
22592026-05-28T21:45:21.910Z Checking stable_deref_trait v1.2.1
22602026-05-28T21:45:21.922Z Checking const-oid v0.9.6
22612026-05-28T21:45:21.983Z Checking zerofrom v0.1.6
22622026-05-28T21:45:21.995Z Checking lock_api v0.4.14
22632026-05-28T21:45:22.008Z Checking pin-project-lite v0.2.17
22642026-05-28T21:45:22.095Z Checking yoke v0.8.1
22652026-05-28T21:45:22.110Z Checking getrandom v0.2.17
22662026-05-28T21:45:22.118Z Checking errno v0.3.14
22672026-05-28T21:45:22.129Z Checking parking_lot_core v0.9.12
22682026-05-28T21:45:22.190Z Checking portable-atomic v1.13.1
22692026-05-28T21:45:22.217Z Checking signal-hook-registry v1.4.8
22702026-05-28T21:45:22.253Z Checking rand_core v0.6.4
22712026-05-28T21:45:22.256Z Checking zerovec v0.11.5
22722026-05-28T21:45:22.282Z Checking generic-array v0.14.7
22732026-05-28T21:45:22.306Z Checking futures-core v0.3.32
22742026-05-28T21:45:22.372Z Checking critical-section v1.2.0
22752026-05-28T21:45:22.425Z Checking parking_lot v0.12.5
22762026-05-28T21:45:22.425Z Checking mio v1.2.0
22772026-05-28T21:45:22.470Z Checking zerocopy v0.8.40
22782026-05-28T21:45:22.585Z Checking zmij v1.0.21
22792026-05-28T21:45:22.599Z Checking once_cell v1.21.3
22802026-05-28T21:45:22.619Z Checking socket2 v0.6.3
22812026-05-28T21:45:22.689Z Checking tinystr v0.8.2
22822026-05-28T21:45:22.702Z Checking libm v0.2.16
22832026-05-28T21:45:22.715Z Checking crypto-common v0.1.7
22842026-05-28T21:45:22.766Z Checking block-buffer v0.10.4
22852026-05-28T21:45:22.794Z Checking writeable v0.6.2
22862026-05-28T21:45:22.831Z Checking litemap v0.8.1
22872026-05-28T21:45:22.859Z Checking equivalent v1.0.2
22882026-05-28T21:45:22.871Z Checking percent-encoding v2.3.2
22892026-05-28T21:45:22.905Z Checking digest v0.10.7
22902026-05-28T21:45:22.941Z Checking potential_utf v0.1.4
22912026-05-28T21:45:22.952Z Checking zerotrie v0.2.3
22922026-05-28T21:45:22.998Z Checking icu_locale_core v2.1.1
22932026-05-28T21:45:23.012Z Checking futures-sink v0.3.32
22942026-05-28T21:45:23.065Z Checking icu_collections v2.1.1
22952026-05-28T21:45:23.100Z Checking futures-io v0.3.32
22962026-05-28T21:45:23.114Z Checking futures-channel v0.3.32
22972026-05-28T21:45:23.177Z Checking serde v1.0.228
22982026-05-28T21:45:23.190Z Checking bitflags v2.11.0
22992026-05-28T21:45:23.213Z Checking serde_json v1.0.149
23002026-05-28T21:45:23.298Z Checking slab v0.4.12
23012026-05-28T21:45:23.352Z Checking futures-task v0.3.32
23022026-05-28T21:45:23.364Z Checking cpufeatures v0.2.17
23032026-05-28T21:45:23.382Z Checking num-traits v0.2.19
23042026-05-28T21:45:23.429Z Checking hmac v0.12.1
23052026-05-28T21:45:23.455Z Checking icu_normalizer_data v2.1.1
23062026-05-28T21:45:23.484Z Checking futures-util v0.3.32
23072026-05-28T21:45:23.528Z Checking icu_properties_data v2.1.2
23082026-05-28T21:45:23.545Z Checking icu_provider v2.1.1
23092026-05-28T21:45:23.559Z Checking hashbrown v0.17.0
23102026-05-28T21:45:23.576Z Checking bytes v1.11.1
23112026-05-28T21:45:23.652Z Checking rand_core v0.10.0
23122026-05-28T21:45:23.772Z Checking icu_normalizer v2.1.1
23132026-05-28T21:45:23.793Z Checking getrandom v0.4.1
23142026-05-28T21:45:23.877Z Checking icu_properties v2.1.2
23152026-05-28T21:45:23.928Z Checking block-padding v0.3.3
23162026-05-28T21:45:23.944Z Checking utf8_iter v1.0.4
23172026-05-28T21:45:24.008Z Checking tokio v1.52.1
23182026-05-28T21:45:24.020Z Checking indexmap v2.14.0
23192026-05-28T21:45:24.056Z Checking inout v0.1.4
23202026-05-28T21:45:24.069Z Checking sha2 v0.10.9
23212026-05-28T21:45:24.081Z Checking form_urlencoded v1.2.2
23222026-05-28T21:45:24.193Z Checking cipher v0.4.4
23232026-05-28T21:45:24.212Z Checking getrandom v0.3.4
23242026-05-28T21:45:24.348Z Checking base64ct v1.8.3
23252026-05-28T21:45:24.361Z Checking byteorder v1.5.0
23262026-05-28T21:45:24.402Z Checking fnv v1.0.7
23272026-05-28T21:45:24.500Z Checking flagset v0.4.7
23282026-05-28T21:45:24.563Z Checking rand_core v0.9.5
23292026-05-28T21:45:24.584Z Checking pem-rfc7468 v0.7.0
23302026-05-28T21:45:24.598Z Checking http v1.4.0
23312026-05-28T21:45:24.625Z Checking regex-syntax v0.8.10
23322026-05-28T21:45:24.705Z Checking idna_adapter v1.2.1
23332026-05-28T21:45:24.736Z Checking salsa20 v0.10.2
23342026-05-28T21:45:24.748Z Checking der v0.7.10
23352026-05-28T21:45:24.822Z Checking idna v1.1.0
23362026-05-28T21:45:24.867Z Checking uuid v1.23.0
23372026-05-28T21:45:25.068Z Checking url v2.5.8
23382026-05-28T21:45:25.154Z Checking pbkdf2 v0.12.2
23392026-05-28T21:45:25.176Z Checking rustix v1.1.3
23402026-05-28T21:45:25.224Z Checking ppv-lite86 v0.2.21
23412026-05-28T21:45:25.262Z Checking tracing-core v0.1.36
23422026-05-28T21:45:25.387Z Checking rustls-pki-types v1.14.0
23432026-05-28T21:45:25.483Z Checking spki v0.7.3
23442026-05-28T21:45:25.510Z Checking iana-time-zone v0.1.65
23452026-05-28T21:45:25.522Z Checking base64 v0.22.1
23462026-05-28T21:45:25.568Z Checking tracing v0.1.44
23472026-05-28T21:45:25.614Z Checking chrono v0.4.44
23482026-05-28T21:45:25.642Z Checking rand_chacha v0.9.0
23492026-05-28T21:45:25.674Z Checking scrypt v0.11.0
23502026-05-28T21:45:25.752Z Checking http-body v1.0.1
23512026-05-28T21:45:25.770Z Checking aes v0.8.4
23522026-05-28T21:45:25.813Z Checking cbc v0.1.2
23532026-05-28T21:45:25.844Z Checking aws-lc-sys v0.40.0
23542026-05-28T21:45:25.881Z Checking untrusted v0.7.1
23552026-05-28T21:45:25.933Z Checking untrusted v0.9.0
23562026-05-28T21:45:25.945Z Checking tinyvec_macros v0.1.1
23572026-05-28T21:45:25.992Z Checking openssl-probe v0.2.1
23582026-05-28T21:45:26.008Z Checking tinyvec v1.10.0
23592026-05-28T21:45:26.022Z Checking rand v0.9.2
23602026-05-28T21:45:26.038Z Checking ring v0.17.14
23612026-05-28T21:45:26.097Z Checking try-lock v0.2.5
23622026-05-28T21:45:26.165Z Checking pkcs5 v0.7.1
23632026-05-28T21:45:26.197Z Checking atomic-waker v1.1.2
23642026-05-28T21:45:26.295Z Checking tower-layer v0.3.3
23652026-05-28T21:45:26.313Z Checking tower-service v0.3.3
23662026-05-28T21:45:26.344Z Checking aws-lc-rs v1.16.3
23672026-05-28T21:45:26.401Z Checking want v0.3.1
23682026-05-28T21:45:26.416Z Checking pkcs8 v0.10.2
23692026-05-28T21:45:26.445Z Checking ipnet v2.11.0
23702026-05-28T21:45:26.471Z Checking httparse v1.10.1
23712026-05-28T21:45:26.491Z Checking aho-corasick v1.1.4
23722026-05-28T21:45:26.522Z Checking fastrand v2.3.0
23732026-05-28T21:45:26.591Z Checking pin-utils v0.1.0
23742026-05-28T21:45:26.662Z Checking dyn-clone v1.0.20
23752026-05-28T21:45:26.676Z Checking plain v0.2.3
23762026-05-28T21:45:26.701Z Checking httpdate v1.0.3
23772026-05-28T21:45:26.704Z Checking foreign-types-shared v0.1.1
23782026-05-28T21:45:26.764Z Checking tempfile v3.25.0
23792026-05-28T21:45:26.779Z Checking unicode-normalization v0.1.25
23802026-05-28T21:45:26.795Z Checking foreign-types v0.3.2
23812026-05-28T21:45:26.846Z Checking semver v1.0.28
23822026-05-28T21:45:26.862Z Checking openssl-sys v0.9.115
23832026-05-28T21:45:26.956Z Checking spin v0.9.8
23842026-05-28T21:45:27.021Z Checking ucd-trie v0.1.7
23852026-05-28T21:45:27.060Z Checking unicode-ident v1.0.24
23862026-05-28T21:45:27.144Z Checking schemars v0.8.22
23872026-05-28T21:45:27.158Z Checking pest v2.8.6
23882026-05-28T21:45:27.169Z Checking proc-macro2 v1.0.106
23892026-05-28T21:45:27.170Z Checking regex-automata v0.4.14
23902026-05-28T21:45:27.192Z Checking rustls-webpki v0.103.9
23912026-05-28T21:45:27.204Z Checking rustls-native-certs v0.8.3
23922026-05-28T21:45:27.237Z Checking openssl v0.10.79
23932026-05-28T21:45:27.251Z Checking tokio-util v0.7.18
23942026-05-28T21:45:27.326Z Checking thiserror v2.0.18
23952026-05-28T21:45:27.426Z Checking sync_wrapper v1.0.2
23962026-05-28T21:45:27.472Z Checking wait-timeout v0.2.1
23972026-05-28T21:45:27.529Z Checking siphasher v1.0.2
23982026-05-28T21:45:27.592Z Checking simd-adler32 v0.3.8
23992026-05-28T21:45:27.602Z Checking rustls v0.23.37
24002026-05-28T21:45:27.685Z Checking bit-vec v0.8.0
24012026-05-28T21:45:27.758Z Checking utf8parse v0.2.2
24022026-05-28T21:45:27.784Z Checking powerfmt v0.2.0
24032026-05-28T21:45:27.849Z Checking h2 v0.4.13
24042026-05-28T21:45:27.863Z Checking quick-error v1.2.3
24052026-05-28T21:45:27.877Z Checking pretty-hex v0.4.1
24062026-05-28T21:45:27.933Z Checking anstyle v1.0.13
24072026-05-28T21:45:27.958Z Checking rusty-fork v0.3.1
24082026-05-28T21:45:27.991Z Checking deranged v0.5.8
24092026-05-28T21:45:28.142Z Checking bit-set v0.8.0
24102026-05-28T21:45:28.145Z Checking anstyle-parse v0.2.7
24112026-05-28T21:45:28.207Z Checking tower v0.5.3
24122026-05-28T21:45:28.255Z Checking quote v1.0.45
24132026-05-28T21:45:28.274Z Compiling newtype-uuid v1.3.2
24142026-05-28T21:45:28.426Z Checking http-body-util v0.1.3
24152026-05-28T21:45:28.457Z Checking webpki-roots v1.0.6
24162026-05-28T21:45:28.576Z Checking crossbeam-utils v0.8.21
24172026-05-28T21:45:28.591Z Checking rand_xorshift v0.4.0
24182026-05-28T21:45:28.642Z Checking crc32fast v1.5.0
24192026-05-28T21:45:28.710Z Checking scroll v0.13.0
24202026-05-28T21:45:28.780Z Checking signature v2.2.0
24212026-05-28T21:45:28.901Z Checking unarray v0.1.4
24222026-05-28T21:45:28.915Z Checking colorchoice v1.0.4
24232026-05-28T21:45:28.915Z Checking allocator-api2 v0.2.21
24242026-05-28T21:45:28.938Z Checking unicode-bidi v0.3.18
24252026-05-28T21:45:28.996Z Checking num_threads v0.1.7
24262026-05-28T21:45:29.011Z Checking unicode-properties v0.1.4
24272026-05-28T21:45:29.021Z Checking anstyle-query v1.1.5
24282026-05-28T21:45:29.082Z Checking time-core v0.1.8
24292026-05-28T21:45:29.118Z Checking ryu v1.0.23
24302026-05-28T21:45:29.203Z Checking num-conv v0.2.0
24312026-05-28T21:45:29.216Z Checking adler2 v2.0.1
24322026-05-28T21:45:29.233Z Checking native-tls v0.2.18
24332026-05-28T21:45:29.246Z Checking iri-string v0.7.10
24342026-05-28T21:45:29.246Z Checking is_terminal_polyfill v1.70.2
24352026-05-28T21:45:29.270Z Checking serde_urlencoded v0.7.1
24362026-05-28T21:45:29.315Z Checking miniz_oxide v0.8.9
24372026-05-28T21:45:29.328Z Checking time v0.3.47
24382026-05-28T21:45:29.342Z Checking anstream v0.6.21
24392026-05-28T21:45:29.412Z Checking tokio-native-tls v0.3.1
24402026-05-28T21:45:29.477Z Checking stringprep v0.1.5
24412026-05-28T21:45:29.542Z Checking proptest v1.10.0
24422026-05-28T21:45:29.572Z Checking bstr v1.12.1
24432026-05-28T21:45:29.633Z Checking goblin v0.10.5
24442026-05-28T21:45:29.685Z Checking crossbeam-epoch v0.9.18
24452026-05-28T21:45:29.913Z Checking syn v2.0.117
24462026-05-28T21:45:29.968Z Compiling daft v0.1.7
24472026-05-28T21:45:29.983Z Checking tokio-rustls v0.26.4
24482026-05-28T21:45:30.215Z Checking ipnetwork v0.21.1
24492026-05-28T21:45:30.239Z Checking rand_chacha v0.3.1
24502026-05-28T21:45:30.268Z Checking tower-http v0.6.8
24512026-05-28T21:45:30.430Z Checking scroll v0.12.0
24522026-05-28T21:45:30.445Z Checking thiserror v1.0.69
24532026-05-28T21:45:30.491Z Checking zstd-sys v2.0.16+zstd.1.5.7
24542026-05-28T21:45:30.539Z Checking hash32 v0.2.1
24552026-05-28T21:45:30.551Z Checking num-integer v0.1.46
24562026-05-28T21:45:30.565Z Checking hyper v1.8.1
24572026-05-28T21:45:30.600Z Checking toml_datetime v0.6.11
24582026-05-28T21:45:30.657Z Checking serde_spanned v0.6.9
24592026-05-28T21:45:30.692Z Checking md-5 v0.10.6
24602026-05-28T21:45:30.774Z Checking ff v0.13.1
24612026-05-28T21:45:30.788Z Checking psl-types v2.0.11
24622026-05-28T21:45:30.801Z Checking zlib-rs v0.6.2
24632026-05-28T21:45:30.826Z Checking base16ct v0.2.0
24642026-05-28T21:45:30.901Z Checking fallible-iterator v0.2.0
24652026-05-28T21:45:30.916Z Checking publicsuffix v2.3.0
24662026-05-28T21:45:30.952Z Checking sec1 v0.7.3
24672026-05-28T21:45:31.071Z Checking group v0.13.0
24682026-05-28T21:45:31.160Z Checking num-iter v0.1.45
24692026-05-28T21:45:31.173Z Checking postgres-protocol v0.6.10
24702026-05-28T21:45:31.215Z Checking heapless v0.7.17
24712026-05-28T21:45:31.271Z Checking goblin v0.8.2
24722026-05-28T21:45:31.457Z Checking hyper-util v0.1.20
24732026-05-28T21:45:31.484Z Checking zstd-safe v7.2.4
24742026-05-28T21:45:31.487Z Checking cookie v0.18.1
24752026-05-28T21:45:31.613Z Checking rand v0.8.6
24762026-05-28T21:45:31.649Z Checking oxnet v0.1.4
24772026-05-28T21:45:31.667Z Checking flate2 v1.1.9
24782026-05-28T21:45:31.723Z Compiling iddqd v0.4.1
24792026-05-28T21:45:31.889Z Checking dtrace-parser v0.3.0
24802026-05-28T21:45:31.947Z Checking dof v0.4.0
24812026-05-28T21:45:31.960Z Checking phf_shared v0.13.1
24822026-05-28T21:45:32.120Z Checking lazy_static v1.5.0
24832026-05-28T21:45:32.133Z Checking zerocopy v0.7.35
24842026-05-28T21:45:32.157Z Checking pin-project v1.1.11
24852026-05-28T21:45:32.179Z Checking bzip2-sys v0.1.13+1.0.8
24862026-05-28T21:45:32.208Z Checking signal-hook v0.3.18
24872026-05-28T21:45:32.247Z Checking terminal_size v0.4.3
24882026-05-28T21:45:32.263Z Checking futures-executor v0.3.32
24892026-05-28T21:45:32.362Z Checking hex v0.4.3
24902026-05-28T21:45:32.398Z Checking hkdf v0.12.4
24912026-05-28T21:45:32.414Z Checking crypto-bigint v0.5.5
24922026-05-28T21:45:32.533Z Checking thread-id v5.1.0
24932026-05-28T21:45:32.576Z Checking encoding_rs v0.8.35
24942026-05-28T21:45:32.589Z Checking winnow v0.5.40
24952026-05-28T21:45:32.609Z Checking bitflags v1.3.2
24962026-05-28T21:45:32.621Z Checking same-file v1.0.6
24972026-05-28T21:45:32.680Z Checking winnow v0.7.14
24982026-05-28T21:45:32.695Z Checking hyper-rustls v0.27.7
24992026-05-28T21:45:32.734Z Checking hyper-tls v0.6.0
25002026-05-28T21:45:32.906Z Checking foldhash v0.1.5
25012026-05-28T21:45:32.919Z Checking strsim v0.11.1
25022026-05-28T21:45:32.932Z Checking bumpalo v3.20.2
25032026-05-28T21:45:33.039Z Checking libbz2-rs-sys v0.2.2
25042026-05-28T21:45:33.074Z Checking managed v0.8.0
25052026-05-28T21:45:33.131Z Checking foldhash v0.2.0
25062026-05-28T21:45:33.169Z Checking clap_lex v1.0.0
25072026-05-28T21:45:33.258Z Checking mime v0.3.17
25082026-05-28T21:45:33.281Z Checking either v1.15.0
25092026-05-28T21:45:33.300Z Compiling rayon-core v1.13.0
25102026-05-28T21:45:33.322Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25112026-05-28T21:45:33.426Z Checking bzip2 v0.6.1
25122026-05-28T21:45:33.429Z Checking clap_builder v4.5.60
25132026-05-28T21:45:33.462Z Checking elliptic-curve v0.13.8
25142026-05-28T21:45:33.496Z Checking hashbrown v0.16.1
25152026-05-28T21:45:33.510Z Checking smoltcp v0.9.1
25162026-05-28T21:45:33.525Z Checking reqwest v0.12.28
25172026-05-28T21:45:33.585Z Checking dof v0.3.0
25182026-05-28T21:45:33.719Z Checking toml_edit v0.19.15
25192026-05-28T21:45:33.776Z Checking zopfli v0.8.3
25202026-05-28T21:45:33.866Z Checking hashbrown v0.15.5
25212026-05-28T21:45:33.869Z Checking walkdir v2.5.0
25222026-05-28T21:45:33.985Z Checking usdt-impl v0.6.0
25232026-05-28T21:45:34.035Z Checking futures v0.3.32
25242026-05-28T21:45:34.097Z Checking signal-hook-mio v0.2.5
25252026-05-28T21:45:34.111Z Checking bzip2 v0.4.4
25262026-05-28T21:45:34.122Z Checking snafu v0.8.9
25272026-05-28T21:45:34.216Z Checking num-bigint-dig v0.8.6
25282026-05-28T21:45:34.277Z Checking phf v0.13.1
25292026-05-28T21:45:34.335Z Checking cookie_store v0.22.1
25302026-05-28T21:45:34.358Z Checking zstd v0.13.3
25312026-05-28T21:45:34.393Z Checking postgres-types v0.2.12
25322026-05-28T21:45:34.424Z Checking dtrace-parser v0.2.0
25332026-05-28T21:45:34.531Z Checking rustls-platform-verifier v0.6.2
25342026-05-28T21:45:34.544Z Checking globset v0.4.18
25352026-05-28T21:45:34.659Z Checking crossbeam-deque v0.8.6
25362026-05-28T21:45:34.672Z Checking regex v1.12.3
25372026-05-28T21:45:34.672Z Checking ed25519 v2.2.3
25382026-05-28T21:45:34.693Z Checking phf_shared v0.11.3
25392026-05-28T21:45:34.705Z Checking olpc-cjson v0.1.4
25402026-05-28T21:45:34.771Z Checking ref-cast v1.0.25
25412026-05-28T21:45:34.793Z Checking curve25519-dalek v4.1.3
25422026-05-28T21:45:34.829Z Checking strum v0.27.2
25432026-05-28T21:45:34.832Z Checking hubpack v0.1.2
25442026-05-28T21:45:34.832Z Checking memoffset v0.9.1
25452026-05-28T21:45:34.865Z Checking rustix v0.38.44
25462026-05-28T21:45:34.868Z Checking pkcs1 v0.7.5
25472026-05-28T21:45:34.918Z Checking pem v3.0.6
25482026-05-28T21:45:34.938Z Checking float-cmp v0.10.0
25492026-05-28T21:45:34.954Z Checking serde-big-array v0.5.1
25502026-05-28T21:45:35.015Z Checking erased-serde v0.3.31
25512026-05-28T21:45:35.041Z Checking serde_plain v1.0.2
25522026-05-28T21:45:35.062Z Checking rfc6979 v0.4.0
25532026-05-28T21:45:35.074Z Checking memmap2 v0.9.10
25542026-05-28T21:45:35.085Z Checking thread-id v4.2.2
25552026-05-28T21:45:35.088Z Checking env_filter v1.0.0
25562026-05-28T21:45:35.163Z Checking new_debug_unreachable v1.0.6
25572026-05-28T21:45:35.174Z Checking difflib v0.4.0
25582026-05-28T21:45:35.186Z Checking typed-path v0.9.3
25592026-05-28T21:45:35.228Z Checking predicates-core v1.0.10
25602026-05-28T21:45:35.231Z Checking toml_write v0.1.2
25612026-05-28T21:45:35.241Z Checking whoami v2.1.0
25622026-05-28T21:45:35.345Z Checking data-encoding v2.10.0
25632026-05-28T21:45:35.358Z Checking jiff v0.2.21
25642026-05-28T21:45:35.391Z Checking unicode-segmentation v1.12.0
25652026-05-28T21:45:35.403Z Checking fixedbitset v0.5.7
25662026-05-28T21:45:35.436Z Checking static_assertions v1.1.0
25672026-05-28T21:45:35.508Z Checking keccak v0.1.6
25682026-05-28T21:45:35.570Z Checking precomputed-hash v0.1.1
25692026-05-28T21:45:35.599Z Checking fixedbitset v0.4.2
25702026-05-28T21:45:35.617Z Checking normalize-line-endings v0.3.0
25712026-05-28T21:45:35.653Z Checking string_cache v0.8.9
25722026-05-28T21:45:35.665Z Checking crossterm v0.28.1
25732026-05-28T21:45:35.676Z Checking sha3 v0.10.8
25742026-05-28T21:45:35.700Z Checking similar v2.7.0
25752026-05-28T21:45:35.704Z Checking predicates v3.1.4
25762026-05-28T21:45:35.744Z Checking petgraph v0.6.5
25772026-05-28T21:45:35.813Z Checking hickory-proto v0.25.2
25782026-05-28T21:45:35.877Z Checking petgraph v0.8.3
25792026-05-28T21:45:35.951Z Checking tough v0.22.0
25802026-05-28T21:45:36.007Z Checking ed25519-dalek v2.2.0
25812026-05-28T21:45:36.085Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25822026-05-28T21:45:36.239Z Checking tokio-postgres v0.7.16
25832026-05-28T21:45:36.360Z Checking toml_edit v0.22.27
25842026-05-28T21:45:36.973Z Checking slog v2.8.2
25852026-05-28T21:45:37.238Z Checking env_logger v0.11.9
25862026-05-28T21:45:37.419Z Checking usdt v0.6.0
25872026-05-28T21:45:37.434Z Checking ecdsa v0.16.9
25882026-05-28T21:45:37.437Z Checking usdt-impl v0.5.0
25892026-05-28T21:45:37.493Z Checking rsa v0.9.10
25902026-05-28T21:45:37.556Z Checking zip v4.6.1
25912026-05-28T21:45:37.584Z Checking nix v0.31.2
25922026-05-28T21:45:37.933Z Checking toml v0.7.8
25932026-05-28T21:45:37.969Z Checking clap v4.5.60
25942026-05-28T21:45:38.051Z Checking reqwest v0.13.2
25952026-05-28T21:45:38.087Z Checking zip v0.6.6
25962026-05-28T21:45:38.134Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-05-28T21:45:38.259Z Checking itertools v0.13.0
25982026-05-28T21:45:38.355Z Checking serde_with v3.17.0
25992026-05-28T21:45:38.411Z Checking strum v0.26.3
26002026-05-28T21:45:38.462Z Checking fs-err v3.3.0
26012026-05-28T21:45:38.522Z Checking ahash v0.8.12
26022026-05-28T21:45:38.565Z Checking object v0.37.3
26032026-05-28T21:45:38.569Z Checking tokio-stream v0.1.18
26042026-05-28T21:45:38.631Z Checking buf-list v1.1.2
26052026-05-28T21:45:38.715Z Checking camino v1.2.2
26062026-05-28T21:45:38.756Z Checking anyhow v1.0.102
26072026-05-28T21:45:38.814Z Checking x509-cert v0.2.5
26082026-05-28T21:45:38.892Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26092026-05-28T21:45:38.952Z Checking openapiv3 v2.2.0
26102026-05-28T21:45:38.964Z Checking sha1 v0.10.6
26112026-05-28T21:45:38.968Z Checking toml_datetime v0.7.5+spec-1.1.0
26122026-05-28T21:45:39.125Z Checking lalrpop-util v0.19.12
26132026-05-28T21:45:39.154Z Checking peg-runtime v0.8.5
26142026-05-28T21:45:39.166Z Checking rayon v1.11.0
26152026-05-28T21:45:39.291Z Checking sigpipe v0.1.3
26162026-05-28T21:45:39.303Z Checking glob v0.3.3
26172026-05-28T21:45:40.785Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26182026-05-28T21:45:41.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.08s
26192026-05-28T21:45:41.234Z
26202026-05-28T21:45:41.234Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26212026-05-28T21:45:41.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-05-28T21:45:41.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-05-28T21:45:41.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-05-28T21:45:41.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26252026-05-28T21:45:41.838Z
26262026-05-28T21:45:41.838Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26272026-05-28T21:45:42.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-05-28T21:45:42.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-05-28T21:45:42.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-05-28T21:45:42.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26312026-05-28T21:45:42.445Z
26322026-05-28T21:45:42.445Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26332026-05-28T21:45:42.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-05-28T21:45:42.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-05-28T21:45:42.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-05-28T21:45:42.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26372026-05-28T21:45:43.063Z
26382026-05-28T21:45:43.063Zinfo: running `cargo check --bins` on oxql-types (80/276)
26392026-05-28T21:45:43.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-05-28T21:45:43.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-05-28T21:45:43.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-05-28T21:45:43.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26432026-05-28T21:45:43.673Z
26442026-05-28T21:45:43.673Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26452026-05-28T21:45:44.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-05-28T21:45:44.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-05-28T21:45:44.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-05-28T21:45:44.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26492026-05-28T21:45:44.284Z
26502026-05-28T21:45:44.284Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26512026-05-28T21:45:44.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-05-28T21:45:44.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-05-28T21:45:44.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-05-28T21:45:44.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26552026-05-28T21:45:44.876Z
26562026-05-28T21:45:44.876Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26572026-05-28T21:45:45.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-05-28T21:45:45.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-05-28T21:45:45.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-05-28T21:45:45.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26612026-05-28T21:45:45.464Z
26622026-05-28T21:45:45.464Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26632026-05-28T21:45:45.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-05-28T21:45:45.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-05-28T21:45:46.157Z Compiling structmeta-derive v0.3.0
26662026-05-28T21:45:46.274Z Compiling rustls v0.22.4
26672026-05-28T21:45:46.286Z Compiling multer v3.1.0
26682026-05-28T21:45:46.296Z Compiling async-stream-impl v0.3.6
26692026-05-28T21:45:46.296Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26702026-05-28T21:45:46.319Z Compiling dropshot v0.17.0
26712026-05-28T21:45:46.333Z Compiling newtype-uuid-macros v0.1.0
26722026-05-28T21:45:46.334Z Compiling dropshot_endpoint v0.17.0
26732026-05-28T21:45:46.456Z Checking newtype-uuid v1.3.2
26742026-05-28T21:45:46.543Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26752026-05-28T21:45:46.575Z Checking rustls-webpki v0.102.8
26762026-05-28T21:45:46.658Z Checking daft v0.1.7
26772026-05-28T21:45:46.684Z Checking thread_local v1.1.9
26782026-05-28T21:45:46.854Z Checking compression-core v0.4.31
26792026-05-28T21:45:46.878Z Checking match_cfg v0.1.0
26802026-05-28T21:45:46.893Z Checking iddqd v0.4.1
26812026-05-28T21:45:46.954Z Checking hostname v0.3.1
26822026-05-28T21:45:46.970Z Checking crossbeam-channel v0.5.15
26832026-05-28T21:45:46.989Z Checking compression-codecs v0.4.37
26842026-05-28T21:45:47.049Z Checking slog-json v2.6.1
26852026-05-28T21:45:47.094Z Checking is-terminal v0.4.17
26862026-05-28T21:45:47.146Z Checking serde_spanned v1.0.4
26872026-05-28T21:45:47.184Z Checking toml_datetime v1.0.0+spec-1.1.0
26882026-05-28T21:45:47.203Z Checking debug-ignore v1.0.5
26892026-05-28T21:45:47.276Z Checking toml_writer v1.0.6+spec-1.1.0
26902026-05-28T21:45:47.301Z Checking take_mut v0.2.2
26912026-05-28T21:45:47.301Z Checking term v1.2.1
26922026-05-28T21:45:47.325Z Compiling structmeta v0.3.0
26932026-05-28T21:45:47.390Z Checking slog-bunyan v2.5.0
26942026-05-28T21:45:47.405Z Checking slog-async v2.8.0
26952026-05-28T21:45:47.453Z Checking toml v1.0.6+spec-1.1.0
26962026-05-28T21:45:47.503Z Checking async-compression v0.4.41
26972026-05-28T21:45:47.534Z Checking slog-term v2.9.2
26982026-05-28T21:45:47.543Z Compiling derive-ex v0.1.8
26992026-05-28T21:45:47.572Z Compiling parse-display-derive v0.10.0
27002026-05-28T21:45:47.747Z Checking async-stream v0.3.6
27012026-05-28T21:45:47.779Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27022026-05-28T21:45:47.806Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27032026-05-28T21:45:47.874Z Checking progenitor-client v0.14.0
27042026-05-28T21:45:47.887Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27052026-05-28T21:45:48.021Z Checking waitgroup v0.1.2
27062026-05-28T21:45:48.034Z Checking backon v1.6.0
27072026-05-28T21:45:48.090Z Checking rustls-pemfile v2.2.0
27082026-05-28T21:45:48.118Z Checking serde_path_to_error v0.1.20
27092026-05-28T21:45:48.122Z Checking hostname v0.4.2
27102026-05-28T21:45:48.197Z Checking instant v0.1.13
27112026-05-28T21:45:48.285Z Checking backoff v0.4.0
27122026-05-28T21:45:48.379Z Checking tokio-rustls v0.25.0
27132026-05-28T21:45:48.404Z Checking progenitor-extras v0.2.0
27142026-05-28T21:45:48.438Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27152026-05-28T21:45:48.459Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27162026-05-28T21:45:48.636Z Checking itertools v0.14.0
27172026-05-28T21:45:48.649Z Checking progenitor-client v0.10.0
27182026-05-28T21:45:48.831Z Checking regress v0.10.5
27192026-05-28T21:45:48.869Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27202026-05-28T21:45:49.082Z Checking macaddr v1.0.1
27212026-05-28T21:45:49.237Z Compiling test-strategy v0.4.5
27222026-05-28T21:45:49.266Z Checking parse-display v0.10.0
27232026-05-28T21:45:50.437Z Compiling prettyplease v0.2.37
27242026-05-28T21:45:50.729Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-05-28T21:45:50.879Z Checking num-rational v0.4.2
27262026-05-28T21:45:51.101Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-05-28T21:45:51.438Z Checking num-complex v0.4.6
27282026-05-28T21:45:52.013Z Checking num v0.4.3
27292026-05-28T21:45:52.085Z Compiling usdt-macro v0.5.0
27302026-05-28T21:45:52.089Z Compiling usdt-attr-macro v0.5.0
27312026-05-28T21:45:52.162Z Checking memmap v0.7.0
27322026-05-28T21:45:52.173Z Checking float-ord v0.3.2
27332026-05-28T21:45:52.279Z Checking unicode-width v0.2.0
27342026-05-28T21:45:52.292Z Compiling convert_case v0.4.0
27352026-05-28T21:45:52.532Z Checking console v0.15.11
27362026-05-28T21:45:52.668Z Compiling derive_more v0.99.20
27372026-05-28T21:45:52.810Z Checking newline-converter v0.3.0
27382026-05-28T21:45:52.823Z Checking atomicwrites v0.4.4
27392026-05-28T21:45:52.862Z Checking usdt v0.5.0
27402026-05-28T21:45:52.919Z Compiling toml v0.8.23
27412026-05-28T21:45:52.949Z Compiling minimal-lexical v0.2.1
27422026-05-28T21:45:53.029Z Checking linked-hash-map v0.5.6
27432026-05-28T21:45:53.200Z Checking lru-cache v0.1.2
27442026-05-28T21:45:53.232Z Compiling nom v7.1.3
27452026-05-28T21:45:53.326Z Checking expectorate v1.2.0
27462026-05-28T21:45:53.863Z Checking camino-tempfile v1.4.1
27472026-05-28T21:45:53.998Z Checking hickory-proto v0.24.4
27482026-05-28T21:45:54.028Z Checking phf_shared v0.12.1
27492026-05-28T21:45:54.214Z Compiling slog-dtrace v0.3.0
27502026-05-28T21:45:54.263Z Checking resolv-conf v0.7.6
27512026-05-28T21:45:54.414Z Compiling chrono-tz v0.10.4
27522026-05-28T21:45:54.454Z Checking heck v0.5.0
27532026-05-28T21:45:54.579Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27542026-05-28T21:45:54.593Z Compiling const_format_proc_macros v0.2.34
27552026-05-28T21:45:54.671Z Checking phf v0.12.1
27562026-05-28T21:45:54.708Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27572026-05-28T21:45:54.817Z Checking tokio-dtrace v0.1.1
27582026-05-28T21:45:55.007Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-05-28T21:45:55.059Z Compiling derive-where v1.6.0
27602026-05-28T21:45:55.245Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-05-28T21:45:55.408Z Checking highway v1.3.0
27622026-05-28T21:45:55.645Z Checking const_format v0.2.35
27632026-05-28T21:45:55.838Z Checking hickory-resolver v0.24.4
27642026-05-28T21:45:55.877Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-05-28T21:45:56.079Z Checking oxide-tokio-rt v0.1.4
27662026-05-28T21:45:56.266Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-05-28T21:45:56.387Z Checking gethostname v0.5.0
27682026-05-28T21:45:56.462Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27692026-05-28T21:45:56.477Z Checking bcs v0.1.6
27702026-05-28T21:45:56.492Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27712026-05-28T21:45:56.559Z Checking qorb v0.4.1
27722026-05-28T21:45:56.578Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27732026-05-28T21:45:56.662Z Checking termtree v0.5.1
27742026-05-28T21:45:59.939Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-05-28T21:46:02.651Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-05-28T21:46:04.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.35s
27772026-05-28T21:46:05.006Z
27782026-05-28T21:46:05.006Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27792026-05-28T21:46:05.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-05-28T21:46:05.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-05-28T21:46:05.696Z Compiling ar_archive_writer v0.5.1
27822026-05-28T21:46:05.809Z Compiling stacker v0.1.23
27832026-05-28T21:46:05.816Z Compiling cfg_aliases v0.1.1
27842026-05-28T21:46:05.823Z Compiling convert_case v0.10.0
27852026-05-28T21:46:05.823Z Checking unicode-width v0.1.14
27862026-05-28T21:46:05.839Z Compiling proc-macro-error v1.0.4
27872026-05-28T21:46:05.850Z Checking fd-lock v4.0.4
27882026-05-28T21:46:05.850Z Checking nibble_vec v0.1.0
27892026-05-28T21:46:05.874Z Compiling nix v0.28.0
27902026-05-28T21:46:05.962Z Checking vte v0.14.1
27912026-05-28T21:46:05.981Z Compiling recursive-proc-macro-impl v0.1.1
27922026-05-28T21:46:06.061Z Checking endian-type v0.1.2
27932026-05-28T21:46:06.073Z Checking bytecount v0.6.9
27942026-05-28T21:46:06.110Z Checking strip-ansi-escapes v0.2.1
27952026-05-28T21:46:06.125Z Compiling derive_more-impl v2.1.1
27962026-05-28T21:46:06.135Z Compiling tabled_derive v0.7.0
27972026-05-28T21:46:06.167Z Checking papergrid v0.11.0
27982026-05-28T21:46:06.181Z Checking radix_trie v0.2.1
27992026-05-28T21:46:06.218Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-28T21:46:06.377Z Compiling peg-macros v0.8.5
28012026-05-28T21:46:06.389Z Checking winnow v0.6.26
28022026-05-28T21:46:06.630Z Compiling psm v0.1.30
28032026-05-28T21:46:06.681Z Compiling sqlparser_derive v0.5.0
28042026-05-28T21:46:06.768Z Checking home v0.5.12
28052026-05-28T21:46:06.875Z Checking unicode_categories v0.1.1
28062026-05-28T21:46:06.924Z Checking derive_more v2.1.1
28072026-05-28T21:46:07.004Z Checking nu-ansi-term v0.50.3
28082026-05-28T21:46:07.028Z Checking crossterm v0.29.0
28092026-05-28T21:46:07.093Z Checking tabled v0.15.0
28102026-05-28T21:46:07.154Z Checking rustyline v14.0.0
28112026-05-28T21:46:07.215Z Checking reedline v0.40.0
28122026-05-28T21:46:07.398Z Checking recursive v0.1.1
28132026-05-28T21:46:07.484Z Checking display-error-chain v0.2.2
28142026-05-28T21:46:07.497Z Checking sqlparser v0.61.0
28152026-05-28T21:46:07.536Z Checking sqlformat v0.3.5
28162026-05-28T21:46:07.728Z Checking peg v0.8.5
28172026-05-28T21:46:18.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
28182026-05-28T21:46:18.931Z
28192026-05-28T21:46:18.931Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28202026-05-28T21:46:19.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-28T21:46:19.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-28T21:46:19.619Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-28T21:46:23.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
28242026-05-28T21:46:23.291Z
28252026-05-28T21:46:23.291Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28262026-05-28T21:46:23.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-28T21:46:23.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-28T21:46:23.979Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-28T21:46:26.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
28302026-05-28T21:46:26.628Z
28312026-05-28T21:46:26.628Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28322026-05-28T21:46:27.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-28T21:46:27.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-28T21:46:27.302Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-28T21:46:30.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
28362026-05-28T21:46:30.735Z
28372026-05-28T21:46:30.735Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28382026-05-28T21:46:31.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-28T21:46:31.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-28T21:46:31.420Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-28T21:46:34.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s
28422026-05-28T21:46:34.864Z
28432026-05-28T21:46:34.864Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28442026-05-28T21:46:35.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-28T21:46:35.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-28T21:46:35.551Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-28T21:46:38.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28482026-05-28T21:46:38.319Z
28492026-05-28T21:46:38.320Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28502026-05-28T21:46:38.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-28T21:46:38.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-28T21:46:39.008Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-28T21:46:41.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s
28542026-05-28T21:46:41.828Z
28552026-05-28T21:46:41.828Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28562026-05-28T21:46:42.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-28T21:46:42.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-28T21:46:42.525Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-05-28T21:46:45.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28602026-05-28T21:46:46.137Z
28612026-05-28T21:46:46.137Zinfo: running `cargo check --bins` on oximeter (93/276)
28622026-05-28T21:46:46.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-28T21:46:46.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-28T21:46:46.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-05-28T21:46:46.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28662026-05-28T21:46:46.748Z
28672026-05-28T21:46:46.748Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28682026-05-28T21:46:47.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-28T21:46:47.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-28T21:46:47.394Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-05-28T21:46:47.561Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-05-28T21:46:47.565Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-05-28T21:46:47.900Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-05-28T21:46:50.788Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-05-28T21:46:52.000Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-05-28T21:46:52.166Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-05-28T21:46:52.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s
28782026-05-28T21:46:53.025Z
28792026-05-28T21:46:53.025Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28802026-05-28T21:46:53.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-28T21:46:53.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-28T21:46:53.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-28T21:46:53.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28842026-05-28T21:46:53.638Z
28852026-05-28T21:46:53.638Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28862026-05-28T21:46:54.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-28T21:46:54.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-28T21:46:54.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-28T21:46:54.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28902026-05-28T21:46:54.287Z
28912026-05-28T21:46:54.287Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28922026-05-28T21:46:54.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-28T21:46:54.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-28T21:46:54.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-28T21:46:54.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28962026-05-28T21:46:54.903Z
28972026-05-28T21:46:54.904Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
28982026-05-28T21:46:55.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-28T21:46:55.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-28T21:46:55.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-28T21:46:55.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29022026-05-28T21:46:55.525Z
29032026-05-28T21:46:55.525Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29042026-05-28T21:46:56.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-28T21:46:56.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-28T21:46:56.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-28T21:46:56.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29082026-05-28T21:46:56.152Z
29092026-05-28T21:46:56.152Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29102026-05-28T21:46:56.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-28T21:46:56.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-28T21:46:56.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-28T21:46:56.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29142026-05-28T21:46:56.769Z
29152026-05-28T21:46:56.769Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29162026-05-28T21:46:57.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-28T21:46:57.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-28T21:46:57.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-28T21:46:57.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29202026-05-28T21:46:57.369Z
29212026-05-28T21:46:57.369Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29222026-05-28T21:46:57.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-28T21:46:57.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-28T21:46:57.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-28T21:46:57.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262026-05-28T21:46:57.984Z
29272026-05-28T21:46:57.984Zinfo: running `cargo check --bins` on update-engine (103/276)
29282026-05-28T21:46:58.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-28T21:46:58.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-28T21:46:58.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-05-28T21:46:58.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29322026-05-28T21:46:58.586Z
29332026-05-28T21:46:58.586Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29342026-05-28T21:46:59.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-05-28T21:46:59.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-05-28T21:46:59.321Z Compiling crucible-workspace-hack v0.1.0
29372026-05-28T21:46:59.439Z Checking secrecy v0.10.3
29382026-05-28T21:46:59.446Z Compiling heapless v0.8.0
29392026-05-28T21:46:59.453Z Compiling ingot-macros v0.1.1
29402026-05-28T21:46:59.460Z Compiling toml_edit v0.23.10+spec-1.0.0
29412026-05-28T21:46:59.463Z Checking hash32 v0.3.1
29422026-05-28T21:46:59.480Z Compiling smoltcp v0.11.0
29432026-05-28T21:46:59.484Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-05-28T21:46:59.552Z Checking cobs v0.3.0
29452026-05-28T21:46:59.590Z Compiling thiserror-impl-no-std v2.0.2
29462026-05-28T21:46:59.679Z Checking universal-hash v0.5.1
29472026-05-28T21:46:59.691Z Checking half v2.7.1
29482026-05-28T21:46:59.730Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29492026-05-28T21:46:59.801Z Checking ciborium-io v0.2.2
29502026-05-28T21:46:59.874Z Checking opaque-debug v0.3.1
29512026-05-28T21:46:59.899Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29522026-05-28T21:46:59.929Z Checking postcard v1.1.3
29532026-05-28T21:46:59.942Z Checking poly1305 v0.8.0
29542026-05-28T21:46:59.954Z Checking ciborium-ll v0.2.2
29552026-05-28T21:47:00.122Z Compiling proc-macro-crate v3.4.0
29562026-05-28T21:47:00.179Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29572026-05-28T21:47:00.193Z Checking password-hash v0.5.0
29582026-05-28T21:47:00.209Z Checking chacha20 v0.9.1
29592026-05-28T21:47:00.402Z Compiling proc-macro-crate v1.3.1
29602026-05-28T21:47:00.422Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29612026-05-28T21:47:00.447Z Checking blake2 v0.10.6
29622026-05-28T21:47:00.520Z Checking aead v0.5.2
29632026-05-28T21:47:00.654Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29642026-05-28T21:47:00.666Z Compiling foreign-types-macros v0.2.3
29652026-05-28T21:47:00.679Z Compiling num_enum_derive v0.7.5
29662026-05-28T21:47:00.692Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-05-28T21:47:00.762Z Checking thiserror-no-std v2.0.2
29682026-05-28T21:47:00.822Z Checking foreign-types-shared v0.3.1
29692026-05-28T21:47:00.851Z Checking cpufeatures v0.3.0
29702026-05-28T21:47:00.864Z Checking vsss-rs v3.3.4
29712026-05-28T21:47:00.911Z Compiling num_enum_derive v0.5.11
29722026-05-28T21:47:00.924Z Checking argon2 v0.5.3
29732026-05-28T21:47:00.927Z Checking chacha20 v0.10.0
29742026-05-28T21:47:01.149Z Checking chacha20poly1305 v0.10.1
29752026-05-28T21:47:01.245Z Checking foreign-types v0.5.0
29762026-05-28T21:47:01.260Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29772026-05-28T21:47:01.277Z Checking ciborium v0.2.2
29782026-05-28T21:47:01.442Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29792026-05-28T21:47:01.541Z Checking tabwriter v1.4.1
29802026-05-28T21:47:01.689Z Checking byte-wrapper v0.1.0
29812026-05-28T21:47:01.703Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29822026-05-28T21:47:01.714Z Checking num_enum v0.7.5
29832026-05-28T21:47:01.727Z Checking cstr-argument v0.1.2
29842026-05-28T21:47:01.824Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29852026-05-28T21:47:01.847Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29862026-05-28T21:47:01.891Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29872026-05-28T21:47:01.936Z Checking num_enum v0.5.11
29882026-05-28T21:47:01.972Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29892026-05-28T21:47:02.049Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29902026-05-28T21:47:02.061Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29912026-05-28T21:47:02.119Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29922026-05-28T21:47:02.216Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29932026-05-28T21:47:02.229Z Checking rand v0.10.0
29942026-05-28T21:47:02.242Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29952026-05-28T21:47:02.256Z Checking ingot-types v0.1.2
29962026-05-28T21:47:02.269Z Checking indent_write v2.2.0
29972026-05-28T21:47:02.398Z Checking colored v3.1.1
29982026-05-28T21:47:02.421Z Compiling zone_cfg_derive v0.3.1
29992026-05-28T21:47:02.510Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30002026-05-28T21:47:02.550Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30012026-05-28T21:47:02.600Z Checking itertools v0.12.1
30022026-05-28T21:47:02.614Z Checking ingot v0.1.1
30032026-05-28T21:47:02.684Z Compiling num-derive v0.4.2
30042026-05-28T21:47:02.726Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30052026-05-28T21:47:02.739Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30062026-05-28T21:47:02.834Z Checking swrite v0.1.0
30072026-05-28T21:47:02.927Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30082026-05-28T21:47:02.941Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30092026-05-28T21:47:03.070Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30102026-05-28T21:47:03.088Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30112026-05-28T21:47:03.092Z Checking dropshot-api-manager-types v0.7.1
30122026-05-28T21:47:03.201Z Checking smf v0.2.3
30132026-05-28T21:47:03.216Z Checking nanorand v0.7.0
30142026-05-28T21:47:03.253Z Checking whoami v1.6.1
30152026-05-28T21:47:03.411Z Checking flume v0.11.1
30162026-05-28T21:47:03.425Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30172026-05-28T21:47:03.588Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30182026-05-28T21:47:03.613Z Checking zone v0.3.1
30192026-05-28T21:47:04.185Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-05-28T21:47:05.163Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-28T21:47:06.053Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-28T21:47:09.162Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30232026-05-28T21:47:11.201Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30242026-05-28T21:47:12.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
30252026-05-28T21:47:12.508Z
30262026-05-28T21:47:12.508Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30272026-05-28T21:47:13.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-05-28T21:47:13.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-05-28T21:47:13.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-05-28T21:47:13.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30312026-05-28T21:47:13.122Z
30322026-05-28T21:47:13.122Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30332026-05-28T21:47:13.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-05-28T21:47:13.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-05-28T21:47:13.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-05-28T21:47:13.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30372026-05-28T21:47:13.745Z
30382026-05-28T21:47:13.745Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30392026-05-28T21:47:14.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-05-28T21:47:14.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-05-28T21:47:14.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-05-28T21:47:14.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30432026-05-28T21:47:14.364Z
30442026-05-28T21:47:14.364Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30452026-05-28T21:47:14.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-28T21:47:14.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-28T21:47:14.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-28T21:47:14.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30492026-05-28T21:47:14.986Z
30502026-05-28T21:47:14.986Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30512026-05-28T21:47:15.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-28T21:47:15.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-28T21:47:15.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-28T21:47:15.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30552026-05-28T21:47:15.609Z
30562026-05-28T21:47:15.609Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30572026-05-28T21:47:16.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-28T21:47:16.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-28T21:47:16.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-28T21:47:16.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30612026-05-28T21:47:16.231Z
30622026-05-28T21:47:16.231Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30632026-05-28T21:47:16.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-28T21:47:16.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-28T21:47:16.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-28T21:47:16.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30672026-05-28T21:47:16.856Z
30682026-05-28T21:47:16.856Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30692026-05-28T21:47:17.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-28T21:47:17.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-28T21:47:17.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-28T21:47:17.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30732026-05-28T21:47:17.455Z
30742026-05-28T21:47:17.455Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30752026-05-28T21:47:17.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-28T21:47:17.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-28T21:47:17.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-28T21:47:17.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30792026-05-28T21:47:18.068Z
30802026-05-28T21:47:18.068Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30812026-05-28T21:47:18.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-28T21:47:18.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-28T21:47:18.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-28T21:47:18.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30852026-05-28T21:47:18.687Z
30862026-05-28T21:47:18.687Zinfo: running `cargo check --bins` on installinator-client (115/276)
30872026-05-28T21:47:19.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-28T21:47:19.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-28T21:47:19.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-28T21:47:19.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30912026-05-28T21:47:19.306Z
30922026-05-28T21:47:19.306Zinfo: running `cargo check --bins` on nexus-client (116/276)
30932026-05-28T21:47:19.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-28T21:47:19.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-28T21:47:19.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-28T21:47:19.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30972026-05-28T21:47:19.951Z
30982026-05-28T21:47:19.951Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
30992026-05-28T21:47:20.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-28T21:47:20.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-28T21:47:20.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-28T21:47:20.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31032026-05-28T21:47:20.607Z
31042026-05-28T21:47:20.607Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31052026-05-28T21:47:21.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-28T21:47:21.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-28T21:47:21.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-28T21:47:21.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31092026-05-28T21:47:21.215Z
31102026-05-28T21:47:21.215Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31112026-05-28T21:47:21.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-28T21:47:21.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-28T21:47:21.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-28T21:47:21.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31152026-05-28T21:47:21.823Z
31162026-05-28T21:47:21.823Zinfo: running `cargo check --bins` on oxide-client (120/276)
31172026-05-28T21:47:22.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-28T21:47:22.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-28T21:47:22.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-28T21:47:22.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31212026-05-28T21:47:22.423Z
31222026-05-28T21:47:22.423Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31232026-05-28T21:47:22.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-28T21:47:22.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-28T21:47:22.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-28T21:47:22.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31272026-05-28T21:47:23.035Z
31282026-05-28T21:47:23.035Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31292026-05-28T21:47:23.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-28T21:47:23.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-28T21:47:23.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-28T21:47:23.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31332026-05-28T21:47:23.638Z
31342026-05-28T21:47:23.638Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31352026-05-28T21:47:24.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-28T21:47:24.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-28T21:47:24.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-05-28T21:47:24.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31392026-05-28T21:47:24.264Z
31402026-05-28T21:47:24.264Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31412026-05-28T21:47:24.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-05-28T21:47:24.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-05-28T21:47:24.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-05-28T21:47:24.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31452026-05-28T21:47:24.905Z
31462026-05-28T21:47:24.906Zinfo: running `cargo check --bins` on installinator-common (125/276)
31472026-05-28T21:47:25.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-05-28T21:47:25.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-05-28T21:47:25.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-05-28T21:47:25.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31512026-05-28T21:47:25.537Z
31522026-05-28T21:47:25.537Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31532026-05-28T21:47:26.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-28T21:47:26.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-28T21:47:26.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-28T21:47:26.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31572026-05-28T21:47:26.136Z
31582026-05-28T21:47:26.136Zinfo: running `cargo check --bins` on wicket-common (127/276)
31592026-05-28T21:47:26.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-28T21:47:26.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-28T21:47:26.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-28T21:47:26.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31632026-05-28T21:47:26.768Z
31642026-05-28T21:47:26.769Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31652026-05-28T21:47:27.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-28T21:47:27.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-28T21:47:27.477Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31682026-05-28T21:47:27.595Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31692026-05-28T21:47:27.603Z Checking csv-core v0.1.13
31702026-05-28T21:47:27.611Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31712026-05-28T21:47:27.615Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31722026-05-28T21:47:27.627Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31732026-05-28T21:47:27.639Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31742026-05-28T21:47:27.651Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31752026-05-28T21:47:27.763Z Checking csv v1.4.0
31762026-05-28T21:47:27.794Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31772026-05-28T21:47:27.824Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-05-28T21:47:27.851Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31792026-05-28T21:47:27.866Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31802026-05-28T21:47:28.103Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31812026-05-28T21:47:28.467Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31822026-05-28T21:47:28.470Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-05-28T21:47:28.822Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31842026-05-28T21:47:34.708Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31852026-05-28T21:47:35.246Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31862026-05-28T21:47:37.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.84s
31872026-05-28T21:47:37.804Z
31882026-05-28T21:47:37.804Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31892026-05-28T21:47:38.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-05-28T21:47:38.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-05-28T21:47:38.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-05-28T21:47:38.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31932026-05-28T21:47:38.416Z
31942026-05-28T21:47:38.416Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31952026-05-28T21:47:38.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-05-28T21:47:39.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-05-28T21:47:39.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-05-28T21:47:39.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31992026-05-28T21:47:39.118Z
32002026-05-28T21:47:39.118Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32012026-05-28T21:47:39.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-05-28T21:47:39.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-05-28T21:47:39.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-05-28T21:47:39.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32052026-05-28T21:47:39.803Z
32062026-05-28T21:47:39.803Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32072026-05-28T21:47:40.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-05-28T21:47:40.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-05-28T21:47:40.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-05-28T21:47:40.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32112026-05-28T21:47:40.465Z
32122026-05-28T21:47:40.465Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32132026-05-28T21:47:41.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-05-28T21:47:41.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-05-28T21:47:41.240Z Compiling regress v0.11.1
32162026-05-28T21:47:41.385Z Compiling unsafe-libyaml v0.2.11
32172026-05-28T21:47:41.398Z Compiling semver v0.1.20
32182026-05-28T21:47:41.410Z Compiling radium v0.7.0
32192026-05-28T21:47:41.423Z Compiling maybe-uninit v2.0.0
32202026-05-28T21:47:41.428Z Checking tap v1.0.1
32212026-05-28T21:47:41.448Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32222026-05-28T21:47:41.523Z Checking wyz v0.5.1
32232026-05-28T21:47:41.675Z Compiling rustc_version v0.1.7
32242026-05-28T21:47:41.700Z Checking progenitor-client v0.13.0
32252026-05-28T21:47:41.746Z Compiling zerocopy-derive v0.6.6
32262026-05-28T21:47:41.857Z Checking crc-catalog v2.4.0
32272026-05-28T21:47:41.897Z Compiling serde_yaml v0.9.34+deprecated
32282026-05-28T21:47:41.942Z Compiling newtype_derive v0.1.6
32292026-05-28T21:47:41.956Z Compiling packed_struct v0.10.1
32302026-05-28T21:47:42.112Z Compiling cancel-safe-futures v0.1.5
32312026-05-28T21:47:42.132Z Compiling owo-colors v4.3.0
32322026-05-28T21:47:42.208Z Checking funty v2.0.0
32332026-05-28T21:47:42.416Z Checking crc v3.4.0
32342026-05-28T21:47:42.547Z Checking bitvec v1.0.1
32352026-05-28T21:47:42.584Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32362026-05-28T21:47:42.600Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32372026-05-28T21:47:42.620Z Checking zerocopy v0.6.6
32382026-05-28T21:47:42.830Z Checking typify-impl v0.6.2
32392026-05-28T21:47:42.941Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32402026-05-28T21:47:42.957Z Compiling packed_struct_codegen v0.10.1
32412026-05-28T21:47:43.130Z Checking libsw-core v0.3.2
32422026-05-28T21:47:43.196Z Compiling bitfield-macros v0.19.4
32432026-05-28T21:47:43.281Z Compiling indexmap v1.9.3
32442026-05-28T21:47:43.372Z Checking nodrop v0.1.14
32452026-05-28T21:47:43.471Z Checking array-init v0.0.4
32462026-05-28T21:47:43.503Z Checking libsw v3.5.0
32472026-05-28T21:47:43.657Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32482026-05-28T21:47:43.774Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32492026-05-28T21:47:43.857Z Checking smallvec v0.6.14
32502026-05-28T21:47:43.903Z Checking bitfield v0.19.4
32512026-05-28T21:47:43.958Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32522026-05-28T21:47:44.131Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32532026-05-28T21:47:44.172Z Checking base64 v0.21.7
32542026-05-28T21:47:44.285Z Checking tagptr v0.2.0
32552026-05-28T21:47:44.324Z Checking unicode-linebreak v0.1.5
32562026-05-28T21:47:44.401Z Checking linear-map v1.2.0
32572026-05-28T21:47:44.435Z Checking smawk v0.3.2
32582026-05-28T21:47:44.449Z Checking hashbrown v0.12.3
32592026-05-28T21:47:44.542Z Checking ron v0.8.1
32602026-05-28T21:47:44.563Z Checking moka v0.12.13
32612026-05-28T21:47:44.577Z Checking textwrap v0.16.2
32622026-05-28T21:47:44.577Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632026-05-28T21:47:44.602Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32642026-05-28T21:47:44.758Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32652026-05-28T21:47:44.792Z Checking steno v0.4.1
32662026-05-28T21:47:45.063Z Checking serde-hex v0.1.0
32672026-05-28T21:47:45.116Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32682026-05-28T21:47:45.184Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-05-28T21:47:45.200Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32702026-05-28T21:47:45.348Z Checking hashbrown v0.13.2
32712026-05-28T21:47:45.561Z Checking humantime v2.3.0
32722026-05-28T21:47:45.749Z Checking crc-any v2.5.0
32732026-05-28T21:47:45.771Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-05-28T21:47:45.787Z Checking object v0.30.4
32752026-05-28T21:47:45.788Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-05-28T21:47:45.866Z Checking hickory-resolver v0.25.2
32772026-05-28T21:47:45.924Z Checking half v1.8.3
32782026-05-28T21:47:45.958Z Checking path-slash v0.1.5
32792026-05-28T21:47:45.991Z Checking void v1.0.2
32802026-05-28T21:47:46.063Z Checking utf-8 v0.7.6
32812026-05-28T21:47:46.102Z Checking lzss v0.8.2
32822026-05-28T21:47:46.116Z Checking serde_cbor v0.11.2
32832026-05-28T21:47:46.202Z Checking tungstenite v0.23.0
32842026-05-28T21:47:46.469Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-05-28T21:47:46.498Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-05-28T21:47:46.545Z Checking nix v0.27.1
32872026-05-28T21:47:46.566Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32882026-05-28T21:47:46.595Z Checking kstat-rs v0.2.4
32892026-05-28T21:47:46.618Z Checking fxhash v0.2.1
32902026-05-28T21:47:46.735Z Checking serde_bytes v0.11.19
32912026-05-28T21:47:46.751Z Checking tokio-tungstenite v0.23.1
32922026-05-28T21:47:46.783Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32932026-05-28T21:47:46.911Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32942026-05-28T21:47:46.985Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-05-28T21:47:47.009Z Checking signal-hook-tokio v0.3.1
32962026-05-28T21:47:47.327Z Compiling typify-macro v0.6.2
32972026-05-28T21:47:48.058Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-05-28T21:47:48.482Z Compiling typify v0.6.2
32992026-05-28T21:47:48.562Z Compiling progenitor-impl v0.13.0
33002026-05-28T21:47:48.562Z Compiling progenitor-impl v0.14.0
33012026-05-28T21:47:48.959Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-05-28T21:47:49.310Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33032026-05-28T21:47:50.156Z Compiling progenitor-macro v0.13.0
33042026-05-28T21:47:50.191Z Compiling progenitor-macro v0.14.0
33052026-05-28T21:47:52.568Z Checking progenitor v0.13.0
33062026-05-28T21:47:52.698Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33072026-05-28T21:47:52.886Z Checking progenitor v0.14.0
33082026-05-28T21:47:53.005Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-05-28T21:47:55.724Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-05-28T21:48:03.443Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-05-28T21:48:09.856Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-05-28T21:48:11.234Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-05-28T21:48:11.750Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-05-28T21:48:13.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.39s
33152026-05-28T21:48:14.060Z
33162026-05-28T21:48:14.060Zinfo: running `cargo check --bins` on gateway-api (134/276)
33172026-05-28T21:48:14.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-28T21:48:14.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-28T21:48:14.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-28T21:48:14.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33212026-05-28T21:48:14.669Z
33222026-05-28T21:48:14.669Zinfo: running `cargo check --bins` on ipcc (135/276)
33232026-05-28T21:48:15.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-28T21:48:15.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-28T21:48:15.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-28T21:48:15.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33272026-05-28T21:48:15.283Z
33282026-05-28T21:48:15.283Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33292026-05-28T21:48:15.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-28T21:48:15.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-28T21:48:15.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-28T21:48:15.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33332026-05-28T21:48:15.881Z
33342026-05-28T21:48:15.881Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33352026-05-28T21:48:16.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-28T21:48:16.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-28T21:48:16.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-28T21:48:16.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-05-28T21:48:16.497Z
33402026-05-28T21:48:16.497Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33412026-05-28T21:48:17.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-28T21:48:17.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-28T21:48:17.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-28T21:48:17.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-05-28T21:48:17.112Z
33462026-05-28T21:48:17.112Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33472026-05-28T21:48:17.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-28T21:48:17.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-28T21:48:17.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-28T21:48:17.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33512026-05-28T21:48:17.735Z
33522026-05-28T21:48:17.735Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33532026-05-28T21:48:18.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-28T21:48:18.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-28T21:48:18.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-28T21:48:18.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33572026-05-28T21:48:18.350Z
33582026-05-28T21:48:18.350Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33592026-05-28T21:48:18.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-28T21:48:18.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-28T21:48:18.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-28T21:48:18.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33632026-05-28T21:48:18.971Z
33642026-05-28T21:48:18.971Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33652026-05-28T21:48:19.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-28T21:48:19.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-28T21:48:19.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-28T21:48:19.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33692026-05-28T21:48:19.591Z
33702026-05-28T21:48:19.591Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33712026-05-28T21:48:20.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-28T21:48:20.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-28T21:48:20.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-28T21:48:20.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33752026-05-28T21:48:20.207Z
33762026-05-28T21:48:20.207Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33772026-05-28T21:48:20.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-28T21:48:20.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-28T21:48:20.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-28T21:48:20.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-05-28T21:48:20.822Z
33822026-05-28T21:48:20.822Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33832026-05-28T21:48:21.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-28T21:48:21.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-28T21:48:21.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-28T21:48:21.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-05-28T21:48:21.433Z
33882026-05-28T21:48:21.433Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33892026-05-28T21:48:21.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-28T21:48:21.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-28T21:48:21.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-28T21:48:21.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33932026-05-28T21:48:22.045Z
33942026-05-28T21:48:22.046Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33952026-05-28T21:48:22.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-28T21:48:22.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-28T21:48:22.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-28T21:48:22.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-28T21:48:22.652Z
34002026-05-28T21:48:22.653Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34012026-05-28T21:48:23.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-28T21:48:23.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-28T21:48:23.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-28T21:48:23.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-05-28T21:48:23.259Z
34062026-05-28T21:48:23.259Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34072026-05-28T21:48:23.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-28T21:48:23.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-28T21:48:23.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-28T21:48:23.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-05-28T21:48:23.869Z
34122026-05-28T21:48:23.869Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34132026-05-28T21:48:24.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-28T21:48:24.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-28T21:48:24.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-28T21:48:24.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34172026-05-28T21:48:24.486Z
34182026-05-28T21:48:24.486Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34192026-05-28T21:48:24.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-28T21:48:25.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-28T21:48:25.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-28T21:48:25.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34232026-05-28T21:48:25.099Z
34242026-05-28T21:48:25.099Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34252026-05-28T21:48:25.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-28T21:48:25.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-28T21:48:25.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-28T21:48:25.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34292026-05-28T21:48:25.717Z
34302026-05-28T21:48:25.717Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34312026-05-28T21:48:26.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-28T21:48:26.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-28T21:48:26.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-28T21:48:26.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-05-28T21:48:26.340Z
34362026-05-28T21:48:26.340Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34372026-05-28T21:48:26.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-28T21:48:26.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-28T21:48:26.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-28T21:48:26.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34412026-05-28T21:48:26.946Z
34422026-05-28T21:48:26.946Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34432026-05-28T21:48:27.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-28T21:48:27.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-28T21:48:27.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-28T21:48:27.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34472026-05-28T21:48:27.595Z
34482026-05-28T21:48:27.595Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34492026-05-28T21:48:28.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-28T21:48:28.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-28T21:48:28.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-28T21:48:28.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34532026-05-28T21:48:28.213Z
34542026-05-28T21:48:28.213Zinfo: running `cargo check --bins` on dns-server (157/276)
34552026-05-28T21:48:28.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-28T21:48:28.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-28T21:48:28.879Z Compiling parking_lot_core v0.8.6
34582026-05-28T21:48:28.879Z Compiling atomicwrites v0.4.4
34592026-05-28T21:48:28.882Z Compiling git-stub v1.0.0
34602026-05-28T21:48:28.882Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34612026-05-28T21:48:28.882Z Checking prefix-trie v0.7.0
34622026-05-28T21:48:29.123Z Compiling git-stub-vcs v0.1.0
34632026-05-28T21:48:29.302Z Checking hickory-server v0.25.2
34642026-05-28T21:48:29.399Z Checking parking_lot v0.11.2
34652026-05-28T21:48:29.402Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34662026-05-28T21:48:29.481Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34672026-05-28T21:48:29.484Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34682026-05-28T21:48:29.571Z Checking sled v0.34.7
34692026-05-28T21:48:31.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
34702026-05-28T21:48:31.646Z
34712026-05-28T21:48:31.647Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34722026-05-28T21:48:32.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-28T21:48:32.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-28T21:48:32.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-28T21:48:32.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34762026-05-28T21:48:32.260Z
34772026-05-28T21:48:32.260Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34782026-05-28T21:48:32.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-28T21:48:32.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-28T21:48:32.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-28T21:48:32.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34822026-05-28T21:48:32.879Z
34832026-05-28T21:48:32.879Zinfo: running `cargo check --bins` on sp-sim (160/276)
34842026-05-28T21:48:33.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-28T21:48:33.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-28T21:48:33.618Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34872026-05-28T21:48:35.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s
34882026-05-28T21:48:35.606Z
34892026-05-28T21:48:35.606Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34902026-05-28T21:48:36.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-28T21:48:36.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-28T21:48:36.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-28T21:48:36.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34942026-05-28T21:48:36.277Z
34952026-05-28T21:48:36.277Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34962026-05-28T21:48:36.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-28T21:48:36.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-28T21:48:36.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-28T21:48:36.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35002026-05-28T21:48:36.948Z
35012026-05-28T21:48:36.948Zinfo: running `cargo check --bins` on db-macros (163/276)
35022026-05-28T21:48:37.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-28T21:48:37.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-28T21:48:37.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-28T21:48:37.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35062026-05-28T21:48:37.553Z
35072026-05-28T21:48:37.553Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35082026-05-28T21:48:38.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-28T21:48:38.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-28T21:48:38.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-28T21:48:38.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35122026-05-28T21:48:38.158Z
35132026-05-28T21:48:38.158Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35142026-05-28T21:48:38.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-28T21:48:38.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-28T21:48:38.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-28T21:48:38.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35182026-05-28T21:48:38.823Z
35192026-05-28T21:48:38.823Zinfo: running `cargo check --bins` on authz-macros (166/276)
35202026-05-28T21:48:39.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-28T21:48:39.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-28T21:48:39.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-28T21:48:39.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35242026-05-28T21:48:39.419Z
35252026-05-28T21:48:39.419Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35262026-05-28T21:48:39.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-28T21:48:39.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-28T21:48:39.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-28T21:48:39.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35302026-05-28T21:48:40.076Z
35312026-05-28T21:48:40.076Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35322026-05-28T21:48:40.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-28T21:48:40.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-28T21:48:40.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-28T21:48:40.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35362026-05-28T21:48:40.729Z
35372026-05-28T21:48:40.730Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35382026-05-28T21:48:41.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-28T21:48:41.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-28T21:48:41.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-28T21:48:41.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35422026-05-28T21:48:41.326Z
35432026-05-28T21:48:41.326Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35442026-05-28T21:48:41.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-28T21:48:41.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-28T21:48:41.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-28T21:48:41.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35482026-05-28T21:48:41.925Z
35492026-05-28T21:48:41.925Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35502026-05-28T21:48:42.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-28T21:48:42.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-28T21:48:42.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-28T21:48:42.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35542026-05-28T21:48:42.542Z
35552026-05-28T21:48:42.542Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35562026-05-28T21:48:43.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-28T21:48:43.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-28T21:48:43.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-28T21:48:43.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-05-28T21:48:43.143Z
35612026-05-28T21:48:43.143Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35622026-05-28T21:48:43.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-28T21:48:43.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-28T21:48:43.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-28T21:48:43.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-05-28T21:48:43.746Z
35672026-05-28T21:48:43.746Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35682026-05-28T21:48:44.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-28T21:48:44.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-28T21:48:44.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-28T21:48:44.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35722026-05-28T21:48:44.412Z
35732026-05-28T21:48:44.412Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35742026-05-28T21:48:44.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-28T21:48:44.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-28T21:48:44.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-28T21:48:44.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35782026-05-28T21:48:45.077Z
35792026-05-28T21:48:45.077Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35802026-05-28T21:48:45.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-28T21:48:45.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-28T21:48:45.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-28T21:48:45.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35842026-05-28T21:48:45.738Z
35852026-05-28T21:48:45.738Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35862026-05-28T21:48:46.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-28T21:48:46.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-28T21:48:46.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-28T21:48:46.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35902026-05-28T21:48:46.367Z
35912026-05-28T21:48:46.367Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35922026-05-28T21:48:46.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-28T21:48:46.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-28T21:48:46.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-28T21:48:46.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35962026-05-28T21:48:46.996Z
35972026-05-28T21:48:46.996Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
35982026-05-28T21:48:47.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-28T21:48:47.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-28T21:48:47.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-28T21:48:47.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36022026-05-28T21:48:47.624Z
36032026-05-28T21:48:47.624Zinfo: running `cargo check --bins` on key-manager (180/276)
36042026-05-28T21:48:48.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-28T21:48:48.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-28T21:48:48.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-28T21:48:48.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36082026-05-28T21:48:48.236Z
36092026-05-28T21:48:48.236Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36102026-05-28T21:48:48.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-28T21:48:48.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-28T21:48:48.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-28T21:48:48.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36142026-05-28T21:48:48.871Z
36152026-05-28T21:48:48.871Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36162026-05-28T21:48:49.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-28T21:48:49.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-28T21:48:49.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-28T21:48:49.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36202026-05-28T21:48:49.491Z
36212026-05-28T21:48:49.491Zinfo: running `cargo check --bins` on typed-rng (183/276)
36222026-05-28T21:48:49.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-28T21:48:49.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-28T21:48:49.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-28T21:48:49.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36262026-05-28T21:48:50.088Z
36272026-05-28T21:48:50.088Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36282026-05-28T21:48:50.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-28T21:48:50.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-28T21:48:50.966Z Compiling typify-impl v0.4.3
36312026-05-28T21:48:50.966Z Compiling libefi-sys v0.1.0
36322026-05-28T21:48:50.969Z Compiling bitfield-struct v0.6.2
36332026-05-28T21:48:51.139Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36342026-05-28T21:48:51.147Z Compiling xshell-macros v0.2.7
36352026-05-28T21:48:51.150Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36362026-05-28T21:48:51.153Z Compiling salty v0.3.0
36372026-05-28T21:48:51.242Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36382026-05-28T21:48:51.374Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36392026-05-28T21:48:51.468Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36402026-05-28T21:48:51.536Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36412026-05-28T21:48:51.603Z Checking xshell v0.2.7
36422026-05-28T21:48:51.617Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36432026-05-28T21:48:51.721Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36442026-05-28T21:48:51.794Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36452026-05-28T21:48:51.838Z Checking primeorder v0.13.6
36462026-05-28T21:48:51.965Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36472026-05-28T21:48:51.981Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36482026-05-28T21:48:52.057Z Compiling proc-macro-error-attr2 v2.0.0
36492026-05-28T21:48:52.083Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36502026-05-28T21:48:52.100Z Checking tungstenite v0.21.0
36512026-05-28T21:48:52.200Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36522026-05-28T21:48:52.295Z Checking p384 v0.13.1
36532026-05-28T21:48:52.321Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36542026-05-28T21:48:52.443Z Compiling proc-macro-error2 v2.0.1
36552026-05-28T21:48:52.716Z Compiling num-derive v0.3.3
36562026-05-28T21:48:52.765Z Compiling tabled_derive v0.11.0
36572026-05-28T21:48:52.870Z Checking tokio-tungstenite v0.21.0
36582026-05-28T21:48:53.061Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36592026-05-28T21:48:53.110Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36602026-05-28T21:48:53.151Z Checking papergrid v0.17.0
36612026-05-28T21:48:53.493Z Checking testing_table v0.3.0
36622026-05-28T21:48:53.589Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-05-28T21:48:53.607Z Checking libscf-sys v1.1.0
36642026-05-28T21:48:53.743Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36652026-05-28T21:48:53.759Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36662026-05-28T21:48:53.924Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36672026-05-28T21:48:53.940Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36682026-05-28T21:48:54.127Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36692026-05-28T21:48:54.151Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36702026-05-28T21:48:54.228Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36712026-05-28T21:48:54.268Z Checking corncobs v0.1.4
36722026-05-28T21:48:54.358Z Compiling unicase v2.9.0
36732026-05-28T21:48:54.381Z Compiling illumos-nvpair-sys v0.2.0
36742026-05-28T21:48:54.402Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36752026-05-28T21:48:54.570Z Compiling mime_guess v2.0.5
36762026-05-28T21:48:54.644Z Checking tabled v0.20.0
36772026-05-28T21:48:54.658Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36782026-05-28T21:48:54.673Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36792026-05-28T21:48:54.738Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36802026-05-28T21:48:54.869Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36812026-05-28T21:48:54.940Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36822026-05-28T21:48:55.022Z Checking progenitor-client v0.11.2
36832026-05-28T21:48:55.068Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36842026-05-28T21:48:55.119Z Checking secrecy v0.8.0
36852026-05-28T21:48:55.248Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36862026-05-28T21:48:55.494Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36872026-05-28T21:48:55.528Z Compiling typify-macro v0.4.3
36882026-05-28T21:48:55.606Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36892026-05-28T21:48:55.631Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36902026-05-28T21:48:55.662Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36912026-05-28T21:48:55.763Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36922026-05-28T21:48:55.828Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36932026-05-28T21:48:55.911Z Checking filetime v0.2.27
36942026-05-28T21:48:56.051Z Checking http-range v0.1.5
36952026-05-28T21:48:56.160Z Checking crc8 v0.1.1
36962026-05-28T21:48:56.183Z Checking xattr v1.6.1
36972026-05-28T21:48:56.262Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36982026-05-28T21:48:56.320Z Checking tar v0.4.45
36992026-05-28T21:48:56.456Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37002026-05-28T21:48:56.552Z Checking illumos-nvpair v0.3.0
37012026-05-28T21:48:56.719Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37022026-05-28T21:48:56.732Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37032026-05-28T21:48:56.841Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37042026-05-28T21:48:57.107Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37052026-05-28T21:48:57.150Z Checking atty v0.2.14
37062026-05-28T21:48:57.183Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37072026-05-28T21:48:57.199Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37082026-05-28T21:48:57.239Z Compiling typify v0.4.3
37092026-05-28T21:48:57.358Z Compiling progenitor-impl v0.11.2
37102026-05-28T21:48:57.536Z Compiling progenitor-impl v0.10.0
37112026-05-28T21:48:57.796Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37122026-05-28T21:48:58.118Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37132026-05-28T21:48:58.260Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37142026-05-28T21:48:58.314Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37152026-05-28T21:48:58.369Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37162026-05-28T21:48:58.575Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37172026-05-28T21:48:58.760Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37182026-05-28T21:48:58.919Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37192026-05-28T21:48:59.093Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37202026-05-28T21:48:59.332Z Checking hyper-staticfile v0.10.1
37212026-05-28T21:48:59.378Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37222026-05-28T21:48:59.634Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37232026-05-28T21:48:59.651Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37242026-05-28T21:48:59.962Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37252026-05-28T21:49:00.010Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37262026-05-28T21:49:00.043Z Compiling progenitor-macro v0.11.2
37272026-05-28T21:49:00.163Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37282026-05-28T21:49:00.222Z Compiling progenitor-macro v0.10.0
37292026-05-28T21:49:00.241Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37302026-05-28T21:49:00.282Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37312026-05-28T21:49:02.833Z Checking progenitor v0.11.2
37322026-05-28T21:49:02.970Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37332026-05-28T21:49:02.986Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37342026-05-28T21:49:03.126Z Checking progenitor v0.10.0
37352026-05-28T21:49:03.252Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37362026-05-28T21:49:07.625Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37372026-05-28T21:49:18.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.55s
37382026-05-28T21:49:18.863Z
37392026-05-28T21:49:18.864Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37402026-05-28T21:49:19.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-28T21:49:19.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-28T21:49:19.665Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-28T21:49:30.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
37442026-05-28T21:49:30.527Z
37452026-05-28T21:49:30.528Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37462026-05-28T21:49:31.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-28T21:49:31.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-28T21:49:31.321Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-28T21:49:41.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
37502026-05-28T21:49:42.186Z
37512026-05-28T21:49:42.186Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37522026-05-28T21:49:42.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-28T21:49:42.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-28T21:49:42.976Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-28T21:49:53.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
37562026-05-28T21:49:53.921Z
37572026-05-28T21:49:53.921Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37582026-05-28T21:49:54.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-28T21:49:54.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-28T21:49:54.713Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-05-28T21:50:05.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
37622026-05-28T21:50:05.633Z
37632026-05-28T21:50:05.633Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37642026-05-28T21:50:06.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-28T21:50:06.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-28T21:50:06.426Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-05-28T21:50:17.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
37682026-05-28T21:50:17.357Z
37692026-05-28T21:50:17.357Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37702026-05-28T21:50:17.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-28T21:50:17.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-28T21:50:18.150Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-05-28T21:50:28.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
37742026-05-28T21:50:29.055Z
37752026-05-28T21:50:29.055Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37762026-05-28T21:50:29.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-28T21:50:29.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-28T21:50:29.854Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-05-28T21:50:40.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s
37802026-05-28T21:50:40.840Z
37812026-05-28T21:50:40.840Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37822026-05-28T21:50:41.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-28T21:50:41.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-28T21:50:41.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-28T21:50:41.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37862026-05-28T21:50:41.451Z
37872026-05-28T21:50:41.451Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37882026-05-28T21:50:41.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-28T21:50:41.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-28T21:50:41.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-28T21:50:41.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37922026-05-28T21:50:42.069Z
37932026-05-28T21:50:42.070Zinfo: running `cargo check --bins` on range-requests (194/276)
37942026-05-28T21:50:42.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-28T21:50:42.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-28T21:50:42.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-28T21:50:42.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37982026-05-28T21:50:42.676Z
37992026-05-28T21:50:42.676Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38002026-05-28T21:50:43.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-28T21:50:43.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-28T21:50:43.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-28T21:50:43.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38042026-05-28T21:50:43.283Z
38052026-05-28T21:50:43.283Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38062026-05-28T21:50:43.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-28T21:50:43.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-28T21:50:43.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-28T21:50:43.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38102026-05-28T21:50:43.912Z
38112026-05-28T21:50:43.912Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38122026-05-28T21:50:44.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-28T21:50:44.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-28T21:50:44.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-28T21:50:44.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38162026-05-28T21:50:44.536Z
38172026-05-28T21:50:44.536Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38182026-05-28T21:50:45.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-28T21:50:45.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-28T21:50:45.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-28T21:50:45.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38222026-05-28T21:50:45.158Z
38232026-05-28T21:50:45.158Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38242026-05-28T21:50:45.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-28T21:50:45.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-28T21:50:45.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-28T21:50:45.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38282026-05-28T21:50:45.791Z
38292026-05-28T21:50:45.791Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38302026-05-28T21:50:46.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-28T21:50:46.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-28T21:50:46.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-28T21:50:46.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38342026-05-28T21:50:46.426Z
38352026-05-28T21:50:46.426Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38362026-05-28T21:50:46.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-28T21:50:46.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-28T21:50:46.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-28T21:50:46.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38402026-05-28T21:50:47.062Z
38412026-05-28T21:50:47.062Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38422026-05-28T21:50:47.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-28T21:50:47.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-28T21:50:47.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-28T21:50:47.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38462026-05-28T21:50:47.692Z
38472026-05-28T21:50:47.692Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38482026-05-28T21:50:48.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-28T21:50:48.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-28T21:50:48.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-28T21:50:48.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38522026-05-28T21:50:48.324Z
38532026-05-28T21:50:48.324Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38542026-05-28T21:50:48.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-28T21:50:48.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-28T21:50:48.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-28T21:50:48.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38582026-05-28T21:50:48.954Z
38592026-05-28T21:50:48.954Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38602026-05-28T21:50:49.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-28T21:50:49.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-28T21:50:49.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-28T21:50:49.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38642026-05-28T21:50:49.582Z
38652026-05-28T21:50:49.582Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38662026-05-28T21:50:50.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-28T21:50:50.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-28T21:50:50.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-28T21:50:50.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38702026-05-28T21:50:50.240Z
38712026-05-28T21:50:50.240Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38722026-05-28T21:50:50.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-28T21:50:50.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-28T21:50:50.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-28T21:50:50.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38762026-05-28T21:50:50.874Z
38772026-05-28T21:50:50.874Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38782026-05-28T21:50:51.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-28T21:50:51.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-28T21:50:51.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-05-28T21:50:51.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38822026-05-28T21:50:51.519Z
38832026-05-28T21:50:51.519Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38842026-05-28T21:50:52.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-05-28T21:50:52.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-05-28T21:50:52.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-05-28T21:50:52.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38882026-05-28T21:50:52.180Z
38892026-05-28T21:50:52.180Zinfo: running `cargo check --bins` on update-common (210/276)
38902026-05-28T21:50:52.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-05-28T21:50:52.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-05-28T21:50:52.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-05-28T21:50:52.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38942026-05-28T21:50:52.798Z
38952026-05-28T21:50:52.798Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38962026-05-28T21:50:53.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-05-28T21:50:53.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-05-28T21:50:53.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-05-28T21:50:53.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39002026-05-28T21:50:53.462Z
39012026-05-28T21:50:53.462Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39022026-05-28T21:50:53.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-28T21:50:53.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-28T21:50:53.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-05-28T21:50:53.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39062026-05-28T21:50:54.058Z
39072026-05-28T21:50:54.058Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39082026-05-28T21:50:54.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-05-28T21:50:54.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-05-28T21:50:54.840Z Compiling fs-err v2.11.0
39112026-05-28T21:50:54.843Z Checking ignore v0.4.25
39122026-05-28T21:50:54.843Z Checking arc-swap v1.8.2
39132026-05-28T21:50:54.843Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39142026-05-28T21:50:54.843Z Checking predicates-tree v1.0.13
39152026-05-28T21:50:54.963Z Checking parse-size v1.1.0
39162026-05-28T21:50:55.010Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39172026-05-28T21:50:55.013Z Checking rand_seeder v0.4.0
39182026-05-28T21:50:55.063Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39192026-05-28T21:50:55.095Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39202026-05-28T21:50:55.158Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39212026-05-28T21:50:55.171Z Checking slog-scope v4.4.1
39222026-05-28T21:50:55.220Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39232026-05-28T21:50:55.296Z Compiling petname v2.0.2
39242026-05-28T21:50:55.311Z Checking slog-stdlog v4.1.1
39252026-05-28T21:50:55.325Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39262026-05-28T21:50:55.345Z Checking globwalk v0.9.1
39272026-05-28T21:50:55.426Z Checking slog-envlogger v2.2.0
39282026-05-28T21:50:55.454Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39292026-05-28T21:50:55.526Z Checking camino-tempfile-ext v0.3.3
39302026-05-28T21:50:55.579Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39312026-05-28T21:50:55.602Z Checking sapling-renderdag v0.1.0
39322026-05-28T21:50:55.721Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39332026-05-28T21:50:55.777Z Checking subprocess v0.2.15
39342026-05-28T21:50:55.836Z Checking sync-ptr v0.1.4
39352026-05-28T21:50:55.945Z Checking colored v2.2.0
39362026-05-28T21:50:55.958Z Checking assert_matches v1.5.0
39372026-05-28T21:50:56.056Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39382026-05-28T21:50:56.254Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39392026-05-28T21:50:56.257Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39402026-05-28T21:50:56.899Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39412026-05-28T21:50:58.232Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39422026-05-28T21:51:00.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s
39432026-05-28T21:51:00.664Z
39442026-05-28T21:51:00.664Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39452026-05-28T21:51:01.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-05-28T21:51:01.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-05-28T21:51:01.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-05-28T21:51:01.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39492026-05-28T21:51:01.251Z
39502026-05-28T21:51:01.251Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39512026-05-28T21:51:01.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-05-28T21:51:01.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-05-28T21:51:01.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-05-28T21:51:01.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39552026-05-28T21:51:01.866Z
39562026-05-28T21:51:01.866Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39572026-05-28T21:51:02.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-05-28T21:51:02.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-05-28T21:51:02.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-05-28T21:51:02.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39612026-05-28T21:51:02.524Z
39622026-05-28T21:51:02.524Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39632026-05-28T21:51:03.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-05-28T21:51:03.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-05-28T21:51:03.256Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39662026-05-28T21:51:03.256Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39672026-05-28T21:51:03.902Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39682026-05-28T21:51:05.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
39692026-05-28T21:51:05.700Z
39702026-05-28T21:51:05.700Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39712026-05-28T21:51:06.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-28T21:51:06.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-28T21:51:06.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-05-28T21:51:06.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39752026-05-28T21:51:06.307Z
39762026-05-28T21:51:06.307Zinfo: running `cargo check --bins` on cert-dev (219/276)
39772026-05-28T21:51:06.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-28T21:51:06.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-28T21:51:06.920Z Checking yasna v0.5.2
39802026-05-28T21:51:07.327Z Checking rcgen v0.12.1
39812026-05-28T21:51:07.576Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39822026-05-28T21:51:07.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
39832026-05-28T21:51:07.944Z
39842026-05-28T21:51:07.944Zinfo: running `cargo check --bins` on clickana (220/276)
39852026-05-28T21:51:08.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-05-28T21:51:08.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-05-28T21:51:08.595Z Compiling darling_core v0.23.0
39882026-05-28T21:51:08.598Z Compiling instability v0.3.11
39892026-05-28T21:51:08.713Z Checking castaway v0.2.4
39902026-05-28T21:51:08.716Z Compiling indoc v2.0.7
39912026-05-28T21:51:08.719Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39922026-05-28T21:51:08.733Z Checking unicode-truncate v1.1.0
39932026-05-28T21:51:08.736Z Checking lru v0.12.5
39942026-05-28T21:51:08.736Z Checking cassowary v0.3.0
39952026-05-28T21:51:08.803Z Checking compact_str v0.8.1
39962026-05-28T21:51:09.780Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39972026-05-28T21:51:09.970Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39982026-05-28T21:51:10.122Z Compiling darling_macro v0.23.0
39992026-05-28T21:51:10.537Z Compiling darling v0.23.0
40002026-05-28T21:51:11.145Z Checking ratatui v0.29.0
40012026-05-28T21:51:12.204Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40022026-05-28T21:51:12.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
40032026-05-28T21:51:13.071Z
40042026-05-28T21:51:13.071Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40052026-05-28T21:51:13.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-05-28T21:51:13.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-05-28T21:51:13.796Z Checking headers-core v0.3.0
40082026-05-28T21:51:13.796Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40092026-05-28T21:51:13.996Z Checking headers v0.4.1
40102026-05-28T21:51:14.375Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40112026-05-28T21:51:15.233Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40122026-05-28T21:51:15.742Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40132026-05-28T21:51:16.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
40142026-05-28T21:51:16.372Z
40152026-05-28T21:51:16.372Zinfo: running `cargo check --bins` on ch-dev (222/276)
40162026-05-28T21:51:16.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-28T21:51:16.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-28T21:51:17.093Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40192026-05-28T21:51:17.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40202026-05-28T21:51:18.052Z
40212026-05-28T21:51:18.052Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40222026-05-28T21:51:18.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-28T21:51:18.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-28T21:51:18.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-05-28T21:51:18.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40262026-05-28T21:51:18.524Z
40272026-05-28T21:51:18.524Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40282026-05-28T21:51:19.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-05-28T21:51:19.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-05-28T21:51:19.251Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40312026-05-28T21:51:20.236Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40322026-05-28T21:51:20.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
40332026-05-28T21:51:20.786Z
40342026-05-28T21:51:20.786Zinfo: running `cargo check --bins` on db-dev (225/276)
40352026-05-28T21:51:21.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-05-28T21:51:21.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-05-28T21:51:21.509Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40382026-05-28T21:51:22.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40392026-05-28T21:51:22.482Z
40402026-05-28T21:51:22.482Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40412026-05-28T21:51:23.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-05-28T21:51:23.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-05-28T21:51:23.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-05-28T21:51:23.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40452026-05-28T21:51:23.135Z
40462026-05-28T21:51:23.135Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40472026-05-28T21:51:23.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-05-28T21:51:23.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-05-28T21:51:23.752Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40502026-05-28T21:51:24.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
40512026-05-28T21:51:24.611Z
40522026-05-28T21:51:24.611Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40532026-05-28T21:51:25.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-05-28T21:51:25.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-05-28T21:51:25.362Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40562026-05-28T21:51:25.362Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40572026-05-28T21:51:25.363Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40582026-05-28T21:51:25.366Z Checking git-stub v1.0.0
40592026-05-28T21:51:25.366Z Compiling trait-variant v0.1.2
40602026-05-28T21:51:25.366Z Checking is_ci v1.2.0
40612026-05-28T21:51:25.366Z Checking maplit v1.0.2
40622026-05-28T21:51:25.504Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40632026-05-28T21:51:25.567Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40642026-05-28T21:51:25.617Z Checking supports-color v3.0.2
40652026-05-28T21:51:25.670Z Checking git-stub-vcs v0.1.0
40662026-05-28T21:51:25.705Z Checking drift v0.1.4
40672026-05-28T21:51:25.739Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40682026-05-28T21:51:25.772Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40692026-05-28T21:51:25.866Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40702026-05-28T21:51:25.988Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40712026-05-28T21:51:26.003Z Checking dropshot-api-manager v0.7.1
40722026-05-28T21:51:26.021Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
40732026-05-28T21:51:26.036Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40742026-05-28T21:51:26.209Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40752026-05-28T21:51:26.251Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40762026-05-28T21:51:26.420Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40772026-05-28T21:51:26.763Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40782026-05-28T21:51:31.761Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40792026-05-28T21:51:32.849Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40802026-05-28T21:51:33.426Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40812026-05-28T21:51:33.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s
40822026-05-28T21:51:34.057Z
40832026-05-28T21:51:34.057Zinfo: running `cargo check --bins` on installinator-api (229/276)
40842026-05-28T21:51:34.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-05-28T21:51:34.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-05-28T21:51:34.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-05-28T21:51:34.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40882026-05-28T21:51:34.670Z
40892026-05-28T21:51:34.670Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40902026-05-28T21:51:35.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-28T21:51:35.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-28T21:51:35.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-05-28T21:51:35.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40942026-05-28T21:51:35.321Z
40952026-05-28T21:51:35.321Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40962026-05-28T21:51:35.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-28T21:51:35.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-28T21:51:35.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-05-28T21:51:35.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41002026-05-28T21:51:35.968Z
41012026-05-28T21:51:35.968Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41022026-05-28T21:51:36.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-05-28T21:51:36.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-05-28T21:51:36.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-05-28T21:51:36.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41062026-05-28T21:51:36.617Z
41072026-05-28T21:51:36.617Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41082026-05-28T21:51:37.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-05-28T21:51:37.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-05-28T21:51:37.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-05-28T21:51:37.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41122026-05-28T21:51:37.232Z
41132026-05-28T21:51:37.232Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41142026-05-28T21:51:37.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-28T21:51:37.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-28T21:51:37.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-05-28T21:51:37.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41182026-05-28T21:51:37.827Z
41192026-05-28T21:51:37.827Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41202026-05-28T21:51:38.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-28T21:51:38.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-28T21:51:38.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-05-28T21:51:38.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41242026-05-28T21:51:38.449Z
41252026-05-28T21:51:38.449Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41262026-05-28T21:51:38.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-05-28T21:51:38.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-05-28T21:51:39.067Z Checking typeid v1.0.3
41292026-05-28T21:51:39.181Z Checking ordered-float v2.10.1
41302026-05-28T21:51:39.201Z Checking unicode-xid v0.2.6
41312026-05-28T21:51:39.214Z Checking cargo-platform v0.2.0
41322026-05-28T21:51:39.223Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41332026-05-28T21:51:39.249Z Checking erased-serde v0.4.9
41342026-05-28T21:51:39.384Z Checking serde-value v0.7.0
41352026-05-28T21:51:39.562Z Checking serde-untagged v0.1.9
41362026-05-28T21:51:39.717Z Checking cargo-util-schemas v0.8.2
41372026-05-28T21:51:40.398Z Checking cargo_metadata v0.21.0
41382026-05-28T21:51:40.994Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41392026-05-28T21:51:41.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
41402026-05-28T21:51:41.871Z
41412026-05-28T21:51:41.871Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41422026-05-28T21:51:42.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-05-28T21:51:42.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-05-28T21:51:42.616Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41452026-05-28T21:51:43.248Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41462026-05-28T21:51:43.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
41472026-05-28T21:51:43.972Z
41482026-05-28T21:51:43.972Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41492026-05-28T21:51:44.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-05-28T21:51:44.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-05-28T21:51:44.850Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41522026-05-28T21:51:44.850Z Compiling vergen-gitcl v1.0.8
41532026-05-28T21:51:44.850Z Compiling dirs-sys-next v0.1.2
41542026-05-28T21:51:44.850Z Compiling diesel_derives v2.3.7
41552026-05-28T21:51:44.850Z Compiling glob v0.3.3
41562026-05-28T21:51:44.853Z Compiling crunchy v0.2.4
41572026-05-28T21:51:44.853Z Compiling dsl_auto_type v0.2.0
41582026-05-28T21:51:44.853Z Checking scheduled-thread-pool v0.2.7
41592026-05-28T21:51:45.148Z Compiling diesel_table_macro_syntax v0.3.0
41602026-05-28T21:51:45.189Z Compiling dirs-next v2.0.0
41612026-05-28T21:51:45.208Z Compiling tiny-keccak v2.0.2
41622026-05-28T21:51:45.307Z Compiling term v0.7.0
41632026-05-28T21:51:45.348Z Checking r2d2 v0.8.10
41642026-05-28T21:51:45.369Z Checking downcast-rs v2.0.2
41652026-05-28T21:51:45.395Z Compiling clang-sys v1.8.1
41662026-05-28T21:51:45.431Z Compiling bit-vec v0.6.3
41672026-05-28T21:51:45.525Z Compiling itertools v0.10.5
41682026-05-28T21:51:45.646Z Compiling bit-set v0.5.3
41692026-05-28T21:51:45.764Z Compiling ascii-canvas v3.0.0
41702026-05-28T21:51:45.807Z Compiling ena v0.14.4
41712026-05-28T21:51:45.865Z Compiling libloading v0.8.9
41722026-05-28T21:51:45.880Z Compiling regex-syntax v0.6.29
41732026-05-28T21:51:45.893Z Compiling bindgen v0.71.1
41742026-05-28T21:51:46.016Z Compiling diff v0.1.13
41752026-05-28T21:51:46.071Z Compiling cexpr v0.6.0
41762026-05-28T21:51:46.293Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41772026-05-28T21:51:46.342Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41782026-05-28T21:51:46.482Z Compiling rustc-hash v2.1.1
41792026-05-28T21:51:46.522Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41802026-05-28T21:51:46.611Z Compiling libxml v0.3.3
41812026-05-28T21:51:46.627Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41822026-05-28T21:51:46.756Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41832026-05-28T21:51:46.864Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41842026-05-28T21:51:46.944Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41852026-05-28T21:51:47.056Z Compiling strum_macros v0.24.3
41862026-05-28T21:51:47.116Z Compiling indoc v1.0.9
41872026-05-28T21:51:47.222Z Compiling lalrpop v0.19.12
41882026-05-28T21:51:48.040Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41892026-05-28T21:51:48.233Z Checking derive_builder v0.20.2
41902026-05-28T21:51:48.356Z Compiling oso-derive v0.27.3
41912026-05-28T21:51:48.412Z Checking quick-xml v0.37.5
41922026-05-28T21:51:48.585Z Compiling impl-trait-for-tuples v0.2.3
41932026-05-28T21:51:48.854Z Checking openssl-probe v0.1.6
41942026-05-28T21:51:48.998Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41952026-05-28T21:51:49.337Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41962026-05-28T21:51:49.540Z Checking bb8 v0.8.6
41972026-05-28T21:51:49.731Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41982026-05-28T21:51:49.786Z Checking nonempty v0.12.0
41992026-05-28T21:51:49.829Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42002026-05-28T21:51:49.947Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42012026-05-28T21:51:49.962Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42022026-05-28T21:51:50.046Z Checking console v0.16.2
42032026-05-28T21:51:50.161Z Checking unit-prefix v0.5.2
42042026-05-28T21:51:50.176Z Checking support-bundle-viewer v0.1.2
42052026-05-28T21:51:50.299Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42062026-05-28T21:51:50.360Z Checking indicatif v0.18.4
42072026-05-28T21:51:50.424Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42082026-05-28T21:51:50.543Z Checking multimap v0.10.1
42092026-05-28T21:51:50.907Z Checking diesel v2.3.7
42102026-05-28T21:51:52.959Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42112026-05-28T21:51:53.060Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42122026-05-28T21:51:53.560Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42132026-05-28T21:51:54.693Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42142026-05-28T21:51:54.859Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42152026-05-28T21:51:55.192Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42162026-05-28T21:51:55.524Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42172026-05-28T21:51:55.810Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42182026-05-28T21:51:57.609Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42192026-05-28T21:52:03.047Z Compiling samael v0.0.19
42202026-05-28T21:52:06.622Z Checking async-bb8-diesel v0.2.1
42212026-05-28T21:52:06.694Z Checking diesel-dtrace v0.5.0
42222026-05-28T21:52:07.566Z Compiling polar-core v0.27.3
42232026-05-28T21:52:12.042Z Checking oso v0.27.3
42242026-05-28T21:52:49.407Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42252026-05-28T21:53:23.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
42262026-05-28T21:53:23.530Z
42272026-05-28T21:53:23.530Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42282026-05-28T21:53:24.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-05-28T21:53:24.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-05-28T21:53:24.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-05-28T21:53:24.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42322026-05-28T21:53:24.192Z
42332026-05-28T21:53:24.192Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42342026-05-28T21:53:24.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-05-28T21:53:24.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-05-28T21:53:24.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-05-28T21:53:24.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42382026-05-28T21:53:24.855Z
42392026-05-28T21:53:24.855Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42402026-05-28T21:53:25.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-05-28T21:53:25.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-05-28T21:53:25.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-05-28T21:53:25.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42442026-05-28T21:53:25.452Z
42452026-05-28T21:53:25.452Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42462026-05-28T21:53:26.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-05-28T21:53:26.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-05-28T21:53:26.329Z Compiling libz-sys v1.1.24
42492026-05-28T21:53:26.464Z Compiling libgit2-sys v0.18.3+1.9.2
42502026-05-28T21:53:26.492Z Compiling vergen-git2 v1.0.7
42512026-05-28T21:53:26.495Z Compiling rustls v0.21.12
42522026-05-28T21:53:26.495Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42532026-05-28T21:53:26.498Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42542026-05-28T21:53:26.498Z Checking rustls-webpki v0.101.7
42552026-05-28T21:53:26.498Z Checking sct v0.7.1
42562026-05-28T21:53:26.650Z Compiling nix v0.29.0
42572026-05-28T21:53:26.730Z Compiling dropshot v0.16.7
42582026-05-28T21:53:26.818Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42592026-05-28T21:53:26.831Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42602026-05-28T21:53:26.972Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42612026-05-28T21:53:26.992Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42622026-05-28T21:53:27.007Z Checking toml v0.9.12+spec-1.1.0
42632026-05-28T21:53:27.020Z Compiling dropshot_endpoint v0.16.7
42642026-05-28T21:53:27.226Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42652026-05-28T21:53:27.275Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42662026-05-28T21:53:27.489Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42672026-05-28T21:53:27.577Z Checking rustls-pemfile v1.0.4
42682026-05-28T21:53:27.718Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42692026-05-28T21:53:27.887Z Checking twox-hash v2.1.2
42702026-05-28T21:53:27.935Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42712026-05-28T21:53:28.132Z Checking tokio-rustls v0.24.1
42722026-05-28T21:53:28.667Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42732026-05-28T21:53:28.789Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42742026-05-28T21:53:28.942Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42752026-05-28T21:53:29.520Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42762026-05-28T21:53:29.575Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42772026-05-28T21:53:29.612Z Checking fatfs v0.3.6
42782026-05-28T21:53:29.649Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42792026-05-28T21:53:29.718Z Compiling seq-macro v0.3.6
42802026-05-28T21:53:33.400Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42812026-05-28T21:53:33.530Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42822026-05-28T21:53:33.980Z Compiling git2 v0.20.4
42832026-05-28T21:53:36.232Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42842026-05-28T21:54:23.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.69s
42852026-05-28T21:54:23.375Z
42862026-05-28T21:54:23.376Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42872026-05-28T21:54:24.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-28T21:54:24.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-28T21:54:24.279Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42902026-05-28T21:55:02.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.60s
42912026-05-28T21:55:03.202Z
42922026-05-28T21:55:03.202Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42932026-05-28T21:55:03.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-28T21:55:03.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-28T21:55:03.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-28T21:55:03.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42972026-05-28T21:55:03.806Z
42982026-05-28T21:55:03.806Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
42992026-05-28T21:55:04.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-28T21:55:04.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-28T21:55:04.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-28T21:55:04.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43032026-05-28T21:55:04.458Z
43042026-05-28T21:55:04.458Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43052026-05-28T21:55:05.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-28T21:55:05.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-28T21:55:05.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-05-28T21:55:05.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43092026-05-28T21:55:05.131Z
43102026-05-28T21:55:05.131Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43112026-05-28T21:55:05.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-28T21:55:05.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-28T21:55:05.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-05-28T21:55:05.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43152026-05-28T21:55:05.803Z
43162026-05-28T21:55:05.803Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43172026-05-28T21:55:06.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-05-28T21:55:06.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-05-28T21:55:06.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-05-28T21:55:06.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43212026-05-28T21:55:06.465Z
43222026-05-28T21:55:06.465Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43232026-05-28T21:55:07.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-05-28T21:55:07.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-05-28T21:55:07.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-05-28T21:55:07.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43272026-05-28T21:55:07.138Z
43282026-05-28T21:55:07.138Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43292026-05-28T21:55:07.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-05-28T21:55:07.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-05-28T21:55:07.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-05-28T21:55:07.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43332026-05-28T21:55:07.807Z
43342026-05-28T21:55:07.807Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43352026-05-28T21:55:08.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-05-28T21:55:08.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-05-28T21:55:08.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-05-28T21:55:08.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43392026-05-28T21:55:08.474Z
43402026-05-28T21:55:08.474Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43412026-05-28T21:55:09.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-05-28T21:55:09.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-05-28T21:55:09.386Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-05-28T21:55:09.386Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43452026-05-28T21:55:09.575Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43462026-05-28T21:55:09.606Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43472026-05-28T21:55:09.628Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43482026-05-28T21:55:09.643Z Checking diff v0.1.13
43492026-05-28T21:55:09.646Z Checking yansi v1.0.1
43502026-05-28T21:55:09.646Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43512026-05-28T21:55:09.712Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43522026-05-28T21:55:09.909Z Checking pretty_assertions v1.4.1
43532026-05-28T21:55:10.561Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43542026-05-28T21:55:10.686Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43552026-05-28T21:55:34.536Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43562026-05-28T21:55:34.543Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43572026-05-28T21:55:34.543Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43582026-05-28T21:55:34.543Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43592026-05-28T21:55:34.543Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43602026-05-28T21:55:34.543Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43612026-05-28T21:55:35.403Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43622026-05-28T21:55:36.502Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43632026-05-28T21:56:15.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43642026-05-28T21:56:15.519Z
43652026-05-28T21:56:15.519Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43662026-05-28T21:56:16.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-05-28T21:56:16.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-05-28T21:56:16.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43692026-05-28T21:56:16.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43702026-05-28T21:56:16.121Z
43712026-05-28T21:56:16.121Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43722026-05-28T21:56:16.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43732026-05-28T21:56:16.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43742026-05-28T21:56:16.910Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43752026-05-28T21:56:17.035Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43762026-05-28T21:56:17.038Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43772026-05-28T21:56:42.901Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43782026-05-28T21:56:43.299Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43792026-05-28T21:56:45.018Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43802026-05-28T21:56:45.483Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43812026-05-28T21:56:48.438Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43822026-05-28T21:57:11.549Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43832026-05-28T21:57:12.265Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43842026-05-28T21:57:13.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.80s
43852026-05-28T21:57:14.140Z
43862026-05-28T21:57:14.140Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43872026-05-28T21:57:14.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-05-28T21:57:14.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-05-28T21:57:14.871Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43902026-05-28T21:57:15.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
43912026-05-28T21:57:15.790Z
43922026-05-28T21:57:15.790Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43932026-05-28T21:57:16.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-05-28T21:57:16.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-05-28T21:57:16.462Z Compiling blake3 v1.8.3
43962026-05-28T21:57:16.574Z Checking arrayvec v0.7.6
43972026-05-28T21:57:16.581Z Checking constant_time_eq v0.4.2
43982026-05-28T21:57:16.584Z Checking arrayref v0.3.9
43992026-05-28T21:57:16.596Z Checking topological-sort v0.2.2
44002026-05-28T21:57:16.599Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44012026-05-28T21:57:16.599Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44022026-05-28T21:57:16.599Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44032026-05-28T21:57:16.640Z Checking shell-words v1.1.1
44042026-05-28T21:57:17.473Z Checking omicron-zone-package v0.12.2
44052026-05-28T21:57:18.194Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44062026-05-28T21:57:19.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
44072026-05-28T21:57:19.261Z
44082026-05-28T21:57:19.261Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44092026-05-28T21:57:19.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-05-28T21:57:19.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-05-28T21:57:19.917Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44122026-05-28T21:57:20.244Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44132026-05-28T21:57:20.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
44142026-05-28T21:57:20.827Z
44152026-05-28T21:57:20.827Zinfo: running `cargo check --bins` on schema (258/276)
44162026-05-28T21:57:21.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-05-28T21:57:21.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-05-28T21:57:21.562Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44192026-05-28T21:57:22.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
44202026-05-28T21:57:22.466Z
44212026-05-28T21:57:22.466Zinfo: running `cargo check --bins` on xtask (259/276)
44222026-05-28T21:57:22.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-05-28T21:57:22.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-05-28T21:57:22.925Z Checking libc v0.2.185
44252026-05-28T21:57:23.007Z Checking serde v1.0.228
44262026-05-28T21:57:23.012Z Checking zerofrom v0.1.6
44272026-05-28T21:57:23.017Z Checking bitflags v2.11.0
44282026-05-28T21:57:23.023Z Checking smallvec v1.15.1
44292026-05-28T21:57:23.029Z Checking indexmap v2.14.0
44302026-05-28T21:57:23.039Z Checking serde_json v1.0.149
44312026-05-28T21:57:23.042Z Checking scroll v0.12.0
44322026-05-28T21:57:23.108Z Checking yoke v0.8.1
44332026-05-28T21:57:23.163Z Checking num-traits v0.2.19
44342026-05-28T21:57:23.194Z Checking thiserror v1.0.69
44352026-05-28T21:57:23.268Z Checking percent-encoding v2.3.2
44362026-05-28T21:57:23.279Z Checking zerovec v0.11.5
44372026-05-28T21:57:23.288Z Checking zerotrie v0.2.3
44382026-05-28T21:57:23.300Z Checking errno v0.3.14
44392026-05-28T21:57:23.394Z Checking toml_datetime v0.6.11
44402026-05-28T21:57:23.409Z Checking serde_spanned v0.6.9
44412026-05-28T21:57:23.420Z Checking rustix v1.1.3
44422026-05-28T21:57:23.527Z Checking log v0.4.29
44432026-05-28T21:57:23.539Z Checking form_urlencoded v1.2.2
44442026-05-28T21:57:23.563Z Checking zerocopy v0.7.35
44452026-05-28T21:57:23.573Z Checking toml_edit v0.22.27
44462026-05-28T21:57:23.645Z Checking getrandom v0.4.1
44472026-05-28T21:57:23.663Z Checking thiserror v2.0.18
44482026-05-28T21:57:23.678Z Checking goblin v0.8.2
44492026-05-28T21:57:23.688Z Checking ordered-float v2.10.1
44502026-05-28T21:57:23.708Z Checking tinystr v0.8.2
44512026-05-28T21:57:23.760Z Checking potential_utf v0.1.4
44522026-05-28T21:57:23.776Z Checking syn v2.0.117
44532026-05-28T21:57:23.883Z Checking icu_locale_core v2.1.1
44542026-05-28T21:57:23.893Z Checking icu_collections v2.1.1
44552026-05-28T21:57:23.908Z Checking serde-value v0.7.0
44562026-05-28T21:57:24.050Z Checking dtrace-parser v0.2.0
44572026-05-28T21:57:24.114Z Checking thread-id v4.2.2
44582026-05-28T21:57:24.197Z Checking once_cell v1.21.3
44592026-05-28T21:57:24.209Z Checking cargo-platform v0.2.0
44602026-05-28T21:57:24.232Z Checking terminal_size v0.4.3
44612026-05-28T21:57:24.286Z Checking memmap v0.7.0
44622026-05-28T21:57:24.357Z Checking clap_builder v4.5.60
44632026-05-28T21:57:24.371Z Checking tempfile v3.25.0
44642026-05-28T21:57:24.382Z Checking textwrap v0.16.2
44652026-05-28T21:57:24.416Z Checking fs-err v3.3.0
44662026-05-28T21:57:24.444Z Checking icu_provider v2.1.1
44672026-05-28T21:57:24.563Z Checking camino-tempfile v1.4.1
44682026-05-28T21:57:24.588Z Checking anyhow v1.0.102
44692026-05-28T21:57:24.598Z Checking tabled v0.15.0
44702026-05-28T21:57:24.669Z Checking toml v0.8.23
44712026-05-28T21:57:24.683Z Checking icu_normalizer v2.1.1
44722026-05-28T21:57:24.715Z Checking icu_properties v2.1.2
44732026-05-28T21:57:24.781Z Checking macaddr v1.0.1
44742026-05-28T21:57:24.962Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44752026-05-28T21:57:24.984Z Checking cargo_toml v0.21.0
44762026-05-28T21:57:25.519Z Checking idna_adapter v1.2.1
44772026-05-28T21:57:25.544Z Checking clap v4.5.60
44782026-05-28T21:57:25.561Z Checking dof v0.3.0
44792026-05-28T21:57:25.634Z Checking idna v1.1.0
44802026-05-28T21:57:25.829Z Checking usdt-impl v0.5.0
44812026-05-28T21:57:25.852Z Checking url v2.5.8
44822026-05-28T21:57:26.076Z Checking usdt v0.5.0
44832026-05-28T21:57:26.189Z Checking cargo-util-schemas v0.8.2
44842026-05-28T21:57:26.887Z Checking cargo_metadata v0.21.0
44852026-05-28T21:57:27.488Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44862026-05-28T21:57:27.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
44872026-05-28T21:57:28.041Z
44882026-05-28T21:57:28.041Zinfo: running `cargo check --bins` on dnsadm (260/276)
44892026-05-28T21:57:28.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-05-28T21:57:28.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-05-28T21:57:28.698Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44922026-05-28T21:57:29.176Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44932026-05-28T21:57:29.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
44942026-05-28T21:57:29.776Z
44952026-05-28T21:57:29.776Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44962026-05-28T21:57:30.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-05-28T21:57:30.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-05-28T21:57:30.594Z Checking polyval v0.6.2
44992026-05-28T21:57:30.722Z Checking ctr v0.9.2
45002026-05-28T21:57:30.733Z Checking ssh-encoding v0.2.0
45012026-05-28T21:57:30.733Z Checking blowfish v0.9.1
45022026-05-28T21:57:30.754Z Checking password-hash v0.4.2
45032026-05-28T21:57:30.768Z Checking p256 v0.13.2
45042026-05-28T21:57:30.768Z Checking p521 v0.13.3
45052026-05-28T21:57:30.799Z Checking russh-cryptovec v0.7.3
45062026-05-28T21:57:30.863Z Checking ghash v0.5.1
45072026-05-28T21:57:30.878Z Checking bcrypt-pbkdf v0.10.0
45082026-05-28T21:57:30.881Z Checking md5 v0.7.0
45092026-05-28T21:57:30.908Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45102026-05-28T21:57:30.966Z Checking pbkdf2 v0.11.0
45112026-05-28T21:57:30.969Z Checking num-bigint v0.4.6
45122026-05-28T21:57:30.980Z Checking aes-gcm v0.10.3
45132026-05-28T21:57:31.023Z Checking des v0.8.1
45142026-05-28T21:57:31.036Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45152026-05-28T21:57:31.052Z Checking hex-literal v0.4.1
45162026-05-28T21:57:31.111Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45172026-05-28T21:57:31.131Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45182026-05-28T21:57:31.145Z Checking ssh-cipher v0.2.0
45192026-05-28T21:57:31.148Z Checking socket2 v0.5.10
45202026-05-28T21:57:31.172Z Checking internet-checksum v0.2.1
45212026-05-28T21:57:31.310Z Checking ssh-key v0.6.7
45222026-05-28T21:57:31.423Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45232026-05-28T21:57:31.939Z Checking russh-keys v0.45.0
45242026-05-28T21:57:32.478Z Checking russh v0.45.0
45252026-05-28T21:57:49.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.33s
45262026-05-28T21:57:49.326Z
45272026-05-28T21:57:49.326Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45282026-05-28T21:57:49.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-05-28T21:57:49.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-05-28T21:57:49.986Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45312026-05-28T21:57:50.097Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45322026-05-28T21:57:50.105Z Checking termios v0.3.3
45332026-05-28T21:57:51.298Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45342026-05-28T21:57:51.451Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45352026-05-28T21:57:53.233Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45362026-05-28T21:57:53.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
45372026-05-28T21:57:53.991Z
45382026-05-28T21:57:53.991Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45392026-05-28T21:57:54.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-05-28T21:57:54.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-05-28T21:57:54.716Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45422026-05-28T21:57:54.719Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45432026-05-28T21:57:54.841Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45442026-05-28T21:57:54.844Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45452026-05-28T21:57:54.857Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45462026-05-28T21:57:54.866Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45472026-05-28T21:57:55.579Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45482026-05-28T21:57:55.923Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45492026-05-28T21:57:55.927Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45502026-05-28T21:57:56.582Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45512026-05-28T21:57:58.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
45522026-05-28T21:57:58.435Z
45532026-05-28T21:57:58.435Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45542026-05-28T21:57:58.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-05-28T21:57:58.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-05-28T21:57:59.086Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45572026-05-28T21:57:59.540Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45582026-05-28T21:57:59.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45592026-05-28T21:58:00.046Z
45602026-05-28T21:58:00.046Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45612026-05-28T21:58:00.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-05-28T21:58:00.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-05-28T21:58:00.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45642026-05-28T21:58:00.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45652026-05-28T21:58:00.651Z
45662026-05-28T21:58:00.651Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45672026-05-28T21:58:01.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-05-28T21:58:01.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-05-28T21:58:01.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45702026-05-28T21:58:01.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45712026-05-28T21:58:01.258Z
45722026-05-28T21:58:01.258Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45732026-05-28T21:58:01.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-05-28T21:58:01.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-05-28T21:58:02.025Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45762026-05-28T21:58:02.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45772026-05-28T21:58:02.852Z
45782026-05-28T21:58:02.852Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45792026-05-28T21:58:03.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-05-28T21:58:03.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-05-28T21:58:03.511Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45822026-05-28T21:58:03.514Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45832026-05-28T21:58:03.794Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45842026-05-28T21:58:03.794Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45852026-05-28T21:58:04.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
45862026-05-28T21:58:04.788Z
45872026-05-28T21:58:04.788Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45882026-05-28T21:58:05.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-05-28T21:58:05.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-05-28T21:58:05.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45912026-05-28T21:58:05.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45922026-05-28T21:58:05.391Z
45932026-05-28T21:58:05.391Zinfo: running `cargo check --bins` on omicron-package (270/276)
45942026-05-28T21:58:05.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-05-28T21:58:05.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-05-28T21:58:06.080Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45972026-05-28T21:58:07.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45982026-05-28T21:58:07.372Z
45992026-05-28T21:58:07.372Zinfo: running `cargo check --bins` on tqdb (271/276)
46002026-05-28T21:58:07.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-05-28T21:58:07.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-05-28T21:58:08.161Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46032026-05-28T21:58:08.518Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46042026-05-28T21:58:09.026Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46052026-05-28T21:58:09.030Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46062026-05-28T21:58:14.947Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46072026-05-28T21:58:14.950Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46082026-05-28T21:58:15.518Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46092026-05-28T21:58:15.522Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46102026-05-28T21:58:15.522Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46112026-05-28T21:58:15.522Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46122026-05-28T21:58:16.266Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46132026-05-28T21:58:17.275Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46142026-05-28T21:58:18.057Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46152026-05-28T21:58:18.675Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46162026-05-28T21:58:22.957Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46172026-05-28T21:58:29.357Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46182026-05-28T21:58:29.360Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46192026-05-28T21:58:29.360Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46202026-05-28T21:58:29.360Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46212026-05-28T21:58:30.857Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46222026-05-28T21:58:32.197Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46232026-05-28T21:58:32.877Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46242026-05-28T21:58:34.109Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46252026-05-28T21:58:34.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.29s
46262026-05-28T21:58:34.879Z
46272026-05-28T21:58:34.879Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46282026-05-28T21:58:35.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-05-28T21:58:35.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-05-28T21:58:35.604Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46312026-05-28T21:58:35.607Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46322026-05-28T21:58:35.608Z Checking rtoolbox v0.0.3
46332026-05-28T21:58:35.736Z Checking tui-tree-widget v0.23.1
46342026-05-28T21:58:35.831Z Checking rpassword v7.4.0
46352026-05-28T21:58:36.857Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46362026-05-28T21:58:39.813Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46372026-05-28T21:58:41.676Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46382026-05-28T21:58:42.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.70s
46392026-05-28T21:58:42.794Z
46402026-05-28T21:58:42.794Zinfo: running `cargo check --bins` on wicket (273/276)
46412026-05-28T21:58:43.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-05-28T21:58:43.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-05-28T21:58:43.506Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46442026-05-28T21:58:43.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
46452026-05-28T21:58:44.066Z
46462026-05-28T21:58:44.066Zinfo: running `cargo check --bins` on wicketd (274/276)
46472026-05-28T21:58:44.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-05-28T21:58:44.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-05-28T21:58:44.800Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46502026-05-28T21:58:44.800Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46512026-05-28T21:58:44.803Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46522026-05-28T21:58:44.804Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46532026-05-28T21:58:45.808Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46542026-05-28T21:58:46.385Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46552026-05-28T21:58:49.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
46562026-05-28T21:58:49.575Z
46572026-05-28T21:58:49.575Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46582026-05-28T21:58:50.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46592026-05-28T21:58:50.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46602026-05-28T21:58:50.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46612026-05-28T21:58:50.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46622026-05-28T21:58:50.172Z
46632026-05-28T21:58:50.172Zinfo: running `cargo check --bins` on zone-setup (276/276)
46642026-05-28T21:58:50.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46652026-05-28T21:58:50.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46662026-05-28T21:58:50.856Z Checking uzers v0.12.2
46672026-05-28T21:58:51.130Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46682026-05-28T21:58:51.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
46692026-05-28T21:58:52.094Z
46702026-05-28T21:58:52.094Zreal 14:19.203924313
46712026-05-28T21:58:52.094Zuser 20:42.831782090
46722026-05-28T21:58:52.094Zsys 4:20.798336346
46732026-05-28T21:58:52.094Ztrap 0.316556175
46742026-05-28T21:58:52.094Ztflt 0.677185499
46752026-05-28T21:58:52.094Zdflt 1.224447946
46762026-05-28T21:58:52.094Zkflt 0.005119942
46772026-05-28T21:58:52.094Zlock 1:18:01.082330966
46782026-05-28T21:58:52.094Zslp 1:39:22.864486213
46792026-05-28T21:58:52.094Zlat 1:01.216742926
46802026-05-28T21:58:52.098Zstop 3:38.306631039
46812026-05-28T21:58:52.098Zprocess exited: duration 996648 ms, exit code 0
 
46822026-05-28T21:58:52.105Zfound 0 output files