01KSQJ33MFGAJACP75TGXSXN61: 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: 01KSQJ4BMGY4M02G46NNK5PAWH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T15:10:15.019Zjob assigned to worker 01KSQJ4DYJYJ131EYHJTGFAA6B [factory aws, i-042257a0743a31857] (queued for 43 s)
 
22026-05-28T15:10:21.873Zstarting task 0: "setup"
32026-05-28T15:10:21.878Z++ uname -s
42026-05-28T15:10:21.881Z+ kern=SunOS
52026-05-28T15:10:21.881Z+ build_user=build
62026-05-28T15:10:21.881Z+ build_uid=12345
72026-05-28T15:10:21.881Z+ work_dir=/work
82026-05-28T15:10:21.881Z+ input_dir=/input
92026-05-28T15:10:21.881Z+ [[ 0 == 12345 ]]
102026-05-28T15:10:21.881Z+ case "$kern" in
112026-05-28T15:10:21.881Z+ groupadd -g 12345 build
122026-05-28T15:10:21.885Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T15:10:23.888Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T15:10:23.973Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T15:10:23.976Z+ home_fs=zfs
162026-05-28T15:10:23.976Z+ [[ zfs == autofs ]]
172026-05-28T15:10:23.976Z+ mkdir -p /home/build
182026-05-28T15:10:23.976Z+ chown build:build /home/build /work
192026-05-28T15:10:25.978Z+ chmod 0700 /home/build /work
202026-05-28T15:10:25.981Zprocess exited: duration 4109 ms, exit code 0
 
212026-05-28T15:10:25.987Zstarting task 1: "rust-toolchain"
222026-05-28T15:10:25.992Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T15:10:25.992Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-28T15:10:25.992Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-28T15:10:25.992Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-28T15:10:25.996Z * rust toolchain channel = "1.94.0"
272026-05-28T15:10:25.996Z * rust toolchain profile = "default"
282026-05-28T15:10:25.996Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T15:10:25.996Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T15:10:26.109Zinfo: downloading installer
312026-05-28T15:10:27.388Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T15:10:27.388Zwarn: /home/build/.rustup/settings.toml
332026-05-28T15:10:27.388Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T15:10:27.388Zwarn: instead of the one inferred from the default host triple.
352026-05-28T15:10:27.402Zinfo: profile set to default
362026-05-28T15:10:27.402Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T15:10:27.406Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T15:10:27.528Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T15:10:27.531Zinfo: downloading 6 components
402026-05-28T15:10:43.460Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T15:10:43.460Z
422026-05-28T15:10:43.488Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T15:10:43.488Z
442026-05-28T15:10:43.488Z
452026-05-28T15:10:43.488ZRust is installed now. Great!
462026-05-28T15:10:43.488Z
472026-05-28T15:10:43.488ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T15:10:43.488Zenvironment variable. This has not been done automatically.
492026-05-28T15:10:43.488Z
502026-05-28T15:10:43.488ZTo configure your current shell, you need to source
512026-05-28T15:10:43.488Zthe corresponding env file under $HOME/.cargo.
522026-05-28T15:10:43.488Z
532026-05-28T15:10:43.488ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T15:10:43.488Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T15:10:43.488Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T15:10:43.488Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T15:10:43.491Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T15:10:43.491Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T15:10:43.492Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T15:10:43.492Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T15:10:43.492Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T15:10:43.573Z+ rustup --version
632026-05-28T15:10:43.582Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T15:10:43.585Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T15:10:43.604Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T15:10:43.607Z+ cargo --version
672026-05-28T15:10:43.619Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T15:10:43.622Z+ rustc --version
692026-05-28T15:10:43.641Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T15:10:43.644Zprocess exited: duration 17656 ms, exit code 0
 
712026-05-28T15:10:43.652Zstarting task 2: "authentication"
722026-05-28T15:10:43.667Zprocess exited: duration 16 ms, exit code 0
 
732026-05-28T15:10:43.673Zstarting task 3: "clone repository"
742026-05-28T15:10:43.676Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T15:10:43.680Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T15:10:43.711ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T15:10:54.163Z+ cd /work/oxidecomputer/omicron
782026-05-28T15:10:54.164Z+ git fetch origin a0e1b3ef97269085682508e0654f7a6d92c8c297
792026-05-28T15:10:54.470ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T15:10:54.470Z * branch a0e1b3ef97269085682508e0654f7a6d92c8c297 -> FETCH_HEAD
812026-05-28T15:10:54.480Z+ [[ -n john/scrimlet-reconcilers-dpd-ports ]]
822026-05-28T15:10:54.483Z++ git branch --show-current
832026-05-28T15:10:54.483Z+ current=main
842026-05-28T15:10:54.483Z+ [[ main != john/scrimlet-reconcilers-dpd-ports ]]
852026-05-28T15:10:54.483Z+ git branch -f john/scrimlet-reconcilers-dpd-ports a0e1b3ef97269085682508e0654f7a6d92c8c297
862026-05-28T15:10:54.487Z+ git checkout -f john/scrimlet-reconcilers-dpd-ports
872026-05-28T15:10:54.514ZSwitched to branch 'john/scrimlet-reconcilers-dpd-ports'
882026-05-28T15:10:54.517Z+ git reset --hard a0e1b3ef97269085682508e0654f7a6d92c8c297
892026-05-28T15:10:54.547ZHEAD is now at a0e1b3ef9 replace TODO comments with notes about uplinkd
902026-05-28T15:10:54.549Zprocess exited: duration 10874 ms, exit code 0
 
