01KVRNTBEH42E7M0DQTF7AV0JW: 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: 01KVRNTQDT7JAG6PSBNJK0W5YT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T22:05:34.471Zjob assigned to worker 01KVRNTVRB5X4YWG9F4BXSKHXR [factory aws, i-0912e45d2f0acbbde] (queued for 46 s)
 
22026-06-22T22:05:40.666Zstarting task 0: "setup"
32026-06-22T22:05:40.671Z++ uname -s
42026-06-22T22:05:40.674Z+ kern=SunOS
52026-06-22T22:05:40.674Z+ build_user=build
62026-06-22T22:05:40.674Z+ build_uid=12345
72026-06-22T22:05:40.674Z+ work_dir=/work
82026-06-22T22:05:40.674Z+ input_dir=/input
92026-06-22T22:05:40.674Z+ [[ 0 == 12345 ]]
102026-06-22T22:05:40.674Z+ case "$kern" in
112026-06-22T22:05:40.674Z+ groupadd -g 12345 build
122026-06-22T22:05:40.674Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T22:05:42.680Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T22:05:42.729Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T22:05:42.732Z+ home_fs=zfs
162026-06-22T22:05:42.732Z+ [[ zfs == autofs ]]
172026-06-22T22:05:42.733Z+ mkdir -p /home/build
182026-06-22T22:05:42.733Z+ chown build:build /home/build /work
192026-06-22T22:05:44.733Z+ chmod 0700 /home/build /work
202026-06-22T22:05:44.737Zprocess exited: duration 4069 ms, exit code 0
 
212026-06-22T22:05:44.744Zstarting task 1: "rust-toolchain"
222026-06-22T22:05:44.748Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-22T22:05:44.748Z * rust toolchain channel = "1.94.0"
242026-06-22T22:05:44.748Z * rust toolchain profile = "default"
252026-06-22T22:05:44.748Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-22T22:05:44.749Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T22:05:44.752Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T22:05:44.752Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T22:05:44.752Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T22:05:44.851Zinfo: downloading installer
312026-06-22T22:05:46.374Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T22:05:46.374Zwarn: /home/build/.rustup/settings.toml
332026-06-22T22:05:46.374Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T22:05:46.374Zwarn: instead of the one inferred from the default host triple.
352026-06-22T22:05:46.386Zinfo: profile set to default
362026-06-22T22:05:46.386Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T22:05:46.389Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T22:05:46.554Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T22:05:46.557Zinfo: downloading 6 components
402026-06-22T22:06:01.809Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-22T22:06:01.809Z
422026-06-22T22:06:01.837Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T22:06:01.837Z
442026-06-22T22:06:01.838Z
452026-06-22T22:06:01.838ZRust is installed now. Great!
462026-06-22T22:06:01.838Z
472026-06-22T22:06:01.838ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T22:06:01.838Zenvironment variable. This has not been done automatically.
492026-06-22T22:06:01.838Z
502026-06-22T22:06:01.838ZTo configure your current shell, you need to source
512026-06-22T22:06:01.838Zthe corresponding env file under $HOME/.cargo.
522026-06-22T22:06:01.838Z
532026-06-22T22:06:01.838ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T22:06:01.838Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T22:06:01.838Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T22:06:01.838Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T22:06:01.838Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T22:06:01.838Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T22:06:01.838Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T22:06:01.838Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T22:06:01.838Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T22:06:01.925Z+ rustup --version
632026-06-22T22:06:01.934Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T22:06:01.937Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T22:06:01.956Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T22:06:01.959Z+ cargo --version
672026-06-22T22:06:01.971Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T22:06:01.974Z+ rustc --version
692026-06-22T22:06:01.993Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T22:06:01.996Zprocess exited: duration 17251 ms, exit code 0
 
712026-06-22T22:06:02.003Zstarting task 2: "authentication"
722026-06-22T22:06:02.019Zprocess exited: duration 16 ms, exit code 0
 
732026-06-22T22:06:02.025Zstarting task 3: "clone repository"
742026-06-22T22:06:02.028Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-22T22:06:02.031Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-22T22:06:02.060ZCloning into '/work/oxidecomputer/omicron'...
772026-06-22T22:06:12.449Z+ cd /work/oxidecomputer/omicron
782026-06-22T22:06:12.449Z+ git fetch origin f6ef6642eaa6f8aab1caa398d4e40007a4cb8c14
792026-06-22T22:06:12.736ZFrom https://github.com/oxidecomputer/omicron
802026-06-22T22:06:12.736Z * branch f6ef6642eaa6f8aab1caa398d4e40007a4cb8c14 -> FETCH_HEAD
812026-06-22T22:06:12.746Z+ [[ -n milan100c ]]
822026-06-22T22:06:12.749Z++ git branch --show-current
832026-06-22T22:06:12.749Z+ current=main
842026-06-22T22:06:12.749Z+ [[ main != milan100c ]]
852026-06-22T22:06:12.749Z+ git branch -f milan100c f6ef6642eaa6f8aab1caa398d4e40007a4cb8c14
862026-06-22T22:06:12.752Z+ git checkout -f milan100c
872026-06-22T22:06:12.994ZSwitched to branch 'milan100c'
882026-06-22T22:06:13.000Z+ git reset --hard f6ef6642eaa6f8aab1caa398d4e40007a4cb8c14
892026-06-22T22:06:13.240ZHEAD is now at f6ef6642e debug: pin helios to AMD Milan FW 1.0.0.c
902026-06-22T22:06:13.243Zprocess exited: duration 11216 ms, exit code 0
 