912026-05-28T15:10:54.555Zstarting task 4: "build"
922026-05-28T15:10:54.559Z+ source .github/buildomat/ci-env.sh
932026-05-28T15:10:54.562Z++ export CARGO_TERM_COLOR=always
942026-05-28T15:10:54.562Z++ CARGO_TERM_COLOR=always
952026-05-28T15:10:54.562Z+ cargo --version
962026-05-28T15:10:54.569Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-28T15:10:54.572Z+ rustc --version
982026-05-28T15:10:54.591Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-28T15:10:54.594Z+ source ./env.sh
1002026-05-28T15:10:54.594Z++ OLD_SHELL_OPTS=ehxB
1012026-05-28T15:10:54.594Z++ set -o xtrace
1022026-05-28T15:10:54.597Z++++ dirname ./env.sh
1032026-05-28T15:10:54.603Z+++ readlink -f .
1042026-05-28T15:10:54.607Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-28T15:10:54.610Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-05-28T15:10:54.610Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-28T15:10:54.610Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-28T15:10:54.610Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-28T15:10:54.610Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-28T15:10:54.610Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-05-28T15:10:54.610Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-05-28T15:10:54.610Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-05-28T15:10:54.610Z++ case $OLD_SHELL_OPTS in
1142026-05-28T15:10:54.610Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-28T15:10:54.610Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-05-28T15:10:54.610Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-05-28T15:10:54.610Z+ banner prerequisites
1182026-05-28T15:10:54.610Z
1192026-05-28T15:10:54.610Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-28T15:10:54.610Z # # # # # # # # # # # # # # #
1212026-05-28T15:10:54.610Z # # # # ##### # # ##### # # # # # #### #
1222026-05-28T15:10:54.610Z ##### ##### # ##### # # # # # # # # #
1232026-05-28T15:10:54.610Z # # # # # # # # # # # # # # #
1242026-05-28T15:10:54.611Z # # # ###### # # ###### ### # #### # #### #
1252026-05-28T15:10:54.611Z
1262026-05-28T15:10:54.611Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-28T15:10:56.335Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-28T15:10:56.403Z Startup: Caching catalogs ... Done
1292026-05-28T15:10:56.668ZPlanning: Solver setup ... Done (0.229s)
1302026-05-28T15:10:56.687ZPlanning: Running solver ... Done (0.019s)
1312026-05-28T15:10:56.702ZPlanning: Finding local manifests ... Done (0.012s)
1322026-05-28T15:10:56.712ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-28T15:10:56.729ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-28T15:10:56.742ZPlanning: Package planning ... Done (0.013s)
1352026-05-28T15:10:56.745ZPlanning: Merging actions ... Done (0.001s)
1362026-05-28T15:10:56.936ZPlanning: Checking for conflicting actions ... Done (0.192s)
1372026-05-28T15:10:56.939ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-28T15:10:58.014ZPlanning: Evaluating mediators ... Done (1.075s)
1392026-05-28T15:10:58.017ZPlanning: Planning completed in 1.59 seconds
1402026-05-28T15:10:58.021Z Packages to install: 2
1412026-05-28T15:10:58.024Z Estimated space available: 156.07 GB
1422026-05-28T15:10:58.024ZEstimated space to be consumed: 22.53 MB
1432026-05-28T15:10:58.024Z Create boot environment: No
1442026-05-28T15:10:58.024ZCreate backup boot environment: No
1452026-05-28T15:10:58.024Z Rebuild boot archive: No
1462026-05-28T15:10:58.024Z
1472026-05-28T15:10:58.024ZChanged packages:
1482026-05-28T15:10:58.025Zhelios
1492026-05-28T15:10:58.025Z developer/build-essential
1502026-05-28T15:10:58.025Z None -> 11-3.0
1512026-05-28T15:10:58.025Z library/libxmlsec1
1522026-05-28T15:10:58.025Z None -> 1.2.35-3.0
1532026-05-28T15:10:58.059Z
1542026-05-28T15:10:58.059ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-28T15:10:59.301ZDownload: Completed 1.28 MB in 1.24 seconds (1.0M/s)
1562026-05-28T15:10:59.347Z Actions: 1/268 actions (Installing new actions)
1572026-05-28T15:10:59.385Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-28T15:10:59.419ZFinalize: Updating package state database ... Done (0.034s)
1592026-05-28T15:10:59.419ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-28T15:10:59.437ZFinalize: Updating image state ... Done (0.018s)
1612026-05-28T15:11:01.934ZFinalize: Creating fast lookup database ... Done (2.474s)
1622026-05-28T15:11:01.998ZFinalize: Reading search index ... Done (0.011s)
1632026-05-28T15:11:02.002ZFinalize: Updating search index ... Done (0.000s)
1642026-05-28T15:11:02.059ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-28T15:11:02.357ZPlanning: Evaluating mediator changes ... Done
1662026-05-28T15:11:02.464ZPlanning: Checking for conflicting actions ... Done
1672026-05-28T15:11:02.467ZPlanning: Consolidating action changes ... Done
1682026-05-28T15:11:02.622ZPlanning: Evaluating mediators ... Done
1692026-05-28T15:11:02.626ZPlanning: Planning completed in 0.27 seconds
1702026-05-28T15:11:02.645Z Mediators to change: 2
1712026-05-28T15:11:02.645Z Create boot environment: No
1722026-05-28T15:11:02.647ZCreate backup boot environment: No
1732026-05-28T15:11:02.694ZFinalize: Updating package state database ... Done
1742026-05-28T15:11:02.694ZFinalize: Updating package cache ... Done
1752026-05-28T15:11:02.704ZFinalize: Updating image state ... Done
1762026-05-28T15:11:04.651ZFinalize: Creating fast lookup database ... Done
1772026-05-28T15:11:04.713ZFinalize: Reading search index ... Done
1782026-05-28T15:11:04.716ZFinalize: Updating search index ... Done
1792026-05-28T15:11:04.769ZFinalize: Updating package cache ... Done
1802026-05-28T15:11:05.052ZPlanning: Evaluating mediator changes ... Done
1812026-05-28T15:11:05.157ZPlanning: Checking for conflicting actions ... Done
1822026-05-28T15:11:05.160ZPlanning: Consolidating action changes ... Done
1832026-05-28T15:11:05.315ZPlanning: Evaluating mediators ... Done
1842026-05-28T15:11:05.318ZPlanning: Planning completed in 0.26 seconds
1852026-05-28T15:11:05.338Z Mediators to change: 1
1862026-05-28T15:11:05.338Z Create boot environment: No
1872026-05-28T15:11:05.338ZCreate backup boot environment: No
1882026-05-28T15:11:05.383ZFinalize: Updating package state database ... Done
1892026-05-28T15:11:05.383ZFinalize: Updating package cache ... Done
1902026-05-28T15:11:05.393ZFinalize: Updating image state ... Done
1912026-05-28T15:11:07.331ZFinalize: Creating fast lookup database ... Done
1922026-05-28T15:11:07.392ZFinalize: Reading search index ... Done
1932026-05-28T15:11:07.395ZFinalize: Updating search index ... Done
1942026-05-28T15:11:07.445ZFinalize: Updating package cache ... Done
1952026-05-28T15:11:07.755ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-28T15:11:07.755Zapache system 2.4 system
1972026-05-28T15:11:07.755Zclang system 15 system
1982026-05-28T15:11:07.755Zcsh system system illumos
1992026-05-28T15:11:07.755Zctags system system illumos
2002026-05-28T15:11:07.755Zfile vendor vendor darwinsys
2012026-05-28T15:11:07.755Zfile system system illumos
2022026-05-28T15:11:07.755Zgcc vendor 14 vendor
2032026-05-28T15:11:07.755Zgcc system 13 system
2042026-05-28T15:11:07.755Zgcc system 10 system
2052026-05-28T15:11:07.755Zgo system 1.25 system
2062026-05-28T15:11:07.755Zllvm system 15 system
2072026-05-28T15:11:07.755Zmariadb system 11.4 system
2082026-05-28T15:11:07.755Zmta vendor vendor dma
2092026-05-28T15:11:07.755Zopenjdk system 17 system
2102026-05-28T15:11:07.755Zopenjdk system 11 system
2112026-05-28T15:11:07.755Zopenssl vendor 3 vendor
2122026-05-28T15:11:07.756Zperl system 5.40 system
2132026-05-28T15:11:07.756Zpostgresql system 18 system
2142026-05-28T15:11:07.756Zpostgresql system 17 system
2152026-05-28T15:11:07.756Zpython vendor 3 vendor
2162026-05-28T15:11:07.756Zpython system 2 system
2172026-05-28T15:11:07.756Zpython3 vendor 3.13 vendor
2182026-05-28T15:11:07.756Zruby system 3.4 system
2192026-05-28T15:11:07.756Zruby system 3.0 system
2202026-05-28T15:11:07.756Zwords vendor vendor american-english
2212026-05-28T15:11:07.756Zwords system system australian-english
2222026-05-28T15:11:07.756Zwords system system british-english
2232026-05-28T15:11:07.756Zwords system system canadian-english
2242026-05-28T15:11:07.757Zwords system system french
2252026-05-28T15:11:07.757Zwords system system italian
2262026-05-28T15:11:07.757Zwords system system ngerman
2272026-05-28T15:11:07.757Zwords system system ogerman
2282026-05-28T15:11:07.757Zwords system system spanish
2292026-05-28T15:11:08.005ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-28T15:11:08.005Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-28T15:11:08.280ZFMRI IFO
2322026-05-28T15:11:08.280Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-28T15:11:08.280Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-28T15:11:08.280Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-28T15:11:08.280Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-28T15:11:08.280Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-28T15:11:08.280Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-28T15:11:08.281Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-28T15:11:08.281Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-28T15:11:08.281Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-28T15:11:08.511Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-28T15:11:08.831Z Updating crates.io index
2432026-05-28T15:11:08.834Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-28T15:11:09.158Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-28T15:11:10.048Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-28T15:11:10.494Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-28T15:11:11.582Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-28T15:11:12.274Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-28T15:11:13.935Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-28T15:11:14.686Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-28T15:11:15.130Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-28T15:11:16.067Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-28T15:11:16.374Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-28T15:11:16.779Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-28T15:11:17.139Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-28T15:11:18.403Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-28T15:11:18.962Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-28T15:11:19.251Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-28T15:11:19.659Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-28T15:11:20.143Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-28T15:11:20.735Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-28T15:11:21.191Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-28T15:11:21.452Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-28T15:11:21.748Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-28T15:11:22.248Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-28T15:11:22.707Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-05-28T15:11:23.172Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-05-28T15:11:23.657Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-05-28T15:11:24.253Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-05-28T15:11:24.722Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-05-28T15:11:25.128Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-05-28T15:11:26.291Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-28T15:11:27.147Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-28T15:11:27.470Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-28T15:11:27.961Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-28T15:11:28.267Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-28T15:11:28.642Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-05-28T15:11:29.044Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-28T15:11:29.580Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-28T15:11:29.873Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-28T15:11:30.212Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-05-28T15:11:30.613Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-05-28T15:11:42.336Z Downloading crates ...
2842026-05-28T15:11:42.391Z Downloaded autocfg v1.5.0
2852026-05-28T15:11:42.395Z Downloaded macaddr v1.0.1
2862026-05-28T15:11:42.395Z Downloaded fastrand v2.3.0
2872026-05-28T15:11:42.398Z Downloaded anstyle-query v1.1.5
2882026-05-28T15:11:42.398Z Downloaded bytecount v0.6.9
2892026-05-28T15:11:42.398Z Downloaded anstream v0.6.21
2902026-05-28T15:11:42.401Z Downloaded plain v0.2.3
2912026-05-28T15:11:42.402Z Downloaded heck v0.4.1
2922026-05-28T15:11:42.405Z Downloaded usdt-attr-macro v0.5.0
2932026-05-28T15:11:42.408Z Downloaded utf8parse v0.2.2
2942026-05-28T15:11:42.408Z Downloaded yoke-derive v0.8.1
2952026-05-28T15:11:42.411Z Downloaded idna_adapter v1.2.1
2962026-05-28T15:11:42.411Z Downloaded equivalent v1.0.2
2972026-05-28T15:11:42.411Z Downloaded serde-value v0.7.0
2982026-05-28T15:11:42.411Z Downloaded proc-macro-error-attr v1.0.4
2992026-05-28T15:11:42.417Z Downloaded cfg-if v1.0.4
3002026-05-28T15:11:42.420Z Downloaded writeable v0.6.2
3012026-05-28T15:11:42.420Z Downloaded strsim v0.11.1
3022026-05-28T15:11:42.424Z Downloaded scroll_derive v0.12.1
3032026-05-28T15:11:42.424Z Downloaded memmap v0.7.0
3042026-05-28T15:11:42.424Z Downloaded usdt v0.5.0
3052026-05-28T15:11:42.430Z Downloaded serde_spanned v0.6.9
3062026-05-28T15:11:42.430Z Downloaded zerofrom v0.1.6
3072026-05-28T15:11:42.430Z Downloaded tabled_derive v0.7.0
3082026-05-28T15:11:42.430Z Downloaded crypto-common v0.1.7
3092026-05-28T15:11:42.430Z Downloaded camino-tempfile v1.4.1
3102026-05-28T15:11:42.430Z Downloaded unicode-linebreak v0.1.5
3112026-05-28T15:11:42.436Z Downloaded cargo-platform v0.2.0
3122026-05-28T15:11:42.436Z Downloaded usdt-macro v0.5.0
3132026-05-28T15:11:42.436Z Downloaded proc-macro-error v1.0.4
3142026-05-28T15:11:42.442Z Downloaded clap_derive v4.5.55
3152026-05-28T15:11:42.442Z Downloaded typeid v1.0.3
3162026-05-28T15:11:42.442Z Downloaded thread-id v4.2.2
3172026-05-28T15:11:42.456Z Downloaded synstructure v0.13.2
3182026-05-28T15:11:42.456Z Downloaded zerofrom-derive v0.1.6
3192026-05-28T15:11:42.456Z Downloaded unicode-xid v0.2.6
3202026-05-28T15:11:42.456Z Downloaded heck v0.5.0
3212026-05-28T15:11:42.456Z Downloaded once_cell v1.21.3
3222026-05-28T15:11:42.464Z Downloaded sha2 v0.10.9
3232026-05-28T15:11:42.464Z Downloaded pest_derive v2.8.6
3242026-05-28T15:11:42.464Z Downloaded litemap v0.8.1
3252026-05-28T15:11:42.464Z Downloaded pretty-hex v0.4.1
3262026-05-28T15:11:42.464Z Downloaded is_terminal_polyfill v1.70.2
3272026-05-28T15:11:42.464Z Downloaded toml_write v0.1.2
3282026-05-28T15:11:42.464Z Downloaded toml_datetime v0.6.11
3292026-05-28T15:11:42.464Z Downloaded cargo-util-schemas v0.8.2
3302026-05-28T15:11:42.471Z Downloaded displaydoc v0.2.5
3312026-05-28T15:11:42.471Z Downloaded zmij v1.0.21
3322026-05-28T15:11:42.471Z Downloaded yoke v0.8.1
3332026-05-28T15:11:42.471Z Downloaded thiserror-impl v2.0.18
3342026-05-28T15:11:42.471Z Downloaded utf8_iter v1.0.4
3352026-05-28T15:11:42.472Z Downloaded thiserror v1.0.69
3362026-05-28T15:11:42.476Z Downloaded zerovec-derive v0.11.2
3372026-05-28T15:11:42.476Z Downloaded thiserror-impl v1.0.69
3382026-05-28T15:11:42.476Z Downloaded swrite v0.1.0
3392026-05-28T15:11:42.476Z Downloaded potential_utf v0.1.4
3402026-05-28T15:11:42.476Z Downloaded dtrace-parser v0.2.0
3412026-05-28T15:11:42.477Z Downloaded cpufeatures v0.2.17
3422026-05-28T15:11:42.477Z Downloaded block-buffer v0.10.4
3432026-05-28T15:11:42.477Z Downloaded tinystr v0.8.2
3442026-05-28T15:11:42.477Z Downloaded itoa v1.0.17
3452026-05-28T15:11:42.480Z Downloaded version_check v0.9.5
3462026-05-28T15:11:42.480Z Downloaded ordered-float v2.10.1
3472026-05-28T15:11:42.480Z Downloaded colorchoice v1.0.4
3482026-05-28T15:11:42.480Z Downloaded usdt-impl v0.5.0
3492026-05-28T15:11:42.480Z Downloaded fnv v1.0.7
3502026-05-28T15:11:42.484Z Downloaded zerocopy-derive v0.7.35
3512026-05-28T15:11:42.491Z Downloaded toml v0.8.23
3522026-05-28T15:11:42.496Z Downloaded dof v0.3.0
3532026-05-28T15:11:42.496Z Downloaded terminal_size v0.4.3
3542026-05-28T15:11:42.500Z Downloaded ucd-trie v0.1.7
3552026-05-28T15:11:42.500Z Downloaded thiserror v2.0.18
3562026-05-28T15:11:42.502Z Downloaded unicode-ident v1.0.24
3572026-05-28T15:11:42.502Z Downloaded cargo_toml v0.21.0
3582026-05-28T15:11:42.503Z Downloaded bitflags v2.11.0
3592026-05-28T15:11:42.506Z Downloaded errno v0.3.14
3602026-05-28T15:11:42.510Z Downloaded smawk v0.3.2
3612026-05-28T15:11:42.510Z Downloaded textwrap v0.16.2
3622026-05-28T15:11:42.510Z Downloaded form_urlencoded v1.2.2
3632026-05-28T15:11:42.510Z Downloaded serde_derive v1.0.228
3642026-05-28T15:11:42.513Z Downloaded getrandom v0.4.1
3652026-05-28T15:11:42.513Z Downloaded zerotrie v0.2.3
3662026-05-28T15:11:42.516Z Downloaded stable_deref_trait v1.2.1
3672026-05-28T15:11:42.517Z Downloaded scroll v0.12.0
3682026-05-28T15:11:42.517Z Downloaded fs-err v3.3.0
3692026-05-28T15:11:42.520Z Downloaded pest_generator v2.8.6
3702026-05-28T15:11:42.524Z Downloaded typenum v1.19.0
3712026-05-28T15:11:42.524Z Downloaded toml_edit v0.22.27
3722026-05-28T15:11:42.529Z Downloaded byteorder v1.5.0
3732026-05-28T15:11:42.529Z Downloaded clap_lex v1.0.0
3742026-05-28T15:11:42.529Z Downloaded url v2.5.8
3752026-05-28T15:11:42.537Z Downloaded generic-array v0.14.7
3762026-05-28T15:11:42.542Z Downloaded cargo_metadata v0.21.0
3772026-05-28T15:11:42.542Z Downloaded percent-encoding v2.3.2
3782026-05-28T15:11:42.549Z Downloaded quote v1.0.45
3792026-05-28T15:11:42.549Z Downloaded zerovec v0.11.5
3802026-05-28T15:11:42.556Z Downloaded serde-untagged v0.1.9
3812026-05-28T15:11:42.556Z Downloaded serde v1.0.228
3822026-05-28T15:11:42.556Z Downloaded zerocopy v0.7.35
3832026-05-28T15:11:42.559Z Downloaded winnow v0.7.14
3842026-05-28T15:11:42.563Z Downloaded papergrid v0.11.0
3852026-05-28T15:11:42.568Z Downloaded serde_tokenstream v0.2.3
3862026-05-28T15:11:42.568Z Downloaded unicode-width v0.1.14
3872026-05-28T15:11:42.571Z Downloaded smallvec v1.15.1
3882026-05-28T15:11:42.571Z Downloaded anstyle-parse v0.2.7
3892026-05-28T15:11:42.571Z Downloaded unicode-width v0.2.0
3902026-05-28T15:11:42.576Z Downloaded camino v1.2.2
3912026-05-28T15:11:42.576Z Downloaded semver v1.0.28
3922026-05-28T15:11:42.576Z Downloaded erased-serde v0.4.9
3932026-05-28T15:11:42.580Z Downloaded anstyle v1.0.13
3942026-05-28T15:11:42.580Z Downloaded tempfile v3.25.0
3952026-05-28T15:11:42.580Z Downloaded digest v0.10.7
3962026-05-28T15:11:42.580Z Downloaded anyhow v1.0.102
3972026-05-28T15:11:42.587Z Downloaded icu_normalizer v2.1.1
3982026-05-28T15:11:42.592Z Downloaded log v0.4.29
3992026-05-28T15:11:42.597Z Downloaded icu_properties v2.1.2
4002026-05-28T15:11:42.597Z Downloaded clap v4.5.60
4012026-05-28T15:11:42.600Z Downloaded num-traits v0.2.19
4022026-05-28T15:11:42.607Z Downloaded icu_provider v2.1.1
4032026-05-28T15:11:42.612Z Downloaded icu_locale_core v2.1.1
4042026-05-28T15:11:42.615Z Downloaded serde_core v1.0.228
4052026-05-28T15:11:42.615Z Downloaded pest_meta v2.8.6
4062026-05-28T15:11:42.620Z Downloaded icu_normalizer_data v2.1.1
4072026-05-28T15:11:42.629Z Downloaded proc-macro2 v1.0.106
4082026-05-28T15:11:42.637Z Downloaded icu_collections v2.1.1
4092026-05-28T15:11:42.637Z Downloaded memchr v2.8.0
4102026-05-28T15:11:42.650Z Downloaded indexmap v2.14.0
4112026-05-28T15:11:42.660Z Downloaded icu_properties_data v2.1.2
4122026-05-28T15:11:42.673Z Downloaded idna v1.1.0
4132026-05-28T15:11:42.678Z Downloaded pest v2.8.6
4142026-05-28T15:11:42.700Z Downloaded goblin v0.8.2
4152026-05-28T15:11:42.703Z Downloaded serde_json v1.0.149
4162026-05-28T15:11:42.707Z Downloaded hashbrown v0.17.0
4172026-05-28T15:11:42.710Z Downloaded syn v1.0.109
4182026-05-28T15:11:42.716Z Downloaded tabled v0.15.0
4192026-05-28T15:11:42.726Z Downloaded clap_builder v4.5.60
4202026-05-28T15:11:42.736Z Downloaded syn v2.0.117
4212026-05-28T15:11:42.743Z Downloaded rustix v1.1.3
4222026-05-28T15:11:42.774Z Downloaded libc v0.2.185
4232026-05-28T15:11:42.839Z Compiling proc-macro2 v1.0.106
4242026-05-28T15:11:42.839Z Compiling quote v1.0.45
4252026-05-28T15:11:42.839Z Compiling unicode-ident v1.0.24
4262026-05-28T15:11:42.843Z Compiling serde_core v1.0.228
4272026-05-28T15:11:42.843Z Compiling libc v0.2.185
4282026-05-28T15:11:42.843Z Compiling version_check v0.9.5
4292026-05-28T15:11:42.843Z Compiling memchr v2.8.0
4302026-05-28T15:11:42.843Z Compiling stable_deref_trait v1.2.1
4312026-05-28T15:11:43.152Z Compiling serde v1.0.228
4322026-05-28T15:11:43.175Z Compiling zmij v1.0.21
4332026-05-28T15:11:43.380Z Compiling ucd-trie v0.1.7
4342026-05-28T15:11:43.599Z Compiling thiserror v1.0.69
4352026-05-28T15:11:43.656Z Compiling autocfg v1.5.0
4362026-05-28T15:11:43.691Z Compiling itoa v1.0.17
4372026-05-28T15:11:43.844Z Compiling pest v2.8.6
4382026-05-28T15:11:43.865Z Compiling writeable v0.6.2
4392026-05-28T15:11:43.942Z Compiling litemap v0.8.1
4402026-05-28T15:11:44.053Z Compiling icu_normalizer_data v2.1.1
4412026-05-28T15:11:44.068Z Compiling icu_properties_data v2.1.2
4422026-05-28T15:11:44.125Z Compiling byteorder v1.5.0
4432026-05-28T15:11:44.261Z Compiling rustix v1.1.3
4442026-05-28T15:11:44.416Z Compiling syn v2.0.117
4452026-05-28T15:11:44.433Z Compiling errno v0.3.14
4462026-05-28T15:11:44.451Z Compiling serde_json v1.0.149
4472026-05-28T15:11:44.513Z Compiling bitflags v2.11.0
4482026-05-28T15:11:44.673Z Compiling num-traits v0.2.19
4492026-05-28T15:11:44.734Z Compiling hashbrown v0.17.0
4502026-05-28T15:11:44.847Z Compiling pest_meta v2.8.6
4512026-05-28T15:11:44.976Z Compiling typeid v1.0.3
4522026-05-28T15:11:45.057Z Compiling smallvec v1.15.1
4532026-05-28T15:11:45.236Z Compiling equivalent v1.0.2
4542026-05-28T15:11:45.305Z Compiling indexmap v2.14.0
4552026-05-28T15:11:45.336Z Compiling thread-id v4.2.2
4562026-05-28T15:11:45.411Z Compiling usdt-impl v0.5.0
4572026-05-28T15:11:45.429Z Compiling proc-macro-error-attr v1.0.4
4582026-05-28T15:11:45.477Z Compiling erased-serde v0.4.9
4592026-05-28T15:11:45.622Z Compiling winnow v0.7.14
4602026-05-28T15:11:45.729Z Compiling toml_write v0.1.2
4612026-05-28T15:11:45.744Z Compiling syn v1.0.109
4622026-05-28T15:11:46.089Z Compiling proc-macro-error v1.0.4
4632026-05-28T15:11:46.105Z Compiling log v0.4.29
4642026-05-28T15:11:46.272Z Compiling utf8parse v0.2.2
4652026-05-28T15:11:46.286Z Compiling plain v0.2.3
4662026-05-28T15:11:46.385Z Compiling getrandom v0.4.1
4672026-05-28T15:11:46.401Z Compiling thiserror v2.0.18
4682026-05-28T15:11:46.427Z Compiling utf8_iter v1.0.4
4692026-05-28T15:11:46.555Z Compiling camino v1.2.2
4702026-05-28T15:11:46.577Z Compiling percent-encoding v2.3.2
4712026-05-28T15:11:46.616Z Compiling ordered-float v2.10.1
4722026-05-28T15:11:46.762Z Compiling form_urlencoded v1.2.2
4732026-05-28T15:11:46.779Z Compiling anstyle-parse v0.2.7
4742026-05-28T15:11:46.962Z Compiling synstructure v0.13.2
4752026-05-28T15:11:46.978Z Compiling pest_generator v2.8.6
4762026-05-28T15:11:47.026Z Compiling terminal_size v0.4.3
4772026-05-28T15:11:47.163Z Compiling cfg-if v1.0.4
4782026-05-28T15:11:47.240Z Compiling colorchoice v1.0.4
4792026-05-28T15:11:47.293Z Compiling is_terminal_polyfill v1.70.2
4802026-05-28T15:11:47.349Z Compiling anstyle v1.0.13
4812026-05-28T15:11:47.368Z Compiling anstyle-query v1.1.5
4822026-05-28T15:11:47.385Z Compiling pretty-hex v0.4.1
4832026-05-28T15:11:47.402Z Compiling serde-untagged v0.1.9
4842026-05-28T15:11:47.588Z Compiling anstream v0.6.21
4852026-05-28T15:11:47.658Z Compiling semver v1.0.28
4862026-05-28T15:11:47.758Z Compiling fs-err v3.3.0
4872026-05-28T15:11:47.794Z Compiling heck v0.5.0
4882026-05-28T15:11:47.900Z Compiling fastrand v2.3.0
4892026-05-28T15:11:47.944Z Compiling bytecount v0.6.9
4902026-05-28T15:11:47.983Z Compiling heck v0.4.1
4912026-05-28T15:11:48.022Z Compiling strsim v0.11.1
4922026-05-28T15:11:48.037Z Compiling fnv v1.0.7
4932026-05-28T15:11:48.147Z Compiling once_cell v1.21.3
4942026-05-28T15:11:48.158Z Compiling unicode-xid v0.2.6
4952026-05-28T15:11:48.214Z Compiling clap_lex v1.0.0
4962026-05-28T15:11:48.284Z Compiling unicode-width v0.1.14
4972026-05-28T15:11:48.355Z Compiling anyhow v1.0.102
4982026-05-28T15:11:48.369Z Compiling clap_builder v4.5.60
4992026-05-28T15:11:48.394Z Compiling tempfile v3.25.0
5002026-05-28T15:11:48.538Z Compiling papergrid v0.11.0
5012026-05-28T15:11:48.553Z Compiling memmap v0.7.0
5022026-05-28T15:11:48.729Z Compiling serde_derive v1.0.228
5032026-05-28T15:11:48.744Z Compiling zerofrom-derive v0.1.6
5042026-05-28T15:11:48.759Z Compiling yoke-derive v0.8.1
5052026-05-28T15:11:48.878Z Compiling zerovec-derive v0.11.2
5062026-05-28T15:11:49.012Z Compiling displaydoc v0.2.5
5072026-05-28T15:11:49.750Z Compiling thiserror-impl v1.0.69
5082026-05-28T15:11:49.886Z Compiling zerocopy-derive v0.7.35
5092026-05-28T15:11:49.950Z Compiling pest_derive v2.8.6
5102026-05-28T15:11:49.966Z Compiling scroll_derive v0.12.1
5112026-05-28T15:11:50.111Z Compiling zerofrom v0.1.6
5122026-05-28T15:11:50.239Z Compiling yoke v0.8.1
5132026-05-28T15:11:50.368Z Compiling thiserror-impl v2.0.18
5142026-05-28T15:11:50.441Z Compiling zerovec v0.11.5
5152026-05-28T15:11:50.608Z Compiling zerotrie v0.2.3
5162026-05-28T15:11:50.726Z Compiling zerocopy v0.7.35
5172026-05-28T15:11:50.904Z Compiling tinystr v0.8.2
5182026-05-28T15:11:50.928Z Compiling potential_utf v0.1.4
5192026-05-28T15:11:51.081Z Compiling icu_locale_core v2.1.1
5202026-05-28T15:11:51.097Z Compiling icu_collections v2.1.1
5212026-05-28T15:11:51.114Z Compiling dtrace-parser v0.2.0
5222026-05-28T15:11:51.275Z Compiling scroll v0.12.0
5232026-05-28T15:11:51.327Z Compiling tabled_derive v0.7.0
5242026-05-28T15:11:51.540Z Compiling goblin v0.8.2
5252026-05-28T15:11:51.553Z Compiling clap_derive v4.5.55
5262026-05-28T15:11:51.568Z Compiling unicode-width v0.2.0
5272026-05-28T15:11:51.837Z Compiling icu_provider v2.1.1
5282026-05-28T15:11:51.948Z Compiling unicode-linebreak v0.1.5
5292026-05-28T15:11:51.965Z Compiling smawk v0.3.2
5302026-05-28T15:11:52.086Z Compiling icu_properties v2.1.2
5312026-05-28T15:11:52.102Z Compiling icu_normalizer v2.1.1
5322026-05-28T15:11:52.128Z Compiling toml_datetime v0.6.11
5332026-05-28T15:11:52.172Z Compiling serde_spanned v0.6.9
5342026-05-28T15:11:52.188Z Compiling dof v0.3.0
5352026-05-28T15:11:52.223Z Compiling serde_tokenstream v0.2.3
5362026-05-28T15:11:52.313Z Compiling toml_edit v0.22.27
5372026-05-28T15:11:52.384Z Compiling serde-value v0.7.0
5382026-05-28T15:11:52.617Z Compiling cargo-platform v0.2.0
5392026-05-28T15:11:52.665Z Compiling tabled v0.15.0
5402026-05-28T15:11:52.797Z Compiling textwrap v0.16.2
5412026-05-28T15:11:52.889Z Compiling macaddr v1.0.1
5422026-05-28T15:11:53.118Z Compiling idna_adapter v1.2.1
5432026-05-28T15:11:53.204Z Compiling usdt-macro v0.5.0
5442026-05-28T15:11:53.226Z Compiling usdt-attr-macro v0.5.0
5452026-05-28T15:11:53.279Z Compiling idna v1.1.0
5462026-05-28T15:11:53.326Z Compiling clap v4.5.60
5472026-05-28T15:11:53.414Z Compiling camino-tempfile v1.4.1
5482026-05-28T15:11:53.615Z Compiling url v2.5.8
5492026-05-28T15:11:53.814Z Compiling toml v0.8.23
5502026-05-28T15:11:53.931Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5512026-05-28T15:11:53.947Z Compiling swrite v0.1.0
5522026-05-28T15:11:54.178Z Compiling cargo-util-schemas v0.8.2
5532026-05-28T15:11:54.424Z Compiling cargo_toml v0.21.0
5542026-05-28T15:11:54.685Z Compiling usdt v0.5.0
5552026-05-28T15:11:55.084Z Compiling cargo_metadata v0.21.0
5562026-05-28T15:11:55.989Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-05-28T15:11:58.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.68s
5582026-05-28T15:11:58.280Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5592026-05-28T15:11:58.846Z Downloading crates ...
5602026-05-28T15:11:58.931Z Downloaded adler2 v2.0.1
5612026-05-28T15:11:58.952Z Downloaded ctr v0.9.2
5622026-05-28T15:11:58.955Z Downloaded aes-gcm v0.10.3
5632026-05-28T15:11:58.959Z Downloaded ar_archive_writer v0.5.1
5642026-05-28T15:11:58.959Z Downloaded crc32fast v1.5.0
5652026-05-28T15:11:58.965Z Downloaded document-features v0.2.12
5662026-05-28T15:11:58.965Z Downloaded allocator-api2 v0.2.21
5672026-05-28T15:11:58.965Z Downloaded ahash v0.8.12
5682026-05-28T15:11:58.970Z Downloaded fixedbitset v0.5.7
5692026-05-28T15:11:58.970Z Downloaded block-padding v0.3.3
5702026-05-28T15:11:58.970Z Downloaded diff v0.1.13
5712026-05-28T15:11:58.970Z Downloaded derive-ex v0.1.8
5722026-05-28T15:11:58.975Z Downloaded bitfield-macros v0.19.4
5732026-05-28T15:11:58.975Z Downloaded derive_more v0.99.20
5742026-05-28T15:11:58.975Z Downloaded cfg_aliases v0.1.1
5752026-05-28T15:11:58.975Z Downloaded bit-set v0.5.3
5762026-05-28T15:11:58.980Z Downloaded daft v0.1.7
5772026-05-28T15:11:58.980Z Downloaded derive_builder_core v0.20.2
5782026-05-28T15:11:58.980Z Downloaded diesel-dtrace v0.5.0
5792026-05-28T15:11:58.980Z Downloaded chacha20 v0.9.1
5802026-05-28T15:11:58.984Z Downloaded bzip2 v0.6.1
5812026-05-28T15:11:58.984Z Downloaded base64ct v1.8.3
5822026-05-28T15:11:58.984Z Downloaded colored v2.2.0
5832026-05-28T15:11:58.990Z Downloaded fs_extra v1.3.0
5842026-05-28T15:11:58.990Z Downloaded bb8 v0.8.6
5852026-05-28T15:11:58.990Z Downloaded deranged v0.5.8
5862026-05-28T15:11:58.990Z Downloaded darling v0.20.11
5872026-05-28T15:11:58.994Z Downloaded darling v0.23.0
5882026-05-28T15:11:58.994Z Downloaded cbc v0.1.2
5892026-05-28T15:11:58.994Z Downloaded csv-core v0.1.13
5902026-05-28T15:11:58.997Z Downloaded async-recursion v1.1.1
5912026-05-28T15:11:58.999Z Downloaded flagset v0.4.7
5922026-05-28T15:11:58.999Z Downloaded bit-set v0.8.0
5932026-05-28T15:11:58.999Z Downloaded drift v0.2.0
5942026-05-28T15:11:59.005Z Downloaded derive_builder_macro v0.20.2
5952026-05-28T15:11:59.011Z Downloaded bitfield v0.19.4
5962026-05-28T15:11:59.011Z Downloaded defmt v0.3.100
5972026-05-28T15:11:59.011Z Downloaded derive-where v1.6.0
5982026-05-28T15:11:59.015Z Downloaded derive_builder v0.20.2
5992026-05-28T15:11:59.016Z Downloaded float-ord v0.3.2
6002026-05-28T15:11:59.016Z Downloaded bitfield-struct v0.6.2
6012026-05-28T15:11:59.016Z Downloaded data-encoding v2.10.0
6022026-05-28T15:11:59.023Z Downloaded debug-ignore v1.0.5
6032026-05-28T15:11:59.023Z Downloaded difflib v0.4.0
6042026-05-28T15:11:59.023Z Downloaded daft-derive v0.1.7
6052026-05-28T15:11:59.027Z Downloaded cfg_aliases v0.2.1
6062026-05-28T15:11:59.027Z Downloaded darling_macro v0.13.4
6072026-05-28T15:11:59.027Z Downloaded crossbeam-deque v0.8.6
6082026-05-28T15:11:59.027Z Downloaded dof v0.4.0
6092026-05-28T15:11:59.027Z Downloaded ciborium-ll v0.2.2
6102026-05-28T15:11:59.028Z Downloaded enum-as-inner v0.6.1
6112026-05-28T15:11:59.028Z Downloaded downcast-rs v2.0.2
6122026-05-28T15:11:59.028Z Downloaded crc-catalog v2.4.0
6132026-05-28T15:11:59.033Z Downloaded darling_macro v0.20.11
6142026-05-28T15:11:59.033Z Downloaded crucible-workspace-hack v0.1.0
6152026-05-28T15:11:59.033Z Downloaded cargo-platform v0.3.2
6162026-05-28T15:11:59.033Z Downloaded endian-type v0.1.2
6172026-05-28T15:11:59.033Z Downloaded base16ct v0.2.0
6182026-05-28T15:11:59.033Z Downloaded async-stream-impl v0.3.6
6192026-05-28T15:11:59.033Z Downloaded arrayref v0.3.9
6202026-05-28T15:11:59.036Z Downloaded crc v3.4.0
6212026-05-28T15:11:59.036Z Downloaded fd-lock v4.0.4
6222026-05-28T15:11:59.036Z Downloaded dirs-next v2.0.0
6232026-05-28T15:11:59.036Z Downloaded buf-list v1.1.2
6242026-05-28T15:11:59.039Z Downloaded fallible-iterator v0.2.0
6252026-05-28T15:11:59.039Z Downloaded defmt-macros v1.0.1
6262026-05-28T15:11:59.042Z Downloaded convert_case v0.4.0
6272026-05-28T15:11:59.042Z Downloaded atty v0.2.14
6282026-05-28T15:11:59.042Z Downloaded atomic-waker v1.1.2
6292026-05-28T15:11:59.045Z Downloaded curve25519-dalek-derive v0.1.1
6302026-05-28T15:11:59.046Z Downloaded embedded-io v0.4.0
6312026-05-28T15:11:59.046Z Downloaded crunchy v0.2.4
6322026-05-28T15:11:59.046Z Downloaded cobs v0.3.0
6332026-05-28T15:11:59.050Z Downloaded dyn-clone v1.0.20
6342026-05-28T15:11:59.050Z Downloaded castaway v0.2.4
6352026-05-28T15:11:59.050Z Downloaded cargo_metadata v0.23.1
6362026-05-28T15:11:59.050Z Downloaded blowfish v0.9.1
6372026-05-28T15:11:59.053Z Downloaded argon2 v0.5.3
6382026-05-28T15:11:59.053Z Downloaded crc8 v0.1.1
6392026-05-28T15:11:59.053Z Downloaded bzip2 v0.4.4
6402026-05-28T15:11:59.053Z Downloaded foreign-types v0.3.2
6412026-05-28T15:11:59.056Z Downloaded bcrypt-pbkdf v0.10.0
6422026-05-28T15:11:59.056Z Downloaded arrayvec v0.7.6
6432026-05-28T15:11:59.056Z Downloaded dsl_auto_type v0.2.0
6442026-05-28T15:11:59.059Z Downloaded cpufeatures v0.3.0
6452026-05-28T15:11:59.059Z Downloaded foreign-types-shared v0.1.1
6462026-05-28T15:11:59.059Z Downloaded darling_macro v0.21.3
6472026-05-28T15:11:59.059Z Downloaded dunce v1.0.5
6482026-05-28T15:11:59.062Z Downloaded diesel_table_macro_syntax v0.3.0
6492026-05-28T15:11:59.062Z Downloaded async-stream v0.3.6
6502026-05-28T15:11:59.062Z Downloaded embedded-io v0.6.1
6512026-05-28T15:11:59.065Z Downloaded compression-core v0.4.31
6522026-05-28T15:11:59.065Z Downloaded assert_matches v1.5.0
6532026-05-28T15:11:59.065Z Downloaded aead v0.5.2
6542026-05-28T15:11:59.065Z Downloaded ciborium-io v0.2.2
6552026-05-28T15:11:59.068Z Downloaded cexpr v0.6.0
6562026-05-28T15:11:59.069Z Downloaded dropshot-api-manager-types v0.7.2
6572026-05-28T15:11:59.069Z Downloaded bit-vec v0.8.0
6582026-05-28T15:11:59.071Z Downloaded float-cmp v0.10.0
6592026-05-28T15:11:59.072Z Downloaded futures-core v0.3.32
6602026-05-28T15:11:59.072Z Downloaded futures-sink v0.3.32
6612026-05-28T15:11:59.072Z Downloaded futures-io v0.3.32
6622026-05-28T15:11:59.075Z Downloaded dtrace-parser v0.3.0
6632026-05-28T15:11:59.075Z Downloaded funty v2.0.0
6642026-05-28T15:11:59.075Z Downloaded globwalk v0.9.1
6652026-05-28T15:11:59.075Z Downloaded defmt-parser v1.0.0
6662026-05-28T15:11:59.080Z Downloaded darling_macro v0.23.0
6672026-05-28T15:11:59.080Z Downloaded atomicwrites v0.4.4
6682026-05-28T15:11:59.080Z Downloaded env_filter v1.0.0
6692026-05-28T15:11:59.080Z Downloaded byte-wrapper v0.1.0
6702026-05-28T15:11:59.091Z Downloaded fixedbitset v0.4.2
6712026-05-28T15:11:59.091Z Downloaded corncobs v0.1.4
6722026-05-28T15:11:59.091Z Downloaded either v1.15.0
6732026-05-28T15:11:59.091Z Downloaded display-error-chain v0.2.2
6742026-05-28T15:11:59.091Z Downloaded ascii-canvas v3.0.0
6752026-05-28T15:11:59.091Z Downloaded const_format_proc_macros v0.2.34
6762026-05-28T15:11:59.095Z Downloaded ed25519 v2.2.3
6772026-05-28T15:11:59.095Z Downloaded ghash v0.5.1
6782026-05-28T15:11:59.095Z Downloaded ff v0.13.1
6792026-05-28T15:11:59.095Z Downloaded ena v0.14.4
6802026-05-28T15:11:59.095Z Downloaded fatfs v0.3.6
6812026-05-28T15:11:59.095Z Downloaded chacha20 v0.10.0
6822026-05-28T15:11:59.095Z Downloaded fxhash v0.2.1
6832026-05-28T15:11:59.095Z Downloaded constant_time_eq v0.4.2
6842026-05-28T15:11:59.098Z Downloaded compression-codecs v0.4.37
6852026-05-28T15:11:59.098Z Downloaded cassowary v0.3.0
6862026-05-28T15:11:59.098Z Downloaded gethostname v0.5.0
6872026-05-28T15:11:59.101Z Downloaded async-bb8-diesel v0.2.1
6882026-05-28T15:11:59.101Z Downloaded headers-core v0.3.0
6892026-05-28T15:11:59.101Z Downloaded hash32 v0.3.1
6902026-05-28T15:11:59.105Z Downloaded camino-tempfile-ext v0.3.3
6912026-05-28T15:11:59.107Z Downloaded blake2 v0.10.6
6922026-05-28T15:11:59.107Z Downloaded hex v0.4.3
6932026-05-28T15:11:59.110Z Downloaded hex-literal v0.4.1
6942026-05-28T15:11:59.110Z Downloaded bit-vec v0.6.3
6952026-05-28T15:11:59.110Z Downloaded futures-task v0.3.32
6962026-05-28T15:11:59.110Z Downloaded foreign-types-shared v0.3.1
6972026-05-28T15:11:59.110Z Downloaded cipher v0.4.4
6982026-05-28T15:11:59.110Z Downloaded array-init v0.0.4
6992026-05-28T15:11:59.115Z Downloaded hostname v0.4.2
7002026-05-28T15:11:59.115Z Downloaded home v0.5.12
7012026-05-28T15:11:59.115Z Downloaded cmake v0.1.57
7022026-05-28T15:11:59.118Z Downloaded hubpack_derive v0.1.1
7032026-05-28T15:11:59.118Z Downloaded hubpack v0.1.2
7042026-05-28T15:11:59.118Z Downloaded http-range v0.1.5
7052026-05-28T15:11:59.118Z Downloaded foreign-types v0.5.0
7062026-05-28T15:11:59.119Z Downloaded bitflags v1.3.2
7072026-05-28T15:11:59.119Z Downloaded git-stub v1.0.0
7082026-05-28T15:11:59.123Z Downloaded foldhash v0.1.5
7092026-05-28T15:11:59.123Z Downloaded colored v3.1.1
7102026-05-28T15:11:59.126Z Downloaded env_logger v0.11.9
7112026-05-28T15:11:59.126Z Downloaded dirs-sys-next v0.1.2
7122026-05-28T15:11:59.126Z Downloaded cookie_store v0.22.1
7132026-05-28T15:11:59.131Z Downloaded der_derive v0.7.3
7142026-05-28T15:11:59.131Z Downloaded darling v0.13.4
7152026-05-28T15:11:59.131Z Downloaded erased-serde v0.3.31
7162026-05-28T15:11:59.139Z Downloaded defmt v1.0.1
7172026-05-28T15:11:59.139Z Downloaded critical-section v1.2.0
7182026-05-28T15:11:59.139Z Downloaded convert_case v0.10.0
7192026-05-28T15:11:59.144Z Downloaded ident_case v1.0.1
7202026-05-28T15:11:59.144Z Downloaded hyper-tls v0.6.0
7212026-05-28T15:11:59.144Z Downloaded hash32 v0.2.1
7222026-05-28T15:11:59.144Z Downloaded foreign-types-macros v0.2.3
7232026-05-28T15:11:59.144Z Downloaded const-oid v0.9.6
7242026-05-28T15:11:59.144Z Downloaded git-stub-vcs v0.1.0
7252026-05-28T15:11:59.144Z Downloaded filetime v0.2.27
7262026-05-28T15:11:59.144Z Downloaded darling_core v0.23.0
7272026-05-28T15:11:59.148Z Downloaded instability v0.3.11
7282026-05-28T15:11:59.149Z Downloaded illumos-nvpair-sys v0.2.0
7292026-05-28T15:11:59.149Z Downloaded illumos-nvpair v0.3.0
7302026-05-28T15:11:59.149Z Downloaded http-body v1.0.1
7312026-05-28T15:11:59.153Z Downloaded ciborium v0.2.2
7322026-05-28T15:11:59.153Z Downloaded is_ci v1.2.0
7332026-05-28T15:11:59.153Z Downloaded cc v1.2.56
7342026-05-28T15:11:59.153Z Downloaded group v0.13.0
7352026-05-28T15:11:59.156Z Downloaded foldhash v0.2.0
7362026-05-28T15:11:59.157Z Downloaded globset v0.4.18
7372026-05-28T15:11:59.157Z Downloaded find-msvc-tools v0.1.9
7382026-05-28T15:11:59.161Z Downloaded hostname v0.3.1
7392026-05-28T15:11:59.161Z Downloaded httpdate v1.0.3
7402026-05-28T15:11:59.161Z Downloaded des v0.8.1
7412026-05-28T15:11:59.161Z Downloaded indoc v1.0.9
7422026-05-28T15:11:59.164Z Downloaded fs-err v2.11.0
7432026-05-28T15:11:59.164Z Downloaded console v0.16.2
7442026-05-28T15:11:59.165Z Downloaded async-trait v0.1.89
7452026-05-28T15:11:59.168Z Downloaded is-terminal v0.4.17
7462026-05-28T15:11:59.168Z Downloaded inout v0.1.4
7472026-05-28T15:11:59.168Z Downloaded indent_write v2.2.0
7482026-05-28T15:11:59.173Z Downloaded backoff v0.4.0
7492026-05-28T15:11:59.173Z Downloaded kstat-rs v0.2.4
7502026-05-28T15:11:59.173Z Downloaded keccak v0.1.6
7512026-05-28T15:11:59.176Z Downloaded cstr-argument v0.1.2
7522026-05-28T15:11:59.176Z Downloaded aho-corasick v1.1.4
7532026-05-28T15:11:59.176Z Downloaded libscf-sys v1.2.0
7542026-05-28T15:11:59.176Z Downloaded futures-macro v0.3.32
7552026-05-28T15:11:59.180Z Downloaded cancel-safe-futures v0.1.5
7562026-05-28T15:11:59.180Z Downloaded lalrpop-util v0.19.12
7572026-05-28T15:11:59.180Z Downloaded lru v0.12.5
7582026-05-28T15:11:59.183Z Downloaded lru-slab v0.1.2
7592026-05-28T15:11:59.184Z Downloaded internet-checksum v0.2.1
7602026-05-28T15:11:59.184Z Downloaded bcs v0.1.6
7612026-05-28T15:11:59.184Z Downloaded humantime v2.3.0
7622026-05-28T15:11:59.187Z Downloaded http-body-util v0.1.3
7632026-05-28T15:11:59.187Z Downloaded highway v1.3.0
7642026-05-28T15:11:59.187Z Downloaded cookie v0.18.1
7652026-05-28T15:11:59.190Z Downloaded console v0.15.11
7662026-05-28T15:11:59.190Z Downloaded futures-executor v0.3.32
7672026-05-28T15:11:59.195Z Downloaded darling v0.21.3
7682026-05-28T15:11:59.201Z Downloaded match_cfg v0.1.0
7692026-05-28T15:11:59.201Z Downloaded lru-cache v0.1.2
7702026-05-28T15:11:59.202Z Downloaded md5 v0.7.0
7712026-05-28T15:11:59.202Z Downloaded getrandom v0.2.17
7722026-05-28T15:11:59.202Z Downloaded mime v0.3.17
7732026-05-28T15:11:59.207Z Downloaded maplit v1.0.2
7742026-05-28T15:11:59.207Z Downloaded managed v0.8.0
7752026-05-28T15:11:59.207Z Downloaded memoffset v0.9.1
7762026-05-28T15:11:59.207Z Downloaded crc-any v2.5.0
7772026-05-28T15:11:59.207Z Downloaded lzss v0.8.2
7782026-05-28T15:11:59.207Z Downloaded ecdsa v0.16.9
7792026-05-28T15:11:59.207Z Downloaded diesel_derives v2.3.7
7802026-05-28T15:11:59.210Z Downloaded multimap v0.10.1
7812026-05-28T15:11:59.210Z Downloaded md-5 v0.10.6
7822026-05-28T15:11:59.214Z Downloaded ingot v0.1.1
7832026-05-28T15:11:59.214Z Downloaded maybe-uninit v2.0.0
7842026-05-28T15:11:59.214Z Downloaded lazy_static v1.5.0
7852026-05-28T15:11:59.217Z Downloaded instant v0.1.13
7862026-05-28T15:11:59.217Z Downloaded indoc v2.0.7
7872026-05-28T15:11:59.217Z Downloaded impl-trait-for-tuples v0.2.3
7882026-05-28T15:11:59.220Z Downloaded num v0.4.3
7892026-05-28T15:11:59.220Z Downloaded newtype-uuid-macros v0.1.0
7902026-05-28T15:11:59.220Z Downloaded newtype_derive v0.1.6
7912026-05-28T15:11:59.224Z Downloaded new_debug_unreachable v1.0.6
7922026-05-28T15:11:59.224Z Downloaded normalize-line-endings v0.3.0
7932026-05-28T15:11:59.224Z Downloaded nodrop v0.1.14
7942026-05-28T15:11:59.224Z Downloaded nonempty v0.12.0
7952026-05-28T15:11:59.228Z Downloaded nibble_vec v0.1.0
7962026-05-28T15:11:59.228Z Downloaded num-conv v0.2.0
7972026-05-28T15:11:59.228Z Downloaded ipnet v2.11.0
7982026-05-28T15:11:59.229Z Downloaded ingot-types v0.1.2
7992026-05-28T15:11:59.234Z Downloaded newline-converter v0.3.0
8002026-05-28T15:11:59.234Z Downloaded ipnetwork v0.21.1
8012026-05-28T15:11:59.234Z Downloaded hyper-staticfile v0.10.1
8022026-05-28T15:11:59.234Z Downloaded half v1.8.3
8032026-05-28T15:11:59.234Z Downloaded futures-channel v0.3.32
8042026-05-28T15:11:59.237Z Downloaded hmac v0.12.1
8052026-05-28T15:11:59.237Z Downloaded glob v0.3.3
8062026-05-28T15:11:59.237Z Downloaded linked-hash-map v0.5.6
8072026-05-28T15:11:59.237Z Downloaded clang-sys v1.8.1
8082026-05-28T15:11:59.240Z Downloaded backon v1.6.0
8092026-05-28T15:11:59.240Z Downloaded num-iter v0.1.45
8102026-05-28T15:11:59.243Z Downloaded olpc-cjson v0.1.4
8112026-05-28T15:11:59.243Z Downloaded libloading v0.8.9
8122026-05-28T15:11:59.243Z Downloaded libefi-sys v0.1.0
8132026-05-28T15:11:59.248Z Downloaded jobserver v0.1.34
8142026-05-28T15:11:59.248Z Downloaded num_threads v0.1.7
8152026-05-28T15:11:59.248Z Downloaded libsw-core v0.3.2
8162026-05-28T15:11:59.258Z Downloaded bytes v1.11.1
8172026-05-28T15:11:59.258Z Downloaded linear-map v1.2.0
8182026-05-28T15:11:59.258Z Downloaded lock_api v0.4.14
8192026-05-28T15:11:59.266Z Downloaded elliptic-curve v0.13.8
8202026-05-28T15:11:59.266Z Downloaded openssl-probe v0.1.6
8212026-05-28T15:11:59.266Z Downloaded openssl-macros v0.1.1
8222026-05-28T15:11:59.266Z Downloaded opaque-debug v0.3.1
8232026-05-28T15:11:59.266Z Downloaded num_enum_derive v0.5.11
8242026-05-28T15:11:59.266Z Downloaded futures v0.3.32
8252026-05-28T15:11:59.267Z Downloaded chacha20poly1305 v0.10.1
8262026-05-28T15:11:59.270Z Downloaded bumpalo v3.20.2
8272026-05-28T15:11:59.270Z Downloaded hyper-rustls v0.27.7
8282026-05-28T15:11:59.270Z Downloaded oso-derive v0.27.3
8292026-05-28T15:11:59.270Z Downloaded openssl-probe v0.2.1
8302026-05-28T15:11:59.270Z Downloaded dropshot_endpoint v0.17.0
8312026-05-28T15:11:59.270Z Downloaded mime_guess v2.0.5
8322026-05-28T15:11:59.270Z Downloaded libsw v3.5.0
8332026-05-28T15:11:59.274Z Downloaded darling_core v0.20.11
8342026-05-28T15:11:59.274Z Downloaded darling_core v0.13.4
8352026-05-28T15:11:59.278Z Downloaded parse-display v0.10.0
8362026-05-28T15:11:59.278Z Downloaded packed_struct_codegen v0.10.1
8372026-05-28T15:11:59.285Z Downloaded iana-time-zone v0.1.65
8382026-05-28T15:11:59.285Z Downloaded httparse v1.10.1
8392026-05-28T15:11:59.285Z Downloaded ingot-macros v0.1.1
8402026-05-28T15:11:59.289Z Downloaded newtype-uuid v1.3.2
8412026-05-28T15:11:59.289Z Downloaded multer v3.1.0
8422026-05-28T15:11:59.289Z Downloaded parse-size v1.1.0
8432026-05-28T15:11:59.289Z Downloaded native-tls v0.2.18
8442026-05-28T15:11:59.289Z Downloaded nanorand v0.7.0
8452026-05-28T15:11:59.289Z Downloaded num-derive v0.4.2
8462026-05-28T15:11:59.294Z Downloaded der v0.7.10
8472026-05-28T15:11:59.294Z Downloaded pbkdf2 v0.11.0
8482026-05-28T15:11:59.298Z Downloaded crossbeam-utils v0.8.21
8492026-05-28T15:11:59.298Z Downloaded num-complex v0.4.6
8502026-05-28T15:11:59.298Z Downloaded half v2.7.1
8512026-05-28T15:11:59.305Z Downloaded num_enum v0.7.5
8522026-05-28T15:11:59.305Z Downloaded getrandom v0.3.4
8532026-05-28T15:11:59.309Z Downloaded pbkdf2 v0.12.2
8542026-05-28T15:11:59.309Z Downloaded num_enum v0.5.11
8552026-05-28T15:11:59.309Z Downloaded num-rational v0.4.2
8562026-05-28T15:11:59.309Z Downloaded compact_str v0.8.1
8572026-05-28T15:11:59.312Z Downloaded pin-utils v0.1.0
8582026-05-28T15:11:59.312Z Downloaded phf_shared v0.13.1
8592026-05-28T15:11:59.312Z Downloaded peg-runtime v0.8.5
8602026-05-28T15:11:59.312Z Downloaded base64 v0.22.1
8612026-05-28T15:11:59.315Z Downloaded phf_shared v0.12.1
8622026-05-28T15:11:59.315Z Downloaded phf_shared v0.11.3
8632026-05-28T15:11:59.320Z Downloaded num_enum_derive v0.7.5
8642026-05-28T15:11:59.320Z Downloaded path-slash v0.1.5
8652026-05-28T15:11:59.320Z Downloaded num-integer v0.1.46
8662026-05-28T15:11:59.320Z Downloaded nu-ansi-term v0.50.3
8672026-05-28T15:11:59.324Z Downloaded crossbeam-channel v0.5.15
8682026-05-28T15:11:59.324Z Downloaded precomputed-hash v0.1.1
8692026-05-28T15:11:59.324Z Downloaded powerfmt v0.2.0
8702026-05-28T15:11:59.329Z Downloaded flume v0.11.1
8712026-05-28T15:11:59.332Z Downloaded predicates-core v1.0.10
8722026-05-28T15:11:59.332Z Downloaded darling_core v0.21.3
8732026-05-28T15:11:59.332Z Downloaded proc-macro-crate v1.3.1
8742026-05-28T15:11:59.336Z Downloaded packed_struct v0.10.1
8752026-05-28T15:11:59.336Z Downloaded memmap2 v0.9.10
8762026-05-28T15:11:59.336Z Downloaded crossbeam-epoch v0.9.18
8772026-05-28T15:11:59.342Z Downloaded predicates-tree v1.0.13
8782026-05-28T15:11:59.342Z Downloaded crossterm v0.28.1
8792026-05-28T15:11:59.352Z Downloaded oxnet v0.1.4
8802026-05-28T15:11:59.352Z Downloaded proc-macro-crate v3.4.0
8812026-05-28T15:11:59.352Z Downloaded proc-macro-error-attr2 v2.0.0
8822026-05-28T15:11:59.359Z Downloaded quick-error v1.2.3
8832026-05-28T15:11:59.362Z Downloaded arc-swap v1.8.2
8842026-05-28T15:11:59.362Z Downloaded psl-types v2.0.11
8852026-05-28T15:11:59.366Z Downloaded progenitor-macro v0.11.2
8862026-05-28T15:11:59.366Z Downloaded progenitor-client v0.14.0
8872026-05-28T15:11:59.366Z Downloaded progenitor-client v0.11.2
8882026-05-28T15:11:59.369Z Downloaded progenitor-client v0.10.0
8892026-05-28T15:11:59.369Z Downloaded pem-rfc7468 v0.7.0
8902026-05-28T15:11:59.369Z Downloaded pem v3.0.6
8912026-05-28T15:11:59.369Z Downloaded heapless v0.7.17
8922026-05-28T15:11:59.373Z Downloaded peg v0.8.5
8932026-05-28T15:11:59.377Z Downloaded pkcs8 v0.10.2
8942026-05-28T15:11:59.377Z Downloaded pin-project-lite v0.2.17
8952026-05-28T15:11:59.381Z Downloaded progenitor-macro v0.14.0
8962026-05-28T15:11:59.385Z Downloaded rand_xorshift v0.4.0
8972026-05-28T15:11:59.385Z Downloaded rand_chacha v0.3.1
8982026-05-28T15:11:59.385Z Downloaded phf v0.13.1
8992026-05-28T15:11:59.385Z Downloaded peg-macros v0.8.5
9002026-05-28T15:11:59.388Z Downloaded pin-project-internal v1.1.11
9012026-05-28T15:11:59.388Z Downloaded radium v0.7.0
9022026-05-28T15:11:59.388Z Downloaded predicates v3.1.4
9032026-05-28T15:11:59.394Z Downloaded ppv-lite86 v0.2.21
9042026-05-28T15:11:59.394Z Downloaded poly1305 v0.8.0
9052026-05-28T15:11:59.398Z Downloaded headers v0.4.1
9062026-05-28T15:11:59.398Z Downloaded pkg-config v0.3.32
9072026-05-28T15:11:59.398Z Downloaded flate2 v1.1.9
9082026-05-28T15:11:59.404Z Downloaded ref-cast v1.0.25
9092026-05-28T15:11:59.408Z Downloaded recursive-proc-macro-impl v0.1.1
9102026-05-28T15:11:59.408Z Downloaded litrs v1.0.0
9112026-05-28T15:11:59.408Z Downloaded crypto-bigint v0.5.5
9122026-05-28T15:11:59.412Z Downloaded rfc6979 v0.4.0
9132026-05-28T15:11:59.412Z Downloaded primeorder v0.13.6
9142026-05-28T15:11:59.415Z Downloaded ref-cast-impl v1.0.25
9152026-05-28T15:11:59.415Z Downloaded recursive v0.1.1
9162026-05-28T15:11:59.415Z Downloaded postgres-protocol v0.6.10
9172026-05-28T15:11:59.418Z Downloaded progenitor-client v0.13.0
9182026-05-28T15:11:59.418Z Downloaded progenitor-macro v0.13.0
9192026-05-28T15:11:59.418Z Downloaded paste v1.0.15
9202026-05-28T15:11:59.421Z Downloaded progenitor-extras v0.2.0
9212026-05-28T15:11:59.421Z Downloaded proc-macro-error2 v2.0.1
9222026-05-28T15:11:59.424Z Downloaded parking_lot v0.12.5
9232026-05-28T15:11:59.428Z Downloaded progenitor v0.13.0
9242026-05-28T15:11:59.428Z Downloaded rustc-hash v2.1.1
9252026-05-28T15:11:59.428Z Downloaded russh-cryptovec v0.7.3
9262026-05-28T15:11:59.428Z Downloaded rtoolbox v0.0.3
9272026-05-28T15:11:59.431Z Downloaded psm v0.1.30
9282026-05-28T15:11:59.431Z Downloaded rustc_version v0.1.7
9292026-05-28T15:11:59.435Z Downloaded parse-display-derive v0.10.0
9302026-05-28T15:11:59.435Z Downloaded ignore v0.4.25
9312026-05-28T15:11:59.436Z Downloaded hickory-resolver v0.24.4
9322026-05-28T15:11:59.439Z Downloaded hickory-resolver v0.25.2
9332026-05-28T15:11:59.448Z Downloaded pkcs5 v0.7.1
9342026-05-28T15:11:59.448Z Downloaded rand_core v0.9.5
9352026-05-28T15:11:59.448Z Downloaded r2d2 v0.8.10
9362026-05-28T15:11:59.448Z Downloaded base64 v0.21.7
9372026-05-28T15:11:59.458Z Downloaded progenitor v0.14.0
9382026-05-28T15:11:59.458Z Downloaded rand_chacha v0.9.0
9392026-05-28T15:11:59.458Z Downloaded pkcs1 v0.7.5
9402026-05-28T15:11:59.463Z Downloaded postgres-types v0.2.12
9412026-05-28T15:11:59.463Z Downloaded expectorate v1.2.0
9422026-05-28T15:11:59.463Z Downloaded progenitor v0.11.2
9432026-05-28T15:11:59.463Z Downloaded parking_lot_core v0.9.12
9442026-05-28T15:11:59.463Z Downloaded rand_core v0.6.4
9452026-05-28T15:11:59.463Z Downloaded parking_lot v0.11.2
9462026-05-28T15:11:59.463Z Downloaded polyval v0.6.2
9472026-05-28T15:11:59.469Z Downloaded owo-colors v4.3.0
9482026-05-28T15:11:59.469Z Downloaded salsa20 v0.10.2
9492026-05-28T15:11:59.469Z Downloaded papergrid v0.17.0
9502026-05-28T15:11:59.474Z Downloaded postcard v1.1.3
9512026-05-28T15:11:59.474Z Downloaded rand_seeder v0.4.0
9522026-05-28T15:11:59.474Z Downloaded rand_core v0.10.0
9532026-05-28T15:11:59.477Z Downloaded p256 v0.13.2
9542026-05-28T15:11:59.477Z Downloaded sapling-renderdag v0.1.0
9552026-05-28T15:11:59.477Z Downloaded secrecy v0.8.0
9562026-05-28T15:11:59.484Z Downloaded oso v0.27.3
9572026-05-28T15:11:59.484Z Downloaded omicron-zone-package v0.12.2
9582026-05-28T15:11:59.489Z Downloaded miniz_oxide v0.8.9
9592026-05-28T15:11:59.489Z Downloaded const_format v0.2.35
9602026-05-28T15:11:59.489Z Downloaded libbz2-rs-sys v0.2.2
9612026-05-28T15:11:59.492Z Downloaded heapless v0.8.0
9622026-05-28T15:11:59.492Z Downloaded scheduled-thread-pool v0.2.7
9632026-05-28T15:11:59.492Z Downloaded same-file v1.0.6
9642026-05-28T15:11:59.496Z Downloaded scrypt v0.11.0
9652026-05-28T15:11:59.497Z Downloaded password-hash v0.5.0
9662026-05-28T15:11:59.497Z Downloaded resolv-conf v0.7.6
9672026-05-28T15:11:59.500Z Downloaded password-hash v0.4.2
9682026-05-28T15:11:59.500Z Downloaded scroll_derive v0.13.1
9692026-05-28T15:11:59.500Z Downloaded scopeguard v1.2.0
9702026-05-28T15:11:59.504Z Downloaded serde_bytes v0.11.19
9712026-05-28T15:11:59.504Z Downloaded serde-big-array v0.5.1
9722026-05-28T15:11:59.504Z Downloaded parking_lot_core v0.8.6
9732026-05-28T15:11:59.508Z Downloaded quinn-udp v0.5.14
9742026-05-28T15:11:59.508Z Downloaded derive_more-impl v2.1.1
9752026-05-28T15:11:59.524Z Downloaded seq-macro v0.3.6
9762026-05-28T15:11:59.524Z Downloaded rustc_version v0.4.1
9772026-05-28T15:11:59.524Z Downloaded pin-project v1.1.11
9782026-05-28T15:11:59.534Z Downloaded serde_urlencoded v0.7.1
9792026-05-28T15:11:59.534Z Downloaded async-compression v0.4.41
9802026-05-28T15:11:59.534Z Downloaded signal-hook-tokio v0.3.1
9812026-05-28T15:11:59.534Z Downloaded sha1 v0.10.6
9822026-05-28T15:11:59.534Z Downloaded phf v0.12.1
9832026-05-28T15:11:59.534Z Downloaded serde_plain v1.0.2
9842026-05-28T15:11:59.542Z Downloaded rustls-pemfile v1.0.4
9852026-05-28T15:11:59.543Z Downloaded jiff-static v0.2.21
9862026-05-28T15:11:59.543Z Downloaded serde_repr v0.1.20
9872026-05-28T15:11:59.543Z Downloaded serde_spanned v1.0.4
9882026-05-28T15:11:59.543Z Downloaded shell-words v1.1.1
9892026-05-28T15:11:59.543Z Downloaded ed25519-dalek v2.2.0
9902026-05-28T15:11:59.543Z Downloaded indexmap v1.9.3
9912026-05-28T15:11:59.553Z Downloaded slog-envlogger v2.2.0
9922026-05-28T15:11:59.553Z Downloaded rustls-native-certs v0.8.3
9932026-05-28T15:11:59.553Z Downloaded siphasher v1.0.2
9942026-05-28T15:11:59.554Z Downloaded aes v0.8.4
9952026-05-28T15:11:59.562Z Downloaded signature v2.2.0
9962026-05-28T15:11:59.562Z Downloaded oxide-tokio-rt v0.1.4
9972026-05-28T15:11:59.562Z Downloaded derive_more v2.1.1
9982026-05-28T15:11:59.562Z Downloaded slog-bunyan v2.5.0
9992026-05-28T15:11:59.562Z Downloaded sigpipe v0.1.3
10002026-05-28T15:11:59.562Z Downloaded indicatif v0.18.4
10012026-05-28T15:11:59.568Z Downloaded schemars_derive v0.8.22
10022026-05-28T15:11:59.568Z Downloaded prefix-trie v0.7.0
10032026-05-28T15:11:59.577Z Downloaded rusty-fork v0.3.1
10042026-05-28T15:11:59.577Z Downloaded sct v0.7.1
10052026-05-28T15:11:59.577Z Downloaded progenitor-impl v0.11.2
10062026-05-28T15:11:59.586Z Downloaded sec1 v0.7.3
10072026-05-28T15:11:59.586Z Downloaded scroll v0.13.0
10082026-05-28T15:11:59.586Z Downloaded progenitor-impl v0.13.0
10092026-05-28T15:11:59.586Z Downloaded progenitor-impl v0.14.0
10102026-05-28T15:11:59.586Z Downloaded serde-hex v0.1.0
10112026-05-28T15:11:59.590Z Downloaded semver v0.1.20
10122026-05-28T15:11:59.590Z Downloaded hashbrown v0.12.3
10132026-05-28T15:11:59.590Z Downloaded ssh-encoding v0.2.0
10142026-05-28T15:11:59.590Z Downloaded ssh-cipher v0.2.0
10152026-05-28T15:11:59.590Z Downloaded sqlparser_derive v0.5.0
10162026-05-28T15:11:59.590Z Downloaded serde_derive_internals v0.29.1
10172026-05-28T15:11:59.595Z Downloaded serde_path_to_error v0.1.20
10182026-05-28T15:11:59.595Z Downloaded rustls-pemfile v2.2.0
10192026-05-28T15:11:59.601Z Downloaded signal-hook-registry v1.4.8
10202026-05-28T15:11:59.604Z Downloaded rustls-pki-types v1.14.0
10212026-05-28T15:11:59.604Z Downloaded russh-keys v0.45.0
10222026-05-28T15:11:59.607Z Downloaded shlex v1.3.0
10232026-05-28T15:11:59.612Z Downloaded serde_with_macros v1.5.2
10242026-05-28T15:11:59.612Z Downloaded strip-ansi-escapes v0.2.1
10252026-05-28T15:11:59.616Z Downloaded signal-hook-mio v0.2.5
10262026-05-28T15:11:59.616Z Downloaded simd-adler32 v0.3.8
10272026-05-28T15:11:59.616Z Downloaded strum v0.27.2
10282026-05-28T15:11:59.616Z Downloaded structmeta v0.3.0
10292026-05-28T15:11:59.616Z Downloaded strsim v0.10.0
10302026-05-28T15:11:59.620Z Downloaded openssl-sys v0.9.115
10312026-05-28T15:11:59.626Z Downloaded rcgen v0.12.1
10322026-05-28T15:11:59.626Z Downloaded hickory-server v0.25.2
10332026-05-28T15:11:59.630Z Downloaded slog-dtrace v0.3.0
10342026-05-28T15:11:59.630Z Downloaded slog-scope v4.4.1
10352026-05-28T15:11:59.630Z Downloaded strum v0.26.3
10362026-05-28T15:11:59.630Z Downloaded smallvec v0.6.14
10372026-05-28T15:11:59.631Z Downloaded rustversion v1.0.22
10382026-05-28T15:11:59.633Z Downloaded slog-async v2.8.0
10392026-05-28T15:11:59.633Z Downloaded slab v0.4.12
10402026-05-28T15:11:59.633Z Downloaded hashbrown v0.13.2
10412026-05-28T15:11:59.636Z Downloaded slog-json v2.6.1
10422026-05-28T15:11:59.641Z Downloaded smf v0.2.3
10432026-05-28T15:11:59.641Z Downloaded subtle v2.6.1
10442026-05-28T15:11:59.641Z Downloaded secrecy v0.10.3
10452026-05-28T15:11:59.645Z Downloaded tap v1.0.1
10462026-05-28T15:11:59.645Z Downloaded tagptr v0.2.0
10472026-05-28T15:11:59.645Z Downloaded termtree v0.5.1
10482026-05-28T15:11:59.645Z Downloaded tabwriter v1.4.1
10492026-05-28T15:11:59.649Z Downloaded supports-color v3.0.2
10502026-05-28T15:11:59.649Z Downloaded slog-term v2.9.2
10512026-05-28T15:11:59.649Z Downloaded take_mut v0.2.2
10522026-05-28T15:11:59.649Z Downloaded tabled_derive v0.11.0
10532026-05-28T15:11:59.652Z Downloaded sync_wrapper v1.0.2
10542026-05-28T15:11:59.652Z Downloaded slog-stdlog v4.1.1
10552026-05-28T15:11:59.652Z Downloaded spki v0.7.3
10562026-05-28T15:11:59.652Z Downloaded snafu-derive v0.8.9
10572026-05-28T15:11:59.656Z Downloaded minimal-lexical v0.2.1
10582026-05-28T15:11:59.659Z Downloaded itertools v0.10.5
10592026-05-28T15:11:59.664Z Downloaded static_assertions v1.1.0
10602026-05-28T15:11:59.664Z Downloaded serde_with_macros v3.17.0
10612026-05-28T15:11:59.667Z Downloaded string_cache v0.8.9
10622026-05-28T15:11:59.667Z Downloaded thiserror-impl-no-std v2.0.2
10632026-05-28T15:11:59.667Z Downloaded time-core v0.1.8
10642026-05-28T15:11:59.670Z Downloaded testing_table v0.3.0
10652026-05-28T15:11:59.670Z Downloaded sqlformat v0.3.5
10662026-05-28T15:11:59.679Z Downloaded structmeta-derive v0.3.0
10672026-05-28T15:11:59.684Z Downloaded thread-id v5.1.0
10682026-05-28T15:11:59.684Z Downloaded rayon-core v1.13.0
10692026-05-28T15:11:59.694Z Downloaded tinyvec_macros v0.1.1
10702026-05-28T15:11:59.694Z Downloaded stringprep v0.1.5
10712026-05-28T15:11:59.702Z Downloaded strum_macros v0.24.3
10722026-05-28T15:11:59.702Z Downloaded prettyplease v0.2.37
10732026-05-28T15:11:59.702Z Downloaded schemars v0.8.22
10742026-05-28T15:11:59.706Z Downloaded tokio-macros v2.7.0
10752026-05-28T15:11:59.706Z Downloaded strum_macros v0.27.2
10762026-05-28T15:11:59.706Z Downloaded hyper-util v0.1.20
10772026-05-28T15:11:59.715Z Downloaded qorb v0.4.1
10782026-05-28T15:11:59.715Z Downloaded support-bundle-viewer v0.1.2
10792026-05-28T15:11:59.715Z Downloaded mio v1.2.0
10802026-05-28T15:11:59.724Z Downloaded sync-ptr v0.1.4
10812026-05-28T15:11:59.724Z Downloaded strum_macros v0.26.4
10822026-05-28T15:11:59.724Z Downloaded dropshot-api-manager v0.7.2
10832026-05-28T15:11:59.728Z Downloaded termios v0.3.3
10842026-05-28T15:11:59.728Z Downloaded spin v0.9.8
10852026-05-28T15:11:59.729Z Downloaded rustls-platform-verifier v0.6.2
10862026-05-28T15:11:59.729Z Downloaded ron v0.8.1
10872026-05-28T15:11:59.733Z Downloaded serde_cbor v0.11.2
10882026-05-28T15:11:59.733Z Downloaded topological-sort v0.2.2
10892026-05-28T15:11:59.733Z Downloaded thiserror-no-std v2.0.2
10902026-05-28T15:11:59.742Z Downloaded tower-service v0.3.3
10912026-05-28T15:11:59.742Z Downloaded quinn v0.11.9
10922026-05-28T15:11:59.742Z Downloaded tower-layer v0.3.3
10932026-05-28T15:11:59.749Z Downloaded stacker v0.1.23
10942026-05-28T15:11:59.749Z Downloaded rand v0.8.6
10952026-05-28T15:11:59.749Z Downloaded trait-variant v0.1.2
10962026-05-28T15:11:59.750Z Downloaded thread_local v1.1.9
10972026-05-28T15:11:59.750Z Downloaded signal-hook v0.3.18
10982026-05-28T15:11:59.754Z Downloaded try-lock v0.2.5
10992026-05-28T15:11:59.754Z Downloaded hashbrown v0.16.1
11002026-05-28T15:11:59.755Z Downloaded http v1.4.0
11012026-05-28T15:11:59.759Z Downloaded num-bigint v0.4.6
11022026-05-28T15:11:59.759Z Downloaded tls_codec v0.4.2
11032026-05-28T15:11:59.759Z Downloaded slog v2.8.2
11042026-05-28T15:11:59.763Z Downloaded tokio-dtrace v0.1.1
11052026-05-28T15:11:59.763Z Downloaded time-macros v0.2.27
11062026-05-28T15:11:59.768Z Downloaded typify-macro v0.6.2
11072026-05-28T15:11:59.768Z Downloaded unarray v0.1.4
11082026-05-28T15:11:59.768Z Downloaded typify-macro v0.4.3
11092026-05-28T15:11:59.768Z Downloaded similar v2.7.0
11102026-05-28T15:11:59.775Z Downloaded tls_codec_derive v0.4.2
11112026-05-28T15:11:59.775Z Downloaded ryu v1.0.23
11122026-05-28T15:11:59.780Z Downloaded iri-string v0.7.10
11132026-05-28T15:11:59.780Z Downloaded rsa v0.9.10
11142026-05-28T15:11:59.786Z Downloaded universal-hash v0.5.1
11152026-05-28T15:11:59.786Z Downloaded unicode-truncate v1.1.0
11162026-05-28T15:11:59.791Z Downloaded untrusted v0.9.0
11172026-05-28T15:11:59.791Z Downloaded untrusted v0.7.1
11182026-05-28T15:11:59.791Z Downloaded tokio-native-tls v0.3.1
11192026-05-28T15:11:59.791Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11202026-05-28T15:11:59.791Z Downloaded tokio-tungstenite v0.21.0
11212026-05-28T15:11:59.797Z Downloaded pretty_assertions v1.4.1
11222026-05-28T15:11:59.800Z Downloaded usdt-macro v0.6.0
11232026-05-28T15:11:59.800Z Downloaded tokio-rustls v0.25.0
11242026-05-28T15:11:59.800Z Downloaded utf-8 v0.7.6
11252026-05-28T15:11:59.800Z Downloaded itertools v0.13.0
11262026-05-28T15:11:59.809Z Downloaded usdt v0.6.0
11272026-05-28T15:11:59.809Z Downloaded toml_writer v1.0.6+spec-1.1.0
11282026-05-28T15:11:59.821Z Downloaded publicsuffix v2.3.0
11292026-05-28T15:11:59.821Z Downloaded usdt-attr-macro v0.6.0
11302026-05-28T15:11:59.821Z Downloaded tokio-tungstenite v0.23.1
11312026-05-28T15:11:59.821Z Downloaded term v1.2.1
11322026-05-28T15:11:59.821Z Downloaded term v0.7.0
11332026-05-28T15:11:59.821Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11342026-05-28T15:11:59.845Z Downloaded libxml v0.3.3
11352026-05-28T15:11:59.845Z Downloaded hyper v1.8.1
11362026-05-28T15:11:59.845Z Downloaded void v1.0.2
11372026-05-28T15:11:59.845Z Downloaded tiny-keccak v2.0.2
11382026-05-28T15:11:59.845Z Downloaded bitvec v1.0.1
11392026-05-28T15:11:59.850Z Downloaded want v0.3.1
11402026-05-28T15:11:59.850Z Downloaded waitgroup v0.1.2
11412026-05-28T15:11:59.850Z Downloaded tui-tree-widget v0.23.1
11422026-05-28T15:11:59.851Z Downloaded tokio-rustls v0.26.4
11432026-05-28T15:11:59.851Z Downloaded tokio-rustls v0.24.1
11442026-05-28T15:11:59.851Z Downloaded subprocess v0.2.15
11452026-05-28T15:11:59.851Z Downloaded wait-timeout v0.2.1
11462026-05-28T15:11:59.851Z Downloaded unicase v2.9.0
11472026-05-28T15:11:59.851Z Downloaded serde_yaml v0.9.34+deprecated
11482026-05-28T15:11:59.851Z Downloaded nom v7.1.3
11492026-05-28T15:11:59.860Z Downloaded tokio-stream v0.1.18
11502026-05-28T15:11:59.860Z Downloaded rustls-webpki v0.103.9
11512026-05-28T15:11:59.860Z Downloaded xattr v1.6.1
11522026-05-28T15:11:59.865Z Downloaded rand v0.9.2
11532026-05-28T15:11:59.865Z Downloaded snafu v0.8.9
11542026-05-28T15:11:59.865Z Downloaded libm v0.2.16
11552026-05-28T15:11:59.872Z Downloaded itertools v0.12.1
11562026-05-28T15:11:59.881Z Downloaded zeroize_derive v1.4.3
11572026-05-28T15:11:59.881Z Downloaded unit-prefix v0.5.2
11582026-05-28T15:11:59.881Z Downloaded itertools v0.14.0
11592026-05-28T15:11:59.886Z Downloaded zone_cfg_derive v0.3.1
11602026-05-28T15:11:59.886Z Downloaded socket2 v0.5.10
11612026-05-28T15:11:59.886Z Downloaded tracing-attributes v0.1.31
11622026-05-28T15:11:59.886Z Downloaded test-strategy v0.4.5
11632026-05-28T15:11:59.886Z Downloaded samael v0.0.19
11642026-05-28T15:11:59.894Z Downloaded hkdf v0.12.4
11652026-05-28T15:11:59.894Z Downloaded vergen-gitcl v1.0.8
11662026-05-28T15:11:59.894Z Downloaded vergen-git2 v9.1.0
11672026-05-28T15:11:59.899Z Downloaded futures-util v0.3.32
11682026-05-28T15:11:59.903Z Downloaded zone v0.3.1
11692026-05-28T15:11:59.903Z Downloaded vergen-lib v9.1.0
11702026-05-28T15:11:59.903Z Downloaded tinyvec v1.10.0
11712026-05-28T15:11:59.903Z Downloaded schemars v1.2.1
11722026-05-28T15:11:59.912Z Downloaded whoami v1.6.1
11732026-05-28T15:11:59.915Z Downloaded walkdir v2.5.0
11742026-05-28T15:11:59.915Z Downloaded xshell-macros v0.2.7
11752026-05-28T15:11:59.915Z Downloaded wyz v0.5.1
11762026-05-28T15:11:59.915Z Downloaded russh v0.45.0
11772026-05-28T15:11:59.921Z Downloaded unicode-properties v0.1.4
11782026-05-28T15:11:59.928Z Downloaded toml_parser v1.0.9+spec-1.1.0
11792026-05-28T15:11:59.928Z Downloaded twox-hash v2.1.2
11802026-05-28T15:11:59.928Z Downloaded schemars v0.9.0
11812026-05-28T15:11:59.935Z Downloaded xshell v0.2.7
11822026-05-28T15:11:59.935Z Downloaded whoami v2.1.0
11832026-05-28T15:11:59.943Z Downloaded vergen v9.1.0
11842026-05-28T15:11:59.943Z Downloaded zeroize v1.8.2
11852026-05-28T15:11:59.943Z Downloaded usdt-impl v0.6.0
11862026-05-28T15:11:59.943Z Downloaded zstd-safe v7.2.4
11872026-05-28T15:11:59.943Z Downloaded tracing-core v0.1.36
11882026-05-28T15:11:59.943Z Downloaded tar v0.4.45
11892026-05-28T15:11:59.948Z Downloaded vsss-rs v3.3.4
11902026-05-28T15:11:59.948Z Downloaded zstd v0.13.3
11912026-05-28T15:11:59.948Z Downloaded vergen-lib v0.1.6
11922026-05-28T15:11:59.948Z Downloaded toml v0.7.8
11932026-05-28T15:11:59.948Z Downloaded tungstenite v0.21.0
11942026-05-28T15:11:59.952Z Downloaded toml v1.0.6+spec-1.1.0
11952026-05-28T15:11:59.952Z Downloaded p521 v0.13.3
11962026-05-28T15:11:59.955Z Downloaded socket2 v0.6.3
11972026-05-28T15:11:59.958Z Downloaded iddqd v0.4.2
11982026-05-28T15:11:59.961Z Downloaded crossterm v0.29.0
11992026-05-28T15:11:59.966Z Downloaded zerocopy v0.6.6
12002026-05-28T15:11:59.974Z Downloaded hashbrown v0.15.5
12012026-05-28T15:11:59.980Z Downloaded typify v0.6.2
12022026-05-28T15:11:59.980Z Downloaded toml_edit v0.23.10+spec-1.0.0
12032026-05-28T15:11:59.980Z Downloaded serde_with v1.14.0
12042026-05-28T15:11:59.983Z Downloaded rand v0.10.0
12052026-05-28T15:11:59.983Z Downloaded tungstenite v0.23.0
12062026-05-28T15:11:59.986Z Downloaded uzers v0.12.2
12072026-05-28T15:11:59.986Z Downloaded yasna v0.5.2
12082026-05-28T15:11:59.991Z Downloaded unicode-bidi v0.3.18
12092026-05-28T15:11:59.996Z Downloaded rustyline v14.0.0
12102026-05-28T15:11:59.996Z Downloaded h2 v0.4.13
12112026-05-28T15:12:00.002Z Downloaded rpassword v7.4.0
12122026-05-28T15:12:00.005Z Downloaded reedline v0.40.0
12132026-05-28T15:12:00.012Z Downloaded uuid v1.23.0
12142026-05-28T15:12:00.015Z Downloaded zopfli v0.8.3
12152026-05-28T15:12:00.015Z Downloaded num-bigint-dig v0.8.6
12162026-05-28T15:12:00.024Z Downloaded blake3 v1.8.3
12172026-05-28T15:12:00.026Z Downloaded steno v0.4.1
12182026-05-28T15:12:00.044Z Downloaded vte v0.14.1
12192026-05-28T15:12:00.044Z Downloaded tokio-postgres v0.7.16
12202026-05-28T15:12:00.044Z Downloaded unsafe-libyaml v0.2.11
12212026-05-28T15:12:00.049Z Downloaded regex v1.12.3
12222026-05-28T15:12:00.049Z Downloaded zip v0.6.6
12232026-05-28T15:12:00.054Z Downloaded rayon v1.11.0
12242026-05-28T15:12:00.059Z Downloaded toml_edit v0.19.15
12252026-05-28T15:12:00.068Z Downloaded unicode_categories v0.1.1
12262026-05-28T15:12:00.072Z Downloaded ssh-key v0.6.7
12272026-05-28T15:12:00.076Z Downloaded typify v0.4.3
12282026-05-28T15:12:00.079Z Downloaded bindgen v0.71.1
12292026-05-28T15:12:00.088Z Downloaded typed-path v0.9.3
12302026-05-28T15:12:00.093Z Downloaded yansi v1.0.1
12312026-05-28T15:12:00.093Z Downloaded salty v0.3.0
12322026-05-28T15:12:00.096Z Downloaded reqwest v0.13.2
12332026-05-28T15:12:00.100Z Downloaded x509-cert v0.2.5
12342026-05-28T15:12:00.103Z Downloaded reqwest v0.12.28
12352026-05-28T15:12:00.121Z Downloaded chrono v0.4.44
12362026-05-28T15:12:00.128Z Downloaded moka v0.12.13
12372026-05-28T15:12:00.128Z Downloaded git2 v0.20.4
12382026-05-28T15:12:00.139Z Downloaded aws-lc-rs v1.16.3
12392026-05-28T15:12:00.143Z Downloaded serde_with v3.17.0
12402026-05-28T15:12:00.143Z Downloaded p384 v0.13.1
12412026-05-28T15:12:00.152Z Downloaded quick-xml v0.37.5
12422026-05-28T15:12:00.163Z Downloaded object v0.30.4
12432026-05-28T15:12:00.168Z Downloaded unicode-normalization v0.1.25
12442026-05-28T15:12:00.171Z Downloaded rustls-webpki v0.101.7
12452026-05-28T15:12:00.179Z Downloaded unicode-segmentation v1.12.0
12462026-05-28T15:12:00.183Z Downloaded zerocopy-derive v0.8.40
12472026-05-28T15:12:00.190Z Downloaded tower v0.5.3
12482026-05-28T15:12:00.195Z Downloaded quinn-proto v0.11.13
12492026-05-28T15:12:00.204Z Downloaded portable-atomic v1.13.1
12502026-05-28T15:12:00.209Z Downloaded lalrpop v0.19.12
12512026-05-28T15:12:00.215Z Downloaded goblin v0.10.5
12522026-05-28T15:12:00.221Z Downloaded tower-http v0.6.8
12532026-05-28T15:12:00.225Z Downloaded zip v4.6.1
12542026-05-28T15:12:00.228Z Downloaded petname v2.0.2
12552026-05-28T15:12:00.231Z Downloaded curve25519-dalek v4.1.3
12562026-05-28T15:12:00.235Z Downloaded tabled v0.20.0
12572026-05-28T15:12:00.246Z Downloaded proptest v1.11.0
12582026-05-28T15:12:00.251Z Downloaded tokio-util v0.7.18
12592026-05-28T15:12:00.254Z Downloaded rustls v0.21.12
12602026-05-28T15:12:00.260Z Downloaded openssl v0.10.79
12612026-05-28T15:12:00.265Z Downloaded nix v0.31.2
12622026-05-28T15:12:00.272Z Downloaded rustls-webpki v0.102.8
12632026-05-28T15:12:00.282Z Downloaded tough v0.22.0
12642026-05-28T15:12:00.289Z Downloaded winnow v0.5.40
12652026-05-28T15:12:00.293Z Downloaded vcpkg v0.2.15
12662026-05-28T15:12:00.314Z Downloaded winnow v0.6.26
12672026-05-28T15:12:00.319Z Downloaded diesel v2.3.7
12682026-05-28T15:12:00.330Z Downloaded smoltcp v0.11.0
12692026-05-28T15:12:00.338Z Downloaded regex-syntax v0.8.10
12702026-05-28T15:12:00.342Z Downloaded webpki-roots v1.0.6
12712026-05-28T15:12:00.345Z Downloaded bstr v1.12.1
12722026-05-28T15:12:00.348Z Downloaded openapiv3 v2.2.0
12732026-05-28T15:12:00.355Z Downloaded hickory-proto v0.25.2
12742026-05-28T15:12:00.366Z Downloaded nix v0.28.0
12752026-05-28T15:12:00.369Z Downloaded radix_trie v0.2.1
12762026-05-28T15:12:00.372Z Downloaded smoltcp v0.9.1
12772026-05-28T15:12:00.378Z Downloaded time v0.3.47
12782026-05-28T15:12:00.385Z Downloaded polar-core v0.27.3
12792026-05-28T15:12:00.389Z Downloaded regex-syntax v0.6.29
12802026-05-28T15:12:00.396Z Downloaded zlib-rs v0.6.2
12812026-05-28T15:12:00.401Z Downloaded nix v0.27.1
12822026-05-28T15:12:00.404Z Downloaded object v0.37.3
12832026-05-28T15:12:00.409Z Downloaded tracing v0.1.44
12842026-05-28T15:12:00.423Z Downloaded sqlparser v0.61.0
12852026-05-28T15:12:00.426Z Downloaded hickory-proto v0.24.4
12862026-05-28T15:12:00.434Z Downloaded rustls v0.22.4
12872026-05-28T15:12:00.442Z Downloaded dropshot v0.17.0
12882026-05-28T15:12:00.455Z Downloaded regress v0.10.5
12892026-05-28T15:12:00.462Z Downloaded regex-automata v0.4.14
12902026-05-28T15:12:00.471Z Downloaded zerocopy-derive v0.6.6
12912026-05-28T15:12:00.476Z Downloaded zerocopy v0.8.40
12922026-05-28T15:12:00.494Z Downloaded regress v0.11.1
12932026-05-28T15:12:00.497Z Downloaded rustls v0.23.37
12942026-05-28T15:12:00.498Z Downloaded rustix v0.38.44
12952026-05-28T15:12:00.506Z Downloaded jiff v0.2.21
12962026-05-28T15:12:00.547Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12972026-05-28T15:12:00.556Z Downloaded csv v1.4.0
12982026-05-28T15:12:00.573Z Downloaded sled v0.34.7
12992026-05-28T15:12:00.587Z Downloaded typify-impl v0.6.2
13002026-05-28T15:12:00.596Z Downloaded encoding_rs v0.8.35
13012026-05-28T15:12:00.609Z Downloaded typify-impl v0.4.3
13022026-05-28T15:12:00.618Z Downloaded ratatui v0.29.0
13032026-05-28T15:12:00.632Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-05-28T15:12:00.637Z Downloaded ring v0.17.14
13052026-05-28T15:12:00.681Z Downloaded petgraph v0.6.5
13062026-05-28T15:12:00.695Z Downloaded chrono-tz v0.10.4
13072026-05-28T15:12:00.735Z Downloaded petgraph v0.8.3
13082026-05-28T15:12:00.751Z Downloaded libz-sys v1.1.24
13092026-05-28T15:12:00.762Z Downloaded sha3 v0.10.8
13102026-05-28T15:12:00.782Z Downloaded tokio v1.52.1
13112026-05-28T15:12:00.882Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-28T15:12:01.377Z Downloaded aws-lc-sys v0.40.0
13132026-05-28T15:12:01.625Z Compiling libc v0.2.185
13142026-05-28T15:12:01.625Z Compiling serde v1.0.228
13152026-05-28T15:12:01.629Z Compiling log v0.4.29
13162026-05-28T15:12:01.629Z Compiling find-msvc-tools v0.1.9
13172026-05-28T15:12:01.629Z Compiling shlex v1.3.0
13182026-05-28T15:12:01.777Z Compiling syn v2.0.117
13192026-05-28T15:12:01.783Z Compiling smallvec v1.15.1
13202026-05-28T15:12:01.786Z Compiling typenum v1.19.0
13212026-05-28T15:12:01.956Z Compiling generic-array v0.14.7
13222026-05-28T15:12:02.973Z Compiling subtle v2.6.1
13232026-05-28T15:12:02.976Z Compiling scopeguard v1.2.0
13242026-05-28T15:12:02.976Z Compiling const-oid v0.9.6
13252026-05-28T15:12:02.976Z Compiling serde_json v1.0.149
13262026-05-28T15:12:02.976Z Compiling lock_api v0.4.14
13272026-05-28T15:12:02.976Z Compiling zerocopy v0.8.40
13282026-05-28T15:12:02.976Z Compiling pin-project-lite v0.2.17
13292026-05-28T15:12:02.976Z Compiling parking_lot_core v0.9.12
13302026-05-28T15:12:02.976Z Compiling portable-atomic v1.13.1
13312026-05-28T15:12:02.976Z Compiling pkg-config v0.3.32
13322026-05-28T15:12:02.976Z Compiling bitflags v2.11.0
13332026-05-28T15:12:02.977Z Compiling getrandom v0.2.17
13342026-05-28T15:12:02.977Z Compiling jobserver v0.1.34
13352026-05-28T15:12:02.977Z Compiling errno v0.3.14
13362026-05-28T15:12:02.977Z Compiling rand_core v0.6.4
13372026-05-28T15:12:03.004Z Compiling signal-hook-registry v1.4.8
13382026-05-28T15:12:03.172Z Compiling cc v1.2.56
13392026-05-28T15:12:03.191Z Compiling critical-section v1.2.0
13402026-05-28T15:12:03.215Z Compiling futures-core v0.3.32
13412026-05-28T15:12:03.229Z Compiling libm v0.2.16
13422026-05-28T15:12:03.284Z Compiling parking_lot v0.12.5
13432026-05-28T15:12:03.296Z Compiling mio v1.2.0
13442026-05-28T15:12:03.374Z Compiling num-traits v0.2.19
13452026-05-28T15:12:03.541Z Compiling once_cell v1.21.3
13462026-05-28T15:12:03.569Z Compiling percent-encoding v2.3.2
13472026-05-28T15:12:03.672Z Compiling socket2 v0.6.3
13482026-05-28T15:12:03.721Z Compiling futures-sink v0.3.32
13492026-05-28T15:12:03.749Z Compiling futures-io v0.3.32
13502026-05-28T15:12:03.762Z Compiling getrandom v0.4.1
13512026-05-28T15:12:03.775Z Compiling slab v0.4.12
13522026-05-28T15:12:03.817Z Compiling futures-channel v0.3.32
13532026-05-28T15:12:03.950Z Compiling futures-task v0.3.32
13542026-05-28T15:12:03.968Z Compiling cpufeatures v0.2.17
13552026-05-28T15:12:04.051Z Compiling rand_core v0.10.0
13562026-05-28T15:12:04.112Z Compiling indexmap v2.14.0
13572026-05-28T15:12:04.133Z Compiling getrandom v0.3.4
13582026-05-28T15:12:04.145Z Compiling rustversion v1.0.22
13592026-05-28T15:12:04.148Z Compiling cmake v0.1.57
13602026-05-28T15:12:04.533Z Compiling form_urlencoded v1.2.2
13612026-05-28T15:12:04.567Z Compiling fs_extra v1.3.0
13622026-05-28T15:12:04.714Z Compiling synstructure v0.13.2
13632026-05-28T15:12:04.752Z Compiling dunce v1.0.5
13642026-05-28T15:12:04.782Z Compiling ident_case v1.0.1
13652026-05-28T15:12:04.834Z Compiling base64ct v1.8.3
13662026-05-28T15:12:04.849Z Compiling aws-lc-sys v0.40.0
13672026-05-28T15:12:04.911Z Compiling flagset v0.4.7
13682026-05-28T15:12:05.444Z Compiling rustix v1.1.3
13692026-05-28T15:12:05.448Z Compiling pem-rfc7468 v0.7.0
13702026-05-28T15:12:05.448Z Compiling regex-syntax v0.8.10
13712026-05-28T15:12:05.448Z Compiling iana-time-zone v0.1.65
13722026-05-28T15:12:05.448Z Compiling rand_core v0.9.5
13732026-05-28T15:12:05.448Z Compiling ring v0.17.14
13742026-05-28T15:12:05.448Z Compiling aws-lc-rs v1.16.3
13752026-05-28T15:12:05.448Z Compiling vcpkg v0.2.15
13762026-05-28T15:12:05.591Z Compiling uuid v1.23.0
13772026-05-28T15:12:05.629Z Compiling rustc_version v0.4.1
13782026-05-28T15:12:05.958Z Compiling tracing-core v0.1.36
13792026-05-28T15:12:06.108Z Compiling openssl-sys v0.9.115
13802026-05-28T15:12:06.289Z Compiling base64 v0.22.1
13812026-05-28T15:12:06.444Z Compiling serde_derive v1.0.228
13822026-05-28T15:12:06.595Z Compiling zeroize_derive v1.4.3
13832026-05-28T15:12:06.682Z Compiling zerofrom-derive v0.1.6
13842026-05-28T15:12:06.682Z Compiling yoke-derive v0.8.1
13852026-05-28T15:12:06.787Z Compiling zerovec-derive v0.11.2
13862026-05-28T15:12:07.128Z Compiling zeroize v1.8.2
13872026-05-28T15:12:07.435Z Compiling zerocopy-derive v0.8.40
13882026-05-28T15:12:07.789Z Compiling displaydoc v0.2.5
13892026-05-28T15:12:07.896Z Compiling crypto-common v0.1.7
13902026-05-28T15:12:07.921Z Compiling block-buffer v0.10.4
13912026-05-28T15:12:07.978Z Compiling zerofrom v0.1.6
13922026-05-28T15:12:08.029Z Compiling tokio-macros v2.7.0
13932026-05-28T15:12:08.080Z Compiling yoke v0.8.1
13942026-05-28T15:12:08.080Z Compiling digest v0.10.7
13952026-05-28T15:12:08.675Z Compiling zerovec v0.11.5
13962026-05-28T15:12:08.678Z Compiling futures-macro v0.3.32
13972026-05-28T15:12:08.678Z Compiling zerotrie v0.2.3
13982026-05-28T15:12:08.743Z Compiling tinystr v0.8.2
13992026-05-28T15:12:08.760Z Compiling potential_utf v0.1.4
14002026-05-28T15:12:08.817Z Compiling hmac v0.12.1
14012026-05-28T15:12:08.915Z Compiling icu_locale_core v2.1.1
14022026-05-28T15:12:08.936Z Compiling icu_collections v2.1.1
14032026-05-28T15:12:08.977Z Compiling block-padding v0.3.3
14042026-05-28T15:12:09.122Z Compiling inout v0.1.4
14052026-05-28T15:12:09.139Z Compiling futures-util v0.3.32
14062026-05-28T15:12:09.283Z Compiling cipher v0.4.4
14072026-05-28T15:12:09.388Z Compiling sha2 v0.10.9
14082026-05-28T15:12:09.532Z Compiling icu_provider v2.1.1
14092026-05-28T15:12:09.771Z Compiling icu_properties v2.1.2
14102026-05-28T15:12:10.224Z Compiling bytes v1.11.1
14112026-05-28T15:12:10.227Z Compiling icu_normalizer v2.1.1
14122026-05-28T15:12:10.374Z Compiling tokio v1.52.1
14132026-05-28T15:12:10.408Z Compiling der_derive v0.7.3
14142026-05-28T15:12:10.585Z Compiling idna_adapter v1.2.1
14152026-05-28T15:12:10.718Z Compiling idna v1.1.0
14162026-05-28T15:12:10.747Z Compiling http v1.4.0
14172026-05-28T15:12:10.818Z Compiling chrono v0.4.44
14182026-05-28T15:12:11.332Z Compiling url v2.5.8
14192026-05-28T15:12:11.346Z Compiling der v0.7.10
14202026-05-28T15:12:11.361Z Compiling salsa20 v0.10.2
14212026-05-28T15:12:11.496Z Compiling pbkdf2 v0.12.2
14222026-05-28T15:12:11.611Z Compiling ppv-lite86 v0.2.21
14232026-05-28T15:12:11.625Z Compiling rustls-pki-types v1.14.0
14242026-05-28T15:12:11.736Z Compiling thiserror-impl v2.0.18
14252026-05-28T15:12:11.921Z Compiling tracing-attributes v0.1.31
14262026-05-28T15:12:12.057Z Compiling rand_chacha v0.9.0
14272026-05-28T15:12:12.107Z Compiling scrypt v0.11.0
14282026-05-28T15:12:12.152Z Compiling spki v0.7.3
14292026-05-28T15:12:12.349Z Compiling http-body v1.0.1
14302026-05-28T15:12:12.349Z Compiling cbc v0.1.2
14312026-05-28T15:12:12.520Z Compiling aes v0.8.4
14322026-05-28T15:12:12.547Z Compiling untrusted v0.7.1
14332026-05-28T15:12:12.604Z Compiling openssl-probe v0.2.1
14342026-05-28T15:12:12.669Z Compiling untrusted v0.9.0
14352026-05-28T15:12:12.777Z Compiling tinyvec_macros v0.1.1
14362026-05-28T15:12:12.792Z Compiling httparse v1.10.1
14372026-05-28T15:12:12.844Z Compiling tinyvec v1.10.0
14382026-05-28T15:12:13.109Z Compiling thiserror v2.0.18
14392026-05-28T15:12:13.181Z Compiling pkcs5 v0.7.1
14402026-05-28T15:12:13.196Z Compiling pest_generator v2.8.6
14412026-05-28T15:12:13.220Z Compiling rand v0.9.2
14422026-05-28T15:12:13.241Z Compiling tracing v0.1.44
14432026-05-28T15:12:13.509Z Compiling serde_derive_internals v0.29.1
14442026-05-28T15:12:13.567Z Compiling aho-corasick v1.1.4
14452026-05-28T15:12:13.649Z Compiling try-lock v0.2.5
14462026-05-28T15:12:13.759Z Compiling tower-layer v0.3.3
14472026-05-28T15:12:13.876Z Compiling atomic-waker v1.1.2
14482026-05-28T15:12:13.913Z Compiling schemars v0.8.22
14492026-05-28T15:12:13.998Z Compiling rustls v0.23.37
14502026-05-28T15:12:14.006Z Compiling dyn-clone v1.0.20
14512026-05-28T15:12:14.104Z Compiling tokio-util v0.7.18
14522026-05-28T15:12:14.145Z Compiling tower-service v0.3.3
14532026-05-28T15:12:14.184Z Compiling pest_derive v2.8.6
14542026-05-28T15:12:14.243Z Compiling want v0.3.1
14552026-05-28T15:12:14.361Z Compiling schemars_derive v0.8.22
14562026-05-28T15:12:14.399Z Compiling regex-automata v0.4.14
14572026-05-28T15:12:14.529Z Compiling pkcs8 v0.10.2
14582026-05-28T15:12:14.827Z Compiling h2 v0.4.13
14592026-05-28T15:12:14.887Z Compiling ipnet v2.11.0
14602026-05-28T15:12:15.103Z Compiling scroll_derive v0.13.1
14612026-05-28T15:12:15.610Z Compiling darling_core v0.20.11
14622026-05-28T15:12:16.034Z Compiling openssl v0.10.79
14632026-05-28T15:12:16.034Z Compiling foreign-types-shared v0.1.1
14642026-05-28T15:12:16.034Z Compiling pin-utils v0.1.0
14652026-05-28T15:12:16.447Z Compiling httpdate v1.0.3
14662026-05-28T15:12:16.448Z Compiling tempfile v3.25.0
14672026-05-28T15:12:16.448Z Compiling foreign-types v0.3.2
14682026-05-28T15:12:16.448Z Compiling scroll v0.13.0
14692026-05-28T15:12:16.448Z Compiling unicode-normalization v0.1.25
14702026-05-28T15:12:16.452Z Compiling openssl-macros v0.1.1
14712026-05-28T15:12:16.452Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-28T15:12:16.452Z Compiling spin v0.9.8
14732026-05-28T15:12:16.528Z Compiling powerfmt v0.2.0
14742026-05-28T15:12:17.056Z Compiling num-conv v0.2.0
14752026-05-28T15:12:17.062Z Compiling time-core v0.1.8
14762026-05-28T15:12:17.062Z Compiling crc32fast v1.5.0
14772026-05-28T15:12:17.062Z Compiling native-tls v0.2.18
14782026-05-28T15:12:17.062Z Compiling time-macros v0.2.27
14792026-05-28T15:12:17.101Z Compiling deranged v0.5.8
14802026-05-28T15:12:17.430Z Compiling darling_macro v0.20.11
14812026-05-28T15:12:17.920Z Compiling hyper v1.8.1
14822026-05-28T15:12:17.973Z Compiling darling v0.20.11
14832026-05-28T15:12:18.051Z Compiling goblin v0.10.5
14842026-05-28T15:12:18.065Z Compiling rustls-native-certs v0.8.3
14852026-05-28T15:12:18.353Z Compiling sync_wrapper v1.0.2
14862026-05-28T15:12:18.435Z Compiling wait-timeout v0.2.1
14872026-05-28T15:12:18.468Z Compiling crossbeam-utils v0.8.21
14882026-05-28T15:12:19.108Z Compiling usdt-impl v0.6.0
14892026-05-28T15:12:19.113Z Compiling bit-vec v0.8.0
14902026-05-28T15:12:19.113Z Compiling quick-error v1.2.3
14912026-05-28T15:12:19.113Z Compiling syn v1.0.109
14922026-05-28T15:12:19.113Z Compiling num_threads v0.1.7
14932026-05-28T15:12:19.113Z Compiling simd-adler32 v0.3.8
14942026-05-28T15:12:19.113Z Compiling hyper-util v0.1.20
14952026-05-28T15:12:19.141Z Compiling siphasher v1.0.2
14962026-05-28T15:12:19.230Z Compiling time v0.3.47
14972026-05-28T15:12:19.726Z Compiling bit-set v0.8.0
14982026-05-28T15:12:19.729Z Compiling rusty-fork v0.3.1
14992026-05-28T15:12:20.206Z Compiling tower v0.5.3
15002026-05-28T15:12:20.214Z Compiling derive_builder_core v0.20.2
15012026-05-28T15:12:20.257Z Compiling dtrace-parser v0.3.0
15022026-05-28T15:12:20.368Z Compiling http-body-util v0.1.3
15032026-05-28T15:12:20.601Z Compiling webpki-roots v1.0.6
15042026-05-28T15:12:20.660Z Compiling signature v2.2.0
15052026-05-28T15:12:21.074Z Compiling scroll_derive v0.12.1
15062026-05-28T15:12:21.078Z Compiling dof v0.4.0
15072026-05-28T15:12:21.079Z Compiling thiserror-impl v1.0.69
15082026-05-28T15:12:21.079Z Compiling heapless v0.7.17
15092026-05-28T15:12:21.079Z Compiling rand_xorshift v0.4.0
15102026-05-28T15:12:21.079Z Compiling slog v2.8.2
15112026-05-28T15:12:21.144Z Compiling darling_core v0.21.3
15122026-05-28T15:12:21.658Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-05-28T15:12:21.663Z Compiling thread-id v5.1.0
15142026-05-28T15:12:21.663Z Compiling cookie v0.18.1
15152026-05-28T15:12:21.663Z Compiling signal-hook v0.3.18
15162026-05-28T15:12:21.663Z Compiling iri-string v0.7.10
15172026-05-28T15:12:21.678Z Compiling ryu v1.0.23
15182026-05-28T15:12:21.849Z Compiling unicode-bidi v0.3.18
15192026-05-28T15:12:21.864Z Compiling anyhow v1.0.102
15202026-05-28T15:12:22.289Z Compiling paste v1.0.15
15212026-05-28T15:12:22.289Z Compiling unarray v0.1.4
15222026-05-28T15:12:22.289Z Compiling adler2 v2.0.1
15232026-05-28T15:12:22.289Z Compiling allocator-api2 v0.2.21
15242026-05-28T15:12:22.289Z Compiling unicode-properties v0.1.4
15252026-05-28T15:12:22.306Z Compiling zstd-safe v7.2.4
15262026-05-28T15:12:22.368Z Compiling miniz_oxide v0.8.9
15272026-05-28T15:12:22.512Z Compiling stringprep v0.1.5
15282026-05-28T15:12:22.529Z Compiling proptest v1.11.0
15292026-05-28T15:12:22.828Z Compiling tower-http v0.6.8
15302026-05-28T15:12:22.952Z Compiling thiserror v1.0.69
15312026-05-28T15:12:23.026Z Compiling serde_urlencoded v0.7.1
15322026-05-28T15:12:23.219Z Compiling scroll v0.12.0
15332026-05-28T15:12:23.325Z Compiling derive_builder_macro v0.20.2
15342026-05-28T15:12:23.652Z Compiling darling_macro v0.21.3
15352026-05-28T15:12:23.685Z Compiling tokio-native-tls v0.3.1
15362026-05-28T15:12:23.760Z Compiling ipnetwork v0.21.1
15372026-05-28T15:12:23.845Z Compiling bstr v1.12.1
15382026-05-28T15:12:23.860Z Compiling rand_chacha v0.3.1
15392026-05-28T15:12:23.960Z Compiling serde_spanned v0.6.9
15402026-05-28T15:12:24.514Z Compiling serde_tokenstream v0.2.3
15412026-05-28T15:12:24.517Z Compiling toml_datetime v0.6.11
15422026-05-28T15:12:24.517Z Compiling erased-serde v0.3.31
15432026-05-28T15:12:24.517Z Compiling md-5 v0.10.6
15442026-05-28T15:12:24.517Z Compiling async-trait v0.1.89
15452026-05-28T15:12:24.517Z Compiling zerocopy-derive v0.7.35
15462026-05-28T15:12:24.531Z Compiling pin-project-internal v1.1.11
15472026-05-28T15:12:24.615Z Compiling curve25519-dalek v4.1.3
15482026-05-28T15:12:24.646Z Compiling vergen-lib v9.1.0
15492026-05-28T15:12:24.822Z Compiling num-integer v0.1.46
15502026-05-28T15:12:24.943Z Compiling hash32 v0.2.1
15512026-05-28T15:12:25.134Z Compiling ff v0.13.1
15522026-05-28T15:12:25.149Z Compiling memoffset v0.9.1
15532026-05-28T15:12:25.271Z Compiling encoding_rs v0.8.35
15542026-05-28T15:12:25.315Z Compiling smoltcp v0.9.1
15552026-05-28T15:12:25.339Z Compiling psl-types v2.0.11
15562026-05-28T15:12:25.400Z Compiling fallible-iterator v0.2.0
15572026-05-28T15:12:25.453Z Compiling zlib-rs v0.6.2
15582026-05-28T15:12:25.605Z Compiling num-bigint-dig v0.8.6
15592026-05-28T15:12:25.633Z Compiling litrs v1.0.0
15602026-05-28T15:12:25.712Z Compiling mime v0.3.17
15612026-05-28T15:12:25.792Z Compiling base16ct v0.2.0
15622026-05-28T15:12:26.374Z Compiling cfg_aliases v0.2.1
15632026-05-28T15:12:26.377Z Compiling rustix v0.38.44
15642026-05-28T15:12:26.377Z Compiling ref-cast v1.0.25
15652026-05-28T15:12:26.377Z Compiling document-features v0.2.12
15662026-05-28T15:12:26.804Z Compiling nix v0.31.2
15672026-05-28T15:12:26.807Z Compiling sec1 v0.7.3
15682026-05-28T15:12:26.807Z Compiling postgres-protocol v0.6.10
15692026-05-28T15:12:26.807Z Compiling pin-project v1.1.11
15702026-05-28T15:12:26.808Z Compiling publicsuffix v2.3.0
15712026-05-28T15:12:26.842Z Compiling zerocopy v0.7.35
15722026-05-28T15:12:27.274Z Compiling group v0.13.0
15732026-05-28T15:12:27.280Z Compiling num-iter v0.1.45
15742026-05-28T15:12:27.280Z Compiling newtype-uuid v1.3.2
15752026-05-28T15:12:27.360Z Compiling darling v0.21.3
15762026-05-28T15:12:27.375Z Compiling rand v0.8.6
15772026-05-28T15:12:27.470Z Compiling hubpack_derive v0.1.1
15782026-05-28T15:12:27.498Z Compiling oxnet v0.1.4
15792026-05-28T15:12:27.699Z Compiling hyper-tls v0.6.0
15802026-05-28T15:12:27.716Z Compiling derive_builder v0.20.2
15812026-05-28T15:12:27.891Z Compiling goblin v0.8.2
15822026-05-28T15:12:28.654Z Compiling phf_shared v0.13.1
15832026-05-28T15:12:29.064Z Compiling flate2 v1.1.9
15842026-05-28T15:12:29.064Z Compiling lazy_static v1.5.0
15852026-05-28T15:12:29.064Z Compiling regex v1.12.3
15862026-05-28T15:12:29.064Z Compiling futures-executor v0.3.32
15872026-05-28T15:12:29.067Z Compiling hex v0.4.3
15882026-05-28T15:12:29.067Z Compiling hkdf v0.12.4
15892026-05-28T15:12:29.067Z Compiling crypto-bigint v0.5.5
15902026-05-28T15:12:29.067Z Compiling terminal_size v0.4.3
15912026-05-28T15:12:29.067Z Compiling strum_macros v0.27.2
15922026-05-28T15:12:29.067Z Compiling ref-cast-impl v1.0.25
15932026-05-28T15:12:29.067Z Compiling snafu-derive v0.8.9
15942026-05-28T15:12:29.067Z Compiling daft-derive v0.1.7
15952026-05-28T15:12:29.429Z Compiling curve25519-dalek-derive v0.1.1
15962026-05-28T15:12:30.084Z Compiling vergen v9.1.0
15972026-05-28T15:12:30.087Z Compiling fs-err v3.3.0
15982026-05-28T15:12:30.087Z Compiling cargo-platform v0.3.2
15992026-05-28T15:12:30.087Z Compiling ahash v0.8.12
16002026-05-28T15:12:30.663Z Compiling libbz2-rs-sys v0.2.2
16012026-05-28T15:12:30.667Z Compiling unicode-segmentation v1.12.0
16022026-05-28T15:12:30.698Z Compiling managed v0.8.0
16032026-05-28T15:12:30.780Z Compiling bitflags v1.3.2
16042026-05-28T15:12:30.796Z Compiling bumpalo v3.20.2
16052026-05-28T15:12:30.854Z Compiling object v0.37.3
16062026-05-28T15:12:30.869Z Compiling foldhash v0.2.0
16072026-05-28T15:12:30.911Z Compiling same-file v1.0.6
16082026-05-28T15:12:30.931Z Compiling foldhash v0.1.5
16092026-05-28T15:12:31.042Z Compiling winnow v0.5.40
16102026-05-28T15:12:31.070Z Compiling hashbrown v0.15.5
16112026-05-28T15:12:31.085Z Compiling walkdir v2.5.0
16122026-05-28T15:12:31.098Z Compiling hashbrown v0.16.1
16132026-05-28T15:12:31.156Z Compiling zopfli v0.8.3
16142026-05-28T15:12:31.388Z Compiling strum v0.27.2
16152026-05-28T15:12:31.512Z Compiling clap_builder v4.5.60
16162026-05-28T15:12:31.601Z Compiling snafu v0.8.9
16172026-05-28T15:12:31.668Z Compiling bzip2 v0.6.1
16182026-05-28T15:12:31.851Z Compiling cargo_metadata v0.23.1
16192026-05-28T15:12:31.868Z Compiling dof v0.3.0
16202026-05-28T15:12:32.243Z Compiling elliptic-curve v0.13.8
16212026-05-28T15:12:32.431Z Compiling toml_edit v0.19.15
16222026-05-28T15:12:32.620Z Compiling daft v0.1.7
16232026-05-28T15:12:32.788Z Compiling futures v0.3.32
16242026-05-28T15:12:32.899Z Compiling phf v0.13.1
16252026-05-28T15:12:33.256Z Compiling cookie_store v0.22.1
16262026-05-28T15:12:33.400Z Compiling signal-hook-mio v0.2.5
16272026-05-28T15:12:33.422Z Compiling zstd v0.13.3
16282026-05-28T15:12:33.527Z Compiling hubpack v0.1.2
16292026-05-28T15:12:33.690Z Compiling bzip2 v0.4.4
16302026-05-28T15:12:33.745Z Compiling serde_with_macros v3.17.0
16312026-05-28T15:12:33.894Z Compiling postgres-types v0.2.12
16322026-05-28T15:12:34.439Z Compiling usdt-attr-macro v0.6.0
16332026-05-28T15:12:34.529Z Compiling usdt-macro v0.6.0
16342026-05-28T15:12:34.841Z Compiling globset v0.4.18
16352026-05-28T15:12:34.928Z Compiling dtrace-parser v0.2.0
16362026-05-28T15:12:35.070Z Compiling ed25519 v2.2.3
16372026-05-28T15:12:35.092Z Compiling phf_shared v0.11.3
16382026-05-28T15:12:35.215Z Compiling olpc-cjson v0.1.4
16392026-05-28T15:12:35.237Z Compiling pkcs1 v0.7.5
16402026-05-28T15:12:35.288Z Compiling serde-big-array v0.5.1
16412026-05-28T15:12:35.370Z Compiling serde_plain v1.0.2
16422026-05-28T15:12:35.427Z Compiling rfc6979 v0.4.0
16432026-05-28T15:12:35.523Z Compiling pem v3.0.6
16442026-05-28T15:12:35.550Z Compiling clap_derive v4.5.55
16452026-05-28T15:12:35.974Z Compiling async-recursion v1.1.1
16462026-05-28T15:12:35.977Z Compiling serde_repr v0.1.20
16472026-05-28T15:12:35.977Z Compiling strum_macros v0.26.4
16482026-05-28T15:12:35.977Z Compiling enum-as-inner v0.6.1
16492026-05-28T15:12:35.977Z Compiling float-cmp v0.10.0
16502026-05-28T15:12:36.086Z Compiling memmap2 v0.9.10
16512026-05-28T15:12:36.543Z Compiling thread-id v4.2.2
16522026-05-28T15:12:36.547Z Compiling env_filter v1.0.0
16532026-05-28T15:12:36.547Z Compiling fixedbitset v0.5.7
16542026-05-28T15:12:36.547Z Compiling new_debug_unreachable v1.0.6
16552026-05-28T15:12:36.547Z Compiling jiff v0.2.21
16562026-05-28T15:12:36.547Z Compiling keccak v0.1.6
16572026-05-28T15:12:36.547Z Compiling difflib v0.4.0
16582026-05-28T15:12:36.547Z Compiling data-encoding v2.10.0
16592026-05-28T15:12:37.061Z Compiling normalize-line-endings v0.3.0
16602026-05-28T15:12:37.153Z Compiling fixedbitset v0.4.2
16612026-05-28T15:12:37.166Z Compiling whoami v2.1.0
16622026-05-28T15:12:37.595Z Compiling either v1.15.0
16632026-05-28T15:12:37.601Z Compiling static_assertions v1.1.0
16642026-05-28T15:12:37.601Z Compiling predicates-core v1.0.10
16652026-05-28T15:12:37.601Z Compiling precomputed-hash v0.1.1
16662026-05-28T15:12:37.601Z Compiling typed-path v0.9.3
16672026-05-28T15:12:37.601Z Compiling toml_edit v0.22.27
16682026-05-28T15:12:37.601Z Compiling string_cache v0.8.9
16692026-05-28T15:12:37.601Z Compiling predicates v3.1.4
16702026-05-28T15:12:37.601Z Compiling tokio-postgres v0.7.16
16712026-05-28T15:12:38.153Z Compiling strum v0.26.3
16722026-05-28T15:12:38.162Z Compiling itertools v0.13.0
16732026-05-28T15:12:38.194Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-05-28T15:12:38.462Z Compiling petgraph v0.6.5
16752026-05-28T15:12:38.630Z Compiling clap v4.5.60
16762026-05-28T15:12:38.696Z Compiling hickory-proto v0.25.2
16772026-05-28T15:12:39.145Z Compiling zip v4.6.1
16782026-05-28T15:12:39.785Z Compiling sha3 v0.10.8
16792026-05-28T15:12:39.935Z Compiling petgraph v0.8.3
16802026-05-28T15:12:40.084Z Compiling env_logger v0.11.9
16812026-05-28T15:12:40.127Z Compiling usdt v0.6.0
16822026-05-28T15:12:40.234Z Compiling usdt-impl v0.5.0
16832026-05-28T15:12:40.410Z Compiling ecdsa v0.16.9
16842026-05-28T15:12:40.454Z Compiling rsa v0.9.10
16852026-05-28T15:12:40.507Z Compiling ed25519-dalek v2.2.0
16862026-05-28T15:12:41.154Z Compiling serde_with v3.17.0
16872026-05-28T15:12:41.161Z Compiling crossterm v0.28.1
16882026-05-28T15:12:41.161Z Compiling zip v0.6.6
16892026-05-28T15:12:41.719Z Compiling toml v0.7.8
16902026-05-28T15:12:42.306Z Compiling iddqd v0.4.2
16912026-05-28T15:12:42.470Z Compiling toml_parser v1.0.9+spec-1.1.0
16922026-05-28T15:12:42.573Z Compiling heck v0.4.1
16932026-05-28T15:12:42.703Z Compiling similar v2.7.0
16942026-05-28T15:12:42.809Z Compiling crossbeam-epoch v0.9.18
16952026-05-28T15:12:43.111Z Compiling tokio-stream v0.1.18
16962026-05-28T15:12:43.136Z Compiling buf-list v1.1.2
16972026-05-28T15:12:43.342Z Compiling x509-cert v0.2.5
16982026-05-28T15:12:43.396Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16992026-05-28T15:12:43.422Z Compiling openapiv3 v2.2.0
17002026-05-28T15:12:43.565Z Compiling sha1 v0.10.6
17012026-05-28T15:12:43.591Z Compiling peg-runtime v0.8.5
17022026-05-28T15:12:43.692Z Compiling lalrpop-util v0.19.12
17032026-05-28T15:12:43.705Z Compiling thread_local v1.1.9
17042026-05-28T15:12:43.778Z Compiling slog-async v2.8.0
17052026-05-28T15:12:43.867Z Compiling crossbeam-channel v0.5.15
17062026-05-28T15:12:43.880Z Compiling filetime v0.2.27
17072026-05-28T15:12:43.949Z Compiling is-terminal v0.4.17
17082026-05-28T15:12:44.453Z Compiling xattr v1.6.1
17092026-05-28T15:12:44.457Z Compiling term v1.2.1
17102026-05-28T15:12:44.457Z Compiling take_mut v0.2.2
17112026-05-28T15:12:44.458Z Compiling tar v0.4.45
17122026-05-28T15:12:44.660Z Compiling slog-term v2.9.2
17132026-05-28T15:12:54.427Z Compiling rustls-webpki v0.103.9
17142026-05-28T15:12:57.214Z Compiling tokio-rustls v0.26.4
17152026-05-28T15:12:57.214Z Compiling rustls-platform-verifier v0.6.2
17162026-05-28T15:12:57.411Z Compiling hyper-rustls v0.27.7
17172026-05-28T15:12:57.622Z Compiling reqwest v0.12.28
17182026-05-28T15:12:57.643Z Compiling reqwest v0.13.2
17192026-05-28T15:12:58.909Z Compiling tough v0.22.0
17202026-05-28T15:13:01.411Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17212026-05-28T15:13:01.631Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17222026-05-28T15:13:04.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17232026-05-28T15:13:04.592Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17242026-05-28T15:13:04.650ZMay 28 15:13:03.515 INFO Starting download, target: Cockroach
17252026-05-28T15:13:04.650ZMay 28 15:13:03.516 INFO Starting download, target: Console
17262026-05-28T15:13:04.650ZMay 28 15:13:03.516 INFO Starting download, target: Clickhouse
17272026-05-28T15:13:04.650ZMay 28 15:13:03.516 INFO Starting download, target: DendriteStub
17282026-05-28T15:13:04.650ZMay 28 15:13:03.516 INFO Starting download, target: MaghemiteMgd
17292026-05-28T15:13:04.654ZMay 28 15:13:03.516 INFO Starting download, target: TransceiverControl
17302026-05-28T15:13:04.654ZMay 28 15:13:03.516 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-05-28T15:13:04.654ZMay 28 15:13:03.516 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-05-28T15:13:04.654ZMay 28 15:13:03.516 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332026-05-28T15:13:04.654ZMay 28 15:13:03.516 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-05-28T15:13:04.654ZMay 28 15:13:03.516 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17352026-05-28T15:13:04.654ZMay 28 15:13:03.516 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-05-28T15:13:05.683ZMay 28 15:13:04.547 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17372026-05-28T15:13:05.909ZMay 28 15:13:04.779 INFO Download complete, target: Console
17382026-05-28T15:13:06.415ZMay 28 15:13:05.284 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-05-28T15:13:06.647ZMay 28 15:13:05.495 INFO Download complete, target: TransceiverControl
17402026-05-28T15:13:07.497ZMay 28 15:13:06.361 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412026-05-28T15:13:07.575ZMay 28 15:13:06.444 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17422026-05-28T15:13:07.584ZMay 28 15:13:06.453 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17432026-05-28T15:13:08.858ZMay 28 15:13:07.728 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17442026-05-28T15:13:08.858ZMay 28 15:13:07.728 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17452026-05-28T15:13:09.940ZMay 28 15:13:08.790 INFO Download complete, target: DendriteStub
17462026-05-28T15:13:10.000ZMay 28 15:13:08.854 INFO Download complete, target: MaghemiteMgd
17472026-05-28T15:13:13.516ZMay 28 15:13:12.345 INFO Checking that binary works, target: Cockroach
17482026-05-28T15:13:13.618ZMay 28 15:13:12.477 INFO Download complete, target: Cockroach
17492026-05-28T15:13:14.375ZMay 28 15:13:13.239 INFO Checking that binary works, target: Clickhouse
17502026-05-28T15:13:14.473ZMay 28 15:13:13.334 INFO Download complete, target: Clickhouse
17512026-05-28T15:13:14.516ZAll builder prerequisites installed successfully, and PATH looks valid
17522026-05-28T15:13:14.517Z
17532026-05-28T15:13:14.517Zreal 2:19.869397851
17542026-05-28T15:13:14.517Zuser 6:52.007454479
17552026-05-28T15:13:14.517Zsys 1:21.221933655
17562026-05-28T15:13:14.517Ztrap 0.217192098
17572026-05-28T15:13:14.517Ztflt 0.953719070
17582026-05-28T15:13:14.517Zdflt 1.083337024
17592026-05-28T15:13:14.517Zkflt 0.035603167
17602026-05-28T15:13:14.517Zlock 21:42.527906424
17612026-05-28T15:13:14.517Zslp 21:20.616766630
17622026-05-28T15:13:14.517Zlat 41.757593545
17632026-05-28T15:13:14.517Zstop 1:53.832745951
17642026-05-28T15:13:14.517Z+ banner hack-check
17652026-05-28T15:13:14.526Z
17662026-05-28T15:13:14.526Z # # ## #### # # #### # # ###### #### # #
17672026-05-28T15:13:14.526Z # # # # # # # # # # # # # # # # #
17682026-05-28T15:13:14.526Z ###### # # # #### ##### # ###### ##### # ####
17692026-05-28T15:13:14.526Z # # ###### # # # # # # # # # #
17702026-05-28T15:13:14.526Z # # # # # # # # # # # # # # # # #
17712026-05-28T15:13:14.526Z # # # # #### # # #### # # ###### #### # #
17722026-05-28T15:13:14.526Z
17732026-05-28T15:13:14.526Z+ export CARGO_INCREMENTAL=0
17742026-05-28T15:13:14.526Z+ CARGO_INCREMENTAL=0
17752026-05-28T15:13:14.527Z+ ptime -m timeout 2h cargo xtask check-features --ci
17762026-05-28T15:13:15.028Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17772026-05-28T15:13:15.242Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17782026-05-28T15:13:17.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17792026-05-28T15:13:17.175Z Running `target/debug/xtask check-features --ci`
17802026-05-28T15:13:17.194Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17812026-05-28T15:13:17.210Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17822026-05-28T15:13:17.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17832026-05-28T15:13:17.695Z Running `target/debug/xtask download cargo-hack`
17842026-05-28T15:13:18.472Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852026-05-28T15:13:19.192Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862026-05-28T15:13:21.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
17872026-05-28T15:13:21.419Z Running `target/debug/xtask-downloader cargo-hack`
17882026-05-28T15:13:21.461ZMay 28 15:13:20.329 INFO Starting download, target: CargoHack
17892026-05-28T15:13:21.465ZMay 28 15:13:20.330 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17902026-05-28T15:13:22.286ZMay 28 15:13:20.820 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17912026-05-28T15:13:22.286ZMay 28 15:13:20.871 INFO Download complete, target: CargoHack
17922026-05-28T15:13:22.286Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17932026-05-28T15:13:22.286Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17942026-05-28T15:13:22.286Zinfo: running `cargo check --bins` on api_identity (1/297)
17952026-05-28T15:13:22.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17962026-05-28T15:13:22.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17972026-05-28T15:13:22.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17982026-05-28T15:13:22.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17992026-05-28T15:13:22.755Z
18002026-05-28T15:13:22.755Zinfo: running `cargo check --bins` on bootstore (2/297)
18012026-05-28T15:13:23.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022026-05-28T15:13:23.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032026-05-28T15:13:23.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042026-05-28T15:13:23.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18052026-05-28T15:13:23.337Z
18062026-05-28T15:13:23.337Zinfo: running `cargo check --bins` on omicron-ledger (3/297)
18072026-05-28T15:13:23.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-05-28T15:13:23.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-05-28T15:13:23.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-05-28T15:13:23.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18112026-05-28T15:13:23.909Z
18122026-05-28T15:13:23.909Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/297)
18132026-05-28T15:13:24.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-05-28T15:13:24.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-05-28T15:13:24.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-05-28T15:13:24.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18172026-05-28T15:13:24.481Z
18182026-05-28T15:13:24.481Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/297)
18192026-05-28T15:13:24.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-05-28T15:13:24.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-05-28T15:13:24.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-05-28T15:13:24.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18232026-05-28T15:13:25.061Z
18242026-05-28T15:13:25.061Zinfo: running `cargo check --bins` on omicron-certificates (6/297)
18252026-05-28T15:13:25.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-05-28T15:13:25.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-05-28T15:13:25.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-05-28T15:13:25.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18292026-05-28T15:13:25.650Z
18302026-05-28T15:13:25.650Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/297)
18312026-05-28T15:13:26.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-05-28T15:13:26.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-05-28T15:13:26.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-05-28T15:13:26.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18352026-05-28T15:13:26.240Z
18362026-05-28T15:13:26.240Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/297)
18372026-05-28T15:13:26.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-05-28T15:13:26.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-05-28T15:13:26.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-05-28T15:13:26.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18412026-05-28T15:13:26.835Z
18422026-05-28T15:13:26.835Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/297)
18432026-05-28T15:13:27.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-05-28T15:13:27.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-05-28T15:13:27.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-05-28T15:13:27.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18472026-05-28T15:13:27.298Z
18482026-05-28T15:13:27.298Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/297)
18492026-05-28T15:13:27.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-05-28T15:13:27.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-05-28T15:13:27.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-05-28T15:13:27.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18532026-05-28T15:13:27.759Z
18542026-05-28T15:13:27.759Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/297)
18552026-05-28T15:13:28.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-05-28T15:13:28.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-05-28T15:13:28.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-05-28T15:13:28.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18592026-05-28T15:13:28.218Z
18602026-05-28T15:13:28.218Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/297)
18612026-05-28T15:13:28.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-05-28T15:13:28.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-05-28T15:13:28.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-05-28T15:13:28.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18652026-05-28T15:13:28.671Z
18662026-05-28T15:13:28.671Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/297)
18672026-05-28T15:13:29.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-05-28T15:13:29.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-05-28T15:13:29.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-05-28T15:13:29.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18712026-05-28T15:13:29.128Z
18722026-05-28T15:13:29.128Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/297)
18732026-05-28T15:13:29.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-05-28T15:13:29.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-05-28T15:13:29.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-05-28T15:13:29.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18772026-05-28T15:13:29.942Z
18782026-05-28T15:13:29.942Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/297)
18792026-05-28T15:13:29.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-05-28T15:13:29.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-05-28T15:13:29.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-05-28T15:13:29.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18832026-05-28T15:13:30.037Z
18842026-05-28T15:13:30.037Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/297)
18852026-05-28T15:13:30.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-05-28T15:13:30.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-05-28T15:13:30.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-05-28T15:13:30.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18892026-05-28T15:13:30.496Z
18902026-05-28T15:13:30.496Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/297)
18912026-05-28T15:13:30.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-05-28T15:13:30.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-05-28T15:13:30.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-05-28T15:13:30.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18952026-05-28T15:13:30.954Z
18962026-05-28T15:13:30.954Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/297)
18972026-05-28T15:13:31.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-05-28T15:13:31.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-05-28T15:13:31.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-05-28T15:13:31.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19012026-05-28T15:13:31.416Z
19022026-05-28T15:13:31.416Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/297)
19032026-05-28T15:13:31.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-05-28T15:13:31.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-05-28T15:13:31.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-05-28T15:13:31.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19072026-05-28T15:13:31.882Z
19082026-05-28T15:13:31.883Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/297)
19092026-05-28T15:13:32.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-05-28T15:13:32.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-05-28T15:13:32.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-05-28T15:13:32.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19132026-05-28T15:13:32.343Z
19142026-05-28T15:13:32.343Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/297)
19152026-05-28T15:13:32.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-05-28T15:13:32.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-05-28T15:13:32.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-05-28T15:13:32.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19192026-05-28T15:13:32.818Z
19202026-05-28T15:13:32.818Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/297)
19212026-05-28T15:13:33.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-05-28T15:13:33.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-05-28T15:13:33.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-05-28T15:13:33.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19252026-05-28T15:13:33.270Z
19262026-05-28T15:13:33.270Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/297)
19272026-05-28T15:13:33.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-05-28T15:13:33.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-05-28T15:13:33.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-05-28T15:13:33.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19312026-05-28T15:13:33.739Z
19322026-05-28T15:13:33.739Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/297)
19332026-05-28T15:13:34.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-05-28T15:13:34.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-05-28T15:13:34.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-05-28T15:13:34.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19372026-05-28T15:13:34.248Z
19382026-05-28T15:13:34.248Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/297)
19392026-05-28T15:13:34.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-05-28T15:13:34.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-05-28T15:13:34.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-05-28T15:13:34.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19432026-05-28T15:13:34.658Z
19442026-05-28T15:13:34.658Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/297)
19452026-05-28T15:13:35.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-05-28T15:13:35.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-05-28T15:13:35.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-05-28T15:13:35.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19492026-05-28T15:13:35.112Z
19502026-05-28T15:13:35.112Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/297)
19512026-05-28T15:13:35.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-05-28T15:13:35.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-05-28T15:13:35.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-05-28T15:13:35.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19552026-05-28T15:13:35.578Z
19562026-05-28T15:13:35.578Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/297)
19572026-05-28T15:13:35.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-05-28T15:13:35.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-05-28T15:13:35.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-05-28T15:13:35.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19612026-05-28T15:13:36.037Z
19622026-05-28T15:13:36.037Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/297)
19632026-05-28T15:13:36.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-05-28T15:13:36.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-05-28T15:13:36.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-05-28T15:13:36.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19672026-05-28T15:13:36.499Z
19682026-05-28T15:13:36.499Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/297)
19692026-05-28T15:13:36.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-05-28T15:13:36.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-05-28T15:13:36.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-05-28T15:13:36.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19732026-05-28T15:13:36.957Z
19742026-05-28T15:13:36.957Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/297)
19752026-05-28T15:13:37.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-05-28T15:13:37.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-05-28T15:13:37.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-05-28T15:13:37.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19792026-05-28T15:13:37.416Z
19802026-05-28T15:13:37.416Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/297)
19812026-05-28T15:13:38.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-05-28T15:13:38.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-05-28T15:13:38.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-05-28T15:13:38.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19852026-05-28T15:13:38.219Z
19862026-05-28T15:13:38.219Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/297)
19872026-05-28T15:13:38.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-05-28T15:13:38.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-05-28T15:13:38.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-05-28T15:13:38.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19912026-05-28T15:13:38.321Z
19922026-05-28T15:13:38.321Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/297)
19932026-05-28T15:13:38.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-05-28T15:13:38.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-05-28T15:13:38.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-05-28T15:13:38.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19972026-05-28T15:13:38.774Z
19982026-05-28T15:13:38.774Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/297)
19992026-05-28T15:13:39.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-05-28T15:13:39.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-05-28T15:13:39.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-05-28T15:13:39.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20032026-05-28T15:13:39.229Z
20042026-05-28T15:13:39.229Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/297)
20052026-05-28T15:13:39.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-05-28T15:13:40.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-05-28T15:13:40.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-05-28T15:13:40.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20092026-05-28T15:13:40.048Z
20102026-05-28T15:13:40.049Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/297)
20112026-05-28T15:13:40.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-05-28T15:13:40.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-05-28T15:13:40.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-05-28T15:13:40.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20152026-05-28T15:13:40.169Z
20162026-05-28T15:13:40.169Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/297)
20172026-05-28T15:13:40.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-05-28T15:13:40.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-05-28T15:13:40.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-05-28T15:13:40.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20212026-05-28T15:13:40.612Z
20222026-05-28T15:13:40.612Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/297)
20232026-05-28T15:13:41.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-05-28T15:13:41.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-05-28T15:13:41.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-05-28T15:13:41.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20272026-05-28T15:13:41.074Z
20282026-05-28T15:13:41.074Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/297)
20292026-05-28T15:13:41.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-05-28T15:13:41.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-05-28T15:13:41.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-05-28T15:13:41.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20332026-05-28T15:13:41.532Z
20342026-05-28T15:13:41.533Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/297)
20352026-05-28T15:13:41.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-05-28T15:13:41.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-05-28T15:13:41.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-05-28T15:13:41.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20392026-05-28T15:13:41.991Z
20402026-05-28T15:13:41.991Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/297)
20412026-05-28T15:13:42.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-05-28T15:13:42.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-05-28T15:13:42.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-05-28T15:13:42.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20452026-05-28T15:13:42.878Z
20462026-05-28T15:13:42.878Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/297)
20472026-05-28T15:13:42.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-05-28T15:13:42.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-05-28T15:13:42.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-05-28T15:13:42.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20512026-05-28T15:13:42.929Z
20522026-05-28T15:13:42.929Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/297)
20532026-05-28T15:13:43.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-05-28T15:13:43.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-05-28T15:13:43.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-05-28T15:13:43.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20572026-05-28T15:13:43.744Z
20582026-05-28T15:13:43.744Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/297)
20592026-05-28T15:13:43.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-05-28T15:13:43.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-05-28T15:13:43.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-05-28T15:13:43.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20632026-05-28T15:13:43.842Z
20642026-05-28T15:13:43.842Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/297)
20652026-05-28T15:13:44.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-05-28T15:13:44.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-05-28T15:13:44.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-05-28T15:13:44.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20692026-05-28T15:13:44.301Z
20702026-05-28T15:13:44.302Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/297)
20712026-05-28T15:13:44.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-05-28T15:13:44.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-05-28T15:13:44.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-05-28T15:13:44.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20752026-05-28T15:13:44.764Z
20762026-05-28T15:13:44.764Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/297)
20772026-05-28T15:13:45.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-05-28T15:13:45.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-05-28T15:13:45.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-05-28T15:13:45.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20812026-05-28T15:13:45.225Z
20822026-05-28T15:13:45.225Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/297)
20832026-05-28T15:13:45.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-05-28T15:13:45.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-05-28T15:13:45.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-05-28T15:13:45.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20872026-05-28T15:13:45.848Z
20882026-05-28T15:13:45.848Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/297)
20892026-05-28T15:13:46.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-05-28T15:13:46.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-05-28T15:13:46.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-05-28T15:13:46.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20932026-05-28T15:13:46.865Z
20942026-05-28T15:13:46.865Zinfo: running `cargo check --bins` on nexus-config (51/297)
20952026-05-28T15:13:46.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-05-28T15:13:46.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-05-28T15:13:46.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-05-28T15:13:47.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20992026-05-28T15:13:47.418Z
21002026-05-28T15:13:47.418Zinfo: running `cargo check --bins` on nexus-types (52/297)
21012026-05-28T15:13:47.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-05-28T15:13:47.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-05-28T15:13:47.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-05-28T15:13:47.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21052026-05-28T15:13:47.709Z
21062026-05-28T15:13:47.709Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/297)
21072026-05-28T15:13:48.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-05-28T15:13:48.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-05-28T15:13:48.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-05-28T15:13:48.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21112026-05-28T15:13:48.297Z
21122026-05-28T15:13:48.297Zinfo: running `cargo check --bins` on omicron-passwords (54/297)
21132026-05-28T15:13:48.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-05-28T15:13:48.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-05-28T15:13:48.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-05-28T15:13:48.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21172026-05-28T15:13:48.886Z
21182026-05-28T15:13:48.886Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/297)
21192026-05-28T15:13:49.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-05-28T15:13:49.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-05-28T15:13:49.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-05-28T15:13:49.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21232026-05-28T15:13:49.785Z
21242026-05-28T15:13:49.785Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/297)
21252026-05-28T15:13:49.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-05-28T15:13:49.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-05-28T15:13:49.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-05-28T15:13:49.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21292026-05-28T15:13:50.044Z
21302026-05-28T15:13:50.044Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/297)
21312026-05-28T15:13:50.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-05-28T15:13:50.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-05-28T15:13:50.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-05-28T15:13:50.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21352026-05-28T15:13:51.041Z
21362026-05-28T15:13:51.041Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/297)
21372026-05-28T15:13:51.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-05-28T15:13:51.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-05-28T15:13:51.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-05-28T15:13:51.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21412026-05-28T15:13:51.251Z
21422026-05-28T15:13:51.251Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/297)
21432026-05-28T15:13:51.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-05-28T15:13:51.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-05-28T15:13:51.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-05-28T15:13:51.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21472026-05-28T15:13:51.807Z
21482026-05-28T15:13:51.807Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/297)
21492026-05-28T15:13:52.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-05-28T15:13:52.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-05-28T15:13:52.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-05-28T15:13:52.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21532026-05-28T15:13:52.380Z
21542026-05-28T15:13:52.380Zinfo: running `cargo check --bins --no-default-features` on gfss (61/297)
21552026-05-28T15:13:52.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-05-28T15:13:52.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-05-28T15:13:52.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-05-28T15:13:52.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21592026-05-28T15:13:52.955Z
21602026-05-28T15:13:52.955Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/297)
21612026-05-28T15:13:53.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-05-28T15:13:53.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-05-28T15:13:53.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-05-28T15:13:53.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21652026-05-28T15:13:53.542Z
21662026-05-28T15:13:53.542Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/297)
21672026-05-28T15:13:54.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-05-28T15:13:54.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-05-28T15:13:54.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-05-28T15:13:54.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21712026-05-28T15:13:54.135Z
21722026-05-28T15:13:54.135Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/297)
21732026-05-28T15:13:54.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-05-28T15:13:54.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-05-28T15:13:54.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-05-28T15:13:54.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21772026-05-28T15:13:54.714Z
21782026-05-28T15:13:54.714Zinfo: running `cargo check --bins` on cockroach-admin-types (65/297)
21792026-05-28T15:13:55.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-05-28T15:13:55.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-05-28T15:13:55.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-05-28T15:13:55.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21832026-05-28T15:13:55.303Z
21842026-05-28T15:13:55.303Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/297)
21852026-05-28T15:13:55.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-05-28T15:13:55.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-05-28T15:13:55.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-05-28T15:13:55.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21892026-05-28T15:13:55.893Z
21902026-05-28T15:13:55.894Zinfo: running `cargo check --bins` on ereport-types (67/297)
21912026-05-28T15:13:56.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-05-28T15:13:56.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-05-28T15:13:56.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-05-28T15:13:56.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21952026-05-28T15:13:56.464Z
21962026-05-28T15:13:56.464Zinfo: running `cargo check --bins` on gateway-client (68/297)
21972026-05-28T15:13:57.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-05-28T15:13:57.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-05-28T15:13:57.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-05-28T15:13:57.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22012026-05-28T15:13:57.351Z
22022026-05-28T15:13:57.351Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/297)
22032026-05-28T15:13:57.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-05-28T15:13:57.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-05-28T15:13:57.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-05-28T15:13:57.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22072026-05-28T15:13:57.600Z
22082026-05-28T15:13:57.600Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/297)
22092026-05-28T15:13:58.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-05-28T15:13:58.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-05-28T15:13:58.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-05-28T15:13:58.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22132026-05-28T15:13:58.203Z
22142026-05-28T15:13:58.204Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/297)
22152026-05-28T15:13:58.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-05-28T15:13:58.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-05-28T15:13:58.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-05-28T15:13:58.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22192026-05-28T15:13:58.780Z
22202026-05-28T15:13:58.780Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/297)
22212026-05-28T15:13:59.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-05-28T15:13:59.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-05-28T15:13:59.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-05-28T15:13:59.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22252026-05-28T15:13:59.347Z
22262026-05-28T15:13:59.347Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/297)
22272026-05-28T15:13:59.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-05-28T15:13:59.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-05-28T15:13:59.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-05-28T15:13:59.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22312026-05-28T15:13:59.947Z
22322026-05-28T15:13:59.947Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/297)
22332026-05-28T15:14:00.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-05-28T15:14:00.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-05-28T15:14:00.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-05-28T15:14:00.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22372026-05-28T15:14:00.930Z
22382026-05-28T15:14:00.930Zinfo: running `cargo check --bins` on key-manager-types (75/297)
22392026-05-28T15:14:01.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-05-28T15:14:01.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-05-28T15:14:01.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-05-28T15:14:01.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22432026-05-28T15:14:01.150Z
22442026-05-28T15:14:01.150Zinfo: running `cargo check --bins` on oxlog (76/297)
22452026-05-28T15:14:01.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-05-28T15:14:01.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-05-28T15:14:01.741Z Checking cfg-if v1.0.4
22482026-05-28T15:14:01.766Z Checking libc v0.2.185
22492026-05-28T15:14:01.766Z Checking serde_core v1.0.228
22502026-05-28T15:14:01.868Z Checking zeroize v1.8.2
22512026-05-28T15:14:01.925Z Checking memchr v2.8.0
22522026-05-28T15:14:01.925Z Checking log v0.4.29
22532026-05-28T15:14:01.949Z Checking smallvec v1.15.1
22542026-05-28T15:14:01.959Z Checking typenum v1.19.0
22552026-05-28T15:14:01.959Z Checking subtle v2.6.1
22562026-05-28T15:14:02.402Z Checking itoa v1.0.17
22572026-05-28T15:14:02.409Z Checking scopeguard v1.2.0
22582026-05-28T15:14:02.409Z Checking stable_deref_trait v1.2.1
22592026-05-28T15:14:02.409Z Checking const-oid v0.9.6
22602026-05-28T15:14:02.410Z Checking zerofrom v0.1.6
22612026-05-28T15:14:02.410Z Checking lock_api v0.4.14
22622026-05-28T15:14:02.410Z Checking pin-project-lite v0.2.17
22632026-05-28T15:14:02.410Z Checking yoke v0.8.1
22642026-05-28T15:14:02.410Z Checking portable-atomic v1.13.1
22652026-05-28T15:14:02.410Z Checking getrandom v0.2.17
22662026-05-28T15:14:02.410Z Checking errno v0.3.14
22672026-05-28T15:14:02.410Z Checking parking_lot_core v0.9.12
22682026-05-28T15:14:02.410Z Checking zerovec v0.11.5
22692026-05-28T15:14:02.410Z Checking signal-hook-registry v1.4.8
22702026-05-28T15:14:02.410Z Checking generic-array v0.14.7
22712026-05-28T15:14:02.451Z Checking rand_core v0.6.4
22722026-05-28T15:14:02.517Z Checking futures-core v0.3.32
22732026-05-28T15:14:02.566Z Checking critical-section v1.2.0
22742026-05-28T15:14:02.600Z Checking parking_lot v0.12.5
22752026-05-28T15:14:02.623Z Checking mio v1.2.0
22762026-05-28T15:14:02.646Z Checking zerocopy v0.8.40
22772026-05-28T15:14:02.669Z Checking once_cell v1.21.3
22782026-05-28T15:14:02.734Z Checking zmij v1.0.21
22792026-05-28T15:14:03.171Z Checking socket2 v0.6.3
22802026-05-28T15:14:03.181Z Checking tinystr v0.8.2
22812026-05-28T15:14:03.181Z Checking libm v0.2.16
22822026-05-28T15:14:03.181Z Checking crypto-common v0.1.7
22832026-05-28T15:14:03.181Z Checking block-buffer v0.10.4
22842026-05-28T15:14:03.181Z Checking writeable v0.6.2
22852026-05-28T15:14:03.181Z Checking equivalent v1.0.2
22862026-05-28T15:14:03.181Z Checking percent-encoding v2.3.2
22872026-05-28T15:14:03.181Z Checking litemap v0.8.1
22882026-05-28T15:14:03.181Z Checking digest v0.10.7
22892026-05-28T15:14:03.181Z Checking potential_utf v0.1.4
22902026-05-28T15:14:03.181Z Checking zerotrie v0.2.3
22912026-05-28T15:14:03.181Z Checking futures-sink v0.3.32
22922026-05-28T15:14:03.181Z Checking icu_collections v2.1.1
22932026-05-28T15:14:03.181Z Checking icu_locale_core v2.1.1
22942026-05-28T15:14:03.200Z Checking futures-channel v0.3.32
22952026-05-28T15:14:03.215Z Checking cpufeatures v0.2.17
22962026-05-28T15:14:03.283Z Checking slab v0.4.12
22972026-05-28T15:14:03.303Z Checking serde v1.0.228
22982026-05-28T15:14:03.314Z Checking bitflags v2.11.0
22992026-05-28T15:14:03.394Z Checking serde_json v1.0.149
23002026-05-28T15:14:03.430Z Checking futures-io v0.3.32
23012026-05-28T15:14:03.454Z Checking futures-task v0.3.32
23022026-05-28T15:14:03.475Z Checking hmac v0.12.1
23032026-05-28T15:14:03.498Z Checking num-traits v0.2.19
23042026-05-28T15:14:03.538Z Checking icu_normalizer_data v2.1.1
23052026-05-28T15:14:03.588Z Checking futures-util v0.3.32
23062026-05-28T15:14:03.599Z Checking icu_properties_data v2.1.2
23072026-05-28T15:14:03.611Z Checking hashbrown v0.17.0
23082026-05-28T15:14:03.699Z Checking bytes v1.11.1
23092026-05-28T15:14:03.715Z Checking icu_provider v2.1.1
23102026-05-28T15:14:03.728Z Checking rand_core v0.10.0
23112026-05-28T15:14:03.863Z Checking getrandom v0.4.1
23122026-05-28T15:14:03.942Z Checking icu_properties v2.1.2
23132026-05-28T15:14:04.008Z Checking icu_normalizer v2.1.1
23142026-05-28T15:14:04.020Z Checking block-padding v0.3.3
23152026-05-28T15:14:04.041Z Checking utf8_iter v1.0.4
23162026-05-28T15:14:04.065Z Checking indexmap v2.14.0
23172026-05-28T15:14:04.120Z Checking tokio v1.52.1
23182026-05-28T15:14:04.141Z Checking inout v0.1.4
23192026-05-28T15:14:04.158Z Checking sha2 v0.10.9
23202026-05-28T15:14:04.278Z Checking cipher v0.4.4
23212026-05-28T15:14:04.306Z Checking form_urlencoded v1.2.2
23222026-05-28T15:14:04.425Z Checking getrandom v0.3.4
23232026-05-28T15:14:04.440Z Checking byteorder v1.5.0
23242026-05-28T15:14:04.477Z Checking base64ct v1.8.3
23252026-05-28T15:14:04.583Z Checking fnv v1.0.7
23262026-05-28T15:14:04.607Z Checking flagset v0.4.7
23272026-05-28T15:14:04.628Z Checking rand_core v0.9.5
23282026-05-28T15:14:04.655Z Checking http v1.4.0
23292026-05-28T15:14:04.699Z Checking pem-rfc7468 v0.7.0
23302026-05-28T15:14:05.132Z Checking regex-syntax v0.8.10
23312026-05-28T15:14:05.138Z Checking idna_adapter v1.2.1
23322026-05-28T15:14:05.138Z Checking salsa20 v0.10.2
23332026-05-28T15:14:05.138Z Checking der v0.7.10
23342026-05-28T15:14:05.138Z Checking idna v1.1.0
23352026-05-28T15:14:05.138Z Checking uuid v1.23.0
23362026-05-28T15:14:05.138Z Checking url v2.5.8
23372026-05-28T15:14:05.228Z Checking pbkdf2 v0.12.2
23382026-05-28T15:14:05.269Z Checking rustix v1.1.3
23392026-05-28T15:14:05.332Z Checking tracing-core v0.1.36
23402026-05-28T15:14:05.380Z Checking ppv-lite86 v0.2.21
23412026-05-28T15:14:05.492Z Checking rustls-pki-types v1.14.0
23422026-05-28T15:14:05.552Z Checking iana-time-zone v0.1.65
23432026-05-28T15:14:05.600Z Checking spki v0.7.3
23442026-05-28T15:14:05.633Z Checking base64 v0.22.1
23452026-05-28T15:14:05.653Z Checking chrono v0.4.44
23462026-05-28T15:14:05.670Z Checking rand_chacha v0.9.0
23472026-05-28T15:14:05.758Z Checking tracing v0.1.44
23482026-05-28T15:14:05.773Z Checking scrypt v0.11.0
23492026-05-28T15:14:05.856Z Checking http-body v1.0.1
23502026-05-28T15:14:05.874Z Checking aes v0.8.4
23512026-05-28T15:14:05.918Z Checking cbc v0.1.2
23522026-05-28T15:14:05.963Z Checking aws-lc-sys v0.40.0
23532026-05-28T15:14:05.987Z Checking untrusted v0.7.1
23542026-05-28T15:14:06.028Z Checking openssl-probe v0.2.1
23552026-05-28T15:14:06.042Z Checking untrusted v0.9.0
23562026-05-28T15:14:06.071Z Checking tinyvec_macros v0.1.1
23572026-05-28T15:14:06.096Z Checking rand v0.9.2
23582026-05-28T15:14:06.130Z Checking tower-service v0.3.3
23592026-05-28T15:14:06.151Z Checking ring v0.17.14
23602026-05-28T15:14:06.600Z Checking tinyvec v1.10.0
23612026-05-28T15:14:06.680Z Checking atomic-waker v1.1.2
23622026-05-28T15:14:06.680Z Checking pkcs5 v0.7.1
23632026-05-28T15:14:06.680Z Checking try-lock v0.2.5
23642026-05-28T15:14:06.680Z Checking tower-layer v0.3.3
23652026-05-28T15:14:06.680Z Checking want v0.3.1
23662026-05-28T15:14:06.680Z Checking aws-lc-rs v1.16.3
23672026-05-28T15:14:06.680Z Checking pkcs8 v0.10.2
23682026-05-28T15:14:06.680Z Checking ipnet v2.11.0
23692026-05-28T15:14:06.680Z Checking httparse v1.10.1
23702026-05-28T15:14:06.680Z Checking aho-corasick v1.1.4
23712026-05-28T15:14:06.680Z Checking fastrand v2.3.0
23722026-05-28T15:14:06.710Z Checking dyn-clone v1.0.20
23732026-05-28T15:14:06.748Z Checking plain v0.2.3
23742026-05-28T15:14:06.758Z Checking pin-utils v0.1.0
23752026-05-28T15:14:06.777Z Checking httpdate v1.0.3
23762026-05-28T15:14:06.787Z Checking foreign-types-shared v0.1.1
23772026-05-28T15:14:06.828Z Checking tempfile v3.25.0
23782026-05-28T15:14:06.850Z Checking unicode-normalization v0.1.25
23792026-05-28T15:14:06.862Z Checking foreign-types v0.3.2
23802026-05-28T15:14:06.940Z Checking semver v1.0.28
23812026-05-28T15:14:06.959Z Checking openssl-sys v0.9.115
23822026-05-28T15:14:07.043Z Checking spin v0.9.8
23832026-05-28T15:14:07.179Z Checking ucd-trie v0.1.7
23842026-05-28T15:14:07.211Z Checking unicode-ident v1.0.24
23852026-05-28T15:14:07.238Z Checking schemars v0.8.22
23862026-05-28T15:14:07.302Z Checking regex-automata v0.4.14
23872026-05-28T15:14:07.302Z Checking proc-macro2 v1.0.106
23882026-05-28T15:14:07.302Z Checking pest v2.8.6
23892026-05-28T15:14:07.302Z Checking rustls-native-certs v0.8.3
23902026-05-28T15:14:07.302Z Checking rustls-webpki v0.103.9
23912026-05-28T15:14:07.351Z Checking openssl v0.10.79
23922026-05-28T15:14:07.485Z Checking tokio-util v0.7.18
23932026-05-28T15:14:07.587Z Checking thiserror v2.0.18
23942026-05-28T15:14:07.588Z Checking sync_wrapper v1.0.2
23952026-05-28T15:14:07.628Z Checking wait-timeout v0.2.1
23962026-05-28T15:14:07.628Z Checking quick-error v1.2.3
23972026-05-28T15:14:07.666Z Checking pretty-hex v0.4.1
23982026-05-28T15:14:07.822Z Checking bit-vec v0.8.0
23992026-05-28T15:14:08.620Z Checking rustls v0.23.37
24002026-05-28T15:14:08.620Z Checking utf8parse v0.2.2
24012026-05-28T15:14:08.985Z Checking siphasher v1.0.2
24022026-05-28T15:14:08.985Z Checking anstyle v1.0.13
24032026-05-28T15:14:08.985Z Checking simd-adler32 v0.3.8
24042026-05-28T15:14:08.986Z Checking h2 v0.4.13
24052026-05-28T15:14:08.986Z Checking powerfmt v0.2.0
24062026-05-28T15:14:08.986Z Checking anstyle-parse v0.2.7
24072026-05-28T15:14:08.986Z Checking bit-set v0.8.0
24082026-05-28T15:14:08.986Z Checking deranged v0.5.8
24092026-05-28T15:14:08.986Z Checking rusty-fork v0.3.1
24102026-05-28T15:14:08.986Z Checking tower v0.5.3
24112026-05-28T15:14:08.986Z Checking quote v1.0.45
24122026-05-28T15:14:08.986Z Compiling newtype-uuid v1.3.2
24132026-05-28T15:14:08.986Z Checking http-body-util v0.1.3
24142026-05-28T15:14:08.986Z Checking webpki-roots v1.0.6
24152026-05-28T15:14:08.986Z Checking crossbeam-utils v0.8.21
24162026-05-28T15:14:09.056Z Checking rand_xorshift v0.4.0
24172026-05-28T15:14:09.056Z Checking crc32fast v1.5.0
24182026-05-28T15:14:09.056Z Checking scroll v0.13.0
24192026-05-28T15:14:09.056Z Checking signature v2.2.0
24202026-05-28T15:14:09.056Z Checking unicode-bidi v0.3.18
24212026-05-28T15:14:09.056Z Checking allocator-api2 v0.2.21
24222026-05-28T15:14:09.056Z Checking num_threads v0.1.7
24232026-05-28T15:14:09.091Z Checking time-core v0.1.8
24242026-05-28T15:14:09.091Z Checking unicode-properties v0.1.4
24252026-05-28T15:14:09.134Z Checking adler2 v2.0.1
24262026-05-28T15:14:09.163Z Checking unarray v0.1.4
24272026-05-28T15:14:09.207Z Checking iri-string v0.7.10
24282026-05-28T15:14:09.224Z Checking is_terminal_polyfill v1.70.2
24292026-05-28T15:14:09.231Z Checking colorchoice v1.0.4
24302026-05-28T15:14:09.231Z Checking anstyle-query v1.1.5
24312026-05-28T15:14:09.262Z Checking num-conv v0.2.0
24322026-05-28T15:14:09.283Z Checking ryu v1.0.23
24332026-05-28T15:14:09.313Z Checking native-tls v0.2.18
24342026-05-28T15:14:09.356Z Checking anstream v0.6.21
24352026-05-28T15:14:09.425Z Checking proptest v1.11.0
24362026-05-28T15:14:09.425Z Checking time v0.3.47
24372026-05-28T15:14:09.480Z Checking serde_urlencoded v0.7.1
24382026-05-28T15:14:09.634Z Checking tokio-native-tls v0.3.1
24392026-05-28T15:14:09.729Z Checking stringprep v0.1.5
24402026-05-28T15:14:09.729Z Checking miniz_oxide v0.8.9
24412026-05-28T15:14:09.734Z Checking bstr v1.12.1
24422026-05-28T15:14:10.238Z Checking goblin v0.10.5
24432026-05-28T15:14:10.461Z Checking crossbeam-epoch v0.9.18
24442026-05-28T15:14:10.461Z Checking tokio-rustls v0.26.4
24452026-05-28T15:14:10.461Z Compiling daft v0.1.7
24462026-05-28T15:14:10.461Z Checking syn v2.0.117
24472026-05-28T15:14:10.461Z Checking tower-http v0.6.8
24482026-05-28T15:14:10.607Z Checking ipnetwork v0.21.1
24492026-05-28T15:14:10.607Z Checking rand_chacha v0.3.1
24502026-05-28T15:14:10.607Z Checking scroll v0.12.0
24512026-05-28T15:14:10.753Z Checking thiserror v1.0.69
24522026-05-28T15:14:10.753Z Checking zstd-sys v2.0.16+zstd.1.5.7
24532026-05-28T15:14:10.753Z Checking hash32 v0.2.1
24542026-05-28T15:14:10.753Z Checking num-integer v0.1.46
24552026-05-28T15:14:10.753Z Checking serde_spanned v0.6.9
24562026-05-28T15:14:10.753Z Checking hyper v1.8.1
24572026-05-28T15:14:10.874Z Checking toml_datetime v0.6.11
24582026-05-28T15:14:10.875Z Checking md-5 v0.10.6
24592026-05-28T15:14:10.875Z Checking ff v0.13.1
24602026-05-28T15:14:11.422Z Checking encoding_rs v0.8.35
24612026-05-28T15:14:11.423Z Checking psl-types v2.0.11
24622026-05-28T15:14:11.423Z Checking fallible-iterator v0.2.0
24632026-05-28T15:14:11.423Z Checking mime v0.3.17
24642026-05-28T15:14:11.601Z Checking base16ct v0.2.0
24652026-05-28T15:14:11.602Z Checking zlib-rs v0.6.2
24662026-05-28T15:14:11.602Z Checking sec1 v0.7.3
24672026-05-28T15:14:11.602Z Checking postgres-protocol v0.6.10
24682026-05-28T15:14:11.602Z Checking publicsuffix v2.3.0
24692026-05-28T15:14:11.602Z Checking group v0.13.0
24702026-05-28T15:14:11.602Z Checking num-iter v0.1.45
24712026-05-28T15:14:11.602Z Checking goblin v0.8.2
24722026-05-28T15:14:11.602Z Checking heapless v0.7.17
24732026-05-28T15:14:11.731Z Checking hyper-util v0.1.20
24742026-05-28T15:14:11.731Z Checking zstd-safe v7.2.4
24752026-05-28T15:14:11.849Z Checking rand v0.8.6
24762026-05-28T15:14:11.852Z Checking cookie v0.18.1
24772026-05-28T15:14:12.224Z Checking oxnet v0.1.4
24782026-05-28T15:14:12.568Z Checking flate2 v1.1.9
24792026-05-28T15:14:12.568Z Compiling iddqd v0.4.2
24802026-05-28T15:14:12.568Z Checking dof v0.4.0
24812026-05-28T15:14:12.568Z Checking dtrace-parser v0.3.0
24822026-05-28T15:14:12.568Z Checking phf_shared v0.13.1
24832026-05-28T15:14:12.568Z Checking lazy_static v1.5.0
24842026-05-28T15:14:12.568Z Checking pin-project v1.1.11
24852026-05-28T15:14:12.568Z Checking zerocopy v0.7.35
24862026-05-28T15:14:12.749Z Checking bzip2-sys v0.1.13+1.0.8
24872026-05-28T15:14:12.749Z Checking signal-hook v0.3.18
24882026-05-28T15:14:12.749Z Checking terminal_size v0.4.3
24892026-05-28T15:14:12.749Z Checking futures-executor v0.3.32
24902026-05-28T15:14:12.749Z Checking hex v0.4.3
24912026-05-28T15:14:12.749Z Checking hkdf v0.12.4
24922026-05-28T15:14:13.121Z Checking crypto-bigint v0.5.5
24932026-05-28T15:14:13.121Z Checking thread-id v5.1.0
24942026-05-28T15:14:13.121Z Checking foldhash v0.2.0
24952026-05-28T15:14:13.121Z Checking managed v0.8.0
24962026-05-28T15:14:13.121Z Checking hyper-rustls v0.27.7
24972026-05-28T15:14:13.121Z Checking hyper-tls v0.6.0
24982026-05-28T15:14:13.266Z Compiling rayon-core v1.13.0
24992026-05-28T15:14:13.266Z Checking either v1.15.0
25002026-05-28T15:14:13.266Z Checking same-file v1.0.6
25012026-05-28T15:14:13.266Z Checking winnow v0.5.40
25022026-05-28T15:14:13.266Z Checking bitflags v1.3.2
25032026-05-28T15:14:13.266Z Checking clap_lex v1.0.0
25042026-05-28T15:14:13.266Z Checking libbz2-rs-sys v0.2.2
25052026-05-28T15:14:13.266Z Checking winnow v0.7.14
25062026-05-28T15:14:13.266Z Checking bumpalo v3.20.2
25072026-05-28T15:14:13.266Z Checking strsim v0.11.1
25082026-05-28T15:14:13.494Z Checking foldhash v0.1.5
25092026-05-28T15:14:13.494Z Checking zopfli v0.8.3
25102026-05-28T15:14:13.495Z Checking clap_builder v4.5.60
25112026-05-28T15:14:13.495Z Checking dof v0.3.0
25122026-05-28T15:14:13.647Z Checking hashbrown v0.15.5
25132026-05-28T15:14:13.647Z Checking bzip2 v0.6.1
25142026-05-28T15:14:13.647Z Checking elliptic-curve v0.13.8
25152026-05-28T15:14:13.789Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25162026-05-28T15:14:13.789Z Checking smoltcp v0.9.1
25172026-05-28T15:14:13.789Z Checking walkdir v2.5.0
25182026-05-28T15:14:13.982Z Checking reqwest v0.12.28
25192026-05-28T15:14:13.982Z Checking hashbrown v0.16.1
25202026-05-28T15:14:13.982Z Checking usdt-impl v0.6.0
25212026-05-28T15:14:13.982Z Checking futures v0.3.32
25222026-05-28T15:14:14.291Z Checking signal-hook-mio v0.2.5
25232026-05-28T15:14:14.292Z Checking bzip2 v0.4.4
25242026-05-28T15:14:14.637Z Checking snafu v0.8.9
25252026-05-28T15:14:14.637Z Checking toml_edit v0.19.15
25262026-05-28T15:14:14.637Z Checking phf v0.13.1
25272026-05-28T15:14:14.637Z Checking num-bigint-dig v0.8.6
25282026-05-28T15:14:14.637Z Checking cookie_store v0.22.1
25292026-05-28T15:14:14.637Z Checking zstd v0.13.3
25302026-05-28T15:14:14.644Z Checking postgres-types v0.2.12
25312026-05-28T15:14:14.794Z Checking dtrace-parser v0.2.0
25322026-05-28T15:14:14.794Z Checking crossbeam-deque v0.8.6
25332026-05-28T15:14:14.794Z Checking globset v0.4.18
25342026-05-28T15:14:14.794Z Checking rustls-platform-verifier v0.6.2
25352026-05-28T15:14:14.794Z Checking regex v1.12.3
25362026-05-28T15:14:14.794Z Checking ed25519 v2.2.3
25372026-05-28T15:14:14.794Z Checking phf_shared v0.11.3
25382026-05-28T15:14:14.797Z Checking olpc-cjson v0.1.4
25392026-05-28T15:14:14.907Z Checking ref-cast v1.0.25
25402026-05-28T15:14:14.907Z Checking curve25519-dalek v4.1.3
25412026-05-28T15:14:14.908Z Checking strum v0.27.2
25422026-05-28T15:14:14.908Z Checking hubpack v0.1.2
25432026-05-28T15:14:14.908Z Checking memoffset v0.9.1
25442026-05-28T15:14:14.908Z Checking rustix v0.38.44
25452026-05-28T15:14:15.177Z Checking pkcs1 v0.7.5
25462026-05-28T15:14:15.177Z Checking pem v3.0.6
25472026-05-28T15:14:15.177Z Checking float-cmp v0.10.0
25482026-05-28T15:14:15.437Z Checking erased-serde v0.3.31
25492026-05-28T15:14:15.437Z Checking serde_plain v1.0.2
25502026-05-28T15:14:15.437Z Checking serde-big-array v0.5.1
25512026-05-28T15:14:15.437Z Checking rfc6979 v0.4.0
25522026-05-28T15:14:15.437Z Checking memmap2 v0.9.10
25532026-05-28T15:14:15.437Z Checking thread-id v4.2.2
25542026-05-28T15:14:15.437Z Checking env_filter v1.0.0
25552026-05-28T15:14:15.437Z Checking difflib v0.4.0
25562026-05-28T15:14:15.437Z Checking precomputed-hash v0.1.1
25572026-05-28T15:14:15.442Z Checking normalize-line-endings v0.3.0
25582026-05-28T15:14:15.667Z Checking keccak v0.1.6
25592026-05-28T15:14:15.667Z Checking fixedbitset v0.5.7
25602026-05-28T15:14:15.667Z Checking static_assertions v1.1.0
25612026-05-28T15:14:15.667Z Checking predicates-core v1.0.10
25622026-05-28T15:14:15.667Z Checking data-encoding v2.10.0
25632026-05-28T15:14:15.667Z Checking jiff v0.2.21
25642026-05-28T15:14:15.668Z Checking typed-path v0.9.3
25652026-05-28T15:14:15.668Z Checking whoami v2.1.0
25662026-05-28T15:14:15.668Z Checking fixedbitset v0.4.2
25672026-05-28T15:14:15.668Z Checking new_debug_unreachable v1.0.6
25682026-05-28T15:14:16.246Z Checking toml_write v0.1.2
25692026-05-28T15:14:16.246Z Checking unicode-segmentation v1.12.0
25702026-05-28T15:14:16.246Z Checking petgraph v0.6.5
25712026-05-28T15:14:16.246Z Checking tokio-postgres v0.7.16
25722026-05-28T15:14:16.246Z Checking hickory-proto v0.25.2
25732026-05-28T15:14:16.246Z Checking crossterm v0.28.1
25742026-05-28T15:14:16.246Z Checking toml_edit v0.22.27
25752026-05-28T15:14:16.569Z Checking similar v2.7.0
25762026-05-28T15:14:16.570Z Checking tough v0.22.0
25772026-05-28T15:14:16.570Z Checking ed25519-dalek v2.2.0
25782026-05-28T15:14:16.838Z Checking string_cache v0.8.9
25792026-05-28T15:14:16.838Z Checking petgraph v0.8.3
25802026-05-28T15:14:16.838Z Checking predicates v3.1.4
25812026-05-28T15:14:20.495Z Checking sha3 v0.10.8
25822026-05-28T15:14:20.495Z Checking slog v2.8.2
25832026-05-28T15:14:20.495Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25842026-05-28T15:14:20.495Z Checking env_logger v0.11.9
25852026-05-28T15:14:20.570Z Checking usdt v0.6.0
25862026-05-28T15:14:20.570Z Checking usdt-impl v0.5.0
25872026-05-28T15:14:20.570Z Checking ecdsa v0.16.9
25882026-05-28T15:14:20.570Z Checking toml v0.7.8
25892026-05-28T15:14:20.570Z Checking rsa v0.9.10
25902026-05-28T15:14:20.570Z Checking nix v0.31.2
25912026-05-28T15:14:20.570Z Checking zip v4.6.1
25922026-05-28T15:14:20.570Z Checking reqwest v0.13.2
25932026-05-28T15:14:20.570Z Checking clap v4.5.60
25942026-05-28T15:14:20.570Z Checking toml_parser v1.0.9+spec-1.1.0
25952026-05-28T15:14:20.571Z Checking zip v0.6.6
25962026-05-28T15:14:20.571Z Checking itertools v0.13.0
25972026-05-28T15:14:20.571Z Checking serde_with v3.17.0
25982026-05-28T15:14:20.571Z Checking strum v0.26.3
25992026-05-28T15:14:20.571Z Checking fs-err v3.3.0
26002026-05-28T15:14:20.571Z Checking ahash v0.8.12
26012026-05-28T15:14:20.571Z Checking object v0.37.3
26022026-05-28T15:14:20.571Z Checking tokio-stream v0.1.18
26032026-05-28T15:14:20.571Z Checking buf-list v1.1.2
26042026-05-28T15:14:20.571Z Checking anyhow v1.0.102
26052026-05-28T15:14:20.571Z Checking camino v1.2.2
26062026-05-28T15:14:20.571Z Checking x509-cert v0.2.5
26072026-05-28T15:14:20.571Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26082026-05-28T15:14:20.571Z Checking openapiv3 v2.2.0
26092026-05-28T15:14:20.571Z Checking sha1 v0.10.6
26102026-05-28T15:14:20.571Z Checking peg-runtime v0.8.5
26112026-05-28T15:14:20.571Z Checking lalrpop-util v0.19.12
26122026-05-28T15:14:20.571Z Checking rayon v1.11.0
26132026-05-28T15:14:20.571Z Checking sigpipe v0.1.3
26142026-05-28T15:14:20.571Z Checking glob v0.3.3
26152026-05-28T15:14:20.765Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26162026-05-28T15:14:20.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.75s
26172026-05-28T15:14:21.058Z
26182026-05-28T15:14:21.058Zinfo: running `cargo check --bins` on internal-dns-types (77/297)
26192026-05-28T15:14:21.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26202026-05-28T15:14:21.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26212026-05-28T15:14:21.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26222026-05-28T15:14:21.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26232026-05-28T15:14:21.639Z
26242026-05-28T15:14:21.639Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/297)
26252026-05-28T15:14:22.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26262026-05-28T15:14:22.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26272026-05-28T15:14:22.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26282026-05-28T15:14:22.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26292026-05-28T15:14:22.242Z
26302026-05-28T15:14:22.242Zinfo: running `cargo check --bins` on nexus-types-versions (79/297)
26312026-05-28T15:14:22.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26322026-05-28T15:14:22.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26332026-05-28T15:14:22.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26342026-05-28T15:14:22.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26352026-05-28T15:14:22.854Z
26362026-05-28T15:14:22.854Zinfo: running `cargo check --bins` on oxql-types (80/297)
26372026-05-28T15:14:23.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-28T15:14:23.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-28T15:14:23.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-05-28T15:14:23.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26412026-05-28T15:14:23.453Z
26422026-05-28T15:14:23.453Zinfo: running `cargo check --bins` on oximeter-types (81/297)
26432026-05-28T15:14:23.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-05-28T15:14:23.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-05-28T15:14:23.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-05-28T15:14:23.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26472026-05-28T15:14:24.051Z
26482026-05-28T15:14:24.051Zinfo: running `cargo check --bins` on oximeter-types-versions (82/297)
26492026-05-28T15:14:24.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-05-28T15:14:24.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-05-28T15:14:24.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-05-28T15:14:24.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26532026-05-28T15:14:24.654Z
26542026-05-28T15:14:24.654Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/297)
26552026-05-28T15:14:25.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-05-28T15:14:25.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-05-28T15:14:25.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-05-28T15:14:25.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26592026-05-28T15:14:25.235Z
26602026-05-28T15:14:25.235Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/297)
26612026-05-28T15:14:25.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-05-28T15:14:25.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-05-28T15:14:25.918Z Compiling structmeta-derive v0.3.0
26642026-05-28T15:14:26.036Z Compiling rustls v0.22.4
26652026-05-28T15:14:26.046Z Compiling multer v3.1.0
26662026-05-28T15:14:26.057Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26672026-05-28T15:14:26.057Z Compiling async-stream-impl v0.3.6
26682026-05-28T15:14:26.078Z Compiling dropshot v0.17.0
26692026-05-28T15:14:26.093Z Compiling dropshot_endpoint v0.17.0
26702026-05-28T15:14:26.093Z Compiling newtype-uuid-macros v0.1.0
26712026-05-28T15:14:26.213Z Checking newtype-uuid v1.3.2
26722026-05-28T15:14:26.276Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26732026-05-28T15:14:26.326Z Checking rustls-webpki v0.102.8
26742026-05-28T15:14:26.416Z Checking daft v0.1.7
26752026-05-28T15:14:26.432Z Checking thread_local v1.1.9
26762026-05-28T15:14:26.598Z Checking compression-core v0.4.31
26772026-05-28T15:14:26.638Z Checking match_cfg v0.1.0
26782026-05-28T15:14:26.651Z Checking iddqd v0.4.2
26792026-05-28T15:14:26.669Z Checking crossbeam-channel v0.5.15
26802026-05-28T15:14:26.707Z Checking hostname v0.3.1
26812026-05-28T15:14:26.721Z Checking compression-codecs v0.4.37
26822026-05-28T15:14:26.801Z Checking slog-json v2.6.1
26832026-05-28T15:14:26.842Z Checking toml_datetime v1.0.0+spec-1.1.0
26842026-05-28T15:14:26.876Z Checking is-terminal v0.4.17
26852026-05-28T15:14:26.953Z Checking serde_spanned v1.0.4
26862026-05-28T15:14:26.968Z Checking debug-ignore v1.0.5
26872026-05-28T15:14:26.998Z Checking term v1.2.1
26882026-05-28T15:14:27.037Z Checking toml_writer v1.0.6+spec-1.1.0
26892026-05-28T15:14:27.060Z Checking take_mut v0.2.2
26902026-05-28T15:14:27.078Z Compiling structmeta v0.3.0
26912026-05-28T15:14:27.081Z Checking slog-bunyan v2.5.0
26922026-05-28T15:14:27.159Z Checking slog-async v2.8.0
26932026-05-28T15:14:27.201Z Checking async-compression v0.4.41
26942026-05-28T15:14:27.214Z Checking slog-term v2.9.2
26952026-05-28T15:14:27.219Z Checking toml v1.0.6+spec-1.1.0
26962026-05-28T15:14:27.290Z Compiling derive-ex v0.1.8
26972026-05-28T15:14:27.326Z Compiling parse-display-derive v0.10.0
26982026-05-28T15:14:27.437Z Checking async-stream v0.3.6
26992026-05-28T15:14:27.468Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27002026-05-28T15:14:27.551Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27012026-05-28T15:14:27.564Z Checking progenitor-client v0.14.0
27022026-05-28T15:14:27.577Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27032026-05-28T15:14:28.121Z Checking waitgroup v0.1.2
27042026-05-28T15:14:28.124Z Checking backon v1.6.0
27052026-05-28T15:14:28.124Z Checking rustls-pemfile v2.2.0
27062026-05-28T15:14:28.124Z Checking serde_path_to_error v0.1.20
27072026-05-28T15:14:28.124Z Checking hostname v0.4.2
27082026-05-28T15:14:28.124Z Checking instant v0.1.13
27092026-05-28T15:14:28.124Z Checking backoff v0.4.0
27102026-05-28T15:14:28.124Z Checking progenitor-extras v0.2.0
27112026-05-28T15:14:28.124Z Checking tokio-rustls v0.25.0
27122026-05-28T15:14:28.161Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27132026-05-28T15:14:28.188Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27142026-05-28T15:14:28.335Z Checking itertools v0.14.0
27152026-05-28T15:14:28.374Z Checking progenitor-client v0.10.0
27162026-05-28T15:14:28.547Z Checking regress v0.10.5
27172026-05-28T15:14:28.562Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27182026-05-28T15:14:28.798Z Checking macaddr v1.0.1
27192026-05-28T15:14:28.938Z Compiling test-strategy v0.4.5
27202026-05-28T15:14:28.969Z Checking parse-display v0.10.0
27212026-05-28T15:14:29.128Z Checking humantime v2.3.0
27222026-05-28T15:14:30.147Z Compiling prettyplease v0.2.37
27232026-05-28T15:14:30.459Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27242026-05-28T15:14:30.610Z Checking num-rational v0.4.2
27252026-05-28T15:14:30.838Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27262026-05-28T15:14:31.059Z Checking num-complex v0.4.6
27272026-05-28T15:14:31.753Z Compiling num v0.4.3
27282026-05-28T15:14:31.836Z Compiling usdt-attr-macro v0.5.0
27292026-05-28T15:14:31.844Z Compiling usdt-macro v0.5.0
27302026-05-28T15:14:31.865Z Checking memmap v0.7.0
27312026-05-28T15:14:31.902Z Checking float-ord v0.3.2
27322026-05-28T15:14:31.996Z Compiling convert_case v0.4.0
27332026-05-28T15:14:32.008Z Checking unicode-width v0.2.0
27342026-05-28T15:14:32.254Z Checking console v0.15.11
27352026-05-28T15:14:32.364Z Compiling derive_more v0.99.20
27362026-05-28T15:14:32.530Z Checking newline-converter v0.3.0
27372026-05-28T15:14:32.550Z Checking atomicwrites v0.4.4
27382026-05-28T15:14:32.582Z Checking usdt v0.5.0
27392026-05-28T15:14:33.040Z Compiling toml v0.8.23
27402026-05-28T15:14:33.043Z Compiling minimal-lexical v0.2.1
27412026-05-28T15:14:33.043Z Checking linked-hash-map v0.5.6
27422026-05-28T15:14:33.043Z Checking lru-cache v0.1.2
27432026-05-28T15:14:33.043Z Compiling nom v7.1.3
27442026-05-28T15:14:33.043Z Checking expectorate v1.2.0
27452026-05-28T15:14:33.577Z Checking camino-tempfile v1.4.1
27462026-05-28T15:14:33.690Z Checking hickory-proto v0.24.4
27472026-05-28T15:14:33.740Z Checking phf_shared v0.12.1
27482026-05-28T15:14:33.882Z Compiling slog-dtrace v0.3.0
27492026-05-28T15:14:33.927Z Checking heck v0.5.0
27502026-05-28T15:14:34.056Z Compiling chrono-tz v0.10.4
27512026-05-28T15:14:34.070Z Checking resolv-conf v0.7.6
27522026-05-28T15:14:34.248Z Compiling const_format_proc_macros v0.2.34
27532026-05-28T15:14:34.251Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27542026-05-28T15:14:34.320Z Checking phf v0.12.1
27552026-05-28T15:14:34.353Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-05-28T15:14:34.458Z Checking tokio-dtrace v0.1.1
27572026-05-28T15:14:34.640Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27582026-05-28T15:14:35.134Z Compiling derive-where v1.6.0
27592026-05-28T15:14:35.137Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27602026-05-28T15:14:35.219Z Checking highway v1.3.0
27612026-05-28T15:14:35.458Z Checking const_format v0.2.35
27622026-05-28T15:14:35.480Z Checking hickory-resolver v0.24.4
27632026-05-28T15:14:35.693Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27642026-05-28T15:14:35.736Z Checking oxide-tokio-rt v0.1.4
27652026-05-28T15:14:35.937Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27662026-05-28T15:14:36.182Z Checking gethostname v0.5.0
27672026-05-28T15:14:36.198Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-05-28T15:14:36.210Z Checking qorb v0.4.1
27692026-05-28T15:14:36.270Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27702026-05-28T15:14:36.309Z Checking bcs v0.1.6
27712026-05-28T15:14:36.334Z Checking termtree v0.5.1
27722026-05-28T15:14:36.392Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27732026-05-28T15:14:39.636Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27742026-05-28T15:14:42.324Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27752026-05-28T15:14:44.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.18s
27762026-05-28T15:14:44.604Z
27772026-05-28T15:14:44.604Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/297)
27782026-05-28T15:14:45.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27792026-05-28T15:14:45.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27802026-05-28T15:14:45.291Z Compiling ar_archive_writer v0.5.1
27812026-05-28T15:14:45.412Z Compiling stacker v0.1.23
27822026-05-28T15:14:45.423Z Compiling cfg_aliases v0.1.1
27832026-05-28T15:14:45.437Z Compiling convert_case v0.10.0
27842026-05-28T15:14:45.437Z Checking unicode-width v0.1.14
27852026-05-28T15:14:45.451Z Compiling proc-macro-error v1.0.4
27862026-05-28T15:14:45.459Z Checking fd-lock v4.0.4
27872026-05-28T15:14:45.459Z Checking nibble_vec v0.1.0
27882026-05-28T15:14:45.483Z Compiling nix v0.28.0
27892026-05-28T15:14:45.555Z Checking vte v0.14.1
27902026-05-28T15:14:45.570Z Compiling recursive-proc-macro-impl v0.1.1
27912026-05-28T15:14:45.655Z Checking endian-type v0.1.2
27922026-05-28T15:14:45.696Z Checking bytecount v0.6.9
27932026-05-28T15:14:45.717Z Checking strip-ansi-escapes v0.2.1
27942026-05-28T15:14:45.733Z Compiling tabled_derive v0.7.0
27952026-05-28T15:14:45.738Z Compiling derive_more-impl v2.1.1
27962026-05-28T15:14:45.772Z Checking radix_trie v0.2.1
27972026-05-28T15:14:45.799Z Checking papergrid v0.11.0
27982026-05-28T15:14:45.822Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27992026-05-28T15:14:45.957Z Compiling peg-macros v0.8.5
28002026-05-28T15:14:45.977Z Checking winnow v0.6.26
28012026-05-28T15:14:46.248Z Compiling psm v0.1.30
28022026-05-28T15:14:46.284Z Compiling sqlparser_derive v0.5.0
28032026-05-28T15:14:46.402Z Checking home v0.5.12
28042026-05-28T15:14:46.513Z Checking unicode_categories v0.1.1
28052026-05-28T15:14:46.526Z Checking derive_more v2.1.1
28062026-05-28T15:14:46.601Z Checking nu-ansi-term v0.50.3
28072026-05-28T15:14:46.666Z Checking crossterm v0.29.0
28082026-05-28T15:14:46.715Z Checking tabled v0.15.0
28092026-05-28T15:14:46.746Z Checking rustyline v14.0.0
28102026-05-28T15:14:46.811Z Checking reedline v0.40.0
28112026-05-28T15:14:47.012Z Checking recursive v0.1.1
28122026-05-28T15:14:47.053Z Checking display-error-chain v0.2.2
28132026-05-28T15:14:47.104Z Checking sqlparser v0.61.0
28142026-05-28T15:14:47.117Z Checking sqlformat v0.3.5
28152026-05-28T15:14:47.288Z Checking peg v0.8.5
28162026-05-28T15:14:58.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.50s
28172026-05-28T15:14:58.287Z
28182026-05-28T15:14:58.287Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/297)
28192026-05-28T15:14:58.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202026-05-28T15:14:58.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212026-05-28T15:14:58.962Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28222026-05-28T15:15:02.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28232026-05-28T15:15:02.568Z
28242026-05-28T15:15:02.569Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/297)
28252026-05-28T15:15:03.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-05-28T15:15:03.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-05-28T15:15:03.245Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28282026-05-28T15:15:05.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28292026-05-28T15:15:05.845Z
28302026-05-28T15:15:05.845Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/297)
28312026-05-28T15:15:06.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-05-28T15:15:06.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-05-28T15:15:06.505Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28342026-05-28T15:15:09.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
28352026-05-28T15:15:09.881Z
28362026-05-28T15:15:09.882Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/297)
28372026-05-28T15:15:10.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-05-28T15:15:10.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-05-28T15:15:10.551Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-05-28T15:15:13.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28412026-05-28T15:15:13.974Z
28422026-05-28T15:15:13.974Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/297)
28432026-05-28T15:15:14.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-05-28T15:15:14.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-05-28T15:15:14.632Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28462026-05-28T15:15:17.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28472026-05-28T15:15:17.370Z
28482026-05-28T15:15:17.370Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/297)
28492026-05-28T15:15:17.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-05-28T15:15:17.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-05-28T15:15:18.038Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28522026-05-28T15:15:20.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28532026-05-28T15:15:20.812Z
28542026-05-28T15:15:20.812Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/297)
28552026-05-28T15:15:21.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-05-28T15:15:21.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-05-28T15:15:21.478Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28582026-05-28T15:15:24.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28592026-05-28T15:15:25.041Z
28602026-05-28T15:15:25.042Zinfo: running `cargo check --bins` on oximeter (93/297)
28612026-05-28T15:15:25.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-05-28T15:15:25.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-05-28T15:15:25.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-05-28T15:15:25.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28652026-05-28T15:15:25.621Z
28662026-05-28T15:15:25.621Zinfo: running `cargo check --bins` on oximeter-schema (94/297)
28672026-05-28T15:15:26.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-05-28T15:15:26.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-05-28T15:15:26.245Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28702026-05-28T15:15:26.410Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28712026-05-28T15:15:26.410Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28722026-05-28T15:15:26.752Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28732026-05-28T15:15:29.607Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28742026-05-28T15:15:30.811Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28752026-05-28T15:15:31.019Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28762026-05-28T15:15:31.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s
28772026-05-28T15:15:31.861Z
28782026-05-28T15:15:31.861Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/297)
28792026-05-28T15:15:32.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-05-28T15:15:32.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-05-28T15:15:32.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-05-28T15:15:32.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28832026-05-28T15:15:32.452Z
28842026-05-28T15:15:32.452Zinfo: running `cargo check --bins` on oximeter-test-utils (96/297)
28852026-05-28T15:15:32.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-05-28T15:15:32.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-05-28T15:15:32.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-05-28T15:15:32.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28892026-05-28T15:15:33.088Z
28902026-05-28T15:15:33.088Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/297)
28912026-05-28T15:15:33.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-05-28T15:15:33.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-05-28T15:15:33.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-05-28T15:15:33.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28952026-05-28T15:15:33.699Z
28962026-05-28T15:15:33.700Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/297)
28972026-05-28T15:15:34.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-05-28T15:15:34.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-05-28T15:15:34.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-05-28T15:15:34.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29012026-05-28T15:15:34.278Z
29022026-05-28T15:15:34.278Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/297)
29032026-05-28T15:15:34.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-05-28T15:15:34.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-05-28T15:15:34.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-05-28T15:15:34.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29072026-05-28T15:15:34.875Z
29082026-05-28T15:15:34.875Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/297)
29092026-05-28T15:15:35.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-05-28T15:15:35.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-05-28T15:15:35.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-05-28T15:15:35.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29132026-05-28T15:15:35.468Z
29142026-05-28T15:15:35.468Zinfo: running `cargo check --bins` on trust-quorum-types (101/297)
29152026-05-28T15:15:35.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-05-28T15:15:35.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-05-28T15:15:35.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-05-28T15:15:35.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29192026-05-28T15:15:36.044Z
29202026-05-28T15:15:36.044Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/297)
29212026-05-28T15:15:36.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-05-28T15:15:36.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-05-28T15:15:36.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-05-28T15:15:36.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29252026-05-28T15:15:36.643Z
29262026-05-28T15:15:36.643Zinfo: running `cargo check --bins` on update-engine (103/297)
29272026-05-28T15:15:37.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-05-28T15:15:37.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-05-28T15:15:37.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-05-28T15:15:37.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29312026-05-28T15:15:37.221Z
29322026-05-28T15:15:37.221Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/297)
29332026-05-28T15:15:37.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-05-28T15:15:37.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-05-28T15:15:37.934Z Compiling crucible-workspace-hack v0.1.0
29362026-05-28T15:15:38.053Z Checking secrecy v0.10.3
29372026-05-28T15:15:38.061Z Compiling heapless v0.8.0
29382026-05-28T15:15:38.066Z Compiling toml_datetime v0.7.5+spec-1.1.0
29392026-05-28T15:15:38.075Z Compiling ingot-macros v0.1.1
29402026-05-28T15:15:38.086Z Checking hash32 v0.3.1
29412026-05-28T15:15:38.096Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29422026-05-28T15:15:38.099Z Compiling smoltcp v0.11.0
29432026-05-28T15:15:38.155Z Checking cobs v0.3.0
29442026-05-28T15:15:38.203Z Compiling thiserror-impl-no-std v2.0.2
29452026-05-28T15:15:38.291Z Compiling toml_edit v0.23.10+spec-1.0.0
29462026-05-28T15:15:38.315Z Checking universal-hash v0.5.1
29472026-05-28T15:15:38.316Z Checking half v2.7.1
29482026-05-28T15:15:38.321Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29492026-05-28T15:15:38.452Z Checking ciborium-io v0.2.2
29502026-05-28T15:15:38.510Z Checking opaque-debug v0.3.1
29512026-05-28T15:15:38.542Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29522026-05-28T15:15:38.574Z Checking postcard v1.1.3
29532026-05-28T15:15:38.587Z Checking poly1305 v0.8.0
29542026-05-28T15:15:38.611Z Checking ciborium-ll v0.2.2
29552026-05-28T15:15:38.785Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29562026-05-28T15:15:38.835Z Compiling proc-macro-crate v3.4.0
29572026-05-28T15:15:38.859Z Checking password-hash v0.5.0
29582026-05-28T15:15:38.941Z Checking chacha20 v0.9.1
29592026-05-28T15:15:39.045Z Compiling proc-macro-crate v1.3.1
29602026-05-28T15:15:39.084Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29612026-05-28T15:15:39.133Z Checking blake2 v0.10.6
29622026-05-28T15:15:39.323Z Checking aead v0.5.2
29632026-05-28T15:15:39.338Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29642026-05-28T15:15:39.362Z Checking thiserror-no-std v2.0.2
29652026-05-28T15:15:39.362Z Compiling foreign-types-macros v0.2.3
29662026-05-28T15:15:39.389Z Compiling num_enum_derive v0.7.5
29672026-05-28T15:15:39.455Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29682026-05-28T15:15:39.468Z Checking cpufeatures v0.3.0
29692026-05-28T15:15:39.471Z Checking foreign-types-shared v0.3.1
29702026-05-28T15:15:39.538Z Checking chacha20 v0.10.0
29712026-05-28T15:15:39.541Z Checking chacha20poly1305 v0.10.1
29722026-05-28T15:15:39.567Z Checking vsss-rs v3.3.4
29732026-05-28T15:15:39.674Z Compiling num_enum_derive v0.5.11
29742026-05-28T15:15:39.691Z Checking argon2 v0.5.3
29752026-05-28T15:15:39.749Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
29762026-05-28T15:15:39.962Z Checking foreign-types v0.5.0
29772026-05-28T15:15:40.043Z Checking ciborium v0.2.2
29782026-05-28T15:15:40.161Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29792026-05-28T15:15:40.183Z Checking tabwriter v1.4.1
29802026-05-28T15:15:40.332Z Checking byte-wrapper v0.1.0
29812026-05-28T15:15:40.420Z Checking num_enum v0.7.5
29822026-05-28T15:15:40.447Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29832026-05-28T15:15:40.460Z Checking cstr-argument v0.1.2
29842026-05-28T15:15:40.534Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29852026-05-28T15:15:40.547Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29862026-05-28T15:15:40.579Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29872026-05-28T15:15:40.684Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29882026-05-28T15:15:40.726Z Checking num_enum v0.5.11
29892026-05-28T15:15:40.751Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29902026-05-28T15:15:40.769Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29912026-05-28T15:15:40.837Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29922026-05-28T15:15:40.861Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29932026-05-28T15:15:40.876Z Checking ingot-types v0.1.2
29942026-05-28T15:15:40.929Z Checking rand v0.10.0
29952026-05-28T15:15:40.966Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29962026-05-28T15:15:40.969Z Checking indent_write v2.2.0
29972026-05-28T15:15:41.031Z Checking colored v3.1.1
29982026-05-28T15:15:41.110Z Compiling zone_cfg_derive v0.3.1
29992026-05-28T15:15:41.225Z Checking ingot v0.1.1
30002026-05-28T15:15:41.228Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-05-28T15:15:41.252Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30022026-05-28T15:15:41.271Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30032026-05-28T15:15:41.347Z Checking itertools v0.12.1
30042026-05-28T15:15:41.364Z Compiling num-derive v0.4.2
30052026-05-28T15:15:41.408Z Checking swrite v0.1.0
30062026-05-28T15:15:41.439Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30072026-05-28T15:15:41.498Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30082026-05-28T15:15:41.640Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30092026-05-28T15:15:41.746Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30102026-05-28T15:15:41.761Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30112026-05-28T15:15:41.791Z Checking dropshot-api-manager-types v0.7.2
30122026-05-28T15:15:41.804Z Checking smf v0.2.3
30132026-05-28T15:15:41.851Z Checking nanorand v0.7.0
30142026-05-28T15:15:41.956Z Checking whoami v1.6.1
30152026-05-28T15:15:42.034Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30162026-05-28T15:15:42.048Z Checking flume v0.11.1
30172026-05-28T15:15:42.276Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30182026-05-28T15:15:42.340Z Checking zone v0.3.1
30192026-05-28T15:15:42.778Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-05-28T15:15:43.721Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-28T15:15:44.590Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-28T15:15:47.834Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30232026-05-28T15:15:49.846Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30242026-05-28T15:15:50.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
30252026-05-28T15:15:51.137Z
30262026-05-28T15:15:51.137Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/297)
30272026-05-28T15:15:51.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-05-28T15:15:51.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-05-28T15:15:51.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-05-28T15:15:51.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30312026-05-28T15:15:51.738Z
30322026-05-28T15:15:51.738Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/297)
30332026-05-28T15:15:52.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-05-28T15:15:52.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-05-28T15:15:52.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-05-28T15:15:52.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30372026-05-28T15:15:52.325Z
30382026-05-28T15:15:52.325Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/297)
30392026-05-28T15:15:52.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-05-28T15:15:52.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-05-28T15:15:52.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-05-28T15:15:52.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30432026-05-28T15:15:52.917Z
30442026-05-28T15:15:52.917Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/297)
30452026-05-28T15:15:53.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-28T15:15:53.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-28T15:15:53.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-28T15:15:53.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30492026-05-28T15:15:53.510Z
30502026-05-28T15:15:53.510Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/297)
30512026-05-28T15:15:54.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-28T15:15:54.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-28T15:15:54.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-28T15:15:54.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30552026-05-28T15:15:54.099Z
30562026-05-28T15:15:54.099Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/297)
30572026-05-28T15:15:54.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-28T15:15:54.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-28T15:15:54.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-28T15:15:54.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30612026-05-28T15:15:54.690Z
30622026-05-28T15:15:54.690Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/297)
30632026-05-28T15:15:55.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-28T15:15:55.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-28T15:15:55.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-28T15:15:55.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30672026-05-28T15:15:55.288Z
30682026-05-28T15:15:55.288Zinfo: running `cargo check --bins` on cockroach-admin-client (112/297)
30692026-05-28T15:15:55.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-28T15:15:55.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-28T15:15:55.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-28T15:15:55.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30732026-05-28T15:15:55.868Z
30742026-05-28T15:15:55.869Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/297)
30752026-05-28T15:15:56.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-28T15:15:56.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-28T15:15:56.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-28T15:15:56.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30792026-05-28T15:15:56.466Z
30802026-05-28T15:15:56.466Zinfo: running `cargo check --bins` on dns-service-client (114/297)
30812026-05-28T15:15:56.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-28T15:15:56.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-28T15:15:56.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-28T15:15:56.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30852026-05-28T15:15:57.062Z
30862026-05-28T15:15:57.063Zinfo: running `cargo check --bins` on installinator-client (115/297)
30872026-05-28T15:15:57.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-28T15:15:57.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-28T15:15:57.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-28T15:15:57.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30912026-05-28T15:15:57.654Z
30922026-05-28T15:15:57.655Zinfo: running `cargo check --bins` on nexus-client (116/297)
30932026-05-28T15:15:58.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-28T15:15:58.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-28T15:15:58.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-28T15:15:58.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30972026-05-28T15:15:58.283Z
30982026-05-28T15:15:58.283Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/297)
30992026-05-28T15:15:58.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-28T15:15:58.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-28T15:15:58.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-28T15:15:58.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31032026-05-28T15:15:58.911Z
31042026-05-28T15:15:58.911Zinfo: running `cargo check --bins` on ntp-admin-client (118/297)
31052026-05-28T15:15:59.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-28T15:15:59.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-28T15:15:59.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-28T15:15:59.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31092026-05-28T15:15:59.491Z
31102026-05-28T15:15:59.491Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/297)
31112026-05-28T15:15:59.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-28T15:15:59.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-28T15:15:59.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-28T15:15:59.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31152026-05-28T15:16:00.073Z
31162026-05-28T15:16:00.073Zinfo: running `cargo check --bins` on oxide-client (120/297)
31172026-05-28T15:16:00.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-28T15:16:00.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-28T15:16:00.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-28T15:16:00.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31212026-05-28T15:16:00.650Z
31222026-05-28T15:16:00.650Zinfo: running `cargo check --bins` on oximeter-client (121/297)
31232026-05-28T15:16:01.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-28T15:16:01.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-28T15:16:01.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-28T15:16:01.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31272026-05-28T15:16:01.241Z
31282026-05-28T15:16:01.241Zinfo: running `cargo check --bins` on repo-depot-client (122/297)
31292026-05-28T15:16:01.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-28T15:16:01.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-28T15:16:01.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-28T15:16:01.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31332026-05-28T15:16:01.817Z
31342026-05-28T15:16:01.817Zinfo: running `cargo check --bins` on sled-agent-client (123/297)
31352026-05-28T15:16:02.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-28T15:16:02.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-28T15:16:02.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-05-28T15:16:02.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31392026-05-28T15:16:02.424Z
31402026-05-28T15:16:02.424Zinfo: running `cargo check --bins` on wicketd-client (124/297)
31412026-05-28T15:16:02.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-05-28T15:16:02.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-05-28T15:16:02.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-05-28T15:16:02.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31452026-05-28T15:16:03.053Z
31462026-05-28T15:16:03.053Zinfo: running `cargo check --bins` on installinator-common (125/297)
31472026-05-28T15:16:03.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-05-28T15:16:03.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-05-28T15:16:03.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-05-28T15:16:03.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31512026-05-28T15:16:03.661Z
31522026-05-28T15:16:03.661Zinfo: running `cargo check --bins` on installinator-common-versions (126/297)
31532026-05-28T15:16:04.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-28T15:16:04.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-28T15:16:04.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-28T15:16:04.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31572026-05-28T15:16:04.241Z
31582026-05-28T15:16:04.241Zinfo: running `cargo check --bins` on wicket-common (127/297)
31592026-05-28T15:16:04.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-28T15:16:04.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-28T15:16:04.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-28T15:16:04.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31632026-05-28T15:16:04.847Z
31642026-05-28T15:16:04.848Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/297)
31652026-05-28T15:16:05.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-28T15:16:05.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-28T15:16:05.537Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31682026-05-28T15:16:05.654Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31692026-05-28T15:16:05.660Z Checking csv-core v0.1.13
31702026-05-28T15:16:05.666Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31712026-05-28T15:16:05.670Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31722026-05-28T15:16:05.683Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31732026-05-28T15:16:05.695Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31742026-05-28T15:16:05.707Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31752026-05-28T15:16:05.814Z Checking csv v1.4.0
31762026-05-28T15:16:05.858Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31772026-05-28T15:16:05.873Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-05-28T15:16:05.898Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31792026-05-28T15:16:05.914Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31802026-05-28T15:16:06.148Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31812026-05-28T15:16:07.000Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31822026-05-28T15:16:07.000Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-05-28T15:16:07.014Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31842026-05-28T15:16:12.743Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31852026-05-28T15:16:13.272Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31862026-05-28T15:16:15.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.74s
31872026-05-28T15:16:15.791Z
31882026-05-28T15:16:15.791Zinfo: running `cargo check --bins` on cockroach-admin-api (129/297)
31892026-05-28T15:16:16.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-05-28T15:16:16.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-05-28T15:16:16.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-05-28T15:16:16.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31932026-05-28T15:16:16.383Z
31942026-05-28T15:16:16.383Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/297)
31952026-05-28T15:16:16.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-05-28T15:16:16.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-05-28T15:16:16.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-05-28T15:16:16.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31992026-05-28T15:16:17.061Z
32002026-05-28T15:16:17.061Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/297)
32012026-05-28T15:16:17.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-05-28T15:16:17.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-05-28T15:16:17.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-05-28T15:16:17.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32052026-05-28T15:16:17.731Z
32062026-05-28T15:16:17.731Zinfo: running `cargo check --bins` on gateway-test-utils (132/297)
32072026-05-28T15:16:18.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-05-28T15:16:18.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-05-28T15:16:18.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-05-28T15:16:18.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32112026-05-28T15:16:18.367Z
32122026-05-28T15:16:18.367Zinfo: running `cargo check --bins` on omicron-gateway (133/297)
32132026-05-28T15:16:18.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-05-28T15:16:18.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-05-28T15:16:19.126Z Compiling regress v0.11.1
32162026-05-28T15:16:19.266Z Compiling unsafe-libyaml v0.2.11
32172026-05-28T15:16:19.280Z Compiling semver v0.1.20
32182026-05-28T15:16:19.280Z Compiling radium v0.7.0
32192026-05-28T15:16:19.305Z Checking tap v1.0.1
32202026-05-28T15:16:19.306Z Compiling maybe-uninit v2.0.0
32212026-05-28T15:16:19.334Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32222026-05-28T15:16:19.405Z Checking wyz v0.5.1
32232026-05-28T15:16:19.554Z Compiling rustc_version v0.1.7
32242026-05-28T15:16:19.597Z Checking progenitor-client v0.13.0
32252026-05-28T15:16:19.666Z Compiling zerocopy-derive v0.6.6
32262026-05-28T15:16:19.738Z Compiling packed_struct v0.10.1
32272026-05-28T15:16:19.773Z Compiling serde_yaml v0.9.34+deprecated
32282026-05-28T15:16:19.861Z Compiling newtype_derive v0.1.6
32292026-05-28T15:16:19.989Z Checking funty v2.0.0
32302026-05-28T15:16:20.014Z Compiling cancel-safe-futures v0.1.5
32312026-05-28T15:16:20.068Z Checking crc-catalog v2.4.0
32322026-05-28T15:16:20.165Z Compiling owo-colors v4.3.0
32332026-05-28T15:16:20.242Z Checking crc v3.4.0
32342026-05-28T15:16:20.314Z Checking bitvec v1.0.1
32352026-05-28T15:16:20.515Z Checking zerocopy v0.6.6
32362026-05-28T15:16:20.550Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32372026-05-28T15:16:20.565Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32382026-05-28T15:16:20.683Z Checking typify-impl v0.6.2
32392026-05-28T15:16:20.822Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32402026-05-28T15:16:20.896Z Compiling packed_struct_codegen v0.10.1
32412026-05-28T15:16:21.076Z Checking libsw-core v0.3.2
32422026-05-28T15:16:21.091Z Compiling bitfield-macros v0.19.4
32432026-05-28T15:16:21.218Z Compiling indexmap v1.9.3
32442026-05-28T15:16:21.233Z Checking nodrop v0.1.14
32452026-05-28T15:16:21.328Z Checking array-init v0.0.4
32462026-05-28T15:16:21.434Z Checking libsw v3.5.0
32472026-05-28T15:16:21.586Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32482026-05-28T15:16:21.605Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32492026-05-28T15:16:21.623Z Checking smallvec v0.6.14
32502026-05-28T15:16:21.793Z Checking bitfield v0.19.4
32512026-05-28T15:16:21.815Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32522026-05-28T15:16:21.986Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32532026-05-28T15:16:22.060Z Checking linear-map v1.2.0
32542026-05-28T15:16:22.114Z Checking tagptr v0.2.0
32552026-05-28T15:16:22.141Z Checking base64 v0.21.7
32562026-05-28T15:16:22.232Z Checking unicode-linebreak v0.1.5
32572026-05-28T15:16:22.247Z Checking smawk v0.3.2
32582026-05-28T15:16:22.261Z Checking hashbrown v0.12.3
32592026-05-28T15:16:22.336Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32602026-05-28T15:16:22.377Z Checking moka v0.12.13
32612026-05-28T15:16:22.391Z Checking ron v0.8.1
32622026-05-28T15:16:22.442Z Checking textwrap v0.16.2
32632026-05-28T15:16:22.446Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32642026-05-28T15:16:22.626Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32652026-05-28T15:16:22.655Z Checking steno v0.4.1
32662026-05-28T15:16:22.894Z Checking serde-hex v0.1.0
32672026-05-28T15:16:22.983Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32682026-05-28T15:16:22.998Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32692026-05-28T15:16:23.021Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-05-28T15:16:23.143Z Checking hashbrown v0.13.2
32712026-05-28T15:16:23.410Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32722026-05-28T15:16:23.564Z Checking crc-any v2.5.0
32732026-05-28T15:16:23.574Z Checking object v0.30.4
32742026-05-28T15:16:23.587Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32752026-05-28T15:16:23.620Z Checking hickory-resolver v0.25.2
32762026-05-28T15:16:23.638Z Checking void v1.0.2
32772026-05-28T15:16:23.733Z Checking utf-8 v0.7.6
32782026-05-28T15:16:23.746Z Checking path-slash v0.1.5
32792026-05-28T15:16:23.760Z Checking half v1.8.3
32802026-05-28T15:16:23.849Z Checking lzss v0.8.2
32812026-05-28T15:16:23.870Z Checking tungstenite v0.23.0
32822026-05-28T15:16:23.953Z Checking serde_cbor v0.11.2
32832026-05-28T15:16:24.171Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32842026-05-28T15:16:24.281Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32852026-05-28T15:16:24.311Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32862026-05-28T15:16:24.328Z Checking nix v0.27.1
32872026-05-28T15:16:24.332Z Checking kstat-rs v0.2.4
32882026-05-28T15:16:24.369Z Checking fxhash v0.2.1
32892026-05-28T15:16:24.490Z Checking serde_bytes v0.11.19
32902026-05-28T15:16:24.514Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32912026-05-28T15:16:24.529Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922026-05-28T15:16:24.660Z Checking tokio-tungstenite v0.23.1
32932026-05-28T15:16:24.730Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32942026-05-28T15:16:24.816Z Checking signal-hook-tokio v0.3.1
32952026-05-28T15:16:25.125Z Compiling typify-macro v0.6.2
32962026-05-28T15:16:25.963Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32972026-05-28T15:16:26.260Z Compiling typify v0.6.2
32982026-05-28T15:16:26.340Z Compiling progenitor-impl v0.13.0
32992026-05-28T15:16:26.340Z Compiling progenitor-impl v0.14.0
33002026-05-28T15:16:26.855Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33012026-05-28T15:16:27.175Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33022026-05-28T15:16:27.917Z Compiling progenitor-macro v0.13.0
33032026-05-28T15:16:27.950Z Compiling progenitor-macro v0.14.0
33042026-05-28T15:16:30.285Z Checking progenitor v0.13.0
33052026-05-28T15:16:30.412Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33062026-05-28T15:16:30.595Z Checking progenitor v0.14.0
33072026-05-28T15:16:30.709Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33082026-05-28T15:16:33.439Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33092026-05-28T15:16:41.131Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33102026-05-28T15:16:47.414Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33112026-05-28T15:16:48.802Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33122026-05-28T15:16:49.312Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33132026-05-28T15:16:51.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.02s
33142026-05-28T15:16:51.591Z
33152026-05-28T15:16:51.592Zinfo: running `cargo check --bins` on gateway-api (134/297)
33162026-05-28T15:16:52.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-05-28T15:16:52.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-05-28T15:16:52.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-05-28T15:16:52.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33202026-05-28T15:16:52.185Z
33212026-05-28T15:16:52.185Zinfo: running `cargo check --bins` on ipcc (135/297)
33222026-05-28T15:16:52.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-05-28T15:16:52.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-05-28T15:16:52.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-05-28T15:16:52.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33262026-05-28T15:16:52.770Z
33272026-05-28T15:16:52.770Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/297)
33282026-05-28T15:16:53.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-05-28T15:16:53.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-05-28T15:16:53.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-05-28T15:16:53.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33322026-05-28T15:16:53.348Z
33332026-05-28T15:16:53.348Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/297)
33342026-05-28T15:16:53.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-05-28T15:16:53.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-05-28T15:16:53.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-05-28T15:16:53.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33382026-05-28T15:16:53.962Z
33392026-05-28T15:16:53.962Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/297)
33402026-05-28T15:16:54.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-05-28T15:16:54.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-05-28T15:16:54.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-05-28T15:16:54.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33442026-05-28T15:16:54.553Z
33452026-05-28T15:16:54.553Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/297)
33462026-05-28T15:16:55.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-05-28T15:16:55.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-05-28T15:16:55.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-05-28T15:16:55.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33502026-05-28T15:16:55.158Z
33512026-05-28T15:16:55.158Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/297)
33522026-05-28T15:16:55.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-05-28T15:16:55.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-05-28T15:16:55.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-05-28T15:16:55.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33562026-05-28T15:16:55.746Z
33572026-05-28T15:16:55.746Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/297)
33582026-05-28T15:16:56.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-05-28T15:16:56.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-05-28T15:16:56.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-05-28T15:16:56.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33622026-05-28T15:16:56.365Z
33632026-05-28T15:16:56.365Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/297)
33642026-05-28T15:16:56.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-05-28T15:16:56.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-05-28T15:16:56.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-05-28T15:16:56.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33682026-05-28T15:16:56.956Z
33692026-05-28T15:16:56.956Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/297)
33702026-05-28T15:16:57.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-05-28T15:16:57.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-05-28T15:16:57.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-05-28T15:16:57.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33742026-05-28T15:16:57.551Z
33752026-05-28T15:16:57.552Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/297)
33762026-05-28T15:16:58.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-05-28T15:16:58.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-05-28T15:16:58.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-05-28T15:16:58.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33802026-05-28T15:16:58.151Z
33812026-05-28T15:16:58.151Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/297)
33822026-05-28T15:16:58.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-05-28T15:16:58.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-05-28T15:16:58.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-05-28T15:16:58.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33862026-05-28T15:16:58.734Z
33872026-05-28T15:16:58.734Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/297)
33882026-05-28T15:16:59.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-05-28T15:16:59.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-05-28T15:16:59.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-05-28T15:16:59.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33922026-05-28T15:16:59.324Z
33932026-05-28T15:16:59.324Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/297)
33942026-05-28T15:16:59.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-05-28T15:16:59.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-05-28T15:16:59.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-05-28T15:16:59.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33982026-05-28T15:16:59.919Z
33992026-05-28T15:16:59.919Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/297)
34002026-05-28T15:17:00.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-05-28T15:17:00.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-05-28T15:17:00.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-05-28T15:17:00.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34042026-05-28T15:17:00.526Z
34052026-05-28T15:17:00.527Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/297)
34062026-05-28T15:17:01.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-05-28T15:17:01.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-05-28T15:17:01.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-05-28T15:17:01.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34102026-05-28T15:17:01.140Z
34112026-05-28T15:17:01.140Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/297)
34122026-05-28T15:17:01.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-05-28T15:17:01.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-05-28T15:17:01.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-05-28T15:17:01.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34162026-05-28T15:17:01.760Z
34172026-05-28T15:17:01.760Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/297)
34182026-05-28T15:17:02.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-05-28T15:17:02.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-05-28T15:17:02.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-05-28T15:17:02.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34222026-05-28T15:17:02.364Z
34232026-05-28T15:17:02.364Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/297)
34242026-05-28T15:17:02.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-05-28T15:17:02.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-05-28T15:17:02.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-05-28T15:17:02.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34282026-05-28T15:17:02.984Z
34292026-05-28T15:17:02.984Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/297)
34302026-05-28T15:17:03.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-05-28T15:17:03.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-05-28T15:17:03.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-05-28T15:17:03.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34342026-05-28T15:17:03.599Z
34352026-05-28T15:17:03.599Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/297)
34362026-05-28T15:17:04.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-05-28T15:17:04.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-05-28T15:17:04.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-05-28T15:17:04.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34402026-05-28T15:17:04.207Z
34412026-05-28T15:17:04.207Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/297)
34422026-05-28T15:17:04.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-05-28T15:17:04.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-05-28T15:17:04.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-05-28T15:17:04.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34462026-05-28T15:17:04.821Z
34472026-05-28T15:17:04.821Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/297)
34482026-05-28T15:17:05.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-05-28T15:17:05.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-05-28T15:17:05.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-05-28T15:17:05.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34522026-05-28T15:17:05.437Z
34532026-05-28T15:17:05.437Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/297)
34542026-05-28T15:17:05.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-28T15:17:05.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-28T15:17:05.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-28T15:17:05.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34582026-05-28T15:17:06.047Z
34592026-05-28T15:17:06.047Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/297)
34602026-05-28T15:17:06.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-28T15:17:06.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-28T15:17:06.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-05-28T15:17:06.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34642026-05-28T15:17:06.640Z
34652026-05-28T15:17:06.643Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/297)
34662026-05-28T15:17:07.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-28T15:17:07.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-28T15:17:07.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-05-28T15:17:07.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34702026-05-28T15:17:07.243Z
34712026-05-28T15:17:07.243Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/297)
34722026-05-28T15:17:07.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-28T15:17:07.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-28T15:17:07.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-28T15:17:07.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34762026-05-28T15:17:07.834Z
34772026-05-28T15:17:07.834Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/297)
34782026-05-28T15:17:08.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-28T15:17:08.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-28T15:17:08.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-28T15:17:08.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34822026-05-28T15:17:08.427Z
34832026-05-28T15:17:08.427Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/297)
34842026-05-28T15:17:08.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-28T15:17:08.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-28T15:17:08.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-05-28T15:17:08.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34882026-05-28T15:17:09.021Z
34892026-05-28T15:17:09.021Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/297)
34902026-05-28T15:17:09.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-28T15:17:09.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-28T15:17:09.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-28T15:17:09.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34942026-05-28T15:17:09.658Z
34952026-05-28T15:17:09.658Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/297)
34962026-05-28T15:17:10.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-28T15:17:10.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-28T15:17:10.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-28T15:17:10.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35002026-05-28T15:17:10.209Z
35012026-05-28T15:17:10.209Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/297)
35022026-05-28T15:17:10.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-28T15:17:10.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-28T15:17:10.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-28T15:17:10.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35062026-05-28T15:17:10.886Z
35072026-05-28T15:17:10.886Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/297)
35082026-05-28T15:17:11.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-28T15:17:11.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-28T15:17:11.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-28T15:17:11.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35122026-05-28T15:17:11.418Z
35132026-05-28T15:17:11.418Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/297)
35142026-05-28T15:17:11.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-28T15:17:12.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-28T15:17:12.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-28T15:17:12.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35182026-05-28T15:17:12.159Z
35192026-05-28T15:17:12.159Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/297)
35202026-05-28T15:17:12.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-28T15:17:12.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-28T15:17:12.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-28T15:17:12.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35242026-05-28T15:17:12.645Z
35252026-05-28T15:17:12.645Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/297)
35262026-05-28T15:17:13.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-28T15:17:13.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-28T15:17:13.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-28T15:17:13.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35302026-05-28T15:17:13.257Z
35312026-05-28T15:17:13.257Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/297)
35322026-05-28T15:17:13.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-28T15:17:13.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-28T15:17:13.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-28T15:17:13.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35362026-05-28T15:17:13.916Z
35372026-05-28T15:17:13.916Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/297)
35382026-05-28T15:17:14.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-28T15:17:14.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-28T15:17:14.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-28T15:17:14.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35422026-05-28T15:17:14.488Z
35432026-05-28T15:17:14.488Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/297)
35442026-05-28T15:17:15.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-28T15:17:15.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-28T15:17:15.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-28T15:17:15.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35482026-05-28T15:17:15.108Z
35492026-05-28T15:17:15.108Zinfo: running `cargo check --bins` on oximeter-producer (173/297)
35502026-05-28T15:17:15.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-28T15:17:15.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-28T15:17:15.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-28T15:17:15.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35542026-05-28T15:17:15.733Z
35552026-05-28T15:17:15.733Zinfo: running `cargo check --bins` on internal-dns-resolver (174/297)
35562026-05-28T15:17:16.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-28T15:17:16.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-28T15:17:16.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-28T15:17:16.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-05-28T15:17:16.331Z
35612026-05-28T15:17:16.331Zinfo: running `cargo check --bins` on dns-server (175/297)
35622026-05-28T15:17:16.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-28T15:17:16.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-28T15:17:16.978Z Compiling parking_lot_core v0.8.6
35652026-05-28T15:17:16.978Z Compiling atomicwrites v0.4.4
35662026-05-28T15:17:16.990Z Compiling git-stub v1.0.0
35672026-05-28T15:17:16.990Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35682026-05-28T15:17:16.990Z Checking prefix-trie v0.7.0
35692026-05-28T15:17:17.217Z Compiling git-stub-vcs v0.1.0
35702026-05-28T15:17:17.401Z Checking hickory-server v0.25.2
35712026-05-28T15:17:17.502Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35722026-05-28T15:17:17.521Z Checking parking_lot v0.11.2
35732026-05-28T15:17:21.265Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35742026-05-28T15:17:21.310Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-05-28T15:17:21.311Z Checking sled v0.34.7
35762026-05-28T15:17:21.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
35772026-05-28T15:17:21.311Z
35782026-05-28T15:17:21.311Zinfo: running `cargo check --bins` on dns-server-api (176/297)
35792026-05-28T15:17:21.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-05-28T15:17:21.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-05-28T15:17:21.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-05-28T15:17:21.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35832026-05-28T15:17:21.311Z
35842026-05-28T15:17:21.311Zinfo: running `cargo check --bins` on oximeter-producer-api (177/297)
35852026-05-28T15:17:21.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-05-28T15:17:21.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-05-28T15:17:21.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-05-28T15:17:21.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35892026-05-28T15:17:21.311Z
35902026-05-28T15:17:21.311Zinfo: running `cargo check --bins` on sp-sim (178/297)
35912026-05-28T15:17:21.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-05-28T15:17:21.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-05-28T15:17:21.617Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35942026-05-28T15:17:23.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
35952026-05-28T15:17:23.577Z
35962026-05-28T15:17:23.577Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/297)
35972026-05-28T15:17:24.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-05-28T15:17:24.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-05-28T15:17:24.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-05-28T15:17:24.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36012026-05-28T15:17:24.241Z
36022026-05-28T15:17:24.241Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/297)
36032026-05-28T15:17:24.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-05-28T15:17:24.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-05-28T15:17:24.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-05-28T15:17:24.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36072026-05-28T15:17:24.890Z
36082026-05-28T15:17:24.890Zinfo: running `cargo check --bins` on db-macros (181/297)
36092026-05-28T15:17:25.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-05-28T15:17:25.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-05-28T15:17:25.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-05-28T15:17:25.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36132026-05-28T15:17:25.478Z
36142026-05-28T15:17:25.478Zinfo: running `cargo check --bins` on nexus-macros-common (182/297)
36152026-05-28T15:17:25.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-05-28T15:17:25.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-05-28T15:17:25.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-05-28T15:17:25.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36192026-05-28T15:17:26.051Z
36202026-05-28T15:17:26.051Zinfo: running `cargo check --bins` on nexus-auth (183/297)
36212026-05-28T15:17:26.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-05-28T15:17:26.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-05-28T15:17:26.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-05-28T15:17:26.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36252026-05-28T15:17:26.705Z
36262026-05-28T15:17:26.705Zinfo: running `cargo check --bins` on authz-macros (184/297)
36272026-05-28T15:17:27.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-05-28T15:17:27.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-05-28T15:17:27.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-05-28T15:17:27.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36312026-05-28T15:17:27.294Z
36322026-05-28T15:17:27.294Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/297)
36332026-05-28T15:17:27.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-05-28T15:17:27.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-05-28T15:17:27.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-05-28T15:17:27.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36372026-05-28T15:17:27.941Z
36382026-05-28T15:17:27.941Zinfo: running `cargo check --bins` on nexus-db-model (186/297)
36392026-05-28T15:17:28.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-05-28T15:17:28.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-05-28T15:17:28.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-05-28T15:17:28.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36432026-05-28T15:17:28.588Z
36442026-05-28T15:17:28.588Zinfo: running `cargo check --bins` on nexus-db-schema (187/297)
36452026-05-28T15:17:29.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-05-28T15:17:29.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-05-28T15:17:29.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36482026-05-28T15:17:29.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36492026-05-28T15:17:29.179Z
36502026-05-28T15:17:29.179Zinfo: running `cargo check --bins` on omicron-rpaths (188/297)
36512026-05-28T15:17:29.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36522026-05-28T15:17:29.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36532026-05-28T15:17:29.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36542026-05-28T15:17:29.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36552026-05-28T15:17:29.755Z
36562026-05-28T15:17:29.755Zinfo: running `cargo check --bins` on nexus-defaults (189/297)
36572026-05-28T15:17:30.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36582026-05-28T15:17:30.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36592026-05-28T15:17:30.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36602026-05-28T15:17:30.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36612026-05-28T15:17:30.352Z
36622026-05-28T15:17:30.352Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/297)
36632026-05-28T15:17:30.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36642026-05-28T15:17:30.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36652026-05-28T15:17:30.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36662026-05-28T15:17:30.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36672026-05-28T15:17:30.942Z
36682026-05-28T15:17:30.942Zinfo: running `cargo check --bins` on parallel-task-set (191/297)
36692026-05-28T15:17:31.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36702026-05-28T15:17:31.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36712026-05-28T15:17:31.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36722026-05-28T15:17:31.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36732026-05-28T15:17:31.536Z
36742026-05-28T15:17:31.536Zinfo: running `cargo check --bins` on nexus-db-errors (192/297)
36752026-05-28T15:17:32.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36762026-05-28T15:17:32.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36772026-05-28T15:17:32.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36782026-05-28T15:17:32.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36792026-05-28T15:17:32.187Z
36802026-05-28T15:17:32.187Zinfo: running `cargo check --bins` on nexus-db-lookup (193/297)
36812026-05-28T15:17:32.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36822026-05-28T15:17:32.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36832026-05-28T15:17:32.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36842026-05-28T15:17:32.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36852026-05-28T15:17:32.838Z
36862026-05-28T15:17:32.838Zinfo: running `cargo check --bins` on nexus-inventory (194/297)
36872026-05-28T15:17:33.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36882026-05-28T15:17:33.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36892026-05-28T15:17:33.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36902026-05-28T15:17:33.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36912026-05-28T15:17:33.483Z
36922026-05-28T15:17:33.483Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/297)
36932026-05-28T15:17:34.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36942026-05-28T15:17:34.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36952026-05-28T15:17:34.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36962026-05-28T15:17:34.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36972026-05-28T15:17:34.107Z
36982026-05-28T15:17:34.107Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/297)
36992026-05-28T15:17:34.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37002026-05-28T15:17:34.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37012026-05-28T15:17:34.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37022026-05-28T15:17:34.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37032026-05-28T15:17:34.725Z
37042026-05-28T15:17:34.725Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/297)
37052026-05-28T15:17:35.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37062026-05-28T15:17:35.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37072026-05-28T15:17:35.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37082026-05-28T15:17:35.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37092026-05-28T15:17:35.342Z
37102026-05-28T15:17:35.342Zinfo: running `cargo check --bins` on key-manager (198/297)
37112026-05-28T15:17:35.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37122026-05-28T15:17:35.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37132026-05-28T15:17:35.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37142026-05-28T15:17:35.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37152026-05-28T15:17:35.938Z
37162026-05-28T15:17:35.938Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/297)
37172026-05-28T15:17:36.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37182026-05-28T15:17:36.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37192026-05-28T15:17:36.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37202026-05-28T15:17:36.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37212026-05-28T15:17:36.560Z
37222026-05-28T15:17:36.560Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/297)
37232026-05-28T15:17:37.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37242026-05-28T15:17:37.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37252026-05-28T15:17:37.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37262026-05-28T15:17:37.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37272026-05-28T15:17:37.177Z
37282026-05-28T15:17:37.177Zinfo: running `cargo check --bins` on typed-rng (201/297)
37292026-05-28T15:17:37.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37302026-05-28T15:17:37.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37312026-05-28T15:17:37.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37322026-05-28T15:17:37.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37332026-05-28T15:17:37.763Z
37342026-05-28T15:17:37.763Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/297)
37352026-05-28T15:17:38.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37362026-05-28T15:17:38.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37372026-05-28T15:17:38.630Z Compiling libefi-sys v0.1.0
37382026-05-28T15:17:38.634Z Compiling bitfield-struct v0.6.2
37392026-05-28T15:17:38.778Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37402026-05-28T15:17:38.785Z Compiling xshell-macros v0.2.7
37412026-05-28T15:17:38.795Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37422026-05-28T15:17:38.809Z Compiling typify-impl v0.4.3
37432026-05-28T15:17:38.812Z Compiling salty v0.3.0
37442026-05-28T15:17:38.835Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37452026-05-28T15:17:38.839Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37462026-05-28T15:17:39.005Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37472026-05-28T15:17:39.114Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37482026-05-28T15:17:39.129Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37492026-05-28T15:17:39.158Z Checking xshell v0.2.7
37502026-05-28T15:17:39.323Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37512026-05-28T15:17:39.341Z Checking primeorder v0.13.6
37522026-05-28T15:17:39.369Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37532026-05-28T15:17:39.438Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37542026-05-28T15:17:39.490Z Compiling proc-macro-error-attr2 v2.0.0
37552026-05-28T15:17:39.536Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37562026-05-28T15:17:39.575Z Checking p384 v0.13.1
37572026-05-28T15:17:39.608Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37582026-05-28T15:17:39.719Z Checking tungstenite v0.21.0
37592026-05-28T15:17:39.756Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37602026-05-28T15:17:39.839Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37612026-05-28T15:17:39.869Z Compiling proc-macro-error2 v2.0.1
37622026-05-28T15:17:40.207Z Compiling tabled_derive v0.11.0
37632026-05-28T15:17:40.337Z Checking tokio-tungstenite v0.21.0
37642026-05-28T15:17:40.567Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37652026-05-28T15:17:40.615Z Checking papergrid v0.17.0
37662026-05-28T15:17:40.719Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37672026-05-28T15:17:40.937Z Checking libscf-sys v1.2.0
37682026-05-28T15:17:41.016Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37692026-05-28T15:17:41.301Z Checking testing_table v0.3.0
37702026-05-28T15:17:41.340Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37712026-05-28T15:17:41.389Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37722026-05-28T15:17:41.403Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37732026-05-28T15:17:41.418Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37742026-05-28T15:17:41.583Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37752026-05-28T15:17:41.611Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37762026-05-28T15:17:41.780Z Compiling unicase v2.9.0
37772026-05-28T15:17:41.812Z Compiling illumos-nvpair-sys v0.2.0
37782026-05-28T15:17:41.864Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37792026-05-28T15:17:41.869Z Checking corncobs v0.1.4
37802026-05-28T15:17:41.986Z Compiling mime_guess v2.0.5
37812026-05-28T15:17:42.016Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37822026-05-28T15:17:42.068Z Checking tabled v0.20.0
37832026-05-28T15:17:42.084Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37842026-05-28T15:17:42.155Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37852026-05-28T15:17:42.270Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37862026-05-28T15:17:42.290Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37872026-05-28T15:17:42.441Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37882026-05-28T15:17:42.521Z Checking progenitor-client v0.11.2
37892026-05-28T15:17:42.565Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37902026-05-28T15:17:42.599Z Checking secrecy v0.8.0
37912026-05-28T15:17:42.724Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37922026-05-28T15:17:42.903Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37932026-05-28T15:17:43.010Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
37942026-05-28T15:17:43.093Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37952026-05-28T15:17:43.177Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37962026-05-28T15:17:43.276Z Compiling typify-macro v0.4.3
37972026-05-28T15:17:43.292Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37982026-05-28T15:17:43.308Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37992026-05-28T15:17:43.361Z Checking filetime v0.2.27
38002026-05-28T15:17:43.497Z Checking crc8 v0.1.1
38012026-05-28T15:17:43.599Z Checking http-range v0.1.5
38022026-05-28T15:17:43.622Z Checking xattr v1.6.1
38032026-05-28T15:17:43.728Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38042026-05-28T15:17:43.755Z Checking tar v0.4.45
38052026-05-28T15:17:43.923Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38062026-05-28T15:17:43.973Z Checking illumos-nvpair v0.3.0
38072026-05-28T15:17:44.132Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38082026-05-28T15:17:44.148Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38092026-05-28T15:17:44.238Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38102026-05-28T15:17:44.521Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38112026-05-28T15:17:44.582Z Checking atty v0.2.14
38122026-05-28T15:17:44.599Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38132026-05-28T15:17:44.682Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
38142026-05-28T15:17:44.718Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38152026-05-28T15:17:44.983Z Compiling typify v0.4.3
38162026-05-28T15:17:45.104Z Compiling progenitor-impl v0.11.2
38172026-05-28T15:17:45.148Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38182026-05-28T15:17:45.386Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38192026-05-28T15:17:45.425Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38202026-05-28T15:17:45.491Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38212026-05-28T15:17:45.634Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38222026-05-28T15:17:45.710Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38232026-05-28T15:17:45.887Z Checking hyper-staticfile v0.10.1
38242026-05-28T15:17:45.954Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38252026-05-28T15:17:46.031Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38262026-05-28T15:17:46.182Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38272026-05-28T15:17:46.292Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38282026-05-28T15:17:46.405Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38292026-05-28T15:17:46.526Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38302026-05-28T15:17:46.545Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38312026-05-28T15:17:46.738Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38322026-05-28T15:17:46.793Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38332026-05-28T15:17:46.813Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38342026-05-28T15:17:47.022Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38352026-05-28T15:17:47.482Z Compiling progenitor-macro v0.11.2
38362026-05-28T15:17:49.872Z Checking progenitor v0.11.2
38372026-05-28T15:17:50.006Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38382026-05-28T15:17:50.233Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38392026-05-28T15:17:54.621Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38402026-05-28T15:18:05.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.66s
38412026-05-28T15:18:05.641Z
38422026-05-28T15:18:05.641Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/297)
38432026-05-28T15:18:06.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-05-28T15:18:06.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-05-28T15:18:06.427Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38462026-05-28T15:18:17.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38472026-05-28T15:18:17.331Z
38482026-05-28T15:18:17.331Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/297)
38492026-05-28T15:18:17.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-05-28T15:18:17.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-05-28T15:18:18.114Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38522026-05-28T15:18:28.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
38532026-05-28T15:18:28.826Z
38542026-05-28T15:18:28.826Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/297)
38552026-05-28T15:18:29.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-05-28T15:18:29.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-05-28T15:18:29.600Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38582026-05-28T15:18:40.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
38592026-05-28T15:18:40.320Z
38602026-05-28T15:18:40.320Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/297)
38612026-05-28T15:18:40.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-05-28T15:18:40.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-05-28T15:18:41.094Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38642026-05-28T15:18:51.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38652026-05-28T15:18:51.918Z
38662026-05-28T15:18:51.918Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/297)
38672026-05-28T15:18:52.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-05-28T15:18:52.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-05-28T15:18:52.693Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38702026-05-28T15:19:03.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.28s
38712026-05-28T15:19:03.424Z
38722026-05-28T15:19:03.424Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/297)
38732026-05-28T15:19:03.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-05-28T15:19:03.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-05-28T15:19:04.196Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-05-28T15:19:14.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
38772026-05-28T15:19:14.963Z
38782026-05-28T15:19:14.963Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/297)
38792026-05-28T15:19:15.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-05-28T15:19:15.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-05-28T15:19:15.733Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-05-28T15:19:26.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
38832026-05-28T15:19:26.494Z
38842026-05-28T15:19:26.494Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/297)
38852026-05-28T15:19:26.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-05-28T15:19:26.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-05-28T15:19:26.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-05-28T15:19:27.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38892026-05-28T15:19:27.088Z
38902026-05-28T15:19:27.089Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/297)
38912026-05-28T15:19:27.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-05-28T15:19:27.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-05-28T15:19:27.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-05-28T15:19:27.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38952026-05-28T15:19:27.680Z
38962026-05-28T15:19:27.681Zinfo: running `cargo check --bins` on range-requests (212/297)
38972026-05-28T15:19:28.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-05-28T15:19:28.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-05-28T15:19:28.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-05-28T15:19:28.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39012026-05-28T15:19:28.265Z
39022026-05-28T15:19:28.265Zinfo: running `cargo check --bins` on repo-depot-api (213/297)
39032026-05-28T15:19:28.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-05-28T15:19:28.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-05-28T15:19:28.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-05-28T15:19:28.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39072026-05-28T15:19:28.853Z
39082026-05-28T15:19:28.853Zinfo: running `cargo check --bins` on sled-agent-api (214/297)
39092026-05-28T15:19:29.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-05-28T15:19:29.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-05-28T15:19:29.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-05-28T15:19:29.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39132026-05-28T15:19:29.463Z
39142026-05-28T15:19:29.463Zinfo: running `cargo check --bins` on sled-diagnostics (215/297)
39152026-05-28T15:19:29.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-05-28T15:19:29.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-05-28T15:19:29.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39182026-05-28T15:19:29.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39192026-05-28T15:19:30.074Z
39202026-05-28T15:19:30.074Zinfo: running `cargo check --bins` on zfs-test-harness (216/297)
39212026-05-28T15:19:30.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-05-28T15:19:30.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-05-28T15:19:30.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39242026-05-28T15:19:30.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39252026-05-28T15:19:30.679Z
39262026-05-28T15:19:30.680Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/297)
39272026-05-28T15:19:31.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-05-28T15:19:31.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-05-28T15:19:31.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-05-28T15:19:31.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39312026-05-28T15:19:31.292Z
39322026-05-28T15:19:31.294Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/297)
39332026-05-28T15:19:31.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-05-28T15:19:31.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-05-28T15:19:31.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-05-28T15:19:31.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39372026-05-28T15:19:31.905Z
39382026-05-28T15:19:31.905Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/297)
39392026-05-28T15:19:32.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-05-28T15:19:32.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-05-28T15:19:32.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-05-28T15:19:32.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39432026-05-28T15:19:32.515Z
39442026-05-28T15:19:32.515Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/297)
39452026-05-28T15:19:33.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-05-28T15:19:33.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-05-28T15:19:33.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-05-28T15:19:33.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39492026-05-28T15:19:33.129Z
39502026-05-28T15:19:33.129Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/297)
39512026-05-28T15:19:33.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-05-28T15:19:33.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-05-28T15:19:33.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-05-28T15:19:33.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39552026-05-28T15:19:33.751Z
39562026-05-28T15:19:33.751Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/297)
39572026-05-28T15:19:34.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-05-28T15:19:34.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-05-28T15:19:34.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-05-28T15:19:34.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39612026-05-28T15:19:34.371Z
39622026-05-28T15:19:34.371Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/297)
39632026-05-28T15:19:34.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-05-28T15:19:34.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-05-28T15:19:34.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-05-28T15:19:34.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39672026-05-28T15:19:34.983Z
39682026-05-28T15:19:34.983Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/297)
39692026-05-28T15:19:35.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-05-28T15:19:35.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-05-28T15:19:35.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-05-28T15:19:35.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39732026-05-28T15:19:35.619Z
39742026-05-28T15:19:35.619Zinfo: running `cargo check --bins` on trust-quorum (225/297)
39752026-05-28T15:19:36.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-05-28T15:19:36.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-05-28T15:19:36.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-05-28T15:19:36.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39792026-05-28T15:19:36.240Z
39802026-05-28T15:19:36.240Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/297)
39812026-05-28T15:19:36.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-05-28T15:19:36.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-05-28T15:19:36.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-05-28T15:19:36.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39852026-05-28T15:19:36.872Z
39862026-05-28T15:19:36.872Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/297)
39872026-05-28T15:19:37.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-28T15:19:37.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-28T15:19:37.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-05-28T15:19:37.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39912026-05-28T15:19:37.515Z
39922026-05-28T15:19:37.515Zinfo: running `cargo check --bins` on update-common (228/297)
39932026-05-28T15:19:38.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-28T15:19:38.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-28T15:19:38.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-05-28T15:19:38.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39972026-05-28T15:19:38.115Z
39982026-05-28T15:19:38.115Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/297)
39992026-05-28T15:19:38.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-05-28T15:19:38.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-05-28T15:19:38.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-05-28T15:19:38.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40032026-05-28T15:19:38.761Z
40042026-05-28T15:19:38.761Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/297)
40052026-05-28T15:19:39.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-05-28T15:19:39.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-05-28T15:19:39.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-05-28T15:19:39.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40092026-05-28T15:19:39.343Z
40102026-05-28T15:19:39.343Zinfo: running `cargo check --bins` on reconfigurator-cli (231/297)
40112026-05-28T15:19:39.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-05-28T15:19:39.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-05-28T15:19:40.111Z Compiling fs-err v2.11.0
40142026-05-28T15:19:40.111Z Checking ignore v0.4.25
40152026-05-28T15:19:40.111Z Checking arc-swap v1.8.2
40162026-05-28T15:19:40.246Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40172026-05-28T15:19:40.246Z Checking predicates-tree v1.0.13
40182026-05-28T15:19:40.252Z Checking parse-size v1.1.0
40192026-05-28T15:19:40.275Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40202026-05-28T15:19:40.279Z Checking rand_seeder v0.4.0
40212026-05-28T15:19:40.339Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40222026-05-28T15:19:40.375Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40232026-05-28T15:19:40.424Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40242026-05-28T15:19:40.437Z Checking slog-scope v4.4.1
40252026-05-28T15:19:40.473Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40262026-05-28T15:19:40.564Z Checking slog-stdlog v4.1.1
40272026-05-28T15:19:40.582Z Compiling petname v2.0.2
40282026-05-28T15:19:40.596Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40292026-05-28T15:19:40.611Z Checking globwalk v0.9.1
40302026-05-28T15:19:40.663Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40312026-05-28T15:19:40.683Z Checking slog-envlogger v2.2.0
40322026-05-28T15:19:40.787Z Checking camino-tempfile-ext v0.3.3
40332026-05-28T15:19:40.830Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40342026-05-28T15:19:40.861Z Checking sapling-renderdag v0.1.0
40352026-05-28T15:19:40.979Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40362026-05-28T15:19:41.013Z Checking subprocess v0.2.15
40372026-05-28T15:19:41.097Z Checking sync-ptr v0.1.4
40382026-05-28T15:19:41.210Z Checking colored v2.2.0
40392026-05-28T15:19:41.227Z Checking assert_matches v1.5.0
40402026-05-28T15:19:41.287Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40412026-05-28T15:19:41.447Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40422026-05-28T15:19:41.450Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40432026-05-28T15:19:42.145Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40442026-05-28T15:19:43.471Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40452026-05-28T15:19:45.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
40462026-05-28T15:19:45.868Z
40472026-05-28T15:19:45.868Zinfo: running `cargo check --bins` on omicron-repl-utils (232/297)
40482026-05-28T15:19:46.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-05-28T15:19:46.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-05-28T15:19:46.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40512026-05-28T15:19:46.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40522026-05-28T15:19:46.448Z
40532026-05-28T15:19:46.448Zinfo: running `cargo check --bins` on transient-dns-server (233/297)
40542026-05-28T15:19:46.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-05-28T15:19:46.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-05-28T15:19:46.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-05-28T15:19:46.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40582026-05-28T15:19:47.050Z
40592026-05-28T15:19:47.050Zinfo: running `cargo check --bins` on nexus-test-interface (234/297)
40602026-05-28T15:19:47.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-05-28T15:19:47.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-05-28T15:19:47.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-05-28T15:19:47.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40642026-05-28T15:19:47.704Z
40652026-05-28T15:19:47.704Zinfo: running `cargo check --bins` on oximeter-collector (235/297)
40662026-05-28T15:19:48.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-05-28T15:19:48.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-05-28T15:19:48.420Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40692026-05-28T15:19:48.423Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40702026-05-28T15:19:49.078Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40712026-05-28T15:19:50.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
40722026-05-28T15:19:50.947Z
40732026-05-28T15:19:50.948Zinfo: running `cargo check --bins` on oximeter-api (236/297)
40742026-05-28T15:19:51.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-05-28T15:19:51.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-05-28T15:19:51.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-05-28T15:19:51.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40782026-05-28T15:19:51.555Z
40792026-05-28T15:19:51.555Zinfo: running `cargo check --bins` on cert-dev (237/297)
40802026-05-28T15:19:52.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-05-28T15:19:52.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-05-28T15:19:52.160Z Checking yasna v0.5.2
40832026-05-28T15:19:52.557Z Checking rcgen v0.12.1
40842026-05-28T15:19:52.805Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40852026-05-28T15:19:52.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
40862026-05-28T15:19:53.165Z
40872026-05-28T15:19:53.165Zinfo: running `cargo check --bins` on clickana (238/297)
40882026-05-28T15:19:53.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-05-28T15:19:53.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-05-28T15:19:53.808Z Compiling darling_core v0.23.0
40912026-05-28T15:19:53.811Z Compiling instability v0.3.11
40922026-05-28T15:19:53.918Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40932026-05-28T15:19:53.934Z Checking castaway v0.2.4
40942026-05-28T15:19:53.937Z Compiling indoc v2.0.7
40952026-05-28T15:19:53.950Z Checking unicode-truncate v1.1.0
40962026-05-28T15:19:53.955Z Checking lru v0.12.5
40972026-05-28T15:19:53.955Z Checking cassowary v0.3.0
40982026-05-28T15:19:54.027Z Checking compact_str v0.8.1
40992026-05-28T15:19:55.217Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41002026-05-28T15:19:55.345Z Compiling darling_macro v0.23.0
41012026-05-28T15:19:55.392Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41022026-05-28T15:19:55.741Z Compiling darling v0.23.0
41032026-05-28T15:19:56.349Z Checking ratatui v0.29.0
41042026-05-28T15:19:57.380Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41052026-05-28T15:19:58.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.87s
41062026-05-28T15:19:58.230Z
41072026-05-28T15:19:58.230Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/297)
41082026-05-28T15:19:58.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-05-28T15:19:58.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-05-28T15:19:58.941Z Checking headers-core v0.3.0
41112026-05-28T15:19:58.944Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41122026-05-28T15:19:59.139Z Checking headers v0.4.1
41132026-05-28T15:19:59.499Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41142026-05-28T15:20:00.352Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41152026-05-28T15:20:00.843Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41162026-05-28T15:20:01.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
41172026-05-28T15:20:01.452Z
41182026-05-28T15:20:01.452Zinfo: running `cargo check --bins` on ch-dev (240/297)
41192026-05-28T15:20:01.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-05-28T15:20:01.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-05-28T15:20:02.158Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41222026-05-28T15:20:02.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
41232026-05-28T15:20:03.115Z
41242026-05-28T15:20:03.115Zinfo: running `cargo check --bins` on dev-tools-common (241/297)
41252026-05-28T15:20:03.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-05-28T15:20:03.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-05-28T15:20:03.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-05-28T15:20:03.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
41292026-05-28T15:20:03.570Z
41302026-05-28T15:20:03.570Zinfo: running `cargo check --bins` on crdb-seed (242/297)
41312026-05-28T15:20:04.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-05-28T15:20:04.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-05-28T15:20:04.277Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41342026-05-28T15:20:05.259Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41352026-05-28T15:20:05.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
41362026-05-28T15:20:05.790Z
41372026-05-28T15:20:05.790Zinfo: running `cargo check --bins` on db-dev (243/297)
41382026-05-28T15:20:06.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-05-28T15:20:06.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-05-28T15:20:06.503Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41412026-05-28T15:20:07.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41422026-05-28T15:20:07.451Z
41432026-05-28T15:20:07.451Zinfo: running `cargo check --bins` on omicron-dev-lib (244/297)
41442026-05-28T15:20:07.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-05-28T15:20:07.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-05-28T15:20:07.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41472026-05-28T15:20:07.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41482026-05-28T15:20:08.079Z
41492026-05-28T15:20:08.079Zinfo: running `cargo check --bins` on xtask-downloader (245/297)
41502026-05-28T15:20:08.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-05-28T15:20:08.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-05-28T15:20:08.679Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41532026-05-28T15:20:09.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
41542026-05-28T15:20:09.537Z
41552026-05-28T15:20:09.537Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/297)
41562026-05-28T15:20:10.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-05-28T15:20:10.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-05-28T15:20:10.278Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41592026-05-28T15:20:10.278Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41602026-05-28T15:20:10.281Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41612026-05-28T15:20:10.281Z Checking git-stub v1.0.0
41622026-05-28T15:20:10.282Z Compiling trait-variant v0.1.2
41632026-05-28T15:20:10.282Z Checking is_ci v1.2.0
41642026-05-28T15:20:10.401Z Checking maplit v1.0.2
41652026-05-28T15:20:10.416Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41662026-05-28T15:20:10.489Z Checking supports-color v3.0.2
41672026-05-28T15:20:10.502Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41682026-05-28T15:20:10.555Z Checking git-stub-vcs v0.1.0
41692026-05-28T15:20:10.608Z Checking drift v0.2.0
41702026-05-28T15:20:10.672Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41712026-05-28T15:20:10.701Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41722026-05-28T15:20:10.751Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41732026-05-28T15:20:10.911Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41742026-05-28T15:20:10.926Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41752026-05-28T15:20:10.945Z Checking dropshot-api-manager v0.7.2
41762026-05-28T15:20:10.961Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41772026-05-28T15:20:11.175Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41782026-05-28T15:20:11.192Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41792026-05-28T15:20:11.320Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41802026-05-28T15:20:11.666Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41812026-05-28T15:20:16.529Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41822026-05-28T15:20:17.598Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41832026-05-28T15:20:18.157Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41842026-05-28T15:20:18.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.04s
41852026-05-28T15:20:18.784Z
41862026-05-28T15:20:18.784Zinfo: running `cargo check --bins` on installinator-api (247/297)
41872026-05-28T15:20:19.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-05-28T15:20:19.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-05-28T15:20:19.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41902026-05-28T15:20:19.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41912026-05-28T15:20:19.376Z
41922026-05-28T15:20:19.377Zinfo: running `cargo check --bins` on nexus-external-api (248/297)
41932026-05-28T15:20:19.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41942026-05-28T15:20:19.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41952026-05-28T15:20:19.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41962026-05-28T15:20:19.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41972026-05-28T15:20:20.005Z
41982026-05-28T15:20:20.005Zinfo: running `cargo check --bins` on nexus-internal-api (249/297)
41992026-05-28T15:20:20.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-05-28T15:20:20.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-05-28T15:20:20.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42022026-05-28T15:20:20.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42032026-05-28T15:20:20.627Z
42042026-05-28T15:20:20.627Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/297)
42052026-05-28T15:20:21.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-05-28T15:20:21.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-05-28T15:20:21.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-05-28T15:20:21.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42092026-05-28T15:20:21.255Z
42102026-05-28T15:20:21.255Zinfo: running `cargo check --bins` on ntp-admin-api (251/297)
42112026-05-28T15:20:21.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-05-28T15:20:21.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-05-28T15:20:21.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-05-28T15:20:21.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42152026-05-28T15:20:21.846Z
42162026-05-28T15:20:21.846Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/297)
42172026-05-28T15:20:22.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-05-28T15:20:22.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-05-28T15:20:22.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-05-28T15:20:22.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42212026-05-28T15:20:22.425Z
42222026-05-28T15:20:22.425Zinfo: running `cargo check --bins` on wicketd-api (253/297)
42232026-05-28T15:20:22.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-05-28T15:20:22.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-05-28T15:20:22.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-05-28T15:20:22.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42272026-05-28T15:20:23.027Z
42282026-05-28T15:20:23.028Zinfo: running `cargo check --bins` on omicron-ls-apis (254/297)
42292026-05-28T15:20:23.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-05-28T15:20:23.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-05-28T15:20:23.630Z Checking typeid v1.0.3
42322026-05-28T15:20:23.743Z Checking ordered-float v2.10.1
42332026-05-28T15:20:23.761Z Checking unicode-xid v0.2.6
42342026-05-28T15:20:23.764Z Checking cargo-platform v0.2.0
42352026-05-28T15:20:23.783Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42362026-05-28T15:20:23.809Z Checking erased-serde v0.4.9
42372026-05-28T15:20:23.943Z Checking serde-value v0.7.0
42382026-05-28T15:20:24.116Z Checking serde-untagged v0.1.9
42392026-05-28T15:20:24.270Z Checking cargo-util-schemas v0.8.2
42402026-05-28T15:20:24.946Z Checking cargo_metadata v0.21.0
42412026-05-28T15:20:25.554Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42422026-05-28T15:20:26.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
42432026-05-28T15:20:26.412Z
42442026-05-28T15:20:26.412Zinfo: running `cargo check --bins` on mgs-dev (255/297)
42452026-05-28T15:20:26.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-05-28T15:20:26.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-05-28T15:20:27.138Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42482026-05-28T15:20:27.764Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42492026-05-28T15:20:28.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
42502026-05-28T15:20:28.478Z
42512026-05-28T15:20:28.478Zinfo: running `cargo check --bins` on omicron-omdb (256/297)
42522026-05-28T15:20:29.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-05-28T15:20:29.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-05-28T15:20:29.418Z Compiling vergen-lib v0.1.6
42552026-05-28T15:20:29.418Z Compiling vergen-gitcl v1.0.8
42562026-05-28T15:20:29.418Z Compiling dirs-sys-next v0.1.2
42572026-05-28T15:20:29.418Z Compiling diesel_derives v2.3.7
42582026-05-28T15:20:29.418Z Compiling crunchy v0.2.4
42592026-05-28T15:20:29.418Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42602026-05-28T15:20:29.422Z Compiling glob v0.3.3
42612026-05-28T15:20:29.422Z Compiling dsl_auto_type v0.2.0
42622026-05-28T15:20:29.748Z Compiling dirs-next v2.0.0
42632026-05-28T15:20:29.833Z Checking scheduled-thread-pool v0.2.7
42642026-05-28T15:20:29.863Z Compiling diesel_table_macro_syntax v0.3.0
42652026-05-28T15:20:29.866Z Compiling tiny-keccak v2.0.2
42662026-05-28T15:20:29.960Z Compiling term v0.7.0
42672026-05-28T15:20:29.976Z Compiling clang-sys v1.8.1
42682026-05-28T15:20:29.980Z Checking r2d2 v0.8.10
42692026-05-28T15:20:30.117Z Checking downcast-rs v2.0.2
42702026-05-28T15:20:30.161Z Compiling bit-vec v0.6.3
42712026-05-28T15:20:30.239Z Compiling ascii-canvas v3.0.0
42722026-05-28T15:20:30.367Z Compiling bit-set v0.5.3
42732026-05-28T15:20:30.383Z Compiling itertools v0.10.5
42742026-05-28T15:20:30.465Z Compiling ena v0.14.4
42752026-05-28T15:20:30.513Z Compiling libloading v0.8.9
42762026-05-28T15:20:30.529Z Compiling diff v0.1.13
42772026-05-28T15:20:30.617Z Compiling bindgen v0.71.1
42782026-05-28T15:20:30.638Z Compiling regex-syntax v0.6.29
42792026-05-28T15:20:30.718Z Compiling cexpr v0.6.0
42802026-05-28T15:20:30.783Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42812026-05-28T15:20:30.975Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42822026-05-28T15:20:31.052Z Compiling rustc-hash v2.1.1
42832026-05-28T15:20:31.155Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42842026-05-28T15:20:31.189Z Compiling libxml v0.3.3
42852026-05-28T15:20:31.385Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42862026-05-28T15:20:31.426Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42872026-05-28T15:20:31.447Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42882026-05-28T15:20:31.637Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42892026-05-28T15:20:31.738Z Compiling strum_macros v0.24.3
42902026-05-28T15:20:31.756Z Compiling indoc v1.0.9
42912026-05-28T15:20:32.193Z Compiling lalrpop v0.19.12
42922026-05-28T15:20:32.655Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42932026-05-28T15:20:32.745Z Checking derive_builder v0.20.2
42942026-05-28T15:20:32.843Z Compiling oso-derive v0.27.3
42952026-05-28T15:20:32.864Z Checking quick-xml v0.37.5
42962026-05-28T15:20:33.063Z Compiling impl-trait-for-tuples v0.2.3
42972026-05-28T15:20:33.337Z Checking openssl-probe v0.1.6
42982026-05-28T15:20:33.480Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42992026-05-28T15:20:33.735Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43002026-05-28T15:20:33.926Z Checking bb8 v0.8.6
43012026-05-28T15:20:34.211Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43022026-05-28T15:20:34.232Z Compiling libz-sys v1.1.24
43032026-05-28T15:20:34.313Z Checking nonempty v0.12.0
43042026-05-28T15:20:34.425Z Compiling strsim v0.10.0
43052026-05-28T15:20:34.480Z Compiling libgit2-sys v0.18.3+1.9.2
43062026-05-28T15:20:34.588Z Compiling vergen-git2 v9.1.0
43072026-05-28T15:20:34.680Z Compiling darling_core v0.13.4
43082026-05-28T15:20:34.829Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43092026-05-28T15:20:34.875Z Compiling rustls v0.21.12
43102026-05-28T15:20:35.066Z Compiling base64 v0.21.7
43112026-05-28T15:20:35.137Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43122026-05-28T15:20:35.411Z Compiling ron v0.8.1
43132026-05-28T15:20:35.474Z Checking diesel v2.3.7
43142026-05-28T15:20:36.073Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43152026-05-28T15:20:36.267Z Checking rustls-webpki v0.101.7
43162026-05-28T15:20:36.365Z Checking sct v0.7.1
43172026-05-28T15:20:36.529Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43182026-05-28T15:20:36.629Z Compiling darling_macro v0.13.4
43192026-05-28T15:20:37.097Z Compiling darling v0.13.4
43202026-05-28T15:20:37.192Z Compiling serde_with_macros v1.5.2
43212026-05-28T15:20:37.374Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43222026-05-28T15:20:37.922Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43232026-05-28T15:20:38.010Z Compiling serde_with v1.14.0
43242026-05-28T15:20:39.021Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43252026-05-28T15:20:39.123Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43262026-05-28T15:20:39.697Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43272026-05-28T15:20:40.399Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43282026-05-28T15:20:40.593Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43292026-05-28T15:20:40.648Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43302026-05-28T15:20:40.666Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43312026-05-28T15:20:40.781Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43322026-05-28T15:20:40.840Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43332026-05-28T15:20:41.012Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43342026-05-28T15:20:41.047Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43352026-05-28T15:20:41.069Z Checking tokio-rustls v0.24.1
43362026-05-28T15:20:41.273Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43372026-05-28T15:20:41.853Z Checking rustls-pemfile v1.0.4
43382026-05-28T15:20:41.898Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43392026-05-28T15:20:41.996Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43402026-05-28T15:20:42.072Z Checking twox-hash v2.1.2
43412026-05-28T15:20:42.185Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43422026-05-28T15:20:42.392Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43432026-05-28T15:20:42.467Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43442026-05-28T15:20:42.617Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43452026-05-28T15:20:42.768Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43462026-05-28T15:20:44.017Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43472026-05-28T15:20:44.124Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43482026-05-28T15:20:44.375Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43492026-05-28T15:20:44.694Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43502026-05-28T15:20:44.798Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43512026-05-28T15:20:45.268Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43522026-05-28T15:20:45.328Z Checking console v0.16.2
43532026-05-28T15:20:45.635Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43542026-05-28T15:20:45.786Z Checking fatfs v0.3.6
43552026-05-28T15:20:46.243Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43562026-05-28T15:20:46.262Z Compiling seq-macro v0.3.6
43572026-05-28T15:20:46.762Z Checking unit-prefix v0.5.2
43582026-05-28T15:20:46.903Z Checking indicatif v0.18.4
43592026-05-28T15:20:47.267Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43602026-05-28T15:20:47.287Z Checking support-bundle-viewer v0.1.2
43612026-05-28T15:20:47.533Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43622026-05-28T15:20:47.555Z Checking multimap v0.10.1
43632026-05-28T15:20:53.641Z Checking async-bb8-diesel v0.2.1
43642026-05-28T15:20:53.997Z Checking diesel-dtrace v0.5.0
43652026-05-28T15:20:56.641Z Compiling samael v0.0.19
43662026-05-28T15:21:02.377Z Compiling git2 v0.20.4
43672026-05-28T15:21:02.641Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43682026-05-28T15:21:03.894Z Compiling polar-core v0.27.3
43692026-05-28T15:21:04.738Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43702026-05-28T15:21:08.364Z Checking oso v0.27.3
43712026-05-28T15:21:35.475Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43722026-05-28T15:22:45.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
43732026-05-28T15:22:45.851Z
43742026-05-28T15:22:45.851Zinfo: running `cargo check --bins` on nexus-networking (257/297)
43752026-05-28T15:22:46.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-05-28T15:22:46.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-05-28T15:22:46.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43782026-05-28T15:22:46.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
43792026-05-28T15:22:46.552Z
43802026-05-28T15:22:46.552Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/297)
43812026-05-28T15:22:47.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-05-28T15:22:47.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-05-28T15:22:47.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43842026-05-28T15:22:47.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43852026-05-28T15:22:47.197Z
43862026-05-28T15:22:47.197Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/297)
43872026-05-28T15:22:47.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-05-28T15:22:47.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-05-28T15:22:47.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43902026-05-28T15:22:47.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43912026-05-28T15:22:47.850Z
43922026-05-28T15:22:47.850Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/297)
43932026-05-28T15:22:48.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-05-28T15:22:48.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-05-28T15:22:48.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43962026-05-28T15:22:48.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43972026-05-28T15:22:48.446Z
43982026-05-28T15:22:48.446Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/297)
43992026-05-28T15:22:48.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-05-28T15:22:49.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-05-28T15:22:49.247Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44022026-05-28T15:22:50.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
44032026-05-28T15:22:50.229Z
44042026-05-28T15:22:50.229Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/297)
44052026-05-28T15:22:50.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-05-28T15:22:50.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-05-28T15:22:51.045Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44082026-05-28T15:23:27.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.77s
44092026-05-28T15:23:27.221Z
44102026-05-28T15:23:27.221Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/297)
44112026-05-28T15:23:27.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-05-28T15:23:27.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-05-28T15:23:27.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44142026-05-28T15:23:27.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44152026-05-28T15:23:27.805Z
44162026-05-28T15:23:27.805Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/297)
44172026-05-28T15:23:28.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-05-28T15:23:28.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-05-28T15:23:28.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-05-28T15:23:28.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44212026-05-28T15:23:28.440Z
44222026-05-28T15:23:28.440Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/297)
44232026-05-28T15:23:28.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-05-28T15:23:28.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-05-28T15:23:28.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44262026-05-28T15:23:28.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44272026-05-28T15:23:29.098Z
44282026-05-28T15:23:29.098Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/297)
44292026-05-28T15:23:29.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-05-28T15:23:29.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-05-28T15:23:29.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44322026-05-28T15:23:29.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44332026-05-28T15:23:29.757Z
44342026-05-28T15:23:29.757Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/297)
44352026-05-28T15:23:30.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-05-28T15:23:30.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-05-28T15:23:30.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44382026-05-28T15:23:30.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44392026-05-28T15:23:30.401Z
44402026-05-28T15:23:30.401Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/297)
44412026-05-28T15:23:30.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-05-28T15:23:30.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-05-28T15:23:30.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-05-28T15:23:30.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44452026-05-28T15:23:31.061Z
44462026-05-28T15:23:31.061Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/297)
44472026-05-28T15:23:31.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-05-28T15:23:31.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-05-28T15:23:31.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-05-28T15:23:31.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44512026-05-28T15:23:31.715Z
44522026-05-28T15:23:31.715Zinfo: running `cargo check --bins` on support-bundle-collection (270/297)
44532026-05-28T15:23:32.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-05-28T15:23:32.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-05-28T15:23:32.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44562026-05-28T15:23:32.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44572026-05-28T15:23:32.372Z
44582026-05-28T15:23:32.372Zinfo: running `cargo check --bins` on omicron-dev (271/297)
44592026-05-28T15:23:32.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44602026-05-28T15:23:32.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44612026-05-28T15:23:33.272Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44622026-05-28T15:23:33.275Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44632026-05-28T15:23:33.459Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44642026-05-28T15:23:33.489Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44652026-05-28T15:23:33.508Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44662026-05-28T15:23:33.524Z Checking yansi v1.0.1
44672026-05-28T15:23:33.528Z Checking diff v0.1.13
44682026-05-28T15:23:33.528Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44692026-05-28T15:23:33.594Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44702026-05-28T15:23:33.767Z Checking pretty_assertions v1.4.1
44712026-05-28T15:23:34.431Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44722026-05-28T15:23:34.587Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44732026-05-28T15:23:57.997Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44742026-05-28T15:23:58.005Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44752026-05-28T15:23:58.006Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44762026-05-28T15:23:58.006Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44772026-05-28T15:23:58.006Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44782026-05-28T15:23:58.006Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44792026-05-28T15:23:58.691Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44802026-05-28T15:23:58.691Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44812026-05-28T15:23:59.888Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44822026-05-28T15:24:35.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
44832026-05-28T15:24:35.825Z
44842026-05-28T15:24:35.825Zinfo: running `cargo check --bins` on omicron-pins (272/297)
44852026-05-28T15:24:36.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44862026-05-28T15:24:36.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44872026-05-28T15:24:36.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44882026-05-28T15:24:36.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44892026-05-28T15:24:36.423Z
44902026-05-28T15:24:36.423Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/297)
44912026-05-28T15:24:36.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-05-28T15:24:36.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-05-28T15:24:37.210Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44942026-05-28T15:24:37.332Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44952026-05-28T15:24:37.335Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44962026-05-28T15:25:02.821Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44972026-05-28T15:25:03.138Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44982026-05-28T15:25:04.840Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44992026-05-28T15:25:05.298Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45002026-05-28T15:25:08.210Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45012026-05-28T15:25:30.656Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45022026-05-28T15:25:31.362Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45032026-05-28T15:25:33.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.57s
45042026-05-28T15:25:33.210Z
45052026-05-28T15:25:33.211Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/297)
45062026-05-28T15:25:33.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-05-28T15:25:33.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-05-28T15:25:33.934Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45092026-05-28T15:25:34.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45102026-05-28T15:25:34.823Z
45112026-05-28T15:25:34.823Zinfo: running `cargo check --bins` on omicron-releng (275/297)
45122026-05-28T15:25:35.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-05-28T15:25:35.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-05-28T15:25:35.473Z Compiling blake3 v1.8.3
45152026-05-28T15:25:35.583Z Checking arrayvec v0.7.6
45162026-05-28T15:25:35.583Z Checking arrayref v0.3.9
45172026-05-28T15:25:35.586Z Checking constant_time_eq v0.4.2
45182026-05-28T15:25:35.683Z Checking topological-sort v0.2.2
45192026-05-28T15:25:35.686Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45202026-05-28T15:25:35.686Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45212026-05-28T15:25:35.686Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45222026-05-28T15:25:35.686Z Checking shell-words v1.1.1
45232026-05-28T15:25:36.475Z Checking omicron-zone-package v0.12.2
45242026-05-28T15:25:37.182Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45252026-05-28T15:25:38.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
45262026-05-28T15:25:38.250Z
45272026-05-28T15:25:38.250Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/297)
45282026-05-28T15:25:38.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-05-28T15:25:38.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-05-28T15:25:38.894Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45312026-05-28T15:25:39.216Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45322026-05-28T15:25:39.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
45332026-05-28T15:25:39.799Z
45342026-05-28T15:25:39.799Zinfo: running `cargo check --bins` on schema (277/297)
45352026-05-28T15:25:40.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-05-28T15:25:40.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-05-28T15:25:40.527Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45382026-05-28T15:25:41.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45392026-05-28T15:25:41.431Z
45402026-05-28T15:25:41.431Zinfo: running `cargo check --bins` on xtask (278/297)
45412026-05-28T15:25:41.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-05-28T15:25:41.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-05-28T15:25:41.894Z Checking libc v0.2.185
45442026-05-28T15:25:41.963Z Checking serde v1.0.228
45452026-05-28T15:25:41.971Z Checking zerofrom v0.1.6
45462026-05-28T15:25:41.979Z Checking bitflags v2.11.0
45472026-05-28T15:25:41.983Z Checking smallvec v1.15.1
45482026-05-28T15:25:41.988Z Checking indexmap v2.14.0
45492026-05-28T15:25:41.994Z Checking serde_json v1.0.149
45502026-05-28T15:25:42.000Z Checking scroll v0.12.0
45512026-05-28T15:25:42.070Z Checking yoke v0.8.1
45522026-05-28T15:25:42.115Z Checking num-traits v0.2.19
45532026-05-28T15:25:42.148Z Checking thiserror v1.0.69
45542026-05-28T15:25:42.244Z Checking percent-encoding v2.3.2
45552026-05-28T15:25:42.277Z Checking zerovec v0.11.5
45562026-05-28T15:25:42.277Z Checking zerotrie v0.2.3
45572026-05-28T15:25:42.277Z Checking errno v0.3.14
45582026-05-28T15:25:42.359Z Checking toml_datetime v0.6.11
45592026-05-28T15:25:42.383Z Checking serde_spanned v0.6.9
45602026-05-28T15:25:42.388Z Checking rustix v1.1.3
45612026-05-28T15:25:42.477Z Checking log v0.4.29
45622026-05-28T15:25:42.493Z Checking form_urlencoded v1.2.2
45632026-05-28T15:25:42.516Z Checking zerocopy v0.7.35
45642026-05-28T15:25:42.533Z Checking toml_edit v0.22.27
45652026-05-28T15:25:42.635Z Checking getrandom v0.4.1
45662026-05-28T15:25:42.641Z Checking thiserror v2.0.18
45672026-05-28T15:25:42.642Z Checking goblin v0.8.2
45682026-05-28T15:25:42.668Z Checking ordered-float v2.10.1
45692026-05-28T15:25:42.680Z Checking tinystr v0.8.2
45702026-05-28T15:25:42.738Z Checking potential_utf v0.1.4
45712026-05-28T15:25:42.757Z Checking syn v2.0.117
45722026-05-28T15:25:42.848Z Checking icu_collections v2.1.1
45732026-05-28T15:25:42.848Z Checking icu_locale_core v2.1.1
45742026-05-28T15:25:42.870Z Checking serde-value v0.7.0
45752026-05-28T15:25:43.015Z Checking dtrace-parser v0.2.0
45762026-05-28T15:25:43.062Z Checking thread-id v4.2.2
45772026-05-28T15:25:43.140Z Checking once_cell v1.21.3
45782026-05-28T15:25:43.176Z Checking cargo-platform v0.2.0
45792026-05-28T15:25:43.184Z Checking terminal_size v0.4.3
45802026-05-28T15:25:43.256Z Checking memmap v0.7.0
45812026-05-28T15:25:43.317Z Checking tempfile v3.25.0
45822026-05-28T15:25:43.330Z Checking clap_builder v4.5.60
45832026-05-28T15:25:43.336Z Checking textwrap v0.16.2
45842026-05-28T15:25:43.377Z Checking fs-err v3.3.0
45852026-05-28T15:25:43.408Z Checking icu_provider v2.1.1
45862026-05-28T15:25:43.506Z Checking camino-tempfile v1.4.1
45872026-05-28T15:25:43.535Z Checking anyhow v1.0.102
45882026-05-28T15:25:43.553Z Checking tabled v0.15.0
45892026-05-28T15:25:43.640Z Checking toml v0.8.23
45902026-05-28T15:25:43.646Z Checking icu_properties v2.1.2
45912026-05-28T15:25:43.658Z Checking icu_normalizer v2.1.1
45922026-05-28T15:25:43.733Z Checking macaddr v1.0.1
45932026-05-28T15:25:43.906Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45942026-05-28T15:25:43.956Z Checking cargo_toml v0.21.0
45952026-05-28T15:25:44.471Z Checking idna_adapter v1.2.1
45962026-05-28T15:25:44.484Z Checking dof v0.3.0
45972026-05-28T15:25:44.503Z Checking clap v4.5.60
45982026-05-28T15:25:45.514Z Checking idna v1.1.0
45992026-05-28T15:25:45.548Z Checking usdt-impl v0.5.0
46002026-05-28T15:25:45.548Z Checking url v2.5.8
46012026-05-28T15:25:45.548Z Checking usdt v0.5.0
46022026-05-28T15:25:45.548Z Checking cargo-util-schemas v0.8.2
46032026-05-28T15:25:45.791Z Checking cargo_metadata v0.21.0
46042026-05-28T15:25:46.395Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46052026-05-28T15:25:46.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
46062026-05-28T15:25:46.929Z
46072026-05-28T15:25:46.929Zinfo: running `cargo check --bins` on dnsadm (279/297)
46082026-05-28T15:25:47.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-05-28T15:25:47.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-05-28T15:25:47.574Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46112026-05-28T15:25:48.046Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46122026-05-28T15:25:48.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
46132026-05-28T15:25:48.639Z
46142026-05-28T15:25:48.639Zinfo: running `cargo check --bins` on end-to-end-tests (280/297)
46152026-05-28T15:25:49.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-05-28T15:25:49.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-05-28T15:25:49.430Z Checking polyval v0.6.2
46182026-05-28T15:25:49.554Z Checking ctr v0.9.2
46192026-05-28T15:25:49.565Z Checking ssh-encoding v0.2.0
46202026-05-28T15:25:49.567Z Checking blowfish v0.9.1
46212026-05-28T15:25:49.583Z Checking password-hash v0.4.2
46222026-05-28T15:25:49.597Z Checking p521 v0.13.3
46232026-05-28T15:25:49.600Z Checking p256 v0.13.2
46242026-05-28T15:25:49.624Z Checking russh-cryptovec v0.7.3
46252026-05-28T15:25:49.694Z Checking ghash v0.5.1
46262026-05-28T15:25:49.708Z Checking bcrypt-pbkdf v0.10.0
46272026-05-28T15:25:49.711Z Checking md5 v0.7.0
46282026-05-28T15:25:49.738Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46292026-05-28T15:25:49.754Z Checking num-bigint v0.4.6
46302026-05-28T15:25:49.806Z Checking pbkdf2 v0.11.0
46312026-05-28T15:25:49.812Z Checking aes-gcm v0.10.3
46322026-05-28T15:25:49.863Z Checking des v0.8.1
46332026-05-28T15:25:49.886Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46342026-05-28T15:25:49.886Z Checking hex-literal v0.4.1
46352026-05-28T15:25:49.939Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46362026-05-28T15:25:49.954Z Checking ssh-cipher v0.2.0
46372026-05-28T15:25:49.957Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46382026-05-28T15:25:49.993Z Checking socket2 v0.5.10
46392026-05-28T15:25:50.019Z Checking internet-checksum v0.2.1
46402026-05-28T15:25:50.123Z Checking ssh-key v0.6.7
46412026-05-28T15:25:50.277Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46422026-05-28T15:25:50.748Z Checking russh-keys v0.45.0
46432026-05-28T15:25:51.287Z Checking russh v0.45.0
46442026-05-28T15:26:07.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.11s
46452026-05-28T15:26:07.958Z
46462026-05-28T15:26:07.958Zinfo: running `cargo check --bins` on gateway-cli (281/297)
46472026-05-28T15:26:08.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-05-28T15:26:08.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-05-28T15:26:08.598Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46502026-05-28T15:26:08.707Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46512026-05-28T15:26:08.717Z Checking termios v0.3.3
46522026-05-28T15:26:09.913Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46532026-05-28T15:26:10.061Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46542026-05-28T15:26:11.865Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46552026-05-28T15:26:12.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
46562026-05-28T15:26:12.609Z
46572026-05-28T15:26:12.609Zinfo: running `cargo check --bins --no-default-features` on installinator (282/297)
46582026-05-28T15:26:13.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46592026-05-28T15:26:13.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46602026-05-28T15:26:13.316Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46612026-05-28T15:26:13.319Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46622026-05-28T15:26:13.441Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46632026-05-28T15:26:13.443Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46642026-05-28T15:26:13.455Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46652026-05-28T15:26:13.465Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46662026-05-28T15:26:14.178Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46672026-05-28T15:26:14.513Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46682026-05-28T15:26:14.513Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46692026-05-28T15:26:15.147Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46702026-05-28T15:26:16.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
46712026-05-28T15:26:16.974Z
46722026-05-28T15:26:16.974Zinfo: running `cargo check --bins` on internal-dns-cli (283/297)
46732026-05-28T15:26:17.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-05-28T15:26:17.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-05-28T15:26:17.606Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46762026-05-28T15:26:18.062Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46772026-05-28T15:26:18.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
46782026-05-28T15:26:18.575Z
46792026-05-28T15:26:18.575Zinfo: running `cargo check --bins` on omicron-live-tests (284/297)
46802026-05-28T15:26:19.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-05-28T15:26:19.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-05-28T15:26:19.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46832026-05-28T15:26:19.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46842026-05-28T15:26:19.156Z
46852026-05-28T15:26:19.156Zinfo: running `cargo check --bins` on live-tests-macros (285/297)
46862026-05-28T15:26:19.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-05-28T15:26:19.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-05-28T15:26:19.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46892026-05-28T15:26:19.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46902026-05-28T15:26:19.741Z
46912026-05-28T15:26:19.741Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/297)
46922026-05-28T15:26:20.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-05-28T15:26:20.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-05-28T15:26:20.487Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46952026-05-28T15:26:21.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
46962026-05-28T15:26:21.302Z
46972026-05-28T15:26:21.302Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/297)
46982026-05-28T15:26:21.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-05-28T15:26:21.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-05-28T15:26:21.945Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47012026-05-28T15:26:21.947Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47022026-05-28T15:26:22.224Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47032026-05-28T15:26:22.227Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47042026-05-28T15:26:23.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
47052026-05-28T15:26:23.201Z
47062026-05-28T15:26:23.201Zinfo: running `cargo check --bins` on ntp-admin-types (288/297)
47072026-05-28T15:26:23.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47082026-05-28T15:26:23.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47092026-05-28T15:26:23.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47102026-05-28T15:26:23.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47112026-05-28T15:26:23.782Z
47122026-05-28T15:26:23.782Zinfo: running `cargo check --bins` on omicron-package (289/297)
47132026-05-28T15:26:24.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-05-28T15:26:24.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-05-28T15:26:24.458Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47162026-05-28T15:26:25.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
47172026-05-28T15:26:25.720Z
47182026-05-28T15:26:25.720Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (290/297)
47192026-05-28T15:26:26.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47202026-05-28T15:26:26.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47212026-05-28T15:26:26.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47222026-05-28T15:26:26.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47232026-05-28T15:26:26.332Z
47242026-05-28T15:26:26.332Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (291/297)
47252026-05-28T15:26:26.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47262026-05-28T15:26:26.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47272026-05-28T15:26:26.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47282026-05-28T15:26:26.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47292026-05-28T15:26:26.946Z
47302026-05-28T15:26:26.946Zinfo: running `cargo check --bins` on tqdb (292/297)
47312026-05-28T15:26:27.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47322026-05-28T15:26:27.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47332026-05-28T15:26:27.724Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47342026-05-28T15:26:28.075Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47352026-05-28T15:26:28.580Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47362026-05-28T15:26:28.580Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47372026-05-28T15:26:34.424Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47382026-05-28T15:26:34.428Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47392026-05-28T15:26:34.998Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47402026-05-28T15:26:34.998Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47412026-05-28T15:26:35.001Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47422026-05-28T15:26:35.001Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47432026-05-28T15:26:35.770Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47442026-05-28T15:26:36.728Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47452026-05-28T15:26:37.489Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47462026-05-28T15:26:38.110Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47472026-05-28T15:26:42.286Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47482026-05-28T15:26:48.665Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47492026-05-28T15:26:48.665Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47502026-05-28T15:26:48.665Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47512026-05-28T15:26:48.669Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47522026-05-28T15:26:50.170Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47532026-05-28T15:26:51.503Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47542026-05-28T15:26:52.178Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47552026-05-28T15:26:53.403Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47562026-05-28T15:26:53.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.00s
47572026-05-28T15:26:54.171Z
47582026-05-28T15:26:54.171Zinfo: running `cargo check --bins` on wicket-dbg (293/297)
47592026-05-28T15:26:54.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47602026-05-28T15:26:54.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47612026-05-28T15:26:54.871Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47622026-05-28T15:26:54.871Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47632026-05-28T15:26:54.871Z Checking rtoolbox v0.0.3
47642026-05-28T15:26:54.874Z Checking tui-tree-widget v0.23.1
47652026-05-28T15:26:55.095Z Checking rpassword v7.4.0
47662026-05-28T15:26:56.121Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47672026-05-28T15:26:59.148Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47682026-05-28T15:27:00.979Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47692026-05-28T15:27:01.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.71s
47702026-05-28T15:27:02.089Z
47712026-05-28T15:27:02.089Zinfo: running `cargo check --bins` on wicket (294/297)
47722026-05-28T15:27:02.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-05-28T15:27:02.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-05-28T15:27:02.784Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47752026-05-28T15:27:03.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
47762026-05-28T15:27:03.353Z
47772026-05-28T15:27:03.353Zinfo: running `cargo check --bins` on wicketd (295/297)
47782026-05-28T15:27:03.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47792026-05-28T15:27:03.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47802026-05-28T15:27:04.064Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47812026-05-28T15:27:04.067Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47822026-05-28T15:27:04.067Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47832026-05-28T15:27:04.067Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47842026-05-28T15:27:05.078Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47852026-05-28T15:27:05.656Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47862026-05-28T15:27:08.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s
47872026-05-28T15:27:08.763Z
47882026-05-28T15:27:08.763Zinfo: running `cargo check --bins` on omicron-workspace-hack (296/297)
47892026-05-28T15:27:09.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-05-28T15:27:09.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-05-28T15:27:09.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47922026-05-28T15:27:09.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47932026-05-28T15:27:09.345Z
47942026-05-28T15:27:09.346Zinfo: running `cargo check --bins` on zone-setup (297/297)
47952026-05-28T15:27:09.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47962026-05-28T15:27:09.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47972026-05-28T15:27:10.010Z Checking uzers v0.12.2
47982026-05-28T15:27:10.282Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47992026-05-28T15:27:11.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
48002026-05-28T15:27:11.235Z
48012026-05-28T15:27:11.235Zreal 13:56.736513040
48022026-05-28T15:27:11.235Zuser 20:50.123697666
48032026-05-28T15:27:11.235Zsys 4:21.252559756
48042026-05-28T15:27:11.235Ztrap 0.321097445
48052026-05-28T15:27:11.235Ztflt 1.349997326
48062026-05-28T15:27:11.235Zdflt 1.671777315
48072026-05-28T15:27:11.236Zkflt 0.025060681
48082026-05-28T15:27:11.236Zlock 1:17:22.740540038
48092026-05-28T15:27:11.236Zslp 1:40:05.988696814
48102026-05-28T15:27:11.236Zlat 57.484079048
48112026-05-28T15:27:11.236Zstop 3:43.612299334
48122026-05-28T15:27:11.240Zprocess exited: duration 976673 ms, exit code 0
 
48132026-05-28T15:27:11.247Zfound 0 output files