912026-06-22T22:06:13.249Zstarting task 4: "build"
922026-06-22T22:06:13.253Z+ source .github/buildomat/ci-env.sh
932026-06-22T22:06:13.253Z++ export CARGO_TERM_COLOR=always
942026-06-22T22:06:13.253Z++ CARGO_TERM_COLOR=always
952026-06-22T22:06:13.256Z+ cargo --version
962026-06-22T22:06:13.263Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-22T22:06:13.266Z+ rustc --version
982026-06-22T22:06:13.286Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-22T22:06:13.289Z+ source ./env.sh
1002026-06-22T22:06:13.289Z++ OLD_SHELL_OPTS=ehxB
1012026-06-22T22:06:13.289Z++ set -o xtrace
1022026-06-22T22:06:13.292Z++++ dirname ./env.sh
1032026-06-22T22:06:13.303Z+++ readlink -f .
1042026-06-22T22:06:13.307Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-22T22:06:13.310Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-22T22:06:13.310Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-22T22:06:13.310Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-22T22:06:13.310Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-06-22T22:06:13.310Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-06-22T22:06:13.310Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-06-22T22:06:13.310Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-06-22T22:06:13.310Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-06-22T22:06:13.310Z++ case $OLD_SHELL_OPTS in
1142026-06-22T22:06:13.310Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-06-22T22:06:13.310Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-06-22T22:06:13.310Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-06-22T22:06:13.310Z+ banner prerequisites
1182026-06-22T22:06:13.310Z
1192026-06-22T22:06:13.311Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-22T22:06:13.311Z # # # # # # # # # # # # # # #
1212026-06-22T22:06:13.311Z # # # # ##### # # ##### # # # # # #### #
1222026-06-22T22:06:13.311Z ##### ##### # ##### # # # # # # # # #
1232026-06-22T22:06:13.311Z # # # # # # # # # # # # # # #
1242026-06-22T22:06:13.311Z # # # ###### # # ###### ### # #### # #### #
1252026-06-22T22:06:13.311Z
1262026-06-22T22:06:13.311Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-22T22:06:15.343Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-22T22:06:15.440Z Startup: Caching catalogs ... Done
1292026-06-22T22:06:15.861ZPlanning: Solver setup ... Done (0.379s)
1302026-06-22T22:06:15.885ZPlanning: Running solver ... Done (0.024s)
1312026-06-22T22:06:15.895ZPlanning: Finding local manifests ... Done (0.002s)
1322026-06-22T22:06:15.908ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-22T22:06:15.922ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-22T22:06:15.936ZPlanning: Package planning ... Done (0.014s)
1352026-06-22T22:06:15.939ZPlanning: Merging actions ... Done (0.002s)
1362026-06-22T22:06:16.107ZPlanning: Checking for conflicting actions ... Done (0.170s)
1372026-06-22T22:06:16.111ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-22T22:06:16.872ZPlanning: Evaluating mediators ... Done (0.764s)
1392026-06-22T22:06:16.875ZPlanning: Planning completed in 1.41 seconds
1402026-06-22T22:06:16.883Z Packages to install: 2
1412026-06-22T22:06:16.883Z Estimated space available: 156.07 GB
1422026-06-22T22:06:16.886ZEstimated space to be consumed: 28.17 MB
1432026-06-22T22:06:16.886Z Create boot environment: No
1442026-06-22T22:06:16.886ZCreate backup boot environment: No
1452026-06-22T22:06:16.886Z Rebuild boot archive: No
1462026-06-22T22:06:16.886Z
1472026-06-22T22:06:16.886ZChanged packages:
1482026-06-22T22:06:16.886Zhelios
1492026-06-22T22:06:16.886Z developer/build-essential
1502026-06-22T22:06:16.886Z None -> 11-3.0
1512026-06-22T22:06:16.886Z library/libxmlsec1
1522026-06-22T22:06:16.886Z None -> 1.2.35-3.0
1532026-06-22T22:06:16.909Z
1542026-06-22T22:06:16.909ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-22T22:06:17.441ZDownload: Completed 1.28 MB in 0.53 seconds (2.4M/s)
1562026-06-22T22:06:17.540Z Actions: 1/268 actions (Installing new actions)
1572026-06-22T22:06:17.578Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-22T22:06:17.587ZFinalize: Updating package state database ... Done (0.010s)
1592026-06-22T22:06:17.591ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-22T22:06:17.613ZFinalize: Updating image state ... Done (0.025s)
1612026-06-22T22:06:20.107ZFinalize: Creating fast lookup database ... Done (2.469s)
1622026-06-22T22:06:20.180ZFinalize: Reading search index ... Done (0.012s)
1632026-06-22T22:06:20.183ZFinalize: Updating search index ... Done (0.000s)
1642026-06-22T22:06:20.276ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-22T22:06:20.606ZPlanning: Evaluating mediator changes ... Done
1662026-06-22T22:06:20.720ZPlanning: Checking for conflicting actions ... Done
1672026-06-22T22:06:20.723ZPlanning: Consolidating action changes ... Done
1682026-06-22T22:06:20.889ZPlanning: Evaluating mediators ... Done
1692026-06-22T22:06:20.893ZPlanning: Planning completed in 0.28 seconds
1702026-06-22T22:06:20.915Z Mediators to change: 2
1712026-06-22T22:06:20.915Z Create boot environment: No
1722026-06-22T22:06:20.915ZCreate backup boot environment: No
1732026-06-22T22:06:20.958ZFinalize: Updating package state database ... Done
1742026-06-22T22:06:20.959ZFinalize: Updating package cache ... Done
1752026-06-22T22:06:20.973ZFinalize: Updating image state ... Done
1762026-06-22T22:06:23.025ZFinalize: Creating fast lookup database ... Done
1772026-06-22T22:06:23.092ZFinalize: Reading search index ... Done
1782026-06-22T22:06:23.096ZFinalize: Updating search index ... Done
1792026-06-22T22:06:23.148ZFinalize: Updating package cache ... Done
1802026-06-22T22:06:23.446ZPlanning: Evaluating mediator changes ... Done
1812026-06-22T22:06:23.555ZPlanning: Checking for conflicting actions ... Done
1822026-06-22T22:06:23.558ZPlanning: Consolidating action changes ... Done
1832026-06-22T22:06:23.719ZPlanning: Evaluating mediators ... Done
1842026-06-22T22:06:23.724ZPlanning: Planning completed in 0.27 seconds
1852026-06-22T22:06:23.742Z Mediators to change: 1
1862026-06-22T22:06:23.742Z Create boot environment: No
1872026-06-22T22:06:23.745ZCreate backup boot environment: No
1882026-06-22T22:06:23.778ZFinalize: Updating package state database ... Done
1892026-06-22T22:06:23.778ZFinalize: Updating package cache ... Done
1902026-06-22T22:06:23.793ZFinalize: Updating image state ... Done
1912026-06-22T22:06:25.757ZFinalize: Creating fast lookup database ... Done
1922026-06-22T22:06:25.822ZFinalize: Reading search index ... Done
1932026-06-22T22:06:25.825ZFinalize: Updating search index ... Done
1942026-06-22T22:06:25.892ZFinalize: Updating package cache ... Done
1952026-06-22T22:06:26.207ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-22T22:06:26.207Zapache system 2.4 system
1972026-06-22T22:06:26.207Zclang system 15 system
1982026-06-22T22:06:26.207Zcsh system system illumos
1992026-06-22T22:06:26.207Zctags system system illumos
2002026-06-22T22:06:26.207Zfile vendor vendor darwinsys
2012026-06-22T22:06:26.207Zfile system system illumos
2022026-06-22T22:06:26.207Zgcc vendor 14 vendor
2032026-06-22T22:06:26.207Zgcc system 13 system
2042026-06-22T22:06:26.207Zgcc system 10 system
2052026-06-22T22:06:26.207Zgo system 1.25 system
2062026-06-22T22:06:26.207Zllvm system 15 system
2072026-06-22T22:06:26.208Zmariadb system 11.4 system
2082026-06-22T22:06:26.208Zmta vendor vendor dma
2092026-06-22T22:06:26.208Zopenjdk system 17 system
2102026-06-22T22:06:26.208Zopenjdk system 11 system
2112026-06-22T22:06:26.208Zopenssl vendor 3 vendor
2122026-06-22T22:06:26.208Zperl system 5.40 system
2132026-06-22T22:06:26.208Zpostgresql system 18 system
2142026-06-22T22:06:26.208Zpostgresql system 17 system
2152026-06-22T22:06:26.208Zpython vendor 3 vendor
2162026-06-22T22:06:26.208Zpython system 2 system
2172026-06-22T22:06:26.208Zpython3 vendor 3.13 vendor
2182026-06-22T22:06:26.208Zruby system 3.4 system
2192026-06-22T22:06:26.208Zruby system 3.0 system
2202026-06-22T22:06:26.208Zwords vendor vendor american-english
2212026-06-22T22:06:26.208Zwords system system australian-english
2222026-06-22T22:06:26.208Zwords system system british-english
2232026-06-22T22:06:26.208Zwords system system canadian-english
2242026-06-22T22:06:26.208Zwords system system french
2252026-06-22T22:06:26.208Zwords system system italian
2262026-06-22T22:06:26.208Zwords system system ngerman
2272026-06-22T22:06:26.208Zwords system system ogerman
2282026-06-22T22:06:26.208Zwords system system spanish
2292026-06-22T22:06:26.457ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-22T22:06:26.457Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-22T22:06:26.753ZFMRI IFO
2322026-06-22T22:06:26.753Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-22T22:06:26.753Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-22T22:06:26.753Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-22T22:06:26.753Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-22T22:06:26.753Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-22T22:06:26.753Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-22T22:06:26.753Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-22T22:06:26.753Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-22T22:06:26.753Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-22T22:06:27.006Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-22T22:06:27.282Z Updating crates.io index
2432026-06-22T22:06:27.321Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-22T22:06:27.549Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-22T22:06:28.519Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-22T22:06:28.946Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-22T22:06:30.114Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-22T22:06:31.069Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-22T22:06:32.631Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-22T22:06:33.506Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-22T22:06:33.758Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-22T22:06:34.723Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-22T22:06:35.158Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-22T22:06:35.480Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-22T22:06:35.862Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-22T22:06:36.350Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-22T22:06:36.813Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-22T22:06:37.125Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-22T22:06:37.461Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-22T22:06:37.843Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-22T22:06:38.112Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-22T22:06:38.671Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-22T22:06:38.884Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-22T22:06:39.147Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-22T22:06:39.579Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-22T22:06:39.898Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-22T22:06:40.526Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-22T22:06:40.905Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-22T22:06:41.251Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-22T22:06:41.685Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-22T22:06:41.955Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-22T22:06:43.155Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-22T22:06:44.069Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-06-22T22:06:44.533Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-06-22T22:06:44.839Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2762026-06-22T22:06:45.253Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2772026-06-22T22:06:45.560Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2782026-06-22T22:06:45.983Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2792026-06-22T22:06:46.274Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-06-22T22:06:46.803Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-06-22T22:06:47.042Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-06-22T22:06:47.343Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-06-22T22:06:47.710Z Updating git repository `https://github.com/oxidecomputer/omicron`
2842026-06-22T22:06:59.734Z Downloading crates ...
2852026-06-22T22:06:59.802Z Downloaded generic-array v0.14.7
2862026-06-22T22:06:59.812Z Downloaded utf8_iter v1.0.4
2872026-06-22T22:06:59.815Z Downloaded version_check v0.9.5
2882026-06-22T22:06:59.818Z Downloaded anstyle v1.0.14
2892026-06-22T22:06:59.822Z Downloaded zerovec-derive v0.11.2
2902026-06-22T22:06:59.822Z Downloaded ordered-float v2.10.1
2912026-06-22T22:06:59.825Z Downloaded thread-id v4.2.2
2922026-06-22T22:06:59.828Z Downloaded ucd-trie v0.1.7
2932026-06-22T22:06:59.828Z Downloaded anstream v1.0.0
2942026-06-22T22:06:59.832Z Downloaded zerofrom v0.1.6
2952026-06-22T22:06:59.832Z Downloaded anstyle-query v1.1.5
2962026-06-22T22:06:59.835Z Downloaded zerocopy-derive v0.7.35
2972026-06-22T22:06:59.835Z Downloaded toml_write v0.1.2
2982026-06-22T22:06:59.838Z Downloaded unicode-ident v1.0.24
2992026-06-22T22:06:59.843Z Downloaded icu_collections v2.1.1
3002026-06-22T22:06:59.846Z Downloaded yoke v0.8.1
3012026-06-22T22:06:59.846Z Downloaded sha2 v0.10.9
3022026-06-22T22:06:59.846Z Downloaded erased-serde v0.4.9
3032026-06-22T22:06:59.849Z Downloaded cargo_toml v0.21.0
3042026-06-22T22:06:59.853Z Downloaded unicode-linebreak v0.1.5
3052026-06-22T22:06:59.853Z Downloaded bytecount v0.6.9
3062026-06-22T22:06:59.853Z Downloaded utf8parse v0.2.2
3072026-06-22T22:06:59.853Z Downloaded usdt-attr-macro v0.5.0
3082026-06-22T22:06:59.853Z Downloaded proc-macro-error v1.0.4
3092026-06-22T22:06:59.856Z Downloaded typeid v1.0.3
3102026-06-22T22:06:59.856Z Downloaded thiserror-impl v1.0.69
3112026-06-22T22:06:59.856Z Downloaded anstyle-parse v1.0.0
3122026-06-22T22:06:59.859Z Downloaded usdt v0.5.0
3132026-06-22T22:06:59.859Z Downloaded thiserror v2.0.18
3142026-06-22T22:06:59.863Z Downloaded fs-err v3.3.0
3152026-06-22T22:06:59.863Z Downloaded icu_provider v2.1.1
3162026-06-22T22:06:59.866Z Downloaded fnv v1.0.7
3172026-06-22T22:06:59.866Z Downloaded byteorder v1.5.0
3182026-06-22T22:06:59.869Z Downloaded displaydoc v0.2.5
3192026-06-22T22:06:59.872Z Downloaded thiserror-impl v2.0.18
3202026-06-22T22:06:59.872Z Downloaded icu_normalizer_data v2.1.1
3212026-06-22T22:06:59.872Z Downloaded getrandom v0.4.1
3222026-06-22T22:06:59.875Z Downloaded yoke-derive v0.8.1
3232026-06-22T22:06:59.875Z Downloaded form_urlencoded v1.2.2
3242026-06-22T22:06:59.876Z Downloaded usdt-macro v0.5.0
3252026-06-22T22:06:59.876Z Downloaded toml_datetime v0.6.11
3262026-06-22T22:06:59.879Z Downloaded bitflags v2.11.0
3272026-06-22T22:06:59.882Z Downloaded writeable v0.6.2
3282026-06-22T22:06:59.885Z Downloaded usdt-impl v0.5.0
3292026-06-22T22:06:59.885Z Downloaded dtrace-parser v0.2.0
3302026-06-22T22:06:59.889Z Downloaded heck v0.5.0
3312026-06-22T22:06:59.889Z Downloaded cargo-platform v0.2.0
3322026-06-22T22:06:59.889Z Downloaded block-buffer v0.10.4
3332026-06-22T22:06:59.889Z Downloaded errno v0.3.14
3342026-06-22T22:06:59.889Z Downloaded colorchoice v1.0.4
3352026-06-22T22:06:59.900Z Downloaded zmij v1.0.21
3362026-06-22T22:06:59.900Z Downloaded thiserror v1.0.69
3372026-06-22T22:06:59.904Z Downloaded equivalent v1.0.2
3382026-06-22T22:06:59.904Z Downloaded idna_adapter v1.2.1
3392026-06-22T22:06:59.904Z Downloaded cfg-if v1.0.4
3402026-06-22T22:06:59.904Z Downloaded zerofrom-derive v0.1.6
3412026-06-22T22:06:59.904Z Downloaded unicode-xid v0.2.6
3422026-06-22T22:06:59.904Z Downloaded fastrand v2.3.0
3432026-06-22T22:06:59.909Z Downloaded plain v0.2.3
3442026-06-22T22:06:59.912Z Downloaded clap_lex v1.0.0
3452026-06-22T22:06:59.912Z Downloaded textwrap v0.16.2
3462026-06-22T22:06:59.912Z Downloaded toml_edit v0.22.27
3472026-06-22T22:06:59.915Z Downloaded tinystr v0.8.2
3482026-06-22T22:06:59.918Z Downloaded toml v0.8.23
3492026-06-22T22:06:59.921Z Downloaded is_terminal_polyfill v1.70.2
3502026-06-22T22:06:59.926Z Downloaded cpufeatures v0.2.17
3512026-06-22T22:06:59.929Z Downloaded typenum v1.19.0
3522026-06-22T22:06:59.934Z Downloaded zerotrie v0.2.3
3532026-06-22T22:06:59.937Z Downloaded url v2.5.8
3542026-06-22T22:06:59.940Z Downloaded dof v0.3.0
3552026-06-22T22:06:59.944Z Downloaded percent-encoding v2.3.2
3562026-06-22T22:06:59.944Z Downloaded strsim v0.11.1
3572026-06-22T22:06:59.948Z Downloaded serde_spanned v0.6.9
3582026-06-22T22:06:59.951Z Downloaded proc-macro-error-attr v1.0.4
3592026-06-22T22:06:59.951Z Downloaded stable_deref_trait v1.2.1
3602026-06-22T22:06:59.954Z Downloaded itoa v1.0.17
3612026-06-22T22:06:59.954Z Downloaded zerocopy v0.7.35
3622026-06-22T22:06:59.961Z Downloaded potential_utf v0.1.4
3632026-06-22T22:06:59.965Z Downloaded zerovec v0.11.5
3642026-06-22T22:06:59.965Z Downloaded memmap v0.7.0
3652026-06-22T22:06:59.970Z Downloaded autocfg v1.5.0
3662026-06-22T22:06:59.970Z Downloaded winnow v0.7.14
3672026-06-22T22:06:59.973Z Downloaded tabled_derive v0.7.0
3682026-06-22T22:06:59.973Z Downloaded scroll_derive v0.12.1
3692026-06-22T22:06:59.973Z Downloaded crypto-common v0.1.7
3702026-06-22T22:06:59.973Z Downloaded terminal_size v0.4.3
3712026-06-22T22:06:59.980Z Downloaded smawk v0.3.2
3722026-06-22T22:06:59.983Z Downloaded serde-value v0.7.0
3732026-06-22T22:06:59.983Z Downloaded unicode-width v0.2.0
3742026-06-22T22:06:59.987Z Downloaded camino-tempfile v1.4.1
3752026-06-22T22:06:59.987Z Downloaded unicode-width v0.1.14
3762026-06-22T22:06:59.991Z Downloaded serde v1.0.228
3772026-06-22T22:06:59.994Z Downloaded swrite v0.1.0
3782026-06-22T22:06:59.994Z Downloaded macaddr v1.0.1
3792026-06-22T22:06:59.994Z Downloaded pretty-hex v0.4.1
3802026-06-22T22:06:59.997Z Downloaded heck v0.4.1
3812026-06-22T22:07:00.004Z Downloaded serde-untagged v0.1.9
3822026-06-22T22:07:00.007Z Downloaded synstructure v0.13.2
3832026-06-22T22:07:00.010Z Downloaded serde_tokenstream v0.2.3
3842026-06-22T22:07:00.011Z Downloaded digest v0.10.7
3852026-06-22T22:07:00.018Z Downloaded scroll v0.12.0
3862026-06-22T22:07:00.028Z Downloaded once_cell v1.21.3
3872026-06-22T22:07:00.032Z Downloaded litemap v0.8.1
3882026-06-22T22:07:00.032Z Downloaded cargo_metadata v0.21.0
3892026-06-22T22:07:00.035Z Downloaded indexmap v2.14.0
3902026-06-22T22:07:00.035Z Downloaded clap_builder v4.6.0
3912026-06-22T22:07:00.040Z Downloaded quote v1.0.45
3922026-06-22T22:07:00.043Z Downloaded anyhow v1.0.102
3932026-06-22T22:07:00.043Z Downloaded pest_generator v2.8.6
3942026-06-22T22:07:00.049Z Downloaded smallvec v1.15.1
3952026-06-22T22:07:00.052Z Downloaded clap_derive v4.6.1
3962026-06-22T22:07:00.055Z Downloaded semver v1.0.28
3972026-06-22T22:07:00.062Z Downloaded cargo-util-schemas v0.8.2
3982026-06-22T22:07:00.066Z Downloaded pest_derive v2.8.6
3992026-06-22T22:07:00.073Z Downloaded serde_core v1.0.228
4002026-06-22T22:07:00.076Z Downloaded serde_derive v1.0.228
4012026-06-22T22:07:00.076Z Downloaded camino v1.2.2
4022026-06-22T22:07:00.080Z Downloaded clap v4.6.1
4032026-06-22T22:07:00.086Z Downloaded num-traits v0.2.19
4042026-06-22T22:07:00.089Z Downloaded icu_normalizer v2.1.1
4052026-06-22T22:07:00.093Z Downloaded pest_meta v2.8.6
4062026-06-22T22:07:00.093Z Downloaded papergrid v0.11.0
4072026-06-22T22:07:00.096Z Downloaded log v0.4.29
4082026-06-22T22:07:00.099Z Downloaded tempfile v3.25.0
4092026-06-22T22:07:00.102Z Downloaded proc-macro2 v1.0.106
4102026-06-22T22:07:00.106Z Downloaded icu_properties v2.1.2
4112026-06-22T22:07:00.120Z Downloaded icu_locale_core v2.1.1
4122026-06-22T22:07:00.123Z Downloaded memchr v2.8.0
4132026-06-22T22:07:00.129Z Downloaded goblin v0.8.2
4142026-06-22T22:07:00.172Z Downloaded pest v2.8.6
4152026-06-22T22:07:00.175Z Downloaded hashbrown v0.17.0
4162026-06-22T22:07:00.178Z Downloaded icu_properties_data v2.1.2
4172026-06-22T22:07:00.185Z Downloaded idna v1.1.0
4182026-06-22T22:07:00.188Z Downloaded serde_json v1.0.149
4192026-06-22T22:07:00.210Z Downloaded tabled v0.15.0
4202026-06-22T22:07:00.219Z Downloaded syn v1.0.109
4212026-06-22T22:07:00.239Z Downloaded syn v2.0.117
4222026-06-22T22:07:00.257Z Downloaded rustix v1.1.3
4232026-06-22T22:07:00.292Z Downloaded libc v0.2.185
4242026-06-22T22:07:00.361Z Compiling proc-macro2 v1.0.106
4252026-06-22T22:07:00.364Z Compiling unicode-ident v1.0.24
4262026-06-22T22:07:00.365Z Compiling quote v1.0.45
4272026-06-22T22:07:00.365Z Compiling serde_core v1.0.228
4282026-06-22T22:07:00.365Z Compiling libc v0.2.185
4292026-06-22T22:07:00.365Z Compiling version_check v0.9.5
4302026-06-22T22:07:00.365Z Compiling serde v1.0.228
4312026-06-22T22:07:00.365Z Compiling stable_deref_trait v1.2.1
4322026-06-22T22:07:00.674Z Compiling memchr v2.8.0
4332026-06-22T22:07:00.706Z Compiling zmij v1.0.21
4342026-06-22T22:07:00.960Z Compiling ucd-trie v0.1.7
4352026-06-22T22:07:00.964Z Compiling autocfg v1.5.0
4362026-06-22T22:07:01.004Z Compiling thiserror v1.0.69
4372026-06-22T22:07:01.315Z Compiling itoa v1.0.17
4382026-06-22T22:07:01.369Z Compiling pest v2.8.6
4392026-06-22T22:07:01.402Z Compiling litemap v0.8.1
4402026-06-22T22:07:01.438Z Compiling writeable v0.6.2
4412026-06-22T22:07:01.539Z Compiling byteorder v1.5.0
4422026-06-22T22:07:01.606Z Compiling rustix v1.1.3
4432026-06-22T22:07:01.811Z Compiling icu_properties_data v2.1.2
4442026-06-22T22:07:01.831Z Compiling icu_normalizer_data v2.1.1
4452026-06-22T22:07:01.936Z Compiling syn v2.0.117
4462026-06-22T22:07:01.999Z Compiling errno v0.3.14
4472026-06-22T22:07:02.049Z Compiling serde_json v1.0.149
4482026-06-22T22:07:02.063Z Compiling bitflags v2.11.0
4492026-06-22T22:07:02.230Z Compiling num-traits v0.2.19
4502026-06-22T22:07:02.287Z Compiling hashbrown v0.17.0
4512026-06-22T22:07:02.328Z Compiling smallvec v1.15.1
4522026-06-22T22:07:02.423Z Compiling typeid v1.0.3
4532026-06-22T22:07:02.550Z Compiling pest_meta v2.8.6
4542026-06-22T22:07:02.683Z Compiling equivalent v1.0.2
4552026-06-22T22:07:02.825Z Compiling indexmap v2.14.0
4562026-06-22T22:07:02.873Z Compiling thread-id v4.2.2
4572026-06-22T22:07:02.892Z Compiling proc-macro-error-attr v1.0.4
4582026-06-22T22:07:02.953Z Compiling usdt-impl v0.5.0
4592026-06-22T22:07:03.007Z Compiling syn v1.0.109
4602026-06-22T22:07:03.075Z Compiling toml_write v0.1.2
4612026-06-22T22:07:03.163Z Compiling erased-serde v0.4.9
4622026-06-22T22:07:03.309Z Compiling winnow v0.7.14
4632026-06-22T22:07:03.527Z Compiling proc-macro-error v1.0.4
4642026-06-22T22:07:03.627Z Compiling plain v0.2.3
4652026-06-22T22:07:03.713Z Compiling camino v1.2.2
4662026-06-22T22:07:03.742Z Compiling utf8_iter v1.0.4
4672026-06-22T22:07:03.896Z Compiling log v0.4.29
4682026-06-22T22:07:04.035Z Compiling percent-encoding v2.3.2
4692026-06-22T22:07:04.061Z Compiling utf8parse v0.2.2
4702026-06-22T22:07:04.083Z Compiling getrandom v0.4.1
4712026-06-22T22:07:04.162Z Compiling thiserror v2.0.18
4722026-06-22T22:07:04.179Z Compiling form_urlencoded v1.2.2
4732026-06-22T22:07:04.229Z Compiling anstyle-parse v1.0.0
4742026-06-22T22:07:04.336Z Compiling ordered-float v2.10.1
4752026-06-22T22:07:04.489Z Compiling terminal_size v0.4.3
4762026-06-22T22:07:04.505Z Compiling synstructure v0.13.2
4772026-06-22T22:07:04.599Z Compiling pest_generator v2.8.6
4782026-06-22T22:07:04.849Z Compiling is_terminal_polyfill v1.70.2
4792026-06-22T22:07:04.864Z Compiling anstyle v1.0.14
4802026-06-22T22:07:04.881Z Compiling colorchoice v1.0.4
4812026-06-22T22:07:04.947Z Compiling pretty-hex v0.4.1
4822026-06-22T22:07:04.994Z Compiling anstyle-query v1.1.5
4832026-06-22T22:07:05.011Z Compiling cfg-if v1.0.4
4842026-06-22T22:07:05.084Z Compiling anstream v1.0.0
4852026-06-22T22:07:05.134Z Compiling serde-untagged v0.1.9
4862026-06-22T22:07:05.223Z Compiling semver v1.0.28
4872026-06-22T22:07:05.311Z Compiling fs-err v3.3.0
4882026-06-22T22:07:05.378Z Compiling once_cell v1.21.3
4892026-06-22T22:07:05.395Z Compiling unicode-xid v0.2.6
4902026-06-22T22:07:05.500Z Compiling heck v0.4.1
4912026-06-22T22:07:05.521Z Compiling fastrand v2.3.0
4922026-06-22T22:07:05.538Z Compiling heck v0.5.0
4932026-06-22T22:07:05.553Z Compiling anyhow v1.0.102
4942026-06-22T22:07:05.725Z Compiling bytecount v0.6.9
4952026-06-22T22:07:05.777Z Compiling fnv v1.0.7
4962026-06-22T22:07:05.794Z Compiling strsim v0.11.1
4972026-06-22T22:07:05.870Z Compiling clap_lex v1.0.0
4982026-06-22T22:07:05.933Z Compiling unicode-width v0.1.14
4992026-06-22T22:07:05.936Z Compiling tempfile v3.25.0
5002026-06-22T22:07:06.157Z Compiling clap_builder v4.6.0
5012026-06-22T22:07:06.191Z Compiling papergrid v0.11.0
5022026-06-22T22:07:06.237Z Compiling serde_derive v1.0.228
5032026-06-22T22:07:06.253Z Compiling zerofrom-derive v0.1.6
5042026-06-22T22:07:06.277Z Compiling yoke-derive v0.8.1
5052026-06-22T22:07:06.337Z Compiling zerovec-derive v0.11.2
5062026-06-22T22:07:06.594Z Compiling displaydoc v0.2.5
5072026-06-22T22:07:07.354Z Compiling thiserror-impl v1.0.69
5082026-06-22T22:07:07.448Z Compiling zerocopy-derive v0.7.35
5092026-06-22T22:07:07.472Z Compiling pest_derive v2.8.6
5102026-06-22T22:07:07.678Z Compiling scroll_derive v0.12.1
5112026-06-22T22:07:07.728Z Compiling zerofrom v0.1.6
5122026-06-22T22:07:07.852Z Compiling yoke v0.8.1
5132026-06-22T22:07:07.899Z Compiling thiserror-impl v2.0.18
5142026-06-22T22:07:08.046Z Compiling zerovec v0.11.5
5152026-06-22T22:07:08.323Z Compiling zerotrie v0.2.3
5162026-06-22T22:07:08.344Z Compiling zerocopy v0.7.35
5172026-06-22T22:07:08.531Z Compiling tinystr v0.8.2
5182026-06-22T22:07:08.637Z Compiling potential_utf v0.1.4
5192026-06-22T22:07:08.733Z Compiling icu_locale_core v2.1.1
5202026-06-22T22:07:08.751Z Compiling dtrace-parser v0.2.0
5212026-06-22T22:07:08.807Z Compiling icu_collections v2.1.1
5222026-06-22T22:07:08.880Z Compiling scroll v0.12.0
5232026-06-22T22:07:09.152Z Compiling goblin v0.8.2
5242026-06-22T22:07:09.268Z Compiling tabled_derive v0.7.0
5252026-06-22T22:07:09.291Z Compiling clap_derive v4.6.1
5262026-06-22T22:07:09.348Z Compiling icu_provider v2.1.1
5272026-06-22T22:07:09.503Z Compiling memmap v0.7.0
5282026-06-22T22:07:09.621Z Compiling serde_spanned v0.6.9
5292026-06-22T22:07:09.655Z Compiling toml_datetime v0.6.11
5302026-06-22T22:07:09.680Z Compiling icu_properties v2.1.2
5312026-06-22T22:07:09.697Z Compiling icu_normalizer v2.1.1
5322026-06-22T22:07:09.716Z Compiling dof v0.3.0
5332026-06-22T22:07:09.766Z Compiling serde_tokenstream v0.2.3
5342026-06-22T22:07:09.923Z Compiling toml_edit v0.22.27
5352026-06-22T22:07:10.104Z Compiling serde-value v0.7.0
5362026-06-22T22:07:10.195Z Compiling cargo-platform v0.2.0
5372026-06-22T22:07:10.233Z Compiling unicode-linebreak v0.1.5
5382026-06-22T22:07:10.467Z Compiling unicode-width v0.2.0
5392026-06-22T22:07:10.467Z Compiling smawk v0.3.2
5402026-06-22T22:07:10.502Z Compiling tabled v0.15.0
5412026-06-22T22:07:10.613Z Compiling idna_adapter v1.2.1
5422026-06-22T22:07:10.697Z Compiling usdt-attr-macro v0.5.0
5432026-06-22T22:07:10.777Z Compiling idna v1.1.0
5442026-06-22T22:07:10.794Z Compiling usdt-macro v0.5.0
5452026-06-22T22:07:10.808Z Compiling textwrap v0.16.2
5462026-06-22T22:07:11.120Z Compiling url v2.5.8
5472026-06-22T22:07:11.323Z Compiling toml v0.8.23
5482026-06-22T22:07:11.490Z Compiling clap v4.6.1
5492026-06-22T22:07:11.507Z Compiling macaddr v1.0.1
5502026-06-22T22:07:11.740Z Compiling cargo-util-schemas v0.8.2
5512026-06-22T22:07:11.895Z Compiling cargo_toml v0.21.0
5522026-06-22T22:07:11.955Z Compiling camino-tempfile v1.4.1
5532026-06-22T22:07:12.194Z Compiling swrite v0.1.0
5542026-06-22T22:07:12.299Z Compiling usdt v0.5.0
5552026-06-22T22:07:12.480Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5562026-06-22T22:07:12.700Z Compiling cargo_metadata v0.21.0
5572026-06-22T22:07:13.628Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5582026-06-22T22:07:15.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.87s
5592026-06-22T22:07:15.956Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5602026-06-22T22:07:16.530Z Downloading crates ...
5612026-06-22T22:07:16.634Z Downloaded adler2 v2.0.1
5622026-06-22T22:07:16.639Z Downloaded anstream v0.6.21
5632026-06-22T22:07:16.639Z Downloaded arrayvec v0.7.6
5642026-06-22T22:07:16.643Z Downloaded aead v0.5.2
5652026-06-22T22:07:16.646Z Downloaded cexpr v0.6.0
5662026-06-22T22:07:16.646Z Downloaded bitflags v1.3.2
5672026-06-22T22:07:16.650Z Downloaded ciborium-io v0.2.2
5682026-06-22T22:07:16.650Z Downloaded bit-set v0.8.0
5692026-06-22T22:07:16.650Z Downloaded convert_case v0.4.0
5702026-06-22T22:07:16.650Z Downloaded console v0.15.11
5712026-06-22T22:07:16.653Z Downloaded bumpalo v3.20.2
5722026-06-22T22:07:16.653Z Downloaded downcast-rs v2.0.2
5732026-06-22T22:07:16.656Z Downloaded cstr-argument v0.1.2
5742026-06-22T22:07:16.656Z Downloaded bcs v0.1.6
5752026-06-22T22:07:16.656Z Downloaded base16ct v0.2.0
5762026-06-22T22:07:16.661Z Downloaded der_derive v0.7.3
5772026-06-22T22:07:16.663Z Downloaded cargo_metadata v0.23.1
5782026-06-22T22:07:16.666Z Downloaded derive_builder_macro v0.20.2
5792026-06-22T22:07:16.669Z Downloaded backoff v0.4.0
5802026-06-22T22:07:16.669Z Downloaded async-trait v0.1.89
5812026-06-22T22:07:16.672Z Downloaded defmt v0.3.100
5822026-06-22T22:07:16.676Z Downloaded derive-where v1.6.0
5832026-06-22T22:07:16.676Z Downloaded crc8 v0.1.1
5842026-06-22T22:07:16.678Z Downloaded buf-list v1.1.2
5852026-06-22T22:07:16.678Z Downloaded block-padding v0.3.3
5862026-06-22T22:07:16.681Z Downloaded crucible-workspace-hack v0.1.0
5872026-06-22T22:07:16.681Z Downloaded crossbeam-deque v0.8.6
5882026-06-22T22:07:16.685Z Downloaded ed25519-dalek v2.2.0
5892026-06-22T22:07:16.688Z Downloaded darling_macro v0.23.0
5902026-06-22T22:07:16.691Z Downloaded fd-lock v4.0.4
5912026-06-22T22:07:16.694Z Downloaded bitfield-macros v0.19.4
5922026-06-22T22:07:16.694Z Downloaded bb8 v0.8.6
5932026-06-22T22:07:16.694Z Downloaded atomic-waker v1.1.2
5942026-06-22T22:07:16.697Z Downloaded csv-core v0.1.13
5952026-06-22T22:07:16.697Z Downloaded ascii-canvas v3.0.0
5962026-06-22T22:07:16.697Z Downloaded display-error-chain v0.2.2
5972026-06-22T22:07:16.697Z Downloaded darling_core v0.20.11
5982026-06-22T22:07:16.701Z Downloaded expectorate v1.2.0
5992026-06-22T22:07:16.704Z Downloaded cpufeatures v0.3.0
6002026-06-22T22:07:16.704Z Downloaded cassowary v0.3.0
6012026-06-22T22:07:16.706Z Downloaded async-stream v0.3.6
6022026-06-22T22:07:16.706Z Downloaded cargo-platform v0.3.2
6032026-06-22T22:07:16.709Z Downloaded bit-set v0.5.3
6042026-06-22T22:07:16.710Z Downloaded bcrypt-pbkdf v0.10.0
6052026-06-22T22:07:16.710Z Downloaded assert_matches v1.5.0
6062026-06-22T22:07:16.714Z Downloaded async-stream-impl v0.3.6
6072026-06-22T22:07:16.720Z Downloaded atomicwrites v0.4.4
6082026-06-22T22:07:16.723Z Downloaded bitfield-struct v0.6.2
6092026-06-22T22:07:16.723Z Downloaded bit-vec v0.8.0
6102026-06-22T22:07:16.726Z Downloaded arrayref v0.3.9
6112026-06-22T22:07:16.729Z Downloaded anstyle-parse v0.2.7
6122026-06-22T22:07:16.732Z Downloaded cfg_aliases v0.1.1
6132026-06-22T22:07:16.735Z Downloaded cfg_aliases v0.2.1
6142026-06-22T22:07:16.741Z Downloaded compression-core v0.4.31
6152026-06-22T22:07:16.744Z Downloaded atty v0.2.14
6162026-06-22T22:07:16.744Z Downloaded cobs v0.3.0
6172026-06-22T22:07:16.749Z Downloaded crc v3.4.0
6182026-06-22T22:07:16.751Z Downloaded convert_case v0.10.0
6192026-06-22T22:07:16.752Z Downloaded backon v1.6.0
6202026-06-22T22:07:16.755Z Downloaded dyn-clone v1.0.20
6212026-06-22T22:07:16.755Z Downloaded castaway v0.2.4
6222026-06-22T22:07:16.757Z Downloaded blake2 v0.10.6
6232026-06-22T22:07:16.758Z Downloaded async-recursion v1.1.1
6242026-06-22T22:07:16.761Z Downloaded ciborium-ll v0.2.2
6252026-06-22T22:07:16.763Z Downloaded globwalk v0.9.1
6262026-06-22T22:07:16.764Z Downloaded array-init v0.0.4
6272026-06-22T22:07:16.769Z Downloaded dsl_auto_type v0.2.0
6282026-06-22T22:07:16.772Z Downloaded constant_time_eq v0.4.2
6292026-06-22T22:07:16.774Z Downloaded bit-vec v0.6.3
6302026-06-22T22:07:16.774Z Downloaded foreign-types v0.5.0
6312026-06-22T22:07:16.777Z Downloaded futures-core v0.3.32
6322026-06-22T22:07:16.781Z Downloaded funty v2.0.0
6332026-06-22T22:07:16.781Z Downloaded foreign-types-shared v0.3.1
6342026-06-22T22:07:16.781Z Downloaded foreign-types-shared v0.1.1
6352026-06-22T22:07:16.784Z Downloaded git-stub v1.0.0
6362026-06-22T22:07:16.786Z Downloaded corncobs v0.1.4
6372026-06-22T22:07:16.786Z Downloaded camino-tempfile-ext v0.3.3
6382026-06-22T22:07:16.789Z Downloaded base64ct v1.8.3
6392026-06-22T22:07:16.792Z Downloaded elliptic-curve v0.13.8
6402026-06-22T22:07:16.795Z Downloaded byte-wrapper v0.1.0
6412026-06-22T22:07:16.798Z Downloaded crc-catalog v2.4.0
6422026-06-22T22:07:16.798Z Downloaded bitfield v0.19.4
6432026-06-22T22:07:16.798Z Downloaded diesel-dtrace v0.5.0
6442026-06-22T22:07:16.806Z Downloaded compression-codecs v0.4.37
6452026-06-22T22:07:16.809Z Downloaded darling_macro v0.20.11
6462026-06-22T22:07:16.809Z Downloaded crunchy v0.2.4
6472026-06-22T22:07:16.812Z Downloaded const_format_proc_macros v0.2.34
6482026-06-22T22:07:16.812Z Downloaded fxhash v0.2.1
6492026-06-22T22:07:16.815Z Downloaded cmake v0.1.57
6502026-06-22T22:07:16.815Z Downloaded ghash v0.5.1
6512026-06-22T22:07:16.815Z Downloaded foreign-types-macros v0.2.3
6522026-06-22T22:07:16.818Z Downloaded foreign-types v0.3.2
6532026-06-22T22:07:16.818Z Downloaded defmt v1.0.1
6542026-06-22T22:07:16.821Z Downloaded find-msvc-tools v0.1.9
6552026-06-22T22:07:16.821Z Downloaded filetime v0.2.27
6562026-06-22T22:07:16.821Z Downloaded foldhash v0.2.0
6572026-06-22T22:07:16.824Z Downloaded futures-task v0.3.32
6582026-06-22T22:07:16.824Z Downloaded ctr v0.9.2
6592026-06-22T22:07:16.824Z Downloaded bzip2 v0.6.1
6602026-06-22T22:07:16.827Z Downloaded chacha20 v0.9.1
6612026-06-22T22:07:16.830Z Downloaded futures-macro v0.3.32
6622026-06-22T22:07:16.830Z Downloaded hash32 v0.3.1
6632026-06-22T22:07:16.830Z Downloaded colored v2.2.0
6642026-06-22T22:07:16.833Z Downloaded float-ord v0.3.2
6652026-06-22T22:07:16.836Z Downloaded critical-section v1.2.0
6662026-06-22T22:07:16.836Z Downloaded foldhash v0.1.5
6672026-06-22T22:07:16.839Z Downloaded hex-literal v0.4.1
6682026-06-22T22:07:16.839Z Downloaded fs-err v2.11.0
6692026-06-22T22:07:16.839Z Downloaded blowfish v0.9.1
6702026-06-22T22:07:16.842Z Downloaded float-cmp v0.10.0
6712026-06-22T22:07:16.842Z Downloaded erased-serde v0.3.31
6722026-06-22T22:07:16.845Z Downloaded darling_core v0.13.4
6732026-06-22T22:07:16.845Z Downloaded hex v0.4.3
6742026-06-22T22:07:16.848Z Downloaded headers-core v0.3.0
6752026-06-22T22:07:16.848Z Downloaded darling v0.21.3
6762026-06-22T22:07:16.851Z Downloaded drift v0.2.0
6772026-06-22T22:07:16.855Z Downloaded http-body v1.0.1
6782026-06-22T22:07:16.858Z Downloaded cancel-safe-futures v0.1.5
6792026-06-22T22:07:16.858Z Downloaded cipher v0.4.4
6802026-06-22T22:07:16.862Z Downloaded async-bb8-diesel v0.2.1
6812026-06-22T22:07:16.865Z Downloaded chacha20 v0.10.0
6822026-06-22T22:07:16.865Z Downloaded argon2 v0.5.3
6832026-06-22T22:07:16.865Z Downloaded home v0.5.12
6842026-06-22T22:07:16.868Z Downloaded bzip2 v0.4.4
6852026-06-22T22:07:16.868Z Downloaded hostname v0.3.1
6862026-06-22T22:07:16.868Z Downloaded endian-type v0.1.2
6872026-06-22T22:07:16.871Z Downloaded darling v0.20.11
6882026-06-22T22:07:16.874Z Downloaded half v1.8.3
6892026-06-22T22:07:16.874Z Downloaded console v0.16.2
6902026-06-22T22:07:16.877Z Downloaded dropshot-api-manager-types v0.7.2
6912026-06-22T22:07:16.877Z Downloaded embedded-io v0.6.1
6922026-06-22T22:07:16.879Z Downloaded group v0.13.0
6932026-06-22T22:07:16.880Z Downloaded cookie v0.18.1
6942026-06-22T22:07:16.883Z Downloaded getrandom v0.3.4
6952026-06-22T22:07:16.886Z Downloaded dropshot_endpoint v0.17.0
6962026-06-22T22:07:16.886Z Downloaded const-oid v0.9.6
6972026-06-22T22:07:16.888Z Downloaded fs_extra v1.3.0
6982026-06-22T22:07:16.889Z Downloaded ahash v0.8.12
6992026-06-22T22:07:16.891Z Downloaded darling_macro v0.21.3
7002026-06-22T22:07:16.891Z Downloaded colored v3.1.1
7012026-06-22T22:07:16.891Z Downloaded dirs-next v2.0.0
7022026-06-22T22:07:16.895Z Downloaded curve25519-dalek-derive v0.1.1
7032026-06-22T22:07:16.895Z Downloaded hostname v0.4.2
7042026-06-22T22:07:16.895Z Downloaded highway v1.3.0
7052026-06-22T22:07:16.899Z Downloaded hash32 v0.2.1
7062026-06-22T22:07:16.899Z Downloaded enum-as-inner v0.6.1
7072026-06-22T22:07:16.899Z Downloaded allocator-api2 v0.2.21
7082026-06-22T22:07:16.902Z Downloaded env_filter v1.0.0
7092026-06-22T22:07:16.906Z Downloaded fixedbitset v0.4.2
7102026-06-22T22:07:16.909Z Downloaded http-range v0.1.5
7112026-06-22T22:07:16.909Z Downloaded ciborium v0.2.2
7122026-06-22T22:07:16.912Z Downloaded hubpack v0.1.2
7132026-06-22T22:07:16.912Z Downloaded gethostname v0.5.0
7142026-06-22T22:07:16.912Z Downloaded ena v0.14.4
7152026-06-22T22:07:16.913Z Downloaded data-encoding v2.10.0
7162026-06-22T22:07:16.915Z Downloaded chacha20poly1305 v0.10.1
7172026-06-22T22:07:16.916Z Downloaded base64 v0.22.1
7182026-06-22T22:07:16.918Z Downloaded illumos-nvpair-sys v0.2.0
7192026-06-22T22:07:16.918Z Downloaded hyper-tls v0.6.0
7202026-06-22T22:07:16.921Z Downloaded git-stub-vcs v0.1.0
7212026-06-22T22:07:16.922Z Downloaded either v1.15.0
7222026-06-22T22:07:16.922Z Downloaded ed25519 v2.2.3
7232026-06-22T22:07:16.924Z Downloaded internet-checksum v0.2.1
7242026-06-22T22:07:16.924Z Downloaded illumos-nvpair v0.3.0
7252026-06-22T22:07:16.924Z Downloaded flagset v0.4.7
7262026-06-22T22:07:16.924Z Downloaded cbc v0.1.2
7272026-06-22T22:07:16.927Z Downloaded derive-ex v0.1.8
7282026-06-22T22:07:16.927Z Downloaded clang-sys v1.8.1
7292026-06-22T22:07:16.930Z Downloaded diesel_table_macro_syntax v0.3.0
7302026-06-22T22:07:16.930Z Downloaded is_ci v1.2.0
7312026-06-22T22:07:16.930Z Downloaded der v0.7.10
7322026-06-22T22:07:16.933Z Downloaded deranged v0.5.8
7332026-06-22T22:07:16.936Z Downloaded indoc v1.0.9
7342026-06-22T22:07:16.939Z Downloaded darling v0.13.4
7352026-06-22T22:07:16.939Z Downloaded dirs-sys-next v0.1.2
7362026-06-22T22:07:16.939Z Downloaded instability v0.3.11
7372026-06-22T22:07:16.942Z Downloaded impl-trait-for-tuples v0.2.3
7382026-06-22T22:07:16.942Z Downloaded inout v0.1.4
7392026-06-22T22:07:16.942Z Downloaded cookie_store v0.22.1
7402026-06-22T22:07:16.946Z Downloaded derive_more-impl v2.1.1
7412026-06-22T22:07:16.949Z Downloaded http-body-util v0.1.3
7422026-06-22T22:07:16.949Z Downloaded diff v0.1.13
7432026-06-22T22:07:16.952Z Downloaded defmt-macros v1.0.1
7442026-06-22T22:07:16.952Z Downloaded crypto-bigint v0.5.5
7452026-06-22T22:07:16.955Z Downloaded des v0.8.1
7462026-06-22T22:07:16.958Z Downloaded defmt-parser v1.0.0
7472026-06-22T22:07:16.959Z Downloaded crc32fast v1.5.0
7482026-06-22T22:07:16.961Z Downloaded const_format v0.2.35
7492026-06-22T22:07:16.965Z Downloaded match_cfg v0.1.0
7502026-06-22T22:07:16.965Z Downloaded dtrace-parser v0.3.0
7512026-06-22T22:07:16.965Z Downloaded derive_more v0.99.20
7522026-06-22T22:07:16.967Z Downloaded compact_str v0.8.1
7532026-06-22T22:07:16.971Z Downloaded dof v0.4.0
7542026-06-22T22:07:16.971Z Downloaded linked-hash-map v0.5.6
7552026-06-22T22:07:16.971Z Downloaded arc-swap v1.8.2
7562026-06-22T22:07:16.974Z Downloaded httpdate v1.0.3
7572026-06-22T22:07:16.974Z Downloaded lzss v0.8.2
7582026-06-22T22:07:16.977Z Downloaded dunce v1.0.5
7592026-06-22T22:07:16.977Z Downloaded difflib v0.4.0
7602026-06-22T22:07:16.977Z Downloaded ingot v0.1.1
7612026-06-22T22:07:16.980Z Downloaded futures-io v0.3.32
7622026-06-22T22:07:16.980Z Downloaded derive_builder v0.20.2
7632026-06-22T22:07:16.984Z Downloaded document-features v0.2.12
7642026-06-22T22:07:16.984Z Downloaded indent_write v2.2.0
7652026-06-22T22:07:16.984Z Downloaded hubpack_derive v0.1.1
7662026-06-22T22:07:16.987Z Downloaded lru-slab v0.1.2
7672026-06-22T22:07:16.987Z Downloaded futures-sink v0.3.32
7682026-06-22T22:07:16.987Z Downloaded debug-ignore v1.0.5
7692026-06-22T22:07:16.987Z Downloaded maplit v1.0.2
7702026-06-22T22:07:16.987Z Downloaded managed v0.8.0
7712026-06-22T22:07:16.991Z Downloaded crc-any v2.5.0
7722026-06-22T22:07:16.995Z Downloaded memoffset v0.9.1
7732026-06-22T22:07:16.995Z Downloaded md-5 v0.10.6
7742026-06-22T22:07:16.995Z Downloaded futures v0.3.32
7752026-06-22T22:07:16.998Z Downloaded hyper-staticfile v0.10.1
7762026-06-22T22:07:16.998Z Downloaded humantime v2.3.0
7772026-06-22T22:07:17.002Z Downloaded indoc v2.0.7
7782026-06-22T22:07:17.002Z Downloaded darling_macro v0.13.4
7792026-06-22T22:07:17.002Z Downloaded daft v0.1.7
7802026-06-22T22:07:17.005Z Downloaded ecdsa v0.16.9
7812026-06-22T22:07:17.005Z Downloaded half v2.7.1
7822026-06-22T22:07:17.008Z Downloaded hmac v0.12.1
7832026-06-22T22:07:17.008Z Downloaded fatfs v0.3.6
7842026-06-22T22:07:17.011Z Downloaded ff v0.13.1
7852026-06-22T22:07:17.011Z Downloaded fallible-iterator v0.2.0
7862026-06-22T22:07:17.011Z Downloaded derive_more v2.1.1
7872026-06-22T22:07:17.017Z Downloaded md5 v0.7.0
7882026-06-22T22:07:17.020Z Downloaded num v0.4.3
7892026-06-22T22:07:17.020Z Downloaded mime v0.3.17
7902026-06-22T22:07:17.020Z Downloaded maybe-uninit v2.0.0
7912026-06-22T22:07:17.023Z Downloaded ipnetwork v0.21.1
7922026-06-22T22:07:17.023Z Downloaded ar_archive_writer v0.5.1
7932026-06-22T22:07:17.037Z Downloaded num-iter v0.1.45
7942026-06-22T22:07:17.040Z Downloaded newtype_derive v0.1.6
7952026-06-22T22:07:17.040Z Downloaded daft-derive v0.1.7
7962026-06-22T22:07:17.043Z Downloaded newline-converter v0.3.0
7972026-06-22T22:07:17.043Z Downloaded multimap v0.10.1
7982026-06-22T22:07:17.043Z Downloaded num-derive v0.4.2
7992026-06-22T22:07:17.046Z Downloaded nonempty v0.12.0
8002026-06-22T22:07:17.046Z Downloaded lock_api v0.4.14
8012026-06-22T22:07:17.046Z Downloaded linear-map v1.2.0
8022026-06-22T22:07:17.049Z Downloaded async-compression v0.4.41
8032026-06-22T22:07:17.052Z Downloaded lru v0.12.5
8042026-06-22T22:07:17.052Z Downloaded normalize-line-endings v0.3.0
8052026-06-22T22:07:17.055Z Downloaded env_logger v0.11.9
8062026-06-22T22:07:17.055Z Downloaded globset v0.4.18
8072026-06-22T22:07:17.055Z Downloaded futures-executor v0.3.32
8082026-06-22T22:07:17.058Z Downloaded cc v1.2.56
8092026-06-22T22:07:17.058Z Downloaded bytes v1.11.1
8102026-06-22T22:07:17.061Z Downloaded openssl-probe v0.2.1
8112026-06-22T22:07:17.064Z Downloaded crossbeam-channel v0.5.15
8122026-06-22T22:07:17.064Z Downloaded getrandom v0.2.17
8132026-06-22T22:07:17.067Z Downloaded nanorand v0.7.0
8142026-06-22T22:07:17.067Z Downloaded nodrop v0.1.14
8152026-06-22T22:07:17.070Z Downloaded glob v0.3.3
8162026-06-22T22:07:17.070Z Downloaded jobserver v0.1.34
8172026-06-22T22:07:17.074Z Downloaded fixedbitset v0.5.7
8182026-06-22T22:07:17.074Z Downloaded libloading v0.8.9
8192026-06-22T22:07:17.074Z Downloaded oso-derive v0.27.3
8202026-06-22T22:07:17.077Z Downloaded iana-time-zone v0.1.65
8212026-06-22T22:07:17.077Z Downloaded num-rational v0.4.2
8222026-06-22T22:07:17.077Z Downloaded multer v3.1.0
8232026-06-22T22:07:17.080Z Downloaded libefi-sys v0.1.0
8242026-06-22T22:07:17.080Z Downloaded hyper-rustls v0.27.7
8252026-06-22T22:07:17.083Z Downloaded native-tls v0.2.18
8262026-06-22T22:07:17.083Z Downloaded libsw-core v0.3.2
8272026-06-22T22:07:17.083Z Downloaded ipnet v2.11.0
8282026-06-22T22:07:17.086Z Downloaded heapless v0.8.0
8292026-06-22T22:07:17.086Z Downloaded crossbeam-epoch v0.9.18
8302026-06-22T22:07:17.089Z Downloaded keccak v0.1.6
8312026-06-22T22:07:17.089Z Downloaded lazy_static v1.5.0
8322026-06-22T22:07:17.091Z Downloaded newtype-uuid v1.3.2
8332026-06-22T22:07:17.091Z Downloaded is-terminal v0.4.17
8342026-06-22T22:07:17.091Z Downloaded ident_case v1.0.1
8352026-06-22T22:07:17.094Z Downloaded httparse v1.10.1
8362026-06-22T22:07:17.094Z Downloaded pbkdf2 v0.12.2
8372026-06-22T22:07:17.094Z Downloaded new_debug_unreachable v1.0.6
8382026-06-22T22:07:17.097Z Downloaded indexmap v1.9.3
8392026-06-22T22:07:17.097Z Downloaded flume v0.11.1
8402026-06-22T22:07:17.100Z Downloaded litrs v1.0.0
8412026-06-22T22:07:17.103Z Downloaded ignore v0.4.25
8422026-06-22T22:07:17.103Z Downloaded peg-runtime v0.8.5
8432026-06-22T22:07:17.103Z Downloaded packed_struct_codegen v0.10.1
8442026-06-22T22:07:17.106Z Downloaded num-integer v0.1.46
8452026-06-22T22:07:17.106Z Downloaded newtype-uuid-macros v0.1.0
8462026-06-22T22:07:17.106Z Downloaded memmap2 v0.9.10
8472026-06-22T22:07:17.109Z Downloaded darling v0.23.0
8482026-06-22T22:07:17.112Z Downloaded kstat-rs v0.2.4
8492026-06-22T22:07:17.112Z Downloaded instant v0.1.13
8502026-06-22T22:07:17.112Z Downloaded derive_builder_core v0.20.2
8512026-06-22T22:07:17.115Z Downloaded embedded-io v0.4.0
8522026-06-22T22:07:17.118Z Downloaded flate2 v1.1.9
8532026-06-22T22:07:17.121Z Downloaded num_enum v0.5.11
8542026-06-22T22:07:17.124Z Downloaded hickory-resolver v0.24.4
8552026-06-22T22:07:17.127Z Downloaded oxide-tokio-rt v0.1.4
8562026-06-22T22:07:17.127Z Downloaded openssl-macros v0.1.1
8572026-06-22T22:07:17.127Z Downloaded lalrpop-util v0.19.12
8582026-06-22T22:07:17.130Z Downloaded ingot-types v0.1.2
8592026-06-22T22:07:17.130Z Downloaded base64 v0.21.7
8602026-06-22T22:07:17.133Z Downloaded path-slash v0.1.5
8612026-06-22T22:07:17.133Z Downloaded parse-display v0.10.0
8622026-06-22T22:07:17.133Z Downloaded phf_shared v0.13.1
8632026-06-22T22:07:17.133Z Downloaded headers v0.4.1
8642026-06-22T22:07:17.138Z Downloaded heapless v0.7.17
8652026-06-22T22:07:17.141Z Downloaded libsw v3.5.0
8662026-06-22T22:07:17.141Z Downloaded libbz2-rs-sys v0.2.2
8672026-06-22T22:07:17.144Z Downloaded crossbeam-utils v0.8.21
8682026-06-22T22:07:17.144Z Downloaded proc-macro-crate v1.3.1
8692026-06-22T22:07:17.147Z Downloaded packed_struct v0.10.1
8702026-06-22T22:07:17.148Z Downloaded pbkdf2 v0.11.0
8712026-06-22T22:07:17.151Z Downloaded hashbrown v0.12.3
8722026-06-22T22:07:17.154Z Downloaded omicron-zone-package v0.12.2
8732026-06-22T22:07:17.156Z Downloaded proc-macro-error-attr2 v2.0.0
8742026-06-22T22:07:17.156Z Downloaded nu-ansi-term v0.50.3
8752026-06-22T22:07:17.159Z Downloaded crossterm v0.28.1
8762026-06-22T22:07:17.162Z Downloaded progenitor-macro v0.14.0
8772026-06-22T22:07:17.162Z Downloaded phf_shared v0.12.1
8782026-06-22T22:07:17.165Z Downloaded num_enum v0.7.6
8792026-06-22T22:07:17.168Z Downloaded pin-project-lite v0.2.17
8802026-06-22T22:07:17.171Z Downloaded libscf-sys v1.1.0
8812026-06-22T22:07:17.171Z Downloaded mime_guess v2.0.5
8822026-06-22T22:07:17.174Z Downloaded lru-cache v0.1.2
8832026-06-22T22:07:17.174Z Downloaded encoding_rs v0.8.35
8842026-06-22T22:07:17.185Z Downloaded ingot-macros v0.1.1
8852026-06-22T22:07:17.188Z Downloaded hickory-server v0.25.2
8862026-06-22T22:07:17.191Z Downloaded hashbrown v0.16.1
8872026-06-22T22:07:17.194Z Downloaded quick-error v1.2.3
8882026-06-22T22:07:17.194Z Downloaded psl-types v2.0.11
8892026-06-22T22:07:17.194Z Downloaded progenitor-client v0.10.0
8902026-06-22T22:07:17.194Z Downloaded hickory-resolver v0.25.2
8912026-06-22T22:07:17.197Z Downloaded paste v1.0.15
8922026-06-22T22:07:17.201Z Downloaded postgres-protocol v0.6.10
8932026-06-22T22:07:17.204Z Downloaded olpc-cjson v0.1.4
8942026-06-22T22:07:17.207Z Downloaded num_enum_derive v0.5.11
8952026-06-22T22:07:17.207Z Downloaded hashbrown v0.13.2
8962026-06-22T22:07:17.212Z Downloaded num_threads v0.1.7
8972026-06-22T22:07:17.215Z Downloaded darling_core v0.21.3
8982026-06-22T22:07:17.218Z Downloaded predicates v3.1.4
8992026-06-22T22:07:17.218Z Downloaded pkcs5 v0.7.1
9002026-06-22T22:07:17.221Z Downloaded jiff-static v0.2.21
9012026-06-22T22:07:17.224Z Downloaded indicatif v0.18.4
9022026-06-22T22:07:17.227Z Downloaded num-derive v0.3.3
9032026-06-22T22:07:17.230Z Downloaded opaque-debug v0.3.1
9042026-06-22T22:07:17.240Z Downloaded aes-gcm v0.10.3
9052026-06-22T22:07:17.243Z Downloaded aws-lc-rs v1.16.3
9062026-06-22T22:07:17.247Z Downloaded recursive-proc-macro-impl v0.1.1
9072026-06-22T22:07:17.250Z Downloaded recursive v0.1.1
9082026-06-22T22:07:17.250Z Downloaded progenitor-client v0.14.0
9092026-06-22T22:07:17.250Z Downloaded progenitor-client v0.11.2
9102026-06-22T22:07:17.250Z Downloaded num-conv v0.2.0
9112026-06-22T22:07:17.253Z Downloaded proc-macro-crate v3.4.0
9122026-06-22T22:07:17.256Z Downloaded parse-size v1.1.0
9132026-06-22T22:07:17.256Z Downloaded progenitor-client v0.13.0
9142026-06-22T22:07:17.259Z Downloaded radium v0.7.0
9152026-06-22T22:07:17.262Z Downloaded precomputed-hash v0.1.1
9162026-06-22T22:07:17.262Z Downloaded parking_lot v0.12.5
9172026-06-22T22:07:17.265Z Downloaded progenitor v0.13.0
9182026-06-22T22:07:17.265Z Downloaded ref-cast v1.0.25
9192026-06-22T22:07:17.268Z Downloaded aes v0.8.4
9202026-06-22T22:07:17.271Z Downloaded darling_core v0.23.0
9212026-06-22T22:07:17.274Z Downloaded pkcs1 v0.7.5
9222026-06-22T22:07:17.274Z Downloaded pin-project-internal v1.1.11
9232026-06-22T22:07:17.277Z Downloaded password-hash v0.4.2
9242026-06-22T22:07:17.277Z Downloaded nibble_vec v0.1.0
9252026-06-22T22:07:17.277Z Downloaded rfc6979 v0.4.0
9262026-06-22T22:07:17.280Z Downloaded openssl-probe v0.1.6
9272026-06-22T22:07:17.280Z Downloaded rand_chacha v0.9.0
9282026-06-22T22:07:17.283Z Downloaded progenitor v0.11.2
9292026-06-22T22:07:17.283Z Downloaded password-hash v0.5.0
9302026-06-22T22:07:17.283Z Downloaded oxnet v0.1.5
9312026-06-22T22:07:17.286Z Downloaded minimal-lexical v0.2.1
9322026-06-22T22:07:17.289Z Downloaded postcard v1.1.3
9332026-06-22T22:07:17.289Z Downloaded futures-channel v0.3.32
9342026-06-22T22:07:17.292Z Downloaded rand_chacha v0.3.1
9352026-06-22T22:07:17.292Z Downloaded pin-project v1.1.11
9362026-06-22T22:07:17.298Z Downloaded rand_xorshift v0.4.0
9372026-06-22T22:07:17.302Z Downloaded peg-macros v0.8.5
9382026-06-22T22:07:17.302Z Downloaded parking_lot_core v0.8.6
9392026-06-22T22:07:17.305Z Downloaded rustc-hash v2.1.1
9402026-06-22T22:07:17.305Z Downloaded num-complex v0.4.6
9412026-06-22T22:07:17.305Z Downloaded rustc_version v0.1.7
9422026-06-22T22:07:17.305Z Downloaded russh-cryptovec v0.7.3
9432026-06-22T22:07:17.308Z Downloaded phf v0.12.1
9442026-06-22T22:07:17.311Z Downloaded ref-cast-impl v1.0.25
9452026-06-22T22:07:17.314Z Downloaded progenitor-extras v0.2.0
9462026-06-22T22:07:17.317Z Downloaded http v1.4.0
9472026-06-22T22:07:17.320Z Downloaded primeorder v0.13.6
9482026-06-22T22:07:17.320Z Downloaded pkcs8 v0.10.2
9492026-06-22T22:07:17.322Z Downloaded proc-macro-error2 v2.0.1
9502026-06-22T22:07:17.322Z Downloaded poly1305 v0.8.0
9512026-06-22T22:07:17.328Z Downloaded psm v0.1.30
9522026-06-22T22:07:17.336Z Downloaded predicates-core v1.0.10
9532026-06-22T22:07:17.339Z Downloaded phf_shared v0.11.3
9542026-06-22T22:07:17.339Z Downloaded powerfmt v0.2.0
9552026-06-22T22:07:17.342Z Downloaded pin-utils v0.1.0
9562026-06-22T22:07:17.345Z Downloaded salsa20 v0.10.2
9572026-06-22T22:07:17.353Z Downloaded progenitor-macro v0.13.0
9582026-06-22T22:07:17.357Z Downloaded itertools v0.10.5
9592026-06-22T22:07:17.360Z Downloaded progenitor-macro v0.11.2
9602026-06-22T22:07:17.360Z Downloaded parking_lot_core v0.9.12
9612026-06-22T22:07:17.360Z Downloaded scopeguard v1.2.0
9622026-06-22T22:07:17.363Z Downloaded same-file v1.0.6
9632026-06-22T22:07:17.363Z Downloaded rustc_version v0.4.1
9642026-06-22T22:07:17.363Z Downloaded rustls-pemfile v2.2.0
9652026-06-22T22:07:17.363Z Downloaded owo-colors v4.3.0
9662026-06-22T22:07:17.366Z Downloaded rtoolbox v0.0.3
9672026-06-22T22:07:17.366Z Downloaded hashbrown v0.15.5
9682026-06-22T22:07:17.369Z Downloaded resolv-conf v0.7.6
9692026-06-22T22:07:17.372Z Downloaded parking_lot v0.11.2
9702026-06-22T22:07:17.372Z Downloaded num_enum_derive v0.7.6
9712026-06-22T22:07:17.377Z Downloaded pem-rfc7468 v0.7.0
9722026-06-22T22:07:17.380Z Downloaded pkg-config v0.3.32
9732026-06-22T22:07:17.380Z Downloaded parse-display-derive v0.10.0
9742026-06-22T22:07:17.383Z Downloaded ppv-lite86 v0.2.21
9752026-06-22T22:07:17.386Z Downloaded semver v0.1.20
9762026-06-22T22:07:17.386Z Downloaded scheduled-thread-pool v0.2.7
9772026-06-22T22:07:17.389Z Downloaded diesel_derives v2.3.7
9782026-06-22T22:07:17.392Z Downloaded rand_core v0.10.0
9792026-06-22T22:07:17.394Z Downloaded pem v3.0.6
9802026-06-22T22:07:17.397Z Downloaded rustls-native-certs v0.8.3
9812026-06-22T22:07:17.397Z Downloaded prettyplease v0.2.37
9822026-06-22T22:07:17.400Z Downloaded scroll_derive v0.13.1
9832026-06-22T22:07:17.400Z Downloaded scrypt v0.11.0
9842026-06-22T22:07:17.400Z Downloaded r2d2 v0.8.10
9852026-06-22T22:07:17.403Z Downloaded hyper-util v0.1.20
9862026-06-22T22:07:17.406Z Downloaded seq-macro v0.3.6
9872026-06-22T22:07:17.406Z Downloaded serde_repr v0.1.20
9882026-06-22T22:07:17.409Z Downloaded secrecy v0.10.3
9892026-06-22T22:07:17.409Z Downloaded num-bigint v0.4.6
9902026-06-22T22:07:17.412Z Downloaded serde_urlencoded v0.7.1
9912026-06-22T22:07:17.412Z Downloaded secrecy v0.8.0
9922026-06-22T22:07:17.412Z Downloaded peg v0.8.5
9932026-06-22T22:07:17.415Z Downloaded progenitor v0.14.0
9942026-06-22T22:07:17.415Z Downloaded predicates-tree v1.0.13
9952026-06-22T22:07:17.418Z Downloaded russh-keys v0.45.0
9962026-06-22T22:07:17.418Z Downloaded rand_core v0.9.5
9972026-06-22T22:07:17.418Z Downloaded phf v0.13.1
9982026-06-22T22:07:17.421Z Downloaded progenitor-impl v0.13.0
9992026-06-22T22:07:17.421Z Downloaded prefix-trie v0.7.0
10002026-06-22T22:07:17.424Z Downloaded sha1 v0.10.6
10012026-06-22T22:07:17.424Z Downloaded mio v1.2.0
10022026-06-22T22:07:17.427Z Downloaded sapling-renderdag v0.1.0
10032026-06-22T22:07:17.430Z Downloaded futures-util v0.3.32
10042026-06-22T22:07:17.434Z Downloaded siphasher v1.0.2
10052026-06-22T22:07:17.437Z Downloaded aho-corasick v1.1.4
10062026-06-22T22:07:17.440Z Downloaded signal-hook-mio v0.2.5
10072026-06-22T22:07:17.440Z Downloaded sigpipe v0.1.3
10082026-06-22T22:07:17.440Z Downloaded signature v2.2.0
10092026-06-22T22:07:17.443Z Downloaded signal-hook-tokio v0.3.1
10102026-06-22T22:07:17.443Z Downloaded rand_seeder v0.4.0
10112026-06-22T22:07:17.443Z Downloaded serde_spanned v1.0.4
10122026-06-22T22:07:17.446Z Downloaded serde_plain v1.0.2
10132026-06-22T22:07:17.446Z Downloaded polyval v0.6.2
10142026-06-22T22:07:17.446Z Downloaded rcgen v0.12.1
10152026-06-22T22:07:17.449Z Downloaded rusty-fork v0.3.1
10162026-06-22T22:07:17.449Z Downloaded nom v7.1.3
10172026-06-22T22:07:17.452Z Downloaded ron v0.8.1
10182026-06-22T22:07:17.455Z Downloaded serde-hex v0.1.0
10192026-06-22T22:07:17.458Z Downloaded scroll v0.13.0
10202026-06-22T22:07:17.458Z Downloaded quinn-udp v0.5.14
10212026-06-22T22:07:17.461Z Downloaded h2 v0.4.13
10222026-06-22T22:07:17.464Z Downloaded slog-envlogger v2.2.0
10232026-06-22T22:07:17.468Z Downloaded itertools v0.13.0
10242026-06-22T22:07:17.472Z Downloaded rand_core v0.6.4
10252026-06-22T22:07:17.472Z Downloaded rustversion v1.0.22
10262026-06-22T22:07:17.476Z Downloaded serde_bytes v0.11.19
10272026-06-22T22:07:17.476Z Downloaded signal-hook-registry v1.4.8
10282026-06-22T22:07:17.479Z Downloaded serde_path_to_error v0.1.20
10292026-06-22T22:07:17.479Z Downloaded serde_derive_internals v0.29.1
10302026-06-22T22:07:17.479Z Downloaded schemars_derive v0.8.22
10312026-06-22T22:07:17.479Z Downloaded serde-big-array v0.5.1
10322026-06-22T22:07:17.487Z Downloaded crossterm v0.29.0
10332026-06-22T22:07:17.490Z Downloaded sqlparser_derive v0.5.0
10342026-06-22T22:07:17.493Z Downloaded serde_with_macros v1.5.2
10352026-06-22T22:07:17.493Z Downloaded sct v0.7.1
10362026-06-22T22:07:17.496Z Downloaded shlex v1.3.0
10372026-06-22T22:07:17.496Z Downloaded rustls-pemfile v1.0.4
10382026-06-22T22:07:17.503Z Downloaded structmeta v0.3.0
10392026-06-22T22:07:17.506Z Downloaded postgres-types v0.2.12
10402026-06-22T22:07:17.506Z Downloaded slog-async v2.8.0
10412026-06-22T22:07:17.510Z Downloaded slab v0.4.12
10422026-06-22T22:07:17.510Z Downloaded hkdf v0.12.4
10432026-06-22T22:07:17.512Z Downloaded rustls-pki-types v1.14.0
10442026-06-22T22:07:17.513Z Downloaded strum v0.26.3
10452026-06-22T22:07:17.513Z Downloaded shell-words v1.1.1
10462026-06-22T22:07:17.513Z Downloaded miniz_oxide v0.8.9
10472026-06-22T22:07:17.515Z Downloaded ssh-cipher v0.2.0
10482026-06-22T22:07:17.516Z Downloaded hyper v1.8.1
10492026-06-22T22:07:17.518Z Downloaded ssh-encoding v0.2.0
10502026-06-22T22:07:17.525Z Downloaded rand v0.8.6
10512026-06-22T22:07:17.530Z Downloaded simd-adler32 v0.3.8
10522026-06-22T22:07:17.533Z Downloaded supports-color v3.0.2
10532026-06-22T22:07:17.533Z Downloaded strum v0.27.2
10542026-06-22T22:07:17.533Z Downloaded thiserror-impl-no-std v2.0.2
10552026-06-22T22:07:17.533Z Downloaded papergrid v0.17.0
10562026-06-22T22:07:17.537Z Downloaded take_mut v0.2.2
10572026-06-22T22:07:17.540Z Downloaded strip-ansi-escapes v0.2.1
10582026-06-22T22:07:17.540Z Downloaded slog-dtrace v0.3.0
10592026-06-22T22:07:17.540Z Downloaded smf v0.2.3
10602026-06-22T22:07:17.540Z Downloaded sec1 v0.7.3
10612026-06-22T22:07:17.543Z Downloaded ryu v1.0.23
10622026-06-22T22:07:17.543Z Downloaded strsim v0.10.0
10632026-06-22T22:07:17.543Z Downloaded sync-ptr v0.1.4
10642026-06-22T22:07:17.546Z Downloaded slog-bunyan v2.5.0
10652026-06-22T22:07:17.546Z Downloaded tabled_derive v0.11.0
10662026-06-22T22:07:17.546Z Downloaded structmeta-derive v0.3.0
10672026-06-22T22:07:17.549Z Downloaded slog-scope v4.4.1
10682026-06-22T22:07:17.552Z Downloaded smallvec v0.6.14
10692026-06-22T22:07:17.552Z Downloaded progenitor-impl v0.11.2
10702026-06-22T22:07:17.555Z Downloaded stacker v0.1.23
10712026-06-22T22:07:17.555Z Downloaded tabwriter v1.4.1
10722026-06-22T22:07:17.559Z Downloaded tagptr v0.2.0
10732026-06-22T22:07:17.562Z Downloaded slog-stdlog v4.1.1
10742026-06-22T22:07:17.562Z Downloaded libm v0.2.16
10752026-06-22T22:07:17.566Z Downloaded time-core v0.1.8
10762026-06-22T22:07:17.569Z Downloaded testing_table v0.3.0
10772026-06-22T22:07:17.569Z Downloaded slog-term v2.9.2
10782026-06-22T22:07:17.572Z Downloaded progenitor-impl v0.14.0
10792026-06-22T22:07:17.572Z Downloaded thread-id v5.1.0
10802026-06-22T22:07:17.572Z Downloaded tap v1.0.1
10812026-06-22T22:07:17.575Z Downloaded stringprep v0.1.5
10822026-06-22T22:07:17.575Z Downloaded schemars v0.8.22
10832026-06-22T22:07:17.580Z Downloaded tinyvec_macros v0.1.1
10842026-06-22T22:07:17.583Z Downloaded tokio-macros v2.7.0
10852026-06-22T22:07:17.583Z Downloaded serde_with_macros v3.17.0
10862026-06-22T22:07:17.583Z Downloaded blake3 v1.8.3
10872026-06-22T22:07:17.587Z Downloaded rayon-core v1.13.0
10882026-06-22T22:07:17.590Z Downloaded slog-json v2.6.1
10892026-06-22T22:07:17.593Z Downloaded rand v0.9.2
10902026-06-22T22:07:17.593Z Downloaded serde_cbor v0.11.2
10912026-06-22T22:07:17.596Z Downloaded snafu-derive v0.8.9
10922026-06-22T22:07:17.599Z Downloaded subtle v2.6.1
10932026-06-22T22:07:17.599Z Downloaded strum_macros v0.24.3
10942026-06-22T22:07:17.599Z Downloaded topological-sort v0.2.2
10952026-06-22T22:07:17.601Z Downloaded sqlformat v0.3.5
10962026-06-22T22:07:17.601Z Downloaded string_cache v0.8.9
10972026-06-22T22:07:17.604Z Downloaded static_assertions v1.1.0
10982026-06-22T22:07:17.604Z Downloaded spki v0.7.3
10992026-06-22T22:07:17.604Z Downloaded tower-layer v0.3.3
11002026-06-22T22:07:17.607Z Downloaded qorb v0.4.1
11012026-06-22T22:07:17.607Z Downloaded rsa v0.9.10
11022026-06-22T22:07:17.610Z Downloaded thiserror-no-std v2.0.2
11032026-06-22T22:07:17.613Z Downloaded publicsuffix v2.3.0
11042026-06-22T22:07:17.616Z Downloaded rand v0.10.0
11052026-06-22T22:07:17.619Z Downloaded pretty_assertions v1.4.1
11062026-06-22T22:07:17.619Z Downloaded p256 v0.13.2
11072026-06-22T22:07:17.652Z Downloaded itertools v0.12.1
11082026-06-22T22:07:17.652Z Downloaded strum_macros v0.26.4
11092026-06-22T22:07:17.652Z Downloaded trait-variant v0.1.2
11102026-06-22T22:07:17.652Z Downloaded tower-service v0.3.3
11112026-06-22T22:07:17.652Z Downloaded try-lock v0.2.5
11122026-06-22T22:07:17.652Z Downloaded termios v0.3.3
11132026-06-22T22:07:17.652Z Downloaded spin v0.9.8
11142026-06-22T22:07:17.652Z Downloaded support-bundle-viewer v0.1.2
11152026-06-22T22:07:17.652Z Downloaded oso v0.27.3
11162026-06-22T22:07:17.652Z Downloaded signal-hook v0.3.18
11172026-06-22T22:07:17.652Z Downloaded libxml v0.3.3
11182026-06-22T22:07:17.652Z Downloaded openssl-sys v0.9.115
11192026-06-22T22:07:17.652Z Downloaded termtree v0.5.1
11202026-06-22T22:07:17.652Z Downloaded nom v8.0.0
11212026-06-22T22:07:17.652Z Downloaded tokio-native-tls v0.3.1
11222026-06-22T22:07:17.652Z Downloaded tokio-dtrace v0.1.1
11232026-06-22T22:07:17.652Z Downloaded quinn v0.11.9
11242026-06-22T22:07:17.652Z Downloaded p521 v0.13.3
11252026-06-22T22:07:17.656Z Downloaded tokio-rustls v0.25.0
11262026-06-22T22:07:17.656Z Downloaded num-bigint-dig v0.8.6
11272026-06-22T22:07:17.656Z Downloaded tiny-keccak v2.0.2
11282026-06-22T22:07:17.661Z Downloaded unarray v0.1.4
11292026-06-22T22:07:17.664Z Downloaded unit-prefix v0.5.2
11302026-06-22T22:07:17.667Z Downloaded typify-macro v0.6.2
11312026-06-22T22:07:17.668Z Downloaded time-macros v0.2.27
11322026-06-22T22:07:17.668Z Downloaded tokio-tungstenite v0.23.1
11332026-06-22T22:07:17.670Z Downloaded typify-macro v0.4.3
11342026-06-22T22:07:17.670Z Downloaded serde_yaml v0.9.34+deprecated
11352026-06-22T22:07:17.673Z Downloaded dropshot-api-manager v0.7.2
11362026-06-22T22:07:17.676Z Downloaded untrusted v0.9.0
11372026-06-22T22:07:17.679Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11382026-06-22T22:07:17.682Z Downloaded term v1.2.1
11392026-06-22T22:07:17.685Z Downloaded rustls-platform-verifier v0.6.2
11402026-06-22T22:07:17.685Z Downloaded tokio-tungstenite v0.21.0
11412026-06-22T22:07:17.688Z Downloaded sync_wrapper v1.0.2
11422026-06-22T22:07:17.688Z Downloaded unicode-truncate v1.1.0
11432026-06-22T22:07:17.691Z Downloaded slog v2.8.2
11442026-06-22T22:07:17.692Z Downloaded untrusted v0.7.1
11452026-06-22T22:07:17.694Z Downloaded socket2 v0.6.3
11462026-06-22T22:07:17.694Z Downloaded socket2 v0.5.10
11472026-06-22T22:07:17.694Z Downloaded universal-hash v0.5.1
11482026-06-22T22:07:17.698Z Downloaded bitvec v1.0.1
11492026-06-22T22:07:17.706Z Downloaded similar v2.7.0
11502026-06-22T22:07:17.709Z Downloaded usdt v0.6.0
11512026-06-22T22:07:17.713Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11522026-06-22T22:07:17.713Z Downloaded strum_macros v0.27.2
11532026-06-22T22:07:17.713Z Downloaded want v0.3.1
11542026-06-22T22:07:17.716Z Downloaded waitgroup v0.1.2
11552026-06-22T22:07:17.716Z Downloaded usdt-macro v0.6.0
11562026-06-22T22:07:17.716Z Downloaded usdt-attr-macro v0.6.0
11572026-06-22T22:07:17.719Z Downloaded void v1.0.2
11582026-06-22T22:07:17.719Z Downloaded schemars v0.9.0
11592026-06-22T22:07:17.725Z Downloaded tokio-rustls v0.24.1
11602026-06-22T22:07:17.728Z Downloaded chrono v0.4.44
11612026-06-22T22:07:17.731Z Downloaded utf-8 v0.7.6
11622026-06-22T22:07:17.734Z Downloaded term v0.7.0
11632026-06-22T22:07:17.734Z Downloaded iddqd v0.4.2
11642026-06-22T22:07:17.738Z Downloaded wait-timeout v0.2.1
11652026-06-22T22:07:17.741Z Downloaded bindgen v0.71.1
11662026-06-22T22:07:17.752Z Downloaded unicase v2.9.0
11672026-06-22T22:07:17.755Z Downloaded xshell-macros v0.2.7
11682026-06-22T22:07:17.758Z Downloaded xattr v1.6.1
11692026-06-22T22:07:17.760Z Downloaded tls_codec_derive v0.4.2
11702026-06-22T22:07:17.763Z Downloaded zone_cfg_derive v0.3.1
11712026-06-22T22:07:17.763Z Downloaded tls_codec v0.4.2
11722026-06-22T22:07:17.767Z Downloaded vergen-gitcl v1.0.8
11732026-06-22T22:07:17.770Z Downloaded tui-tree-widget v0.23.1
11742026-06-22T22:07:17.770Z Downloaded toml_parser v1.0.9+spec-1.1.0
11752026-06-22T22:07:17.773Z Downloaded thread_local v1.1.9
11762026-06-22T22:07:17.776Z Downloaded vergen-git2 v9.1.0
11772026-06-22T22:07:17.780Z Downloaded uzers v0.12.2
11782026-06-22T22:07:17.780Z Downloaded zone v0.3.1
11792026-06-22T22:07:17.780Z Downloaded twox-hash v2.1.2
11802026-06-22T22:07:17.783Z Downloaded tokio-rustls v0.26.4
11812026-06-22T22:07:17.783Z Downloaded zeroize_derive v1.4.3
11822026-06-22T22:07:17.783Z Downloaded toml_writer v1.0.6+spec-1.1.0
11832026-06-22T22:07:17.784Z Downloaded whoami v2.1.0
11842026-06-22T22:07:17.786Z Downloaded schemars v1.2.1
11852026-06-22T22:07:17.794Z Downloaded whoami v1.6.1
11862026-06-22T22:07:17.798Z Downloaded samael v0.0.19
11872026-06-22T22:07:17.801Z Downloaded subprocess v0.2.15
11882026-06-22T22:07:17.807Z Downloaded usdt-impl v0.6.0
11892026-06-22T22:07:17.810Z Downloaded xshell v0.2.7
11902026-06-22T22:07:17.813Z Downloaded vergen-lib v9.1.0
11912026-06-22T22:07:17.819Z Downloaded vergen-lib v0.1.6
11922026-06-22T22:07:17.822Z Downloaded russh v0.45.0
11932026-06-22T22:07:17.825Z Downloaded snafu v0.8.9
11942026-06-22T22:07:17.833Z Downloaded tinyvec v1.10.0
11952026-06-22T22:07:17.836Z Downloaded vergen v9.1.0
11962026-06-22T22:07:17.836Z Downloaded reedline v0.40.0
11972026-06-22T22:07:17.840Z Downloaded wyz v0.5.1
11982026-06-22T22:07:17.843Z Downloaded tracing-core v0.1.36
11992026-06-22T22:07:17.843Z Downloaded typify v0.4.3
12002026-06-22T22:07:17.848Z Downloaded toml v0.7.8
12012026-06-22T22:07:17.861Z Downloaded unicode-properties v0.1.4
12022026-06-22T22:07:17.864Z Downloaded zstd-safe v7.2.4
12032026-06-22T22:07:17.869Z Downloaded toml v1.0.6+spec-1.1.0
12042026-06-22T22:07:17.872Z Downloaded test-strategy v0.4.5
12052026-06-22T22:07:17.875Z Downloaded zerocopy v0.6.6
12062026-06-22T22:07:17.878Z Downloaded yasna v0.5.2
12072026-06-22T22:07:17.878Z Downloaded unicode-bidi v0.3.18
12082026-06-22T22:07:17.883Z Downloaded typify v0.6.2
12092026-06-22T22:07:17.883Z Downloaded lalrpop v0.19.12
12102026-06-22T22:07:17.886Z Downloaded toml_edit v0.23.10+spec-1.0.0
12112026-06-22T22:07:17.889Z Downloaded tracing-attributes v0.1.31
12122026-06-22T22:07:17.892Z Downloaded uuid v1.23.0
12132026-06-22T22:07:17.892Z Downloaded itertools v0.14.0
12142026-06-22T22:07:17.896Z Downloaded vsss-rs v3.3.4
12152026-06-22T22:07:17.898Z Downloaded regex v1.12.3
12162026-06-22T22:07:17.901Z Downloaded goblin v0.10.5
12172026-06-22T22:07:17.905Z Downloaded walkdir v2.5.0
12182026-06-22T22:07:17.907Z Downloaded tungstenite v0.23.0
12192026-06-22T22:07:17.910Z Downloaded portable-atomic v1.13.1
12202026-06-22T22:07:17.913Z Downloaded git2 v0.20.4
12212026-06-22T22:07:17.917Z Downloaded zeroize v1.8.2
12222026-06-22T22:07:17.920Z Downloaded rpassword v7.4.0
12232026-06-22T22:07:17.920Z Downloaded tar v0.4.45
12242026-06-22T22:07:17.923Z Downloaded iri-string v0.7.10
12252026-06-22T22:07:17.927Z Downloaded zopfli v0.8.3
12262026-06-22T22:07:17.930Z Downloaded zstd v0.13.3
12272026-06-22T22:07:17.933Z Downloaded tokio-stream v0.1.18
12282026-06-22T22:07:17.933Z Downloaded steno v0.4.1
12292026-06-22T22:07:17.936Z Downloaded rustls-webpki v0.103.9
12302026-06-22T22:07:17.939Z Downloaded tokio-postgres v0.7.16
12312026-06-22T22:07:17.948Z Downloaded tungstenite v0.21.0
12322026-06-22T22:07:17.955Z Downloaded curve25519-dalek v4.1.3
12332026-06-22T22:07:17.963Z Downloaded yansi v1.0.1
12342026-06-22T22:07:17.967Z Downloaded tower v0.5.3
12352026-06-22T22:07:17.982Z Downloaded zip v0.6.6
12362026-06-22T22:07:17.985Z Downloaded reqwest v0.13.2
12372026-06-22T22:07:17.988Z Downloaded rustyline v14.0.0
12382026-06-22T22:07:17.991Z Downloaded unsafe-libyaml v0.2.11
12392026-06-22T22:07:17.994Z Downloaded rustls-webpki v0.101.7
12402026-06-22T22:07:18.000Z Downloaded serde_with v1.14.0
12412026-06-22T22:07:18.013Z Downloaded ssh-key v0.6.7
12422026-06-22T22:07:18.018Z Downloaded reqwest v0.12.28
12432026-06-22T22:07:18.022Z Downloaded unicode_categories v0.1.1
12442026-06-22T22:07:18.025Z Downloaded p384 v0.13.1
12452026-06-22T22:07:18.028Z Downloaded zerocopy-derive v0.8.40
12462026-06-22T22:07:18.031Z Downloaded toml_edit v0.19.15
12472026-06-22T22:07:18.039Z Downloaded rayon v1.11.0
12482026-06-22T22:07:18.044Z Downloaded nix v0.27.1
12492026-06-22T22:07:18.066Z Downloaded unicode-normalization v0.1.25
12502026-06-22T22:07:18.069Z Downloaded tough v0.22.0
12512026-06-22T22:07:18.073Z Downloaded tower-http v0.6.8
12522026-06-22T22:07:18.080Z Downloaded quick-xml v0.37.5
12532026-06-22T22:07:18.083Z Downloaded proptest v1.10.0
12542026-06-22T22:07:18.088Z Downloaded x509-cert v0.2.5
12552026-06-22T22:07:18.091Z Downloaded typed-path v0.9.3
12562026-06-22T22:07:18.094Z Downloaded tokio-util v0.7.18
12572026-06-22T22:07:18.100Z Downloaded serde_with v3.17.0
12582026-06-22T22:07:18.107Z Downloaded unicode-segmentation v1.12.0
12592026-06-22T22:07:18.110Z Downloaded petname v2.0.2
12602026-06-22T22:07:18.116Z Downloaded moka v0.12.13
12612026-06-22T22:07:18.125Z Downloaded zip v4.6.1
12622026-06-22T22:07:18.145Z Downloaded salty v0.3.0
12632026-06-22T22:07:18.148Z Downloaded winnow v0.5.40
12642026-06-22T22:07:18.153Z Downloaded bstr v1.12.1
12652026-06-22T22:07:18.173Z Downloaded vte v0.14.1
12662026-06-22T22:07:18.179Z Downloaded rustls-webpki v0.102.8
12672026-06-22T22:07:18.190Z Downloaded regex-syntax v0.6.29
12682026-06-22T22:07:18.193Z Downloaded hickory-proto v0.24.4
12692026-06-22T22:07:18.203Z Downloaded nix v0.28.0
12702026-06-22T22:07:18.210Z Downloaded hickory-proto v0.25.2
12712026-06-22T22:07:18.225Z Downloaded polar-core v0.27.3
12722026-06-22T22:07:18.229Z Downloaded time v0.3.47
12732026-06-22T22:07:18.236Z Downloaded object v0.30.4
12742026-06-22T22:07:18.242Z Downloaded quinn-proto v0.11.13
12752026-06-22T22:07:18.246Z Downloaded rustls v0.21.12
12762026-06-22T22:07:18.252Z Downloaded winnow v0.6.26
12772026-06-22T22:07:18.259Z Downloaded zlib-rs v0.6.2
12782026-06-22T22:07:18.262Z Downloaded vcpkg v0.2.15
12792026-06-22T22:07:18.284Z Downloaded radix_trie v0.2.1
12802026-06-22T22:07:18.288Z Downloaded regex-syntax v0.8.10
12812026-06-22T22:07:18.294Z Downloaded regress v0.10.5
12822026-06-22T22:07:18.322Z Downloaded rustls v0.23.37
12832026-06-22T22:07:18.329Z Downloaded nix v0.31.2
12842026-06-22T22:07:18.336Z Downloaded tabled v0.20.0
12852026-06-22T22:07:18.346Z Downloaded smoltcp v0.9.1
12862026-06-22T22:07:18.352Z Downloaded regress v0.11.1
12872026-06-22T22:07:18.357Z Downloaded openssl v0.10.79
12882026-06-22T22:07:18.363Z Downloaded dropshot v0.17.0
12892026-06-22T22:07:18.404Z Downloaded object v0.37.3
12902026-06-22T22:07:18.409Z Downloaded webpki-roots v1.0.6
12912026-06-22T22:07:18.412Z Downloaded bzip2-sys v0.1.13+1.0.8
12922026-06-22T22:07:18.427Z Downloaded ratatui v0.29.0
12932026-06-22T22:07:18.438Z Downloaded zerocopy v0.8.40
12942026-06-22T22:07:18.443Z Downloaded smoltcp v0.11.0
12952026-06-22T22:07:18.450Z Downloaded rustls v0.22.4
12962026-06-22T22:07:18.457Z Downloaded rustix v0.38.44
12972026-06-22T22:07:18.469Z Downloaded zerocopy-derive v0.6.6
12982026-06-22T22:07:18.475Z Downloaded diesel v2.3.7
12992026-06-22T22:07:18.487Z Downloaded petgraph v0.6.5
13002026-06-22T22:07:18.497Z Downloaded chrono-tz v0.10.4
13012026-06-22T22:07:18.508Z Downloaded openapiv3 v2.2.0
13022026-06-22T22:07:18.514Z Downloaded typify-impl v0.4.3
13032026-06-22T22:07:18.524Z Downloaded jiff v0.2.21
13042026-06-22T22:07:18.534Z Downloaded petgraph v0.8.3
13052026-06-22T22:07:18.558Z Downloaded sqlparser v0.61.0
13062026-06-22T22:07:18.567Z Downloaded typify-impl v0.6.2
13072026-06-22T22:07:18.575Z Downloaded sled v0.34.7
13082026-06-22T22:07:18.581Z Downloaded tracing v0.1.44
13092026-06-22T22:07:18.640Z Downloaded regex-automata v0.4.14
13102026-06-22T22:07:18.649Z Downloaded ring v0.17.14
13112026-06-22T22:07:18.714Z Downloaded csv v1.4.0
13122026-06-22T22:07:18.725Z Downloaded libz-sys v1.1.24
13132026-06-22T22:07:18.737Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13142026-06-22T22:07:18.748Z Downloaded sha3 v0.10.8
13152026-06-22T22:07:18.762Z Downloaded tokio v1.52.1
13162026-06-22T22:07:18.829Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-06-22T22:07:19.255Z Downloaded aws-lc-sys v0.40.0
13182026-06-22T22:07:19.506Z Compiling libc v0.2.185
13192026-06-22T22:07:19.506Z Compiling serde v1.0.228
13202026-06-22T22:07:19.509Z Compiling log v0.4.29
13212026-06-22T22:07:19.509Z Compiling shlex v1.3.0
13222026-06-22T22:07:19.509Z Compiling find-msvc-tools v0.1.9
13232026-06-22T22:07:19.658Z Compiling syn v2.0.117
13242026-06-22T22:07:19.665Z Compiling smallvec v1.15.1
13252026-06-22T22:07:19.668Z Compiling typenum v1.19.0
13262026-06-22T22:07:19.844Z Compiling generic-array v0.14.7
13272026-06-22T22:07:19.856Z Compiling subtle v2.6.1
13282026-06-22T22:07:19.890Z Compiling scopeguard v1.2.0
13292026-06-22T22:07:19.905Z Compiling const-oid v0.9.6
13302026-06-22T22:07:19.972Z Compiling lock_api v0.4.14
13312026-06-22T22:07:19.995Z Compiling serde_json v1.0.149
13322026-06-22T22:07:20.028Z Compiling zerocopy v0.8.40
13332026-06-22T22:07:20.095Z Compiling pin-project-lite v0.2.17
13342026-06-22T22:07:20.198Z Compiling portable-atomic v1.13.1
13352026-06-22T22:07:20.202Z Compiling parking_lot_core v0.9.12
13362026-06-22T22:07:20.455Z Compiling pkg-config v0.3.32
13372026-06-22T22:07:20.471Z Compiling getrandom v0.2.17
13382026-06-22T22:07:20.528Z Compiling jobserver v0.1.34
13392026-06-22T22:07:20.603Z Compiling rand_core v0.6.4
13402026-06-22T22:07:20.622Z Compiling errno v0.3.14
13412026-06-22T22:07:20.765Z Compiling cc v1.2.56
13422026-06-22T22:07:20.927Z Compiling signal-hook-registry v1.4.8
13432026-06-22T22:07:21.011Z Compiling bitflags v2.11.0
13442026-06-22T22:07:21.052Z Compiling libm v0.2.16
13452026-06-22T22:07:21.126Z Compiling critical-section v1.2.0
13462026-06-22T22:07:21.239Z Compiling futures-core v0.3.32
13472026-06-22T22:07:21.253Z Compiling once_cell v1.21.3
13482026-06-22T22:07:21.256Z Compiling parking_lot v0.12.5
13492026-06-22T22:07:21.283Z Compiling mio v1.2.0
13502026-06-22T22:07:21.381Z Compiling num-traits v0.2.19
13512026-06-22T22:07:21.437Z Compiling percent-encoding v2.3.2
13522026-06-22T22:07:21.457Z Compiling socket2 v0.6.3
13532026-06-22T22:07:21.634Z Compiling futures-sink v0.3.32
13542026-06-22T22:07:21.649Z Compiling futures-io v0.3.32
13552026-06-22T22:07:21.732Z Compiling futures-channel v0.3.32
13562026-06-22T22:07:21.746Z Compiling futures-task v0.3.32
13572026-06-22T22:07:21.759Z Compiling getrandom v0.4.1
13582026-06-22T22:07:21.803Z Compiling cpufeatures v0.2.17
13592026-06-22T22:07:21.880Z Compiling slab v0.4.12
13602026-06-22T22:07:21.893Z Compiling rand_core v0.10.0
13612026-06-22T22:07:21.915Z Compiling indexmap v2.14.0
13622026-06-22T22:07:21.979Z Compiling getrandom v0.3.4
13632026-06-22T22:07:22.057Z Compiling rustversion v1.0.22
13642026-06-22T22:07:22.060Z Compiling cmake v0.1.57
13652026-06-22T22:07:22.458Z Compiling form_urlencoded v1.2.2
13662026-06-22T22:07:22.478Z Compiling dunce v1.0.5
13672026-06-22T22:07:22.492Z Compiling fs_extra v1.3.0
13682026-06-22T22:07:22.579Z Compiling base64ct v1.8.3
13692026-06-22T22:07:22.600Z Compiling synstructure v0.13.2
13702026-06-22T22:07:22.639Z Compiling ident_case v1.0.1
13712026-06-22T22:07:22.766Z Compiling aws-lc-sys v0.40.0
13722026-06-22T22:07:22.771Z Compiling iana-time-zone v0.1.65
13732026-06-22T22:07:22.891Z Compiling pem-rfc7468 v0.7.0
13742026-06-22T22:07:22.979Z Compiling rustix v1.1.3
13752026-06-22T22:07:22.998Z Compiling regex-syntax v0.8.10
13762026-06-22T22:07:23.015Z Compiling flagset v0.4.7
13772026-06-22T22:07:23.153Z Compiling rand_core v0.9.5
13782026-06-22T22:07:23.156Z Compiling ring v0.17.14
13792026-06-22T22:07:23.212Z Compiling vcpkg v0.2.15
13802026-06-22T22:07:23.227Z Compiling aws-lc-rs v1.16.3
13812026-06-22T22:07:23.433Z Compiling uuid v1.23.0
13822026-06-22T22:07:23.519Z Compiling rustc_version v0.4.1
13832026-06-22T22:07:23.857Z Compiling tracing-core v0.1.36
13842026-06-22T22:07:23.967Z Compiling openssl-sys v0.9.115
13852026-06-22T22:07:24.157Z Compiling base64 v0.22.1
13862026-06-22T22:07:24.401Z Compiling serde_derive v1.0.228
13872026-06-22T22:07:24.423Z Compiling zeroize_derive v1.4.3
13882026-06-22T22:07:24.491Z Compiling zerofrom-derive v0.1.6
13892026-06-22T22:07:24.510Z Compiling yoke-derive v0.8.1
13902026-06-22T22:07:24.761Z Compiling zerovec-derive v0.11.2
13912026-06-22T22:07:25.076Z Compiling zeroize v1.8.2
13922026-06-22T22:07:25.396Z Compiling zerocopy-derive v0.8.40
13932026-06-22T22:07:25.660Z Compiling displaydoc v0.2.5
13942026-06-22T22:07:25.851Z Compiling crypto-common v0.1.7
13952026-06-22T22:07:25.917Z Compiling block-buffer v0.10.4
13962026-06-22T22:07:25.947Z Compiling zerofrom v0.1.6
13972026-06-22T22:07:26.049Z Compiling yoke v0.8.1
13982026-06-22T22:07:26.069Z Compiling digest v0.10.7
13992026-06-22T22:07:26.082Z Compiling tokio-macros v2.7.0
14002026-06-22T22:07:26.234Z Compiling zerovec v0.11.5
14012026-06-22T22:07:26.321Z Compiling futures-macro v0.3.32
14022026-06-22T22:07:26.451Z Compiling zerotrie v0.2.3
14032026-06-22T22:07:26.741Z Compiling tinystr v0.8.2
14042026-06-22T22:07:26.756Z Compiling potential_utf v0.1.4
14052026-06-22T22:07:26.796Z Compiling hmac v0.12.1
14062026-06-22T22:07:26.915Z Compiling icu_locale_core v2.1.1
14072026-06-22T22:07:26.941Z Compiling icu_collections v2.1.1
14082026-06-22T22:07:26.954Z Compiling block-padding v0.3.3
14092026-06-22T22:07:27.110Z Compiling inout v0.1.4
14102026-06-22T22:07:27.124Z Compiling futures-util v0.3.32
14112026-06-22T22:07:27.276Z Compiling cipher v0.4.4
14122026-06-22T22:07:27.427Z Compiling sha2 v0.10.9
14132026-06-22T22:07:27.536Z Compiling icu_provider v2.1.1
14142026-06-22T22:07:27.794Z Compiling icu_normalizer v2.1.1
14152026-06-22T22:07:27.836Z Compiling bytes v1.11.1
14162026-06-22T22:07:27.859Z Compiling icu_properties v2.1.2
14172026-06-22T22:07:27.921Z Compiling der_derive v0.7.3
14182026-06-22T22:07:28.330Z Compiling tokio v1.52.1
14192026-06-22T22:07:28.442Z Compiling http v1.4.0
14202026-06-22T22:07:28.778Z Compiling idna_adapter v1.2.1
14212026-06-22T22:07:28.869Z Compiling der v0.7.10
14222026-06-22T22:07:28.917Z Compiling idna v1.1.0
14232026-06-22T22:07:28.951Z Compiling chrono v0.4.44
14242026-06-22T22:07:29.334Z Compiling url v2.5.8
14252026-06-22T22:07:29.388Z Compiling salsa20 v0.10.2
14262026-06-22T22:07:29.527Z Compiling pbkdf2 v0.12.2
14272026-06-22T22:07:29.563Z Compiling rustls-pki-types v1.14.0
14282026-06-22T22:07:29.644Z Compiling ppv-lite86 v0.2.21
14292026-06-22T22:07:29.785Z Compiling spki v0.7.3
14302026-06-22T22:07:29.962Z Compiling thiserror-impl v2.0.18
14312026-06-22T22:07:29.988Z Compiling tracing-attributes v0.1.31
14322026-06-22T22:07:30.003Z Compiling rand_chacha v0.9.0
14332026-06-22T22:07:30.057Z Compiling scrypt v0.11.0
14342026-06-22T22:07:30.118Z Compiling http-body v1.0.1
14352026-06-22T22:07:30.270Z Compiling cbc v0.1.2
14362026-06-22T22:07:30.307Z Compiling aes v0.8.4
14372026-06-22T22:07:30.386Z Compiling tinyvec_macros v0.1.1
14382026-06-22T22:07:30.415Z Compiling untrusted v0.9.0
14392026-06-22T22:07:30.458Z Compiling openssl-probe v0.2.1
14402026-06-22T22:07:30.535Z Compiling httparse v1.10.1
14412026-06-22T22:07:30.629Z Compiling untrusted v0.7.1
14422026-06-22T22:07:30.686Z Compiling pkcs5 v0.7.1
14432026-06-22T22:07:30.950Z Compiling tinyvec v1.10.0
14442026-06-22T22:07:31.183Z Compiling pest_generator v2.8.6
14452026-06-22T22:07:31.294Z Compiling rand v0.9.2
14462026-06-22T22:07:31.313Z Compiling thiserror v2.0.18
14472026-06-22T22:07:31.329Z Compiling tracing v0.1.44
14482026-06-22T22:07:31.398Z Compiling serde_derive_internals v0.29.1
14492026-06-22T22:07:31.417Z Compiling aho-corasick v1.1.4
14502026-06-22T22:07:31.597Z Compiling rustls v0.23.37
14512026-06-22T22:07:31.769Z Compiling schemars v0.8.22
14522026-06-22T22:07:31.877Z Compiling dyn-clone v1.0.20
14532026-06-22T22:07:31.972Z Compiling atomic-waker v1.1.2
14542026-06-22T22:07:32.023Z Compiling tower-layer v0.3.3
14552026-06-22T22:07:32.087Z Compiling tokio-util v0.7.18
14562026-06-22T22:07:32.101Z Compiling try-lock v0.2.5
14572026-06-22T22:07:32.190Z Compiling tower-service v0.3.3
14582026-06-22T22:07:32.207Z Compiling want v0.3.1
14592026-06-22T22:07:32.277Z Compiling regex-automata v0.4.14
14602026-06-22T22:07:32.291Z Compiling schemars_derive v0.8.22
14612026-06-22T22:07:32.387Z Compiling pest_derive v2.8.6
14622026-06-22T22:07:32.567Z Compiling pkcs8 v0.10.2
14632026-06-22T22:07:32.805Z Compiling h2 v0.4.13
14642026-06-22T22:07:33.100Z Compiling ipnet v2.11.0
14652026-06-22T22:07:33.114Z Compiling scroll_derive v0.13.1
14662026-06-22T22:07:33.165Z Compiling darling_core v0.20.11
14672026-06-22T22:07:33.514Z Compiling openssl v0.10.79
14682026-06-22T22:07:33.592Z Compiling foreign-types-shared v0.1.1
14692026-06-22T22:07:33.681Z Compiling pin-utils v0.1.0
14702026-06-22T22:07:33.741Z Compiling httpdate v1.0.3
14712026-06-22T22:07:33.772Z Compiling tempfile v3.25.0
14722026-06-22T22:07:33.904Z Compiling scroll v0.13.0
14732026-06-22T22:07:33.959Z Compiling foreign-types v0.3.2
14742026-06-22T22:07:34.030Z Compiling unicode-normalization v0.1.25
14752026-06-22T22:07:34.167Z Compiling openssl-macros v0.1.1
14762026-06-22T22:07:34.480Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14772026-06-22T22:07:34.553Z Compiling spin v0.9.8
14782026-06-22T22:07:34.567Z Compiling num-conv v0.2.0
14792026-06-22T22:07:34.696Z Compiling powerfmt v0.2.0
14802026-06-22T22:07:34.760Z Compiling native-tls v0.2.18
14812026-06-22T22:07:34.865Z Compiling crc32fast v1.5.0
14822026-06-22T22:07:34.899Z Compiling time-core v0.1.8
14832026-06-22T22:07:35.046Z Compiling time-macros v0.2.27
14842026-06-22T22:07:35.180Z Compiling deranged v0.5.8
14852026-06-22T22:07:35.422Z Compiling darling_macro v0.20.11
14862026-06-22T22:07:35.916Z Compiling hyper v1.8.1
14872026-06-22T22:07:36.156Z Compiling darling v0.20.11
14882026-06-22T22:07:36.184Z Compiling goblin v0.10.5
14892026-06-22T22:07:36.236Z Compiling rustls-native-certs v0.8.3
14902026-06-22T22:07:36.356Z Compiling sync_wrapper v1.0.2
14912026-06-22T22:07:36.466Z Compiling wait-timeout v0.2.1
14922026-06-22T22:07:36.523Z Compiling simd-adler32 v0.3.8
14932026-06-22T22:07:36.738Z Compiling syn v1.0.109
14942026-06-22T22:07:36.754Z Compiling usdt-impl v0.6.0
14952026-06-22T22:07:36.771Z Compiling quick-error v1.2.3
14962026-06-22T22:07:36.878Z Compiling num_threads v0.1.7
14972026-06-22T22:07:36.957Z Compiling crossbeam-utils v0.8.21
14982026-06-22T22:07:36.976Z Compiling siphasher v1.0.2
14992026-06-22T22:07:37.041Z Compiling hyper-util v0.1.20
15002026-06-22T22:07:37.162Z Compiling bit-vec v0.8.0
15012026-06-22T22:07:37.242Z Compiling unicode-segmentation v1.12.0
15022026-06-22T22:07:37.400Z Compiling bit-set v0.8.0
15032026-06-22T22:07:37.603Z Compiling time v0.3.47
15042026-06-22T22:07:37.623Z Compiling rusty-fork v0.3.1
15052026-06-22T22:07:37.872Z Compiling tower v0.5.3
15062026-06-22T22:07:37.939Z Compiling derive_builder_core v0.20.2
15072026-06-22T22:07:38.341Z Compiling dtrace-parser v0.3.0
15082026-06-22T22:07:38.505Z Compiling http-body-util v0.1.3
15092026-06-22T22:07:38.747Z Compiling webpki-roots v1.0.6
15102026-06-22T22:07:38.762Z Compiling signature v2.2.0
15112026-06-22T22:07:38.809Z Compiling scroll_derive v0.12.1
15122026-06-22T22:07:38.866Z Compiling thiserror-impl v1.0.69
15132026-06-22T22:07:38.937Z Compiling dof v0.4.0
15142026-06-22T22:07:39.088Z Compiling heapless v0.7.17
15152026-06-22T22:07:39.176Z Compiling rand_xorshift v0.4.0
15162026-06-22T22:07:39.326Z Compiling slog v2.8.2
15172026-06-22T22:07:39.339Z Compiling darling_core v0.21.3
15182026-06-22T22:07:39.476Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-06-22T22:07:39.509Z Compiling thread-id v5.1.0
15202026-06-22T22:07:39.591Z Compiling cookie v0.18.1
15212026-06-22T22:07:39.746Z Compiling signal-hook v0.3.18
15222026-06-22T22:07:39.773Z Compiling zstd-safe v7.2.4
15232026-06-22T22:07:39.918Z Compiling adler2 v2.0.1
15242026-06-22T22:07:39.966Z Compiling iri-string v0.7.10
15252026-06-22T22:07:40.048Z Compiling unicode-properties v0.1.4
15262026-06-22T22:07:40.097Z Compiling unicode-bidi v0.3.18
15272026-06-22T22:07:40.114Z Compiling allocator-api2 v0.2.21
15282026-06-22T22:07:40.256Z Compiling ryu v1.0.23
15292026-06-22T22:07:40.426Z Compiling unarray v0.1.4
15302026-06-22T22:07:40.440Z Compiling paste v1.0.15
15312026-06-22T22:07:40.443Z Compiling anyhow v1.0.102
15322026-06-22T22:07:40.533Z Compiling proptest v1.10.0
15332026-06-22T22:07:40.623Z Compiling stringprep v0.1.5
15342026-06-22T22:07:40.748Z Compiling serde_urlencoded v0.7.1
15352026-06-22T22:07:40.989Z Compiling thiserror v1.0.69
15362026-06-22T22:07:41.041Z Compiling miniz_oxide v0.8.9
15372026-06-22T22:07:41.110Z Compiling tower-http v0.6.8
15382026-06-22T22:07:41.525Z Compiling scroll v0.12.0
15392026-06-22T22:07:41.694Z Compiling derive_builder_macro v0.20.2
15402026-06-22T22:07:41.790Z Compiling tokio-native-tls v0.3.1
15412026-06-22T22:07:41.844Z Compiling darling_macro v0.21.3
15422026-06-22T22:07:42.069Z Compiling heck v0.4.1
15432026-06-22T22:07:42.142Z Compiling ipnetwork v0.21.1
15442026-06-22T22:07:42.306Z Compiling bstr v1.12.1
15452026-06-22T22:07:42.319Z Compiling rand_chacha v0.3.1
15462026-06-22T22:07:42.333Z Compiling serde_tokenstream v0.2.3
15472026-06-22T22:07:42.446Z Compiling erased-serde v0.3.31
15482026-06-22T22:07:42.530Z Compiling serde_spanned v0.6.9
15492026-06-22T22:07:42.639Z Compiling toml_datetime v0.6.11
15502026-06-22T22:07:42.673Z Compiling md-5 v0.10.6
15512026-06-22T22:07:42.839Z Compiling pin-project-internal v1.1.11
15522026-06-22T22:07:42.897Z Compiling async-trait v0.1.89
15532026-06-22T22:07:42.924Z Compiling zerocopy-derive v0.7.35
15542026-06-22T22:07:42.956Z Compiling curve25519-dalek v4.1.3
15552026-06-22T22:07:43.126Z Compiling vergen-lib v9.1.0
15562026-06-22T22:07:43.287Z Compiling num-integer v0.1.46
15572026-06-22T22:07:43.306Z Compiling hash32 v0.2.1
15582026-06-22T22:07:43.500Z Compiling ff v0.13.1
15592026-06-22T22:07:43.611Z Compiling memoffset v0.9.1
15602026-06-22T22:07:43.637Z Compiling encoding_rs v0.8.35
15612026-06-22T22:07:43.774Z Compiling fallible-iterator v0.2.0
15622026-06-22T22:07:43.802Z Compiling litrs v1.0.0
15632026-06-22T22:07:43.919Z Compiling smoltcp v0.9.1
15642026-06-22T22:07:43.943Z Compiling base16ct v0.2.0
15652026-06-22T22:07:44.086Z Compiling cfg_aliases v0.2.1
15662026-06-22T22:07:44.123Z Compiling rustix v0.38.44
15672026-06-22T22:07:44.171Z Compiling zlib-rs v0.6.2
15682026-06-22T22:07:44.251Z Compiling num-bigint-dig v0.8.6
15692026-06-22T22:07:44.307Z Compiling ref-cast v1.0.25
15702026-06-22T22:07:44.446Z Compiling mime v0.3.17
15712026-06-22T22:07:44.464Z Compiling psl-types v2.0.11
15722026-06-22T22:07:44.589Z Compiling publicsuffix v2.3.0
15732026-06-22T22:07:44.718Z Compiling document-features v0.2.12
15742026-06-22T22:07:44.762Z Compiling nix v0.31.2
15752026-06-22T22:07:44.778Z Compiling sec1 v0.7.3
15762026-06-22T22:07:45.054Z Compiling postgres-protocol v0.6.10
15772026-06-22T22:07:45.129Z Compiling pin-project v1.1.11
15782026-06-22T22:07:45.226Z Compiling zerocopy v0.7.35
15792026-06-22T22:07:45.251Z Compiling group v0.13.0
15802026-06-22T22:07:45.292Z Compiling num-iter v0.1.45
15812026-06-22T22:07:45.523Z Compiling newtype-uuid v1.3.2
15822026-06-22T22:07:45.737Z Compiling hubpack_derive v0.1.1
15832026-06-22T22:07:45.771Z Compiling rand v0.8.6
15842026-06-22T22:07:45.867Z Compiling oxnet v0.1.5
15852026-06-22T22:07:46.036Z Compiling darling v0.21.3
15862026-06-22T22:07:46.118Z Compiling snafu-derive v0.8.9
15872026-06-22T22:07:46.143Z Compiling derive_builder v0.20.2
15882026-06-22T22:07:46.213Z Compiling hyper-tls v0.6.0
15892026-06-22T22:07:46.306Z Compiling goblin v0.8.2
15902026-06-22T22:07:46.896Z Compiling phf_shared v0.13.1
15912026-06-22T22:07:47.008Z Compiling lazy_static v1.5.0
15922026-06-22T22:07:47.107Z Compiling flate2 v1.1.9
15932026-06-22T22:07:47.147Z Compiling regex v1.12.3
15942026-06-22T22:07:47.238Z Compiling anstyle-parse v0.2.7
15952026-06-22T22:07:47.411Z Compiling strum_macros v0.27.2
15962026-06-22T22:07:47.431Z Compiling futures-executor v0.3.32
15972026-06-22T22:07:47.517Z Compiling hex v0.4.3
15982026-06-22T22:07:47.572Z Compiling hkdf v0.12.4
15992026-06-22T22:07:47.686Z Compiling crypto-bigint v0.5.5
16002026-06-22T22:07:47.736Z Compiling terminal_size v0.4.3
16012026-06-22T22:07:47.782Z Compiling curve25519-dalek-derive v0.1.1
16022026-06-22T22:07:47.875Z Compiling daft-derive v0.1.7
16032026-06-22T22:07:48.022Z Compiling ref-cast-impl v1.0.25
16042026-06-22T22:07:48.436Z Compiling vergen v9.1.0
16052026-06-22T22:07:48.574Z Compiling fs-err v3.3.0
16062026-06-22T22:07:48.600Z Compiling cargo-platform v0.3.2
16072026-06-22T22:07:48.618Z Compiling ahash v0.8.12
16082026-06-22T22:07:48.758Z Compiling libbz2-rs-sys v0.2.2
16092026-06-22T22:07:48.816Z Compiling foldhash v0.2.0
16102026-06-22T22:07:48.873Z Compiling managed v0.8.0
16112026-06-22T22:07:49.040Z Compiling bitflags v1.3.2
16122026-06-22T22:07:49.087Z Compiling winnow v0.5.40
16132026-06-22T22:07:49.115Z Compiling same-file v1.0.6
16142026-06-22T22:07:49.291Z Compiling bumpalo v3.20.2
16152026-06-22T22:07:49.388Z Compiling foldhash v0.1.5
16162026-06-22T22:07:49.441Z Compiling object v0.37.3
16172026-06-22T22:07:49.541Z Compiling hashbrown v0.15.5
16182026-06-22T22:07:49.559Z Compiling zopfli v0.8.3
16192026-06-22T22:07:49.758Z Compiling strum v0.27.2
16202026-06-22T22:07:49.802Z Compiling walkdir v2.5.0
16212026-06-22T22:07:49.816Z Compiling bzip2 v0.6.1
16222026-06-22T22:07:50.018Z Compiling hashbrown v0.16.1
16232026-06-22T22:07:50.109Z Compiling cargo_metadata v0.23.1
16242026-06-22T22:07:50.128Z Compiling clap_builder v4.6.0
16252026-06-22T22:07:50.315Z Compiling elliptic-curve v0.13.8
16262026-06-22T22:07:50.509Z Compiling toml_edit v0.19.15
16272026-06-22T22:07:50.623Z Compiling daft v0.1.7
16282026-06-22T22:07:50.714Z Compiling dof v0.3.0
16292026-06-22T22:07:50.947Z Compiling snafu v0.8.9
16302026-06-22T22:07:51.310Z Compiling futures v0.3.32
16312026-06-22T22:07:51.395Z Compiling anstream v0.6.21
16322026-06-22T22:07:51.467Z Compiling phf v0.13.1
16332026-06-22T22:07:51.629Z Compiling cookie_store v0.22.1
16342026-06-22T22:07:51.702Z Compiling signal-hook-mio v0.2.5
16352026-06-22T22:07:51.821Z Compiling bzip2 v0.4.4
16362026-06-22T22:07:51.978Z Compiling hubpack v0.1.2
16372026-06-22T22:07:52.032Z Compiling serde_with_macros v3.17.0
16382026-06-22T22:07:52.198Z Compiling zstd v0.13.3
16392026-06-22T22:07:52.285Z Compiling postgres-types v0.2.12
16402026-06-22T22:07:52.840Z Compiling globset v0.4.18
16412026-06-22T22:07:53.155Z Compiling usdt-macro v0.6.0
16422026-06-22T22:07:53.171Z Compiling usdt-attr-macro v0.6.0
16432026-06-22T22:07:53.187Z Compiling dtrace-parser v0.2.0
16442026-06-22T22:07:53.518Z Compiling ed25519 v2.2.3
16452026-06-22T22:07:53.692Z Compiling phf_shared v0.11.3
16462026-06-22T22:07:53.880Z Compiling olpc-cjson v0.1.4
16472026-06-22T22:07:53.884Z Compiling pkcs1 v0.7.5
16482026-06-22T22:07:53.906Z Compiling enum-as-inner v0.6.1
16492026-06-22T22:07:53.938Z Compiling strum_macros v0.26.4
16502026-06-22T22:07:53.970Z Compiling clap_derive v4.6.1
16512026-06-22T22:07:54.038Z Compiling serde-big-array v0.5.1
16522026-06-22T22:07:54.187Z Compiling serde_plain v1.0.2
16532026-06-22T22:07:54.293Z Compiling rfc6979 v0.4.0
16542026-06-22T22:07:54.380Z Compiling async-recursion v1.1.1
16552026-06-22T22:07:54.410Z Compiling serde_repr v0.1.20
16562026-06-22T22:07:54.425Z Compiling pem v3.0.6
16572026-06-22T22:07:54.425Z Compiling float-cmp v0.10.0
16582026-06-22T22:07:54.583Z Compiling memmap2 v0.9.10
16592026-06-22T22:07:54.749Z Compiling thread-id v4.2.2
16602026-06-22T22:07:54.799Z Compiling env_filter v1.0.0
16612026-06-22T22:07:54.837Z Compiling predicates-core v1.0.10
16622026-06-22T22:07:54.931Z Compiling fixedbitset v0.4.2
16632026-06-22T22:07:55.011Z Compiling new_debug_unreachable v1.0.6
16642026-06-22T22:07:55.025Z Compiling normalize-line-endings v0.3.0
16652026-06-22T22:07:55.084Z Compiling fixedbitset v0.5.7
16662026-06-22T22:07:55.108Z Compiling jiff v0.2.21
16672026-06-22T22:07:55.122Z Compiling difflib v0.4.0
16682026-06-22T22:07:55.150Z Compiling whoami v2.1.0
16692026-06-22T22:07:55.382Z Compiling typed-path v0.9.3
16702026-06-22T22:07:55.520Z Compiling static_assertions v1.1.0
16712026-06-22T22:07:55.598Z Compiling keccak v0.1.6
16722026-06-22T22:07:55.672Z Compiling either v1.15.0
16732026-06-22T22:07:55.682Z Compiling precomputed-hash v0.1.1
16742026-06-22T22:07:55.744Z Compiling data-encoding v2.10.0
16752026-06-22T22:07:55.766Z Compiling clap v4.6.1
16762026-06-22T22:07:55.855Z Compiling itertools v0.13.0
16772026-06-22T22:07:55.925Z Compiling string_cache v0.8.9
16782026-06-22T22:07:56.154Z Compiling hickory-proto v0.25.2
16792026-06-22T22:07:56.415Z Compiling sha3 v0.10.8
16802026-06-22T22:07:56.491Z Compiling strum v0.26.3
16812026-06-22T22:07:56.629Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16822026-06-22T22:07:56.652Z Compiling tokio-postgres v0.7.16
16832026-06-22T22:07:56.886Z Compiling predicates v3.1.4
16842026-06-22T22:07:57.171Z Compiling petgraph v0.8.3
16852026-06-22T22:07:57.211Z Compiling toml_edit v0.22.27
16862026-06-22T22:07:57.544Z Compiling petgraph v0.6.5
16872026-06-22T22:07:58.889Z Compiling zip v4.6.1
16882026-06-22T22:07:59.044Z Compiling env_logger v0.11.9
16892026-06-22T22:07:59.112Z Compiling usdt-impl v0.5.0
16902026-06-22T22:07:59.319Z Compiling usdt v0.6.0
16912026-06-22T22:07:59.394Z Compiling ecdsa v0.16.9
16922026-06-22T22:07:59.425Z Compiling rsa v0.9.10
16932026-06-22T22:07:59.580Z Compiling ed25519-dalek v2.2.0
16942026-06-22T22:07:59.702Z Compiling crossterm v0.28.1
16952026-06-22T22:07:59.786Z Compiling serde_with v3.17.0
16962026-06-22T22:07:59.897Z Compiling zip v0.6.6
16972026-06-22T22:08:00.248Z Compiling toml v0.7.8
16982026-06-22T22:08:00.840Z Compiling iddqd v0.4.2
16992026-06-22T22:08:01.128Z Compiling toml_parser v1.0.9+spec-1.1.0
17002026-06-22T22:08:01.289Z Compiling similar v2.7.0
17012026-06-22T22:08:01.404Z Compiling crossbeam-epoch v0.9.18
17022026-06-22T22:08:01.537Z Compiling tokio-stream v0.1.18
17032026-06-22T22:08:01.739Z Compiling buf-list v1.1.2
17042026-06-22T22:08:01.778Z Compiling x509-cert v0.2.5
17052026-06-22T22:08:02.010Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17062026-06-22T22:08:02.024Z Compiling openapiv3 v2.2.0
17072026-06-22T22:08:02.152Z Compiling sha1 v0.10.6
17082026-06-22T22:08:02.179Z Compiling peg-runtime v0.8.5
17092026-06-22T22:08:02.313Z Compiling lalrpop-util v0.19.12
17102026-06-22T22:08:02.378Z Compiling thread_local v1.1.9
17112026-06-22T22:08:02.460Z Compiling slog-async v2.8.0
17122026-06-22T22:08:02.503Z Compiling crossbeam-channel v0.5.15
17132026-06-22T22:08:02.630Z Compiling is-terminal v0.4.17
17142026-06-22T22:08:02.727Z Compiling filetime v0.2.27
17152026-06-22T22:08:02.789Z Compiling xattr v1.6.1
17162026-06-22T22:08:02.840Z Compiling take_mut v0.2.2
17172026-06-22T22:08:02.904Z Compiling term v1.2.1
17182026-06-22T22:08:02.964Z Compiling tar v0.4.45
17192026-06-22T22:08:03.403Z Compiling slog-term v2.9.2
17202026-06-22T22:08:13.113Z Compiling rustls-webpki v0.103.9
17212026-06-22T22:08:15.934Z Compiling tokio-rustls v0.26.4
17222026-06-22T22:08:15.934Z Compiling rustls-platform-verifier v0.6.2
17232026-06-22T22:08:16.138Z Compiling hyper-rustls v0.27.7
17242026-06-22T22:08:16.346Z Compiling reqwest v0.12.28
17252026-06-22T22:08:16.346Z Compiling reqwest v0.13.2
17262026-06-22T22:08:17.612Z Compiling tough v0.22.0
17272026-06-22T22:08:20.157Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17282026-06-22T22:08:20.358Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17292026-06-22T22:08:23.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17302026-06-22T22:08:23.414Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17312026-06-22T22:08:23.469ZJun 22 22:08:22.417 INFO Starting download, target: Clickhouse
17322026-06-22T22:08:23.469ZJun 22 22:08:22.417 INFO Starting download, target: Console
17332026-06-22T22:08:23.469ZJun 22 22:08:22.417 INFO Starting download, target: Cockroach
17342026-06-22T22:08:23.469ZJun 22 22:08:22.417 INFO Starting download, target: DendriteStub
17352026-06-22T22:08:23.469ZJun 22 22:08:22.417 INFO Starting download, target: TransceiverControl
17362026-06-22T22:08:23.473ZJun 22 22:08:22.417 INFO Starting download, target: MaghemiteMgd
17372026-06-22T22:08:23.473ZJun 22 22:08:22.417 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17382026-06-22T22:08:23.473ZJun 22 22:08:22.418 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17392026-06-22T22:08:23.473ZJun 22 22:08:22.418 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-06-22T22:08:23.473ZJun 22 22:08:22.418 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17412026-06-22T22:08:23.473ZJun 22 22:08:22.418 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17422026-06-22T22:08:23.473ZJun 22 22:08:22.418 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17432026-06-22T22:08:23.869ZJun 22 22:08:22.817 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17442026-06-22T22:08:24.089ZJun 22 22:08:23.033 INFO Download complete, target: TransceiverControl
17452026-06-22T22:08:24.507ZJun 22 22:08:23.455 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17462026-06-22T22:08:24.767ZJun 22 22:08:23.710 INFO Download complete, target: Console
17472026-06-22T22:08:24.960ZJun 22 22:08:23.904 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17482026-06-22T22:08:25.502ZJun 22 22:08:24.450 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17492026-06-22T22:08:25.533ZJun 22 22:08:24.482 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17502026-06-22T22:08:25.534ZJun 22 22:08:24.482 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17512026-06-22T22:08:26.039ZJun 22 22:08:24.988 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17522026-06-22T22:08:27.364ZJun 22 22:08:26.306 INFO Download complete, target: DendriteStub
17532026-06-22T22:08:27.791ZJun 22 22:08:26.739 INFO Download complete, target: MaghemiteMgd
17542026-06-22T22:08:30.266ZJun 22 22:08:29.215 INFO Checking that binary works, target: Cockroach
17552026-06-22T22:08:30.382ZJun 22 22:08:29.330 INFO Download complete, target: Cockroach
17562026-06-22T22:08:32.833ZJun 22 22:08:31.781 INFO Checking that binary works, target: Clickhouse
17572026-06-22T22:08:32.961ZJun 22 22:08:31.910 INFO Download complete, target: Clickhouse
17582026-06-22T22:08:32.976ZAll builder prerequisites installed successfully, and PATH looks valid
17592026-06-22T22:08:32.979Z
17602026-06-22T22:08:32.979Zreal 2:19.641950969
17612026-06-22T22:08:32.979Zuser 7:00.454853230
17622026-06-22T22:08:32.979Zsys 1:23.023525370
17632026-06-22T22:08:32.979Ztrap 0.223439434
17642026-06-22T22:08:32.980Ztflt 0.653330624
17652026-06-22T22:08:32.980Zdflt 0.514302059
17662026-06-22T22:08:32.980Zkflt 0.022269415
17672026-06-22T22:08:32.980Zlock 22:04.766393865
17682026-06-22T22:08:32.980Zslp 21:36.500434447
17692026-06-22T22:08:32.980Zlat 44.945304022
17702026-06-22T22:08:32.980Zstop 1:58.490585309
17712026-06-22T22:08:32.980Z+ banner hack-check
17722026-06-22T22:08:32.980Z
17732026-06-22T22:08:32.980Z # # ## #### # # #### # # ###### #### # #
17742026-06-22T22:08:32.980Z # # # # # # # # # # # # # # # # #
17752026-06-22T22:08:32.980Z ###### # # # #### ##### # ###### ##### # ####
17762026-06-22T22:08:32.980Z # # ###### # # # # # # # # # #
17772026-06-22T22:08:32.980Z # # # # # # # # # # # # # # # # #
17782026-06-22T22:08:32.980Z # # # # #### # # #### # # ###### #### # #
17792026-06-22T22:08:32.980Z
17802026-06-22T22:08:32.980Z+ export CARGO_INCREMENTAL=0
17812026-06-22T22:08:32.980Z+ CARGO_INCREMENTAL=0
17822026-06-22T22:08:32.980Z+ ptime -m timeout 2h cargo xtask check-features --ci
17832026-06-22T22:08:33.511Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17842026-06-22T22:08:33.735Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17852026-06-22T22:08:35.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
17862026-06-22T22:08:35.686Z Running `target/debug/xtask check-features --ci`
17872026-06-22T22:08:35.713Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17882026-06-22T22:08:35.713Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17892026-06-22T22:08:36.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17902026-06-22T22:08:36.228Z Running `target/debug/xtask download cargo-hack`
17912026-06-22T22:08:37.012Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17922026-06-22T22:08:37.325Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17932026-06-22T22:08:39.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
17942026-06-22T22:08:40.052Z Running `target/debug/xtask-downloader cargo-hack`
17952026-06-22T22:08:40.094ZJun 22 22:08:39.042 INFO Starting download, target: CargoHack
17962026-06-22T22:08:40.097ZJun 22 22:08:39.043 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17972026-06-22T22:08:40.700ZJun 22 22:08:39.649 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17982026-06-22T22:08:40.751ZJun 22 22:08:39.700 INFO Download complete, target: CargoHack
17992026-06-22T22:08:40.754Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18002026-06-22T22:08:40.766Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18012026-06-22T22:08:40.921Zinfo: running `cargo check --bins` on api_identity (1/295)
18022026-06-22T22:08:41.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-06-22T22:08:41.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-06-22T22:08:41.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-06-22T22:08:41.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-06-22T22:08:41.503Z
18072026-06-22T22:08:41.503Zinfo: running `cargo check --bins` on bootstore (2/295)
18082026-06-22T22:08:41.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-22T22:08:42.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-22T22:08:42.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-22T22:08:42.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-06-22T22:08:42.087Z
18132026-06-22T22:08:42.087Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18142026-06-22T22:08:42.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-22T22:08:42.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-22T22:08:42.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-22T22:08:42.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-06-22T22:08:42.665Z
18192026-06-22T22:08:42.665Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18202026-06-22T22:08:43.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-22T22:08:43.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-22T22:08:43.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-22T22:08:43.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18242026-06-22T22:08:43.260Z
18252026-06-22T22:08:43.260Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18262026-06-22T22:08:43.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-22T22:08:43.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-22T22:08:43.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-22T22:08:43.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18302026-06-22T22:08:43.839Z
18312026-06-22T22:08:43.839Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18322026-06-22T22:08:44.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-22T22:08:44.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-22T22:08:44.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-22T22:08:44.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-06-22T22:08:44.436Z
18372026-06-22T22:08:44.436Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18382026-06-22T22:08:44.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-22T22:08:44.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-22T22:08:44.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-22T22:08:44.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-06-22T22:08:45.031Z
18432026-06-22T22:08:45.031Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18442026-06-22T22:08:45.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-22T22:08:45.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-22T22:08:45.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-22T22:08:45.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18482026-06-22T22:08:45.619Z
18492026-06-22T22:08:45.619Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18502026-06-22T22:08:46.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-22T22:08:46.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-22T22:08:46.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-22T22:08:46.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-06-22T22:08:46.087Z
18552026-06-22T22:08:46.087Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18562026-06-22T22:08:46.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-22T22:08:46.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-22T22:08:46.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-22T22:08:46.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-06-22T22:08:46.554Z
18612026-06-22T22:08:46.554Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18622026-06-22T22:08:46.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-22T22:08:46.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-22T22:08:46.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-22T22:08:46.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-06-22T22:08:47.020Z
18672026-06-22T22:08:47.020Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18682026-06-22T22:08:47.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-22T22:08:47.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-22T22:08:47.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-22T22:08:47.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18722026-06-22T22:08:47.489Z
18732026-06-22T22:08:47.489Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18742026-06-22T22:08:47.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-22T22:08:47.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-22T22:08:47.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-22T22:08:47.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-06-22T22:08:47.953Z
18792026-06-22T22:08:47.953Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18802026-06-22T22:08:48.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-22T22:08:48.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-22T22:08:48.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-22T22:08:48.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-06-22T22:08:48.420Z
18852026-06-22T22:08:48.420Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18862026-06-22T22:08:48.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-22T22:08:48.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-22T22:08:48.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-22T22:08:48.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-06-22T22:08:48.884Z
18912026-06-22T22:08:48.885Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18922026-06-22T22:08:49.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-22T22:08:49.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-22T22:08:49.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-22T22:08:49.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-06-22T22:08:49.349Z
18972026-06-22T22:08:49.349Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18982026-06-22T22:08:49.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-22T22:08:49.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-22T22:08:49.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-22T22:08:49.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-06-22T22:08:49.815Z
19032026-06-22T22:08:49.815Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
19042026-06-22T22:08:50.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-22T22:08:50.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-22T22:08:50.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-22T22:08:50.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-06-22T22:08:50.283Z
19092026-06-22T22:08:50.283Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19102026-06-22T22:08:50.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-22T22:08:50.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-22T22:08:50.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-22T22:08:50.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-06-22T22:08:50.750Z
19152026-06-22T22:08:50.750Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19162026-06-22T22:08:51.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-22T22:08:51.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-22T22:08:51.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-22T22:08:51.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-06-22T22:08:51.219Z
19212026-06-22T22:08:51.219Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19222026-06-22T22:08:51.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-22T22:08:51.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-22T22:08:51.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-22T22:08:51.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-06-22T22:08:51.693Z
19272026-06-22T22:08:51.693Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19282026-06-22T22:08:52.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-22T22:08:52.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-22T22:08:52.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-22T22:08:52.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-06-22T22:08:52.151Z
19332026-06-22T22:08:52.151Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19342026-06-22T22:08:52.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-22T22:08:52.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-22T22:08:52.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-22T22:08:52.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19382026-06-22T22:08:52.623Z
19392026-06-22T22:08:52.623Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19402026-06-22T22:08:53.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-22T22:08:53.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-22T22:08:53.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-22T22:08:53.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-06-22T22:08:53.090Z
19452026-06-22T22:08:53.090Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19462026-06-22T22:08:53.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-22T22:08:53.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-22T22:08:53.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-22T22:08:53.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-06-22T22:08:53.558Z
19512026-06-22T22:08:53.558Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19522026-06-22T22:08:53.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-22T22:08:53.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-22T22:08:53.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-22T22:08:53.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-06-22T22:08:54.026Z
19572026-06-22T22:08:54.026Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19582026-06-22T22:08:54.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-22T22:08:54.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-22T22:08:54.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-22T22:08:54.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19622026-06-22T22:08:54.496Z
19632026-06-22T22:08:54.496Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19642026-06-22T22:08:54.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-22T22:08:54.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-22T22:08:54.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-22T22:08:54.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-06-22T22:08:54.965Z
19692026-06-22T22:08:54.965Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19702026-06-22T22:08:55.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-22T22:08:55.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-22T22:08:55.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-22T22:08:55.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-06-22T22:08:55.433Z
19752026-06-22T22:08:55.433Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19762026-06-22T22:08:55.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-22T22:08:55.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-22T22:08:55.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-22T22:08:55.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-06-22T22:08:55.898Z
19812026-06-22T22:08:55.898Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19822026-06-22T22:08:56.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-22T22:08:56.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-22T22:08:56.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-22T22:08:56.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-06-22T22:08:56.398Z
19872026-06-22T22:08:56.398Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19882026-06-22T22:08:56.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-22T22:08:56.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-22T22:08:56.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-22T22:08:56.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-06-22T22:08:56.836Z
19932026-06-22T22:08:56.836Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19942026-06-22T22:08:57.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-22T22:08:57.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-22T22:08:57.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-22T22:08:57.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-06-22T22:08:57.302Z
19992026-06-22T22:08:57.302Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
20002026-06-22T22:08:57.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-22T22:08:57.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-22T22:08:57.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-22T22:08:57.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-06-22T22:08:57.768Z
20052026-06-22T22:08:57.768Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20062026-06-22T22:08:58.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-22T22:08:58.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-22T22:08:58.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-22T22:08:58.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-06-22T22:08:58.238Z
20112026-06-22T22:08:58.238Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20122026-06-22T22:08:58.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-22T22:08:58.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-22T22:08:58.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-22T22:08:58.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-06-22T22:08:58.704Z
20172026-06-22T22:08:58.704Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20182026-06-22T22:08:59.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-22T22:08:59.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-22T22:08:59.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-22T22:08:59.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-06-22T22:08:59.172Z
20232026-06-22T22:08:59.172Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20242026-06-22T22:08:59.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-22T22:08:59.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-22T22:08:59.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-22T22:08:59.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-06-22T22:08:59.641Z
20292026-06-22T22:08:59.641Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20302026-06-22T22:09:00.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-22T22:09:00.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-22T22:09:00.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-22T22:09:00.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-06-22T22:09:00.107Z
20352026-06-22T22:09:00.107Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20362026-06-22T22:09:00.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-22T22:09:00.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-22T22:09:00.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-22T22:09:00.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20402026-06-22T22:09:00.584Z
20412026-06-22T22:09:00.584Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20422026-06-22T22:09:00.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-22T22:09:00.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-22T22:09:00.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-22T22:09:01.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20462026-06-22T22:09:01.055Z
20472026-06-22T22:09:01.055Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20482026-06-22T22:09:01.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-22T22:09:01.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-22T22:09:01.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-22T22:09:01.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20522026-06-22T22:09:01.529Z
20532026-06-22T22:09:01.529Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20542026-06-22T22:09:01.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-22T22:09:01.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-22T22:09:01.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-22T22:09:01.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20582026-06-22T22:09:02.003Z
20592026-06-22T22:09:02.003Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20602026-06-22T22:09:02.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-22T22:09:02.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-22T22:09:02.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-22T22:09:02.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20642026-06-22T22:09:02.477Z
20652026-06-22T22:09:02.477Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20662026-06-22T22:09:02.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-22T22:09:02.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-22T22:09:02.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-22T22:09:02.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20702026-06-22T22:09:02.950Z
20712026-06-22T22:09:02.951Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20722026-06-22T22:09:03.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-22T22:09:03.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-22T22:09:03.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-22T22:09:03.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20762026-06-22T22:09:03.426Z
20772026-06-22T22:09:03.426Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20782026-06-22T22:09:03.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-22T22:09:03.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-22T22:09:03.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-22T22:09:03.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20822026-06-22T22:09:03.901Z
20832026-06-22T22:09:03.901Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20842026-06-22T22:09:04.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-22T22:09:04.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-22T22:09:04.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-22T22:09:04.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20882026-06-22T22:09:04.376Z
20892026-06-22T22:09:04.377Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20902026-06-22T22:09:04.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-22T22:09:04.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-22T22:09:04.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-22T22:09:04.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20942026-06-22T22:09:05.021Z
20952026-06-22T22:09:05.021Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20962026-06-22T22:09:05.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-22T22:09:05.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-22T22:09:05.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-22T22:09:05.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21002026-06-22T22:09:05.665Z
21012026-06-22T22:09:05.665Zinfo: running `cargo check --bins` on nexus-config (51/295)
21022026-06-22T22:09:06.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-22T22:09:06.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-22T22:09:06.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-22T22:09:06.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21062026-06-22T22:09:06.311Z
21072026-06-22T22:09:06.311Zinfo: running `cargo check --bins` on nexus-types (52/295)
21082026-06-22T22:09:06.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-22T22:09:06.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-22T22:09:06.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-22T22:09:06.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21122026-06-22T22:09:06.954Z
21132026-06-22T22:09:06.955Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21142026-06-22T22:09:07.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-22T22:09:07.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-22T22:09:07.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-22T22:09:07.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21182026-06-22T22:09:07.567Z
21192026-06-22T22:09:07.567Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21202026-06-22T22:09:08.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-22T22:09:08.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-22T22:09:08.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-22T22:09:08.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21242026-06-22T22:09:08.155Z
21252026-06-22T22:09:08.155Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21262026-06-22T22:09:08.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-22T22:09:08.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-22T22:09:08.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-22T22:09:08.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21302026-06-22T22:09:08.761Z
21312026-06-22T22:09:08.761Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21322026-06-22T22:09:09.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-22T22:09:09.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-22T22:09:09.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-22T22:09:09.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-06-22T22:09:09.373Z
21372026-06-22T22:09:09.373Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21382026-06-22T22:09:09.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-22T22:09:09.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-22T22:09:09.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-22T22:09:09.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21422026-06-22T22:09:09.984Z
21432026-06-22T22:09:09.984Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21442026-06-22T22:09:10.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-22T22:09:10.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-22T22:09:10.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-22T22:09:10.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21482026-06-22T22:09:10.593Z
21492026-06-22T22:09:10.593Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21502026-06-22T22:09:11.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-22T22:09:11.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-22T22:09:11.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-22T22:09:11.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-06-22T22:09:11.188Z
21552026-06-22T22:09:11.188Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21562026-06-22T22:09:11.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-22T22:09:11.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-22T22:09:11.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-22T22:09:11.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-06-22T22:09:11.782Z
21612026-06-22T22:09:11.782Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21622026-06-22T22:09:12.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-22T22:09:12.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-22T22:09:12.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-22T22:09:12.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-06-22T22:09:12.374Z
21672026-06-22T22:09:12.374Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21682026-06-22T22:09:12.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-22T22:09:12.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-22T22:09:12.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-22T22:09:12.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-06-22T22:09:12.964Z
21732026-06-22T22:09:12.964Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21742026-06-22T22:09:13.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-22T22:09:13.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-22T22:09:13.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-22T22:09:13.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-06-22T22:09:13.568Z
21792026-06-22T22:09:13.568Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21802026-06-22T22:09:14.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-22T22:09:14.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-22T22:09:14.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-22T22:09:14.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21842026-06-22T22:09:14.169Z
21852026-06-22T22:09:14.169Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21862026-06-22T22:09:14.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-22T22:09:14.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-22T22:09:14.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-22T22:09:14.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21902026-06-22T22:09:14.753Z
21912026-06-22T22:09:14.753Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21922026-06-22T22:09:15.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-22T22:09:15.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-22T22:09:15.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-22T22:09:15.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-06-22T22:09:15.421Z
21972026-06-22T22:09:15.421Zinfo: running `cargo check --bins` on ereport-types (67/295)
21982026-06-22T22:09:15.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-22T22:09:15.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-22T22:09:15.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-22T22:09:15.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-06-22T22:09:15.948Z
22032026-06-22T22:09:15.948Zinfo: running `cargo check --bins` on gateway-client (68/295)
22042026-06-22T22:09:16.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-22T22:09:16.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-22T22:09:16.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-22T22:09:16.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-06-22T22:09:16.548Z
22092026-06-22T22:09:16.548Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22102026-06-22T22:09:17.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-22T22:09:17.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-22T22:09:17.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-22T22:09:17.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-06-22T22:09:17.141Z
22152026-06-22T22:09:17.141Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22162026-06-22T22:09:17.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-22T22:09:17.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-22T22:09:17.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-22T22:09:17.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-06-22T22:09:17.742Z
22212026-06-22T22:09:17.742Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22222026-06-22T22:09:18.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-22T22:09:18.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-22T22:09:18.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-22T22:09:18.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-06-22T22:09:18.342Z
22272026-06-22T22:09:18.342Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22282026-06-22T22:09:18.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-22T22:09:18.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-22T22:09:18.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-22T22:09:18.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22322026-06-22T22:09:18.942Z
22332026-06-22T22:09:18.942Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22342026-06-22T22:09:19.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-22T22:09:19.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-22T22:09:19.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-22T22:09:19.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22382026-06-22T22:09:19.563Z
22392026-06-22T22:09:19.563Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22402026-06-22T22:09:20.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-22T22:09:20.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-22T22:09:20.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-22T22:09:20.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22442026-06-22T22:09:20.184Z
22452026-06-22T22:09:20.184Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22462026-06-22T22:09:20.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-22T22:09:20.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-22T22:09:20.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-06-22T22:09:20.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22502026-06-22T22:09:20.770Z
22512026-06-22T22:09:20.770Zinfo: running `cargo check --bins` on oxlog (76/295)
22522026-06-22T22:09:21.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-06-22T22:09:21.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-06-22T22:09:21.388Z Checking cfg-if v1.0.4
22552026-06-22T22:09:21.392Z Checking libc v0.2.185
22562026-06-22T22:09:21.392Z Checking serde_core v1.0.228
22572026-06-22T22:09:21.508Z Checking zeroize v1.8.2
22582026-06-22T22:09:21.516Z Checking memchr v2.8.0
22592026-06-22T22:09:21.525Z Checking log v0.4.29
22602026-06-22T22:09:21.534Z Checking smallvec v1.15.1
22612026-06-22T22:09:21.547Z Checking typenum v1.19.0
22622026-06-22T22:09:21.547Z Checking subtle v2.6.1
22632026-06-22T22:09:21.647Z Checking itoa v1.0.17
22642026-06-22T22:09:21.682Z Checking scopeguard v1.2.0
22652026-06-22T22:09:21.702Z Checking stable_deref_trait v1.2.1
22662026-06-22T22:09:21.714Z Checking const-oid v0.9.6
22672026-06-22T22:09:21.775Z Checking zerofrom v0.1.6
22682026-06-22T22:09:21.788Z Checking lock_api v0.4.14
22692026-06-22T22:09:21.800Z Checking pin-project-lite v0.2.17
22702026-06-22T22:09:21.881Z Checking portable-atomic v1.13.1
22712026-06-22T22:09:21.893Z Checking yoke v0.8.1
22722026-06-22T22:09:21.903Z Checking getrandom v0.2.17
22732026-06-22T22:09:21.923Z Checking errno v0.3.14
22742026-06-22T22:09:21.982Z Checking parking_lot_core v0.9.12
22752026-06-22T22:09:22.037Z Checking signal-hook-registry v1.4.8
22762026-06-22T22:09:22.049Z Checking rand_core v0.6.4
22772026-06-22T22:09:22.053Z Checking zerovec v0.11.5
22782026-06-22T22:09:22.070Z Checking generic-array v0.14.7
22792026-06-22T22:09:22.168Z Checking futures-core v0.3.32
22802026-06-22T22:09:22.195Z Checking critical-section v1.2.0
22812026-06-22T22:09:22.220Z Checking parking_lot v0.12.5
22822026-06-22T22:09:22.274Z Checking mio v1.2.0
22832026-06-22T22:09:22.285Z Checking once_cell v1.21.3
22842026-06-22T22:09:22.296Z Checking zerocopy v0.8.40
22852026-06-22T22:09:22.398Z Checking zmij v1.0.21
22862026-06-22T22:09:22.413Z Checking socket2 v0.6.3
22872026-06-22T22:09:22.453Z Checking libm v0.2.16
22882026-06-22T22:09:22.480Z Checking tinystr v0.8.2
22892026-06-22T22:09:22.505Z Checking crypto-common v0.1.7
22902026-06-22T22:09:22.542Z Checking block-buffer v0.10.4
22912026-06-22T22:09:22.608Z Checking equivalent v1.0.2
22922026-06-22T22:09:22.626Z Checking litemap v0.8.1
22932026-06-22T22:09:22.647Z Checking percent-encoding v2.3.2
22942026-06-22T22:09:22.659Z Checking writeable v0.6.2
22952026-06-22T22:09:22.680Z Checking digest v0.10.7
22962026-06-22T22:09:22.693Z Checking potential_utf v0.1.4
22972026-06-22T22:09:22.786Z Checking zerotrie v0.2.3
22982026-06-22T22:09:22.800Z Checking futures-sink v0.3.32
22992026-06-22T22:09:22.821Z Checking icu_locale_core v2.1.1
23002026-06-22T22:09:22.834Z Checking icu_collections v2.1.1
23012026-06-22T22:09:22.883Z Checking futures-task v0.3.32
23022026-06-22T22:09:22.899Z Checking futures-channel v0.3.32
23032026-06-22T22:09:22.979Z Checking serde v1.0.228
23042026-06-22T22:09:23.020Z Checking bitflags v2.11.0
23052026-06-22T22:09:23.037Z Checking serde_json v1.0.149
23062026-06-22T22:09:23.092Z Checking futures-io v0.3.32
23072026-06-22T22:09:23.138Z Checking slab v0.4.12
23082026-06-22T22:09:23.166Z Checking num-traits v0.2.19
23092026-06-22T22:09:23.188Z Checking cpufeatures v0.2.17
23102026-06-22T22:09:23.204Z Checking hmac v0.12.1
23112026-06-22T22:09:23.257Z Checking icu_normalizer_data v2.1.1
23122026-06-22T22:09:23.292Z Checking futures-util v0.3.32
23132026-06-22T22:09:23.329Z Checking icu_properties_data v2.1.2
23142026-06-22T22:09:23.343Z Checking hashbrown v0.17.0
23152026-06-22T22:09:23.379Z Checking icu_provider v2.1.1
23162026-06-22T22:09:23.392Z Checking bytes v1.11.1
23172026-06-22T22:09:23.457Z Checking rand_core v0.10.0
23182026-06-22T22:09:23.598Z Checking getrandom v0.4.1
23192026-06-22T22:09:23.611Z Checking icu_normalizer v2.1.1
23202026-06-22T22:09:23.695Z Checking icu_properties v2.1.2
23212026-06-22T22:09:23.707Z Checking block-padding v0.3.3
23222026-06-22T22:09:23.746Z Checking utf8_iter v1.0.4
23232026-06-22T22:09:23.799Z Checking indexmap v2.14.0
23242026-06-22T22:09:23.819Z Checking tokio v1.52.1
23252026-06-22T22:09:23.837Z Checking inout v0.1.4
23262026-06-22T22:09:23.867Z Checking sha2 v0.10.9
23272026-06-22T22:09:23.925Z Checking form_urlencoded v1.2.2
23282026-06-22T22:09:23.972Z Checking cipher v0.4.4
23292026-06-22T22:09:24.051Z Checking getrandom v0.3.4
23302026-06-22T22:09:24.145Z Checking fnv v1.0.7
23312026-06-22T22:09:24.177Z Checking base64ct v1.8.3
23322026-06-22T22:09:24.190Z Checking byteorder v1.5.0
23332026-06-22T22:09:24.235Z Checking flagset v0.4.7
23342026-06-22T22:09:24.350Z Checking rand_core v0.9.5
23352026-06-22T22:09:24.364Z Checking http v1.4.0
23362026-06-22T22:09:24.385Z Checking regex-syntax v0.8.10
23372026-06-22T22:09:24.405Z Checking pem-rfc7468 v0.7.0
23382026-06-22T22:09:24.522Z Checking idna_adapter v1.2.1
23392026-06-22T22:09:24.536Z Checking salsa20 v0.10.2
23402026-06-22T22:09:24.563Z Checking der v0.7.10
23412026-06-22T22:09:24.643Z Checking idna v1.1.0
23422026-06-22T22:09:24.664Z Checking uuid v1.23.0
23432026-06-22T22:09:24.881Z Checking url v2.5.8
23442026-06-22T22:09:24.931Z Checking pbkdf2 v0.12.2
23452026-06-22T22:09:24.978Z Checking rustix v1.1.3
23462026-06-22T22:09:25.042Z Checking tracing-core v0.1.36
23472026-06-22T22:09:25.072Z Checking ppv-lite86 v0.2.21
23482026-06-22T22:09:25.186Z Checking rustls-pki-types v1.14.0
23492026-06-22T22:09:25.298Z Checking spki v0.7.3
23502026-06-22T22:09:25.317Z Checking iana-time-zone v0.1.65
23512026-06-22T22:09:25.342Z Checking base64 v0.22.1
23522026-06-22T22:09:25.363Z Checking rand_chacha v0.9.0
23532026-06-22T22:09:25.420Z Checking chrono v0.4.44
23542026-06-22T22:09:25.459Z Checking tracing v0.1.44
23552026-06-22T22:09:25.472Z Checking scrypt v0.11.0
23562026-06-22T22:09:25.562Z Checking http-body v1.0.1
23572026-06-22T22:09:25.577Z Checking cbc v0.1.2
23582026-06-22T22:09:25.608Z Checking aes v0.8.4
23592026-06-22T22:09:25.661Z Checking aws-lc-sys v0.40.0
23602026-06-22T22:09:25.691Z Checking untrusted v0.9.0
23612026-06-22T22:09:25.705Z Checking untrusted v0.7.1
23622026-06-22T22:09:25.705Z Checking openssl-probe v0.2.1
23632026-06-22T22:09:25.797Z Checking tinyvec_macros v0.1.1
23642026-06-22T22:09:25.811Z Checking ring v0.17.14
23652026-06-22T22:09:25.826Z Checking rand v0.9.2
23662026-06-22T22:09:25.839Z Checking tower-service v0.3.3
23672026-06-22T22:09:25.862Z Checking tinyvec v1.10.0
23682026-06-22T22:09:25.927Z Checking tower-layer v0.3.3
23692026-06-22T22:09:25.998Z Checking pkcs5 v0.7.1
23702026-06-22T22:09:26.075Z Checking try-lock v0.2.5
23712026-06-22T22:09:26.168Z Checking aws-lc-rs v1.16.3
23722026-06-22T22:09:26.168Z Checking atomic-waker v1.1.2
23732026-06-22T22:09:26.172Z Checking want v0.3.1
23742026-06-22T22:09:26.251Z Checking pkcs8 v0.10.2
23752026-06-22T22:09:26.274Z Checking ipnet v2.11.0
23762026-06-22T22:09:26.286Z Checking httparse v1.10.1
23772026-06-22T22:09:26.298Z Checking aho-corasick v1.1.4
23782026-06-22T22:09:26.310Z Checking foreign-types-shared v0.1.1
23792026-06-22T22:09:26.393Z Checking plain v0.2.3
23802026-06-22T22:09:26.426Z Checking pin-utils v0.1.0
23812026-06-22T22:09:26.489Z Checking dyn-clone v1.0.20
23822026-06-22T22:09:26.503Z Checking utf8parse v0.2.2
23832026-06-22T22:09:26.503Z Checking httpdate v1.0.3
23842026-06-22T22:09:26.532Z Checking fastrand v2.3.0
23852026-06-22T22:09:26.591Z Checking foreign-types v0.3.2
23862026-06-22T22:09:26.607Z Checking unicode-normalization v0.1.25
23872026-06-22T22:09:26.653Z Checking semver v1.0.28
23882026-06-22T22:09:26.667Z Checking openssl-sys v0.9.115
23892026-06-22T22:09:26.710Z Checking tempfile v3.25.0
23902026-06-22T22:09:26.801Z Checking spin v0.9.8
23912026-06-22T22:09:26.864Z Checking ucd-trie v0.1.7
23922026-06-22T22:09:26.908Z Checking anstyle v1.0.14
23932026-06-22T22:09:26.973Z Checking regex-automata v0.4.14
23942026-06-22T22:09:26.985Z Checking unicode-ident v1.0.24
23952026-06-22T22:09:26.997Z Checking pest v2.8.6
23962026-06-22T22:09:27.009Z Checking rustls-webpki v0.103.9
23972026-06-22T22:09:27.021Z Checking schemars v0.8.22
23982026-06-22T22:09:27.034Z Checking tokio-util v0.7.18
23992026-06-22T22:09:27.050Z Checking openssl v0.10.79
24002026-06-22T22:09:27.087Z Checking proc-macro2 v1.0.106
24012026-06-22T22:09:27.101Z Checking rustls-native-certs v0.8.3
24022026-06-22T22:09:27.232Z Checking thiserror v2.0.18
24032026-06-22T22:09:27.334Z Checking sync_wrapper v1.0.2
24042026-06-22T22:09:27.393Z Checking wait-timeout v0.2.1
24052026-06-22T22:09:27.423Z Checking rustls v0.23.37
24062026-06-22T22:09:27.437Z Checking simd-adler32 v0.3.8
24072026-06-22T22:09:27.509Z Checking quick-error v1.2.3
24082026-06-22T22:09:27.605Z Checking pretty-hex v0.4.1
24092026-06-22T22:09:27.617Z Checking anstyle-query v1.1.5
24102026-06-22T22:09:27.637Z Checking h2 v0.4.13
24112026-06-22T22:09:27.655Z Checking powerfmt v0.2.0
24122026-06-22T22:09:27.703Z Checking bit-vec v0.8.0
24132026-06-22T22:09:27.731Z Checking colorchoice v1.0.4
24142026-06-22T22:09:27.821Z Checking is_terminal_polyfill v1.70.2
24152026-06-22T22:09:27.834Z Checking siphasher v1.0.2
24162026-06-22T22:09:27.901Z Checking bit-set v0.8.0
24172026-06-22T22:09:27.914Z Checking deranged v0.5.8
24182026-06-22T22:09:27.988Z Checking rusty-fork v0.3.1
24192026-06-22T22:09:28.047Z Checking tower v0.5.3
24202026-06-22T22:09:28.074Z Checking quote v1.0.45
24212026-06-22T22:09:28.163Z Compiling newtype-uuid v1.3.2
24222026-06-22T22:09:28.247Z Checking http-body-util v0.1.3
24232026-06-22T22:09:28.346Z Checking webpki-roots v1.0.6
24242026-06-22T22:09:28.433Z Checking crossbeam-utils v0.8.21
24252026-06-22T22:09:28.465Z Checking rand_xorshift v0.4.0
24262026-06-22T22:09:28.468Z Checking crc32fast v1.5.0
24272026-06-22T22:09:28.583Z Checking scroll v0.13.0
24282026-06-22T22:09:28.613Z Checking signature v2.2.0
24292026-06-22T22:09:28.748Z Checking unicode-bidi v0.3.18
24302026-06-22T22:09:28.757Z Checking time-core v0.1.8
24312026-06-22T22:09:28.810Z Checking unicode-properties v0.1.4
24322026-06-22T22:09:28.836Z Checking unarray v0.1.4
24332026-06-22T22:09:28.852Z Checking num_threads v0.1.7
24342026-06-22T22:09:28.905Z Checking iri-string v0.7.10
24352026-06-22T22:09:28.939Z Checking num-conv v0.2.0
24362026-06-22T22:09:28.943Z Checking ryu v1.0.23
24372026-06-22T22:09:28.997Z Checking adler2 v2.0.1
24382026-06-22T22:09:29.035Z Checking allocator-api2 v0.2.21
24392026-06-22T22:09:29.055Z Checking time v0.3.47
24402026-06-22T22:09:29.083Z Checking serde_urlencoded v0.7.1
24412026-06-22T22:09:29.096Z Checking native-tls v0.2.18
24422026-06-22T22:09:29.107Z Checking miniz_oxide v0.8.9
24432026-06-22T22:09:29.270Z Checking tokio-native-tls v0.3.1
24442026-06-22T22:09:29.286Z Checking stringprep v0.1.5
24452026-06-22T22:09:29.308Z Checking proptest v1.10.0
24462026-06-22T22:09:29.426Z Checking bstr v1.12.1
24472026-06-22T22:09:29.439Z Checking goblin v0.10.5
24482026-06-22T22:09:29.454Z Checking crossbeam-epoch v0.9.18
24492026-06-22T22:09:29.682Z Compiling daft v0.1.7
24502026-06-22T22:09:29.822Z Checking syn v2.0.117
24512026-06-22T22:09:29.837Z Checking tokio-rustls v0.26.4
24522026-06-22T22:09:29.911Z Checking tower-http v0.6.8
24532026-06-22T22:09:29.957Z Checking ipnetwork v0.21.1
24542026-06-22T22:09:30.062Z Checking anstyle-parse v1.0.0
24552026-06-22T22:09:30.176Z Checking rand_chacha v0.3.1
24562026-06-22T22:09:30.190Z Checking thiserror v1.0.69
24572026-06-22T22:09:30.201Z Checking scroll v0.12.0
24582026-06-22T22:09:30.214Z Checking hash32 v0.2.1
24592026-06-22T22:09:30.285Z Checking zstd-sys v2.0.16+zstd.1.5.7
24602026-06-22T22:09:30.358Z Checking hyper v1.8.1
24612026-06-22T22:09:30.371Z Checking num-integer v0.1.46
24622026-06-22T22:09:30.384Z Checking toml_datetime v0.6.11
24632026-06-22T22:09:30.393Z Checking serde_spanned v0.6.9
24642026-06-22T22:09:30.420Z Checking md-5 v0.10.6
24652026-06-22T22:09:30.513Z Checking ff v0.13.1
24662026-06-22T22:09:30.554Z Checking encoding_rs v0.8.35
24672026-06-22T22:09:30.567Z Checking psl-types v2.0.11
24682026-06-22T22:09:30.589Z Checking base16ct v0.2.0
24692026-06-22T22:09:30.639Z Checking mime v0.3.17
24702026-06-22T22:09:30.678Z Checking zlib-rs v0.6.2
24712026-06-22T22:09:30.709Z Checking fallible-iterator v0.2.0
24722026-06-22T22:09:30.812Z Checking sec1 v0.7.3
24732026-06-22T22:09:30.980Z Checking postgres-protocol v0.6.10
24742026-06-22T22:09:31.021Z Checking publicsuffix v2.3.0
24752026-06-22T22:09:31.177Z Checking group v0.13.0
24762026-06-22T22:09:31.260Z Checking hyper-util v0.1.20
24772026-06-22T22:09:31.274Z Checking num-iter v0.1.45
24782026-06-22T22:09:31.288Z Checking goblin v0.8.2
24792026-06-22T22:09:31.322Z Checking zstd-safe v7.2.4
24802026-06-22T22:09:31.380Z Checking rand v0.8.6
24812026-06-22T22:09:31.488Z Checking heapless v0.7.17
24822026-06-22T22:09:31.501Z Checking anstream v1.0.0
24832026-06-22T22:09:31.567Z Checking flate2 v1.1.9
24842026-06-22T22:09:31.695Z Checking cookie v0.18.1
24852026-06-22T22:09:31.743Z Checking dof v0.4.0
24862026-06-22T22:09:31.858Z Checking oxnet v0.1.5
24872026-06-22T22:09:31.896Z Compiling iddqd v0.4.2
24882026-06-22T22:09:31.911Z Checking dtrace-parser v0.3.0
24892026-06-22T22:09:31.927Z Checking phf_shared v0.13.1
24902026-06-22T22:09:32.092Z Checking lazy_static v1.5.0
24912026-06-22T22:09:32.105Z Checking anstyle-parse v0.2.7
24922026-06-22T22:09:32.122Z Checking pin-project v1.1.11
24932026-06-22T22:09:32.145Z Checking zerocopy v0.7.35
24942026-06-22T22:09:32.181Z Checking bzip2-sys v0.1.13+1.0.8
24952026-06-22T22:09:32.214Z Checking terminal_size v0.4.3
24962026-06-22T22:09:32.247Z Checking signal-hook v0.3.18
24972026-06-22T22:09:32.263Z Checking futures-executor v0.3.32
24982026-06-22T22:09:32.327Z Checking hex v0.4.3
24992026-06-22T22:09:32.381Z Checking hkdf v0.12.4
25002026-06-22T22:09:32.410Z Checking crypto-bigint v0.5.5
25012026-06-22T22:09:32.433Z Checking thread-id v5.1.0
25022026-06-22T22:09:32.510Z Checking winnow v0.7.14
25032026-06-22T22:09:32.514Z Checking bitflags v1.3.2
25042026-06-22T22:09:32.514Z Checking hyper-rustls v0.27.7
25052026-06-22T22:09:32.549Z Checking hyper-tls v0.6.0
25062026-06-22T22:09:32.583Z Checking foldhash v0.2.0
25072026-06-22T22:09:32.634Z Checking either v1.15.0
25082026-06-22T22:09:32.728Z Checking libbz2-rs-sys v0.2.2
25092026-06-22T22:09:32.741Z Checking strsim v0.11.1
25102026-06-22T22:09:32.754Z Checking bumpalo v3.20.2
25112026-06-22T22:09:32.820Z Checking managed v0.8.0
25122026-06-22T22:09:32.904Z Checking same-file v1.0.6
25132026-06-22T22:09:32.952Z Checking foldhash v0.1.5
25142026-06-22T22:09:33.010Z Compiling rayon-core v1.13.0
25152026-06-22T22:09:33.023Z Checking winnow v0.5.40
25162026-06-22T22:09:33.089Z Checking clap_lex v1.0.0
25172026-06-22T22:09:33.130Z Checking bzip2 v0.6.1
25182026-06-22T22:09:33.207Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25192026-06-22T22:09:33.211Z Checking hashbrown v0.15.5
25202026-06-22T22:09:33.230Z Checking dof v0.3.0
25212026-06-22T22:09:33.243Z Checking clap_builder v4.6.0
25222026-06-22T22:09:33.294Z Checking walkdir v2.5.0
25232026-06-22T22:09:33.331Z Checking elliptic-curve v0.13.8
25242026-06-22T22:09:33.363Z Checking smoltcp v0.9.1
25252026-06-22T22:09:33.455Z Checking zopfli v0.8.3
25262026-06-22T22:09:33.513Z Checking reqwest v0.12.28
25272026-06-22T22:09:33.639Z Checking hashbrown v0.16.1
25282026-06-22T22:09:33.674Z Checking usdt-impl v0.6.0
25292026-06-22T22:09:33.736Z Checking signal-hook-mio v0.2.5
25302026-06-22T22:09:33.781Z Checking futures v0.3.32
25312026-06-22T22:09:33.831Z Checking bzip2 v0.4.4
25322026-06-22T22:09:33.860Z Checking anstream v0.6.21
25332026-06-22T22:09:33.954Z Checking snafu v0.8.9
25342026-06-22T22:09:33.967Z Checking num-bigint-dig v0.8.6
25352026-06-22T22:09:33.994Z Checking phf v0.13.1
25362026-06-22T22:09:34.129Z Checking cookie_store v0.22.1
25372026-06-22T22:09:34.142Z Checking zstd v0.13.3
25382026-06-22T22:09:34.172Z Checking toml_edit v0.19.15
25392026-06-22T22:09:34.190Z Checking postgres-types v0.2.12
25402026-06-22T22:09:34.302Z Checking dtrace-parser v0.2.0
25412026-06-22T22:09:34.323Z Checking rustls-platform-verifier v0.6.2
25422026-06-22T22:09:34.353Z Checking globset v0.4.18
25432026-06-22T22:09:34.457Z Checking crossbeam-deque v0.8.6
25442026-06-22T22:09:34.471Z Checking regex v1.12.3
25452026-06-22T22:09:34.474Z Checking ed25519 v2.2.3
25462026-06-22T22:09:34.503Z Checking phf_shared v0.11.3
25472026-06-22T22:09:34.529Z Checking olpc-cjson v0.1.4
25482026-06-22T22:09:34.603Z Checking curve25519-dalek v4.1.3
25492026-06-22T22:09:34.630Z Checking ref-cast v1.0.25
25502026-06-22T22:09:34.645Z Checking strum v0.27.2
25512026-06-22T22:09:34.658Z Checking hubpack v0.1.2
25522026-06-22T22:09:34.662Z Checking memoffset v0.9.1
25532026-06-22T22:09:34.724Z Checking rustix v0.38.44
25542026-06-22T22:09:34.742Z Checking pkcs1 v0.7.5
25552026-06-22T22:09:34.746Z Checking pem v3.0.6
25562026-06-22T22:09:34.766Z Checking float-cmp v0.10.0
25572026-06-22T22:09:34.776Z Checking serde-big-array v0.5.1
25582026-06-22T22:09:34.821Z Checking erased-serde v0.3.31
25592026-06-22T22:09:34.889Z Checking serde_plain v1.0.2
25602026-06-22T22:09:34.902Z Checking rfc6979 v0.4.0
25612026-06-22T22:09:34.906Z Checking memmap2 v0.9.10
25622026-06-22T22:09:34.949Z Checking thread-id v4.2.2
25632026-06-22T22:09:35.015Z Checking env_filter v1.0.0
25642026-06-22T22:09:35.028Z Checking predicates-core v1.0.10
25652026-06-22T22:09:35.031Z Checking fixedbitset v0.5.7
25662026-06-22T22:09:35.073Z Checking normalize-line-endings v0.3.0
25672026-06-22T22:09:35.147Z Checking static_assertions v1.1.0
25682026-06-22T22:09:35.159Z Checking new_debug_unreachable v1.0.6
25692026-06-22T22:09:35.171Z Checking jiff v0.2.21
25702026-06-22T22:09:35.199Z Checking precomputed-hash v0.1.1
25712026-06-22T22:09:35.213Z Checking unicode-segmentation v1.12.0
25722026-06-22T22:09:35.216Z Checking toml_write v0.1.2
25732026-06-22T22:09:35.225Z Checking keccak v0.1.6
25742026-06-22T22:09:35.246Z Checking difflib v0.4.0
25752026-06-22T22:09:35.278Z Checking whoami v2.1.0
25762026-06-22T22:09:35.376Z Checking data-encoding v2.10.0
25772026-06-22T22:09:35.388Z Checking typed-path v0.9.3
25782026-06-22T22:09:35.400Z Checking fixedbitset v0.4.2
25792026-06-22T22:09:35.420Z Checking predicates v3.1.4
25802026-06-22T22:09:35.471Z Checking tokio-postgres v0.7.16
25812026-06-22T22:09:35.514Z Checking crossterm v0.28.1
25822026-06-22T22:09:35.528Z Checking similar v2.7.0
25832026-06-22T22:09:35.548Z Checking petgraph v0.6.5
25842026-06-22T22:09:35.647Z Checking hickory-proto v0.25.2
25852026-06-22T22:09:35.726Z Checking sha3 v0.10.8
25862026-06-22T22:09:35.906Z Checking toml_edit v0.22.27
25872026-06-22T22:09:35.933Z Checking ed25519-dalek v2.2.0
25882026-06-22T22:09:36.150Z Checking tough v0.22.0
25892026-06-22T22:09:36.168Z Checking string_cache v0.8.9
25902026-06-22T22:09:36.212Z Checking petgraph v0.8.3
25912026-06-22T22:09:36.336Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25922026-06-22T22:09:36.712Z Checking toml v0.7.8
25932026-06-22T22:09:36.788Z Checking slog v2.8.2
25942026-06-22T22:09:37.023Z Checking env_logger v0.11.9
25952026-06-22T22:09:37.026Z Checking usdt v0.6.0
25962026-06-22T22:09:37.054Z Checking usdt-impl v0.5.0
25972026-06-22T22:09:37.200Z Checking ecdsa v0.16.9
25982026-06-22T22:09:37.216Z Checking rsa v0.9.10
25992026-06-22T22:09:37.342Z Checking nix v0.31.2
26002026-06-22T22:09:37.407Z Checking zip v4.6.1
26012026-06-22T22:09:37.805Z Checking clap v4.6.1
26022026-06-22T22:09:37.888Z Checking reqwest v0.13.2
26032026-06-22T22:09:38.006Z Checking zip v0.6.6
26042026-06-22T22:09:38.020Z Checking toml_parser v1.0.9+spec-1.1.0
26052026-06-22T22:09:38.222Z Checking itertools v0.13.0
26062026-06-22T22:09:38.340Z Checking serde_with v3.17.0
26072026-06-22T22:09:38.353Z Checking strum v0.26.3
26082026-06-22T22:09:38.420Z Checking fs-err v3.3.0
26092026-06-22T22:09:38.444Z Checking ahash v0.8.12
26102026-06-22T22:09:38.462Z Checking object v0.37.3
26112026-06-22T22:09:38.494Z Checking tokio-stream v0.1.18
26122026-06-22T22:09:38.641Z Checking buf-list v1.1.2
26132026-06-22T22:09:38.654Z Checking anyhow v1.0.102
26142026-06-22T22:09:38.725Z Checking camino v1.2.2
26152026-06-22T22:09:38.768Z Checking x509-cert v0.2.5
26162026-06-22T22:09:38.824Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26172026-06-22T22:09:38.849Z Checking openapiv3 v2.2.0
26182026-06-22T22:09:38.883Z Checking sha1 v0.10.6
26192026-06-22T22:09:38.971Z Checking peg-runtime v0.8.5
26202026-06-22T22:09:39.044Z Checking lalrpop-util v0.19.12
26212026-06-22T22:09:39.089Z Checking rayon v1.11.0
26222026-06-22T22:09:39.112Z Checking sigpipe v0.1.3
26232026-06-22T22:09:39.191Z Checking glob v0.3.3
26242026-06-22T22:09:40.660Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26252026-06-22T22:09:40.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.17s
26262026-06-22T22:09:41.112Z
26272026-06-22T22:09:41.112Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26282026-06-22T22:09:41.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26292026-06-22T22:09:41.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26302026-06-22T22:09:41.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26312026-06-22T22:09:41.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26322026-06-22T22:09:41.716Z
26332026-06-22T22:09:41.716Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26342026-06-22T22:09:42.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26352026-06-22T22:09:42.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26362026-06-22T22:09:42.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26372026-06-22T22:09:42.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26382026-06-22T22:09:42.320Z
26392026-06-22T22:09:42.321Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26402026-06-22T22:09:42.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-06-22T22:09:42.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-06-22T22:09:42.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-06-22T22:09:42.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26442026-06-22T22:09:42.944Z
26452026-06-22T22:09:42.944Zinfo: running `cargo check --bins` on oxql-types (80/295)
26462026-06-22T22:09:43.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-06-22T22:09:43.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-06-22T22:09:43.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-06-22T22:09:43.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26502026-06-22T22:09:43.550Z
26512026-06-22T22:09:43.550Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26522026-06-22T22:09:44.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-06-22T22:09:44.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-06-22T22:09:44.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-06-22T22:09:44.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26562026-06-22T22:09:44.154Z
26572026-06-22T22:09:44.154Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26582026-06-22T22:09:44.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-06-22T22:09:44.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-06-22T22:09:44.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-06-22T22:09:44.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26622026-06-22T22:09:44.761Z
26632026-06-22T22:09:44.761Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26642026-06-22T22:09:45.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-06-22T22:09:45.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-06-22T22:09:45.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-06-22T22:09:45.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26682026-06-22T22:09:45.358Z
26692026-06-22T22:09:45.358Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26702026-06-22T22:09:45.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-06-22T22:09:45.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-06-22T22:09:46.054Z Compiling structmeta-derive v0.3.0
26732026-06-22T22:09:46.173Z Compiling rustls v0.22.4
26742026-06-22T22:09:46.182Z Compiling multer v3.1.0
26752026-06-22T22:09:46.191Z Compiling async-stream-impl v0.3.6
26762026-06-22T22:09:46.194Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26772026-06-22T22:09:46.214Z Compiling dropshot v0.17.0
26782026-06-22T22:09:46.230Z Compiling newtype-uuid-macros v0.1.0
26792026-06-22T22:09:46.230Z Compiling dropshot_endpoint v0.17.0
26802026-06-22T22:09:46.349Z Checking newtype-uuid v1.3.2
26812026-06-22T22:09:46.413Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26822026-06-22T22:09:46.476Z Checking rustls-webpki v0.102.8
26832026-06-22T22:09:46.547Z Checking daft v0.1.7
26842026-06-22T22:09:46.577Z Checking thread_local v1.1.9
26852026-06-22T22:09:46.744Z Checking compression-core v0.4.31
26862026-06-22T22:09:46.772Z Checking match_cfg v0.1.0
26872026-06-22T22:09:46.787Z Checking iddqd v0.4.2
26882026-06-22T22:09:46.838Z Checking hostname v0.3.1
26892026-06-22T22:09:46.867Z Checking compression-codecs v0.4.37
26902026-06-22T22:09:46.883Z Checking crossbeam-channel v0.5.15
26912026-06-22T22:09:46.935Z Checking atomicwrites v0.4.4
26922026-06-22T22:09:46.996Z Checking slog-json v2.6.1
26932026-06-22T22:09:47.035Z Checking toml_datetime v1.0.0+spec-1.1.0
26942026-06-22T22:09:47.060Z Checking serde_spanned v1.0.4
26952026-06-22T22:09:47.152Z Checking is-terminal v0.4.17
26962026-06-22T22:09:47.192Z Checking toml_writer v1.0.6+spec-1.1.0
26972026-06-22T22:09:47.216Z Checking term v1.2.1
26982026-06-22T22:09:47.228Z Compiling structmeta v0.3.0
26992026-06-22T22:09:47.242Z Checking take_mut v0.2.2
27002026-06-22T22:09:47.242Z Checking debug-ignore v1.0.5
27012026-06-22T22:09:47.344Z Checking slog-async v2.8.0
27022026-06-22T22:09:47.356Z Checking slog-bunyan v2.5.0
27032026-06-22T22:09:47.370Z Checking toml v1.0.6+spec-1.1.0
27042026-06-22T22:09:47.434Z Checking slog-term v2.9.2
27052026-06-22T22:09:47.437Z Compiling derive-ex v0.1.8
27062026-06-22T22:09:47.466Z Compiling parse-display-derive v0.10.0
27072026-06-22T22:09:47.517Z Checking async-compression v0.4.41
27082026-06-22T22:09:47.690Z Checking async-stream v0.3.6
27092026-06-22T22:09:47.693Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27102026-06-22T22:09:47.775Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27112026-06-22T22:09:47.791Z Checking progenitor-client v0.14.0
27122026-06-22T22:09:47.839Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27132026-06-22T22:09:47.965Z Checking waitgroup v0.1.2
27142026-06-22T22:09:47.983Z Checking backon v1.6.0
27152026-06-22T22:09:48.021Z Checking rustls-pemfile v2.2.0
27162026-06-22T22:09:48.066Z Checking serde_path_to_error v0.1.20
27172026-06-22T22:09:48.107Z Checking hostname v0.4.2
27182026-06-22T22:09:48.149Z Checking instant v0.1.13
27192026-06-22T22:09:48.235Z Checking backoff v0.4.0
27202026-06-22T22:09:48.346Z Checking progenitor-extras v0.2.0
27212026-06-22T22:09:48.360Z Checking tokio-rustls v0.25.0
27222026-06-22T22:09:48.413Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27232026-06-22T22:09:48.522Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27242026-06-22T22:09:48.569Z Checking itertools v0.14.0
27252026-06-22T22:09:48.619Z Checking progenitor-client v0.10.0
27262026-06-22T22:09:48.806Z Checking regress v0.10.5
27272026-06-22T22:09:48.847Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27282026-06-22T22:09:49.095Z Checking macaddr v1.0.1
27292026-06-22T22:09:49.199Z Checking parse-display v0.10.0
27302026-06-22T22:09:49.202Z Compiling test-strategy v0.4.5
27312026-06-22T22:09:49.479Z Checking humantime v2.3.0
27322026-06-22T22:09:50.482Z Compiling prettyplease v0.2.37
27332026-06-22T22:09:50.694Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27342026-06-22T22:09:50.825Z Checking num-rational v0.4.2
27352026-06-22T22:09:51.065Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27362026-06-22T22:09:51.431Z Checking num-complex v0.4.6
27372026-06-22T22:09:52.036Z Checking num v0.4.3
27382026-06-22T22:09:52.095Z Compiling usdt-attr-macro v0.5.0
27392026-06-22T22:09:52.121Z Compiling usdt-macro v0.5.0
27402026-06-22T22:09:52.158Z Checking memmap v0.7.0
27412026-06-22T22:09:52.184Z Compiling float-ord v0.3.2
27422026-06-22T22:09:52.297Z Compiling convert_case v0.4.0
27432026-06-22T22:09:52.309Z Checking unicode-width v0.2.0
27442026-06-22T22:09:52.559Z Checking console v0.15.11
27452026-06-22T22:09:52.675Z Compiling derive_more v0.99.20
27462026-06-22T22:09:52.882Z Checking newline-converter v0.3.0
27472026-06-22T22:09:52.885Z Compiling toml v0.8.23
27482026-06-22T22:09:52.909Z Checking usdt v0.5.0
27492026-06-22T22:09:52.997Z Compiling minimal-lexical v0.2.1
27502026-06-22T22:09:53.079Z Checking linked-hash-map v0.5.6
27512026-06-22T22:09:53.258Z Checking lru-cache v0.1.2
27522026-06-22T22:09:53.261Z Compiling nom v7.1.3
27532026-06-22T22:09:53.385Z Checking expectorate v1.2.0
27542026-06-22T22:09:53.867Z Checking camino-tempfile v1.4.1
27552026-06-22T22:09:54.035Z Checking hickory-proto v0.24.4
27562026-06-22T22:09:54.049Z Checking phf_shared v0.12.1
27572026-06-22T22:09:54.192Z Compiling slog-dtrace v0.3.0
27582026-06-22T22:09:54.216Z Checking resolv-conf v0.7.6
27592026-06-22T22:09:54.388Z Compiling chrono-tz v0.10.4
27602026-06-22T22:09:54.405Z Checking heck v0.5.0
27612026-06-22T22:09:54.537Z Compiling const_format_proc_macros v0.2.34
27622026-06-22T22:09:54.627Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27632026-06-22T22:09:54.644Z Checking phf v0.12.1
27642026-06-22T22:09:54.657Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27652026-06-22T22:09:54.788Z Checking tokio-dtrace v0.1.1
27662026-06-22T22:09:54.982Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27672026-06-22T22:09:55.109Z Compiling derive-where v1.6.0
27682026-06-22T22:09:55.290Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27692026-06-22T22:09:55.514Z Checking highway v1.3.0
27702026-06-22T22:09:55.749Z Checking const_format v0.2.35
27712026-06-22T22:09:55.849Z Checking hickory-resolver v0.24.4
27722026-06-22T22:09:55.985Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27732026-06-22T22:09:56.210Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27742026-06-22T22:09:56.227Z Checking oxide-tokio-rt v0.1.4
27752026-06-22T22:09:56.469Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27762026-06-22T22:09:56.482Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27772026-06-22T22:09:56.577Z Checking qorb v0.4.1
27782026-06-22T22:09:56.644Z Checking gethostname v0.5.0
27792026-06-22T22:09:56.657Z Checking bcs v0.1.6
27802026-06-22T22:09:56.736Z Checking termtree v0.5.1
27812026-06-22T22:09:56.798Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27822026-06-22T22:10:00.111Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27832026-06-22T22:10:02.936Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27842026-06-22T22:10:05.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.74s
27852026-06-22T22:10:05.287Z
27862026-06-22T22:10:05.287Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27872026-06-22T22:10:05.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-06-22T22:10:05.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-06-22T22:10:05.971Z Compiling ar_archive_writer v0.5.1
27902026-06-22T22:10:06.084Z Compiling stacker v0.1.23
27912026-06-22T22:10:06.092Z Compiling cfg_aliases v0.1.1
27922026-06-22T22:10:06.099Z Compiling convert_case v0.10.0
27932026-06-22T22:10:06.105Z Checking unicode-width v0.1.14
27942026-06-22T22:10:06.115Z Compiling proc-macro-error v1.0.4
27952026-06-22T22:10:06.126Z Checking fd-lock v4.0.4
27962026-06-22T22:10:06.126Z Checking nibble_vec v0.1.0
27972026-06-22T22:10:06.150Z Compiling nix v0.28.0
27982026-06-22T22:10:06.243Z Checking vte v0.14.1
27992026-06-22T22:10:06.255Z Compiling recursive-proc-macro-impl v0.1.1
28002026-06-22T22:10:06.338Z Checking bytecount v0.6.9
28012026-06-22T22:10:06.350Z Checking endian-type v0.1.2
28022026-06-22T22:10:06.394Z Checking strip-ansi-escapes v0.2.1
28032026-06-22T22:10:06.407Z Compiling derive_more-impl v2.1.1
28042026-06-22T22:10:06.419Z Compiling tabled_derive v0.7.0
28052026-06-22T22:10:06.438Z Checking papergrid v0.11.0
28062026-06-22T22:10:06.475Z Checking radix_trie v0.2.1
28072026-06-22T22:10:06.495Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28082026-06-22T22:10:06.653Z Compiling peg-macros v0.8.5
28092026-06-22T22:10:06.717Z Checking winnow v0.6.26
28102026-06-22T22:10:06.917Z Compiling psm v0.1.30
28112026-06-22T22:10:06.988Z Compiling sqlparser_derive v0.5.0
28122026-06-22T22:10:07.054Z Checking unicode_categories v0.1.1
28132026-06-22T22:10:07.229Z Checking nu-ansi-term v0.50.3
28142026-06-22T22:10:07.233Z Checking derive_more v2.1.1
28152026-06-22T22:10:07.303Z Checking home v0.5.12
28162026-06-22T22:10:07.389Z Checking tabled v0.15.0
28172026-06-22T22:10:07.413Z Checking crossterm v0.29.0
28182026-06-22T22:10:07.442Z Checking reedline v0.40.0
28192026-06-22T22:10:07.491Z Checking rustyline v14.0.0
28202026-06-22T22:10:07.706Z Checking recursive v0.1.1
28212026-06-22T22:10:07.801Z Checking display-error-chain v0.2.2
28222026-06-22T22:10:07.813Z Checking sqlparser v0.61.0
28232026-06-22T22:10:07.889Z Checking sqlformat v0.3.5
28242026-06-22T22:10:08.029Z Checking peg v0.8.5
28252026-06-22T22:10:19.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s
28262026-06-22T22:10:19.312Z
28272026-06-22T22:10:19.313Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28282026-06-22T22:10:19.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-06-22T22:10:19.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-06-22T22:10:19.993Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-06-22T22:10:23.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
28322026-06-22T22:10:23.640Z
28332026-06-22T22:10:23.640Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28342026-06-22T22:10:24.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-06-22T22:10:24.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-06-22T22:10:24.338Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28372026-06-22T22:10:26.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
28382026-06-22T22:10:26.983Z
28392026-06-22T22:10:26.983Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28402026-06-22T22:10:27.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-06-22T22:10:27.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-06-22T22:10:27.666Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28432026-06-22T22:10:30.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28442026-06-22T22:10:31.102Z
28452026-06-22T22:10:31.102Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28462026-06-22T22:10:31.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-06-22T22:10:31.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-06-22T22:10:31.789Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-06-22T22:10:35.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
28502026-06-22T22:10:35.253Z
28512026-06-22T22:10:35.254Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28522026-06-22T22:10:35.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-06-22T22:10:35.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-06-22T22:10:35.939Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-06-22T22:10:38.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
28562026-06-22T22:10:38.758Z
28572026-06-22T22:10:38.758Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28582026-06-22T22:10:39.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-06-22T22:10:39.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-06-22T22:10:39.450Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-06-22T22:10:42.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
28622026-06-22T22:10:42.278Z
28632026-06-22T22:10:42.278Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28642026-06-22T22:10:42.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-06-22T22:10:42.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-06-22T22:10:42.977Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-06-22T22:10:46.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
28682026-06-22T22:10:46.619Z
28692026-06-22T22:10:46.619Zinfo: running `cargo check --bins` on oximeter (93/295)
28702026-06-22T22:10:47.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-06-22T22:10:47.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-06-22T22:10:47.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28732026-06-22T22:10:47.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28742026-06-22T22:10:47.236Z
28752026-06-22T22:10:47.236Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28762026-06-22T22:10:47.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-06-22T22:10:47.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-06-22T22:10:47.884Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28792026-06-22T22:10:48.054Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28802026-06-22T22:10:48.057Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28812026-06-22T22:10:48.398Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28822026-06-22T22:10:51.277Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28832026-06-22T22:10:52.488Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28842026-06-22T22:10:52.703Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28852026-06-22T22:10:53.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s
28862026-06-22T22:10:53.569Z
28872026-06-22T22:10:53.569Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28882026-06-22T22:10:54.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-06-22T22:10:54.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-06-22T22:10:54.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-06-22T22:10:54.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28922026-06-22T22:10:54.231Z
28932026-06-22T22:10:54.231Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28942026-06-22T22:10:54.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-06-22T22:10:54.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-06-22T22:10:54.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-06-22T22:10:54.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28982026-06-22T22:10:54.826Z
28992026-06-22T22:10:54.827Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
29002026-06-22T22:10:55.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-06-22T22:10:55.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-06-22T22:10:55.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-06-22T22:10:55.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29042026-06-22T22:10:55.440Z
29052026-06-22T22:10:55.440Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
29062026-06-22T22:10:55.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-06-22T22:10:55.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-06-22T22:10:55.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-06-22T22:10:55.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29102026-06-22T22:10:56.058Z
29112026-06-22T22:10:56.058Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29122026-06-22T22:10:56.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-06-22T22:10:56.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-06-22T22:10:56.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-06-22T22:10:56.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29162026-06-22T22:10:56.660Z
29172026-06-22T22:10:56.660Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29182026-06-22T22:10:57.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-06-22T22:10:57.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-06-22T22:10:57.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-06-22T22:10:57.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29222026-06-22T22:10:57.268Z
29232026-06-22T22:10:57.268Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29242026-06-22T22:10:57.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-06-22T22:10:57.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-06-22T22:10:57.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-06-22T22:10:57.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29282026-06-22T22:10:57.860Z
29292026-06-22T22:10:57.860Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29302026-06-22T22:10:58.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-06-22T22:10:58.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-06-22T22:10:58.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-06-22T22:10:58.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29342026-06-22T22:10:58.469Z
29352026-06-22T22:10:58.469Zinfo: running `cargo check --bins` on update-engine (103/295)
29362026-06-22T22:10:58.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-06-22T22:10:58.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-06-22T22:10:58.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-06-22T22:10:58.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29402026-06-22T22:10:59.058Z
29412026-06-22T22:10:59.058Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29422026-06-22T22:10:59.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-06-22T22:10:59.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-06-22T22:10:59.786Z Compiling crucible-workspace-hack v0.1.0
29452026-06-22T22:10:59.906Z Checking secrecy v0.10.3
29462026-06-22T22:10:59.912Z Compiling heapless v0.8.0
29472026-06-22T22:10:59.917Z Compiling toml_datetime v0.7.5+spec-1.1.0
29482026-06-22T22:10:59.925Z Compiling ingot-macros v0.1.1
29492026-06-22T22:10:59.933Z Checking hash32 v0.3.1
29502026-06-22T22:10:59.944Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29512026-06-22T22:10:59.948Z Compiling smoltcp v0.11.0
29522026-06-22T22:11:00.009Z Checking cobs v0.3.0
29532026-06-22T22:11:00.055Z Compiling thiserror-impl-no-std v2.0.2
29542026-06-22T22:11:00.144Z Compiling toml_edit v0.23.10+spec-1.0.0
29552026-06-22T22:11:00.148Z Checking universal-hash v0.5.1
29562026-06-22T22:11:00.181Z Checking half v2.7.1
29572026-06-22T22:11:00.207Z Checking ciborium-io v0.2.2
29582026-06-22T22:11:00.278Z Checking opaque-debug v0.3.1
29592026-06-22T22:11:00.303Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29602026-06-22T22:11:00.320Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29612026-06-22T22:11:00.348Z Checking poly1305 v0.8.0
29622026-06-22T22:11:00.442Z Checking ciborium-ll v0.2.2
29632026-06-22T22:11:00.537Z Checking postcard v1.1.3
29642026-06-22T22:11:00.607Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29652026-06-22T22:11:00.624Z Checking password-hash v0.5.0
29662026-06-22T22:11:00.716Z Compiling proc-macro-crate v3.4.0
29672026-06-22T22:11:00.832Z Checking chacha20 v0.9.1
29682026-06-22T22:11:00.854Z Compiling proc-macro-crate v1.3.1
29692026-06-22T22:11:00.881Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29702026-06-22T22:11:01.029Z Checking blake2 v0.10.6
29712026-06-22T22:11:01.123Z Checking aead v0.5.2
29722026-06-22T22:11:01.208Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29732026-06-22T22:11:01.261Z Checking thiserror-no-std v2.0.2
29742026-06-22T22:11:01.275Z Compiling foreign-types-macros v0.2.3
29752026-06-22T22:11:01.279Z Compiling num_enum_derive v0.7.6
29762026-06-22T22:11:01.279Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29772026-06-22T22:11:01.279Z Checking foreign-types-shared v0.3.1
29782026-06-22T22:11:01.348Z Checking cpufeatures v0.3.0
29792026-06-22T22:11:01.400Z Checking vsss-rs v3.3.4
29802026-06-22T22:11:01.413Z Checking argon2 v0.5.3
29812026-06-22T22:11:01.427Z Checking chacha20 v0.10.0
29822026-06-22T22:11:01.540Z Checking chacha20poly1305 v0.10.1
29832026-06-22T22:11:01.644Z Compiling num_enum_derive v0.5.11
29842026-06-22T22:11:01.670Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29852026-06-22T22:11:01.765Z Checking ciborium v0.2.2
29862026-06-22T22:11:01.876Z Checking foreign-types v0.5.0
29872026-06-22T22:11:02.054Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29882026-06-22T22:11:02.070Z Checking tabwriter v1.4.1
29892026-06-22T22:11:02.194Z Checking byte-wrapper v0.1.0
29902026-06-22T22:11:02.222Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29912026-06-22T22:11:02.316Z Checking num_enum v0.7.6
29922026-06-22T22:11:02.342Z Checking cstr-argument v0.1.2
29932026-06-22T22:11:02.407Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29942026-06-22T22:11:02.433Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29952026-06-22T22:11:02.469Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29962026-06-22T22:11:02.517Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29972026-06-22T22:11:02.650Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29982026-06-22T22:11:02.664Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29992026-06-22T22:11:02.667Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30002026-06-22T22:11:02.699Z Checking num_enum v0.5.11
30012026-06-22T22:11:02.783Z Checking ingot-types v0.1.2
30022026-06-22T22:11:02.797Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30032026-06-22T22:11:02.822Z Checking rand v0.10.0
30042026-06-22T22:11:02.848Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30052026-06-22T22:11:02.912Z Checking colored v3.1.1
30062026-06-22T22:11:02.998Z Checking indent_write v2.2.0
30072026-06-22T22:11:03.121Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30082026-06-22T22:11:03.137Z Compiling zone_cfg_derive v0.3.1
30092026-06-22T22:11:03.152Z Checking ingot v0.1.1
30102026-06-22T22:11:03.166Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30112026-06-22T22:11:03.205Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30122026-06-22T22:11:03.293Z Checking itertools v0.12.1
30132026-06-22T22:11:03.306Z Compiling num-derive v0.4.2
30142026-06-22T22:11:03.336Z Checking swrite v0.1.0
30152026-06-22T22:11:03.357Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30162026-06-22T22:11:03.432Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30172026-06-22T22:11:03.565Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30182026-06-22T22:11:03.726Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30192026-06-22T22:11:03.741Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30202026-06-22T22:11:03.763Z Checking dropshot-api-manager-types v0.7.2
30212026-06-22T22:11:03.791Z Checking smf v0.2.3
30222026-06-22T22:11:03.836Z Checking nanorand v0.7.0
30232026-06-22T22:11:03.932Z Checking whoami v1.6.1
30242026-06-22T22:11:04.024Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30252026-06-22T22:11:04.037Z Checking flume v0.11.1
30262026-06-22T22:11:04.246Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30272026-06-22T22:11:04.315Z Checking zone v0.3.1
30282026-06-22T22:11:04.759Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30292026-06-22T22:11:05.725Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30302026-06-22T22:11:06.628Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30312026-06-22T22:11:09.920Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30322026-06-22T22:11:12.009Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30332026-06-22T22:11:13.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.08s
30342026-06-22T22:11:13.341Z
30352026-06-22T22:11:13.341Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30362026-06-22T22:11:13.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-06-22T22:11:13.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-06-22T22:11:13.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30392026-06-22T22:11:13.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30402026-06-22T22:11:13.942Z
30412026-06-22T22:11:13.943Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30422026-06-22T22:11:14.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-06-22T22:11:14.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-06-22T22:11:14.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-06-22T22:11:14.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30462026-06-22T22:11:14.549Z
30472026-06-22T22:11:14.549Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30482026-06-22T22:11:15.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-06-22T22:11:15.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-06-22T22:11:15.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-06-22T22:11:15.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30522026-06-22T22:11:15.165Z
30532026-06-22T22:11:15.165Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30542026-06-22T22:11:15.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-06-22T22:11:15.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-06-22T22:11:15.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-06-22T22:11:15.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30582026-06-22T22:11:15.775Z
30592026-06-22T22:11:15.775Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30602026-06-22T22:11:16.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-06-22T22:11:16.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-06-22T22:11:16.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-06-22T22:11:16.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30642026-06-22T22:11:16.381Z
30652026-06-22T22:11:16.381Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30662026-06-22T22:11:16.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-06-22T22:11:16.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-06-22T22:11:16.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-06-22T22:11:16.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30702026-06-22T22:11:16.991Z
30712026-06-22T22:11:16.991Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30722026-06-22T22:11:17.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-06-22T22:11:17.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-06-22T22:11:17.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-06-22T22:11:17.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30762026-06-22T22:11:17.597Z
30772026-06-22T22:11:17.597Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30782026-06-22T22:11:18.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-06-22T22:11:18.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-06-22T22:11:18.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-06-22T22:11:18.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30822026-06-22T22:11:18.190Z
30832026-06-22T22:11:18.190Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30842026-06-22T22:11:18.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-06-22T22:11:18.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-06-22T22:11:18.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-06-22T22:11:18.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30882026-06-22T22:11:18.792Z
30892026-06-22T22:11:18.792Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30902026-06-22T22:11:19.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-06-22T22:11:19.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-06-22T22:11:19.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-06-22T22:11:19.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30942026-06-22T22:11:19.398Z
30952026-06-22T22:11:19.398Zinfo: running `cargo check --bins` on installinator-client (115/295)
30962026-06-22T22:11:19.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-06-22T22:11:19.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-06-22T22:11:19.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-06-22T22:11:19.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31002026-06-22T22:11:20.003Z
31012026-06-22T22:11:20.003Zinfo: running `cargo check --bins` on nexus-client (116/295)
31022026-06-22T22:11:20.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-06-22T22:11:20.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-06-22T22:11:20.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-06-22T22:11:20.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31062026-06-22T22:11:20.643Z
31072026-06-22T22:11:20.643Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31082026-06-22T22:11:21.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-06-22T22:11:21.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-06-22T22:11:21.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-06-22T22:11:21.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31122026-06-22T22:11:21.284Z
31132026-06-22T22:11:21.284Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31142026-06-22T22:11:21.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-06-22T22:11:21.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-06-22T22:11:21.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-06-22T22:11:21.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31182026-06-22T22:11:21.877Z
31192026-06-22T22:11:21.877Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31202026-06-22T22:11:22.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-06-22T22:11:22.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-06-22T22:11:22.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-06-22T22:11:22.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31242026-06-22T22:11:22.467Z
31252026-06-22T22:11:22.467Zinfo: running `cargo check --bins` on oxide-client (120/295)
31262026-06-22T22:11:22.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-06-22T22:11:22.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-06-22T22:11:22.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-06-22T22:11:22.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31302026-06-22T22:11:23.059Z
31312026-06-22T22:11:23.059Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31322026-06-22T22:11:23.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-06-22T22:11:23.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-06-22T22:11:23.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-06-22T22:11:23.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31362026-06-22T22:11:23.663Z
31372026-06-22T22:11:23.663Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31382026-06-22T22:11:24.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-06-22T22:11:24.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-06-22T22:11:24.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-06-22T22:11:24.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31422026-06-22T22:11:24.257Z
31432026-06-22T22:11:24.257Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31442026-06-22T22:11:24.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-06-22T22:11:24.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-06-22T22:11:24.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-06-22T22:11:24.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31482026-06-22T22:11:24.869Z
31492026-06-22T22:11:24.869Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31502026-06-22T22:11:25.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-06-22T22:11:25.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-06-22T22:11:25.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-06-22T22:11:25.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31542026-06-22T22:11:25.498Z
31552026-06-22T22:11:25.498Zinfo: running `cargo check --bins` on installinator-common (125/295)
31562026-06-22T22:11:26.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-06-22T22:11:26.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-06-22T22:11:26.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-06-22T22:11:26.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31602026-06-22T22:11:26.120Z
31612026-06-22T22:11:26.120Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31622026-06-22T22:11:26.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-06-22T22:11:26.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-06-22T22:11:26.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-06-22T22:11:26.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31662026-06-22T22:11:26.712Z
31672026-06-22T22:11:26.712Zinfo: running `cargo check --bins` on wicket-common (127/295)
31682026-06-22T22:11:27.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-06-22T22:11:27.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-06-22T22:11:27.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-06-22T22:11:27.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31722026-06-22T22:11:27.327Z
31732026-06-22T22:11:27.327Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31742026-06-22T22:11:27.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-06-22T22:11:27.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-06-22T22:11:28.023Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31772026-06-22T22:11:28.141Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31782026-06-22T22:11:28.147Z Checking csv-core v0.1.13
31792026-06-22T22:11:28.153Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31802026-06-22T22:11:28.159Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31812026-06-22T22:11:28.162Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31822026-06-22T22:11:28.179Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31832026-06-22T22:11:28.190Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-06-22T22:11:28.302Z Checking csv v1.4.0
31852026-06-22T22:11:28.334Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31862026-06-22T22:11:28.349Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31872026-06-22T22:11:28.375Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31882026-06-22T22:11:28.403Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31892026-06-22T22:11:28.644Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31902026-06-22T22:11:29.013Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31912026-06-22T22:11:29.013Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31922026-06-22T22:11:29.348Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31932026-06-22T22:11:35.397Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31942026-06-22T22:11:35.934Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31952026-06-22T22:11:38.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.98s
31962026-06-22T22:11:38.509Z
31972026-06-22T22:11:38.509Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31982026-06-22T22:11:39.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-06-22T22:11:39.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-06-22T22:11:39.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-06-22T22:11:39.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32022026-06-22T22:11:39.106Z
32032026-06-22T22:11:39.106Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
32042026-06-22T22:11:39.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-06-22T22:11:39.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-06-22T22:11:39.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-06-22T22:11:39.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32082026-06-22T22:11:39.788Z
32092026-06-22T22:11:39.789Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32102026-06-22T22:11:40.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-06-22T22:11:40.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-06-22T22:11:40.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-06-22T22:11:40.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32142026-06-22T22:11:40.475Z
32152026-06-22T22:11:40.475Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32162026-06-22T22:11:41.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-06-22T22:11:41.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-06-22T22:11:41.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-06-22T22:11:41.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32202026-06-22T22:11:41.129Z
32212026-06-22T22:11:41.129Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32222026-06-22T22:11:41.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-06-22T22:11:41.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-06-22T22:11:41.903Z Compiling regress v0.11.1
32252026-06-22T22:11:42.051Z Compiling unsafe-libyaml v0.2.11
32262026-06-22T22:11:42.064Z Compiling radium v0.7.0
32272026-06-22T22:11:42.067Z Compiling semver v0.1.20
32282026-06-22T22:11:42.087Z Checking nom v8.0.0
32292026-06-22T22:11:42.091Z Compiling maybe-uninit v2.0.0
32302026-06-22T22:11:42.091Z Checking tap v1.0.1
32312026-06-22T22:11:42.202Z Checking wyz v0.5.1
32322026-06-22T22:11:42.329Z Compiling rustc_version v0.1.7
32332026-06-22T22:11:42.396Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32342026-06-22T22:11:42.432Z Compiling zerocopy-derive v0.6.6
32352026-06-22T22:11:42.526Z Checking funty v2.0.0
32362026-06-22T22:11:42.552Z Compiling newtype_derive v0.1.6
32372026-06-22T22:11:42.755Z Compiling serde_yaml v0.9.34+deprecated
32382026-06-22T22:11:42.800Z Checking crc-catalog v2.4.0
32392026-06-22T22:11:42.850Z Compiling packed_struct v0.10.1
32402026-06-22T22:11:42.896Z Compiling owo-colors v4.3.0
32412026-06-22T22:11:43.103Z Compiling cancel-safe-futures v0.1.5
32422026-06-22T22:11:43.305Z Checking crc v3.4.0
32432026-06-22T22:11:43.332Z Checking zerocopy v0.6.6
32442026-06-22T22:11:43.349Z Checking bitvec v1.0.1
32452026-06-22T22:11:43.504Z Checking typify-impl v0.6.2
32462026-06-22T22:11:43.627Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32472026-06-22T22:11:43.900Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32482026-06-22T22:11:44.031Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
32492026-06-22T22:11:44.175Z Compiling packed_struct_codegen v0.10.1
32502026-06-22T22:11:44.223Z Checking libsw-core v0.3.2
32512026-06-22T22:11:44.248Z Compiling bitfield-macros v0.19.4
32522026-06-22T22:11:44.370Z Compiling indexmap v1.9.3
32532026-06-22T22:11:44.575Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
32542026-06-22T22:11:44.647Z Checking nodrop v0.1.14
32552026-06-22T22:11:44.663Z Checking libsw v3.5.0
32562026-06-22T22:11:44.693Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32572026-06-22T22:11:44.742Z Checking array-init v0.0.4
32582026-06-22T22:11:44.833Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32592026-06-22T22:11:44.970Z Checking bitfield v0.19.4
32602026-06-22T22:11:45.014Z Checking smallvec v0.6.14
32612026-06-22T22:11:45.048Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32622026-06-22T22:11:45.243Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32632026-06-22T22:11:45.257Z Checking hashbrown v0.12.3
32642026-06-22T22:11:45.369Z Checking tagptr v0.2.0
32652026-06-22T22:11:45.418Z Checking smawk v0.3.2
32662026-06-22T22:11:45.467Z Checking unicode-linebreak v0.1.5
32672026-06-22T22:11:45.511Z Checking linear-map v1.2.0
32682026-06-22T22:11:45.548Z Checking base64 v0.21.7
32692026-06-22T22:11:45.684Z Checking moka v0.12.13
32702026-06-22T22:11:45.687Z Checking textwrap v0.16.2
32712026-06-22T22:11:45.772Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32722026-06-22T22:11:45.790Z Checking ron v0.8.1
32732026-06-22T22:11:45.912Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32742026-06-22T22:11:45.986Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32752026-06-22T22:11:46.090Z Checking serde-hex v0.1.0
32762026-06-22T22:11:46.309Z Checking steno v0.4.1
32772026-06-22T22:11:46.312Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32782026-06-22T22:11:46.336Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32792026-06-22T22:11:46.497Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32802026-06-22T22:11:46.814Z Checking hashbrown v0.13.2
32812026-06-22T22:11:47.040Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32822026-06-22T22:11:47.096Z Checking crc-any v2.5.0
32832026-06-22T22:11:47.254Z Checking object v0.30.4
32842026-06-22T22:11:47.271Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32852026-06-22T22:11:47.283Z Checking hickory-resolver v0.25.2
32862026-06-22T22:11:47.320Z Checking utf-8 v0.7.6
32872026-06-22T22:11:47.369Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
32882026-06-22T22:11:47.433Z Checking path-slash v0.1.5
32892026-06-22T22:11:47.455Z Checking half v1.8.3
32902026-06-22T22:11:47.473Z Checking void v1.0.2
32912026-06-22T22:11:47.540Z Checking tungstenite v0.23.0
32922026-06-22T22:11:47.587Z Checking lzss v0.8.2
32932026-06-22T22:11:47.650Z Checking serde_cbor v0.11.2
32942026-06-22T22:11:47.710Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32952026-06-22T22:11:47.810Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32962026-06-22T22:11:47.892Z Checking nix v0.27.1
32972026-06-22T22:11:47.974Z Checking kstat-rs v0.2.4
32982026-06-22T22:11:48.037Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32992026-06-22T22:11:48.053Z Checking fxhash v0.2.1
33002026-06-22T22:11:48.056Z Checking serde_bytes v0.11.19
33012026-06-22T22:11:48.165Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33022026-06-22T22:11:48.178Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33032026-06-22T22:11:48.192Z Compiling typify-macro v0.6.2
33042026-06-22T22:11:48.244Z Checking tokio-tungstenite v0.23.1
33052026-06-22T22:11:48.410Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33062026-06-22T22:11:48.460Z Checking signal-hook-tokio v0.3.1
33072026-06-22T22:11:49.338Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33082026-06-22T22:11:49.413Z Compiling typify v0.6.2
33092026-06-22T22:11:49.497Z Compiling progenitor-impl v0.14.0
33102026-06-22T22:11:50.245Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33112026-06-22T22:11:50.543Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33122026-06-22T22:11:50.941Z Compiling progenitor-macro v0.14.0
33132026-06-22T22:11:53.264Z Checking progenitor v0.14.0
33142026-06-22T22:11:53.391Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
33152026-06-22T22:11:53.394Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33162026-06-22T22:11:56.042Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33172026-06-22T22:12:04.034Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33182026-06-22T22:12:10.427Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33192026-06-22T22:12:11.783Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33202026-06-22T22:12:12.288Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33212026-06-22T22:12:14.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.26s
33222026-06-22T22:12:14.592Z
33232026-06-22T22:12:14.593Zinfo: running `cargo check --bins` on gateway-api (134/295)
33242026-06-22T22:12:15.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-06-22T22:12:15.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-06-22T22:12:15.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-06-22T22:12:15.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33282026-06-22T22:12:15.201Z
33292026-06-22T22:12:15.201Zinfo: running `cargo check --bins` on ipcc (135/295)
33302026-06-22T22:12:15.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-06-22T22:12:15.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-06-22T22:12:15.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-06-22T22:12:15.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33342026-06-22T22:12:15.808Z
33352026-06-22T22:12:15.808Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33362026-06-22T22:12:16.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-06-22T22:12:16.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-06-22T22:12:16.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-06-22T22:12:16.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33402026-06-22T22:12:16.405Z
33412026-06-22T22:12:16.406Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33422026-06-22T22:12:16.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-06-22T22:12:16.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-06-22T22:12:16.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-06-22T22:12:16.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33462026-06-22T22:12:17.039Z
33472026-06-22T22:12:17.039Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33482026-06-22T22:12:17.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-06-22T22:12:17.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-06-22T22:12:17.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-06-22T22:12:17.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33522026-06-22T22:12:17.646Z
33532026-06-22T22:12:17.646Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33542026-06-22T22:12:18.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-06-22T22:12:18.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-06-22T22:12:18.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-06-22T22:12:18.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33582026-06-22T22:12:18.252Z
33592026-06-22T22:12:18.252Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33602026-06-22T22:12:18.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-06-22T22:12:18.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-06-22T22:12:18.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-06-22T22:12:18.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33642026-06-22T22:12:18.862Z
33652026-06-22T22:12:18.862Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33662026-06-22T22:12:19.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-06-22T22:12:19.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-06-22T22:12:19.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-06-22T22:12:19.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33702026-06-22T22:12:19.496Z
33712026-06-22T22:12:19.496Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33722026-06-22T22:12:20.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-06-22T22:12:20.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-06-22T22:12:20.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-06-22T22:12:20.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33762026-06-22T22:12:20.105Z
33772026-06-22T22:12:20.105Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33782026-06-22T22:12:20.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-06-22T22:12:20.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-06-22T22:12:20.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-06-22T22:12:20.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33822026-06-22T22:12:20.718Z
33832026-06-22T22:12:20.718Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33842026-06-22T22:12:21.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-06-22T22:12:21.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-06-22T22:12:21.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-06-22T22:12:21.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33882026-06-22T22:12:21.331Z
33892026-06-22T22:12:21.331Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33902026-06-22T22:12:21.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-06-22T22:12:21.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-06-22T22:12:21.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-06-22T22:12:21.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33942026-06-22T22:12:21.944Z
33952026-06-22T22:12:21.944Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33962026-06-22T22:12:22.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-06-22T22:12:22.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-06-22T22:12:22.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-06-22T22:12:22.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34002026-06-22T22:12:22.559Z
34012026-06-22T22:12:22.559Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
34022026-06-22T22:12:23.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-06-22T22:12:23.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-06-22T22:12:23.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-06-22T22:12:23.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34062026-06-22T22:12:23.166Z
34072026-06-22T22:12:23.166Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34082026-06-22T22:12:23.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-06-22T22:12:23.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-06-22T22:12:23.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-06-22T22:12:23.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34122026-06-22T22:12:23.795Z
34132026-06-22T22:12:23.795Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34142026-06-22T22:12:24.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-06-22T22:12:24.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-06-22T22:12:24.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-06-22T22:12:24.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34182026-06-22T22:12:24.428Z
34192026-06-22T22:12:24.428Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34202026-06-22T22:12:24.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-06-22T22:12:24.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-06-22T22:12:24.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-06-22T22:12:24.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34242026-06-22T22:12:25.058Z
34252026-06-22T22:12:25.058Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34262026-06-22T22:12:25.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-06-22T22:12:25.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-06-22T22:12:25.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-06-22T22:12:25.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34302026-06-22T22:12:25.688Z
34312026-06-22T22:12:25.688Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34322026-06-22T22:12:26.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-06-22T22:12:26.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-06-22T22:12:26.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-06-22T22:12:26.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34362026-06-22T22:12:26.327Z
34372026-06-22T22:12:26.327Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34382026-06-22T22:12:26.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-06-22T22:12:26.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-06-22T22:12:26.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-06-22T22:12:26.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34422026-06-22T22:12:26.958Z
34432026-06-22T22:12:26.958Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34442026-06-22T22:12:27.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-06-22T22:12:27.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-06-22T22:12:27.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-06-22T22:12:27.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34482026-06-22T22:12:27.585Z
34492026-06-22T22:12:27.585Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34502026-06-22T22:12:28.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-06-22T22:12:28.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-06-22T22:12:28.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-06-22T22:12:28.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34542026-06-22T22:12:28.216Z
34552026-06-22T22:12:28.216Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34562026-06-22T22:12:28.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-06-22T22:12:28.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-06-22T22:12:28.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-06-22T22:12:28.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34602026-06-22T22:12:28.843Z
34612026-06-22T22:12:28.843Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34622026-06-22T22:12:29.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-06-22T22:12:29.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-06-22T22:12:29.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-06-22T22:12:29.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34662026-06-22T22:12:29.470Z
34672026-06-22T22:12:29.470Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34682026-06-22T22:12:29.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-06-22T22:12:29.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-06-22T22:12:29.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-06-22T22:12:29.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34722026-06-22T22:12:30.082Z
34732026-06-22T22:12:30.082Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34742026-06-22T22:12:30.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-06-22T22:12:30.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-06-22T22:12:30.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-06-22T22:12:30.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-06-22T22:12:30.693Z
34792026-06-22T22:12:30.693Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34802026-06-22T22:12:31.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-06-22T22:12:31.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-06-22T22:12:31.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-06-22T22:12:31.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34842026-06-22T22:12:31.308Z
34852026-06-22T22:12:31.308Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34862026-06-22T22:12:31.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-06-22T22:12:31.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-06-22T22:12:31.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-06-22T22:12:31.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34902026-06-22T22:12:31.921Z
34912026-06-22T22:12:31.921Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34922026-06-22T22:12:32.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-06-22T22:12:32.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-06-22T22:12:32.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-06-22T22:12:32.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34962026-06-22T22:12:32.535Z
34972026-06-22T22:12:32.536Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34982026-06-22T22:12:33.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-06-22T22:12:33.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-06-22T22:12:33.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-06-22T22:12:33.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35022026-06-22T22:12:33.149Z
35032026-06-22T22:12:33.149Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
35042026-06-22T22:12:33.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-06-22T22:12:33.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-06-22T22:12:33.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-06-22T22:12:33.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35082026-06-22T22:12:33.764Z
35092026-06-22T22:12:33.765Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35102026-06-22T22:12:34.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-06-22T22:12:34.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-06-22T22:12:34.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-06-22T22:12:34.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35142026-06-22T22:12:34.375Z
35152026-06-22T22:12:34.375Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35162026-06-22T22:12:34.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-06-22T22:12:34.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-06-22T22:12:34.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-06-22T22:12:34.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35202026-06-22T22:12:35.006Z
35212026-06-22T22:12:35.006Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35222026-06-22T22:12:35.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-06-22T22:12:35.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-06-22T22:12:35.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-06-22T22:12:35.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35262026-06-22T22:12:35.631Z
35272026-06-22T22:12:35.631Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35282026-06-22T22:12:36.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-06-22T22:12:36.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-06-22T22:12:36.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-06-22T22:12:36.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35322026-06-22T22:12:36.268Z
35332026-06-22T22:12:36.268Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35342026-06-22T22:12:36.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-06-22T22:12:36.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-06-22T22:12:36.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-06-22T22:12:36.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35382026-06-22T22:12:36.888Z
35392026-06-22T22:12:36.888Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35402026-06-22T22:12:37.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-06-22T22:12:37.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-06-22T22:12:37.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-06-22T22:12:37.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35442026-06-22T22:12:37.519Z
35452026-06-22T22:12:37.519Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35462026-06-22T22:12:38.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-06-22T22:12:38.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-06-22T22:12:38.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-06-22T22:12:38.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35502026-06-22T22:12:38.149Z
35512026-06-22T22:12:38.149Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35522026-06-22T22:12:38.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-06-22T22:12:38.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-06-22T22:12:38.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-06-22T22:12:38.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35562026-06-22T22:12:38.772Z
35572026-06-22T22:12:38.772Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35582026-06-22T22:12:39.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-06-22T22:12:39.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-06-22T22:12:39.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-06-22T22:12:39.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35622026-06-22T22:12:39.422Z
35632026-06-22T22:12:39.422Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35642026-06-22T22:12:39.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-06-22T22:12:39.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-06-22T22:12:39.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-06-22T22:12:39.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35682026-06-22T22:12:40.039Z
35692026-06-22T22:12:40.039Zinfo: running `cargo check --bins` on dns-server (175/295)
35702026-06-22T22:12:40.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-06-22T22:12:40.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-06-22T22:12:40.703Z Compiling parking_lot_core v0.8.6
35732026-06-22T22:12:40.706Z Compiling git-stub v1.0.0
35742026-06-22T22:12:40.707Z Checking prefix-trie v0.7.0
35752026-06-22T22:12:40.707Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35762026-06-22T22:12:40.941Z Compiling git-stub-vcs v0.1.0
35772026-06-22T22:12:41.107Z Checking hickory-server v0.25.2
35782026-06-22T22:12:41.219Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35792026-06-22T22:12:41.232Z Checking parking_lot v0.11.2
35802026-06-22T22:12:41.289Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35812026-06-22T22:12:41.292Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35822026-06-22T22:12:41.402Z Checking sled v0.34.7
35832026-06-22T22:12:43.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
35842026-06-22T22:12:43.508Z
35852026-06-22T22:12:43.508Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35862026-06-22T22:12:44.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-06-22T22:12:44.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-06-22T22:12:44.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-06-22T22:12:44.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35902026-06-22T22:12:44.118Z
35912026-06-22T22:12:44.118Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35922026-06-22T22:12:44.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-06-22T22:12:44.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-06-22T22:12:44.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-06-22T22:12:44.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35962026-06-22T22:12:44.728Z
35972026-06-22T22:12:44.729Zinfo: running `cargo check --bins` on sp-sim (178/295)
35982026-06-22T22:12:45.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-06-22T22:12:45.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-06-22T22:12:45.464Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36012026-06-22T22:12:47.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
36022026-06-22T22:12:47.421Z
36032026-06-22T22:12:47.421Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
36042026-06-22T22:12:47.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-06-22T22:12:47.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-06-22T22:12:47.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-06-22T22:12:47.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36082026-06-22T22:12:48.083Z
36092026-06-22T22:12:48.083Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36102026-06-22T22:12:48.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-06-22T22:12:48.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-06-22T22:12:48.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-06-22T22:12:48.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36142026-06-22T22:12:48.751Z
36152026-06-22T22:12:48.751Zinfo: running `cargo check --bins` on db-macros (181/295)
36162026-06-22T22:12:49.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-06-22T22:12:49.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-06-22T22:12:49.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-06-22T22:12:49.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36202026-06-22T22:12:49.349Z
36212026-06-22T22:12:49.349Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36222026-06-22T22:12:49.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-06-22T22:12:49.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-06-22T22:12:49.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-06-22T22:12:49.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36262026-06-22T22:12:49.948Z
36272026-06-22T22:12:49.948Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36282026-06-22T22:12:50.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-06-22T22:12:50.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-06-22T22:12:50.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-06-22T22:12:50.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36322026-06-22T22:12:50.615Z
36332026-06-22T22:12:50.615Zinfo: running `cargo check --bins` on authz-macros (184/295)
36342026-06-22T22:12:51.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-06-22T22:12:51.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-06-22T22:12:51.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-06-22T22:12:51.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36382026-06-22T22:12:51.209Z
36392026-06-22T22:12:51.209Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36402026-06-22T22:12:51.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-06-22T22:12:51.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-06-22T22:12:51.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-06-22T22:12:51.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36442026-06-22T22:12:51.868Z
36452026-06-22T22:12:51.868Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36462026-06-22T22:12:52.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-06-22T22:12:52.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-06-22T22:12:52.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-06-22T22:12:52.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36502026-06-22T22:12:52.514Z
36512026-06-22T22:12:52.514Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36522026-06-22T22:12:53.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-06-22T22:12:53.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-06-22T22:12:53.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-06-22T22:12:53.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36562026-06-22T22:12:53.115Z
36572026-06-22T22:12:53.115Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36582026-06-22T22:12:53.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-06-22T22:12:53.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-06-22T22:12:53.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-06-22T22:12:53.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36622026-06-22T22:12:53.706Z
36632026-06-22T22:12:53.706Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36642026-06-22T22:12:54.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-06-22T22:12:54.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-06-22T22:12:54.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-06-22T22:12:54.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36682026-06-22T22:12:54.308Z
36692026-06-22T22:12:54.308Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36702026-06-22T22:12:54.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-06-22T22:12:54.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-06-22T22:12:54.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-06-22T22:12:54.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36742026-06-22T22:12:54.897Z
36752026-06-22T22:12:54.898Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36762026-06-22T22:12:55.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-06-22T22:12:55.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-06-22T22:12:55.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-06-22T22:12:55.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36802026-06-22T22:12:55.484Z
36812026-06-22T22:12:55.484Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36822026-06-22T22:12:56.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-06-22T22:12:56.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-06-22T22:12:56.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-06-22T22:12:56.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36862026-06-22T22:12:56.140Z
36872026-06-22T22:12:56.140Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36882026-06-22T22:12:56.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-06-22T22:12:56.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-06-22T22:12:56.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-06-22T22:12:56.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36922026-06-22T22:12:56.796Z
36932026-06-22T22:12:56.796Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36942026-06-22T22:12:57.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-06-22T22:12:57.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-06-22T22:12:57.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-06-22T22:12:57.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36982026-06-22T22:12:57.444Z
36992026-06-22T22:12:57.444Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
37002026-06-22T22:12:57.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-06-22T22:12:57.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-06-22T22:12:57.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-06-22T22:12:57.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37042026-06-22T22:12:58.069Z
37052026-06-22T22:12:58.069Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37062026-06-22T22:12:58.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-06-22T22:12:58.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-06-22T22:12:58.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-06-22T22:12:58.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37102026-06-22T22:12:58.686Z
37112026-06-22T22:12:58.686Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37122026-06-22T22:12:59.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-06-22T22:12:59.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-06-22T22:12:59.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-06-22T22:12:59.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37162026-06-22T22:12:59.303Z
37172026-06-22T22:12:59.303Zinfo: running `cargo check --bins` on key-manager (198/295)
37182026-06-22T22:12:59.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-06-22T22:12:59.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-06-22T22:12:59.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-06-22T22:12:59.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37222026-06-22T22:12:59.901Z
37232026-06-22T22:12:59.901Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37242026-06-22T22:13:00.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-06-22T22:13:00.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-06-22T22:13:00.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-06-22T22:13:00.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37282026-06-22T22:13:00.523Z
37292026-06-22T22:13:00.523Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37302026-06-22T22:13:01.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-06-22T22:13:01.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-06-22T22:13:01.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-06-22T22:13:01.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37342026-06-22T22:13:01.145Z
37352026-06-22T22:13:01.145Zinfo: running `cargo check --bins` on typed-rng (201/295)
37362026-06-22T22:13:01.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-06-22T22:13:01.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-06-22T22:13:01.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-06-22T22:13:01.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37402026-06-22T22:13:01.732Z
37412026-06-22T22:13:01.732Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37422026-06-22T22:13:02.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-06-22T22:13:02.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-06-22T22:13:02.596Z Compiling libefi-sys v0.1.0
37452026-06-22T22:13:02.599Z Compiling bitfield-struct v0.6.2
37462026-06-22T22:13:02.746Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37472026-06-22T22:13:02.755Z Compiling xshell-macros v0.2.7
37482026-06-22T22:13:02.765Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37492026-06-22T22:13:02.805Z Compiling typify-impl v0.4.3
37502026-06-22T22:13:02.808Z Compiling salty v0.3.0
37512026-06-22T22:13:02.808Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37522026-06-22T22:13:02.812Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37532026-06-22T22:13:02.981Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37542026-06-22T22:13:03.108Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37552026-06-22T22:13:03.121Z Checking xshell v0.2.7
37562026-06-22T22:13:03.123Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37572026-06-22T22:13:03.312Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37582026-06-22T22:13:03.326Z Checking primeorder v0.13.6
37592026-06-22T22:13:03.354Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37602026-06-22T22:13:03.357Z Compiling proc-macro-error-attr2 v2.0.0
37612026-06-22T22:13:03.480Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37622026-06-22T22:13:03.524Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37632026-06-22T22:13:03.562Z Checking p384 v0.13.1
37642026-06-22T22:13:03.594Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37652026-06-22T22:13:03.741Z Checking tungstenite v0.21.0
37662026-06-22T22:13:03.762Z Compiling proc-macro-error2 v2.0.1
37672026-06-22T22:13:03.780Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37682026-06-22T22:13:03.833Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37692026-06-22T22:13:04.172Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
37702026-06-22T22:13:04.327Z Compiling num-derive v0.3.3
37712026-06-22T22:13:04.441Z Checking tokio-tungstenite v0.21.0
37722026-06-22T22:13:04.565Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
37732026-06-22T22:13:04.699Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37742026-06-22T22:13:04.724Z Compiling tabled_derive v0.11.0
37752026-06-22T22:13:04.864Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37762026-06-22T22:13:05.022Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37772026-06-22T22:13:05.246Z Checking libscf-sys v1.1.0
37782026-06-22T22:13:05.384Z Checking papergrid v0.17.0
37792026-06-22T22:13:05.401Z Checking testing_table v0.3.0
37802026-06-22T22:13:05.416Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37812026-06-22T22:13:05.502Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37822026-06-22T22:13:05.540Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37832026-06-22T22:13:05.881Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37842026-06-22T22:13:05.898Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37852026-06-22T22:13:06.035Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37862026-06-22T22:13:06.083Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37872026-06-22T22:13:06.109Z Compiling illumos-nvpair-sys v0.2.0
37882026-06-22T22:13:06.171Z Checking corncobs v0.1.4
37892026-06-22T22:13:06.233Z Compiling unicase v2.9.0
37902026-06-22T22:13:06.301Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-06-22T22:13:06.330Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37922026-06-22T22:13:06.344Z Checking tabled v0.20.0
37932026-06-22T22:13:06.379Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37942026-06-22T22:13:06.442Z Compiling mime_guess v2.0.5
37952026-06-22T22:13:06.564Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37962026-06-22T22:13:06.594Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37972026-06-22T22:13:06.659Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37982026-06-22T22:13:06.721Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6d0cfcf5890e8c792ff018ec27a955c0ed4d1827#6d0cfcf5)
37992026-06-22T22:13:06.769Z Checking progenitor-client v0.11.2
38002026-06-22T22:13:06.983Z Checking secrecy v0.8.0
38012026-06-22T22:13:07.009Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38022026-06-22T22:13:07.256Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38032026-06-22T22:13:07.279Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38042026-06-22T22:13:07.294Z Compiling typify-macro v0.4.3
38052026-06-22T22:13:07.332Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38062026-06-22T22:13:07.369Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38072026-06-22T22:13:07.553Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38082026-06-22T22:13:07.646Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38092026-06-22T22:13:07.689Z Checking filetime v0.2.27
38102026-06-22T22:13:07.855Z Checking http-range v0.1.5
38112026-06-22T22:13:07.870Z Checking xattr v1.6.1
38122026-06-22T22:13:08.019Z Checking crc8 v0.1.1
38132026-06-22T22:13:08.045Z Checking tar v0.4.45
38142026-06-22T22:13:08.123Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38152026-06-22T22:13:08.321Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38162026-06-22T22:13:09.448Z Checking illumos-nvpair v0.3.0
38172026-06-22T22:13:09.452Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38182026-06-22T22:13:09.453Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38192026-06-22T22:13:09.453Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38202026-06-22T22:13:09.453Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38212026-06-22T22:13:09.453Z Checking atty v0.2.14
38222026-06-22T22:13:09.453Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38232026-06-22T22:13:09.453Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38242026-06-22T22:13:09.453Z Compiling typify v0.4.3
38252026-06-22T22:13:09.453Z Compiling progenitor-impl v0.11.2
38262026-06-22T22:13:09.453Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38272026-06-22T22:13:09.510Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38282026-06-22T22:13:09.555Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38292026-06-22T22:13:09.779Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38302026-06-22T22:13:09.842Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38312026-06-22T22:13:10.018Z Checking hyper-staticfile v0.10.1
38322026-06-22T22:13:10.035Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38332026-06-22T22:13:10.070Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38342026-06-22T22:13:10.091Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38352026-06-22T22:13:10.313Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38362026-06-22T22:13:10.347Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38372026-06-22T22:13:10.519Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38382026-06-22T22:13:10.583Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38392026-06-22T22:13:10.711Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38402026-06-22T22:13:10.924Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38412026-06-22T22:13:10.993Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38422026-06-22T22:13:11.225Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38432026-06-22T22:13:11.281Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38442026-06-22T22:13:11.377Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38452026-06-22T22:13:11.802Z Compiling progenitor-macro v0.11.2
38462026-06-22T22:13:14.256Z Checking progenitor v0.11.2
38472026-06-22T22:13:14.397Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38482026-06-22T22:13:14.511Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38492026-06-22T22:13:19.103Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38502026-06-22T22:13:30.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.32s
38512026-06-22T22:13:30.282Z
38522026-06-22T22:13:30.282Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38532026-06-22T22:13:30.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-06-22T22:13:30.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-06-22T22:13:31.073Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38562026-06-22T22:13:41.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38572026-06-22T22:13:42.016Z
38582026-06-22T22:13:42.016Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38592026-06-22T22:13:42.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-06-22T22:13:42.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-06-22T22:13:42.807Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38622026-06-22T22:13:53.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38632026-06-22T22:13:53.777Z
38642026-06-22T22:13:53.777Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38652026-06-22T22:13:54.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-06-22T22:13:54.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-06-22T22:13:54.567Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38682026-06-22T22:14:05.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38692026-06-22T22:14:05.531Z
38702026-06-22T22:14:05.531Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38712026-06-22T22:14:06.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-06-22T22:14:06.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-06-22T22:14:06.318Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38742026-06-22T22:14:17.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s
38752026-06-22T22:14:17.397Z
38762026-06-22T22:14:17.397Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38772026-06-22T22:14:17.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-06-22T22:14:17.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-06-22T22:14:18.195Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38802026-06-22T22:14:28.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
38812026-06-22T22:14:29.203Z
38822026-06-22T22:14:29.204Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38832026-06-22T22:14:29.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-06-22T22:14:29.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-06-22T22:14:29.994Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38862026-06-22T22:14:40.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
38872026-06-22T22:14:40.962Z
38882026-06-22T22:14:40.963Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38892026-06-22T22:14:41.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-06-22T22:14:41.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-06-22T22:14:41.750Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38922026-06-22T22:14:52.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38932026-06-22T22:14:52.719Z
38942026-06-22T22:14:52.719Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38952026-06-22T22:14:53.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-06-22T22:14:53.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-06-22T22:14:53.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38982026-06-22T22:14:53.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38992026-06-22T22:14:53.334Z
39002026-06-22T22:14:53.335Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
39012026-06-22T22:14:53.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-06-22T22:14:53.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-06-22T22:14:53.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39042026-06-22T22:14:53.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39052026-06-22T22:14:53.944Z
39062026-06-22T22:14:53.944Zinfo: running `cargo check --bins` on range-requests (212/295)
39072026-06-22T22:14:54.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-06-22T22:14:54.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-06-22T22:14:54.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39102026-06-22T22:14:54.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39112026-06-22T22:14:54.544Z
39122026-06-22T22:14:54.544Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39132026-06-22T22:14:55.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-06-22T22:14:55.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-06-22T22:14:55.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39162026-06-22T22:14:55.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39172026-06-22T22:14:55.147Z
39182026-06-22T22:14:55.147Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39192026-06-22T22:14:55.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-06-22T22:14:55.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-06-22T22:14:55.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39222026-06-22T22:14:55.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39232026-06-22T22:14:55.769Z
39242026-06-22T22:14:55.769Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39252026-06-22T22:14:56.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39262026-06-22T22:14:56.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39272026-06-22T22:14:56.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39282026-06-22T22:14:56.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39292026-06-22T22:14:56.391Z
39302026-06-22T22:14:56.391Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39312026-06-22T22:14:56.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-06-22T22:14:56.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-06-22T22:14:56.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39342026-06-22T22:14:56.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39352026-06-22T22:14:57.014Z
39362026-06-22T22:14:57.015Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39372026-06-22T22:14:57.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-06-22T22:14:57.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-06-22T22:14:57.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-06-22T22:14:57.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39412026-06-22T22:14:57.645Z
39422026-06-22T22:14:57.645Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39432026-06-22T22:14:58.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-06-22T22:14:58.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-06-22T22:14:58.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-06-22T22:14:58.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39472026-06-22T22:14:58.274Z
39482026-06-22T22:14:58.275Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39492026-06-22T22:14:58.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-06-22T22:14:58.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-06-22T22:14:58.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-06-22T22:14:58.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39532026-06-22T22:14:58.901Z
39542026-06-22T22:14:58.901Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39552026-06-22T22:14:59.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-06-22T22:14:59.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-06-22T22:14:59.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-06-22T22:14:59.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39592026-06-22T22:14:59.525Z
39602026-06-22T22:14:59.526Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39612026-06-22T22:15:00.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-06-22T22:15:00.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-06-22T22:15:00.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-06-22T22:15:00.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39652026-06-22T22:15:00.158Z
39662026-06-22T22:15:00.158Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39672026-06-22T22:15:00.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-06-22T22:15:00.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-06-22T22:15:00.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-06-22T22:15:00.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39712026-06-22T22:15:00.797Z
39722026-06-22T22:15:00.797Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39732026-06-22T22:15:01.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-06-22T22:15:01.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-06-22T22:15:01.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-06-22T22:15:01.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39772026-06-22T22:15:01.432Z
39782026-06-22T22:15:01.432Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39792026-06-22T22:15:01.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-06-22T22:15:01.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-06-22T22:15:01.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39822026-06-22T22:15:01.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39832026-06-22T22:15:02.089Z
39842026-06-22T22:15:02.089Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39852026-06-22T22:15:02.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-06-22T22:15:02.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-06-22T22:15:02.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39882026-06-22T22:15:02.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39892026-06-22T22:15:02.727Z
39902026-06-22T22:15:02.727Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39912026-06-22T22:15:03.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-06-22T22:15:03.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-06-22T22:15:03.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39942026-06-22T22:15:03.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39952026-06-22T22:15:03.375Z
39962026-06-22T22:15:03.375Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39972026-06-22T22:15:03.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39982026-06-22T22:15:03.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39992026-06-22T22:15:03.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40002026-06-22T22:15:03.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40012026-06-22T22:15:04.041Z
40022026-06-22T22:15:04.041Zinfo: running `cargo check --bins` on update-common (228/295)
40032026-06-22T22:15:04.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-06-22T22:15:04.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-06-22T22:15:04.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40062026-06-22T22:15:04.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40072026-06-22T22:15:04.657Z
40082026-06-22T22:15:04.657Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40092026-06-22T22:15:05.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-06-22T22:15:05.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-06-22T22:15:05.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-06-22T22:15:05.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40132026-06-22T22:15:05.327Z
40142026-06-22T22:15:05.327Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40152026-06-22T22:15:05.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-06-22T22:15:05.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-06-22T22:15:05.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-06-22T22:15:05.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40192026-06-22T22:15:05.922Z
40202026-06-22T22:15:05.922Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40212026-06-22T22:15:06.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-06-22T22:15:06.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-06-22T22:15:06.705Z Compiling fs-err v2.11.0
40242026-06-22T22:15:06.708Z Checking ignore v0.4.25
40252026-06-22T22:15:06.708Z Checking arc-swap v1.8.2
40262026-06-22T22:15:06.843Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40272026-06-22T22:15:06.846Z Checking predicates-tree v1.0.13
40282026-06-22T22:15:06.846Z Checking parse-size v1.1.0
40292026-06-22T22:15:06.873Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40302026-06-22T22:15:06.876Z Checking rand_seeder v0.4.0
40312026-06-22T22:15:06.953Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40322026-06-22T22:15:06.978Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40332026-06-22T22:15:07.042Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40342026-06-22T22:15:07.042Z Checking slog-scope v4.4.1
40352026-06-22T22:15:07.096Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40362026-06-22T22:15:07.161Z Compiling petname v2.0.2
40372026-06-22T22:15:07.185Z Checking slog-stdlog v4.1.1
40382026-06-22T22:15:07.201Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40392026-06-22T22:15:07.218Z Checking globwalk v0.9.1
40402026-06-22T22:15:07.293Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40412026-06-22T22:15:07.309Z Checking slog-envlogger v2.2.0
40422026-06-22T22:15:07.400Z Checking camino-tempfile-ext v0.3.3
40432026-06-22T22:15:07.463Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40442026-06-22T22:15:07.487Z Checking sapling-renderdag v0.1.0
40452026-06-22T22:15:07.592Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40462026-06-22T22:15:07.656Z Checking subprocess v0.2.15
40472026-06-22T22:15:07.732Z Checking sync-ptr v0.1.4
40482026-06-22T22:15:07.817Z Checking colored v2.2.0
40492026-06-22T22:15:07.853Z Checking assert_matches v1.5.0
40502026-06-22T22:15:07.946Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40512026-06-22T22:15:08.112Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40522026-06-22T22:15:08.115Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40532026-06-22T22:15:08.790Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40542026-06-22T22:15:10.099Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40552026-06-22T22:15:12.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.33s
40562026-06-22T22:15:12.469Z
40572026-06-22T22:15:12.469Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40582026-06-22T22:15:12.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40592026-06-22T22:15:12.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40602026-06-22T22:15:12.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40612026-06-22T22:15:12.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40622026-06-22T22:15:13.071Z
40632026-06-22T22:15:13.071Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40642026-06-22T22:15:13.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40652026-06-22T22:15:13.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40662026-06-22T22:15:13.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40672026-06-22T22:15:13.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40682026-06-22T22:15:13.690Z
40692026-06-22T22:15:13.690Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40702026-06-22T22:15:14.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-06-22T22:15:14.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-06-22T22:15:14.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-06-22T22:15:14.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40742026-06-22T22:15:14.354Z
40752026-06-22T22:15:14.355Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40762026-06-22T22:15:14.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-06-22T22:15:14.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-06-22T22:15:15.086Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40792026-06-22T22:15:15.089Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40802026-06-22T22:15:15.747Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40812026-06-22T22:15:17.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
40822026-06-22T22:15:17.528Z
40832026-06-22T22:15:17.528Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40842026-06-22T22:15:18.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-06-22T22:15:18.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-06-22T22:15:18.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-06-22T22:15:18.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40882026-06-22T22:15:18.128Z
40892026-06-22T22:15:18.128Zinfo: running `cargo check --bins` on cert-dev (237/295)
40902026-06-22T22:15:18.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-06-22T22:15:18.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-06-22T22:15:18.739Z Checking yasna v0.5.2
40932026-06-22T22:15:19.155Z Checking rcgen v0.12.1
40942026-06-22T22:15:19.433Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40952026-06-22T22:15:19.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40962026-06-22T22:15:19.782Z
40972026-06-22T22:15:19.782Zinfo: running `cargo check --bins` on clickana (238/295)
40982026-06-22T22:15:20.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-06-22T22:15:20.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-06-22T22:15:20.432Z Compiling darling_core v0.23.0
41012026-06-22T22:15:20.544Z Compiling instability v0.3.11
41022026-06-22T22:15:20.551Z Checking castaway v0.2.4
41032026-06-22T22:15:20.554Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41042026-06-22T22:15:20.557Z Compiling indoc v2.0.7
41052026-06-22T22:15:20.564Z Checking unicode-truncate v1.1.0
41062026-06-22T22:15:20.581Z Checking lru v0.12.5
41072026-06-22T22:15:20.584Z Checking cassowary v0.3.0
41082026-06-22T22:15:20.640Z Checking compact_str v0.8.1
41092026-06-22T22:15:21.864Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41102026-06-22T22:15:21.995Z Compiling darling_macro v0.23.0
41112026-06-22T22:15:22.043Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41122026-06-22T22:15:22.405Z Compiling darling v0.23.0
41132026-06-22T22:15:23.031Z Checking ratatui v0.29.0
41142026-06-22T22:15:24.083Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41152026-06-22T22:15:24.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s
41162026-06-22T22:15:24.945Z
41172026-06-22T22:15:24.945Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41182026-06-22T22:15:25.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-06-22T22:15:25.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-06-22T22:15:25.673Z Checking headers-core v0.3.0
41212026-06-22T22:15:25.673Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41222026-06-22T22:15:25.874Z Checking headers v0.4.1
41232026-06-22T22:15:26.249Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41242026-06-22T22:15:27.095Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41252026-06-22T22:15:27.586Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41262026-06-22T22:15:28.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
41272026-06-22T22:15:28.206Z
41282026-06-22T22:15:28.206Zinfo: running `cargo check --bins` on ch-dev (240/295)
41292026-06-22T22:15:28.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41302026-06-22T22:15:28.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41312026-06-22T22:15:28.931Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41322026-06-22T22:15:29.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41332026-06-22T22:15:29.895Z
41342026-06-22T22:15:29.895Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41352026-06-22T22:15:30.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-06-22T22:15:30.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-06-22T22:15:30.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41382026-06-22T22:15:30.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
41392026-06-22T22:15:30.371Z
41402026-06-22T22:15:30.371Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41412026-06-22T22:15:30.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-06-22T22:15:30.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-06-22T22:15:31.097Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41442026-06-22T22:15:32.072Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41452026-06-22T22:15:32.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
41462026-06-22T22:15:32.609Z
41472026-06-22T22:15:32.609Zinfo: running `cargo check --bins` on db-dev (243/295)
41482026-06-22T22:15:33.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-06-22T22:15:33.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-06-22T22:15:33.343Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41512026-06-22T22:15:34.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
41522026-06-22T22:15:34.296Z
41532026-06-22T22:15:34.296Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41542026-06-22T22:15:34.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-06-22T22:15:34.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-06-22T22:15:34.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41572026-06-22T22:15:34.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41582026-06-22T22:15:34.947Z
41592026-06-22T22:15:34.947Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41602026-06-22T22:15:35.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-06-22T22:15:35.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-06-22T22:15:35.565Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41632026-06-22T22:15:36.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
41642026-06-22T22:15:36.430Z
41652026-06-22T22:15:36.430Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41662026-06-22T22:15:36.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41672026-06-22T22:15:36.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41682026-06-22T22:15:37.191Z Compiling progenitor-impl v0.13.0
41692026-06-22T22:15:37.313Z Checking progenitor-client v0.13.0
41702026-06-22T22:15:37.316Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41712026-06-22T22:15:37.316Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41722026-06-22T22:15:37.344Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41732026-06-22T22:15:37.356Z Checking git-stub v1.0.0
41742026-06-22T22:15:37.359Z Compiling trait-variant v0.1.2
41752026-06-22T22:15:37.506Z Checking maplit v1.0.2
41762026-06-22T22:15:37.538Z Checking is_ci v1.2.0
41772026-06-22T22:15:37.569Z Checking git-stub-vcs v0.1.0
41782026-06-22T22:15:37.591Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41792026-06-22T22:15:37.639Z Checking supports-color v3.0.2
41802026-06-22T22:15:37.767Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41812026-06-22T22:15:37.789Z Checking drift v0.2.0
41822026-06-22T22:15:37.944Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41832026-06-22T22:15:37.994Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41842026-06-22T22:15:38.093Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41852026-06-22T22:15:38.146Z Checking dropshot-api-manager v0.7.2
41862026-06-22T22:15:38.179Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41872026-06-22T22:15:38.212Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41882026-06-22T22:15:38.307Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41892026-06-22T22:15:38.468Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41902026-06-22T22:15:38.645Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41912026-06-22T22:15:38.723Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41922026-06-22T22:15:39.195Z Compiling progenitor-macro v0.13.0
41932026-06-22T22:15:41.594Z Checking progenitor v0.13.0
41942026-06-22T22:15:41.715Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41952026-06-22T22:15:46.868Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41962026-06-22T22:15:47.975Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41972026-06-22T22:15:48.540Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41982026-06-22T22:15:48.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.54s
41992026-06-22T22:15:49.177Z
42002026-06-22T22:15:49.177Zinfo: running `cargo check --bins` on installinator-api (247/295)
42012026-06-22T22:15:49.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-06-22T22:15:49.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-06-22T22:15:49.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-06-22T22:15:49.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42052026-06-22T22:15:49.790Z
42062026-06-22T22:15:49.790Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
42072026-06-22T22:15:50.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-06-22T22:15:50.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-06-22T22:15:50.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-06-22T22:15:50.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42112026-06-22T22:15:50.441Z
42122026-06-22T22:15:50.441Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42132026-06-22T22:15:50.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-06-22T22:15:50.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-06-22T22:15:50.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-06-22T22:15:50.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42172026-06-22T22:15:51.097Z
42182026-06-22T22:15:51.097Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42192026-06-22T22:15:51.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-06-22T22:15:51.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-06-22T22:15:51.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-06-22T22:15:51.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42232026-06-22T22:15:51.739Z
42242026-06-22T22:15:51.739Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42252026-06-22T22:15:52.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-06-22T22:15:52.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-06-22T22:15:52.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-06-22T22:15:52.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42292026-06-22T22:15:52.348Z
42302026-06-22T22:15:52.348Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42312026-06-22T22:15:52.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-06-22T22:15:52.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-06-22T22:15:52.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-06-22T22:15:52.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42352026-06-22T22:15:52.947Z
42362026-06-22T22:15:52.947Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42372026-06-22T22:15:53.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-06-22T22:15:53.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-06-22T22:15:53.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42402026-06-22T22:15:53.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42412026-06-22T22:15:53.575Z
42422026-06-22T22:15:53.575Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42432026-06-22T22:15:54.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-06-22T22:15:54.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-06-22T22:15:54.206Z Checking typeid v1.0.3
42462026-06-22T22:15:54.320Z Checking ordered-float v2.10.1
42472026-06-22T22:15:54.339Z Checking unicode-xid v0.2.6
42482026-06-22T22:15:54.352Z Checking cargo-platform v0.2.0
42492026-06-22T22:15:54.360Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42502026-06-22T22:15:54.389Z Checking erased-serde v0.4.9
42512026-06-22T22:15:54.524Z Checking serde-value v0.7.0
42522026-06-22T22:15:54.702Z Checking serde-untagged v0.1.9
42532026-06-22T22:15:54.860Z Checking cargo-util-schemas v0.8.2
42542026-06-22T22:15:55.553Z Checking cargo_metadata v0.21.0
42552026-06-22T22:15:56.156Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42562026-06-22T22:15:56.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
42572026-06-22T22:15:57.093Z
42582026-06-22T22:15:57.093Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42592026-06-22T22:15:57.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-06-22T22:15:57.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-06-22T22:15:57.838Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42622026-06-22T22:15:58.459Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42632026-06-22T22:15:58.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
42642026-06-22T22:15:59.185Z
42652026-06-22T22:15:59.185Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42662026-06-22T22:15:59.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-06-22T22:15:59.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-06-22T22:16:00.146Z Compiling vergen-lib v0.1.6
42692026-06-22T22:16:00.146Z Compiling vergen-gitcl v1.0.8
42702026-06-22T22:16:00.146Z Compiling dirs-sys-next v0.1.2
42712026-06-22T22:16:00.149Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42722026-06-22T22:16:00.149Z Compiling diesel_derives v2.3.7
42732026-06-22T22:16:00.149Z Compiling crunchy v0.2.4
42742026-06-22T22:16:00.149Z Compiling glob v0.3.3
42752026-06-22T22:16:00.334Z Compiling dsl_auto_type v0.2.0
42762026-06-22T22:16:00.493Z Compiling dirs-next v2.0.0
42772026-06-22T22:16:00.558Z Checking scheduled-thread-pool v0.2.7
42782026-06-22T22:16:00.606Z Compiling diesel_table_macro_syntax v0.3.0
42792026-06-22T22:16:00.609Z Compiling tiny-keccak v2.0.2
42802026-06-22T22:16:00.697Z Compiling clang-sys v1.8.1
42812026-06-22T22:16:00.700Z Checking r2d2 v0.8.10
42822026-06-22T22:16:00.863Z Compiling term v0.7.0
42832026-06-22T22:16:00.894Z Compiling bit-vec v0.6.3
42842026-06-22T22:16:00.910Z Checking downcast-rs v2.0.2
42852026-06-22T22:16:01.007Z Compiling itertools v0.10.5
42862026-06-22T22:16:01.070Z Compiling bit-set v0.5.3
42872026-06-22T22:16:01.112Z Compiling ena v0.14.4
42882026-06-22T22:16:01.236Z Compiling ascii-canvas v3.0.0
42892026-06-22T22:16:01.328Z Compiling libloading v0.8.9
42902026-06-22T22:16:01.346Z Compiling diff v0.1.13
42912026-06-22T22:16:01.349Z Compiling bindgen v0.71.1
42922026-06-22T22:16:01.416Z Compiling regex-syntax v0.6.29
42932026-06-22T22:16:01.542Z Compiling cexpr v0.6.0
42942026-06-22T22:16:01.610Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42952026-06-22T22:16:01.811Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42962026-06-22T22:16:01.828Z Compiling rustc-hash v2.1.1
42972026-06-22T22:16:01.984Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42982026-06-22T22:16:02.002Z Compiling libxml v0.3.3
42992026-06-22T22:16:02.075Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43002026-06-22T22:16:02.225Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43012026-06-22T22:16:02.261Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43022026-06-22T22:16:02.468Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43032026-06-22T22:16:02.576Z Compiling strum_macros v0.24.3
43042026-06-22T22:16:02.593Z Compiling indoc v1.0.9
43052026-06-22T22:16:02.752Z Compiling lalrpop v0.19.12
43062026-06-22T22:16:03.552Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43072026-06-22T22:16:03.751Z Checking derive_builder v0.20.2
43082026-06-22T22:16:03.878Z Compiling oso-derive v0.27.3
43092026-06-22T22:16:03.970Z Checking quick-xml v0.37.5
43102026-06-22T22:16:03.989Z Compiling impl-trait-for-tuples v0.2.3
43112026-06-22T22:16:04.384Z Checking openssl-probe v0.1.6
43122026-06-22T22:16:04.533Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43132026-06-22T22:16:04.857Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43142026-06-22T22:16:05.058Z Checking bb8 v0.8.6
43152026-06-22T22:16:05.238Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43162026-06-22T22:16:05.267Z Compiling libz-sys v1.1.24
43172026-06-22T22:16:05.342Z Checking nonempty v0.12.0
43182026-06-22T22:16:05.462Z Compiling strsim v0.10.0
43192026-06-22T22:16:05.512Z Compiling libgit2-sys v0.18.3+1.9.2
43202026-06-22T22:16:05.547Z Compiling vergen-git2 v9.1.0
43212026-06-22T22:16:05.729Z Compiling darling_core v0.13.4
43222026-06-22T22:16:05.820Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43232026-06-22T22:16:05.864Z Compiling rustls v0.21.12
43242026-06-22T22:16:06.018Z Compiling base64 v0.21.7
43252026-06-22T22:16:06.118Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43262026-06-22T22:16:06.331Z Checking diesel v2.3.7
43272026-06-22T22:16:06.348Z Compiling ron v0.8.1
43282026-06-22T22:16:07.091Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43292026-06-22T22:16:07.290Z Checking rustls-webpki v0.101.7
43302026-06-22T22:16:07.310Z Checking sct v0.7.1
43312026-06-22T22:16:07.479Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43322026-06-22T22:16:07.636Z Compiling darling_macro v0.13.4
43332026-06-22T22:16:08.141Z Compiling darling v0.13.4
43342026-06-22T22:16:08.167Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43352026-06-22T22:16:08.237Z Compiling serde_with_macros v1.5.2
43362026-06-22T22:16:09.028Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43372026-06-22T22:16:09.096Z Compiling serde_with v1.14.0
43382026-06-22T22:16:09.848Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43392026-06-22T22:16:10.234Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43402026-06-22T22:16:10.790Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43412026-06-22T22:16:11.420Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43422026-06-22T22:16:11.450Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43432026-06-22T22:16:11.617Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43442026-06-22T22:16:11.645Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43452026-06-22T22:16:11.791Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43462026-06-22T22:16:11.811Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43472026-06-22T22:16:12.029Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43482026-06-22T22:16:12.044Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43492026-06-22T22:16:12.060Z Checking tokio-rustls v0.24.1
43502026-06-22T22:16:12.263Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43512026-06-22T22:16:12.832Z Checking rustls-pemfile v1.0.4
43522026-06-22T22:16:12.903Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43532026-06-22T22:16:12.982Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43542026-06-22T22:16:13.140Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43552026-06-22T22:16:13.181Z Checking twox-hash v2.1.2
43562026-06-22T22:16:13.492Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43572026-06-22T22:16:13.510Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43582026-06-22T22:16:13.549Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43592026-06-22T22:16:13.982Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43602026-06-22T22:16:14.145Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43612026-06-22T22:16:15.210Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43622026-06-22T22:16:15.428Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43632026-06-22T22:16:15.523Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43642026-06-22T22:16:15.900Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43652026-06-22T22:16:16.189Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43662026-06-22T22:16:16.457Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43672026-06-22T22:16:16.703Z Checking console v0.16.2
43682026-06-22T22:16:17.023Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43692026-06-22T22:16:17.176Z Checking fatfs v0.3.6
43702026-06-22T22:16:17.449Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43712026-06-22T22:16:17.638Z Checking unit-prefix v0.5.2
43722026-06-22T22:16:17.791Z Compiling seq-macro v0.3.6
43732026-06-22T22:16:18.307Z Checking indicatif v0.18.4
43742026-06-22T22:16:18.528Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43752026-06-22T22:16:18.699Z Checking support-bundle-viewer v0.1.2
43762026-06-22T22:16:18.778Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43772026-06-22T22:16:18.949Z Checking multimap v0.10.1
43782026-06-22T22:16:24.950Z Checking diesel-dtrace v0.5.0
43792026-06-22T22:16:25.206Z Checking async-bb8-diesel v0.2.1
43802026-06-22T22:16:27.917Z Compiling samael v0.0.19
43812026-06-22T22:16:33.283Z Compiling git2 v0.20.4
43822026-06-22T22:16:34.503Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43832026-06-22T22:16:35.158Z Compiling polar-core v0.27.3
43842026-06-22T22:16:35.743Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43852026-06-22T22:16:39.723Z Checking oso v0.27.3
43862026-06-22T22:17:07.522Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43872026-06-22T22:18:18.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
43882026-06-22T22:18:18.862Z
43892026-06-22T22:18:18.862Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43902026-06-22T22:18:19.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-06-22T22:18:19.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-06-22T22:18:19.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43932026-06-22T22:18:19.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43942026-06-22T22:18:19.577Z
43952026-06-22T22:18:19.577Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43962026-06-22T22:18:20.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-06-22T22:18:20.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-06-22T22:18:20.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43992026-06-22T22:18:20.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44002026-06-22T22:18:20.249Z
44012026-06-22T22:18:20.249Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
44022026-06-22T22:18:20.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-06-22T22:18:20.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-06-22T22:18:20.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44052026-06-22T22:18:20.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44062026-06-22T22:18:20.919Z
44072026-06-22T22:18:20.920Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
44082026-06-22T22:18:21.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-06-22T22:18:21.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-06-22T22:18:21.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44112026-06-22T22:18:21.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44122026-06-22T22:18:21.515Z
44132026-06-22T22:18:21.515Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44142026-06-22T22:18:22.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-06-22T22:18:22.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-06-22T22:18:22.358Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44172026-06-22T22:18:23.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
44182026-06-22T22:18:23.347Z
44192026-06-22T22:18:23.347Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44202026-06-22T22:18:23.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-06-22T22:18:23.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-06-22T22:18:24.186Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44232026-06-22T22:19:00.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.43s
44242026-06-22T22:19:01.008Z
44252026-06-22T22:19:01.008Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44262026-06-22T22:19:01.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-06-22T22:19:01.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-06-22T22:19:01.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44292026-06-22T22:19:01.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44302026-06-22T22:19:01.609Z
44312026-06-22T22:19:01.609Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44322026-06-22T22:19:02.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-06-22T22:19:02.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-06-22T22:19:02.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44352026-06-22T22:19:02.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44362026-06-22T22:19:02.275Z
44372026-06-22T22:19:02.275Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44382026-06-22T22:19:02.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-06-22T22:19:02.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-06-22T22:19:02.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-06-22T22:19:02.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44422026-06-22T22:19:02.950Z
44432026-06-22T22:19:02.950Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44442026-06-22T22:19:03.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-06-22T22:19:03.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-06-22T22:19:03.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-06-22T22:19:03.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44482026-06-22T22:19:03.622Z
44492026-06-22T22:19:03.622Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44502026-06-22T22:19:04.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-06-22T22:19:04.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-06-22T22:19:04.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-06-22T22:19:04.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44542026-06-22T22:19:04.287Z
44552026-06-22T22:19:04.287Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44562026-06-22T22:19:04.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-06-22T22:19:04.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-06-22T22:19:04.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-06-22T22:19:04.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44602026-06-22T22:19:04.958Z
44612026-06-22T22:19:04.958Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44622026-06-22T22:19:05.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-06-22T22:19:05.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-06-22T22:19:05.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-06-22T22:19:05.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44662026-06-22T22:19:05.630Z
44672026-06-22T22:19:05.630Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44682026-06-22T22:19:06.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-06-22T22:19:06.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-06-22T22:19:06.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-06-22T22:19:06.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44722026-06-22T22:19:06.302Z
44732026-06-22T22:19:06.302Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44742026-06-22T22:19:06.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-06-22T22:19:06.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-06-22T22:19:07.220Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44772026-06-22T22:19:07.223Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44782026-06-22T22:19:07.409Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44792026-06-22T22:19:07.440Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44802026-06-22T22:19:07.459Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44812026-06-22T22:19:07.476Z Checking yansi v1.0.1
44822026-06-22T22:19:07.479Z Checking diff v0.1.13
44832026-06-22T22:19:07.507Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44842026-06-22T22:19:07.552Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44852026-06-22T22:19:07.732Z Checking pretty_assertions v1.4.1
44862026-06-22T22:19:08.370Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44872026-06-22T22:19:08.527Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44882026-06-22T22:19:32.389Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44892026-06-22T22:19:32.392Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44902026-06-22T22:19:32.392Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44912026-06-22T22:19:32.392Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44922026-06-22T22:19:32.392Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44932026-06-22T22:19:32.392Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44942026-06-22T22:19:33.198Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44952026-06-22T22:19:33.198Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44962026-06-22T22:19:34.403Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44972026-06-22T22:20:10.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44982026-06-22T22:20:11.147Z
44992026-06-22T22:20:11.147Zinfo: running `cargo check --bins` on omicron-pins (272/295)
45002026-06-22T22:20:11.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-06-22T22:20:11.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-06-22T22:20:11.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45032026-06-22T22:20:11.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45042026-06-22T22:20:11.747Z
45052026-06-22T22:20:11.747Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
45062026-06-22T22:20:12.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-06-22T22:20:12.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-06-22T22:20:12.537Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45092026-06-22T22:20:12.662Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45102026-06-22T22:20:12.665Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45112026-06-22T22:20:38.885Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45122026-06-22T22:20:39.264Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45132026-06-22T22:20:40.989Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45142026-06-22T22:20:41.437Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45152026-06-22T22:20:44.363Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45162026-06-22T22:21:07.313Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45172026-06-22T22:21:08.013Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45182026-06-22T22:21:09.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.89s
45192026-06-22T22:21:09.858Z
45202026-06-22T22:21:09.858Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45212026-06-22T22:21:10.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-06-22T22:21:10.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-06-22T22:21:10.589Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45242026-06-22T22:21:11.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45252026-06-22T22:21:11.475Z
45262026-06-22T22:21:11.475Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45272026-06-22T22:21:12.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-06-22T22:21:12.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-06-22T22:21:12.142Z Compiling blake3 v1.8.3
45302026-06-22T22:21:12.254Z Checking arrayvec v0.7.6
45312026-06-22T22:21:12.254Z Checking constant_time_eq v0.4.2
45322026-06-22T22:21:12.257Z Checking arrayref v0.3.9
45332026-06-22T22:21:12.273Z Checking topological-sort v0.2.2
45342026-06-22T22:21:12.276Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45352026-06-22T22:21:12.276Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45362026-06-22T22:21:12.276Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45372026-06-22T22:21:12.325Z Checking shell-words v1.1.1
45382026-06-22T22:21:13.055Z Checking omicron-zone-package v0.12.2
45392026-06-22T22:21:13.768Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45402026-06-22T22:21:14.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
45412026-06-22T22:21:14.828Z
45422026-06-22T22:21:14.828Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45432026-06-22T22:21:15.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-06-22T22:21:15.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-06-22T22:21:15.485Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45462026-06-22T22:21:15.814Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45472026-06-22T22:21:16.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45482026-06-22T22:21:16.417Z
45492026-06-22T22:21:16.417Zinfo: running `cargo check --bins` on schema (277/295)
45502026-06-22T22:21:16.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-06-22T22:21:16.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-06-22T22:21:17.159Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45532026-06-22T22:21:17.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
45542026-06-22T22:21:18.051Z
45552026-06-22T22:21:18.051Zinfo: running `cargo check --bins` on xtask (278/295)
45562026-06-22T22:21:18.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45572026-06-22T22:21:18.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45582026-06-22T22:21:18.508Z Checking libc v0.2.185
45592026-06-22T22:21:18.591Z Checking serde v1.0.228
45602026-06-22T22:21:18.596Z Checking zerofrom v0.1.6
45612026-06-22T22:21:18.601Z Checking bitflags v2.11.0
45622026-06-22T22:21:18.606Z Checking smallvec v1.15.1
45632026-06-22T22:21:18.613Z Checking indexmap v2.14.0
45642026-06-22T22:21:18.625Z Checking serde_json v1.0.149
45652026-06-22T22:21:18.628Z Checking num-traits v0.2.19
45662026-06-22T22:21:18.696Z Checking yoke v0.8.1
45672026-06-22T22:21:18.745Z Checking scroll v0.12.0
45682026-06-22T22:21:18.779Z Checking thiserror v1.0.69
45692026-06-22T22:21:18.866Z Checking zerovec v0.11.5
45702026-06-22T22:21:18.877Z Checking zerotrie v0.2.3
45712026-06-22T22:21:18.887Z Checking errno v0.3.14
45722026-06-22T22:21:18.971Z Checking percent-encoding v2.3.2
45732026-06-22T22:21:18.981Z Checking serde_spanned v0.6.9
45742026-06-22T22:21:19.002Z Checking rustix v1.1.3
45752026-06-22T22:21:19.105Z Checking toml_datetime v0.6.11
45762026-06-22T22:21:19.115Z Checking log v0.4.29
45772026-06-22T22:21:19.125Z Checking form_urlencoded v1.2.2
45782026-06-22T22:21:19.144Z Checking zerocopy v0.7.35
45792026-06-22T22:21:19.154Z Checking ordered-float v2.10.1
45802026-06-22T22:21:19.230Z Checking getrandom v0.4.1
45812026-06-22T22:21:19.249Z Checking thiserror v2.0.18
45822026-06-22T22:21:19.262Z Checking goblin v0.8.2
45832026-06-22T22:21:19.281Z Checking toml_edit v0.22.27
45842026-06-22T22:21:19.304Z Checking tinystr v0.8.2
45852026-06-22T22:21:19.348Z Checking potential_utf v0.1.4
45862026-06-22T22:21:19.362Z Checking syn v2.0.117
45872026-06-22T22:21:19.376Z Checking serde-value v0.7.0
45882026-06-22T22:21:19.477Z Checking icu_collections v2.1.1
45892026-06-22T22:21:19.489Z Checking icu_locale_core v2.1.1
45902026-06-22T22:21:19.591Z Checking dtrace-parser v0.2.0
45912026-06-22T22:21:19.637Z Checking thread-id v4.2.2
45922026-06-22T22:21:19.722Z Checking once_cell v1.21.3
45932026-06-22T22:21:19.789Z Checking cargo-platform v0.2.0
45942026-06-22T22:21:19.809Z Checking terminal_size v0.4.3
45952026-06-22T22:21:19.822Z Checking memmap v0.7.0
45962026-06-22T22:21:19.901Z Checking tempfile v3.25.0
45972026-06-22T22:21:19.924Z Checking clap_builder v4.6.0
45982026-06-22T22:21:19.953Z Checking textwrap v0.16.2
45992026-06-22T22:21:19.964Z Checking fs-err v3.3.0
46002026-06-22T22:21:20.041Z Checking icu_provider v2.1.1
46012026-06-22T22:21:20.098Z Checking camino-tempfile v1.4.1
46022026-06-22T22:21:20.139Z Checking anyhow v1.0.102
46032026-06-22T22:21:20.165Z Checking tabled v0.15.0
46042026-06-22T22:21:20.255Z Checking macaddr v1.0.1
46052026-06-22T22:21:20.280Z Checking icu_properties v2.1.2
46062026-06-22T22:21:20.336Z Checking icu_normalizer v2.1.1
46072026-06-22T22:21:20.381Z Checking toml v0.8.23
46082026-06-22T22:21:20.437Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46092026-06-22T22:21:20.702Z Checking cargo_toml v0.21.0
46102026-06-22T22:21:21.108Z Checking idna_adapter v1.2.1
46112026-06-22T22:21:21.135Z Checking clap v4.6.1
46122026-06-22T22:21:21.159Z Checking dof v0.3.0
46132026-06-22T22:21:21.225Z Checking idna v1.1.0
46142026-06-22T22:21:21.424Z Checking usdt-impl v0.5.0
46152026-06-22T22:21:21.453Z Checking url v2.5.8
46162026-06-22T22:21:21.670Z Checking usdt v0.5.0
46172026-06-22T22:21:21.806Z Checking cargo-util-schemas v0.8.2
46182026-06-22T22:21:22.495Z Checking cargo_metadata v0.21.0
46192026-06-22T22:21:23.099Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46202026-06-22T22:21:23.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
46212026-06-22T22:21:23.637Z
46222026-06-22T22:21:23.637Zinfo: running `cargo check --bins` on dnsadm (279/295)
46232026-06-22T22:21:24.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46242026-06-22T22:21:24.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46252026-06-22T22:21:24.286Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46262026-06-22T22:21:24.769Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46272026-06-22T22:21:25.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
46282026-06-22T22:21:25.371Z
46292026-06-22T22:21:25.371Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46302026-06-22T22:21:25.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46312026-06-22T22:21:25.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46322026-06-22T22:21:26.183Z Checking polyval v0.6.2
46332026-06-22T22:21:26.311Z Checking ctr v0.9.2
46342026-06-22T22:21:26.322Z Checking ssh-encoding v0.2.0
46352026-06-22T22:21:26.322Z Checking blowfish v0.9.1
46362026-06-22T22:21:26.345Z Checking password-hash v0.4.2
46372026-06-22T22:21:26.357Z Checking p256 v0.13.2
46382026-06-22T22:21:26.360Z Checking p521 v0.13.3
46392026-06-22T22:21:26.384Z Checking russh-cryptovec v0.7.3
46402026-06-22T22:21:26.454Z Checking ghash v0.5.1
46412026-06-22T22:21:26.467Z Checking md5 v0.7.0
46422026-06-22T22:21:26.470Z Checking bcrypt-pbkdf v0.10.0
46432026-06-22T22:21:26.499Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46442026-06-22T22:21:26.517Z Checking num-bigint v0.4.6
46452026-06-22T22:21:26.566Z Checking pbkdf2 v0.11.0
46462026-06-22T22:21:26.582Z Checking aes-gcm v0.10.3
46472026-06-22T22:21:26.599Z Checking des v0.8.1
46482026-06-22T22:21:26.621Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46492026-06-22T22:21:26.641Z Checking hex-literal v0.4.1
46502026-06-22T22:21:26.740Z Checking ssh-cipher v0.2.0
46512026-06-22T22:21:26.743Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46522026-06-22T22:21:26.753Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46532026-06-22T22:21:26.766Z Checking socket2 v0.5.10
46542026-06-22T22:21:26.769Z Checking internet-checksum v0.2.1
46552026-06-22T22:21:26.909Z Checking ssh-key v0.6.7
46562026-06-22T22:21:27.020Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46572026-06-22T22:21:27.540Z Checking russh-keys v0.45.0
46582026-06-22T22:21:28.089Z Checking russh v0.45.0
46592026-06-22T22:21:44.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.11s
46602026-06-22T22:21:44.700Z
46612026-06-22T22:21:44.700Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46622026-06-22T22:21:45.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46632026-06-22T22:21:45.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46642026-06-22T22:21:45.353Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46652026-06-22T22:21:45.464Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46662026-06-22T22:21:45.472Z Checking termios v0.3.3
46672026-06-22T22:21:46.689Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46682026-06-22T22:21:46.842Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46692026-06-22T22:21:48.638Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46702026-06-22T22:21:49.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
46712026-06-22T22:21:49.404Z
46722026-06-22T22:21:49.404Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46732026-06-22T22:21:49.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-06-22T22:21:49.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-06-22T22:21:50.120Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46762026-06-22T22:21:50.123Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46772026-06-22T22:21:50.246Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46782026-06-22T22:21:50.246Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46792026-06-22T22:21:50.261Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46802026-06-22T22:21:50.261Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46812026-06-22T22:21:50.989Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46822026-06-22T22:21:51.354Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46832026-06-22T22:21:51.357Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46842026-06-22T22:21:51.990Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46852026-06-22T22:21:53.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
46862026-06-22T22:21:53.825Z
46872026-06-22T22:21:53.825Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46882026-06-22T22:21:54.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-06-22T22:21:54.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-06-22T22:21:54.471Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46912026-06-22T22:21:54.927Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46922026-06-22T22:21:55.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46932026-06-22T22:21:55.445Z
46942026-06-22T22:21:55.445Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46952026-06-22T22:21:55.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46962026-06-22T22:21:55.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46972026-06-22T22:21:55.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46982026-06-22T22:21:55.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46992026-06-22T22:21:56.040Z
47002026-06-22T22:21:56.040Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
47012026-06-22T22:21:56.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47022026-06-22T22:21:56.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47032026-06-22T22:21:56.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47042026-06-22T22:21:56.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47052026-06-22T22:21:56.633Z
47062026-06-22T22:21:56.633Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
47072026-06-22T22:21:57.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47082026-06-22T22:21:57.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47092026-06-22T22:21:57.392Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47102026-06-22T22:21:57.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47112026-06-22T22:21:58.192Z
47122026-06-22T22:21:58.192Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47132026-06-22T22:21:58.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-06-22T22:21:58.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-06-22T22:21:58.850Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47162026-06-22T22:21:58.853Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47172026-06-22T22:21:59.137Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47182026-06-22T22:21:59.137Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47192026-06-22T22:21:59.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
47202026-06-22T22:22:00.142Z
47212026-06-22T22:22:00.142Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47222026-06-22T22:22:00.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47232026-06-22T22:22:00.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47242026-06-22T22:22:00.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47252026-06-22T22:22:00.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47262026-06-22T22:22:00.737Z
47272026-06-22T22:22:00.737Zinfo: running `cargo check --bins` on omicron-package (289/295)
47282026-06-22T22:22:01.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47292026-06-22T22:22:01.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47302026-06-22T22:22:01.427Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47312026-06-22T22:22:02.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
47322026-06-22T22:22:02.710Z
47332026-06-22T22:22:02.710Zinfo: running `cargo check --bins` on tqdb (290/295)
47342026-06-22T22:22:03.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47352026-06-22T22:22:03.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47362026-06-22T22:22:03.496Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47372026-06-22T22:22:03.857Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47382026-06-22T22:22:04.376Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47392026-06-22T22:22:04.376Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47402026-06-22T22:22:10.349Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47412026-06-22T22:22:10.352Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47422026-06-22T22:22:10.937Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47432026-06-22T22:22:10.940Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47442026-06-22T22:22:10.940Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47452026-06-22T22:22:10.940Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47462026-06-22T22:22:11.738Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47472026-06-22T22:22:12.705Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47482026-06-22T22:22:13.490Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47492026-06-22T22:22:14.110Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47502026-06-22T22:22:18.633Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47512026-06-22T22:22:25.046Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47522026-06-22T22:22:25.047Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47532026-06-22T22:22:25.052Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47542026-06-22T22:22:25.052Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47552026-06-22T22:22:26.550Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47562026-06-22T22:22:27.896Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47572026-06-22T22:22:28.566Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47582026-06-22T22:22:29.797Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47592026-06-22T22:22:30.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.62s
47602026-06-22T22:22:30.551Z
47612026-06-22T22:22:30.551Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47622026-06-22T22:22:31.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-06-22T22:22:31.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-06-22T22:22:31.271Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47652026-06-22T22:22:31.271Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47662026-06-22T22:22:31.275Z Checking rtoolbox v0.0.3
47672026-06-22T22:22:31.405Z Checking tui-tree-widget v0.23.1
47682026-06-22T22:22:31.505Z Checking rpassword v7.4.0
47692026-06-22T22:22:32.549Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47702026-06-22T22:22:35.559Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47712026-06-22T22:22:37.405Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47722026-06-22T22:22:38.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.77s
47732026-06-22T22:22:38.515Z
47742026-06-22T22:22:38.515Zinfo: running `cargo check --bins` on wicket (292/295)
47752026-06-22T22:22:39.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47762026-06-22T22:22:39.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47772026-06-22T22:22:39.223Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47782026-06-22T22:22:39.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47792026-06-22T22:22:39.802Z
47802026-06-22T22:22:39.802Zinfo: running `cargo check --bins` on wicketd (293/295)
47812026-06-22T22:22:40.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47822026-06-22T22:22:40.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47832026-06-22T22:22:40.531Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47842026-06-22T22:22:40.537Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47852026-06-22T22:22:40.537Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47862026-06-22T22:22:40.649Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47872026-06-22T22:22:41.546Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47882026-06-22T22:22:42.122Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47892026-06-22T22:22:45.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
47902026-06-22T22:22:45.279Z
47912026-06-22T22:22:45.279Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47922026-06-22T22:22:45.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47932026-06-22T22:22:45.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47942026-06-22T22:22:45.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47952026-06-22T22:22:45.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47962026-06-22T22:22:45.874Z
47972026-06-22T22:22:45.874Zinfo: running `cargo check --bins` on zone-setup (295/295)
47982026-06-22T22:22:46.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47992026-06-22T22:22:46.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48002026-06-22T22:22:46.553Z Checking uzers v0.12.2
48012026-06-22T22:22:46.831Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48022026-06-22T22:22:47.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
48032026-06-22T22:22:47.805Z
48042026-06-22T22:22:47.805Zreal 14:14.821707865
48052026-06-22T22:22:47.805Zuser 21:19.938284131
48062026-06-22T22:22:47.805Zsys 4:25.337190168
48072026-06-22T22:22:47.805Ztrap 0.340841610
48082026-06-22T22:22:47.805Ztflt 0.759558269
48092026-06-22T22:22:47.805Zdflt 1.361900355
48102026-06-22T22:22:47.805Zkflt 0.004729200
48112026-06-22T22:22:47.805Zlock 1:19:42.184190619
48122026-06-22T22:22:47.809Zslp 1:42:23.370036244
48132026-06-22T22:22:47.809Zlat 1:00.535692775
48142026-06-22T22:22:47.809Zstop 3:42.467211497
48152026-06-22T22:22:47.809Zprocess exited: duration 994553 ms, exit code 0
 
48162026-06-22T22:22:47.815Zfound 0 output files