01M15V7JBGFRNW08ZFXB26Q1SJ: 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: 01M15V80MF2HAMSTDYSJ59F6SB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-29T04:08:48.855Zjob assigned to worker 01M15V83PDNKWD4BARFRKGCAS2 [factory aws, i-096e1339486937114] (queued for 45 s)
 
22026-08-29T04:08:54.921Zstarting task 0: "setup"
32026-08-29T04:08:54.927Z++ uname -s
42026-08-29T04:08:54.930Z+ kern=SunOS
52026-08-29T04:08:54.930Z+ build_user=build
62026-08-29T04:08:54.930Z+ build_uid=12345
72026-08-29T04:08:54.930Z+ work_dir=/work
82026-08-29T04:08:54.930Z+ input_dir=/input
92026-08-29T04:08:54.930Z+ [[ 0 == 12345 ]]
102026-08-29T04:08:54.930Z+ case "$kern" in
112026-08-29T04:08:54.930Z+ groupadd -g 12345 build
122026-08-29T04:08:54.933Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-29T04:08:56.935Z+ zfs create -o mountpoint=/work rpool/work
142026-08-29T04:08:57.014Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-29T04:08:57.018Z+ home_fs=zfs
162026-08-29T04:08:57.018Z+ [[ zfs == autofs ]]
172026-08-29T04:08:57.018Z+ mkdir -p /home/build
182026-08-29T04:08:57.018Z+ chown build:build /home/build /work
192026-08-29T04:08:59.018Z+ chmod 0700 /home/build /work
202026-08-29T04:08:59.021Zprocess exited: duration 4098 ms, exit code 0
 
212026-08-29T04:08:59.029Zstarting task 1: "rust-toolchain"
222026-08-29T04:08:59.032Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-29T04:08:59.032Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-29T04:08:59.032Z * rust toolchain channel = "1.97.1"
252026-08-29T04:08:59.032Z * rust toolchain profile = "default"
262026-08-29T04:08:59.032Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-29T04:08:59.032Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-29T04:08:59.035Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-29T04:08:59.035Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-29T04:08:59.138Zinfo: downloading installer
312026-08-29T04:09:00.318Zwarn: It looks like you have an existing rustup settings file at:
322026-08-29T04:09:00.318Zwarn: /home/build/.rustup/settings.toml
332026-08-29T04:09:00.318Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-29T04:09:00.318Zwarn: instead of the one inferred from the default host triple.
352026-08-29T04:09:00.330Zinfo: profile set to default
362026-08-29T04:09:00.330Zinfo: default host triple is x86_64-unknown-illumos
372026-08-29T04:09:00.333Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-29T04:09:00.490Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-29T04:09:00.493Zinfo: downloading 6 components
402026-08-29T04:09:14.767Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-29T04:09:14.767Z
422026-08-29T04:09:14.796Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-29T04:09:14.796Z
442026-08-29T04:09:14.797Z
452026-08-29T04:09:14.797ZRust is installed now. Great!
462026-08-29T04:09:14.797Z
472026-08-29T04:09:14.797ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-29T04:09:14.797Zenvironment variable. This has not been done automatically.
492026-08-29T04:09:14.797Z
502026-08-29T04:09:14.797ZTo configure your current shell, you need to source
512026-08-29T04:09:14.797Zthe corresponding env file under $HOME/.cargo.
522026-08-29T04:09:14.797Z
532026-08-29T04:09:14.797ZThis is usually done by running one of the following (note the leading DOT):
542026-08-29T04:09:14.797Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-29T04:09:14.797Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-29T04:09:14.797Zsource "~/.cargo/env.nu" # For nushell
572026-08-29T04:09:14.797Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-29T04:09:14.797Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-29T04:09:14.797Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-29T04:09:14.800Zwarn: no default linker (`cc`) was found in your PATH
612026-08-29T04:09:14.800Zwarn: many Rust crates require a system C toolchain to build
622026-08-29T04:09:14.893Z+ rustup --version
632026-08-29T04:09:14.902Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-29T04:09:14.905Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-29T04:09:14.925Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-29T04:09:14.928Z+ cargo --version
672026-08-29T04:09:14.941Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-29T04:09:14.944Z+ rustc --version
692026-08-29T04:09:14.963Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-29T04:09:14.966Zprocess exited: duration 15936 ms, exit code 0
 
712026-08-29T04:09:14.972Zstarting task 2: "authentication"
722026-08-29T04:09:14.988Zprocess exited: duration 16 ms, exit code 0
 
732026-08-29T04:09:14.993Zstarting task 3: "clone repository"
742026-08-29T04:09:14.996Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-29T04:09:14.999Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-29T04:09:15.030ZCloning into '/work/oxidecomputer/omicron'...
772026-08-29T04:09:27.928Z+ cd /work/oxidecomputer/omicron
782026-08-29T04:09:27.928Z+ git fetch origin 89aef0a67f380506ea016c0207fbb8df51b2d21d
792026-08-29T04:09:28.232ZFrom https://github.com/oxidecomputer/omicron
802026-08-29T04:09:28.233Z * branch 89aef0a67f380506ea016c0207fbb8df51b2d21d -> FETCH_HEAD
812026-08-29T04:09:28.243Z+ [[ -n bump-console-46f3fd84 ]]
822026-08-29T04:09:28.245Z++ git branch --show-current
832026-08-29T04:09:28.246Z+ current=main
842026-08-29T04:09:28.247Z+ [[ main != bump-console-46f3fd84 ]]
852026-08-29T04:09:28.247Z+ git branch -f bump-console-46f3fd84 89aef0a67f380506ea016c0207fbb8df51b2d21d
862026-08-29T04:09:28.250Z+ git checkout -f bump-console-46f3fd84
872026-08-29T04:09:28.506ZSwitched to branch 'bump-console-46f3fd84'
882026-08-29T04:09:28.509Z+ git reset --hard 89aef0a67f380506ea016c0207fbb8df51b2d21d
892026-08-29T04:09:28.769ZHEAD is now at 89aef0a67 Bump web console
902026-08-29T04:09:28.771Zprocess exited: duration 13776 ms, exit code 0
 
912026-08-29T04:09:28.777Zstarting task 4: "build"
922026-08-29T04:09:28.781Z+ source .github/buildomat/ci-env.sh
932026-08-29T04:09:28.784Z++ export CARGO_TERM_COLOR=always
942026-08-29T04:09:28.784Z++ CARGO_TERM_COLOR=always
952026-08-29T04:09:28.784Z+++ uname -s
962026-08-29T04:09:28.784Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-29T04:09:28.784Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-29T04:09:28.786Z+ cargo --version
992026-08-29T04:09:28.794Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-29T04:09:28.796Z+ rustc --version
1012026-08-29T04:09:28.816Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-29T04:09:28.819Z+ source ./env.sh
1032026-08-29T04:09:28.819Z++ OLD_SHELL_OPTS=ehxB
1042026-08-29T04:09:28.819Z++ set -o xtrace
1052026-08-29T04:09:28.822Z++++ dirname ./env.sh
1062026-08-29T04:09:28.822Z+++ readlink -f .
1072026-08-29T04:09:28.825Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-29T04:09:28.825Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-29T04:09:28.825Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-29T04:09:28.825Z++ 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
1112026-08-29T04:09:28.827Z++ 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
1122026-08-29T04:09:28.827Z++ 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
1132026-08-29T04:09:28.827Z++ 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
1142026-08-29T04:09:28.827Z++ 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
1152026-08-29T04:09:28.827Z++ 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
1162026-08-29T04:09:28.827Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1172026-08-29T04:09:28.827Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1182026-08-29T04:09:28.827Z++ case $OLD_SHELL_OPTS in
1192026-08-29T04:09:28.827Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-29T04:09:28.827Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1212026-08-29T04:09:28.827Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1222026-08-29T04:09:28.829Z+ banner prerequisites
1232026-08-29T04:09:28.832Z
1242026-08-29T04:09:28.832Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-29T04:09:28.832Z # # # # # # # # # # # # # # #
1262026-08-29T04:09:28.832Z # # # # ##### # # ##### # # # # # #### #
1272026-08-29T04:09:28.832Z ##### ##### # ##### # # # # # # # # #
1282026-08-29T04:09:28.832Z # # # # # # # # # # # # # # #
1292026-08-29T04:09:28.832Z # # # ###### # # ###### ### # #### # #### #
1302026-08-29T04:09:28.832Z
1312026-08-29T04:09:28.832Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-29T04:09:30.863Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-29T04:09:31.272Z Startup: Caching catalogs ... Done
1342026-08-29T04:09:33.579ZPlanning: Solver setup ... Done (2.180s)
1352026-08-29T04:09:33.643ZPlanning: Running solver ... Done (0.064s)
1362026-08-29T04:09:33.697ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-29T04:09:33.710ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-29T04:09:33.731ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-29T04:09:33.745ZPlanning: Package planning ... Done (0.013s)
1402026-08-29T04:09:33.747ZPlanning: Merging actions ... Done (0.001s)
1412026-08-29T04:09:33.979ZPlanning: Checking for conflicting actions ... Done (0.232s)
1422026-08-29T04:09:33.982ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-29T04:09:34.772ZPlanning: Evaluating mediators ... Done (0.792s)
1442026-08-29T04:09:34.775ZPlanning: Planning completed in 3.46 seconds
1452026-08-29T04:09:34.783Z Packages to install: 2
1462026-08-29T04:09:34.786Z Estimated space available: 156.01 GB
1472026-08-29T04:09:34.786ZEstimated space to be consumed: 83.65 MB
1482026-08-29T04:09:34.787Z Create boot environment: No
1492026-08-29T04:09:34.787ZCreate backup boot environment: No
1502026-08-29T04:09:34.787Z Rebuild boot archive: No
1512026-08-29T04:09:34.787Z
1522026-08-29T04:09:34.787ZChanged packages:
1532026-08-29T04:09:34.787Zhelios
1542026-08-29T04:09:34.787Z developer/build-essential
1552026-08-29T04:09:34.787Z None -> 11-3.0
1562026-08-29T04:09:34.787Z library/libxmlsec1
1572026-08-29T04:09:34.787Z None -> 1.2.35-3.0
1582026-08-29T04:09:34.806Z
1592026-08-29T04:09:34.806ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-29T04:09:34.883ZDownload: Completed 1.28 MB in 0.08 seconds (16.8M/s)
1612026-08-29T04:09:34.946Z Actions: 1/268 actions (Installing new actions)
1622026-08-29T04:09:34.984Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-29T04:09:35.022ZFinalize: Updating package state database ... Done (0.038s)
1642026-08-29T04:09:35.025ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-29T04:09:35.114ZFinalize: Updating image state ... Done (0.092s)
1662026-08-29T04:09:37.574ZFinalize: Creating fast lookup database ... Done (2.407s)
1672026-08-29T04:09:37.639ZFinalize: Reading search index ... Done (0.012s)
1682026-08-29T04:09:37.642ZFinalize: Updating search index ... Done (0.000s)
1692026-08-29T04:09:37.763ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-29T04:09:38.138ZPlanning: Evaluating mediator changes ... Done
1712026-08-29T04:09:38.244ZPlanning: Checking for conflicting actions ... Done
1722026-08-29T04:09:38.247ZPlanning: Consolidating action changes ... Done
1732026-08-29T04:09:38.403ZPlanning: Evaluating mediators ... Done
1742026-08-29T04:09:38.407ZPlanning: Planning completed in 0.27 seconds
1752026-08-29T04:09:38.426Z Mediators to change: 2
1762026-08-29T04:09:38.426Z Create boot environment: No
1772026-08-29T04:09:38.429ZCreate backup boot environment: No
1782026-08-29T04:09:38.465ZFinalize: Updating package state database ... Done
1792026-08-29T04:09:38.465ZFinalize: Updating package cache ... Done
1802026-08-29T04:09:38.520ZFinalize: Updating image state ... Done
1812026-08-29T04:09:40.461ZFinalize: Creating fast lookup database ... Done
1822026-08-29T04:09:40.521ZFinalize: Reading search index ... Done
1832026-08-29T04:09:40.524ZFinalize: Updating search index ... Done
1842026-08-29T04:09:40.621ZFinalize: Updating package cache ... Done
1852026-08-29T04:09:40.906ZPlanning: Evaluating mediator changes ... Done
1862026-08-29T04:09:41.012ZPlanning: Checking for conflicting actions ... Done
1872026-08-29T04:09:41.015ZPlanning: Consolidating action changes ... Done
1882026-08-29T04:09:41.170ZPlanning: Evaluating mediators ... Done
1892026-08-29T04:09:41.172ZPlanning: Planning completed in 0.26 seconds
1902026-08-29T04:09:41.193Z Mediators to change: 1
1912026-08-29T04:09:41.193Z Create boot environment: No
1922026-08-29T04:09:41.193ZCreate backup boot environment: No
1932026-08-29T04:09:41.243ZFinalize: Updating package state database ... Done
1942026-08-29T04:09:41.243ZFinalize: Updating package cache ... Done
1952026-08-29T04:09:41.298ZFinalize: Updating image state ... Done
1962026-08-29T04:09:43.231ZFinalize: Creating fast lookup database ... Done
1972026-08-29T04:09:43.295ZFinalize: Reading search index ... Done
1982026-08-29T04:09:43.298ZFinalize: Updating search index ... Done
1992026-08-29T04:09:43.374ZFinalize: Updating package cache ... Done
2002026-08-29T04:09:43.685ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-29T04:09:43.686Zapache system 2.4 system
2022026-08-29T04:09:43.686Zclang system 15 system
2032026-08-29T04:09:43.686Zcsh system system illumos
2042026-08-29T04:09:43.686Zctags system system illumos
2052026-08-29T04:09:43.686Zfile vendor vendor darwinsys
2062026-08-29T04:09:43.686Zfile system system illumos
2072026-08-29T04:09:43.686Zgcc vendor 14 vendor
2082026-08-29T04:09:43.686Zgcc system 13 system
2092026-08-29T04:09:43.686Zgcc system 10 system
2102026-08-29T04:09:43.686Zgo system 1.25 system
2112026-08-29T04:09:43.686Zllvm system 15 system
2122026-08-29T04:09:43.686Zmariadb system 11.4 system
2132026-08-29T04:09:43.688Zmta vendor vendor dma
2142026-08-29T04:09:43.689Zopenjdk system 17 system
2152026-08-29T04:09:43.689Zopenjdk system 11 system
2162026-08-29T04:09:43.689Zopenssl vendor 3 vendor
2172026-08-29T04:09:43.689Zperl system 5.40 system
2182026-08-29T04:09:43.689Zpostgresql system 18 system
2192026-08-29T04:09:43.689Zpostgresql system 17 system
2202026-08-29T04:09:43.689Zpython vendor 3 vendor
2212026-08-29T04:09:43.689Zpython system 2 system
2222026-08-29T04:09:43.689Zpython3 vendor 3.13 vendor
2232026-08-29T04:09:43.689Zruby system 3.4 system
2242026-08-29T04:09:43.689Zruby system 3.0 system
2252026-08-29T04:09:43.689Zwords vendor vendor american-english
2262026-08-29T04:09:43.689Zwords system system australian-english
2272026-08-29T04:09:43.689Zwords system system british-english
2282026-08-29T04:09:43.689Zwords system system canadian-english
2292026-08-29T04:09:43.689Zwords system system french
2302026-08-29T04:09:43.689Zwords system system italian
2312026-08-29T04:09:43.689Zwords system system ngerman
2322026-08-29T04:09:43.689Zwords system system ogerman
2332026-08-29T04:09:43.689Zwords system system spanish
2342026-08-29T04:09:43.937ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-29T04:09:43.937Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-29T04:09:44.446ZFMRI IFO
2372026-08-29T04:09:44.446Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-29T04:09:44.446Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-29T04:09:44.446Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-29T04:09:44.446Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-29T04:09:44.446Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-29T04:09:44.446Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-29T04:09:44.446Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-29T04:09:44.446Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-29T04:09:44.446Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-29T04:09:44.800Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-29T04:09:45.159Z Updating crates.io index
2482026-08-29T04:09:45.162Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-29T04:09:45.441Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-29T04:09:45.848Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2512026-08-29T04:09:46.158Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-08-29T04:09:47.350Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532026-08-29T04:09:48.008Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542026-08-29T04:09:49.998Z Updating git repository `https://github.com/oxidecomputer/opte`
2552026-08-29T04:09:50.903Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-08-29T04:09:51.208Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-08-29T04:09:51.601Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582026-08-29T04:09:53.494Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592026-08-29T04:09:53.830Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-08-29T04:09:54.214Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-08-29T04:09:54.562Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-08-29T04:09:54.822Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-08-29T04:09:55.110Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-08-29T04:09:55.395Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2652026-08-29T04:09:55.658Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662026-08-29T04:09:55.985Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-29T04:09:56.374Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-08-29T04:09:56.908Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-08-29T04:09:57.251Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-08-29T04:09:57.810Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2712026-08-29T04:09:58.139Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-29T04:09:58.427Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-29T04:09:58.860Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-29T04:09:59.166Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-29T04:09:59.620Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-29T04:10:00.017Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-29T04:10:00.509Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-29T04:10:00.870Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-29T04:10:01.489Z Updating git repository `https://github.com/oxidecomputer/tough`
2802026-08-29T04:10:02.039Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-29T04:10:02.386Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-29T04:10:02.670Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-29T04:10:03.036Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-08-29T04:10:03.712Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-08-29T04:10:03.999Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-29T04:10:04.298Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-29T04:10:04.583Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-29T04:10:04.847Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2892026-08-29T04:10:05.256Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-29T04:10:07.734Z Downloading crates ...
2912026-08-29T04:10:07.785Z Downloaded colorchoice v1.0.4
2922026-08-29T04:10:07.790Z Downloaded itoa v1.0.17
2932026-08-29T04:10:07.794Z Downloaded anstream v1.0.0
2942026-08-29T04:10:07.794Z Downloaded autocfg v1.5.0
2952026-08-29T04:10:07.797Z Downloaded fnv v1.0.7
2962026-08-29T04:10:07.797Z Downloaded dof v0.3.0
2972026-08-29T04:10:07.797Z Downloaded memmap v0.7.0
2982026-08-29T04:10:07.801Z Downloaded crypto-common v0.1.7
2992026-08-29T04:10:07.804Z Downloaded zmij v1.0.21
3002026-08-29T04:10:07.807Z Downloaded quote v1.0.45
3012026-08-29T04:10:07.807Z Downloaded anyhow v1.0.104
3022026-08-29T04:10:07.810Z Downloaded serde_tokenstream v0.2.3
3032026-08-29T04:10:07.811Z Downloaded serde_core v1.0.228
3042026-08-29T04:10:07.811Z Downloaded heck v0.4.1
3052026-08-29T04:10:07.814Z Downloaded cargo_metadata v0.23.1
3062026-08-29T04:10:07.818Z Downloaded macaddr v1.0.1
3072026-08-29T04:10:07.818Z Downloaded errno v0.3.14
3082026-08-29T04:10:07.821Z Downloaded proc-macro-error v1.0.4
3092026-08-29T04:10:07.822Z Downloaded zerocopy v0.7.35
3102026-08-29T04:10:07.827Z Downloaded zerocopy-derive v0.7.35
3112026-08-29T04:10:07.830Z Downloaded cfg-if v1.0.4
3122026-08-29T04:10:07.830Z Downloaded unicode-linebreak v0.1.5
3132026-08-29T04:10:07.834Z Downloaded byteorder v1.5.0
3142026-08-29T04:10:07.842Z Downloaded clap_lex v1.0.0
3152026-08-29T04:10:07.846Z Downloaded is_terminal_polyfill v1.70.2
3162026-08-29T04:10:07.846Z Downloaded anstyle-parse v1.0.0
3172026-08-29T04:10:07.851Z Downloaded block-buffer v0.10.4
3182026-08-29T04:10:07.854Z Downloaded plain v0.2.3
3192026-08-29T04:10:07.854Z Downloaded equivalent v1.0.2
3202026-08-29T04:10:07.857Z Downloaded serde_spanned v0.6.9
3212026-08-29T04:10:07.860Z Downloaded toml_write v0.1.2
3222026-08-29T04:10:07.860Z Downloaded usdt-attr-macro v0.5.0
3232026-08-29T04:10:07.860Z Downloaded bitflags v2.11.0
3242026-08-29T04:10:07.863Z Downloaded camino-tempfile v1.4.1
3252026-08-29T04:10:07.863Z Downloaded cargo-platform v0.3.2
3262026-08-29T04:10:07.866Z Downloaded once_cell v1.21.3
3272026-08-29T04:10:07.871Z Downloaded pretty-hex v0.4.1
3282026-08-29T04:10:07.874Z Downloaded strsim v0.11.1
3292026-08-29T04:10:07.874Z Downloaded utf8parse v0.2.2
3302026-08-29T04:10:07.877Z Downloaded proc-macro-error-attr v1.0.4
3312026-08-29T04:10:07.877Z Downloaded smawk v0.3.2
3322026-08-29T04:10:07.877Z Downloaded swrite v0.1.0
3332026-08-29T04:10:07.884Z Downloaded usdt v0.5.0
3342026-08-29T04:10:07.887Z Downloaded heck v0.5.0
3352026-08-29T04:10:07.887Z Downloaded usdt-macro v0.5.0
3362026-08-29T04:10:07.892Z Downloaded tabled_derive v0.7.0
3372026-08-29T04:10:07.895Z Downloaded fastrand v2.3.0
3382026-08-29T04:10:07.895Z Downloaded thread-id v4.2.2
3392026-08-29T04:10:07.899Z Downloaded anstyle-query v1.1.5
3402026-08-29T04:10:07.902Z Downloaded generic-array v0.14.7
3412026-08-29T04:10:07.903Z Downloaded cargo_toml v0.21.0
3422026-08-29T04:10:07.903Z Downloaded thiserror-impl v1.0.69
3432026-08-29T04:10:07.903Z Downloaded digest v0.10.7
3442026-08-29T04:10:07.906Z Downloaded version_check v0.9.5
3452026-08-29T04:10:07.906Z Downloaded cpufeatures v0.2.17
3462026-08-29T04:10:07.906Z Downloaded dtrace-parser v0.2.0
3472026-08-29T04:10:07.906Z Downloaded terminal_size v0.4.3
3482026-08-29T04:10:07.909Z Downloaded scroll_derive v0.12.1
3492026-08-29T04:10:07.909Z Downloaded clap v4.6.1
3502026-08-29T04:10:07.912Z Downloaded scroll v0.12.0
3512026-08-29T04:10:07.915Z Downloaded bytecount v0.6.9
3522026-08-29T04:10:07.918Z Downloaded anstyle v1.0.14
3532026-08-29T04:10:07.921Z Downloaded thiserror v1.0.69
3542026-08-29T04:10:07.921Z Downloaded thiserror-impl v2.0.18
3552026-08-29T04:10:07.925Z Downloaded toml_datetime v0.6.11
3562026-08-29T04:10:07.929Z Downloaded thiserror v2.0.18
3572026-08-29T04:10:07.932Z Downloaded usdt-impl v0.5.0
3582026-08-29T04:10:07.935Z Downloaded semver v1.0.28
3592026-08-29T04:10:07.938Z Downloaded sha2 v0.10.9
3602026-08-29T04:10:07.938Z Downloaded toml v0.8.23
3612026-08-29T04:10:07.941Z Downloaded pest_generator v2.8.6
3622026-08-29T04:10:07.944Z Downloaded tempfile v3.27.0
3632026-08-29T04:10:07.952Z Downloaded pest_derive v2.8.6
3642026-08-29T04:10:07.961Z Downloaded camino v1.2.5
3652026-08-29T04:10:07.965Z Downloaded ucd-trie v0.1.7
3662026-08-29T04:10:07.968Z Downloaded fs-err v3.3.0
3672026-08-29T04:10:07.972Z Downloaded memchr v2.8.0
3682026-08-29T04:10:07.975Z Downloaded getrandom v0.4.3
3692026-08-29T04:10:07.978Z Downloaded clap_derive v4.6.1
3702026-08-29T04:10:07.978Z Downloaded textwrap v0.16.2
3712026-08-29T04:10:07.978Z Downloaded serde_derive v1.0.228
3722026-08-29T04:10:07.981Z Downloaded proc-macro2 v1.0.106
3732026-08-29T04:10:07.981Z Downloaded log v0.4.33
3742026-08-29T04:10:07.984Z Downloaded unicode-ident v1.0.24
3752026-08-29T04:10:07.987Z Downloaded papergrid v0.11.0
3762026-08-29T04:10:07.991Z Downloaded indexmap v2.14.0
3772026-08-29T04:10:07.995Z Downloaded pest_meta v2.8.6
3782026-08-29T04:10:08.003Z Downloaded toml_edit v0.22.27
3792026-08-29T04:10:08.006Z Downloaded serde v1.0.228
3802026-08-29T04:10:08.015Z Downloaded pest v2.8.6
3812026-08-29T04:10:08.029Z Downloaded typenum v1.20.1
3822026-08-29T04:10:08.032Z Downloaded unicode-width v0.2.0
3832026-08-29T04:10:08.053Z Downloaded hashbrown v0.17.0
3842026-08-29T04:10:08.061Z Downloaded syn v2.0.117
3852026-08-29T04:10:08.066Z Downloaded serde_json v1.0.151
3862026-08-29T04:10:08.070Z Downloaded clap_builder v4.6.0
3872026-08-29T04:10:08.073Z Downloaded goblin v0.8.2
3882026-08-29T04:10:08.076Z Downloaded winnow v0.7.14
3892026-08-29T04:10:08.081Z Downloaded tabled v0.15.0
3902026-08-29T04:10:08.089Z Downloaded unicode-width v0.1.14
3912026-08-29T04:10:08.092Z Downloaded syn v1.0.109
3922026-08-29T04:10:08.103Z Downloaded rustix v1.1.4
3932026-08-29T04:10:08.125Z Downloaded libc v0.2.185
3942026-08-29T04:10:08.189Z Compiling proc-macro2 v1.0.106
3952026-08-29T04:10:08.190Z Compiling quote v1.0.45
3962026-08-29T04:10:08.190Z Compiling unicode-ident v1.0.24
3972026-08-29T04:10:08.193Z Compiling serde_core v1.0.228
3982026-08-29T04:10:08.193Z Compiling libc v0.2.185
3992026-08-29T04:10:08.193Z Compiling version_check v0.9.5
4002026-08-29T04:10:08.193Z Compiling memchr v2.8.0
4012026-08-29T04:10:08.193Z Compiling serde v1.0.228
4022026-08-29T04:10:08.573Z Compiling zmij v1.0.21
4032026-08-29T04:10:08.761Z Compiling itoa v1.0.17
4042026-08-29T04:10:08.792Z Compiling thiserror v1.0.69
4052026-08-29T04:10:08.952Z Compiling ucd-trie v0.1.7
4062026-08-29T04:10:09.147Z Compiling pest v2.8.6
4072026-08-29T04:10:09.224Z Compiling rustix v1.1.4
4082026-08-29T04:10:09.227Z Compiling byteorder v1.5.0
4092026-08-29T04:10:09.261Z Compiling errno v0.3.14
4102026-08-29T04:10:09.426Z Compiling bitflags v2.11.0
4112026-08-29T04:10:09.467Z Compiling serde_json v1.0.151
4122026-08-29T04:10:09.587Z Compiling syn v2.0.117
4132026-08-29T04:10:09.681Z Compiling thread-id v4.2.2
4142026-08-29T04:10:09.710Z Compiling proc-macro-error-attr v1.0.4
4152026-08-29T04:10:09.777Z Compiling usdt-impl v0.5.0
4162026-08-29T04:10:09.886Z Compiling camino v1.2.5
4172026-08-29T04:10:09.904Z Compiling syn v1.0.109
4182026-08-29T04:10:10.135Z Compiling proc-macro-error v1.0.4
4192026-08-29T04:10:10.193Z Compiling pest_meta v2.8.6
4202026-08-29T04:10:10.311Z Compiling hashbrown v0.17.0
4212026-08-29T04:10:10.328Z Compiling equivalent v1.0.2
4222026-08-29T04:10:10.383Z Compiling utf8parse v0.2.2
4232026-08-29T04:10:10.418Z Compiling plain v0.2.3
4242026-08-29T04:10:10.498Z Compiling log v0.4.33
4252026-08-29T04:10:10.667Z Compiling getrandom v0.4.3
4262026-08-29T04:10:10.973Z Compiling indexmap v2.14.0
4272026-08-29T04:10:11.004Z Compiling terminal_size v0.4.3
4282026-08-29T04:10:11.045Z Compiling anstyle-parse v1.0.0
4292026-08-29T04:10:11.441Z Compiling colorchoice v1.0.4
4302026-08-29T04:10:11.548Z Compiling autocfg v1.5.0
4312026-08-29T04:10:11.565Z Compiling toml_write v0.1.2
4322026-08-29T04:10:11.581Z Compiling is_terminal_polyfill v1.70.2
4332026-08-29T04:10:11.596Z Compiling anstyle v1.0.14
4342026-08-29T04:10:11.681Z Compiling thiserror v2.0.18
4352026-08-29T04:10:11.765Z Compiling pretty-hex v0.4.1
4362026-08-29T04:10:11.801Z Compiling pest_generator v2.8.6
4372026-08-29T04:10:11.824Z Compiling anstyle-query v1.1.5
4382026-08-29T04:10:11.859Z Compiling cfg-if v1.0.4
4392026-08-29T04:10:11.906Z Compiling winnow v0.7.14
4402026-08-29T04:10:11.952Z Compiling anstream v1.0.0
4412026-08-29T04:10:11.967Z Compiling fs-err v3.3.0
4422026-08-29T04:10:12.158Z Compiling fastrand v2.3.0
4432026-08-29T04:10:12.231Z Compiling clap_lex v1.0.0
4442026-08-29T04:10:12.231Z Compiling heck v0.5.0
4452026-08-29T04:10:12.442Z Compiling heck v0.4.1
4462026-08-29T04:10:12.466Z Compiling fnv v1.0.7
4472026-08-29T04:10:12.483Z Compiling once_cell v1.21.3
4482026-08-29T04:10:12.500Z Compiling anyhow v1.0.104
4492026-08-29T04:10:12.570Z Compiling strsim v0.11.1
4502026-08-29T04:10:12.573Z Compiling bytecount v0.6.9
4512026-08-29T04:10:12.667Z Compiling unicode-width v0.1.14
4522026-08-29T04:10:12.700Z Compiling tempfile v3.27.0
4532026-08-29T04:10:12.828Z Compiling clap_builder v4.6.0
4542026-08-29T04:10:12.915Z Compiling papergrid v0.11.0
4552026-08-29T04:10:12.939Z Compiling semver v1.0.28
4562026-08-29T04:10:13.020Z Compiling cargo-platform v0.3.2
4572026-08-29T04:10:13.069Z Compiling memmap v0.7.0
4582026-08-29T04:10:13.145Z Compiling tabled_derive v0.7.0
4592026-08-29T04:10:13.255Z Compiling unicode-width v0.2.0
4602026-08-29T04:10:13.272Z Compiling smawk v0.3.2
4612026-08-29T04:10:13.315Z Compiling unicode-linebreak v0.1.5
4622026-08-29T04:10:13.465Z Compiling camino-tempfile v1.4.1
4632026-08-29T04:10:13.501Z Compiling serde_derive v1.0.228
4642026-08-29T04:10:13.543Z Compiling thiserror-impl v1.0.69
4652026-08-29T04:10:13.582Z Compiling zerocopy-derive v0.7.35
4662026-08-29T04:10:13.697Z Compiling pest_derive v2.8.6
4672026-08-29T04:10:13.776Z Compiling scroll_derive v0.12.1
4682026-08-29T04:10:14.124Z Compiling thiserror-impl v2.0.18
4692026-08-29T04:10:14.149Z Compiling clap_derive v4.6.1
4702026-08-29T04:10:14.400Z Compiling tabled v0.15.0
4712026-08-29T04:10:14.454Z Compiling scroll v0.12.0
4722026-08-29T04:10:14.470Z Compiling zerocopy v0.7.35
4732026-08-29T04:10:14.738Z Compiling goblin v0.8.2
4742026-08-29T04:10:14.924Z Compiling dtrace-parser v0.2.0
4752026-08-29T04:10:15.088Z Compiling textwrap v0.16.2
4762026-08-29T04:10:15.654Z Compiling swrite v0.1.0
4772026-08-29T04:10:15.941Z Compiling clap v4.6.1
4782026-08-29T04:10:16.602Z Compiling toml_datetime v0.6.11
4792026-08-29T04:10:16.602Z Compiling serde_spanned v0.6.9
4802026-08-29T04:10:16.608Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-08-29T04:10:16.608Z Compiling cargo_metadata v0.23.1
4822026-08-29T04:10:16.608Z Compiling macaddr v1.0.1
4832026-08-29T04:10:16.677Z Compiling dof v0.3.0
4842026-08-29T04:10:16.691Z Compiling serde_tokenstream v0.2.3
4852026-08-29T04:10:16.819Z Compiling toml_edit v0.22.27
4862026-08-29T04:10:17.474Z Compiling usdt-attr-macro v0.5.0
4872026-08-29T04:10:17.474Z Compiling usdt-macro v0.5.0
4882026-08-29T04:10:18.063Z Compiling usdt v0.5.0
4892026-08-29T04:10:18.147Z Compiling toml v0.8.23
4902026-08-29T04:10:18.527Z Compiling cargo_toml v0.21.0
4912026-08-29T04:10:19.813Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-29T04:10:21.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.20s
4932026-08-29T04:10:22.028Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-29T04:10:22.543Z Downloading crates ...
4952026-08-29T04:10:22.593Z Downloaded adler2 v2.0.1
4962026-08-29T04:10:22.606Z Downloaded addr2line v0.25.1
4972026-08-29T04:10:22.611Z Downloaded aead v0.5.2
4982026-08-29T04:10:22.611Z Downloaded async-compression v0.4.41
4992026-08-29T04:10:22.611Z Downloaded arrayref v0.3.9
5002026-08-29T04:10:22.611Z Downloaded castaway v0.2.4
5012026-08-29T04:10:22.626Z Downloaded ff v0.13.1
5022026-08-29T04:10:22.648Z Downloaded enum_dispatch v0.3.13
5032026-08-29T04:10:22.649Z Downloaded headers-core v0.3.0
5042026-08-29T04:10:22.649Z Downloaded foldhash v0.1.5
5052026-08-29T04:10:22.649Z Downloaded filetime v0.2.27
5062026-08-29T04:10:22.649Z Downloaded fs_extra v1.3.0
5072026-08-29T04:10:22.656Z Downloaded embedded-io v0.4.0
5082026-08-29T04:10:22.656Z Downloaded fixedbitset v0.5.7
5092026-08-29T04:10:22.656Z Downloaded bzip2 v0.6.1
5102026-08-29T04:10:22.656Z Downloaded foreign-types v0.5.0
5112026-08-29T04:10:22.656Z Downloaded float-cmp v0.10.0
5122026-08-29T04:10:22.656Z Downloaded float-ord v0.3.2
5132026-08-29T04:10:22.656Z Downloaded colored v2.2.0
5142026-08-29T04:10:22.656Z Downloaded group v0.14.0
5152026-08-29T04:10:22.656Z Downloaded argon2 v0.5.3
5162026-08-29T04:10:22.656Z Downloaded foreign-types-shared v0.1.1
5172026-08-29T04:10:22.656Z Downloaded gethostname v0.5.0
5182026-08-29T04:10:22.657Z Downloaded globwalk v0.9.1
5192026-08-29T04:10:22.657Z Downloaded fallible-iterator v0.2.0
5202026-08-29T04:10:22.661Z Downloaded fd-lock v4.0.4
5212026-08-29T04:10:22.661Z Downloaded base16ct v0.2.0
5222026-08-29T04:10:22.661Z Downloaded hmac v0.13.0
5232026-08-29T04:10:22.661Z Downloaded httparse v1.10.1
5242026-08-29T04:10:22.665Z Downloaded fixedbitset v0.4.2
5252026-08-29T04:10:22.665Z Downloaded async-recursion v1.1.1
5262026-08-29T04:10:22.665Z Downloaded bitfield-macros v0.19.4
5272026-08-29T04:10:22.665Z Downloaded foldhash v0.2.0
5282026-08-29T04:10:22.670Z Downloaded foreign-types v0.3.2
5292026-08-29T04:10:22.670Z Downloaded foreign-types-macros v0.2.3
5302026-08-29T04:10:22.670Z Downloaded bcrypt-pbkdf v0.11.0
5312026-08-29T04:10:22.670Z Downloaded erased-serde v0.3.31
5322026-08-29T04:10:22.672Z Downloaded git-stub v1.0.0
5332026-08-29T04:10:22.672Z Downloaded bb8 v0.8.6
5342026-08-29T04:10:22.672Z Downloaded cobs v0.3.0
5352026-08-29T04:10:22.676Z Downloaded ascii-canvas v3.0.0
5362026-08-29T04:10:22.677Z Downloaded enum-as-inner v0.6.1
5372026-08-29T04:10:22.680Z Downloaded futures-channel v0.3.32
5382026-08-29T04:10:22.683Z Downloaded bit-set v0.5.3
5392026-08-29T04:10:22.683Z Downloaded block-padding v0.4.2
5402026-08-29T04:10:22.683Z Downloaded cfg_aliases v0.2.1
5412026-08-29T04:10:22.683Z Downloaded futures-task v0.3.32
5422026-08-29T04:10:22.688Z Downloaded env_filter v2.0.0
5432026-08-29T04:10:22.689Z Downloaded endian-type v0.1.2
5442026-08-29T04:10:22.696Z Downloaded atty v0.2.14
5452026-08-29T04:10:22.697Z Downloaded bitfield-struct v0.6.2
5462026-08-29T04:10:22.697Z Downloaded ciborium-ll v0.2.2
5472026-08-29T04:10:22.697Z Downloaded funty v2.0.0
5482026-08-29T04:10:22.697Z Downloaded atomicwrites v0.4.4
5492026-08-29T04:10:22.697Z Downloaded flagset v0.4.7
5502026-08-29T04:10:22.697Z Downloaded embedded-io v0.6.1
5512026-08-29T04:10:22.697Z Downloaded ena v0.14.4
5522026-08-29T04:10:22.701Z Downloaded ff v0.14.0
5532026-08-29T04:10:22.701Z Downloaded assert_matches v1.5.0
5542026-08-29T04:10:22.701Z Downloaded const-oid v0.10.2
5552026-08-29T04:10:22.701Z Downloaded headers v0.4.1
5562026-08-29T04:10:22.701Z Downloaded form_urlencoded v1.2.2
5572026-08-29T04:10:22.701Z Downloaded futures-core v0.3.32
5582026-08-29T04:10:22.708Z Downloaded backtrace-ext v0.2.1
5592026-08-29T04:10:22.708Z Downloaded base16ct v1.0.0
5602026-08-29T04:10:22.708Z Downloaded async-stream-impl v0.3.6
5612026-08-29T04:10:22.708Z Downloaded futures-sink v0.3.32
5622026-08-29T04:10:22.730Z Downloaded aead v0.6.1
5632026-08-29T04:10:22.731Z Downloaded fxhash v0.2.1
5642026-08-29T04:10:22.731Z Downloaded hostname v0.4.2
5652026-08-29T04:10:22.731Z Downloaded futures-macro v0.3.32
5662026-08-29T04:10:22.731Z Downloaded cfg_aliases v0.1.1
5672026-08-29T04:10:22.731Z Downloaded nodrop v0.1.14
5682026-08-29T04:10:22.731Z Downloaded foreign-types-shared v0.3.1
5692026-08-29T04:10:22.732Z Downloaded hostname v0.3.1
5702026-08-29T04:10:22.733Z Downloaded futures-io v0.3.32
5712026-08-29T04:10:22.733Z Downloaded async-stream v0.3.6
5722026-08-29T04:10:22.733Z Downloaded hex v0.4.3
5732026-08-29T04:10:22.733Z Downloaded hash32 v0.3.1
5742026-08-29T04:10:22.733Z Downloaded home v0.5.12
5752026-08-29T04:10:22.733Z Downloaded hubpack_derive v0.1.1
5762026-08-29T04:10:22.733Z Downloaded normalize-line-endings v0.3.0
5772026-08-29T04:10:22.733Z Downloaded bit-set v0.8.0
5782026-08-29T04:10:22.741Z Downloaded httpdate v1.0.3
5792026-08-29T04:10:22.741Z Downloaded ghash v0.6.0
5802026-08-29T04:10:22.741Z Downloaded http-range v0.1.5
5812026-08-29T04:10:22.741Z Downloaded num_threads v0.1.7
5822026-08-29T04:10:22.741Z Downloaded ciborium-io v0.2.2
5832026-08-29T04:10:22.741Z Downloaded http-body v1.0.1
5842026-08-29T04:10:22.741Z Downloaded getrandom v0.3.4
5852026-08-29T04:10:22.741Z Downloaded env_logger v0.11.11
5862026-08-29T04:10:22.741Z Downloaded fs-err v2.11.0
5872026-08-29T04:10:22.741Z Downloaded atomic-waker v1.1.2
5882026-08-29T04:10:22.741Z Downloaded hash32 v0.2.1
5892026-08-29T04:10:22.747Z Downloaded array-init v0.0.4
5902026-08-29T04:10:22.747Z Downloaded block-buffer v0.12.1
5912026-08-29T04:10:22.756Z Downloaded compression-core v0.4.31
5922026-08-29T04:10:22.780Z Downloaded nibble_vec v0.1.0
5932026-08-29T04:10:22.780Z Downloaded openssl-macros v0.1.1
5942026-08-29T04:10:22.780Z Downloaded percent-encoding v2.3.2
5952026-08-29T04:10:22.780Z Downloaded phf_shared v0.13.1
5962026-08-29T04:10:22.780Z Downloaded predicates-core v1.0.10
5972026-08-29T04:10:22.780Z Downloaded bit-vec v0.8.0
5982026-08-29T04:10:22.780Z Downloaded buf-list v1.1.2
5992026-08-29T04:10:22.780Z Downloaded cmov v0.5.4
6002026-08-29T04:10:22.780Z Downloaded byte-wrapper v0.1.0
6012026-08-29T04:10:22.780Z Downloaded cipher v0.5.2
6022026-08-29T04:10:22.784Z Downloaded hex-literal v1.1.0
6032026-08-29T04:10:22.785Z Downloaded proc-macro-crate v1.3.1
6042026-08-29T04:10:22.786Z Downloaded rand_chacha v0.3.1
6052026-08-29T04:10:22.786Z Downloaded find-msvc-tools v0.1.9
6062026-08-29T04:10:22.786Z Downloaded anstyle-parse v0.2.7
6072026-08-29T04:10:22.786Z Downloaded http-body-util v0.1.3
6082026-08-29T04:10:22.786Z Downloaded bit-vec v0.6.3
6092026-08-29T04:10:22.786Z Downloaded cassowary v0.3.0
6102026-08-29T04:10:22.786Z Downloaded glob v0.3.3
6112026-08-29T04:10:22.786Z Downloaded hubpack v0.1.2
6122026-08-29T04:10:22.786Z Downloaded group v0.13.0
6132026-08-29T04:10:22.794Z Downloaded powerfmt v0.2.0
6142026-08-29T04:10:22.795Z Downloaded rand_xorshift v0.4.0
6152026-08-29T04:10:22.795Z Downloaded radium v0.7.0
6162026-08-29T04:10:22.799Z Downloaded recursive-proc-macro-impl v0.1.1
6172026-08-29T04:10:22.800Z Downloaded serde-big-array v0.5.1
6182026-08-29T04:10:22.800Z Downloaded rfc6979 v0.4.0
6192026-08-29T04:10:22.800Z Downloaded base64ct v1.8.3
6202026-08-29T04:10:22.801Z Downloaded bitfield v0.19.4
6212026-08-29T04:10:22.801Z Downloaded blowfish v0.10.0
6222026-08-29T04:10:22.801Z Downloaded bs58 v0.5.1
6232026-08-29T04:10:22.801Z Downloaded newline-converter v0.3.0
6242026-08-29T04:10:22.810Z Downloaded bitflags v1.3.2
6252026-08-29T04:10:22.810Z Downloaded futures-executor v0.3.32
6262026-08-29T04:10:22.810Z Downloaded getrandom v0.2.17
6272026-08-29T04:10:22.810Z Downloaded highway v1.3.0
6282026-08-29T04:10:22.818Z Downloaded num_enum v0.5.11
6292026-08-29T04:10:22.818Z Downloaded anstream v0.6.21
6302026-08-29T04:10:22.819Z Downloaded rustc-hash v2.1.1
6312026-08-29T04:10:22.819Z Downloaded chacha20 v0.9.1
6322026-08-29T04:10:22.819Z Downloaded compression-codecs v0.4.37
6332026-08-29T04:10:22.819Z Downloaded cmake v0.1.57
6342026-08-29T04:10:22.819Z Downloaded oxnet v0.1.6
6352026-08-29T04:10:22.819Z Downloaded serde_plain v1.0.2
6362026-08-29T04:10:22.819Z Downloaded scopeguard v1.2.0
6372026-08-29T04:10:22.819Z Downloaded cbc v0.2.1
6382026-08-29T04:10:22.835Z Downloaded cexpr v0.6.0
6392026-08-29T04:10:22.835Z Downloaded git-stub-vcs v0.1.0
6402026-08-29T04:10:22.835Z Downloaded parse-display-derive v0.10.0
6412026-08-29T04:10:22.835Z Downloaded siphasher v1.0.2
6422026-08-29T04:10:22.835Z Downloaded secrecy v0.10.3
6432026-08-29T04:10:22.836Z Downloaded supports-hyperlinks v3.2.0
6442026-08-29T04:10:22.836Z Downloaded allocator-api2 v0.2.21
6452026-08-29T04:10:22.836Z Downloaded sqlparser_derive v0.5.0
6462026-08-29T04:10:22.836Z Downloaded subtle v2.6.1
6472026-08-29T04:10:22.836Z Downloaded blake2 v0.10.6
6482026-08-29T04:10:22.836Z Downloaded cipher v0.4.4
6492026-08-29T04:10:22.836Z Downloaded tap v1.0.1
6502026-08-29T04:10:22.836Z Downloaded try-lock v0.2.5
6512026-08-29T04:10:22.836Z Downloaded backoff v0.4.0
6522026-08-29T04:10:22.849Z Downloaded tokio-macros v2.7.0
6532026-08-29T04:10:22.849Z Downloaded supports-unicode v3.0.0
6542026-08-29T04:10:22.850Z Downloaded arrayvec v0.7.6
6552026-08-29T04:10:22.850Z Downloaded slog-envlogger v2.2.0
6562026-08-29T04:10:22.856Z Downloaded async-bb8-diesel v0.2.1
6572026-08-29T04:10:22.856Z Downloaded console v0.16.2
6582026-08-29T04:10:22.857Z Downloaded ahash v0.8.12
6592026-08-29T04:10:22.857Z Downloaded blake3 v1.8.5
6602026-08-29T04:10:22.857Z Downloaded polyval v0.7.1
6612026-08-29T04:10:22.857Z Downloaded globset v0.4.18
6622026-08-29T04:10:22.857Z Downloaded pem v3.0.6
6632026-08-29T04:10:22.857Z Downloaded progenitor v0.13.0
6642026-08-29T04:10:22.857Z Downloaded half v1.8.3
6652026-08-29T04:10:22.867Z Downloaded progenitor-client v0.14.0
6662026-08-29T04:10:22.867Z Downloaded take_mut v0.2.2
6672026-08-29T04:10:22.867Z Downloaded structmeta v0.3.0
6682026-08-29T04:10:22.867Z Downloaded async-trait v0.1.89
6692026-08-29T04:10:22.893Z Downloaded progenitor v0.14.0
6702026-08-29T04:10:22.894Z Downloaded progenitor-client v0.13.0
6712026-08-29T04:10:22.894Z Downloaded rpassword v7.5.4
6722026-08-29T04:10:22.894Z Downloaded argon2 v0.6.0-rc.8
6732026-08-29T04:10:22.894Z Downloaded ciborium v0.2.2
6742026-08-29T04:10:22.894Z Downloaded console v0.15.11
6752026-08-29T04:10:22.894Z Downloaded bcs v0.1.6
6762026-08-29T04:10:22.894Z Downloaded flate2 v1.1.9
6772026-08-29T04:10:22.894Z Downloaded backon v1.6.0
6782026-08-29T04:10:22.894Z Downloaded bzip2 v0.4.4
6792026-08-29T04:10:22.894Z Downloaded hmac v0.12.1
6802026-08-29T04:10:22.894Z Downloaded pkcs1 v0.8.0-rc.4
6812026-08-29T04:10:22.894Z Downloaded camino-tempfile-ext v0.3.3
6822026-08-29T04:10:22.894Z Downloaded cancel-safe-futures v0.1.5
6832026-08-29T04:10:22.918Z Downloaded colored v3.1.1
6842026-08-29T04:10:22.918Z Downloaded parking_lot v0.11.2
6852026-08-29T04:10:22.918Z Downloaded pbkdf2 v0.13.0
6862026-08-29T04:10:22.918Z Downloaded elliptic-curve v0.14.1
6872026-08-29T04:10:22.919Z Downloaded stable_deref_trait v1.2.1
6882026-08-29T04:10:22.919Z Downloaded string_cache v0.8.9
6892026-08-29T04:10:22.919Z Downloaded phf v0.12.1
6902026-08-29T04:10:22.919Z Downloaded utf-8 v0.7.6
6912026-08-29T04:10:22.919Z Downloaded usdt v0.6.0
6922026-08-29T04:10:22.919Z Downloaded want v0.3.1
6932026-08-29T04:10:22.920Z Downloaded xshell-macros v0.2.7
6942026-08-29T04:10:22.921Z Downloaded cpubits v0.1.1
6952026-08-29T04:10:22.921Z Downloaded cstr-argument v0.1.2
6962026-08-29T04:10:22.921Z Downloaded curve25519-dalek-derive v0.1.1
6972026-08-29T04:10:22.921Z Downloaded utf8_iter v1.0.4
6982026-08-29T04:10:22.921Z Downloaded zerofrom-derive v0.1.6
6992026-08-29T04:10:22.921Z Downloaded zerofrom v0.1.6
7002026-08-29T04:10:22.921Z Downloaded zone_cfg_derive v0.3.1
7012026-08-29T04:10:22.922Z Downloaded convert_case v0.4.0
7022026-08-29T04:10:22.922Z Downloaded thread_local v1.1.9
7032026-08-29T04:10:22.922Z Downloaded serde_path_to_error v0.1.20
7042026-08-29T04:10:22.922Z Downloaded serdect v0.4.3
7052026-08-29T04:10:22.934Z Downloaded shlex v1.3.0
7062026-08-29T04:10:22.934Z Downloaded structmeta-derive v0.3.0
7072026-08-29T04:10:22.934Z Downloaded slog-term v2.9.2
7082026-08-29T04:10:22.934Z Downloaded unarray v0.1.4
7092026-08-29T04:10:22.934Z Downloaded tokio-native-tls v0.3.1
7102026-08-29T04:10:22.934Z Downloaded const-oid v0.9.6
7112026-08-29T04:10:22.934Z Downloaded darling_macro v0.20.11
7122026-08-29T04:10:22.934Z Downloaded derive_builder_macro v0.20.2
7132026-08-29T04:10:22.934Z Downloaded crunchy v0.2.4
7142026-08-29T04:10:22.934Z Downloaded difflib v0.4.0
7152026-08-29T04:10:22.934Z Downloaded downcast-rs v2.0.2
7162026-08-29T04:10:22.934Z Downloaded arc-swap v1.8.2
7172026-08-29T04:10:22.934Z Downloaded debug-ignore v1.0.5
7182026-08-29T04:10:22.936Z Downloaded defmt v0.3.100
7192026-08-29T04:10:22.936Z Downloaded fatfs v0.3.6
7202026-08-29T04:10:22.936Z Downloaded generic-array v1.4.3
7212026-08-29T04:10:22.936Z Downloaded pkcs1 v0.7.5
7222026-08-29T04:10:22.936Z Downloaded poly1305 v0.9.0
7232026-08-29T04:10:22.936Z Downloaded futures v0.3.32
7242026-08-29T04:10:22.937Z Downloaded proc-macro-error2 v2.0.1
7252026-08-29T04:10:22.937Z Downloaded serde_with_macros v1.5.2
7262026-08-29T04:10:22.937Z Downloaded unit-prefix v0.5.2
7272026-08-29T04:10:22.937Z Downloaded dof v0.4.0
7282026-08-29T04:10:22.937Z Downloaded hyper-tls v0.6.0
7292026-08-29T04:10:22.937Z Downloaded illumos-nvpair-sys v0.2.0
7302026-08-29T04:10:22.950Z Downloaded inout v0.2.2
7312026-08-29T04:10:22.950Z Downloaded lru-slab v0.1.2
7322026-08-29T04:10:22.950Z Downloaded expectorate v1.2.0
7332026-08-29T04:10:22.950Z Downloaded flume v0.11.1
7342026-08-29T04:10:22.950Z Downloaded wyz v0.5.1
7352026-08-29T04:10:22.950Z Downloaded kem v0.3.0
7362026-08-29T04:10:22.967Z Downloaded blake2 v0.11.0-rc.6
7372026-08-29T04:10:22.967Z Downloaded tls_codec v0.4.2
7382026-08-29T04:10:22.967Z Downloaded is_ci v1.2.0
7392026-08-29T04:10:22.967Z Downloaded chacha20 v0.10.0
7402026-08-29T04:10:22.967Z Downloaded num-iter v0.1.45
7412026-08-29T04:10:22.967Z Downloaded whoami v1.6.1
7422026-08-29T04:10:22.967Z Downloaded openssl-probe v0.1.6
7432026-08-29T04:10:22.967Z Downloaded oso v0.27.3
7442026-08-29T04:10:22.967Z Downloaded vergen-lib v9.1.0
7452026-08-29T04:10:22.967Z Downloaded vergen-lib v0.1.6
7462026-08-29T04:10:22.967Z Downloaded half v2.7.1
7472026-08-29T04:10:22.973Z Downloaded omicron-zone-package v0.12.3
7482026-08-29T04:10:22.974Z Downloaded mime v0.3.17
7492026-08-29T04:10:22.974Z Downloaded num_enum_derive v0.5.11
7502026-08-29T04:10:22.974Z Downloaded compact_str v0.8.1
7512026-08-29T04:10:22.974Z Downloaded clang-sys v1.8.1
7522026-08-29T04:10:22.974Z Downloaded corncobs v0.1.4
7532026-08-29T04:10:22.974Z Downloaded term v0.7.0
7542026-08-29T04:10:22.974Z Downloaded critical-section v1.2.0
7552026-08-29T04:10:22.974Z Downloaded base64 v0.22.1
7562026-08-29T04:10:22.974Z Downloaded chacha20poly1305 v0.10.1
7572026-08-29T04:10:22.974Z Downloaded chumsky v0.9.3
7582026-08-29T04:10:22.974Z Downloaded bytes v1.11.1
7592026-08-29T04:10:22.974Z Downloaded password-hash v0.6.1
7602026-08-29T04:10:22.984Z Downloaded daft v0.1.8
7612026-08-29T04:10:22.995Z Downloaded openssl-sys v0.9.117
7622026-08-29T04:10:22.995Z Downloaded papergrid v0.18.0
7632026-08-29T04:10:22.995Z Downloaded precomputed-hash v0.1.1
7642026-08-29T04:10:22.995Z Downloaded proc-macro-crate v3.4.0
7652026-08-29T04:10:23.009Z Downloaded rustls-platform-verifier v0.6.2
7662026-08-29T04:10:23.009Z Downloaded signal-hook v0.3.18
7672026-08-29T04:10:23.009Z Downloaded humantime v2.3.0
7682026-08-29T04:10:23.009Z Downloaded heapless v0.8.0
7692026-08-29T04:10:23.017Z Downloaded ref-cast-impl v1.0.25
7702026-08-29T04:10:23.021Z Downloaded psl-types v2.0.11
7712026-08-29T04:10:23.021Z Downloaded russh-cryptovec v0.62.0
7722026-08-29T04:10:23.021Z Downloaded russh-util v0.52.0
7732026-08-29T04:10:23.021Z Downloaded rustc_version v0.1.7
7742026-08-29T04:10:23.021Z Downloaded match_cfg v0.1.0
7752026-08-29T04:10:23.021Z Downloaded linear-map v1.2.0
7762026-08-29T04:10:23.021Z Downloaded proc-macro-error-attr2 v2.0.0
7772026-08-29T04:10:23.021Z Downloaded sponge-cursor v0.1.0
7782026-08-29T04:10:23.021Z Downloaded salsa20 v0.11.0
7792026-08-29T04:10:23.021Z Downloaded signature v2.2.0
7802026-08-29T04:10:23.029Z Downloaded hashbrown v0.15.5
7812026-08-29T04:10:23.034Z Downloaded num-complex v0.4.6
7822026-08-29T04:10:23.034Z Downloaded oxide-update-engine-types v0.1.2
7832026-08-29T04:10:23.034Z Downloaded socket2 v0.5.10
7842026-08-29T04:10:23.034Z Downloaded libefi-sys v0.1.0
7852026-08-29T04:10:23.034Z Downloaded ref-cast v1.0.25
7862026-08-29T04:10:23.040Z Downloaded scheduled-thread-pool v0.2.7
7872026-08-29T04:10:23.040Z Downloaded socket2 v0.6.3
7882026-08-29T04:10:23.040Z Downloaded base64 v0.21.7
7892026-08-29T04:10:23.040Z Downloaded oxide-generation v0.1.3
7902026-08-29T04:10:23.045Z Downloaded postgres-protocol v0.6.10
7912026-08-29T04:10:23.045Z Downloaded serde_spanned v1.1.1
7922026-08-29T04:10:23.045Z Downloaded ar_archive_writer v0.5.1
7932026-08-29T04:10:23.045Z Downloaded signal-hook-tokio v0.3.1
7942026-08-29T04:10:23.045Z Downloaded serde_repr v0.1.20
7952026-08-29T04:10:23.049Z Downloaded termtree v0.5.1
7962026-08-29T04:10:23.056Z Downloaded time-core v0.1.8
7972026-08-29T04:10:23.056Z Downloaded tower-layer v0.3.3
7982026-08-29T04:10:23.056Z Downloaded usdt-attr-macro v0.6.0
7992026-08-29T04:10:23.056Z Downloaded void v1.0.2
8002026-08-29T04:10:23.056Z Downloaded digest v0.11.3
8012026-08-29T04:10:23.056Z Downloaded trait-variant v0.1.2
8022026-08-29T04:10:23.056Z Downloaded toml v1.1.2+spec-1.1.0
8032026-08-29T04:10:23.065Z Downloaded ecdsa v0.17.0
8042026-08-29T04:10:23.065Z Downloaded num_enum_derive v0.7.6
8052026-08-29T04:10:23.065Z Downloaded parking_lot_core v0.8.6
8062026-08-29T04:10:23.065Z Downloaded pem-rfc7468 v1.0.0
8072026-08-29T04:10:23.065Z Downloaded hickory-resolver v0.25.2
8082026-08-29T04:10:23.071Z Downloaded prettyplease v0.2.37
8092026-08-29T04:10:23.071Z Downloaded ryu v1.0.23
8102026-08-29T04:10:23.071Z Downloaded rand_seeder v0.4.0
8112026-08-29T04:10:23.081Z Downloaded hickory-resolver v0.24.4
8122026-08-29T04:10:23.087Z Downloaded ipnet v2.12.0
8132026-08-29T04:10:23.087Z Downloaded pkg-config v0.3.32
8142026-08-29T04:10:23.087Z Downloaded predicates v3.1.4
8152026-08-29T04:10:23.087Z Downloaded psm v0.1.30
8162026-08-29T04:10:23.087Z Downloaded password-hash v0.5.0
8172026-08-29T04:10:23.087Z Downloaded cpufeatures v0.3.0
8182026-08-29T04:10:23.087Z Downloaded darling_macro v0.13.4
8192026-08-29T04:10:23.087Z Downloaded dirs-next v2.0.0
8202026-08-29T04:10:23.087Z Downloaded digest-io v0.1.0
8212026-08-29T04:10:23.091Z Downloaded rand_chacha v0.9.0
8222026-08-29T04:10:23.100Z Downloaded ingot-macros v0.2.0
8232026-08-29T04:10:23.120Z Downloaded memmap2 v0.9.10
8242026-08-29T04:10:23.120Z Downloaded serde_derive_internals v0.29.1
8252026-08-29T04:10:23.120Z Downloaded toml v0.7.8
8262026-08-29T04:10:23.128Z Downloaded unicode-properties v0.1.4
8272026-08-29T04:10:23.128Z Downloaded rayon-core v1.13.0
8282026-08-29T04:10:23.128Z Downloaded sec1 v0.7.3
8292026-08-29T04:10:23.128Z Downloaded sec1 v0.8.1
8302026-08-29T04:10:23.128Z Downloaded tiny-keccak v2.0.2
8312026-08-29T04:10:23.128Z Downloaded toml_writer v1.1.1+spec-1.1.0
8322026-08-29T04:10:23.129Z Downloaded bumpalo v3.20.2
8332026-08-29T04:10:23.130Z Downloaded time-macros v0.2.27
8342026-08-29T04:10:23.130Z Downloaded tar v0.4.46
8352026-08-29T04:10:23.130Z Downloaded signal-hook-registry v1.4.8
8362026-08-29T04:10:23.130Z Downloaded drift v0.2.0
8372026-08-29T04:10:23.130Z Downloaded dunce v1.0.5
8382026-08-29T04:10:23.130Z Downloaded slog-async v2.8.0
8392026-08-29T04:10:23.130Z Downloaded indent_write v2.2.0
8402026-08-29T04:10:23.130Z Downloaded module-lattice v0.2.3
8412026-08-29T04:10:23.135Z Downloaded rustc-demangle v0.1.27
8422026-08-29T04:10:23.135Z Downloaded tinystr v0.8.2
8432026-08-29T04:10:23.135Z Downloaded ml-kem v0.3.2
8442026-08-29T04:10:23.135Z Downloaded ssh-encoding v0.3.0
8452026-08-29T04:10:23.135Z Downloaded stringprep v0.1.5
8462026-08-29T04:10:23.135Z Downloaded vergen-gitcl v1.0.8
8472026-08-29T04:10:23.135Z Downloaded termios v0.3.3
8482026-08-29T04:10:23.135Z Downloaded unicase v2.9.0
8492026-08-29T04:10:23.135Z Downloaded oxide-update-engine-display v0.1.2
8502026-08-29T04:10:23.154Z Downloaded lazy_static v1.5.0
8512026-08-29T04:10:23.154Z Downloaded lalrpop-util v0.19.12
8522026-08-29T04:10:23.154Z Downloaded newtype-uuid-macros v0.1.0
8532026-08-29T04:10:23.155Z Downloaded writeable v0.6.2
8542026-08-29T04:10:23.155Z Downloaded kstat-rs v0.2.5
8552026-08-29T04:10:23.155Z Downloaded lru-cache v0.1.2
8562026-08-29T04:10:23.155Z Downloaded maybe-uninit v2.0.0
8572026-08-29T04:10:23.155Z Downloaded openssl-probe v0.2.1
8582026-08-29T04:10:23.283Z Downloaded pin-project-internal v1.1.11
8592026-08-29T04:10:23.283Z Downloaded rsa v0.9.10
8602026-08-29T04:10:23.283Z Downloaded scuffle v0.1.0
8612026-08-29T04:10:23.283Z Downloaded constant_time_eq v0.4.2
8622026-08-29T04:10:23.283Z Downloaded zstd v0.13.3
8632026-08-29T04:10:23.283Z Downloaded crc v3.4.0
8642026-08-29T04:10:23.283Z Downloaded heapless v0.7.17
8652026-08-29T04:10:23.283Z Downloaded csv-core v0.1.13
8662026-08-29T04:10:23.283Z Downloaded ctr v0.10.1
8672026-08-29T04:10:23.284Z Downloaded num-conv v0.2.0
8682026-08-29T04:10:23.284Z Downloaded quinn-udp v0.5.14
8692026-08-29T04:10:23.284Z Downloaded oxide-generation-macros v0.2.0
8702026-08-29T04:10:23.284Z Downloaded der_derive v0.7.3
8712026-08-29T04:10:23.284Z Downloaded path-slash v0.1.5
8722026-08-29T04:10:23.284Z Downloaded recursive v0.1.1
8732026-08-29T04:10:23.284Z Downloaded similar v2.7.0
8742026-08-29T04:10:23.284Z Downloaded delegate v0.13.5
8752026-08-29T04:10:23.284Z Downloaded sapling-renderdag v0.1.0
8762026-08-29T04:10:23.284Z Downloaded smallvec v0.6.14
8772026-08-29T04:10:23.284Z Downloaded yansi v1.0.1
8782026-08-29T04:10:23.284Z Downloaded backtrace v0.3.76
8792026-08-29T04:10:23.295Z Downloaded cc v1.2.56
8802026-08-29T04:10:23.295Z Downloaded num-bigint v0.4.6
8812026-08-29T04:10:23.295Z Downloaded darling_core v0.20.11
8822026-08-29T04:10:23.295Z Downloaded ingot v0.2.1
8832026-08-29T04:10:23.295Z Downloaded ingot-types v0.2.0
8842026-08-29T04:10:23.295Z Downloaded hashbrown v0.12.3
8852026-08-29T04:10:23.295Z Downloaded strum_macros v0.27.2
8862026-08-29T04:10:23.295Z Downloaded hickory-server v0.25.2
8872026-08-29T04:10:23.295Z Downloaded icu_normalizer v2.1.1
8882026-08-29T04:10:23.295Z Downloaded strsim v0.10.0
8892026-08-29T04:10:23.295Z Downloaded icu_locale_core v2.1.1
8902026-08-29T04:10:23.295Z Downloaded tagptr v0.2.0
8912026-08-29T04:10:23.301Z Downloaded num-bigint-dig v0.8.6
8922026-08-29T04:10:23.301Z Downloaded nanorand v0.7.0
8932026-08-29T04:10:23.301Z Downloaded untrusted v0.9.0
8942026-08-29T04:10:23.301Z Downloaded jobserver v0.1.34
8952026-08-29T04:10:23.301Z Downloaded tinyvec_macros v0.1.1
8962026-08-29T04:10:23.301Z Downloaded unicode-xid v0.2.6
8972026-08-29T04:10:23.301Z Downloaded derive_more v0.99.20
8982026-08-29T04:10:23.301Z Downloaded yasna v0.5.2
8992026-08-29T04:10:23.301Z Downloaded olpc-cjson v0.1.4
9002026-08-29T04:10:23.301Z Downloaded tabwriter v1.4.1
9012026-08-29T04:10:23.301Z Downloaded topological-sort v0.2.2
9022026-08-29T04:10:23.301Z Downloaded pin-project v1.1.11
9032026-08-29T04:10:23.301Z Downloaded indicatif v0.18.4
9042026-08-29T04:10:23.301Z Downloaded hkdf v0.13.0
9052026-08-29T04:10:23.308Z Downloaded progenitor-extras v0.2.0
9062026-08-29T04:10:23.315Z Downloaded poly1305 v0.8.0
9072026-08-29T04:10:23.315Z Downloaded primeorder v0.14.0
9082026-08-29T04:10:23.315Z Downloaded iana-time-zone v0.1.65
9092026-08-29T04:10:23.315Z Downloaded ron v0.8.1
9102026-08-29T04:10:23.315Z Downloaded crc8 v0.1.1
9112026-08-29T04:10:23.315Z Downloaded phc v0.6.1
9122026-08-29T04:10:23.315Z Downloaded darling_macro v0.23.0
9132026-08-29T04:10:23.315Z Downloaded defmt-parser v1.0.0
9142026-08-29T04:10:23.315Z Downloaded dirs-sys-next v0.1.2
9152026-08-29T04:10:23.315Z Downloaded pem-rfc7468 v0.7.0
9162026-08-29T04:10:23.315Z Downloaded rand_core v0.6.4
9172026-08-29T04:10:23.315Z Downloaded rustls-pemfile v2.2.0
9182026-08-29T04:10:23.315Z Downloaded unicode_categories v0.1.1
9192026-08-29T04:10:23.315Z Downloaded tinyvec v1.10.0
9202026-08-29T04:10:23.315Z Downloaded tokio-postgres v0.7.16
9212026-08-29T04:10:23.315Z Downloaded crossbeam-channel v0.5.15
9222026-08-29T04:10:23.316Z Downloaded display-error-chain v0.2.2
9232026-08-29T04:10:23.316Z Downloaded dtrace-parser v0.3.0
9242026-08-29T04:10:23.316Z Downloaded idna_adapter v1.2.1
9252026-08-29T04:10:23.316Z Downloaded maplit v1.0.2
9262026-08-29T04:10:23.316Z Downloaded instant v0.1.13
9272026-08-29T04:10:23.316Z Downloaded aes v0.9.1
9282026-08-29T04:10:23.316Z Downloaded hashbrown v0.13.2
9292026-08-29T04:10:23.316Z Downloaded http v1.4.2
9302026-08-29T04:10:23.317Z Downloaded semver v0.1.20
9312026-08-29T04:10:23.317Z Downloaded multimap v0.10.1
9322026-08-29T04:10:23.317Z Downloaded miette-derive v7.6.0
9332026-08-29T04:10:23.317Z Downloaded support-bundle-viewer v0.1.2
9342026-08-29T04:10:23.317Z Downloaded crc-any v2.5.0
9352026-08-29T04:10:23.317Z Downloaded tungstenite v0.23.0
9362026-08-29T04:10:23.317Z Downloaded knus-derive v3.4.0
9372026-08-29T04:10:23.318Z Downloaded slab v0.4.12
9382026-08-29T04:10:23.318Z Downloaded ssh-cipher v0.3.0
9392026-08-29T04:10:23.318Z Downloaded num-rational v0.4.2
9402026-08-29T04:10:23.318Z Downloaded synstructure v0.13.2
9412026-08-29T04:10:23.318Z Downloaded tls_codec_derive v0.4.2
9422026-08-29T04:10:23.318Z Downloaded oso-derive v0.27.3
9432026-08-29T04:10:23.318Z Downloaded unsafe-libyaml v0.2.11
9442026-08-29T04:10:23.318Z Downloaded uuid v1.23.4
9452026-08-29T04:10:23.318Z Downloaded vsss-rs v3.3.4
9462026-08-29T04:10:23.318Z Downloaded der v0.7.10
9472026-08-29T04:10:23.318Z Downloaded uzers v0.12.2
9482026-08-29T04:10:23.332Z Downloaded yoke v0.8.1
9492026-08-29T04:10:23.332Z Downloaded hashbrown v0.14.5
9502026-08-29T04:10:23.357Z Downloaded parking_lot_core v0.9.12
9512026-08-29T04:10:23.357Z Downloaded oxide-tokio-rt v0.1.4
9522026-08-29T04:10:23.357Z Downloaded postgres-types v0.2.12
9532026-08-29T04:10:23.369Z Downloaded rustc_version v0.4.1
9542026-08-29T04:10:23.369Z Downloaded zerocopy-derive v0.8.55
9552026-08-29T04:10:23.369Z Downloaded darling v0.21.3
9562026-08-29T04:10:23.369Z Downloaded peg-runtime v0.8.5
9572026-08-29T04:10:23.369Z Downloaded rfc6979 v0.6.0
9582026-08-29T04:10:23.369Z Downloaded rand v0.10.1
9592026-08-29T04:10:23.370Z Downloaded schemars v0.8.22
9602026-08-29T04:10:23.370Z Downloaded scroll_derive v0.13.1
9612026-08-29T04:10:23.370Z Downloaded smallvec v1.15.1
9622026-08-29T04:10:23.370Z Downloaded spin v0.9.8
9632026-08-29T04:10:23.370Z Downloaded zerovec-derive v0.11.2
9642026-08-29T04:10:23.370Z Downloaded zstd-safe v7.2.4
9652026-08-29T04:10:23.370Z Downloaded dropshot_endpoint v0.17.1
9662026-08-29T04:10:23.371Z Downloaded rustls-pki-types v1.14.0
9672026-08-29T04:10:23.371Z Downloaded snafu v0.8.9
9682026-08-29T04:10:23.376Z Downloaded instability v0.3.11
9692026-08-29T04:10:23.376Z Downloaded ed25519 v3.0.0
9702026-08-29T04:10:23.376Z Downloaded keccak v0.2.0
9712026-08-29T04:10:23.376Z Downloaded libsw v3.5.0
9722026-08-29T04:10:23.376Z Downloaded libsw-core v0.3.2
9732026-08-29T04:10:23.377Z Downloaded scroll v0.13.0
9742026-08-29T04:10:23.386Z Downloaded rustyline v14.0.0
9752026-08-29T04:10:23.386Z Downloaded serde_cbor v0.11.2
9762026-08-29T04:10:23.386Z Downloaded seq-macro v0.3.6
9772026-08-29T04:10:23.386Z Downloaded shell-words v1.1.1
9782026-08-29T04:10:23.386Z Downloaded hashbrown v0.16.1
9792026-08-29T04:10:23.395Z Downloaded toml_parser v1.1.2+spec-1.1.0
9802026-08-29T04:10:23.395Z Downloaded icu_provider v2.1.1
9812026-08-29T04:10:23.395Z Downloaded zeroize_derive v1.5.0
9822026-08-29T04:10:23.395Z Downloaded serde_with_macros v3.21.0
9832026-08-29T04:10:23.395Z Downloaded xattr v1.6.1
9842026-08-29T04:10:23.395Z Downloaded crucible-workspace-hack v0.1.0
9852026-08-29T04:10:23.395Z Downloaded zerotrie v0.2.3
9862026-08-29T04:10:23.395Z Downloaded crypto-common v0.2.2
9872026-08-29T04:10:23.395Z Downloaded mime_guess v2.0.5
9882026-08-29T04:10:23.397Z Downloaded primeorder v0.13.6
9892026-08-29T04:10:23.397Z Downloaded walkdir v2.5.0
9902026-08-29T04:10:23.402Z Downloaded multer v3.1.0
9912026-08-29T04:10:23.402Z Downloaded num-integer v0.1.46
9922026-08-29T04:10:23.403Z Downloaded peg v0.8.5
9932026-08-29T04:10:23.403Z Downloaded tokio-test v0.4.5
9942026-08-29T04:10:23.403Z Downloaded universal-hash v0.5.1
9952026-08-29T04:10:23.403Z Downloaded cookie v0.18.1
9962026-08-29T04:10:23.406Z Downloaded progenitor-impl v0.13.0
9972026-08-29T04:10:23.406Z Downloaded unicode-bidi v0.3.18
9982026-08-29T04:10:23.406Z Downloaded peg-macros v0.8.5
9992026-08-29T04:10:23.407Z Downloaded port-file v0.1.0
10002026-08-29T04:10:23.407Z Downloaded libscf-sys v1.2.0
10012026-08-29T04:10:23.413Z Downloaded darling v0.23.0
10022026-08-29T04:10:23.413Z Downloaded dropshot-api-manager-types v0.8.0
10032026-08-29T04:10:23.413Z Downloaded typed-path v0.9.3
10042026-08-29T04:10:23.413Z Downloaded darling_core v0.23.0
10052026-08-29T04:10:23.417Z Downloaded rusty-fork v0.3.1
10062026-08-29T04:10:23.417Z Downloaded serde-hex v0.1.0
10072026-08-29T04:10:23.421Z Downloaded spki v0.8.0
10082026-08-29T04:10:23.421Z Downloaded stacker v0.1.23
10092026-08-29T04:10:23.421Z Downloaded nonempty v0.12.0
10102026-08-29T04:10:23.421Z Downloaded strum_macros v0.26.4
10112026-08-29T04:10:23.422Z Downloaded serde_yaml v0.9.34+deprecated
10122026-08-29T04:10:23.427Z Downloaded slog-stdlog v4.1.1
10132026-08-29T04:10:23.431Z Downloaded parking_lot v0.12.5
10142026-08-29T04:10:23.438Z Downloaded ppv-lite86 v0.2.21
10152026-08-29T04:10:23.439Z Downloaded slog-dtrace v0.3.0
10162026-08-29T04:10:23.439Z Downloaded strum_macros v0.24.3
10172026-08-29T04:10:23.455Z Downloaded usdt-impl v0.6.0
10182026-08-29T04:10:23.455Z Downloaded zeroize v1.9.0
10192026-08-29T04:10:23.455Z Downloaded futures-util v0.3.32
10202026-08-29T04:10:23.488Z Downloaded crypto-bigint v0.5.5
10212026-08-29T04:10:23.488Z Downloaded parse-size v1.1.0
10222026-08-29T04:10:23.488Z Downloaded parse-display v0.10.0
10232026-08-29T04:10:23.489Z Downloaded slog-bunyan v2.5.0
10242026-08-29T04:10:23.489Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10252026-08-29T04:10:23.489Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10262026-08-29T04:10:23.489Z Downloaded wait-timeout v0.2.1
10272026-08-29T04:10:23.489Z Downloaded data-encoding v2.10.0
10282026-08-29T04:10:23.489Z Downloaded displaydoc v0.2.5
10292026-08-29T04:10:23.489Z Downloaded const_format_proc_macros v0.2.34
10302026-08-29T04:10:23.489Z Downloaded serde_urlencoded v0.7.1
10312026-08-29T04:10:23.489Z Downloaded rtoolbox v0.0.3
10322026-08-29T04:10:23.489Z Downloaded sync-ptr v0.1.4
10332026-08-29T04:10:23.489Z Downloaded prefix-trie v0.7.0
10342026-08-29T04:10:23.493Z Downloaded sync_wrapper v1.0.2
10352026-08-29T04:10:23.494Z Downloaded supports-color v3.0.2
10362026-08-29T04:10:23.494Z Downloaded der v0.8.0
10372026-08-29T04:10:23.505Z Downloaded hyper-staticfile v0.10.1
10382026-08-29T04:10:23.505Z Downloaded usdt-macro v0.6.0
10392026-08-29T04:10:23.505Z Downloaded zone v0.3.1
10402026-08-29T04:10:23.505Z Downloaded ed25519-dalek v3.0.0
10412026-08-29T04:10:23.505Z Downloaded pkcs5 v0.8.1
10422026-08-29T04:10:23.505Z Downloaded rand v0.9.2
10432026-08-29T04:10:23.505Z Downloaded derive-ex v0.1.8
10442026-08-29T04:10:23.505Z Downloaded ed25519 v2.2.3
10452026-08-29T04:10:23.505Z Downloaded either v1.15.0
10462026-08-29T04:10:23.505Z Downloaded illumos-nvpair v0.3.0
10472026-08-29T04:10:23.505Z Downloaded jiff-static v0.2.34
10482026-08-29T04:10:23.505Z Downloaded md-5 v0.10.6
10492026-08-29T04:10:23.505Z Downloaded new_debug_unreachable v1.0.6
10502026-08-29T04:10:23.505Z Downloaded p521 v0.14.0
10512026-08-29T04:10:23.505Z Downloaded derive_builder v0.20.2
10522026-08-29T04:10:23.513Z Downloaded tower-http v0.6.8
10532026-08-29T04:10:23.517Z Downloaded pin-project-lite v0.2.17
10542026-08-29T04:10:23.517Z Downloaded primefield v0.14.0
10552026-08-29T04:10:23.517Z Downloaded mio v1.2.0
10562026-08-29T04:10:23.522Z Downloaded opaque-debug v0.3.1
10572026-08-29T04:10:23.522Z Downloaded r2d2 v0.8.10
10582026-08-29T04:10:23.523Z Downloaded toml_edit v0.23.10+spec-1.0.0
10592026-08-29T04:10:23.523Z Downloaded steno v0.4.1
10602026-08-29T04:10:23.523Z Downloaded hkdf v0.12.4
10612026-08-29T04:10:23.523Z Downloaded ed25519-dalek v2.2.0
10622026-08-29T04:10:23.537Z Downloaded aho-corasick v1.1.4
10632026-08-29T04:10:23.556Z Downloaded progenitor-impl v0.14.0
10642026-08-29T04:10:23.556Z Downloaded rustls-native-certs v0.8.3
10652026-08-29T04:10:23.556Z Downloaded ignore v0.4.25
10662026-08-29T04:10:23.556Z Downloaded smf v0.2.3
10672026-08-29T04:10:23.556Z Downloaded spki v0.7.3
10682026-08-29T04:10:23.556Z Downloaded progenitor-macro v0.13.0
10692026-08-29T04:10:23.556Z Downloaded predicates-tree v1.0.13
10702026-08-29T04:10:23.556Z Downloaded strip-ansi-escapes v0.2.1
10712026-08-29T04:10:23.556Z Downloaded strum v0.26.3
10722026-08-29T04:10:23.556Z Downloaded sha1 v0.10.6
10732026-08-29T04:10:23.556Z Downloaded sha1 v0.11.0
10742026-08-29T04:10:23.556Z Downloaded git2 v0.20.4
10752026-08-29T04:10:23.556Z Downloaded derive_more-impl v2.1.1
10762026-08-29T04:10:23.556Z Downloaded diesel-dtrace v0.5.0
10772026-08-29T04:10:23.562Z Downloaded crc32fast v1.5.0
10782026-08-29T04:10:23.562Z Downloaded vergen-git2 v9.1.0
10792026-08-29T04:10:23.562Z Downloaded nu-ansi-term v0.50.3
10802026-08-29T04:10:23.562Z Downloaded unicode-truncate v1.1.0
10812026-08-29T04:10:23.562Z Downloaded daft-derive v0.1.8
10822026-08-29T04:10:23.562Z Downloaded darling v0.13.4
10832026-08-29T04:10:23.563Z Downloaded tungstenite v0.21.0
10842026-08-29T04:10:23.564Z Downloaded twox-hash v2.1.2
10852026-08-29T04:10:23.586Z Downloaded ecdsa v0.16.9
10862026-08-29T04:10:23.586Z Downloaded impl-trait-for-tuples v0.2.3
10872026-08-29T04:10:23.587Z Downloaded rustversion v1.0.22
10882026-08-29T04:10:23.587Z Downloaded ident_case v1.0.1
10892026-08-29T04:10:23.587Z Downloaded miette v7.6.0
10902026-08-29T04:10:23.587Z Downloaded knus v3.4.0
10912026-08-29T04:10:23.592Z Downloaded aes-gcm v0.11.0
10922026-08-29T04:10:23.592Z Downloaded lock_api v0.4.14
10932026-08-29T04:10:23.592Z Downloaded icu_normalizer_data v2.1.1
10942026-08-29T04:10:23.592Z Downloaded linked-hash-map v0.5.6
10952026-08-29T04:10:23.592Z Downloaded md5 v0.8.0
10962026-08-29T04:10:23.592Z Downloaded memoffset v0.9.1
10972026-08-29T04:10:23.592Z Downloaded progenitor-macro v0.14.0
10982026-08-29T04:10:23.592Z Downloaded test-strategy v0.4.5
10992026-08-29T04:10:23.593Z Downloaded serde_bytes v0.11.19
11002026-08-29T04:10:23.593Z Downloaded litemap v0.8.1
11012026-08-29T04:10:23.598Z Downloaded litrs v1.0.0
11022026-08-29T04:10:23.598Z Downloaded h2 v0.4.15
11032026-08-29T04:10:23.598Z Downloaded native-tls v0.2.18
11042026-08-29T04:10:23.598Z Downloaded internet-checksum v0.2.1
11052026-08-29T04:10:23.602Z Downloaded quick-error v1.2.3
11062026-08-29T04:10:23.602Z Downloaded sigpipe v0.1.3
11072026-08-29T04:10:23.602Z Downloaded static_assertions v1.1.0
11082026-08-29T04:10:23.606Z Downloaded tokio-tungstenite v0.23.1
11092026-08-29T04:10:23.606Z Downloaded testing_table v0.3.0
11102026-08-29T04:10:23.606Z Downloaded universal-hash v0.6.1
11112026-08-29T04:10:23.606Z Downloaded num-traits v0.2.19
11122026-08-29T04:10:23.612Z Downloaded thiserror-impl-no-std v2.0.2
11132026-08-29T04:10:23.612Z Downloaded darling_macro v0.21.3
11142026-08-29T04:10:23.630Z Downloaded phf v0.13.1
11152026-08-29T04:10:23.631Z Downloaded rand_core v0.9.5
11162026-08-29T04:10:23.631Z Downloaded same-file v1.0.6
11172026-08-29T04:10:23.631Z Downloaded vergen v9.1.0
11182026-08-29T04:10:23.631Z Downloaded diesel_derives v2.3.7
11192026-08-29T04:10:23.636Z Downloaded whoami v2.1.0
11202026-08-29T04:10:23.636Z Downloaded vte v0.14.1
11212026-08-29T04:10:23.636Z Downloaded deranged v0.5.8
11222026-08-29T04:10:23.636Z Downloaded dyn-clone v1.0.20
11232026-08-29T04:10:23.636Z Downloaded simd-adler32 v0.3.8
11242026-08-29T04:10:23.636Z Downloaded defmt v1.0.1
11252026-08-29T04:10:23.640Z Downloaded zip v4.6.1
11262026-08-29T04:10:23.643Z Downloaded derive-where v1.6.0
11272026-08-29T04:10:23.643Z Downloaded lru v0.12.5
11282026-08-29T04:10:23.647Z Downloaded waitgroup v0.1.2
11292026-08-29T04:10:23.651Z Downloaded defmt-macros v1.0.1
11302026-08-29T04:10:23.651Z Downloaded signature v3.0.0
11312026-08-29T04:10:23.655Z Downloaded idna v1.1.0
11322026-08-29T04:10:23.659Z Downloaded pkcs8 v0.11.0
11332026-08-29T04:10:23.663Z Downloaded wnaf v0.14.0
11342026-08-29T04:10:23.671Z Downloaded indexmap v1.9.3
11352026-08-29T04:10:23.676Z Downloaded num_enum v0.7.6
11362026-08-29T04:10:23.676Z Downloaded typify v0.6.2
11372026-08-29T04:10:23.682Z Downloaded packed_struct_codegen v0.10.1
11382026-08-29T04:10:23.682Z Downloaded slog-json v2.6.1
11392026-08-29T04:10:23.682Z Downloaded tokio-tungstenite v0.21.0
11402026-08-29T04:10:23.687Z Downloaded tui-tree-widget v0.23.1
11412026-08-29T04:10:23.687Z Downloaded num-derive v0.4.2
11422026-08-29T04:10:23.687Z Downloaded oxide-update-engine v0.1.2
11432026-08-29T04:10:23.687Z Downloaded strum v0.27.2
11442026-08-29T04:10:23.687Z Downloaded convert_case v0.10.0
11452026-08-29T04:10:23.691Z Downloaded rand_core v0.10.0
11462026-08-29T04:10:23.694Z Downloaded rand v0.8.6
11472026-08-29T04:10:23.703Z Downloaded potential_utf v0.1.4
11482026-08-29T04:10:23.703Z Downloaded tower-service v0.3.3
11492026-08-29T04:10:23.703Z Downloaded document-features v0.2.12
11502026-08-29T04:10:23.704Z Downloaded newtype_derive v0.1.6
11512026-08-29T04:10:23.704Z Downloaded ipnetwork v0.21.1
11522026-08-29T04:10:23.709Z Downloaded crossbeam-utils v0.8.21
11532026-08-29T04:10:23.712Z Downloaded slog v2.8.2
11542026-08-29T04:10:23.715Z Downloaded diesel_table_macro_syntax v0.3.0
11552026-08-29T04:10:23.719Z Downloaded managed v0.8.0
11562026-08-29T04:10:23.719Z Downloaded untrusted v0.7.1
11572026-08-29T04:10:23.719Z Downloaded inout v0.1.4
11582026-08-29T04:10:23.719Z Downloaded thread-id v5.1.0
11592026-08-29T04:10:23.719Z Downloaded phf_shared v0.12.1
11602026-08-29T04:10:23.720Z Downloaded yoke-derive v0.8.1
11612026-08-29T04:10:23.724Z Downloaded rand_pcg v0.10.2
11622026-08-29T04:10:23.724Z Downloaded crc-catalog v2.4.0
11632026-08-29T04:10:23.724Z Downloaded subprocess v0.2.15
11642026-08-29T04:10:23.724Z Downloaded itertools v0.14.0
11652026-08-29T04:10:23.727Z Downloaded sqlformat v0.3.5
11662026-08-29T04:10:23.732Z Downloaded paste v1.0.15
11672026-08-29T04:10:23.737Z Downloaded schemars_derive v0.8.22
11682026-08-29T04:10:23.737Z Downloaded keccak v0.1.6
11692026-08-29T04:10:23.740Z Downloaded indoc v1.0.9
11702026-08-29T04:10:23.740Z Downloaded secrecy v0.8.0
11712026-08-29T04:10:23.740Z Downloaded dsl_auto_type v0.2.0
11722026-08-29T04:10:23.740Z Downloaded pretty_assertions v1.4.1
11732026-08-29T04:10:23.744Z Downloaded hybrid-array v0.4.13
11742026-08-29T04:10:23.748Z Downloaded libloading v0.8.9
11752026-08-29T04:10:23.752Z Downloaded libm v0.2.16
11762026-08-29T04:10:23.755Z Downloaded miniz_oxide v0.8.9
11772026-08-29T04:10:23.758Z Downloaded is-terminal v0.4.17
11782026-08-29T04:10:23.765Z Downloaded snafu-derive v0.8.9
11792026-08-29T04:10:23.785Z Downloaded p256 v0.14.0
11802026-08-29T04:10:23.788Z Downloaded typify-macro v0.6.2
11812026-08-29T04:10:23.795Z Downloaded newtype-uuid v1.3.2
11822026-08-29T04:10:23.802Z Downloaded owo-colors v4.3.0
11832026-08-29T04:10:23.802Z Downloaded signal-hook-mio v0.2.5
11842026-08-29T04:10:23.802Z Downloaded phf_shared v0.11.3
11852026-08-29T04:10:23.806Z Downloaded resolv-conf v0.7.6
11862026-08-29T04:10:23.806Z Downloaded lzss v0.8.2
11872026-08-29T04:10:23.806Z Downloaded num v0.4.3
11882026-08-29T04:10:23.806Z Downloaded itertools v0.15.0
11892026-08-29T04:10:23.813Z Downloaded slog-scope v4.4.1
11902026-08-29T04:10:23.827Z Downloaded quinn v0.11.11
11912026-08-29T04:10:23.839Z Downloaded reedline v0.40.0
11922026-08-29T04:10:23.843Z Downloaded des v0.9.0
11932026-08-29T04:10:23.843Z Downloaded indoc v2.0.7
11942026-08-29T04:10:23.843Z Downloaded url v2.5.8
11952026-08-29T04:10:23.843Z Downloaded libbz2-rs-sys v0.2.2
11962026-08-29T04:10:23.843Z Downloaded minimal-lexical v0.2.1
11972026-08-29T04:10:23.843Z Downloaded crossbeam-epoch v0.9.18
11982026-08-29T04:10:23.849Z Downloaded scrypt v0.12.0
11992026-08-29T04:10:23.849Z Downloaded tokio-dtrace v0.1.1
12002026-08-29T04:10:23.849Z Downloaded ctutils v0.4.2
12012026-08-29T04:10:23.855Z Downloaded packed_struct v0.10.1
12022026-08-29T04:10:23.855Z Downloaded postcard v1.1.3
12032026-08-29T04:10:23.858Z Downloaded bitvec v1.0.1
12042026-08-29T04:10:23.862Z Downloaded iri-string v0.7.10
12052026-08-29T04:10:23.868Z Downloaded thiserror-no-std v2.0.2
12062026-08-29T04:10:23.868Z Downloaded zerocopy v0.6.6
12072026-08-29T04:10:23.871Z Downloaded nom v7.1.3
12082026-08-29T04:10:23.874Z Downloaded xshell v0.2.7
12092026-08-29T04:10:23.878Z Downloaded derive_builder_core v0.20.2
12102026-08-29T04:10:23.878Z Downloaded crossbeam-deque v0.8.6
12112026-08-29T04:10:23.883Z Downloaded winnow v0.5.40
12122026-08-29T04:10:23.888Z Downloaded zip v0.6.6
12132026-08-29T04:10:23.888Z Downloaded zopfli v0.8.3
12142026-08-29T04:10:23.888Z Downloaded sha2 v0.11.0
12152026-08-29T04:10:23.891Z Downloaded itertools v0.13.0
12162026-08-29T04:10:23.891Z Downloaded pkcs8 v0.10.2
12172026-08-29T04:10:23.894Z Downloaded serde_tokenstream v0.3.0
12182026-08-29T04:10:23.895Z Downloaded diff v0.1.13
12192026-08-29T04:10:23.897Z Downloaded rcgen v0.12.1
12202026-08-29T04:10:23.897Z Downloaded elliptic-curve v0.13.8
12212026-08-29T04:10:23.904Z Downloaded hyper-rustls v0.27.7
12222026-08-29T04:10:23.904Z Downloaded icu_properties_data v2.1.2
12232026-08-29T04:10:23.915Z Downloaded hyper v1.10.1
12242026-08-29T04:10:23.932Z Downloaded nom v8.0.0
12252026-08-29T04:10:23.932Z Downloaded bindgen v0.71.1
12262026-08-29T04:10:23.932Z Downloaded tracing-core v0.1.36
12272026-08-29T04:10:23.932Z Downloaded schemars v0.9.0
12282026-08-29T04:10:23.939Z Downloaded term v1.2.1
12292026-08-29T04:10:23.940Z Downloaded tokio-rustls v0.26.4
12302026-08-29T04:10:23.940Z Downloaded crypto-primes v0.7.2
12312026-08-29T04:10:23.940Z Downloaded itertools v0.10.5
12322026-08-29T04:10:23.940Z Downloaded serde_with v1.14.0
12332026-08-29T04:10:23.940Z Downloaded reqwest v0.12.28
12342026-08-29T04:10:23.948Z Downloaded crossterm v0.28.1
12352026-08-29T04:10:23.948Z Downloaded crossterm v0.29.0
12362026-08-29T04:10:23.961Z Downloaded chrono v0.4.45
12372026-08-29T04:10:23.961Z Downloaded tokio-stream v0.1.18
12382026-08-29T04:10:23.977Z Downloaded tracing-attributes v0.1.31
12392026-08-29T04:10:23.978Z Downloaded icu_properties v2.1.2
12402026-08-29T04:10:23.978Z Downloaded internal-russh-num-bigint v0.5.0
12412026-08-29T04:10:23.978Z Downloaded toml_edit v0.19.15
12422026-08-29T04:10:23.978Z Downloaded rsa v0.10.0-rc.18
12432026-08-29T04:10:23.982Z Downloaded darling v0.20.11
12442026-08-29T04:10:23.982Z Downloaded const_format v0.2.35
12452026-08-29T04:10:23.982Z Downloaded aws-lc-rs v1.16.3
12462026-08-29T04:10:23.982Z Downloaded darling_core v0.21.3
12472026-08-29T04:10:23.990Z Downloaded icu_collections v2.1.1
12482026-08-29T04:10:23.990Z Downloaded hyper-util v0.1.20
12492026-08-29T04:10:23.998Z Downloaded rustls-webpki v0.103.13
12502026-08-29T04:10:23.999Z Downloaded darling_core v0.13.4
12512026-08-29T04:10:24.008Z Downloaded goblin v0.10.5
12522026-08-29T04:10:24.023Z Downloaded cookie_store v0.22.1
12532026-08-29T04:10:24.023Z Downloaded unicode-normalization v0.1.25
12542026-08-29T04:10:24.023Z Downloaded samael v0.0.19
12552026-08-29T04:10:24.030Z Downloaded derive_more v2.1.1
12562026-08-29T04:10:24.030Z Downloaded schemars v1.2.1
12572026-08-29T04:10:24.042Z Downloaded tower v0.5.3
12582026-08-29T04:10:24.049Z Downloaded itertools v0.12.1
12592026-08-29T04:10:24.049Z Downloaded lalrpop v0.19.12
12602026-08-29T04:10:24.063Z Downloaded x509-cert v0.2.5
12612026-08-29T04:10:24.064Z Downloaded p384 v0.14.0
12622026-08-29T04:10:24.064Z Downloaded qorb v0.4.1
12632026-08-29T04:10:24.064Z Downloaded gimli v0.32.3
12642026-08-29T04:10:24.076Z Downloaded tough v0.22.0
12652026-08-29T04:10:24.089Z Downloaded winnow v1.0.3
12662026-08-29T04:10:24.090Z Downloaded dropshot-api-manager v0.8.0
12672026-08-29T04:10:24.113Z Downloaded tabled v0.21.0
12682026-08-29T04:10:24.119Z Downloaded publicsuffix v2.3.0
12692026-08-29T04:10:24.119Z Downloaded serde_with v3.21.0
12702026-08-29T04:10:24.119Z Downloaded libxml v0.3.3
12712026-08-29T04:10:24.119Z Downloaded jiff-core v0.1.0
12722026-08-29T04:10:24.120Z Downloaded russh v0.62.4
12732026-08-29T04:10:24.126Z Downloaded unicode-segmentation v1.12.0
12742026-08-29T04:10:24.126Z Downloaded zerovec v0.11.5
12752026-08-29T04:10:24.128Z Downloaded regex v1.12.3
12762026-08-29T04:10:24.135Z Downloaded smoltcp v0.9.1
12772026-08-29T04:10:24.210Z Downloaded rawzip v0.4.4
12782026-08-29T04:10:24.210Z Downloaded regex-syntax v0.6.29
12792026-08-29T04:10:24.210Z Downloaded sha3 v0.12.0
12802026-08-29T04:10:24.210Z Downloaded nix v0.27.1
12812026-08-29T04:10:24.210Z Downloaded p384 v0.13.1
12822026-08-29T04:10:24.210Z Downloaded quick-xml v0.37.5
12832026-08-29T04:10:24.210Z Downloaded bstr v1.12.1
12842026-08-29T04:10:24.210Z Downloaded portable-atomic v1.13.1
12852026-08-29T04:10:24.210Z Downloaded time v0.3.47
12862026-08-29T04:10:24.211Z Downloaded chrono-tz v0.10.4
12872026-08-29T04:10:24.211Z Downloaded rayon v1.11.0
12882026-08-29T04:10:24.211Z Downloaded tokio-util v0.7.18
12892026-08-29T04:10:24.211Z Downloaded ssh-key v0.7.0-rc.11
12902026-08-29T04:10:24.211Z Downloaded zlib-rs v0.6.2
12912026-08-29T04:10:24.211Z Downloaded quinn-proto v0.11.16
12922026-08-29T04:10:24.211Z Downloaded winnow v0.6.26
12932026-08-29T04:10:24.219Z Downloaded nix v0.28.0
12942026-08-29T04:10:24.227Z Downloaded petname v2.0.2
12952026-08-29T04:10:24.241Z Downloaded reqwest v0.13.2
12962026-08-29T04:10:24.260Z Downloaded zerocopy v0.8.55
12972026-08-29T04:10:24.272Z Downloaded moka v0.12.13
12982026-08-29T04:10:24.272Z Downloaded iddqd v0.4.2
12992026-08-29T04:10:24.277Z Downloaded object v0.30.4
13002026-08-29T04:10:24.284Z Downloaded vcpkg v0.2.15
13012026-08-29T04:10:24.316Z Downloaded salty v0.3.0
13022026-08-29T04:10:24.326Z Downloaded hickory-proto v0.24.4
13032026-08-29T04:10:24.326Z Downloaded syn v3.0.3
13042026-08-29T04:10:24.335Z Downloaded openssl v0.10.80
13052026-08-29T04:10:24.335Z Downloaded hickory-proto v0.25.2
13062026-08-29T04:10:24.347Z Downloaded regex-syntax v0.8.10
13072026-08-29T04:10:24.357Z Downloaded rustix v0.38.44
13082026-08-29T04:10:24.375Z Downloaded proptest v1.11.0
13092026-08-29T04:10:24.375Z Downloaded dropshot v0.17.1
13102026-08-29T04:10:24.390Z Downloaded openapiv3 v2.2.0
13112026-08-29T04:10:24.394Z Downloaded sqlparser v0.61.0
13122026-08-29T04:10:24.395Z Downloaded diesel v2.3.7
13132026-08-29T04:10:24.400Z Downloaded sled v0.34.7
13142026-08-29T04:10:24.405Z Downloaded crypto-bigint v0.7.5
13152026-08-29T04:10:24.416Z Downloaded curve25519-dalek v5.0.0
13162026-08-29T04:10:24.421Z Downloaded regress v0.11.1
13172026-08-29T04:10:24.425Z Downloaded radix_trie v0.2.1
13182026-08-29T04:10:24.429Z Downloaded polar-core v0.27.3
13192026-08-29T04:10:24.438Z Downloaded bzip2-sys v0.1.13+1.0.8
13202026-08-29T04:10:24.442Z Downloaded smoltcp v0.11.0
13212026-08-29T04:10:24.456Z Downloaded tracing v0.1.44
13222026-08-29T04:10:24.462Z Downloaded curve25519-dalek v4.1.3
13232026-08-29T04:10:24.470Z Downloaded regress v0.10.5
13242026-08-29T04:10:24.475Z Downloaded petgraph v0.6.5
13252026-08-29T04:10:24.486Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13262026-08-29T04:10:24.496Z Downloaded rustls v0.23.41
13272026-08-29T04:10:24.509Z Downloaded object v0.37.3
13282026-08-29T04:10:24.519Z Downloaded sha3 v0.11.0
13292026-08-29T04:10:24.524Z Downloaded sha3 v0.10.8
13302026-08-29T04:10:24.524Z Downloaded nix v0.31.2
13312026-08-29T04:10:24.535Z Downloaded petgraph v0.8.3
13322026-08-29T04:10:24.556Z Downloaded zerocopy-derive v0.6.6
13332026-08-29T04:10:24.572Z Downloaded regex-automata v0.4.14
13342026-08-29T04:10:24.589Z Downloaded ratatui v0.29.0
13352026-08-29T04:10:24.605Z Downloaded typify-impl v0.6.2
13362026-08-29T04:10:24.640Z Downloaded jiff v0.2.34
13372026-08-29T04:10:24.719Z Downloaded libz-sys v1.1.24
13382026-08-29T04:10:24.737Z Downloaded libgit2-sys v0.18.3+1.9.2
13392026-08-29T04:10:24.737Z Downloaded tokio v1.52.1
13402026-08-29T04:10:24.754Z Downloaded csv v1.4.0
13412026-08-29T04:10:24.778Z Downloaded encoding_rs v0.8.35
13422026-08-29T04:10:24.796Z Downloaded ring v0.17.14
13432026-08-29T04:10:25.199Z Downloaded aws-lc-sys v0.40.0
13442026-08-29T04:10:25.461Z Compiling serde_core v1.0.228
13452026-08-29T04:10:25.461Z Compiling libc v0.2.185
13462026-08-29T04:10:25.470Z Compiling serde v1.0.228
13472026-08-29T04:10:25.470Z Compiling log v0.4.33
13482026-08-29T04:10:25.470Z Compiling smallvec v1.15.1
13492026-08-29T04:10:25.604Z Compiling shlex v1.3.0
13502026-08-29T04:10:25.687Z Compiling find-msvc-tools v0.1.9
13512026-08-29T04:10:25.693Z Compiling syn v2.0.117
13522026-08-29T04:10:25.805Z Compiling subtle v2.6.1
13532026-08-29T04:10:25.819Z Compiling scopeguard v1.2.0
13542026-08-29T04:10:25.836Z Compiling stable_deref_trait v1.2.1
13552026-08-29T04:10:25.896Z Compiling lock_api v0.4.14
13562026-08-29T04:10:25.911Z Compiling typenum v1.20.1
13572026-08-29T04:10:25.925Z Compiling zerocopy v0.8.55
13582026-08-29T04:10:25.928Z Compiling portable-atomic v1.13.1
13592026-08-29T04:10:25.988Z Compiling serde_json v1.0.151
13602026-08-29T04:10:26.139Z Compiling critical-section v1.2.0
13612026-08-29T04:10:26.188Z Compiling libm v0.2.16
13622026-08-29T04:10:26.226Z Compiling num-traits v0.2.19
13632026-08-29T04:10:26.350Z Compiling pkg-config v0.3.32
13642026-08-29T04:10:26.432Z Compiling errno v0.3.14
13652026-08-29T04:10:26.473Z Compiling jobserver v0.1.34
13662026-08-29T04:10:26.557Z Compiling getrandom v0.2.17
13672026-08-29T04:10:26.698Z Compiling cc v1.2.56
13682026-08-29T04:10:26.790Z Compiling rand_core v0.6.4
13692026-08-29T04:10:26.838Z Compiling generic-array v0.14.7
13702026-08-29T04:10:26.886Z Compiling parking_lot_core v0.9.12
13712026-08-29T04:10:26.982Z Compiling once_cell v1.21.3
13722026-08-29T04:10:27.032Z Compiling pin-project-lite v0.2.17
13732026-08-29T04:10:27.149Z Compiling getrandom v0.4.3
13742026-08-29T04:10:27.184Z Compiling const-oid v0.9.6
13752026-08-29T04:10:27.199Z Compiling rand_core v0.10.0
13762026-08-29T04:10:27.494Z Compiling signal-hook-registry v1.4.8
13772026-08-29T04:10:27.653Z Compiling bitflags v2.11.0
13782026-08-29T04:10:27.771Z Compiling writeable v0.6.2
13792026-08-29T04:10:27.782Z Compiling percent-encoding v2.3.2
13802026-08-29T04:10:27.857Z Compiling futures-core v0.3.32
13812026-08-29T04:10:27.919Z Compiling litemap v0.8.1
13822026-08-29T04:10:27.972Z Compiling semver v1.0.28
13832026-08-29T04:10:27.972Z Compiling parking_lot v0.12.5
13842026-08-29T04:10:28.006Z Compiling mio v1.2.0
13852026-08-29T04:10:28.015Z Compiling icu_normalizer_data v2.1.1
13862026-08-29T04:10:28.078Z Compiling icu_properties_data v2.1.2
13872026-08-29T04:10:28.231Z Compiling socket2 v0.6.3
13882026-08-29T04:10:28.275Z Compiling getrandom v0.3.4
13892026-08-29T04:10:28.288Z Compiling rustix v1.1.4
13902026-08-29T04:10:28.449Z Compiling synstructure v0.13.2
13912026-08-29T04:10:28.522Z Compiling futures-sink v0.3.32
13922026-08-29T04:10:28.536Z Compiling indexmap v2.14.0
13932026-08-29T04:10:28.626Z Compiling futures-channel v0.3.32
13942026-08-29T04:10:28.771Z Compiling utf8_iter v1.0.4
13952026-08-29T04:10:28.865Z Compiling futures-io v0.3.32
13962026-08-29T04:10:28.928Z Compiling futures-task v0.3.32
13972026-08-29T04:10:28.943Z Compiling slab v0.4.12
13982026-08-29T04:10:29.031Z Compiling form_urlencoded v1.2.2
13992026-08-29T04:10:29.089Z Compiling rustversion v1.0.22
14002026-08-29T04:10:29.115Z Compiling base64ct v1.8.3
14012026-08-29T04:10:29.125Z Compiling iana-time-zone v0.1.65
14022026-08-29T04:10:29.206Z Compiling cmake v0.1.57
14032026-08-29T04:10:29.220Z Compiling dunce v1.0.5
14042026-08-29T04:10:29.231Z Compiling flagset v0.4.7
14052026-08-29T04:10:29.455Z Compiling regex-syntax v0.8.10
14062026-08-29T04:10:29.464Z Compiling fs_extra v1.3.0
14072026-08-29T04:10:29.465Z Compiling ident_case v1.0.1
14082026-08-29T04:10:29.465Z Compiling pem-rfc7468 v0.7.0
14092026-08-29T04:10:29.503Z Compiling rand_core v0.9.5
14102026-08-29T04:10:29.606Z Compiling uuid v1.23.4
14112026-08-29T04:10:29.622Z Compiling aws-lc-sys v0.40.0
14122026-08-29T04:10:29.733Z Compiling base64 v0.22.1
14132026-08-29T04:10:29.792Z Compiling vcpkg v0.2.15
14142026-08-29T04:10:30.091Z Compiling syn v1.0.109
14152026-08-29T04:10:30.098Z Compiling serde_derive_internals v0.29.1
14162026-08-29T04:10:30.160Z Compiling rustc_version v0.4.1
14172026-08-29T04:10:30.202Z Compiling serde_derive v1.0.228
14182026-08-29T04:10:30.356Z Compiling zeroize_derive v1.5.0
14192026-08-29T04:10:30.404Z Compiling zerofrom-derive v0.1.6
14202026-08-29T04:10:30.499Z Compiling zerocopy-derive v0.8.55
14212026-08-29T04:10:30.545Z Compiling yoke-derive v0.8.1
14222026-08-29T04:10:31.031Z Compiling zerovec-derive v0.11.2
14232026-08-29T04:10:31.041Z Compiling displaydoc v0.2.5
14242026-08-29T04:10:31.693Z Compiling tokio-macros v2.7.0
14252026-08-29T04:10:31.745Z Compiling futures-macro v0.3.32
14262026-08-29T04:10:31.785Z Compiling der_derive v0.7.3
14272026-08-29T04:10:31.825Z Compiling zerofrom v0.1.6
14282026-08-29T04:10:31.958Z Compiling yoke v0.8.1
14292026-08-29T04:10:32.153Z Compiling zerotrie v0.2.3
14302026-08-29T04:10:32.184Z Compiling zerovec v0.11.5
14312026-08-29T04:10:32.441Z Compiling thiserror-impl v2.0.18
14322026-08-29T04:10:32.468Z Compiling openssl-sys v0.9.117
14332026-08-29T04:10:32.576Z Compiling futures-util v0.3.32
14342026-08-29T04:10:32.712Z Compiling tinystr v0.8.2
14352026-08-29T04:10:32.778Z Compiling potential_utf v0.1.4
14362026-08-29T04:10:32.921Z Compiling icu_locale_core v2.1.1
14372026-08-29T04:10:32.947Z Compiling icu_collections v2.1.1
14382026-08-29T04:10:33.034Z Compiling tracing-attributes v0.1.31
14392026-08-29T04:10:33.503Z Compiling tracing-core v0.1.36
14402026-08-29T04:10:33.820Z Compiling zeroize v1.9.0
14412026-08-29T04:10:33.843Z Compiling bytes v1.11.1
14422026-08-29T04:10:33.865Z Compiling icu_provider v2.1.1
14432026-08-29T04:10:34.065Z Compiling chrono v0.4.45
14442026-08-29T04:10:34.158Z Compiling icu_properties v2.1.2
14452026-08-29T04:10:34.392Z Compiling tokio v1.52.1
14462026-08-29T04:10:34.479Z Compiling icu_normalizer v2.1.1
14472026-08-29T04:10:34.616Z Compiling crypto-common v0.1.7
14482026-08-29T04:10:34.778Z Compiling block-buffer v0.10.4
14492026-08-29T04:10:34.953Z Compiling digest v0.10.7
14502026-08-29T04:10:34.968Z Compiling der v0.7.10
14512026-08-29T04:10:35.043Z Compiling idna_adapter v1.2.1
14522026-08-29T04:10:35.159Z Compiling ppv-lite86 v0.2.21
14532026-08-29T04:10:35.176Z Compiling idna v1.1.0
14542026-08-29T04:10:35.212Z Compiling thiserror v2.0.18
14552026-08-29T04:10:35.421Z Compiling http v1.4.2
14562026-08-29T04:10:35.429Z Compiling dyn-clone v1.0.20
14572026-08-29T04:10:35.494Z Compiling rand_chacha v0.9.0
14582026-08-29T04:10:35.504Z Compiling url v2.5.8
14592026-08-29T04:10:35.504Z Compiling aws-lc-rs v1.16.3
14602026-08-29T04:10:35.877Z Compiling simd-adler32 v0.3.8
14612026-08-29T04:10:35.886Z Compiling spki v0.7.3
14622026-08-29T04:10:36.014Z Compiling cpufeatures v0.2.17
14632026-08-29T04:10:36.042Z Compiling schemars v0.8.22
14642026-08-29T04:10:36.098Z Compiling pkcs8 v0.10.2
14652026-08-29T04:10:36.148Z Compiling http-body v1.0.1
14662026-08-29T04:10:36.164Z Compiling rand v0.9.2
14672026-08-29T04:10:36.169Z Compiling tracing v0.1.44
14682026-08-29T04:10:36.261Z Compiling rustls-pki-types v1.14.0
14692026-08-29T04:10:36.346Z Compiling schemars_derive v0.8.22
14702026-08-29T04:10:36.361Z Compiling spin v0.9.8
14712026-08-29T04:10:36.452Z Compiling httparse v1.10.1
14722026-08-29T04:10:36.561Z Compiling tinyvec_macros v0.1.1
14732026-08-29T04:10:36.635Z Compiling cmov v0.5.4
14742026-08-29T04:10:36.698Z Compiling openssl-probe v0.2.1
14752026-08-29T04:10:36.787Z Compiling crc32fast v1.5.0
14762026-08-29T04:10:36.851Z Compiling adler2 v2.0.1
14772026-08-29T04:10:36.928Z Compiling tempfile v3.27.0
14782026-08-29T04:10:36.933Z Compiling ctutils v0.4.2
14792026-08-29T04:10:36.994Z Compiling miniz_oxide v0.8.9
14802026-08-29T04:10:37.120Z Compiling tinyvec v1.10.0
14812026-08-29T04:10:37.135Z Compiling pest_generator v2.8.6
14822026-08-29T04:10:37.233Z Compiling sha2 v0.10.9
14832026-08-29T04:10:37.459Z Compiling terminal_size v0.4.3
14842026-08-29T04:10:37.568Z Compiling aho-corasick v1.1.4
14852026-08-29T04:10:37.600Z Compiling try-lock v0.2.5
14862026-08-29T04:10:37.712Z Compiling tower-layer v0.3.3
14872026-08-29T04:10:37.960Z Compiling untrusted v0.7.1
14882026-08-29T04:10:37.980Z Compiling tower-service v0.3.3
14892026-08-29T04:10:37.980Z Compiling unicode-segmentation v1.12.0
14902026-08-29T04:10:37.983Z Compiling radium v0.7.0
14912026-08-29T04:10:38.222Z Compiling tokio-util v0.7.18
14922026-08-29T04:10:38.300Z Compiling atomic-waker v1.1.2
14932026-08-29T04:10:38.469Z Compiling regex-automata v0.4.14
14942026-08-29T04:10:38.588Z Compiling pest_derive v2.8.6
14952026-08-29T04:10:38.890Z Compiling want v0.3.1
14962026-08-29T04:10:39.028Z Compiling h2 v0.4.15
14972026-08-29T04:10:39.249Z Compiling hybrid-array v0.4.13
14982026-08-29T04:10:39.354Z Compiling ipnet v2.12.0
14992026-08-29T04:10:39.476Z Compiling scroll_derive v0.13.1
15002026-08-29T04:10:39.851Z Compiling darling_core v0.20.11
15012026-08-29T04:10:40.008Z Compiling openssl v0.10.80
15022026-08-29T04:10:40.075Z Compiling untrusted v0.9.0
15032026-08-29T04:10:40.092Z Compiling httpdate v1.0.3
15042026-08-29T04:10:40.200Z Compiling rustls v0.23.41
15052026-08-29T04:10:40.235Z Compiling maybe-uninit v2.0.0
15062026-08-29T04:10:40.260Z Compiling tap v1.0.1
15072026-08-29T04:10:40.322Z Compiling foreign-types-shared v0.1.1
15082026-08-29T04:10:40.365Z Compiling wyz v0.5.1
15092026-08-29T04:10:40.382Z Compiling scroll v0.13.0
15102026-08-29T04:10:40.407Z Compiling foreign-types v0.3.2
15112026-08-29T04:10:40.544Z Compiling unicode-normalization v0.1.25
15122026-08-29T04:10:40.636Z Compiling rand_chacha v0.3.1
15132026-08-29T04:10:40.711Z Compiling signature v2.2.0
15142026-08-29T04:10:40.902Z Compiling hex v0.4.3
15152026-08-29T04:10:40.961Z Compiling thiserror-impl v1.0.69
15162026-08-29T04:10:40.997Z Compiling openssl-macros v0.1.1
15172026-08-29T04:10:41.177Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15182026-08-29T04:10:41.395Z Compiling bzip2-sys v0.1.13+1.0.8
15192026-08-29T04:10:41.409Z Compiling num-integer v0.1.46
15202026-08-29T04:10:41.556Z Compiling wait-timeout v0.2.1
15212026-08-29T04:10:41.674Z Compiling socket2 v0.5.10
15222026-08-29T04:10:41.735Z Compiling ahash v0.8.12
15232026-08-29T04:10:42.002Z Compiling bit-vec v0.8.0
15242026-08-29T04:10:42.011Z Compiling num-conv v0.2.0
15252026-08-29T04:10:42.065Z Compiling native-tls v0.2.18
15262026-08-29T04:10:42.078Z Compiling hyper v1.10.1
15272026-08-29T04:10:42.083Z Compiling funty v2.0.0
15282026-08-29T04:10:42.106Z Compiling darling_macro v0.20.11
15292026-08-29T04:10:42.189Z Compiling time-core v0.1.8
15302026-08-29T04:10:42.266Z Compiling quick-error v1.2.3
15312026-08-29T04:10:42.338Z Compiling packed_struct v0.10.1
15322026-08-29T04:10:42.377Z Compiling powerfmt v0.2.0
15332026-08-29T04:10:42.522Z Compiling num-bigint-dig v0.8.6
15342026-08-29T04:10:42.580Z Compiling darling v0.20.11
15352026-08-29T04:10:42.583Z Compiling deranged v0.5.8
15362026-08-29T04:10:42.630Z Compiling bitvec v1.0.1
15372026-08-29T04:10:42.646Z Compiling rusty-fork v0.3.1
15382026-08-29T04:10:42.665Z Compiling clap_builder v4.6.0
15392026-08-29T04:10:42.727Z Compiling time-macros v0.2.27
15402026-08-29T04:10:43.012Z Compiling thiserror v1.0.69
15412026-08-29T04:10:43.084Z Compiling bit-set v0.8.0
15422026-08-29T04:10:43.249Z Compiling hyper-util v0.1.20
15432026-08-29T04:10:43.641Z Compiling num-iter v0.1.45
15442026-08-29T04:10:43.830Z Compiling rand v0.8.6
15452026-08-29T04:10:43.931Z Compiling goblin v0.10.5
15462026-08-29T04:10:44.179Z Compiling packed_struct_codegen v0.10.1
15472026-08-29T04:10:44.630Z Compiling lazy_static v1.5.0
15482026-08-29T04:10:44.745Z Compiling hmac v0.12.1
15492026-08-29T04:10:45.015Z Compiling toml_datetime v0.6.11
15502026-08-29T04:10:45.035Z Compiling serde_spanned v0.6.9
15512026-08-29T04:10:45.157Z Compiling zerocopy-derive v0.6.6
15522026-08-29T04:10:45.184Z Compiling clap_derive v4.6.1
15532026-08-29T04:10:45.249Z Compiling bitfield-macros v0.19.4
15542026-08-29T04:10:45.672Z Compiling rand_xorshift v0.4.0
15552026-08-29T04:10:45.831Z Compiling sync_wrapper v1.0.2
15562026-08-29T04:10:45.939Z Compiling indexmap v1.9.3
15572026-08-29T04:10:45.943Z Compiling num_threads v0.1.7
15582026-08-29T04:10:45.943Z Compiling siphasher v1.0.2
15592026-08-29T04:10:46.088Z Compiling crc-catalog v2.4.0
15602026-08-29T04:10:46.138Z Compiling zlib-rs v0.6.2
15612026-08-29T04:10:46.165Z Compiling crossbeam-utils v0.8.21
15622026-08-29T04:10:46.179Z Compiling nodrop v0.1.14
15632026-08-29T04:10:46.247Z Compiling usdt-impl v0.6.0
15642026-08-29T04:10:46.446Z Compiling object v0.37.3
15652026-08-29T04:10:46.454Z Compiling unarray v0.1.4
15662026-08-29T04:10:46.570Z Compiling paste v1.0.15
15672026-08-29T04:10:46.702Z Compiling dof v0.4.0
15682026-08-29T04:10:46.763Z Compiling proptest v1.11.0
15692026-08-29T04:10:46.854Z Compiling clap v4.6.1
15702026-08-29T04:10:46.923Z Compiling array-init v0.0.4
15712026-08-29T04:10:46.960Z Compiling crc v3.4.0
15722026-08-29T04:10:47.153Z Compiling time v0.3.47
15732026-08-29T04:10:47.611Z Compiling bitfield v0.19.4
15742026-08-29T04:10:47.864Z Compiling zerocopy v0.6.6
15752026-08-29T04:10:47.918Z Compiling tower v0.5.3
15762026-08-29T04:10:48.334Z Compiling smallvec v0.6.14
15772026-08-29T04:10:48.700Z Compiling derive_builder_core v0.20.2
15782026-08-29T04:10:48.886Z Compiling dtrace-parser v0.3.0
15792026-08-29T04:10:49.400Z Compiling flate2 v1.1.9
15802026-08-29T04:10:49.414Z Compiling ipnetwork v0.21.1
15812026-08-29T04:10:49.550Z Compiling http-body-util v0.1.3
15822026-08-29T04:10:49.622Z Compiling pkcs1 v0.7.5
15832026-08-29T04:10:49.782Z Compiling heapless v0.7.17
15842026-08-29T04:10:49.798Z Compiling scroll_derive v0.12.1
15852026-08-29T04:10:49.798Z Compiling structmeta-derive v0.3.0
15862026-08-29T04:10:50.017Z Compiling slog v2.8.2
15872026-08-29T04:10:50.033Z Compiling darling_core v0.23.0
15882026-08-29T04:10:50.202Z Compiling thread-id v5.1.0
15892026-08-29T04:10:50.217Z Compiling cookie v0.18.1
15902026-08-29T04:10:50.295Z Compiling env_filter v2.0.0
15912026-08-29T04:10:50.510Z Compiling syn v3.0.3
15922026-08-29T04:10:50.549Z Compiling hashbrown v0.12.3
15932026-08-29T04:10:50.590Z Compiling ryu v1.0.23
15942026-08-29T04:10:50.785Z Compiling unicode-properties v0.1.4
15952026-08-29T04:10:50.919Z Compiling anyhow v1.0.104
15962026-08-29T04:10:50.954Z Compiling allocator-api2 v0.2.21
15972026-08-29T04:10:50.996Z Compiling unicode-bidi v0.3.18
15982026-08-29T04:10:51.205Z Compiling gimli v0.32.3
15992026-08-29T04:10:55.669Z Compiling base64 v0.21.7
16002026-08-29T04:10:55.720Z Compiling signal-hook v0.3.18
16012026-08-29T04:10:55.720Z Compiling zstd-safe v7.2.4
16022026-08-29T04:10:55.720Z Compiling iri-string v0.7.10
16032026-08-29T04:10:55.721Z Compiling winnow v0.5.40
16042026-08-29T04:10:55.721Z Compiling darling_macro v0.23.0
16052026-08-29T04:10:55.721Z Compiling addr2line v0.25.1
16062026-08-29T04:10:55.721Z Compiling toml_edit v0.19.15
16072026-08-29T04:10:55.722Z Compiling tower-http v0.6.8
16082026-08-29T04:10:55.722Z Compiling ron v0.8.1
16092026-08-29T04:10:55.722Z Compiling stringprep v0.1.5
16102026-08-29T04:10:55.722Z Compiling daft-derive v0.1.8
16112026-08-29T04:10:55.722Z Compiling structmeta v0.3.0
16122026-08-29T04:10:55.722Z Compiling serde_urlencoded v0.7.1
16132026-08-29T04:10:55.722Z Compiling scroll v0.12.0
16142026-08-29T04:10:55.722Z Compiling env_logger v0.11.11
16152026-08-29T04:10:55.722Z Compiling rsa v0.9.10
16162026-08-29T04:10:55.722Z Compiling oxnet v0.1.6
16172026-08-29T04:10:55.722Z Compiling derive_builder_macro v0.20.2
16182026-08-29T04:10:55.722Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16192026-08-29T04:10:55.722Z Compiling newtype-uuid v1.3.2
16202026-08-29T04:10:55.722Z Compiling hashbrown v0.13.2
16212026-08-29T04:10:55.722Z Compiling bzip2 v0.4.4
16222026-08-29T04:10:55.768Z Compiling serde-hex v0.1.0
16232026-08-29T04:10:55.768Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16242026-08-29T04:10:55.768Z Compiling tokio-native-tls v0.3.1
16252026-08-29T04:10:55.768Z Compiling camino v1.2.5
16262026-08-29T04:10:55.979Z Compiling bstr v1.12.1
16272026-08-29T04:10:56.222Z Compiling block-padding v0.4.2
16282026-08-29T04:10:56.400Z Compiling block-buffer v0.12.1
16292026-08-29T04:10:56.609Z Compiling crypto-common v0.2.2
16302026-08-29T04:10:56.624Z Compiling heck v0.4.1
16312026-08-29T04:10:56.799Z Compiling rustls-native-certs v0.8.3
16322026-08-29T04:10:56.849Z Compiling x509-cert v0.2.5
16332026-08-29T04:10:57.089Z Compiling md-5 v0.10.6
16342026-08-29T04:10:57.271Z Compiling erased-serde v0.3.31
16352026-08-29T04:10:57.382Z Compiling serde_tokenstream v0.2.3
16362026-08-29T04:10:57.699Z Compiling curve25519-dalek v4.1.3
16372026-08-29T04:10:57.763Z Compiling async-trait v0.1.89
16382026-08-29T04:10:57.789Z Compiling zerocopy-derive v0.7.35
16392026-08-29T04:10:58.044Z Compiling pin-project-internal v1.1.11
16402026-08-29T04:10:58.336Z Compiling vergen-lib v9.1.0
16412026-08-29T04:10:58.489Z Compiling hash32 v0.2.1
16422026-08-29T04:10:58.548Z Compiling memoffset v0.9.1
16432026-08-29T04:10:58.573Z Compiling encoding_rs v0.8.35
16442026-08-29T04:10:58.674Z Compiling cfg_aliases v0.2.1
16452026-08-29T04:10:58.688Z Compiling ref-cast v1.0.25
16462026-08-29T04:10:58.745Z Compiling mime v0.3.17
16472026-08-29T04:10:58.759Z Compiling smoltcp v0.9.1
16482026-08-29T04:10:58.774Z Compiling litrs v1.0.0
16492026-08-29T04:10:58.983Z Compiling rustix v0.38.44
16502026-08-29T04:10:59.005Z Compiling crc-any v2.5.0
16512026-08-29T04:10:59.090Z Compiling psl-types v2.0.11
16522026-08-29T04:10:59.176Z Compiling fallible-iterator v0.2.0
16532026-08-29T04:10:59.213Z Compiling rustc-demangle v0.1.27
16542026-08-29T04:10:59.227Z Compiling owo-colors v4.3.0
16552026-08-29T04:10:59.240Z Compiling pin-project v1.1.11
16562026-08-29T04:10:59.292Z Compiling document-features v0.2.12
16572026-08-29T04:10:59.345Z Compiling publicsuffix v2.3.0
16582026-08-29T04:10:59.416Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16592026-08-29T04:10:59.489Z Compiling postgres-protocol v0.6.10
16602026-08-29T04:10:59.514Z Compiling backtrace v0.3.76
16612026-08-29T04:10:59.611Z Compiling nix v0.31.2
16622026-08-29T04:10:59.752Z Compiling zerocopy v0.7.35
16632026-08-29T04:11:00.059Z Compiling snafu-derive v0.8.9
16642026-08-29T04:11:00.073Z Compiling inout v0.2.2
16652026-08-29T04:11:00.250Z Compiling daft v0.1.8
16662026-08-29T04:11:00.290Z Compiling hyper-tls v0.6.0
16672026-08-29T04:11:00.333Z Compiling object v0.30.4
16682026-08-29T04:11:00.403Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16692026-08-29T04:11:00.512Z Compiling zip v0.6.6
16702026-08-29T04:11:00.530Z Compiling derive_builder v0.20.2
16712026-08-29T04:11:00.655Z Compiling toml v0.7.8
16722026-08-29T04:11:00.686Z Compiling goblin v0.8.2
16732026-08-29T04:11:01.082Z Compiling derive-ex v0.1.8
16742026-08-29T04:11:01.589Z Compiling darling v0.23.0
16752026-08-29T04:11:01.678Z Compiling phf_shared v0.13.1
16762026-08-29T04:11:01.721Z Compiling regex v1.12.3
16772026-08-29T04:11:01.922Z Compiling hubpack_derive v0.1.1
16782026-08-29T04:11:01.958Z Compiling convert_case v0.10.0
16792026-08-29T04:11:02.144Z Compiling futures-executor v0.3.32
16802026-08-29T04:11:02.258Z Compiling curve25519-dalek-derive v0.1.1
16812026-08-29T04:11:02.373Z Compiling strum_macros v0.27.2
16822026-08-29T04:11:02.406Z Compiling ref-cast-impl v1.0.25
16832026-08-29T04:11:02.735Z Compiling vergen v9.1.0
16842026-08-29T04:11:02.906Z Compiling cargo-platform v0.3.2
16852026-08-29T04:11:02.925Z Compiling ff v0.13.1
16862026-08-29T04:11:02.959Z Compiling fs-err v3.3.0
16872026-08-29T04:11:03.069Z Compiling foldhash v0.1.5
16882026-08-29T04:11:03.172Z Compiling bitflags v1.3.2
16892026-08-29T04:11:03.177Z Compiling path-slash v0.1.5
16902026-08-29T04:11:03.198Z Compiling same-file v1.0.6
16912026-08-29T04:11:03.231Z Compiling managed v0.8.0
16922026-08-29T04:11:03.245Z Compiling base16ct v0.2.0
16932026-08-29T04:11:03.308Z Compiling is_ci v1.2.0
16942026-08-29T04:11:03.417Z Compiling foldhash v0.2.0
16952026-08-29T04:11:03.452Z Compiling bumpalo v3.20.2
16962026-08-29T04:11:03.474Z Compiling jiff-core v0.1.0
16972026-08-29T04:11:03.499Z Compiling libbz2-rs-sys v0.2.2
16982026-08-29T04:11:03.648Z Compiling hashbrown v0.16.1
16992026-08-29T04:11:03.715Z Compiling zopfli v0.8.3
17002026-08-29T04:11:04.217Z Compiling bzip2 v0.6.1
17012026-08-29T04:11:04.263Z Compiling jiff v0.2.34
17022026-08-29T04:11:04.396Z Compiling textwrap v0.16.2
17032026-08-29T04:11:04.410Z Compiling strum v0.27.2
17042026-08-29T04:11:04.429Z Compiling sec1 v0.7.3
17052026-08-29T04:11:04.543Z Compiling supports-color v3.0.2
17062026-08-29T04:11:04.570Z Compiling walkdir v2.5.0
17072026-08-29T04:11:04.712Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17082026-08-29T04:11:04.715Z Compiling hashbrown v0.15.5
17092026-08-29T04:11:04.889Z Compiling cargo_metadata v0.23.1
17102026-08-29T04:11:04.958Z Compiling group v0.13.0
17112026-08-29T04:11:05.202Z Compiling dof v0.3.0
17122026-08-29T04:11:05.276Z Compiling test-strategy v0.4.5
17132026-08-29T04:11:05.920Z Compiling hubpack v0.1.2
17142026-08-29T04:11:06.116Z Compiling futures v0.3.32
17152026-08-29T04:11:06.147Z Compiling derive_more-impl v2.1.1
17162026-08-29T04:11:06.213Z Compiling snafu v0.8.9
17172026-08-29T04:11:06.336Z Compiling phf v0.13.1
17182026-08-29T04:11:06.397Z Compiling serde_with_macros v3.21.0
17192026-08-29T04:11:06.597Z Compiling signal-hook-mio v0.2.5
17202026-08-29T04:11:06.752Z Compiling cookie_store v0.22.1
17212026-08-29T04:11:07.066Z Compiling zstd v0.13.3
17222026-08-29T04:11:07.300Z Compiling reqwest v0.12.28
17232026-08-29T04:11:07.335Z Compiling cipher v0.5.2
17242026-08-29T04:11:07.430Z Compiling backtrace-ext v0.2.1
17252026-08-29T04:11:07.529Z Compiling postgres-types v0.2.12
17262026-08-29T04:11:07.827Z Compiling usdt-macro v0.6.0
17272026-08-29T04:11:08.086Z Compiling usdt-attr-macro v0.6.0
17282026-08-29T04:11:08.139Z Compiling globset v0.4.18
17292026-08-29T04:11:08.414Z Compiling phf_shared v0.11.3
17302026-08-29T04:11:08.555Z Compiling hkdf v0.12.4
17312026-08-29T04:11:08.600Z Compiling dtrace-parser v0.2.0
17322026-08-29T04:11:08.615Z Compiling byte-wrapper v0.1.0
17332026-08-29T04:11:08.733Z Compiling olpc-cjson v0.1.4
17342026-08-29T04:11:08.838Z Compiling ed25519 v2.2.3
17352026-08-29T04:11:08.856Z Compiling crypto-bigint v0.5.5
17362026-08-29T04:11:08.900Z Compiling serde_plain v1.0.2
17372026-08-29T04:11:08.915Z Compiling serde-big-array v0.5.1
17382026-08-29T04:11:08.946Z Compiling enum-as-inner v0.6.1
17392026-08-29T04:11:09.061Z Compiling strum_macros v0.26.4
17402026-08-29T04:11:09.098Z Compiling miette-derive v7.6.0
17412026-08-29T04:11:09.353Z Compiling serde_repr v0.1.20
17422026-08-29T04:11:09.478Z Compiling async-recursion v1.1.1
17432026-08-29T04:11:09.743Z Compiling pem v3.0.6
17442026-08-29T04:11:09.889Z Compiling float-cmp v0.10.0
17452026-08-29T04:11:10.044Z Compiling thread-id v4.2.2
17462026-08-29T04:11:10.080Z Compiling memmap2 v0.9.10
17472026-08-29T04:11:10.123Z Compiling precomputed-hash v0.1.1
17482026-08-29T04:11:10.138Z Compiling static_assertions v1.1.0
17492026-08-29T04:11:10.215Z Compiling fixedbitset v0.5.7
17502026-08-29T04:11:10.230Z Compiling normalize-line-endings v0.3.0
17512026-08-29T04:11:10.255Z Compiling whoami v2.1.0
17522026-08-29T04:11:10.301Z Compiling either v1.15.0
17532026-08-29T04:11:10.328Z Compiling fixedbitset v0.4.2
17542026-08-29T04:11:10.514Z Compiling supports-hyperlinks v3.2.0
17552026-08-29T04:11:10.515Z Compiling difflib v0.4.0
17562026-08-29T04:11:10.561Z Compiling winnow v1.0.3
17572026-08-29T04:11:10.630Z Compiling new_debug_unreachable v1.0.6
17582026-08-29T04:11:10.684Z Compiling keccak v0.1.6
17592026-08-29T04:11:10.705Z Compiling data-encoding v2.10.0
17602026-08-29T04:11:10.831Z Compiling cpufeatures v0.3.0
17612026-08-29T04:11:10.917Z Compiling const-oid v0.10.2
17622026-08-29T04:11:10.974Z Compiling supports-unicode v3.0.0
17632026-08-29T04:11:11.079Z Compiling predicates-core v1.0.10
17642026-08-29T04:11:11.105Z Compiling typed-path v0.9.3
17652026-08-29T04:11:11.125Z Compiling miette v7.6.0
17662026-08-29T04:11:11.129Z Compiling digest v0.11.3
17672026-08-29T04:11:11.257Z Compiling predicates v3.1.4
17682026-08-29T04:11:11.368Z Compiling hickory-proto v0.25.2
17692026-08-29T04:11:11.410Z Compiling chacha20 v0.10.0
17702026-08-29T04:11:11.427Z Compiling sha3 v0.10.8
17712026-08-29T04:11:11.630Z Compiling toml_parser v1.1.2+spec-1.1.0
17722026-08-29T04:11:11.789Z Compiling strum v0.26.3
17732026-08-29T04:11:11.882Z Compiling toml_edit v0.22.27
17742026-08-29T04:11:11.898Z Compiling string_cache v0.8.9
17752026-08-29T04:11:11.925Z Compiling petgraph v0.6.5
17762026-08-29T04:11:12.129Z Compiling itertools v0.13.0
17772026-08-29T04:11:12.262Z Compiling tokio-postgres v0.7.16
17782026-08-29T04:11:12.279Z Compiling petgraph v0.8.3
17792026-08-29T04:11:12.319Z Compiling usdt v0.6.0
17802026-08-29T04:11:12.578Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17812026-08-29T04:11:13.349Z Compiling usdt-impl v0.5.0
17822026-08-29T04:11:13.439Z Compiling elliptic-curve v0.13.8
17832026-08-29T04:11:13.857Z Compiling ed25519-dalek v2.2.0
17842026-08-29T04:11:13.967Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17852026-08-29T04:11:14.272Z Compiling crossterm v0.28.1
17862026-08-29T04:11:14.513Z Compiling serde_with v3.21.0
17872026-08-29T04:11:14.672Z Compiling derive_more v2.1.1
17882026-08-29T04:11:14.784Z Compiling zip v4.6.1
17892026-08-29T04:11:15.485Z Compiling iddqd v0.4.2
17902026-08-29T04:11:15.729Z Compiling similar v2.7.0
17912026-08-29T04:11:15.864Z Compiling crossbeam-epoch v0.9.18
17922026-08-29T04:11:15.971Z Compiling tokio-stream v0.1.18
17932026-08-29T04:11:16.095Z Compiling buf-list v1.1.2
17942026-08-29T04:11:16.143Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17952026-08-29T04:11:16.186Z Compiling openapiv3 v2.2.0
17962026-08-29T04:11:16.306Z Compiling peg-runtime v0.8.5
17972026-08-29T04:11:16.371Z Compiling lalrpop-util v0.19.12
17982026-08-29T04:11:16.480Z Compiling thread_local v1.1.9
17992026-08-29T04:11:16.487Z Compiling slog-async v2.8.0
18002026-08-29T04:11:16.564Z Compiling crossbeam-channel v0.5.15
18012026-08-29T04:11:16.580Z Compiling filetime v0.2.27
18022026-08-29T04:11:16.593Z Compiling is-terminal v0.4.17
18032026-08-29T04:11:16.691Z Compiling take_mut v0.2.2
18042026-08-29T04:11:16.691Z Compiling xattr v1.6.1
18052026-08-29T04:11:16.744Z Compiling term v1.2.1
18062026-08-29T04:11:16.757Z Compiling camino-tempfile v1.4.1
18072026-08-29T04:11:16.866Z Compiling tar v0.4.46
18082026-08-29T04:11:17.020Z Compiling slog-term v2.9.2
18092026-08-29T04:11:22.866Z Compiling rustls-webpki v0.103.13
18102026-08-29T04:11:25.620Z Compiling tokio-rustls v0.26.4
18112026-08-29T04:11:25.620Z Compiling rustls-platform-verifier v0.6.2
18122026-08-29T04:11:25.620Z Compiling tough v0.22.0
18132026-08-29T04:11:25.839Z Compiling hyper-rustls v0.27.7
18142026-08-29T04:11:26.039Z Compiling reqwest v0.13.2
18152026-08-29T04:11:28.282Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18162026-08-29T04:11:28.528Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18172026-08-29T04:11:31.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
18182026-08-29T04:11:31.608Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18192026-08-29T04:11:31.665ZAug 29 04:11:30.080 INFO Starting download, target: Clickhouse
18202026-08-29T04:11:31.666ZAug 29 04:11:30.081 INFO Starting download, target: Cockroach
18212026-08-29T04:11:31.666ZAug 29 04:11:30.081 INFO Starting download, target: Console
18222026-08-29T04:11:31.677ZAug 29 04:11:30.081 INFO Starting download, target: DendriteStub
18232026-08-29T04:11:31.677ZAug 29 04:11:30.081 INFO Starting download, target: MaghemiteMgd
18242026-08-29T04:11:31.678ZAug 29 04:11:30.081 INFO Starting download, target: MaghemiteDdmd
18252026-08-29T04:11:31.678ZAug 29 04:11:30.081 INFO Starting download, target: TransceiverControl
18262026-08-29T04:11:31.678ZAug 29 04:11:30.081 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18272026-08-29T04:11:31.678ZAug 29 04:11:30.081 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18282026-08-29T04:11:31.678ZAug 29 04:11:30.081 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18292026-08-29T04:11:31.678ZAug 29 04:11:30.081 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18302026-08-29T04:11:31.678ZAug 29 04:11:30.081 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18312026-08-29T04:11:31.678ZAug 29 04:11:30.081 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18322026-08-29T04:11:31.678ZAug 29 04:11:30.081 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18332026-08-29T04:11:32.588ZAug 29 04:11:30.994 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18342026-08-29T04:11:32.784ZAug 29 04:11:31.202 INFO Download complete, target: TransceiverControl
18352026-08-29T04:11:33.813ZAug 29 04:11:32.228 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18362026-08-29T04:11:33.902ZAug 29 04:11:32.309 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18372026-08-29T04:11:33.968ZAug 29 04:11:32.383 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18382026-08-29T04:11:33.995ZAug 29 04:11:32.407 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18392026-08-29T04:11:34.057ZAug 29 04:11:32.469 INFO Download complete, target: Console
18402026-08-29T04:11:34.285ZAug 29 04:11:32.693 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18412026-08-29T04:11:34.663ZAug 29 04:11:33.081 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18422026-08-29T04:11:34.664ZAug 29 04:11:33.081 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18432026-08-29T04:11:35.793ZAug 29 04:11:34.210 INFO Download complete, target: MaghemiteDdmd
18442026-08-29T04:11:36.525ZAug 29 04:11:34.943 INFO Download complete, target: DendriteStub
18452026-08-29T04:11:36.771ZAug 29 04:11:35.188 INFO Download complete, target: MaghemiteMgd
18462026-08-29T04:11:39.285ZAug 29 04:11:37.700 INFO Checking that binary works, target: Cockroach
18472026-08-29T04:11:39.418ZAug 29 04:11:37.819 INFO Download complete, target: Cockroach
18482026-08-29T04:11:40.603ZAug 29 04:11:39.011 INFO Checking that binary works, target: Clickhouse
18492026-08-29T04:11:40.729ZAug 29 04:11:39.141 INFO Download complete, target: Clickhouse
18502026-08-29T04:11:40.746ZAll builder prerequisites installed successfully, and PATH looks valid
18512026-08-29T04:11:40.759Z
18522026-08-29T04:11:40.759Zreal 2:11.909293728
18532026-08-29T04:11:40.759Zuser 7:23.981451273
18542026-08-29T04:11:40.760Zsys 1:29.045283145
18552026-08-29T04:11:40.760Ztrap 0.257023224
18562026-08-29T04:11:40.760Ztflt 0.572316930
18572026-08-29T04:11:40.760Zdflt 1.028303434
18582026-08-29T04:11:40.760Zkflt 0.025035735
18592026-08-29T04:11:40.760Zlock 28:06.268393937
18602026-08-29T04:11:40.760Zslp 22:21.785086860
18612026-08-29T04:11:40.760Zlat 49.409025402
18622026-08-29T04:11:40.760Zstop 2:46.772325531
18632026-08-29T04:11:40.760Z+ banner hack-check
18642026-08-29T04:11:40.760Z
18652026-08-29T04:11:40.760Z # # ## #### # # #### # # ###### #### # #
18662026-08-29T04:11:40.761Z # # # # # # # # # # # # # # # # #
18672026-08-29T04:11:40.761Z ###### # # # #### ##### # ###### ##### # ####
18682026-08-29T04:11:40.762Z # # ###### # # # # # # # # # #
18692026-08-29T04:11:40.762Z # # # # # # # # # # # # # # # # #
18702026-08-29T04:11:40.762Z # # # # #### # # #### # # ###### #### # #
18712026-08-29T04:11:40.762Z
18722026-08-29T04:11:40.762Z+ export CARGO_INCREMENTAL=0
18732026-08-29T04:11:40.762Z+ CARGO_INCREMENTAL=0
18742026-08-29T04:11:40.762Z+ ptime -m timeout 2h cargo xtask check-features --ci
18752026-08-29T04:11:41.216Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18762026-08-29T04:11:41.537Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18772026-08-29T04:11:43.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
18782026-08-29T04:11:43.459Z Running `target/debug/xtask check-features --ci`
18792026-08-29T04:11:43.497Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18802026-08-29T04:11:43.545Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18812026-08-29T04:11:43.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18822026-08-29T04:11:43.933Z Running `target/debug/xtask download cargo-hack`
18832026-08-29T04:11:44.792Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18842026-08-29T04:11:45.039Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18852026-08-29T04:11:47.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s
18862026-08-29T04:11:47.787Z Running `target/debug/xtask-downloader cargo-hack`
18872026-08-29T04:11:47.829ZAug 29 04:11:46.246 INFO Starting download, target: CargoHack
18882026-08-29T04:11:47.833ZAug 29 04:11:46.246 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18892026-08-29T04:11:48.178ZAug 29 04:11:46.596 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18902026-08-29T04:11:48.225ZAug 29 04:11:46.643 INFO Download complete, target: CargoHack
18912026-08-29T04:11:48.231Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18922026-08-29T04:11:48.240Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18932026-08-29T04:11:48.401Zinfo: running `cargo check --bins` on api_identity (1/376)
18942026-08-29T04:11:48.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-08-29T04:11:48.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-08-29T04:11:48.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-08-29T04:11:48.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18982026-08-29T04:11:48.956Z
18992026-08-29T04:11:48.956Zinfo: running `cargo check --bins` on bootstore (2/376)
19002026-08-29T04:11:49.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-08-29T04:11:49.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-08-29T04:11:49.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-08-29T04:11:49.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19042026-08-29T04:11:49.511Z
19052026-08-29T04:11:49.511Zinfo: running `cargo check --bins` on omicron-ledger (3/376)
19062026-08-29T04:11:49.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-08-29T04:11:49.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-08-29T04:11:49.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-08-29T04:11:49.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19102026-08-29T04:11:50.071Z
19112026-08-29T04:11:50.071Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/376)
19122026-08-29T04:11:50.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-08-29T04:11:50.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-08-29T04:11:50.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-08-29T04:11:50.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19162026-08-29T04:11:50.622Z
19172026-08-29T04:11:50.622Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/376)
19182026-08-29T04:11:51.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-08-29T04:11:51.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-08-29T04:11:51.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-08-29T04:11:51.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19222026-08-29T04:11:51.177Z
19232026-08-29T04:11:51.177Zinfo: running `cargo check --bins` on omicron-certificates (6/376)
19242026-08-29T04:11:51.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-08-29T04:11:51.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-08-29T04:11:51.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-08-29T04:11:51.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19282026-08-29T04:11:51.744Z
19292026-08-29T04:11:51.744Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/376)
19302026-08-29T04:11:52.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-08-29T04:11:52.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-08-29T04:11:52.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-08-29T04:11:52.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19342026-08-29T04:11:52.319Z
19352026-08-29T04:11:52.319Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/376)
19362026-08-29T04:11:52.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-08-29T04:11:52.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-08-29T04:11:52.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-08-29T04:11:52.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
19402026-08-29T04:11:52.882Z
19412026-08-29T04:11:52.882Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/376)
19422026-08-29T04:11:53.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-08-29T04:11:53.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-08-29T04:11:53.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-08-29T04:11:53.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19462026-08-29T04:11:53.294Z
19472026-08-29T04:11:53.294Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/376)
19482026-08-29T04:11:53.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-08-29T04:11:53.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-08-29T04:11:53.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-08-29T04:11:53.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19522026-08-29T04:11:53.714Z
19532026-08-29T04:11:53.714Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/376)
19542026-08-29T04:11:54.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-08-29T04:11:54.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-08-29T04:11:54.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-08-29T04:11:54.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19582026-08-29T04:11:54.178Z
19592026-08-29T04:11:54.178Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/376)
19602026-08-29T04:11:54.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-08-29T04:11:54.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-08-29T04:11:54.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-08-29T04:11:54.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19642026-08-29T04:11:54.553Z
19652026-08-29T04:11:54.553Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/376)
19662026-08-29T04:11:54.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-08-29T04:11:54.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-08-29T04:11:54.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-08-29T04:11:54.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19702026-08-29T04:11:54.966Z
19712026-08-29T04:11:54.966Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/376)
19722026-08-29T04:11:55.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-08-29T04:11:55.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-08-29T04:11:55.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-08-29T04:11:55.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19762026-08-29T04:11:55.383Z
19772026-08-29T04:11:55.383Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/376)
19782026-08-29T04:11:55.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-08-29T04:11:55.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-08-29T04:11:55.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-08-29T04:11:55.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19822026-08-29T04:11:55.811Z
19832026-08-29T04:11:55.811Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/376)
19842026-08-29T04:11:56.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-08-29T04:11:56.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-08-29T04:11:56.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-08-29T04:11:56.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19882026-08-29T04:11:56.248Z
19892026-08-29T04:11:56.248Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/376)
19902026-08-29T04:11:56.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-08-29T04:11:56.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-08-29T04:11:56.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-08-29T04:11:56.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19942026-08-29T04:11:56.653Z
19952026-08-29T04:11:56.655Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/376)
19962026-08-29T04:11:56.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-08-29T04:11:57.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-08-29T04:11:57.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-08-29T04:11:57.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20002026-08-29T04:11:57.044Z
20012026-08-29T04:11:57.044Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/376)
20022026-08-29T04:11:57.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-08-29T04:11:57.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-08-29T04:11:57.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-08-29T04:11:57.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20062026-08-29T04:11:57.470Z
20072026-08-29T04:11:57.470Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/376)
20082026-08-29T04:11:57.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-08-29T04:11:57.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-08-29T04:11:57.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-08-29T04:11:57.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20122026-08-29T04:11:57.897Z
20132026-08-29T04:11:57.897Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/376)
20142026-08-29T04:11:58.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-08-29T04:11:58.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-08-29T04:11:58.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-08-29T04:11:58.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20182026-08-29T04:11:58.294Z
20192026-08-29T04:11:58.294Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/376)
20202026-08-29T04:11:58.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-08-29T04:11:58.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-08-29T04:11:58.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-08-29T04:11:58.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20242026-08-29T04:11:58.706Z
20252026-08-29T04:11:58.707Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/376)
20262026-08-29T04:11:59.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-08-29T04:11:59.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-08-29T04:11:59.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-08-29T04:11:59.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20302026-08-29T04:11:59.118Z
20312026-08-29T04:11:59.118Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/376)
20322026-08-29T04:11:59.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-08-29T04:11:59.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-08-29T04:11:59.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-08-29T04:11:59.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20362026-08-29T04:11:59.534Z
20372026-08-29T04:11:59.534Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/376)
20382026-08-29T04:12:00.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-08-29T04:12:00.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-08-29T04:12:00.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-08-29T04:12:00.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20422026-08-29T04:12:00.420Z
20432026-08-29T04:12:00.421Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/376)
20442026-08-29T04:12:00.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-08-29T04:12:00.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-08-29T04:12:00.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-08-29T04:12:00.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20482026-08-29T04:12:00.421Z
20492026-08-29T04:12:00.421Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/376)
20502026-08-29T04:12:00.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-08-29T04:12:00.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-08-29T04:12:00.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-08-29T04:12:00.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20542026-08-29T04:12:00.783Z
20552026-08-29T04:12:00.783Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/376)
20562026-08-29T04:12:01.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-08-29T04:12:01.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-08-29T04:12:01.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-08-29T04:12:01.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20602026-08-29T04:12:01.198Z
20612026-08-29T04:12:01.198Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/376)
20622026-08-29T04:12:01.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-08-29T04:12:01.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-08-29T04:12:01.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-08-29T04:12:01.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20662026-08-29T04:12:01.613Z
20672026-08-29T04:12:01.613Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/376)
20682026-08-29T04:12:01.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-08-29T04:12:01.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-08-29T04:12:01.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-08-29T04:12:01.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20722026-08-29T04:12:02.029Z
20732026-08-29T04:12:02.029Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/376)
20742026-08-29T04:12:02.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-08-29T04:12:02.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-08-29T04:12:02.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-08-29T04:12:02.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20782026-08-29T04:12:02.446Z
20792026-08-29T04:12:02.446Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/376)
20802026-08-29T04:12:02.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-08-29T04:12:02.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-08-29T04:12:02.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-08-29T04:12:02.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20842026-08-29T04:12:02.867Z
20852026-08-29T04:12:02.867Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/376)
20862026-08-29T04:12:03.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-08-29T04:12:03.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-08-29T04:12:03.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-08-29T04:12:03.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20902026-08-29T04:12:03.284Z
20912026-08-29T04:12:03.284Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/376)
20922026-08-29T04:12:03.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-08-29T04:12:03.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-08-29T04:12:03.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-08-29T04:12:03.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20962026-08-29T04:12:03.704Z
20972026-08-29T04:12:03.704Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/376)
20982026-08-29T04:12:04.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-08-29T04:12:04.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-08-29T04:12:04.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-08-29T04:12:04.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21022026-08-29T04:12:04.176Z
21032026-08-29T04:12:04.176Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/376)
21042026-08-29T04:12:04.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-08-29T04:12:04.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-08-29T04:12:04.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-08-29T04:12:04.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21082026-08-29T04:12:04.540Z
21092026-08-29T04:12:04.540Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/376)
21102026-08-29T04:12:04.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-08-29T04:12:04.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-08-29T04:12:04.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-08-29T04:12:04.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21142026-08-29T04:12:04.958Z
21152026-08-29T04:12:04.958Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/376)
21162026-08-29T04:12:05.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-08-29T04:12:05.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-08-29T04:12:05.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-08-29T04:12:05.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21202026-08-29T04:12:05.376Z
21212026-08-29T04:12:05.376Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/376)
21222026-08-29T04:12:05.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-08-29T04:12:05.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-08-29T04:12:05.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-08-29T04:12:05.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21262026-08-29T04:12:05.797Z
21272026-08-29T04:12:05.797Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/376)
21282026-08-29T04:12:06.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-08-29T04:12:06.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-08-29T04:12:06.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-08-29T04:12:06.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21322026-08-29T04:12:06.217Z
21332026-08-29T04:12:06.217Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/376)
21342026-08-29T04:12:06.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-08-29T04:12:06.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-08-29T04:12:06.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-08-29T04:12:06.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21382026-08-29T04:12:06.635Z
21392026-08-29T04:12:06.636Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/376)
21402026-08-29T04:12:07.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-08-29T04:12:07.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-08-29T04:12:07.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-08-29T04:12:07.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21442026-08-29T04:12:07.055Z
21452026-08-29T04:12:07.055Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/376)
21462026-08-29T04:12:07.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-08-29T04:12:07.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-08-29T04:12:07.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-08-29T04:12:07.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21502026-08-29T04:12:07.471Z
21512026-08-29T04:12:07.471Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/376)
21522026-08-29T04:12:07.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-08-29T04:12:07.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-08-29T04:12:07.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-08-29T04:12:07.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21562026-08-29T04:12:07.890Z
21572026-08-29T04:12:07.891Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/376)
21582026-08-29T04:12:08.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-08-29T04:12:08.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-08-29T04:12:08.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-08-29T04:12:08.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21622026-08-29T04:12:08.307Z
21632026-08-29T04:12:08.307Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/376)
21642026-08-29T04:12:08.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-08-29T04:12:08.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-08-29T04:12:08.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-08-29T04:12:08.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21682026-08-29T04:12:08.728Z
21692026-08-29T04:12:08.728Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/376)
21702026-08-29T04:12:09.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-08-29T04:12:09.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-08-29T04:12:09.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-08-29T04:12:09.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21742026-08-29T04:12:09.148Z
21752026-08-29T04:12:09.148Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/376)
21762026-08-29T04:12:09.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-08-29T04:12:09.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-08-29T04:12:09.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-08-29T04:12:09.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21802026-08-29T04:12:09.566Z
21812026-08-29T04:12:09.566Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/376)
21822026-08-29T04:12:09.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-08-29T04:12:09.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-08-29T04:12:09.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-08-29T04:12:09.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21862026-08-29T04:12:09.983Z
21872026-08-29T04:12:09.984Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/376)
21882026-08-29T04:12:10.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-08-29T04:12:10.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-08-29T04:12:10.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-08-29T04:12:10.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21922026-08-29T04:12:10.436Z
21932026-08-29T04:12:10.436Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/376)
21942026-08-29T04:12:10.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-08-29T04:12:10.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-08-29T04:12:10.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-08-29T04:12:10.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21982026-08-29T04:12:10.821Z
21992026-08-29T04:12:10.821Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/376)
22002026-08-29T04:12:11.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-08-29T04:12:11.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-08-29T04:12:11.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-08-29T04:12:11.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22042026-08-29T04:12:11.247Z
22052026-08-29T04:12:11.247Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/376)
22062026-08-29T04:12:11.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-08-29T04:12:11.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-08-29T04:12:11.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-08-29T04:12:11.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22102026-08-29T04:12:11.656Z
22112026-08-29T04:12:11.657Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/376)
22122026-08-29T04:12:12.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-08-29T04:12:12.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-08-29T04:12:12.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-08-29T04:12:12.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22162026-08-29T04:12:12.074Z
22172026-08-29T04:12:12.074Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/376)
22182026-08-29T04:12:12.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-08-29T04:12:12.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-08-29T04:12:12.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-08-29T04:12:12.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22222026-08-29T04:12:12.492Z
22232026-08-29T04:12:12.492Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/376)
22242026-08-29T04:12:12.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-08-29T04:12:12.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-08-29T04:12:12.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-08-29T04:12:12.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22282026-08-29T04:12:12.909Z
22292026-08-29T04:12:12.909Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/376)
22302026-08-29T04:12:13.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-08-29T04:12:13.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-08-29T04:12:13.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-08-29T04:12:13.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22342026-08-29T04:12:13.328Z
22352026-08-29T04:12:13.329Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/376)
22362026-08-29T04:12:13.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-08-29T04:12:13.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-08-29T04:12:13.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-08-29T04:12:13.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22402026-08-29T04:12:13.744Z
22412026-08-29T04:12:13.744Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/376)
22422026-08-29T04:12:14.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-08-29T04:12:14.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-08-29T04:12:14.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-08-29T04:12:14.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22462026-08-29T04:12:14.162Z
22472026-08-29T04:12:14.163Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/376)
22482026-08-29T04:12:14.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-08-29T04:12:14.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-08-29T04:12:14.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-08-29T04:12:14.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22522026-08-29T04:12:14.583Z
22532026-08-29T04:12:14.583Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/376)
22542026-08-29T04:12:14.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-08-29T04:12:14.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-08-29T04:12:14.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-08-29T04:12:14.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22582026-08-29T04:12:15.006Z
22592026-08-29T04:12:15.006Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/376)
22602026-08-29T04:12:15.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-08-29T04:12:15.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-08-29T04:12:15.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-08-29T04:12:15.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22642026-08-29T04:12:15.426Z
22652026-08-29T04:12:15.426Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/376)
22662026-08-29T04:12:15.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-08-29T04:12:15.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-08-29T04:12:15.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22692026-08-29T04:12:15.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22702026-08-29T04:12:15.890Z
22712026-08-29T04:12:15.891Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/376)
22722026-08-29T04:12:16.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22732026-08-29T04:12:16.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22742026-08-29T04:12:16.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22752026-08-29T04:12:16.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22762026-08-29T04:12:16.267Z
22772026-08-29T04:12:16.267Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/376)
22782026-08-29T04:12:16.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22792026-08-29T04:12:16.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22802026-08-29T04:12:16.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22812026-08-29T04:12:16.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
22822026-08-29T04:12:16.691Z
22832026-08-29T04:12:16.691Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/376)
22842026-08-29T04:12:17.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22852026-08-29T04:12:17.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22862026-08-29T04:12:17.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22872026-08-29T04:12:17.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22882026-08-29T04:12:17.109Z
22892026-08-29T04:12:17.110Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/376)
22902026-08-29T04:12:17.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22912026-08-29T04:12:17.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22922026-08-29T04:12:17.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22932026-08-29T04:12:17.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22942026-08-29T04:12:17.530Z
22952026-08-29T04:12:17.530Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/376)
22962026-08-29T04:12:17.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22972026-08-29T04:12:17.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22982026-08-29T04:12:17.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22992026-08-29T04:12:17.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23002026-08-29T04:12:17.951Z
23012026-08-29T04:12:17.951Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/376)
23022026-08-29T04:12:18.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23032026-08-29T04:12:18.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23042026-08-29T04:12:18.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23052026-08-29T04:12:18.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23062026-08-29T04:12:18.372Z
23072026-08-29T04:12:18.373Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/376)
23082026-08-29T04:12:18.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23092026-08-29T04:12:18.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23102026-08-29T04:12:18.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23112026-08-29T04:12:18.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23122026-08-29T04:12:18.791Z
23132026-08-29T04:12:18.791Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/376)
23142026-08-29T04:12:19.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23152026-08-29T04:12:19.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23162026-08-29T04:12:19.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23172026-08-29T04:12:19.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23182026-08-29T04:12:19.208Z
23192026-08-29T04:12:19.208Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/376)
23202026-08-29T04:12:19.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23212026-08-29T04:12:19.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23222026-08-29T04:12:19.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23232026-08-29T04:12:19.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23242026-08-29T04:12:19.635Z
23252026-08-29T04:12:19.635Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/376)
23262026-08-29T04:12:19.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23272026-08-29T04:12:19.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23282026-08-29T04:12:19.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23292026-08-29T04:12:19.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23302026-08-29T04:12:20.044Z
23312026-08-29T04:12:20.044Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/376)
23322026-08-29T04:12:20.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23332026-08-29T04:12:20.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23342026-08-29T04:12:20.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23352026-08-29T04:12:20.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23362026-08-29T04:12:20.463Z
23372026-08-29T04:12:20.463Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/376)
23382026-08-29T04:12:20.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23392026-08-29T04:12:20.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23402026-08-29T04:12:20.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23412026-08-29T04:12:20.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23422026-08-29T04:12:20.882Z
23432026-08-29T04:12:20.882Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/376)
23442026-08-29T04:12:21.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23452026-08-29T04:12:21.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23462026-08-29T04:12:21.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23472026-08-29T04:12:21.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23482026-08-29T04:12:21.303Z
23492026-08-29T04:12:21.303Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/376)
23502026-08-29T04:12:21.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23512026-08-29T04:12:21.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23522026-08-29T04:12:21.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23532026-08-29T04:12:21.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23542026-08-29T04:12:21.724Z
23552026-08-29T04:12:21.724Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/376)
23562026-08-29T04:12:22.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23572026-08-29T04:12:22.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23582026-08-29T04:12:22.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23592026-08-29T04:12:22.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23602026-08-29T04:12:22.142Z
23612026-08-29T04:12:22.142Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/376)
23622026-08-29T04:12:22.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632026-08-29T04:12:22.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642026-08-29T04:12:22.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23652026-08-29T04:12:22.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23662026-08-29T04:12:22.560Z
23672026-08-29T04:12:22.560Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/376)
23682026-08-29T04:12:22.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692026-08-29T04:12:22.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702026-08-29T04:12:22.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23712026-08-29T04:12:22.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23722026-08-29T04:12:22.980Z
23732026-08-29T04:12:22.980Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/376)
23742026-08-29T04:12:23.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752026-08-29T04:12:23.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762026-08-29T04:12:23.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23772026-08-29T04:12:23.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23782026-08-29T04:12:23.400Z
23792026-08-29T04:12:23.400Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/376)
23802026-08-29T04:12:23.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812026-08-29T04:12:23.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822026-08-29T04:12:23.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832026-08-29T04:12:23.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23842026-08-29T04:12:23.824Z
23852026-08-29T04:12:23.824Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/376)
23862026-08-29T04:12:24.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872026-08-29T04:12:24.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882026-08-29T04:12:24.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892026-08-29T04:12:24.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23902026-08-29T04:12:24.248Z
23912026-08-29T04:12:24.248Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/376)
23922026-08-29T04:12:24.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932026-08-29T04:12:24.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942026-08-29T04:12:24.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952026-08-29T04:12:24.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23962026-08-29T04:12:24.669Z
23972026-08-29T04:12:24.669Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/376)
23982026-08-29T04:12:25.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992026-08-29T04:12:25.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002026-08-29T04:12:25.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012026-08-29T04:12:25.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24022026-08-29T04:12:25.088Z
24032026-08-29T04:12:25.088Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/376)
24042026-08-29T04:12:25.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052026-08-29T04:12:25.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062026-08-29T04:12:25.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24072026-08-29T04:12:25.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24082026-08-29T04:12:25.509Z
24092026-08-29T04:12:25.509Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/376)
24102026-08-29T04:12:25.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112026-08-29T04:12:25.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122026-08-29T04:12:25.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24132026-08-29T04:12:25.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24142026-08-29T04:12:25.930Z
24152026-08-29T04:12:25.930Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/376)
24162026-08-29T04:12:26.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172026-08-29T04:12:26.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182026-08-29T04:12:26.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24192026-08-29T04:12:26.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24202026-08-29T04:12:26.350Z
24212026-08-29T04:12:26.350Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (89/376)
24222026-08-29T04:12:26.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232026-08-29T04:12:26.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242026-08-29T04:12:26.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252026-08-29T04:12:26.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24262026-08-29T04:12:26.964Z
24272026-08-29T04:12:26.964Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/376)
24282026-08-29T04:12:27.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292026-08-29T04:12:27.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302026-08-29T04:12:27.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312026-08-29T04:12:27.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24322026-08-29T04:12:27.575Z
24332026-08-29T04:12:27.575Zinfo: running `cargo check --bins` on nexus-config (91/376)
24342026-08-29T04:12:28.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352026-08-29T04:12:28.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362026-08-29T04:12:28.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372026-08-29T04:12:28.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24382026-08-29T04:12:28.184Z
24392026-08-29T04:12:28.184Zinfo: running `cargo check --bins` on nexus-types (92/376)
24402026-08-29T04:12:28.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412026-08-29T04:12:28.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422026-08-29T04:12:28.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432026-08-29T04:12:28.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24442026-08-29T04:12:28.790Z
24452026-08-29T04:12:28.790Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/376)
24462026-08-29T04:12:29.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472026-08-29T04:12:29.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482026-08-29T04:12:29.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492026-08-29T04:12:29.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24502026-08-29T04:12:29.372Z
24512026-08-29T04:12:29.372Zinfo: running `cargo check --bins` on omicron-passwords (94/376)
24522026-08-29T04:12:29.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532026-08-29T04:12:29.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542026-08-29T04:12:29.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552026-08-29T04:12:29.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24562026-08-29T04:12:29.928Z
24572026-08-29T04:12:29.928Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (95/376)
24582026-08-29T04:12:30.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592026-08-29T04:12:30.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602026-08-29T04:12:30.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612026-08-29T04:12:30.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24622026-08-29T04:12:30.508Z
24632026-08-29T04:12:30.508Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/376)
24642026-08-29T04:12:30.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652026-08-29T04:12:30.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662026-08-29T04:12:30.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672026-08-29T04:12:31.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24682026-08-29T04:12:31.087Z
24692026-08-29T04:12:31.087Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/376)
24702026-08-29T04:12:31.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712026-08-29T04:12:31.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722026-08-29T04:12:31.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732026-08-29T04:12:31.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24742026-08-29T04:12:31.669Z
24752026-08-29T04:12:31.670Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/376)
24762026-08-29T04:12:32.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772026-08-29T04:12:32.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782026-08-29T04:12:32.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792026-08-29T04:12:32.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24802026-08-29T04:12:32.252Z
24812026-08-29T04:12:32.252Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/376)
24822026-08-29T04:12:32.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832026-08-29T04:12:32.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842026-08-29T04:12:32.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852026-08-29T04:12:32.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24862026-08-29T04:12:32.808Z
24872026-08-29T04:12:32.809Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/376)
24882026-08-29T04:12:33.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892026-08-29T04:12:33.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902026-08-29T04:12:33.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912026-08-29T04:12:33.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24922026-08-29T04:12:33.364Z
24932026-08-29T04:12:33.364Zinfo: running `cargo check --bins --no-default-features` on gfss (101/376)
24942026-08-29T04:12:33.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952026-08-29T04:12:33.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962026-08-29T04:12:33.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972026-08-29T04:12:33.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24982026-08-29T04:12:33.918Z
24992026-08-29T04:12:33.918Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/376)
25002026-08-29T04:12:34.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012026-08-29T04:12:34.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022026-08-29T04:12:34.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032026-08-29T04:12:34.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25042026-08-29T04:12:34.475Z
25052026-08-29T04:12:34.475Zinfo: running `cargo check --bins` on trust-quorum-types (103/376)
25062026-08-29T04:12:34.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072026-08-29T04:12:34.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082026-08-29T04:12:34.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092026-08-29T04:12:34.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25102026-08-29T04:12:35.035Z
25112026-08-29T04:12:35.035Zinfo: running `cargo check --bins` on wicketd-commission-types (104/376)
25122026-08-29T04:12:35.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132026-08-29T04:12:35.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142026-08-29T04:12:35.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152026-08-29T04:12:35.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25162026-08-29T04:12:35.617Z
25172026-08-29T04:12:35.617Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (105/376)
25182026-08-29T04:12:36.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192026-08-29T04:12:36.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202026-08-29T04:12:36.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212026-08-29T04:12:36.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25222026-08-29T04:12:36.196Z
25232026-08-29T04:12:36.200Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (106/376)
25242026-08-29T04:12:36.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252026-08-29T04:12:36.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262026-08-29T04:12:36.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272026-08-29T04:12:36.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25282026-08-29T04:12:36.762Z
25292026-08-29T04:12:36.762Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/376)
25302026-08-29T04:12:37.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312026-08-29T04:12:37.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322026-08-29T04:12:37.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332026-08-29T04:12:37.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25342026-08-29T04:12:37.329Z
25352026-08-29T04:12:37.329Zinfo: running `cargo check --bins` on clickhouse-admin-types (108/376)
25362026-08-29T04:12:37.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372026-08-29T04:12:37.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382026-08-29T04:12:37.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392026-08-29T04:12:37.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25402026-08-29T04:12:37.898Z
25412026-08-29T04:12:37.898Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (109/376)
25422026-08-29T04:12:38.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432026-08-29T04:12:38.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442026-08-29T04:12:38.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452026-08-29T04:12:38.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25462026-08-29T04:12:38.474Z
25472026-08-29T04:12:38.474Zinfo: running `cargo check --bins` on cockroach-admin-types (110/376)
25482026-08-29T04:12:38.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492026-08-29T04:12:38.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502026-08-29T04:12:38.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512026-08-29T04:12:38.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25522026-08-29T04:12:39.034Z
25532026-08-29T04:12:39.034Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (111/376)
25542026-08-29T04:12:39.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552026-08-29T04:12:39.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562026-08-29T04:12:39.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572026-08-29T04:12:39.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25582026-08-29T04:12:39.593Z
25592026-08-29T04:12:39.593Zinfo: running `cargo check --bins` on ereport-types (112/376)
25602026-08-29T04:12:40.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612026-08-29T04:12:40.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622026-08-29T04:12:40.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632026-08-29T04:12:40.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25642026-08-29T04:12:40.157Z
25652026-08-29T04:12:40.157Zinfo: running `cargo check --bins` on gateway-client (113/376)
25662026-08-29T04:12:40.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672026-08-29T04:12:40.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682026-08-29T04:12:40.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692026-08-29T04:12:40.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25702026-08-29T04:12:40.726Z
25712026-08-29T04:12:40.727Zinfo: running `cargo check --bins --no-default-features` on gateway-types (114/376)
25722026-08-29T04:12:41.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732026-08-29T04:12:41.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742026-08-29T04:12:41.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752026-08-29T04:12:41.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25762026-08-29T04:12:41.293Z
25772026-08-29T04:12:41.293Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/376)
25782026-08-29T04:12:41.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792026-08-29T04:12:41.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802026-08-29T04:12:41.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812026-08-29T04:12:41.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25822026-08-29T04:12:41.860Z
25832026-08-29T04:12:41.860Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (116/376)
25842026-08-29T04:12:42.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852026-08-29T04:12:42.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862026-08-29T04:12:42.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872026-08-29T04:12:42.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25882026-08-29T04:12:42.452Z
25892026-08-29T04:12:42.452Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/376)
25902026-08-29T04:12:42.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912026-08-29T04:12:42.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922026-08-29T04:12:42.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932026-08-29T04:12:42.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25942026-08-29T04:12:43.042Z
25952026-08-29T04:12:43.042Zinfo: running `cargo check --bins` on key-manager-types (118/376)
25962026-08-29T04:12:43.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972026-08-29T04:12:43.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982026-08-29T04:12:43.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992026-08-29T04:12:43.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26002026-08-29T04:12:43.607Z
26012026-08-29T04:12:43.607Zinfo: running `cargo check --bins` on oxlog (119/376)
26022026-08-29T04:12:44.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032026-08-29T04:12:44.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042026-08-29T04:12:44.215Z Checking cfg-if v1.0.4
26052026-08-29T04:12:44.218Z Checking serde_core v1.0.228
26062026-08-29T04:12:44.319Z Checking libc v0.2.185
26072026-08-29T04:12:44.333Z Checking memchr v2.8.0
26082026-08-29T04:12:44.344Z Checking log v0.4.33
26092026-08-29T04:12:44.344Z Checking smallvec v1.15.1
26102026-08-29T04:12:44.364Z Checking subtle v2.6.1
26112026-08-29T04:12:44.421Z Checking itoa v1.0.17
26122026-08-29T04:12:44.426Z Checking scopeguard v1.2.0
26132026-08-29T04:12:44.480Z Checking lock_api v0.4.14
26142026-08-29T04:12:44.495Z Checking typenum v1.20.1
26152026-08-29T04:12:44.506Z Checking stable_deref_trait v1.2.1
26162026-08-29T04:12:44.518Z Checking zerofrom v0.1.6
26172026-08-29T04:12:44.530Z Checking portable-atomic v1.13.1
26182026-08-29T04:12:44.573Z Checking zerocopy v0.8.55
26192026-08-29T04:12:44.626Z Checking yoke v0.8.1
26202026-08-29T04:12:44.679Z Checking critical-section v1.2.0
26212026-08-29T04:12:44.723Z Checking errno v0.3.14
26222026-08-29T04:12:44.723Z Checking getrandom v0.2.17
26232026-08-29T04:12:44.775Z Checking pin-project-lite v0.2.17
26242026-08-29T04:12:44.797Z Checking zerovec v0.11.5
26252026-08-29T04:12:44.860Z Checking const-oid v0.9.6
26262026-08-29T04:12:44.872Z Checking libm v0.2.16
26272026-08-29T04:12:44.884Z Checking rand_core v0.6.4
26282026-08-29T04:12:44.940Z Checking once_cell v1.21.3
26292026-08-29T04:12:45.057Z Checking zmij v1.0.21
26302026-08-29T04:12:45.119Z Checking signal-hook-registry v1.4.8
26312026-08-29T04:12:45.234Z Checking tinystr v0.8.2
26322026-08-29T04:12:45.245Z Checking parking_lot_core v0.9.12
26332026-08-29T04:12:45.263Z Checking percent-encoding v2.3.2
26342026-08-29T04:12:45.275Z Checking litemap v0.8.1
26352026-08-29T04:12:45.399Z Checking futures-core v0.3.32
26362026-08-29T04:12:45.411Z Checking rand_core v0.10.0
26372026-08-29T04:12:45.428Z Checking writeable v0.6.2
26382026-08-29T04:12:45.442Z Checking parking_lot v0.12.5
26392026-08-29T04:12:45.523Z Checking potential_utf v0.1.4
26402026-08-29T04:12:45.543Z Checking zerotrie v0.2.3
26412026-08-29T04:12:45.551Z Checking getrandom v0.4.3
26422026-08-29T04:12:45.562Z Checking num-traits v0.2.19
26432026-08-29T04:12:45.586Z Checking icu_locale_core v2.1.1
26442026-08-29T04:12:45.630Z Checking mio v1.2.0
26452026-08-29T04:12:45.647Z Checking equivalent v1.0.2
26462026-08-29T04:12:45.694Z Checking icu_collections v2.1.1
26472026-08-29T04:12:45.730Z Checking socket2 v0.6.3
26482026-08-29T04:12:45.781Z Checking icu_properties_data v2.1.2
26492026-08-29T04:12:45.816Z Checking serde v1.0.228
26502026-08-29T04:12:45.903Z Checking bitflags v2.11.0
26512026-08-29T04:12:45.916Z Checking serde_json v1.0.151
26522026-08-29T04:12:45.962Z Checking icu_normalizer_data v2.1.1
26532026-08-29T04:12:45.988Z Checking byteorder v1.5.0
26542026-08-29T04:12:46.033Z Checking futures-sink v0.3.32
26552026-08-29T04:12:46.066Z Checking hashbrown v0.17.0
26562026-08-29T04:12:46.091Z Checking getrandom v0.3.4
26572026-08-29T04:12:46.131Z Checking futures-channel v0.3.32
26582026-08-29T04:12:46.134Z Checking icu_provider v2.1.1
26592026-08-29T04:12:46.182Z Checking slab v0.4.12
26602026-08-29T04:12:46.223Z Checking zeroize v1.9.0
26612026-08-29T04:12:46.235Z Checking bytes v1.11.1
26622026-08-29T04:12:46.320Z Checking utf8_iter v1.0.4
26632026-08-29T04:12:46.333Z Checking futures-task v0.3.32
26642026-08-29T04:12:46.371Z Checking icu_normalizer v2.1.1
26652026-08-29T04:12:46.394Z Checking generic-array v0.14.7
26662026-08-29T04:12:46.438Z Checking icu_properties v2.1.2
26672026-08-29T04:12:46.468Z Checking futures-io v0.3.32
26682026-08-29T04:12:46.523Z Checking indexmap v2.14.0
26692026-08-29T04:12:46.579Z Checking futures-util v0.3.32
26702026-08-29T04:12:46.591Z Checking rustix v1.1.4
26712026-08-29T04:12:46.668Z Checking form_urlencoded v1.2.2
26722026-08-29T04:12:46.688Z Checking tokio v1.52.1
26732026-08-29T04:12:46.796Z Checking fnv v1.0.7
26742026-08-29T04:12:46.850Z Checking block-buffer v0.10.4
26752026-08-29T04:12:46.890Z Checking crypto-common v0.1.7
26762026-08-29T04:12:46.986Z Checking base64ct v1.8.3
26772026-08-29T04:12:47.016Z Checking digest v0.10.7
26782026-08-29T04:12:47.084Z Checking iana-time-zone v0.1.65
26792026-08-29T04:12:47.189Z Checking flagset v0.4.7
26802026-08-29T04:12:47.216Z Checking chrono v0.4.45
26812026-08-29T04:12:47.233Z Checking pem-rfc7468 v0.7.0
26822026-08-29T04:12:47.266Z Checking idna_adapter v1.2.1
26832026-08-29T04:12:47.316Z Checking rand_core v0.9.5
26842026-08-29T04:12:47.375Z Checking ppv-lite86 v0.2.21
26852026-08-29T04:12:47.390Z Checking idna v1.1.0
26862026-08-29T04:12:47.401Z Checking der v0.7.10
26872026-08-29T04:12:47.433Z Checking uuid v1.23.4
26882026-08-29T04:12:47.497Z Checking base64 v0.22.1
26892026-08-29T04:12:47.632Z Checking url v2.5.8
26902026-08-29T04:12:47.679Z Checking regex-syntax v0.8.10
26912026-08-29T04:12:47.733Z Checking http v1.4.2
26922026-08-29T04:12:47.751Z Checking rand_chacha v0.9.0
26932026-08-29T04:12:47.954Z Checking tracing-core v0.1.36
26942026-08-29T04:12:48.070Z Checking dyn-clone v1.0.20
26952026-08-29T04:12:48.092Z Checking simd-adler32 v0.3.8
26962026-08-29T04:12:48.122Z Checking spki v0.7.3
26972026-08-29T04:12:48.169Z Checking cpufeatures v0.2.17
26982026-08-29T04:12:48.239Z Checking rand v0.9.2
26992026-08-29T04:12:48.256Z Checking rustls-pki-types v1.14.0
27002026-08-29T04:12:48.269Z Checking tracing v0.1.44
27012026-08-29T04:12:48.287Z Checking pkcs8 v0.10.2
27022026-08-29T04:12:48.304Z Checking http-body v1.0.1
27032026-08-29T04:12:48.428Z Checking semver v1.0.28
27042026-08-29T04:12:48.442Z Checking spin v0.9.8
27052026-08-29T04:12:48.470Z Checking anstyle v1.0.14
27062026-08-29T04:12:48.585Z Checking adler2 v2.0.1
27072026-08-29T04:12:48.591Z Checking utf8parse v0.2.2
27082026-08-29T04:12:48.618Z Checking openssl-probe v0.2.1
27092026-08-29T04:12:48.632Z Checking cmov v0.5.4
27102026-08-29T04:12:48.642Z Checking tinyvec_macros v0.1.1
27112026-08-29T04:12:48.653Z Checking schemars v0.8.22
27122026-08-29T04:12:48.657Z Checking anstyle-parse v1.0.0
27132026-08-29T04:12:48.704Z Checking tinyvec v1.10.0
27142026-08-29T04:12:48.717Z Checking miniz_oxide v0.8.9
27152026-08-29T04:12:48.730Z Checking sha2 v0.10.9
27162026-08-29T04:12:48.810Z Checking terminal_size v0.4.3
27172026-08-29T04:12:48.823Z Checking ctutils v0.4.2
27182026-08-29T04:12:48.923Z Checking aws-lc-sys v0.40.0
27192026-08-29T04:12:48.979Z Checking thiserror v2.0.18
27202026-08-29T04:12:48.999Z Checking fastrand v2.3.0
27212026-08-29T04:12:49.012Z Checking tower-layer v0.3.3
27222026-08-29T04:12:49.030Z Checking anstyle-query v1.1.5
27232026-08-29T04:12:49.068Z Checking atomic-waker v1.1.2
27242026-08-29T04:12:49.080Z Checking is_terminal_polyfill v1.70.2
27252026-08-29T04:12:49.120Z Checking tower-service v0.3.3
27262026-08-29T04:12:49.154Z Checking untrusted v0.7.1
27272026-08-29T04:12:49.166Z Checking try-lock v0.2.5
27282026-08-29T04:12:49.170Z Checking colorchoice v1.0.4
27292026-08-29T04:12:49.187Z Checking tempfile v3.27.0
27302026-08-29T04:12:49.203Z Checking hybrid-array v0.4.13
27312026-08-29T04:12:49.256Z Checking want v0.3.1
27322026-08-29T04:12:49.270Z Checking anstream v1.0.0
27332026-08-29T04:12:49.285Z Checking ipnet v2.12.0
27342026-08-29T04:12:49.314Z Checking crc32fast v1.5.0
27352026-08-29T04:12:49.376Z Checking httparse v1.10.1
27362026-08-29T04:12:49.383Z Checking aho-corasick v1.1.4
27372026-08-29T04:12:49.434Z Checking aws-lc-rs v1.16.3
27382026-08-29T04:12:49.451Z Checking foreign-types-shared v0.1.1
27392026-08-29T04:12:49.465Z Checking plain v0.2.3
27402026-08-29T04:12:49.532Z Checking untrusted v0.9.0
27412026-08-29T04:12:49.546Z Checking httpdate v1.0.3
27422026-08-29T04:12:49.561Z Checking tap v1.0.1
27432026-08-29T04:12:49.582Z Checking foreign-types v0.3.2
27442026-08-29T04:12:49.640Z Checking unicode-normalization v0.1.25
27452026-08-29T04:12:49.653Z Checking rand_chacha v0.3.1
27462026-08-29T04:12:49.664Z Checking wyz v0.5.1
27472026-08-29T04:12:49.684Z Checking signature v2.2.0
27482026-08-29T04:12:49.817Z Checking radium v0.7.0
27492026-08-29T04:12:49.832Z Checking hex v0.4.3
27502026-08-29T04:12:49.853Z Checking num-integer v0.1.46
27512026-08-29T04:12:49.955Z Checking openssl-sys v0.9.117
27522026-08-29T04:12:49.993Z Checking tokio-util v0.7.18
27532026-08-29T04:12:50.022Z Checking wait-timeout v0.2.1
27542026-08-29T04:12:50.037Z Checking socket2 v0.5.10
27552026-08-29T04:12:50.058Z Checking regex-automata v0.4.14
27562026-08-29T04:12:50.058Z Checking ucd-trie v0.1.7
27572026-08-29T04:12:50.082Z Checking strsim v0.11.1
27582026-08-29T04:12:50.149Z Checking funty v2.0.0
27592026-08-29T04:12:50.365Z Checking bit-vec v0.8.0
27602026-08-29T04:12:50.365Z Checking unicode-ident v1.0.24
27612026-08-29T04:12:50.365Z Checking quick-error v1.2.3
27622026-08-29T04:12:50.365Z Checking rustls-webpki v0.103.13
27632026-08-29T04:12:50.365Z Checking clap_lex v1.0.0
27642026-08-29T04:12:50.365Z Checking proc-macro2 v1.0.106
27652026-08-29T04:12:50.377Z Checking rusty-fork v0.3.1
27662026-08-29T04:12:50.387Z Checking bit-set v0.8.0
27672026-08-29T04:12:50.435Z Checking bitvec v1.0.1
27682026-08-29T04:12:50.471Z Checking clap_builder v4.6.0
27692026-08-29T04:12:50.525Z Checking openssl v0.10.80
27702026-08-29T04:12:50.544Z Checking pest v2.8.6
27712026-08-29T04:12:50.613Z Checking h2 v0.4.15
27722026-08-29T04:12:50.657Z Checking num-iter v0.1.45
27732026-08-29T04:12:50.705Z Checking rustls v0.23.41
27742026-08-29T04:12:50.766Z Checking rand v0.8.6
27752026-08-29T04:12:51.282Z Checking lazy_static v1.5.0
27762026-08-29T04:12:51.371Z Checking rand_xorshift v0.4.0
27772026-08-29T04:12:51.502Z Checking hmac v0.12.1
27782026-08-29T04:12:51.609Z Checking thiserror v1.0.69
27792026-08-29T04:12:51.638Z Checking maybe-uninit v2.0.0
27802026-08-29T04:12:51.700Z Checking toml_datetime v0.6.11
27812026-08-29T04:12:51.704Z Checking serde_spanned v0.6.9
27822026-08-29T04:12:51.704Z Checking sync_wrapper v1.0.2
27832026-08-29T04:12:51.737Z Checking zlib-rs v0.6.2
27842026-08-29T04:12:51.820Z Checking powerfmt v0.2.0
27852026-08-29T04:12:51.833Z Checking unarray v0.1.4
27862026-08-29T04:12:51.880Z Checking siphasher v1.0.2
27872026-08-29T04:12:51.907Z Checking crc-catalog v2.4.0
27882026-08-29T04:12:51.933Z Checking nodrop v0.1.14
27892026-08-29T04:12:51.969Z Checking pretty-hex v0.4.1
27902026-08-29T04:12:51.996Z Checking crc v3.4.0
27912026-08-29T04:12:52.017Z Checking array-init v0.0.4
27922026-08-29T04:12:52.032Z Checking deranged v0.5.8
27932026-08-29T04:12:52.085Z Checking proptest v1.11.0
27942026-08-29T04:12:52.163Z Checking tower v0.5.3
27952026-08-29T04:12:52.324Z Checking packed_struct v0.10.1
27962026-08-29T04:12:52.586Z Checking native-tls v0.2.18
27972026-08-29T04:12:52.622Z Checking clap v4.6.1
27982026-08-29T04:12:52.649Z Checking flate2 v1.1.9
27992026-08-29T04:12:52.685Z Checking smallvec v0.6.14
28002026-08-29T04:12:52.759Z Checking num-bigint-dig v0.8.6
28012026-08-29T04:12:52.854Z Checking quote v1.0.45
28022026-08-29T04:12:52.942Z Checking ipnetwork v0.21.1
28032026-08-29T04:12:52.991Z Checking pkcs1 v0.7.5
28042026-08-29T04:12:52.991Z Checking http-body-util v0.1.3
28052026-08-29T04:12:53.023Z Checking crossbeam-utils v0.8.21
28062026-08-29T04:12:53.178Z Checking zerocopy v0.6.6
28072026-08-29T04:12:53.199Z Checking bitfield v0.19.4
28082026-08-29T04:12:53.222Z Checking ahash v0.8.12
28092026-08-29T04:12:53.357Z Checking bzip2-sys v0.1.13+1.0.8
28102026-08-29T04:12:53.401Z Checking scroll v0.13.0
28112026-08-29T04:12:53.418Z Checking env_filter v2.0.0
28122026-08-29T04:12:53.437Z Checking num-conv v0.2.0
28132026-08-29T04:12:53.460Z Checking hyper v1.10.1
28142026-08-29T04:12:53.469Z Checking gimli v0.32.3
28152026-08-29T04:12:53.469Z Checking ryu v1.0.23
28162026-08-29T04:12:53.553Z Checking time-core v0.1.8
28172026-08-29T04:12:53.554Z Checking unicode-properties v0.1.4
28182026-08-29T04:12:53.676Z Checking num_threads v0.1.7
28192026-08-29T04:12:53.676Z Checking unicode-bidi v0.3.18
28202026-08-29T04:12:53.676Z Checking base64 v0.21.7
28212026-08-29T04:12:53.676Z Checking hashbrown v0.12.3
28222026-08-29T04:12:53.696Z Checking winnow v0.5.40
28232026-08-29T04:12:53.747Z Checking iri-string v0.7.10
28242026-08-29T04:12:53.857Z Checking allocator-api2 v0.2.21
28252026-08-29T04:12:53.902Z Checking stringprep v0.1.5
28262026-08-29T04:12:53.928Z Checking newtype-uuid v1.3.2
28272026-08-29T04:12:54.052Z Checking ron v0.8.1
28282026-08-29T04:12:54.065Z Checking indexmap v1.9.3
28292026-08-29T04:12:54.118Z Checking time v0.3.47
28302026-08-29T04:12:54.140Z Checking goblin v0.10.5
28312026-08-29T04:12:54.377Z Checking serde_urlencoded v0.7.1
28322026-08-29T04:12:54.408Z Checking hyper-util v0.1.20
28332026-08-29T04:12:54.581Z Checking rsa v0.9.10
28342026-08-29T04:12:54.596Z Checking env_logger v0.11.11
28352026-08-29T04:12:54.782Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28362026-08-29T04:12:54.800Z Checking tower-http v0.6.8
28372026-08-29T04:12:54.835Z Checking toml_edit v0.19.15
28382026-08-29T04:12:54.941Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28392026-08-29T04:12:55.021Z Checking addr2line v0.25.1
28402026-08-29T04:12:55.031Z Checking bzip2 v0.4.4
28412026-08-29T04:12:55.070Z Checking hashbrown v0.13.2
28422026-08-29T04:12:55.209Z Checking crossbeam-epoch v0.9.18
28432026-08-29T04:12:55.247Z Checking oxnet v0.1.6
28442026-08-29T04:12:55.260Z Checking syn v2.0.117
28452026-08-29T04:12:55.472Z Checking serde-hex v0.1.0
28462026-08-29T04:12:55.518Z Checking tokio-native-tls v0.3.1
28472026-08-29T04:12:55.550Z Checking bstr v1.12.1
28482026-08-29T04:12:55.681Z Checking crypto-common v0.2.2
28492026-08-29T04:12:55.681Z Checking block-padding v0.4.2
28502026-08-29T04:12:55.820Z Checking block-buffer v0.12.1
28512026-08-29T04:12:55.871Z Checking rustls-native-certs v0.8.3
28522026-08-29T04:12:55.915Z Checking x509-cert v0.2.5
28532026-08-29T04:12:55.989Z Checking scroll v0.12.0
28542026-08-29T04:12:55.999Z Checking object v0.37.3
28552026-08-29T04:12:56.218Z Checking zstd-sys v2.0.16+zstd.1.5.7
28562026-08-29T04:12:56.271Z Checking md-5 v0.10.6
28572026-08-29T04:12:56.322Z Checking hash32 v0.2.1
28582026-08-29T04:12:56.439Z Checking encoding_rs v0.8.35
28592026-08-29T04:12:56.478Z Checking psl-types v2.0.11
28602026-08-29T04:12:56.490Z Checking rustc-demangle v0.1.27
28612026-08-29T04:12:56.641Z Checking fallible-iterator v0.2.0
28622026-08-29T04:12:56.755Z Checking mime v0.3.17
28632026-08-29T04:12:56.755Z Checking crc-any v2.5.0
28642026-08-29T04:12:56.812Z Checking publicsuffix v2.3.0
28652026-08-29T04:12:56.820Z Checking postgres-protocol v0.6.10
28662026-08-29T04:12:56.884Z Checking heapless v0.7.17
28672026-08-29T04:12:56.934Z Checking dof v0.4.0
28682026-08-29T04:12:56.983Z Checking zstd-safe v7.2.4
28692026-08-29T04:12:57.129Z Checking goblin v0.8.2
28702026-08-29T04:12:57.167Z Checking toml v0.7.8
28712026-08-29T04:12:57.306Z Checking inout v0.2.2
28722026-08-29T04:12:57.380Z Checking hyper-tls v0.6.0
28732026-08-29T04:12:57.459Z Checking daft v0.1.8
28742026-08-29T04:12:57.485Z Checking object v0.30.4
28752026-08-29T04:12:57.538Z Checking cookie v0.18.1
28762026-08-29T04:12:57.545Z Checking zip v0.6.6
28772026-08-29T04:12:57.557Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28782026-08-29T04:12:57.709Z Checking tokio-rustls v0.26.4
28792026-08-29T04:12:57.730Z Checking phf_shared v0.13.1
28802026-08-29T04:12:57.771Z Checking dtrace-parser v0.3.0
28812026-08-29T04:12:57.872Z Checking zerocopy v0.7.35
28822026-08-29T04:12:57.922Z Checking pin-project v1.1.11
28832026-08-29T04:12:57.943Z Checking signal-hook v0.3.18
28842026-08-29T04:12:58.001Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28852026-08-29T04:12:58.001Z Checking futures-executor v0.3.32
28862026-08-29T04:12:58.043Z Checking ff v0.13.1
28872026-08-29T04:12:58.130Z Checking thread-id v5.1.0
28882026-08-29T04:12:58.154Z Checking unicode-width v0.2.0
28892026-08-29T04:12:58.154Z Checking is_ci v1.2.0
28902026-08-29T04:12:58.206Z Checking bitflags v1.3.2
28912026-08-29T04:12:58.251Z Checking path-slash v0.1.5
28922026-08-29T04:12:58.278Z Compiling illumos-nvpair-sys v0.2.0
28932026-08-29T04:12:58.364Z Checking bumpalo v3.20.2
28942026-08-29T04:12:58.373Z Checking same-file v1.0.6
28952026-08-29T04:12:58.381Z Checking backtrace v0.3.76
28962026-08-29T04:12:58.390Z Checking libbz2-rs-sys v0.2.2
28972026-08-29T04:12:58.451Z Checking jiff-core v0.1.0
28982026-08-29T04:12:58.475Z Checking managed v0.8.0
28992026-08-29T04:12:58.552Z Checking foldhash v0.1.5
29002026-08-29T04:12:58.659Z Checking foldhash v0.2.0
29012026-08-29T04:12:58.677Z Checking base16ct v0.2.0
29022026-08-29T04:12:58.686Z Compiling rayon-core v1.13.0
29032026-08-29T04:12:58.778Z Checking either v1.15.0
29042026-08-29T04:12:58.795Z Checking unicode-linebreak v0.1.5
29052026-08-29T04:12:58.823Z Checking smawk v0.3.2
29062026-08-29T04:12:58.871Z Checking hashbrown v0.16.1
29072026-08-29T04:12:58.935Z Checking sec1 v0.7.3
29082026-08-29T04:12:58.957Z Checking bzip2 v0.6.1
29092026-08-29T04:12:58.992Z Checking hashbrown v0.15.5
29102026-08-29T04:12:58.999Z Checking textwrap v0.16.2
29112026-08-29T04:12:59.011Z Checking dof v0.3.0
29122026-08-29T04:12:59.120Z Checking backtrace-ext v0.2.1
29132026-08-29T04:12:59.143Z Checking jiff v0.2.34
29142026-08-29T04:12:59.155Z Checking smoltcp v0.9.1
29152026-08-29T04:12:59.283Z Checking zopfli v0.8.3
29162026-08-29T04:12:59.293Z Checking walkdir v2.5.0
29172026-08-29T04:12:59.312Z Checking supports-color v3.0.2
29182026-08-29T04:12:59.379Z Checking usdt-impl v0.6.0
29192026-08-29T04:12:59.396Z Checking futures v0.3.32
29202026-08-29T04:12:59.435Z Checking group v0.13.0
29212026-08-29T04:12:59.458Z Checking signal-hook-mio v0.2.5
29222026-08-29T04:12:59.476Z Checking snafu v0.8.9
29232026-08-29T04:12:59.542Z Checking hyper-rustls v0.27.7
29242026-08-29T04:12:59.554Z Checking phf v0.13.1
29252026-08-29T04:12:59.574Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
29262026-08-29T04:12:59.586Z Checking cookie_store v0.22.1
29272026-08-29T04:12:59.659Z Checking reqwest v0.12.28
29282026-08-29T04:12:59.703Z Checking cipher v0.5.2
29292026-08-29T04:12:59.712Z Checking postgres-types v0.2.12
29302026-08-29T04:12:59.744Z Checking zstd v0.13.3
29312026-08-29T04:12:59.747Z Checking rustls-platform-verifier v0.6.2
29322026-08-29T04:12:59.896Z Checking globset v0.4.18
29332026-08-29T04:12:59.910Z Checking crossbeam-deque v0.8.6
29342026-08-29T04:12:59.914Z Checking phf_shared v0.11.3
29352026-08-29T04:12:59.932Z Checking regex v1.12.3
29362026-08-29T04:12:59.943Z Checking dtrace-parser v0.2.0
29372026-08-29T04:13:00.020Z Checking hkdf v0.12.4
29382026-08-29T04:13:00.059Z Checking ref-cast v1.0.25
29392026-08-29T04:13:00.085Z Checking curve25519-dalek v4.1.3
29402026-08-29T04:13:00.149Z Checking byte-wrapper v0.1.0
29412026-08-29T04:13:00.165Z Checking olpc-cjson v0.1.4
29422026-08-29T04:13:00.165Z Checking strum v0.27.2
29432026-08-29T04:13:00.185Z Checking hubpack v0.1.2
29442026-08-29T04:13:00.211Z Checking ed25519 v2.2.3
29452026-08-29T04:13:00.276Z Checking memoffset v0.9.1
29462026-08-29T04:13:00.293Z Checking rustix v0.38.44
29472026-08-29T04:13:00.345Z Checking owo-colors v4.3.0
29482026-08-29T04:13:00.359Z Checking pem v3.0.6
29492026-08-29T04:13:00.368Z Checking crypto-bigint v0.5.5
29502026-08-29T04:13:00.402Z Checking serde_plain v1.0.2
29512026-08-29T04:13:00.413Z Checking erased-serde v0.3.31
29522026-08-29T04:13:00.512Z Checking serde-big-array v0.5.1
29532026-08-29T04:13:00.540Z Checking float-cmp v0.10.0
29542026-08-29T04:13:00.643Z Checking memmap2 v0.9.10
29552026-08-29T04:13:00.666Z Checking thread-id v4.2.2
29562026-08-29T04:13:00.748Z Checking supports-unicode v3.0.0
29572026-08-29T04:13:00.800Z Checking unicode-segmentation v1.12.0
29582026-08-29T04:13:00.814Z Checking toml_write v0.1.2
29592026-08-29T04:13:00.855Z Checking static_assertions v1.1.0
29602026-08-29T04:13:00.864Z Checking typed-path v0.9.3
29612026-08-29T04:13:00.900Z Checking supports-hyperlinks v3.2.0
29622026-08-29T04:13:00.921Z Checking difflib v0.4.0
29632026-08-29T04:13:00.982Z Checking precomputed-hash v0.1.1
29642026-08-29T04:13:01.004Z Checking keccak v0.1.6
29652026-08-29T04:13:01.053Z Checking cpufeatures v0.3.0
29662026-08-29T04:13:01.068Z Checking whoami v2.1.0
29672026-08-29T04:13:01.101Z Checking new_debug_unreachable v1.0.6
29682026-08-29T04:13:01.111Z Checking predicates-core v1.0.10
29692026-08-29T04:13:01.116Z Checking winnow v0.7.14
29702026-08-29T04:13:01.134Z Checking unicode-width v0.1.14
29712026-08-29T04:13:01.162Z Checking winnow v1.0.3
29722026-08-29T04:13:01.174Z Checking const-oid v0.10.2
29732026-08-29T04:13:01.232Z Checking data-encoding v2.10.0
29742026-08-29T04:13:01.256Z Checking fixedbitset v0.4.2
29752026-08-29T04:13:01.292Z Checking normalize-line-endings v0.3.0
29762026-08-29T04:13:01.328Z Checking fixedbitset v0.5.7
29772026-08-29T04:13:01.386Z Checking miette v7.6.0
29782026-08-29T04:13:01.390Z Checking predicates v3.1.4
29792026-08-29T04:13:01.400Z Checking petgraph v0.6.5
29802026-08-29T04:13:01.513Z Checking hickory-proto v0.25.2
29812026-08-29T04:13:01.520Z Checking petgraph v0.8.3
29822026-08-29T04:13:01.644Z Checking tough v0.22.0
29832026-08-29T04:13:01.685Z Checking digest v0.11.3
29842026-08-29T04:13:01.867Z Checking elliptic-curve v0.13.8
29852026-08-29T04:13:01.886Z Checking tokio-postgres v0.7.16
29862026-08-29T04:13:02.009Z Checking toml_parser v1.1.2+spec-1.1.0
29872026-08-29T04:13:02.183Z Checking sha3 v0.10.8
29882026-08-29T04:13:02.328Z Checking toml_edit v0.22.27
29892026-08-29T04:13:02.354Z Checking string_cache v0.8.9
29902026-08-29T04:13:02.413Z Checking chacha20 v0.10.0
29912026-08-29T04:13:02.530Z Checking crossterm v0.28.1
29922026-08-29T04:13:02.680Z Checking similar v2.7.0
29932026-08-29T04:13:02.691Z Checking zip v4.6.1
29942026-08-29T04:13:03.056Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29952026-08-29T04:13:03.097Z Checking ed25519-dalek v2.2.0
29962026-08-29T04:13:03.195Z Checking usdt v0.6.0
29972026-08-29T04:13:03.229Z Checking slog v2.8.2
29982026-08-29T04:13:03.258Z Checking usdt-impl v0.5.0
29992026-08-29T04:13:03.328Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
30002026-08-29T04:13:03.359Z Checking nix v0.31.2
30012026-08-29T04:13:03.422Z Checking iddqd v0.4.2
30022026-08-29T04:13:03.537Z Checking reqwest v0.13.2
30032026-08-29T04:13:03.803Z Checking itertools v0.13.0
30042026-08-29T04:13:03.820Z Checking strum v0.26.3
30052026-08-29T04:13:03.921Z Checking serde_with v3.21.0
30062026-08-29T04:13:03.931Z Checking derive_more v2.1.1
30072026-08-29T04:13:04.032Z Checking fs-err v3.3.0
30082026-08-29T04:13:04.342Z Checking tokio-stream v0.1.18
30092026-08-29T04:13:04.346Z Checking buf-list v1.1.2
30102026-08-29T04:13:04.347Z Checking anyhow v1.0.104
30112026-08-29T04:13:04.377Z Checking camino v1.2.5
30122026-08-29T04:13:04.557Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30132026-08-29T04:13:04.560Z Checking openapiv3 v2.2.0
30142026-08-29T04:13:04.564Z Checking lalrpop-util v0.19.12
30152026-08-29T04:13:04.624Z Checking peg-runtime v0.8.5
30162026-08-29T04:13:04.714Z Checking rayon v1.11.0
30172026-08-29T04:13:04.733Z Checking illumos-nvpair v0.3.0
30182026-08-29T04:13:04.766Z Checking sigpipe v0.1.3
30192026-08-29T04:13:04.797Z Checking glob v0.3.3
30202026-08-29T04:13:05.726Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30212026-08-29T04:13:06.020Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30222026-08-29T04:13:06.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.70s
30232026-08-29T04:13:06.472Z
30242026-08-29T04:13:06.472Zinfo: running `cargo check --bins` on internal-dns-types (120/376)
30252026-08-29T04:13:06.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-08-29T04:13:06.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-08-29T04:13:06.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-08-29T04:13:06.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30292026-08-29T04:13:07.048Z
30302026-08-29T04:13:07.049Zinfo: running `cargo check --bins` on internal-dns-types-versions (121/376)
30312026-08-29T04:13:07.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-08-29T04:13:07.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-08-29T04:13:07.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-08-29T04:13:07.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30352026-08-29T04:13:07.610Z
30362026-08-29T04:13:07.611Zinfo: running `cargo check --bins` on nexus-types-versions (122/376)
30372026-08-29T04:13:08.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-08-29T04:13:08.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-08-29T04:13:08.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-08-29T04:13:08.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30412026-08-29T04:13:08.195Z
30422026-08-29T04:13:08.195Zinfo: running `cargo check --bins` on oxql-types (123/376)
30432026-08-29T04:13:08.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-08-29T04:13:08.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-08-29T04:13:08.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-08-29T04:13:08.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30472026-08-29T04:13:08.784Z
30482026-08-29T04:13:08.784Zinfo: running `cargo check --bins` on oximeter-types (124/376)
30492026-08-29T04:13:09.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-08-29T04:13:09.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-08-29T04:13:09.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-08-29T04:13:09.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30532026-08-29T04:13:09.343Z
30542026-08-29T04:13:09.343Zinfo: running `cargo check --bins` on oximeter-types-versions (125/376)
30552026-08-29T04:13:09.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-08-29T04:13:09.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-08-29T04:13:09.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-08-29T04:13:09.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30592026-08-29T04:13:09.920Z
30602026-08-29T04:13:09.920Zinfo: running `cargo check --bins` on oximeter-macro-impl (126/376)
30612026-08-29T04:13:10.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-08-29T04:13:10.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-08-29T04:13:10.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-08-29T04:13:10.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30652026-08-29T04:13:10.480Z
30662026-08-29T04:13:10.480Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/376)
30672026-08-29T04:13:10.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-08-29T04:13:10.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-08-29T04:13:11.173Z Compiling multer v3.1.0
30702026-08-29T04:13:11.285Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-08-29T04:13:11.288Z Compiling async-stream-impl v0.3.6
30722026-08-29T04:13:11.299Z Compiling serde_tokenstream v0.3.0
30732026-08-29T04:13:11.309Z Compiling dropshot v0.17.1
30742026-08-29T04:13:11.324Z Compiling parse-display-derive v0.10.0
30752026-08-29T04:13:11.337Z Compiling dropshot_endpoint v0.17.1
30762026-08-29T04:13:11.337Z Compiling newtype-uuid-macros v0.1.0
30772026-08-29T04:13:11.523Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30782026-08-29T04:13:11.587Z Checking thread_local v1.1.9
30792026-08-29T04:13:11.605Z Compiling oxide-generation-macros v0.2.0
30802026-08-29T04:13:11.661Z Checking match_cfg v0.1.0
30812026-08-29T04:13:11.730Z Checking compression-core v0.4.31
30822026-08-29T04:13:11.756Z Checking hostname v0.3.1
30832026-08-29T04:13:11.910Z Checking compression-codecs v0.4.37
30842026-08-29T04:13:11.917Z Checking crossbeam-channel v0.5.15
30852026-08-29T04:13:11.917Z Checking atomicwrites v0.4.4
30862026-08-29T04:13:11.938Z Checking slog-json v2.6.1
30872026-08-29T04:13:12.005Z Checking toml_datetime v1.1.1+spec-1.1.0
30882026-08-29T04:13:12.030Z Checking is-terminal v0.4.17
30892026-08-29T04:13:12.097Z Checking serde_spanned v1.1.1
30902026-08-29T04:13:12.111Z Checking debug-ignore v1.0.5
30912026-08-29T04:13:12.111Z Checking toml_writer v1.1.1+spec-1.1.0
30922026-08-29T04:13:12.203Z Checking term v1.2.1
30932026-08-29T04:13:12.209Z Checking take_mut v0.2.2
30942026-08-29T04:13:12.233Z Checking slog-bunyan v2.5.0
30952026-08-29T04:13:12.233Z Checking async-compression v0.4.41
30962026-08-29T04:13:12.308Z Checking toml v1.1.2+spec-1.1.0
30972026-08-29T04:13:12.322Z Checking slog-async v2.8.0
30982026-08-29T04:13:12.352Z Checking async-stream v0.3.6
30992026-08-29T04:13:12.355Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31002026-08-29T04:13:12.437Z Checking slog-term v2.9.2
31012026-08-29T04:13:12.470Z Checking progenitor-client v0.14.0
31022026-08-29T04:13:12.483Z Checking sha1 v0.11.0
31032026-08-29T04:13:12.509Z Checking oxide-generation v0.1.3
31042026-08-29T04:13:12.676Z Checking waitgroup v0.1.2
31052026-08-29T04:13:12.703Z Checking rustls-pemfile v2.2.0
31062026-08-29T04:13:12.715Z Checking backon v1.6.0
31072026-08-29T04:13:12.730Z Checking serde_path_to_error v0.1.20
31082026-08-29T04:13:12.735Z Checking hostname v0.4.2
31092026-08-29T04:13:12.770Z Checking instant v0.1.13
31102026-08-29T04:13:12.863Z Checking backoff v0.4.0
31112026-08-29T04:13:12.876Z Checking progenitor-extras v0.2.0
31122026-08-29T04:13:12.908Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31132026-08-29T04:13:13.010Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31142026-08-29T04:13:13.026Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31152026-08-29T04:13:13.040Z Checking parse-display v0.10.0
31162026-08-29T04:13:13.047Z Checking itertools v0.14.0
31172026-08-29T04:13:13.089Z Checking regress v0.10.5
31182026-08-29T04:13:13.186Z Checking macaddr v1.0.1
31192026-08-29T04:13:13.357Z Checking humantime v2.3.0
31202026-08-29T04:13:14.191Z Compiling prettyplease v0.2.37
31212026-08-29T04:13:14.501Z Checking num-rational v0.4.2
31222026-08-29T04:13:14.776Z Checking num-complex v0.4.6
31232026-08-29T04:13:15.123Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31242026-08-29T04:13:15.162Z Checking num v0.4.3
31252026-08-29T04:13:15.308Z Compiling usdt-macro v0.5.0
31262026-08-29T04:13:15.320Z Compiling usdt-attr-macro v0.5.0
31272026-08-29T04:13:15.356Z Checking memmap v0.7.0
31282026-08-29T04:13:15.402Z Checking float-ord v0.3.2
31292026-08-29T04:13:15.506Z Compiling convert_case v0.4.0
31302026-08-29T04:13:15.788Z Checking newline-converter v0.3.0
31312026-08-29T04:13:15.880Z Compiling derive_more v0.99.20
31322026-08-29T04:13:15.901Z Checking console v0.15.11
31332026-08-29T04:13:16.043Z Compiling toml v0.8.23
31342026-08-29T04:13:16.107Z Checking usdt v0.5.0
31352026-08-29T04:13:16.177Z Compiling minimal-lexical v0.2.1
31362026-08-29T04:13:16.280Z Checking linked-hash-map v0.5.6
31372026-08-29T04:13:16.439Z Compiling nom v7.1.3
31382026-08-29T04:13:16.457Z Checking lru-cache v0.1.2
31392026-08-29T04:13:16.577Z Checking expectorate v1.2.0
31402026-08-29T04:13:16.759Z Checking camino-tempfile v1.4.1
31412026-08-29T04:13:16.918Z Checking hickory-proto v0.24.4
31422026-08-29T04:13:17.035Z Checking phf_shared v0.12.1
31432026-08-29T04:13:17.154Z Compiling slog-dtrace v0.3.0
31442026-08-29T04:13:17.179Z Compiling chrono-tz v0.10.4
31452026-08-29T04:13:17.371Z Compiling unicode-xid v0.2.6
31462026-08-29T04:13:17.513Z Checking heck v0.5.0
31472026-08-29T04:13:17.648Z Checking resolv-conf v0.7.6
31482026-08-29T04:13:17.869Z Compiling const_format_proc_macros v0.2.34
31492026-08-29T04:13:17.878Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31502026-08-29T04:13:17.903Z Checking phf v0.12.1
31512026-08-29T04:13:17.947Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31522026-08-29T04:13:18.049Z Checking tokio-dtrace v0.1.1
31532026-08-29T04:13:18.243Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31542026-08-29T04:13:18.352Z Compiling derive-where v1.6.0
31552026-08-29T04:13:18.525Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31562026-08-29T04:13:18.771Z Checking highway v1.3.0
31572026-08-29T04:13:18.807Z Checking hickory-resolver v0.24.4
31582026-08-29T04:13:19.002Z Checking const_format v0.2.35
31592026-08-29T04:13:19.240Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31602026-08-29T04:13:19.535Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31612026-08-29T04:13:19.570Z Checking oxide-tokio-rt v0.1.4
31622026-08-29T04:13:19.712Z Checking qorb v0.4.1
31632026-08-29T04:13:19.821Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31642026-08-29T04:13:19.908Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31652026-08-29T04:13:19.977Z Checking gethostname v0.5.0
31662026-08-29T04:13:19.998Z Checking bcs v0.1.6
31672026-08-29T04:13:20.064Z Checking termtree v0.5.1
31682026-08-29T04:13:20.081Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31692026-08-29T04:13:23.133Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31702026-08-29T04:13:26.306Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31712026-08-29T04:13:28.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.10s
31722026-08-29T04:13:28.768Z
31732026-08-29T04:13:28.768Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/376)
31742026-08-29T04:13:29.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-08-29T04:13:29.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-08-29T04:13:29.461Z Compiling ar_archive_writer v0.5.1
31772026-08-29T04:13:29.573Z Compiling stacker v0.1.23
31782026-08-29T04:13:29.581Z Compiling cfg_aliases v0.1.1
31792026-08-29T04:13:29.587Z Compiling proc-macro-error v1.0.4
31802026-08-29T04:13:29.596Z Checking fd-lock v4.0.4
31812026-08-29T04:13:29.596Z Checking nibble_vec v0.1.0
31822026-08-29T04:13:29.599Z Compiling recursive-proc-macro-impl v0.1.1
31832026-08-29T04:13:29.599Z Checking vte v0.14.1
31842026-08-29T04:13:29.639Z Compiling nix v0.28.0
31852026-08-29T04:13:29.718Z Checking endian-type v0.1.2
31862026-08-29T04:13:29.733Z Checking bytecount v0.6.9
31872026-08-29T04:13:29.772Z Checking strip-ansi-escapes v0.2.1
31882026-08-29T04:13:29.828Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31892026-08-29T04:13:29.841Z Checking radix_trie v0.2.1
31902026-08-29T04:13:29.845Z Checking papergrid v0.11.0
31912026-08-29T04:13:29.872Z Compiling peg-macros v0.8.5
31922026-08-29T04:13:29.875Z Compiling tabled_derive v0.7.0
31932026-08-29T04:13:29.992Z Compiling sqlparser_derive v0.5.0
31942026-08-29T04:13:30.117Z Checking winnow v0.6.26
31952026-08-29T04:13:30.296Z Checking nu-ansi-term v0.50.3
31962026-08-29T04:13:30.379Z Compiling psm v0.1.30
31972026-08-29T04:13:30.439Z Checking unicode_categories v0.1.1
31982026-08-29T04:13:30.506Z Checking home v0.5.12
31992026-08-29T04:13:30.598Z Checking reedline v0.40.0
32002026-08-29T04:13:30.631Z Checking crossterm v0.29.0
32012026-08-29T04:13:30.746Z Checking display-error-chain v0.2.2
32022026-08-29T04:13:30.869Z Checking tabled v0.15.0
32032026-08-29T04:13:30.947Z Checking rustyline v14.0.0
32042026-08-29T04:13:31.155Z Checking recursive v0.1.1
32052026-08-29T04:13:31.192Z Checking peg v0.8.5
32062026-08-29T04:13:31.205Z Checking sqlformat v0.3.5
32072026-08-29T04:13:31.244Z Checking sqlparser v0.61.0
32082026-08-29T04:13:42.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s
32092026-08-29T04:13:42.757Z
32102026-08-29T04:13:42.757Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/376)
32112026-08-29T04:13:43.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-08-29T04:13:43.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-08-29T04:13:43.435Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32142026-08-29T04:13:47.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
32152026-08-29T04:13:47.203Z
32162026-08-29T04:13:47.203Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/376)
32172026-08-29T04:13:47.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-08-29T04:13:47.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-08-29T04:13:47.880Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32202026-08-29T04:13:50.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
32212026-08-29T04:13:50.616Z
32222026-08-29T04:13:50.616Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/376)
32232026-08-29T04:13:51.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-08-29T04:13:51.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-08-29T04:13:51.287Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32262026-08-29T04:13:54.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
32272026-08-29T04:13:54.855Z
32282026-08-29T04:13:54.855Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/376)
32292026-08-29T04:13:55.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-08-29T04:13:55.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-08-29T04:13:55.531Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32322026-08-29T04:13:58.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s
32332026-08-29T04:13:59.167Z
32342026-08-29T04:13:59.167Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/376)
32352026-08-29T04:13:59.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-08-29T04:13:59.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-08-29T04:13:59.847Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32382026-08-29T04:14:02.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
32392026-08-29T04:14:02.752Z
32402026-08-29T04:14:02.753Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/376)
32412026-08-29T04:14:03.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-08-29T04:14:03.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-08-29T04:14:03.428Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32442026-08-29T04:14:06.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
32452026-08-29T04:14:06.352Z
32462026-08-29T04:14:06.352Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/376)
32472026-08-29T04:14:06.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-08-29T04:14:06.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-08-29T04:14:07.030Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32502026-08-29T04:14:10.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
32512026-08-29T04:14:10.785Z
32522026-08-29T04:14:10.785Zinfo: running `cargo check --bins` on oximeter (136/376)
32532026-08-29T04:14:11.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542026-08-29T04:14:11.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552026-08-29T04:14:11.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32562026-08-29T04:14:11.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32572026-08-29T04:14:11.350Z
32582026-08-29T04:14:11.350Zinfo: running `cargo check --bins` on oximeter-schema (137/376)
32592026-08-29T04:14:11.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602026-08-29T04:14:11.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612026-08-29T04:14:11.980Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32622026-08-29T04:14:12.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
32632026-08-29T04:14:12.566Z
32642026-08-29T04:14:12.566Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/376)
32652026-08-29T04:14:13.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662026-08-29T04:14:13.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672026-08-29T04:14:13.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682026-08-29T04:14:13.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32692026-08-29T04:14:13.103Z
32702026-08-29T04:14:13.103Zinfo: running `cargo check --bins` on oximeter-test-utils (139/376)
32712026-08-29T04:14:13.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722026-08-29T04:14:13.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732026-08-29T04:14:13.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742026-08-29T04:14:13.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32752026-08-29T04:14:13.709Z
32762026-08-29T04:14:13.709Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/376)
32772026-08-29T04:14:14.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-08-29T04:14:14.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-08-29T04:14:14.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-08-29T04:14:14.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32812026-08-29T04:14:14.287Z
32822026-08-29T04:14:14.287Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/376)
32832026-08-29T04:14:14.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-08-29T04:14:14.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-08-29T04:14:14.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862026-08-29T04:14:14.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32872026-08-29T04:14:14.864Z
32882026-08-29T04:14:14.864Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/376)
32892026-08-29T04:14:15.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902026-08-29T04:14:15.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912026-08-29T04:14:15.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922026-08-29T04:14:15.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32932026-08-29T04:14:15.439Z
32942026-08-29T04:14:15.439Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/376)
32952026-08-29T04:14:15.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962026-08-29T04:14:15.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972026-08-29T04:14:15.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982026-08-29T04:14:15.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32992026-08-29T04:14:16.016Z
33002026-08-29T04:14:16.016Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/376)
33012026-08-29T04:14:16.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022026-08-29T04:14:16.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032026-08-29T04:14:16.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33042026-08-29T04:14:16.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33052026-08-29T04:14:16.590Z
33062026-08-29T04:14:16.590Zinfo: running `cargo check --bins` on reconfigurator-cli (145/376)
33072026-08-29T04:14:17.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33082026-08-29T04:14:17.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33092026-08-29T04:14:17.418Z Compiling crucible-workspace-hack v0.1.0
33102026-08-29T04:14:17.422Z Compiling regress v0.11.1
33112026-08-29T04:14:17.422Z Checking secrecy v0.10.3
33122026-08-29T04:14:17.422Z Checking half v2.7.1
33132026-08-29T04:14:17.422Z Checking ciborium-io v0.2.2
33142026-08-29T04:14:17.422Z Checking inout v0.1.4
33152026-08-29T04:14:17.549Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33162026-08-29T04:14:17.552Z Checking universal-hash v0.5.1
33172026-08-29T04:14:17.633Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33182026-08-29T04:14:17.698Z Compiling thiserror-impl-no-std v2.0.2
33192026-08-29T04:14:17.723Z Checking opaque-debug v0.3.1
33202026-08-29T04:14:17.740Z Checking cipher v0.4.4
33212026-08-29T04:14:17.793Z Checking poly1305 v0.8.0
33222026-08-29T04:14:17.796Z Checking ciborium-ll v0.2.2
33232026-08-29T04:14:17.823Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33242026-08-29T04:14:17.846Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33252026-08-29T04:14:17.937Z Checking chacha20 v0.9.1
33262026-08-29T04:14:17.983Z Checking ciborium v0.2.2
33272026-08-29T04:14:18.063Z Checking password-hash v0.5.0
33282026-08-29T04:14:18.134Z Checking blake2 v0.10.6
33292026-08-29T04:14:18.164Z Checking aead v0.5.2
33302026-08-29T04:14:18.287Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33312026-08-29T04:14:18.303Z Checking indent_write v2.2.0
33322026-08-29T04:14:18.316Z Compiling toml_datetime v0.7.5+spec-1.1.0
33332026-08-29T04:14:18.384Z Checking argon2 v0.5.3
33342026-08-29T04:14:18.415Z Checking chacha20poly1305 v0.10.1
33352026-08-29T04:14:18.434Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33362026-08-29T04:14:18.548Z Compiling toml_edit v0.23.10+spec-1.0.0
33372026-08-29T04:14:18.571Z Compiling unsafe-libyaml v0.2.11
33382026-08-29T04:14:18.737Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33392026-08-29T04:14:18.879Z Checking thiserror-no-std v2.0.2
33402026-08-29T04:14:18.950Z Compiling itertools v0.15.0
33412026-08-29T04:14:18.974Z Checking vsss-rs v3.3.4
33422026-08-29T04:14:19.051Z Compiling heapless v0.8.0
33432026-08-29T04:14:19.333Z Compiling typify-impl v0.6.2
33442026-08-29T04:14:19.352Z Compiling serde_yaml v0.9.34+deprecated
33452026-08-29T04:14:19.613Z Compiling proc-macro-crate v3.4.0
33462026-08-29T04:14:19.954Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33472026-08-29T04:14:20.087Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33482026-08-29T04:14:20.147Z Compiling num_enum_derive v0.7.6
33492026-08-29T04:14:20.240Z Checking hash32 v0.3.1
33502026-08-29T04:14:20.290Z Compiling ingot-macros v0.2.0
33512026-08-29T04:14:20.375Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33522026-08-29T04:14:20.560Z Compiling smoltcp v0.11.0
33532026-08-29T04:14:20.794Z Checking tabwriter v1.4.1
33542026-08-29T04:14:20.841Z Checking cobs v0.3.0
33552026-08-29T04:14:20.938Z Checking swrite v0.1.0
33562026-08-29T04:14:20.954Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33572026-08-29T04:14:20.995Z Checking postcard v1.1.3
33582026-08-29T04:14:21.035Z Compiling proc-macro-crate v1.3.1
33592026-08-29T04:14:21.161Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33602026-08-29T04:14:21.213Z Checking num_enum v0.7.6
33612026-08-29T04:14:21.236Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33622026-08-29T04:14:21.298Z Compiling foreign-types-macros v0.2.3
33632026-08-29T04:14:21.332Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33642026-08-29T04:14:21.373Z Checking foreign-types-shared v0.3.1
33652026-08-29T04:14:21.459Z Checking colored v3.1.1
33662026-08-29T04:14:21.474Z Compiling num_enum_derive v0.5.11
33672026-08-29T04:14:21.691Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33682026-08-29T04:14:21.784Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33692026-08-29T04:14:21.897Z Checking foreign-types v0.5.0
33702026-08-29T04:14:21.983Z Checking cstr-argument v0.1.2
33712026-08-29T04:14:22.113Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33722026-08-29T04:14:22.133Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33732026-08-29T04:14:22.233Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33742026-08-29T04:14:22.283Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33752026-08-29T04:14:22.298Z Checking rand v0.10.1
33762026-08-29T04:14:22.359Z Checking itertools v0.12.1
33772026-08-29T04:14:22.437Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33782026-08-29T04:14:22.460Z Compiling zone_cfg_derive v0.3.1
33792026-08-29T04:14:22.538Z Checking num_enum v0.5.11
33802026-08-29T04:14:22.660Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33812026-08-29T04:14:22.769Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33822026-08-29T04:14:22.843Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33832026-08-29T04:14:22.891Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33842026-08-29T04:14:23.075Z Compiling num-derive v0.4.2
33852026-08-29T04:14:23.123Z Compiling semver v0.1.20
33862026-08-29T04:14:23.158Z Checking ingot-types v0.2.0
33872026-08-29T04:14:23.412Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33882026-08-29T04:14:23.427Z Checking zone v0.3.1
33892026-08-29T04:14:23.536Z Checking ingot v0.2.1
33902026-08-29T04:14:23.626Z Compiling rustc_version v0.1.7
33912026-08-29T04:14:23.678Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33922026-08-29T04:14:23.841Z Checking smf v0.2.3
33932026-08-29T04:14:23.859Z Checking nom v8.0.0
33942026-08-29T04:14:23.952Z Compiling typify-macro v0.6.2
33952026-08-29T04:14:23.966Z Checking csv-core v0.1.13
33962026-08-29T04:14:24.027Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33972026-08-29T04:14:24.085Z Checking whoami v1.6.1
33982026-08-29T04:14:24.150Z Checking csv v1.4.0
33992026-08-29T04:14:24.260Z Compiling newtype_derive v0.1.6
34002026-08-29T04:14:24.270Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
34012026-08-29T04:14:24.403Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34022026-08-29T04:14:24.422Z Compiling cancel-safe-futures v0.1.5
34032026-08-29T04:14:24.498Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34042026-08-29T04:14:24.515Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
34052026-08-29T04:14:24.574Z Compiling libefi-sys v0.1.0
34062026-08-29T04:14:24.804Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34072026-08-29T04:14:24.869Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34082026-08-29T04:14:24.902Z Checking oxide-update-engine-types v0.1.2
34092026-08-29T04:14:24.939Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34102026-08-29T04:14:25.069Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34112026-08-29T04:14:25.117Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34122026-08-29T04:14:25.163Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34132026-08-29T04:14:25.243Z Compiling bitfield-struct v0.6.2
34142026-08-29T04:14:25.425Z Checking linear-map v1.2.0
34152026-08-29T04:14:25.599Z Checking steno v0.4.1
34162026-08-29T04:14:25.704Z Compiling typify v0.6.2
34172026-08-29T04:14:25.795Z Compiling progenitor-impl v0.14.0
34182026-08-29T04:14:25.827Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34192026-08-29T04:14:25.843Z Checking oxide-update-engine v0.1.2
34202026-08-29T04:14:25.885Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34212026-08-29T04:14:26.122Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34222026-08-29T04:14:26.268Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34232026-08-29T04:14:26.271Z Checking sha1 v0.10.6
34242026-08-29T04:14:26.299Z Checking utf-8 v0.7.6
34252026-08-29T04:14:26.439Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34262026-08-29T04:14:26.455Z Checking tungstenite v0.21.0
34272026-08-29T04:14:26.524Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34282026-08-29T04:14:26.601Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34292026-08-29T04:14:26.761Z Checking ignore v0.4.25
34302026-08-29T04:14:26.777Z Checking anstyle-parse v0.2.7
34312026-08-29T04:14:26.838Z Compiling xshell-macros v0.2.7
34322026-08-29T04:14:26.890Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34332026-08-29T04:14:26.938Z Checking anstream v0.6.21
34342026-08-29T04:14:27.103Z Checking tokio-tungstenite v0.21.0
34352026-08-29T04:14:27.152Z Checking predicates-tree v1.0.13
34362026-08-29T04:14:27.174Z Checking globwalk v0.9.1
34372026-08-29T04:14:27.249Z Checking xshell v0.2.7
34382026-08-29T04:14:27.306Z Checking filetime v0.2.27
34392026-08-29T04:14:27.353Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34402026-08-29T04:14:27.434Z Checking xattr v1.6.1
34412026-08-29T04:14:27.451Z Checking tagptr v0.2.0
34422026-08-29T04:14:27.451Z Checking camino-tempfile-ext v0.3.3
34432026-08-29T04:14:27.483Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34442026-08-29T04:14:27.573Z Checking tar v0.4.46
34452026-08-29T04:14:27.588Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34462026-08-29T04:14:27.602Z Checking moka v0.12.13
34472026-08-29T04:14:27.666Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34482026-08-29T04:14:27.682Z Checking rand_seeder v0.4.0
34492026-08-29T04:14:27.723Z Checking half v1.8.3
34502026-08-29T04:14:27.816Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34512026-08-29T04:14:27.837Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34522026-08-29T04:14:27.928Z Checking serde_cbor v0.11.2
34532026-08-29T04:14:27.966Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34542026-08-29T04:14:28.147Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34552026-08-29T04:14:28.230Z Checking sha2 v0.11.0
34562026-08-29T04:14:28.260Z Checking hickory-resolver v0.25.2
34572026-08-29T04:14:28.327Z Checking digest-io v0.1.0
34582026-08-29T04:14:28.460Z Compiling progenitor-macro v0.14.0
34592026-08-29T04:14:28.478Z Compiling petname v2.0.2
34602026-08-29T04:14:28.795Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34612026-08-29T04:14:28.917Z Checking rawzip v0.4.4
34622026-08-29T04:14:28.984Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34632026-08-29T04:14:29.207Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34642026-08-29T04:14:29.364Z Checking sapling-renderdag v0.1.0
34652026-08-29T04:14:29.393Z Checking subprocess v0.2.15
34662026-08-29T04:14:29.458Z Checking sync-ptr v0.1.4
34672026-08-29T04:14:29.582Z Checking colored v2.2.0
34682026-08-29T04:14:29.606Z Checking assert_matches v1.5.0
34692026-08-29T04:14:29.683Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34702026-08-29T04:14:29.775Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34712026-08-29T04:14:29.840Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34722026-08-29T04:14:29.841Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34732026-08-29T04:14:29.890Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34742026-08-29T04:14:30.552Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34752026-08-29T04:14:30.555Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34762026-08-29T04:14:31.575Z Checking progenitor v0.14.0
34772026-08-29T04:14:31.726Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34782026-08-29T04:14:31.726Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34792026-08-29T04:14:31.731Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34802026-08-29T04:14:31.731Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34812026-08-29T04:14:31.731Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34822026-08-29T04:14:31.731Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34832026-08-29T04:14:31.901Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34842026-08-29T04:14:32.149Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34852026-08-29T04:14:32.397Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34862026-08-29T04:14:32.433Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34872026-08-29T04:14:32.802Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34882026-08-29T04:14:32.946Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34892026-08-29T04:14:33.377Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34902026-08-29T04:14:33.511Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34912026-08-29T04:14:34.030Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34922026-08-29T04:14:34.791Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34932026-08-29T04:14:43.573Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34942026-08-29T04:14:50.870Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34952026-08-29T04:14:50.870Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34962026-08-29T04:14:50.873Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34972026-08-29T04:14:52.381Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34982026-08-29T04:14:53.663Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34992026-08-29T04:14:55.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.33s
35002026-08-29T04:14:56.123Z
35012026-08-29T04:14:56.124Zinfo: running `cargo check --bins` on nexus-inventory (146/376)
35022026-08-29T04:14:56.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-29T04:14:56.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-29T04:14:56.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-29T04:14:56.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35062026-08-29T04:14:56.749Z
35072026-08-29T04:14:56.749Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/376)
35082026-08-29T04:14:57.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-29T04:14:57.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-29T04:14:57.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-29T04:14:57.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35122026-08-29T04:14:57.327Z
35132026-08-29T04:14:57.327Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/376)
35142026-08-29T04:14:57.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-29T04:14:57.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-29T04:14:57.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-29T04:14:57.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35182026-08-29T04:14:57.920Z
35192026-08-29T04:14:57.920Zinfo: running `cargo check --bins` on dns-service-client (149/376)
35202026-08-29T04:14:58.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-29T04:14:58.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-29T04:14:58.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-29T04:14:58.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35242026-08-29T04:14:58.479Z
35252026-08-29T04:14:58.479Zinfo: running `cargo check --bins` on ntp-admin-client (150/376)
35262026-08-29T04:14:58.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-29T04:14:58.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-29T04:14:58.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-29T04:14:58.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35302026-08-29T04:14:59.035Z
35312026-08-29T04:14:59.035Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/376)
35322026-08-29T04:14:59.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-29T04:14:59.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-29T04:14:59.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-29T04:14:59.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35362026-08-29T04:14:59.601Z
35372026-08-29T04:14:59.601Zinfo: running `cargo check --bins` on cockroach-admin-client (152/376)
35382026-08-29T04:15:00.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-29T04:15:00.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-29T04:15:00.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-29T04:15:00.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35422026-08-29T04:15:00.165Z
35432026-08-29T04:15:00.165Zinfo: running `cargo check --bins` on parallel-task-set (153/376)
35442026-08-29T04:15:00.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-29T04:15:00.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-29T04:15:00.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-29T04:15:00.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35482026-08-29T04:15:00.730Z
35492026-08-29T04:15:00.731Zinfo: running `cargo check --bins` on sled-agent-client (154/376)
35502026-08-29T04:15:01.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-29T04:15:01.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-29T04:15:01.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-29T04:15:01.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35542026-08-29T04:15:01.320Z
35552026-08-29T04:15:01.320Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/376)
35562026-08-29T04:15:01.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-29T04:15:01.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-29T04:15:01.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-29T04:15:01.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-08-29T04:15:01.910Z
35612026-08-29T04:15:01.910Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/376)
35622026-08-29T04:15:02.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-29T04:15:02.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-29T04:15:02.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-29T04:15:02.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35662026-08-29T04:15:02.508Z
35672026-08-29T04:15:02.508Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/376)
35682026-08-29T04:15:03.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-29T04:15:03.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-29T04:15:03.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-29T04:15:03.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35722026-08-29T04:15:03.104Z
35732026-08-29T04:15:03.104Zinfo: running `cargo check --bins` on key-manager (158/376)
35742026-08-29T04:15:03.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-29T04:15:03.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-29T04:15:03.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-29T04:15:03.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35782026-08-29T04:15:03.687Z
35792026-08-29T04:15:03.687Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/376)
35802026-08-29T04:15:04.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-29T04:15:04.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-29T04:15:04.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-29T04:15:04.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-08-29T04:15:04.288Z
35852026-08-29T04:15:04.288Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/376)
35862026-08-29T04:15:04.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-29T04:15:04.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-29T04:15:04.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-29T04:15:04.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-08-29T04:15:04.879Z
35912026-08-29T04:15:04.880Zinfo: running `cargo check --bins` on typed-rng (161/376)
35922026-08-29T04:15:05.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-29T04:15:05.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-29T04:15:05.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-29T04:15:05.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35962026-08-29T04:15:05.433Z
35972026-08-29T04:15:05.433Zinfo: running `cargo check --bins` on gateway-test-utils (162/376)
35982026-08-29T04:15:05.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-29T04:15:05.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-29T04:15:05.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-29T04:15:05.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36022026-08-29T04:15:06.047Z
36032026-08-29T04:15:06.047Zinfo: running `cargo check --bins` on omicron-gateway (163/376)
36042026-08-29T04:15:06.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-29T04:15:06.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-29T04:15:06.788Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36072026-08-29T04:15:06.795Z Checking void v1.0.2
36082026-08-29T04:15:06.797Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36092026-08-29T04:15:06.903Z Checking dropshot-api-manager-types v0.8.0
36102026-08-29T04:15:06.911Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36112026-08-29T04:15:06.911Z Checking tungstenite v0.23.0
36122026-08-29T04:15:06.911Z Checking nix v0.27.1
36132026-08-29T04:15:06.915Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36142026-08-29T04:15:06.987Z Checking lzss v0.8.2
36152026-08-29T04:15:07.081Z Checking kstat-rs v0.2.5
36162026-08-29T04:15:07.115Z Checking fxhash v0.2.1
36172026-08-29T04:15:07.166Z Checking serde_bytes v0.11.19
36182026-08-29T04:15:07.207Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36192026-08-29T04:15:07.222Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36202026-08-29T04:15:07.236Z Checking signal-hook-tokio v0.3.1
36212026-08-29T04:15:07.261Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36222026-08-29T04:15:07.343Z Checking tokio-tungstenite v0.23.1
36232026-08-29T04:15:07.407Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36242026-08-29T04:15:08.488Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36252026-08-29T04:15:09.050Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36262026-08-29T04:15:11.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
36272026-08-29T04:15:11.421Z
36282026-08-29T04:15:11.421Zinfo: running `cargo check --bins` on gateway-api (164/376)
36292026-08-29T04:15:11.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-08-29T04:15:11.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-08-29T04:15:11.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-08-29T04:15:11.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36332026-08-29T04:15:11.994Z
36342026-08-29T04:15:11.994Zinfo: running `cargo check --bins` on ipcc (165/376)
36352026-08-29T04:15:12.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-08-29T04:15:12.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-08-29T04:15:12.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-08-29T04:15:12.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36392026-08-29T04:15:12.561Z
36402026-08-29T04:15:12.561Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/376)
36412026-08-29T04:15:13.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-08-29T04:15:13.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-08-29T04:15:13.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-08-29T04:15:13.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36452026-08-29T04:15:13.120Z
36462026-08-29T04:15:13.120Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/376)
36472026-08-29T04:15:13.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-08-29T04:15:13.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-08-29T04:15:13.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-08-29T04:15:13.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36512026-08-29T04:15:13.802Z
36522026-08-29T04:15:13.802Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/376)
36532026-08-29T04:15:14.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-08-29T04:15:14.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-08-29T04:15:14.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-08-29T04:15:14.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36572026-08-29T04:15:14.295Z
36582026-08-29T04:15:14.295Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/376)
36592026-08-29T04:15:14.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-08-29T04:15:14.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-08-29T04:15:14.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-08-29T04:15:14.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36632026-08-29T04:15:14.912Z
36642026-08-29T04:15:14.912Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/376)
36652026-08-29T04:15:15.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-08-29T04:15:15.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-08-29T04:15:15.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-08-29T04:15:15.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36692026-08-29T04:15:15.475Z
36702026-08-29T04:15:15.475Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/376)
36712026-08-29T04:15:16.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-08-29T04:15:16.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-08-29T04:15:16.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-08-29T04:15:16.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36752026-08-29T04:15:16.192Z
36762026-08-29T04:15:16.193Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/376)
36772026-08-29T04:15:16.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-08-29T04:15:16.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-08-29T04:15:16.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-08-29T04:15:16.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36812026-08-29T04:15:16.639Z
36822026-08-29T04:15:16.639Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/376)
36832026-08-29T04:15:17.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-08-29T04:15:17.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-08-29T04:15:17.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-08-29T04:15:17.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36872026-08-29T04:15:17.212Z
36882026-08-29T04:15:17.212Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/376)
36892026-08-29T04:15:17.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-08-29T04:15:17.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-08-29T04:15:17.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-08-29T04:15:17.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36932026-08-29T04:15:17.786Z
36942026-08-29T04:15:17.786Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/376)
36952026-08-29T04:15:18.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-08-29T04:15:18.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-08-29T04:15:18.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-08-29T04:15:18.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36992026-08-29T04:15:18.399Z
37002026-08-29T04:15:18.399Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/376)
37012026-08-29T04:15:18.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-08-29T04:15:19.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-08-29T04:15:19.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-08-29T04:15:19.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37052026-08-29T04:15:19.457Z
37062026-08-29T04:15:19.457Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/376)
37072026-08-29T04:15:19.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-08-29T04:15:19.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-08-29T04:15:19.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-08-29T04:15:19.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37112026-08-29T04:15:19.533Z
37122026-08-29T04:15:19.533Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/376)
37132026-08-29T04:15:20.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-08-29T04:15:20.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-08-29T04:15:20.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-08-29T04:15:20.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37172026-08-29T04:15:20.168Z
37182026-08-29T04:15:20.168Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/376)
37192026-08-29T04:15:20.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-08-29T04:15:20.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-08-29T04:15:20.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-08-29T04:15:20.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37232026-08-29T04:15:20.688Z
37242026-08-29T04:15:20.688Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/376)
37252026-08-29T04:15:21.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-08-29T04:15:21.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-08-29T04:15:21.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-08-29T04:15:21.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37292026-08-29T04:15:21.272Z
37302026-08-29T04:15:21.272Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/376)
37312026-08-29T04:15:21.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-08-29T04:15:21.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-08-29T04:15:21.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-08-29T04:15:21.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37352026-08-29T04:15:21.838Z
37362026-08-29T04:15:21.838Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/376)
37372026-08-29T04:15:22.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-08-29T04:15:22.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-08-29T04:15:22.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-08-29T04:15:22.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37412026-08-29T04:15:22.419Z
37422026-08-29T04:15:22.419Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/376)
37432026-08-29T04:15:22.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-08-29T04:15:22.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-08-29T04:15:22.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-08-29T04:15:22.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37472026-08-29T04:15:22.998Z
37482026-08-29T04:15:22.998Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/376)
37492026-08-29T04:15:23.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-08-29T04:15:23.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-08-29T04:15:23.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-08-29T04:15:23.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37532026-08-29T04:15:23.583Z
37542026-08-29T04:15:23.583Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/376)
37552026-08-29T04:15:24.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-08-29T04:15:24.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-08-29T04:15:24.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-08-29T04:15:24.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37592026-08-29T04:15:24.184Z
37602026-08-29T04:15:24.184Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/376)
37612026-08-29T04:15:24.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-08-29T04:15:24.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-08-29T04:15:24.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-08-29T04:15:24.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37652026-08-29T04:15:24.756Z
37662026-08-29T04:15:24.756Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/376)
37672026-08-29T04:15:25.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-08-29T04:15:25.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-08-29T04:15:25.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-08-29T04:15:25.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37712026-08-29T04:15:25.337Z
37722026-08-29T04:15:25.337Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/376)
37732026-08-29T04:15:25.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-08-29T04:15:25.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-08-29T04:15:25.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-08-29T04:15:25.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37772026-08-29T04:15:25.934Z
37782026-08-29T04:15:25.934Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/376)
37792026-08-29T04:15:30.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-08-29T04:15:30.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-08-29T04:15:30.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-08-29T04:15:30.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37832026-08-29T04:15:30.368Z
37842026-08-29T04:15:30.368Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/376)
37852026-08-29T04:15:30.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-08-29T04:15:30.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-08-29T04:15:30.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-08-29T04:15:30.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37892026-08-29T04:15:30.371Z
37902026-08-29T04:15:30.371Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/376)
37912026-08-29T04:15:30.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-08-29T04:15:30.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-08-29T04:15:30.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-08-29T04:15:30.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37952026-08-29T04:15:30.371Z
37962026-08-29T04:15:30.371Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/376)
37972026-08-29T04:15:30.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-08-29T04:15:30.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-08-29T04:15:30.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-08-29T04:15:30.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38012026-08-29T04:15:30.371Z
38022026-08-29T04:15:30.371Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/376)
38032026-08-29T04:15:30.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-08-29T04:15:30.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-08-29T04:15:30.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-08-29T04:15:30.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38072026-08-29T04:15:30.371Z
38082026-08-29T04:15:30.373Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/376)
38092026-08-29T04:15:30.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-08-29T04:15:30.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-08-29T04:15:30.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-08-29T04:15:30.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38132026-08-29T04:15:30.373Z
38142026-08-29T04:15:30.373Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/376)
38152026-08-29T04:15:30.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-08-29T04:15:30.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-08-29T04:15:30.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-08-29T04:15:30.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38192026-08-29T04:15:30.493Z
38202026-08-29T04:15:30.493Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/376)
38212026-08-29T04:15:30.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-08-29T04:15:30.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-08-29T04:15:30.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-08-29T04:15:30.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38252026-08-29T04:15:30.696Z
38262026-08-29T04:15:30.696Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/376)
38272026-08-29T04:15:31.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-08-29T04:15:31.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-08-29T04:15:31.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-08-29T04:15:31.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38312026-08-29T04:15:31.296Z
38322026-08-29T04:15:31.296Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/376)
38332026-08-29T04:15:31.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-08-29T04:15:31.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-08-29T04:15:31.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-08-29T04:15:31.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38372026-08-29T04:15:31.974Z
38382026-08-29T04:15:31.975Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/376)
38392026-08-29T04:15:32.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-08-29T04:15:32.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-08-29T04:15:32.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-08-29T04:15:32.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38432026-08-29T04:15:32.494Z
38442026-08-29T04:15:32.494Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/376)
38452026-08-29T04:15:32.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-08-29T04:15:33.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-08-29T04:15:33.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-08-29T04:15:33.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38492026-08-29T04:15:33.094Z
38502026-08-29T04:15:33.096Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/376)
38512026-08-29T04:15:33.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-08-29T04:15:33.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-08-29T04:15:33.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542026-08-29T04:15:33.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38552026-08-29T04:15:33.695Z
38562026-08-29T04:15:33.695Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/376)
38572026-08-29T04:15:34.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-08-29T04:15:34.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-08-29T04:15:34.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-08-29T04:15:34.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38612026-08-29T04:15:34.292Z
38622026-08-29T04:15:34.292Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/376)
38632026-08-29T04:15:34.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-08-29T04:15:34.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-08-29T04:15:34.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-08-29T04:15:34.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38672026-08-29T04:15:34.885Z
38682026-08-29T04:15:34.885Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/376)
38692026-08-29T04:15:35.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-08-29T04:15:35.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-08-29T04:15:35.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-08-29T04:15:35.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38732026-08-29T04:15:35.460Z
38742026-08-29T04:15:35.460Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/376)
38752026-08-29T04:15:35.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-08-29T04:15:35.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-08-29T04:15:35.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38782026-08-29T04:15:35.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38792026-08-29T04:15:36.038Z
38802026-08-29T04:15:36.038Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/376)
38812026-08-29T04:15:36.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-08-29T04:15:36.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-08-29T04:15:36.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-08-29T04:15:36.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38852026-08-29T04:15:36.613Z
38862026-08-29T04:15:36.615Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/376)
38872026-08-29T04:15:37.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-08-29T04:15:37.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-08-29T04:15:37.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-08-29T04:15:37.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38912026-08-29T04:15:37.196Z
38922026-08-29T04:15:37.196Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/376)
38932026-08-29T04:15:37.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-08-29T04:15:37.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-08-29T04:15:37.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-08-29T04:15:37.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38972026-08-29T04:15:37.778Z
38982026-08-29T04:15:37.778Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/376)
38992026-08-29T04:15:38.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-08-29T04:15:38.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-08-29T04:15:38.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-08-29T04:15:38.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39032026-08-29T04:15:38.355Z
39042026-08-29T04:15:38.355Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/376)
39052026-08-29T04:15:38.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-08-29T04:15:38.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-08-29T04:15:38.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-08-29T04:15:38.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39092026-08-29T04:15:38.932Z
39102026-08-29T04:15:38.932Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/376)
39112026-08-29T04:15:39.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-08-29T04:15:39.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-08-29T04:15:39.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-08-29T04:15:39.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39152026-08-29T04:15:39.511Z
39162026-08-29T04:15:39.511Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/376)
39172026-08-29T04:15:39.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-08-29T04:15:40.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-08-29T04:15:40.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-08-29T04:15:40.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39212026-08-29T04:15:40.084Z
39222026-08-29T04:15:40.084Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/376)
39232026-08-29T04:15:40.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-08-29T04:15:40.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-08-29T04:15:40.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-08-29T04:15:40.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39272026-08-29T04:15:40.663Z
39282026-08-29T04:15:40.663Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/376)
39292026-08-29T04:15:41.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-08-29T04:15:41.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-08-29T04:15:41.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-08-29T04:15:41.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39332026-08-29T04:15:41.246Z
39342026-08-29T04:15:41.246Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/376)
39352026-08-29T04:15:41.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-08-29T04:15:41.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-08-29T04:15:41.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-08-29T04:15:41.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39392026-08-29T04:15:41.823Z
39402026-08-29T04:15:41.823Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/376)
39412026-08-29T04:15:42.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-08-29T04:15:42.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-08-29T04:15:42.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-08-29T04:15:42.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39452026-08-29T04:15:42.404Z
39462026-08-29T04:15:42.404Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/376)
39472026-08-29T04:15:42.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-29T04:15:42.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-29T04:15:42.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-08-29T04:15:42.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39512026-08-29T04:15:42.981Z
39522026-08-29T04:15:42.981Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/376)
39532026-08-29T04:15:43.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-29T04:15:43.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-29T04:15:43.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-08-29T04:15:43.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39572026-08-29T04:15:43.559Z
39582026-08-29T04:15:43.559Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/376)
39592026-08-29T04:15:44.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-08-29T04:15:44.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-08-29T04:15:44.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-08-29T04:15:44.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39632026-08-29T04:15:44.136Z
39642026-08-29T04:15:44.136Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/376)
39652026-08-29T04:15:44.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-08-29T04:15:44.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-08-29T04:15:44.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-08-29T04:15:44.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39692026-08-29T04:15:44.729Z
39702026-08-29T04:15:44.729Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/376)
39712026-08-29T04:15:45.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-29T04:15:45.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-29T04:15:45.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-08-29T04:15:45.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39752026-08-29T04:15:45.320Z
39762026-08-29T04:15:45.320Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/376)
39772026-08-29T04:15:45.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-29T04:15:45.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-29T04:15:45.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-08-29T04:15:45.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39812026-08-29T04:15:45.910Z
39822026-08-29T04:15:45.910Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/376)
39832026-08-29T04:15:46.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-08-29T04:15:46.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-08-29T04:15:46.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-08-29T04:15:46.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39872026-08-29T04:15:46.508Z
39882026-08-29T04:15:46.508Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/376)
39892026-08-29T04:15:47.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-08-29T04:15:47.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-08-29T04:15:47.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-08-29T04:15:47.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39932026-08-29T04:15:47.104Z
39942026-08-29T04:15:47.104Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/376)
39952026-08-29T04:15:47.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-08-29T04:15:47.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-08-29T04:15:47.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-08-29T04:15:47.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39992026-08-29T04:15:47.706Z
40002026-08-29T04:15:47.706Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/376)
40012026-08-29T04:15:48.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-08-29T04:15:48.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-08-29T04:15:48.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-08-29T04:15:48.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40052026-08-29T04:15:48.306Z
40062026-08-29T04:15:48.306Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/376)
40072026-08-29T04:15:48.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-08-29T04:15:48.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-08-29T04:15:48.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-08-29T04:15:48.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40112026-08-29T04:15:48.907Z
40122026-08-29T04:15:48.907Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/376)
40132026-08-29T04:15:49.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-08-29T04:15:49.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-08-29T04:15:49.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-08-29T04:15:49.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40172026-08-29T04:15:49.505Z
40182026-08-29T04:15:49.505Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/376)
40192026-08-29T04:15:50.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-08-29T04:15:50.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-08-29T04:15:50.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-08-29T04:15:50.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40232026-08-29T04:15:50.099Z
40242026-08-29T04:15:50.099Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/376)
40252026-08-29T04:15:50.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-08-29T04:15:50.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-08-29T04:15:50.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-08-29T04:15:50.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40292026-08-29T04:15:50.693Z
40302026-08-29T04:15:50.693Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/376)
40312026-08-29T04:15:51.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-08-29T04:15:51.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-08-29T04:15:51.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-08-29T04:15:51.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40352026-08-29T04:15:51.292Z
40362026-08-29T04:15:51.292Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/376)
40372026-08-29T04:15:51.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-08-29T04:15:51.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-08-29T04:15:51.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-08-29T04:15:51.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40412026-08-29T04:15:51.884Z
40422026-08-29T04:15:51.884Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/376)
40432026-08-29T04:15:52.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-08-29T04:15:52.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-08-29T04:15:52.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-08-29T04:15:52.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40472026-08-29T04:15:52.519Z
40482026-08-29T04:15:52.519Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/376)
40492026-08-29T04:15:52.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-08-29T04:15:52.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-08-29T04:15:52.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-08-29T04:15:52.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40532026-08-29T04:15:53.074Z
40542026-08-29T04:15:53.074Zinfo: running `cargo check --bins` on oximeter-producer (235/376)
40552026-08-29T04:15:53.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-08-29T04:15:53.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-08-29T04:15:53.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-08-29T04:15:53.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40592026-08-29T04:15:53.690Z
40602026-08-29T04:15:53.690Zinfo: running `cargo check --bins` on internal-dns-resolver (236/376)
40612026-08-29T04:15:54.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-08-29T04:15:54.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-08-29T04:15:54.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-08-29T04:15:54.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40652026-08-29T04:15:54.271Z
40662026-08-29T04:15:54.271Zinfo: running `cargo check --bins` on dns-server (237/376)
40672026-08-29T04:15:54.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-08-29T04:15:54.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-08-29T04:15:54.925Z Compiling parking_lot_core v0.8.6
40702026-08-29T04:15:55.035Z Compiling git-stub v1.0.0
40712026-08-29T04:15:55.043Z Checking prefix-trie v0.7.0
40722026-08-29T04:15:55.046Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40732026-08-29T04:15:55.159Z Compiling git-stub-vcs v0.1.0
40742026-08-29T04:15:55.327Z Checking hickory-server v0.25.2
40752026-08-29T04:15:55.431Z Checking parking_lot v0.11.2
40762026-08-29T04:15:55.467Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40772026-08-29T04:15:55.607Z Checking sled v0.34.7
40782026-08-29T04:15:57.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
40792026-08-29T04:15:57.745Z
40802026-08-29T04:15:57.745Zinfo: running `cargo check --bins` on dns-server-api (238/376)
40812026-08-29T04:15:58.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-08-29T04:15:58.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-08-29T04:15:58.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-08-29T04:15:58.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40852026-08-29T04:15:58.312Z
40862026-08-29T04:15:58.312Zinfo: running `cargo check --bins` on nexus-client (239/376)
40872026-08-29T04:15:58.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-08-29T04:15:58.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-08-29T04:15:58.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-08-29T04:15:58.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40912026-08-29T04:15:58.922Z
40922026-08-29T04:15:58.922Zinfo: running `cargo check --bins` on oximeter-producer-api (240/376)
40932026-08-29T04:15:59.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-08-29T04:15:59.409Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-08-29T04:15:59.409Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40962026-08-29T04:15:59.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40972026-08-29T04:15:59.493Z
40982026-08-29T04:15:59.493Zinfo: running `cargo check --bins` on sp-sim (241/376)
40992026-08-29T04:16:00.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-08-29T04:16:00.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-08-29T04:16:00.211Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41022026-08-29T04:16:00.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41032026-08-29T04:16:00.926Z
41042026-08-29T04:16:00.926Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/376)
41052026-08-29T04:16:01.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-08-29T04:16:01.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-08-29T04:16:01.756Z Compiling proc-macro-error-attr2 v2.0.0
41082026-08-29T04:16:01.887Z Compiling hashbrown v0.14.5
41092026-08-29T04:16:01.895Z Compiling rfc6979 v0.4.0
41102026-08-29T04:16:01.900Z Compiling salty v0.3.0
41112026-08-29T04:16:01.909Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41122026-08-29T04:16:01.920Z Compiling primeorder v0.13.6
41132026-08-29T04:16:01.941Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41142026-08-29T04:16:02.004Z Compiling ecdsa v0.16.9
41152026-08-29T04:16:02.069Z Compiling sha1 v0.10.6
41162026-08-29T04:16:02.171Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41172026-08-29T04:16:02.264Z Compiling proc-macro-error2 v2.0.1
41182026-08-29T04:16:02.376Z Compiling chumsky v0.9.3
41192026-08-29T04:16:02.404Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41202026-08-29T04:16:02.416Z Compiling p384 v0.13.1
41212026-08-29T04:16:02.444Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41222026-08-29T04:16:02.588Z Compiling knus-derive v3.4.0
41232026-08-29T04:16:02.610Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41242026-08-29T04:16:02.642Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
41252026-08-29T04:16:02.698Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41262026-08-29T04:16:02.867Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41272026-08-29T04:16:02.972Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41282026-08-29T04:16:03.075Z Checking corncobs v0.1.4
41292026-08-29T04:16:03.111Z Checking libscf-sys v1.2.0
41302026-08-29T04:16:03.131Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41312026-08-29T04:16:03.145Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41322026-08-29T04:16:03.169Z Checking secrecy v0.8.0
41332026-08-29T04:16:03.203Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41342026-08-29T04:16:03.242Z Checking papergrid v0.18.0
41352026-08-29T04:16:03.292Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41362026-08-29T04:16:03.309Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41372026-08-29T04:16:03.459Z Compiling unicase v2.9.0
41382026-08-29T04:16:03.515Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41392026-08-29T04:16:03.552Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41402026-08-29T04:16:03.588Z Checking itertools v0.15.0
41412026-08-29T04:16:03.665Z Compiling mime_guess v2.0.5
41422026-08-29T04:16:03.761Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41432026-08-29T04:16:03.799Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41442026-08-29T04:16:03.990Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41452026-08-29T04:16:04.020Z Compiling knus v3.4.0
41462026-08-29T04:16:04.034Z Checking tabled v0.21.0
41472026-08-29T04:16:04.070Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41482026-08-29T04:16:04.238Z Checking crc8 v0.1.1
41492026-08-29T04:16:04.341Z Checking http-range v0.1.5
41502026-08-29T04:16:04.375Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41512026-08-29T04:16:04.705Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41522026-08-29T04:16:04.728Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
41532026-08-29T04:16:04.771Z Checking scuffle v0.1.0
41542026-08-29T04:16:04.893Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41552026-08-29T04:16:04.910Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41562026-08-29T04:16:04.937Z Checking nanorand v0.7.0
41572026-08-29T04:16:04.966Z Checking hyper-staticfile v0.10.1
41582026-08-29T04:16:05.141Z Checking flume v0.11.1
41592026-08-29T04:16:05.281Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41602026-08-29T04:16:05.296Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41612026-08-29T04:16:05.351Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41622026-08-29T04:16:05.387Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41632026-08-29T04:16:05.450Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41642026-08-29T04:16:05.635Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41652026-08-29T04:16:05.650Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41662026-08-29T04:16:05.708Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41672026-08-29T04:16:05.858Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41682026-08-29T04:16:05.959Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41692026-08-29T04:16:06.163Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41702026-08-29T04:16:06.216Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41712026-08-29T04:16:06.749Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41722026-08-29T04:16:07.638Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41732026-08-29T04:16:09.585Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41742026-08-29T04:16:10.620Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41752026-08-29T04:16:11.185Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41762026-08-29T04:16:11.188Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41772026-08-29T04:16:11.874Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41782026-08-29T04:16:23.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.21s
41792026-08-29T04:16:23.142Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41802026-08-29T04:16:23.142Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41812026-08-29T04:16:23.350Z
41822026-08-29T04:16:23.350Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/376)
41832026-08-29T04:16:23.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-08-29T04:16:23.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-08-29T04:16:24.137Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41862026-08-29T04:16:34.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.13s
41872026-08-29T04:16:34.498Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41882026-08-29T04:16:34.498Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41892026-08-29T04:16:34.699Z
41902026-08-29T04:16:34.699Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/376)
41912026-08-29T04:16:35.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41922026-08-29T04:16:35.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41932026-08-29T04:16:35.478Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41942026-08-29T04:16:45.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s
41952026-08-29T04:16:45.828Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41962026-08-29T04:16:45.828Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41972026-08-29T04:16:46.023Z
41982026-08-29T04:16:46.023Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/376)
41992026-08-29T04:16:46.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42002026-08-29T04:16:46.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42012026-08-29T04:16:46.804Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42022026-08-29T04:16:57.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s
42032026-08-29T04:16:57.147Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42042026-08-29T04:16:57.148Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42052026-08-29T04:16:57.348Z
42062026-08-29T04:16:57.349Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/376)
42072026-08-29T04:16:57.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-08-29T04:16:57.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-08-29T04:16:58.125Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42102026-08-29T04:17:08.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.15s
42112026-08-29T04:17:08.514Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42122026-08-29T04:17:08.514Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42132026-08-29T04:17:08.715Z
42142026-08-29T04:17:08.715Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/376)
42152026-08-29T04:17:09.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-08-29T04:17:09.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-08-29T04:17:09.496Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42182026-08-29T04:17:19.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.10s
42192026-08-29T04:17:19.830Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42202026-08-29T04:17:19.830Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42212026-08-29T04:17:20.031Z
42222026-08-29T04:17:20.031Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/376)
42232026-08-29T04:17:20.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-08-29T04:17:20.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-08-29T04:17:20.812Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42262026-08-29T04:17:31.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.15s
42272026-08-29T04:17:31.194Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42282026-08-29T04:17:31.194Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42292026-08-29T04:17:31.391Z
42302026-08-29T04:17:31.391Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/376)
42312026-08-29T04:17:31.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-08-29T04:17:31.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-08-29T04:17:32.174Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42342026-08-29T04:17:42.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
42352026-08-29T04:17:42.571Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42362026-08-29T04:17:42.571Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42372026-08-29T04:17:42.772Z
42382026-08-29T04:17:42.772Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/376)
42392026-08-29T04:17:43.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-08-29T04:17:43.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-08-29T04:17:43.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-08-29T04:17:43.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42432026-08-29T04:17:43.350Z
42442026-08-29T04:17:43.350Zinfo: running `cargo check --bins` on installinator-common (251/376)
42452026-08-29T04:17:43.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-08-29T04:17:43.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-08-29T04:17:43.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-08-29T04:17:43.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42492026-08-29T04:17:43.940Z
42502026-08-29T04:17:43.940Zinfo: running `cargo check --bins` on installinator-common-versions (252/376)
42512026-08-29T04:17:44.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-08-29T04:17:44.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-08-29T04:17:44.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-08-29T04:17:44.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42552026-08-29T04:17:44.498Z
42562026-08-29T04:17:44.498Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/376)
42572026-08-29T04:17:45.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-08-29T04:17:45.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-08-29T04:17:45.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-08-29T04:17:45.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42612026-08-29T04:17:45.102Z
42622026-08-29T04:17:45.102Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/376)
42632026-08-29T04:17:45.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-08-29T04:17:45.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-08-29T04:17:45.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-08-29T04:17:45.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42672026-08-29T04:17:45.747Z
42682026-08-29T04:17:45.747Zinfo: running `cargo check --bins` on range-requests (255/376)
42692026-08-29T04:17:46.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-08-29T04:17:46.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-08-29T04:17:46.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-08-29T04:17:46.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42732026-08-29T04:17:46.236Z
42742026-08-29T04:17:46.236Zinfo: running `cargo check --bins` on repo-depot-api (256/376)
42752026-08-29T04:17:46.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-08-29T04:17:46.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-08-29T04:17:46.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-08-29T04:17:46.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42792026-08-29T04:17:46.799Z
42802026-08-29T04:17:46.799Zinfo: running `cargo check --bins` on repo-depot-client (257/376)
42812026-08-29T04:17:47.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-08-29T04:17:47.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-08-29T04:17:47.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-08-29T04:17:47.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42852026-08-29T04:17:47.359Z
42862026-08-29T04:17:47.359Zinfo: running `cargo check --bins` on sled-agent-api (258/376)
42872026-08-29T04:17:47.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-08-29T04:17:47.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-08-29T04:17:47.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-08-29T04:17:47.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42912026-08-29T04:17:47.949Z
42922026-08-29T04:17:47.949Zinfo: running `cargo check --bins` on sled-diagnostics (259/376)
42932026-08-29T04:17:48.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-08-29T04:17:48.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-08-29T04:17:48.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-08-29T04:17:48.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42972026-08-29T04:17:48.535Z
42982026-08-29T04:17:48.535Zinfo: running `cargo check --bins` on zfs-test-harness (260/376)
42992026-08-29T04:17:49.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-08-29T04:17:49.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-08-29T04:17:49.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-08-29T04:17:49.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43032026-08-29T04:17:49.124Z
43042026-08-29T04:17:49.124Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/376)
43052026-08-29T04:17:49.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-08-29T04:17:49.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-08-29T04:17:49.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-08-29T04:17:49.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43092026-08-29T04:17:49.723Z
43102026-08-29T04:17:49.723Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/376)
43112026-08-29T04:17:50.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-08-29T04:17:50.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-08-29T04:17:50.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-08-29T04:17:50.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43152026-08-29T04:17:50.319Z
43162026-08-29T04:17:50.320Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/376)
43172026-08-29T04:17:50.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-08-29T04:17:50.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-08-29T04:17:50.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-08-29T04:17:50.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43212026-08-29T04:17:50.919Z
43222026-08-29T04:17:50.919Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/376)
43232026-08-29T04:17:51.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-08-29T04:17:51.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-08-29T04:17:51.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-08-29T04:17:51.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43272026-08-29T04:17:51.511Z
43282026-08-29T04:17:51.511Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/376)
43292026-08-29T04:17:52.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-08-29T04:17:52.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-08-29T04:17:52.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-08-29T04:17:52.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43332026-08-29T04:17:52.108Z
43342026-08-29T04:17:52.108Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/376)
43352026-08-29T04:17:52.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-08-29T04:17:52.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-08-29T04:17:52.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-08-29T04:17:52.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43392026-08-29T04:17:52.737Z
43402026-08-29T04:17:52.737Zinfo: running `cargo check --bins` on trust-quorum (267/376)
43412026-08-29T04:17:53.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-08-29T04:17:53.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-08-29T04:17:53.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-08-29T04:17:53.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43452026-08-29T04:17:53.305Z
43462026-08-29T04:17:53.305Zinfo: running `cargo check --bins` on sled-agent-health-monitor (268/376)
43472026-08-29T04:17:53.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-08-29T04:17:53.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-08-29T04:17:53.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-08-29T04:17:53.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43512026-08-29T04:17:53.901Z
43522026-08-29T04:17:53.901Zinfo: running `cargo check --bins` on sled-agent-multirack-join (269/376)
43532026-08-29T04:17:54.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-08-29T04:17:54.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-08-29T04:17:54.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43562026-08-29T04:17:54.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43572026-08-29T04:17:54.524Z
43582026-08-29T04:17:54.526Zinfo: running `cargo check --bins` on sled-agent-rack-setup (270/376)
43592026-08-29T04:17:55.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-08-29T04:17:55.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-08-29T04:17:55.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43622026-08-29T04:17:55.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43632026-08-29T04:17:55.141Z
43642026-08-29T04:17:55.141Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (271/376)
43652026-08-29T04:17:55.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-08-29T04:17:55.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-08-29T04:17:55.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43682026-08-29T04:17:55.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43692026-08-29T04:17:55.752Z
43702026-08-29T04:17:55.752Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (272/376)
43712026-08-29T04:17:56.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-08-29T04:17:56.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-08-29T04:17:56.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-08-29T04:17:56.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43752026-08-29T04:17:56.371Z
43762026-08-29T04:17:56.371Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (273/376)
43772026-08-29T04:17:56.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-29T04:17:56.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-29T04:17:56.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-08-29T04:17:56.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43812026-08-29T04:17:56.993Z
43822026-08-29T04:17:56.993Zinfo: running `cargo check --bins` on omicron-deployment-graph (274/376)
43832026-08-29T04:17:57.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-08-29T04:17:57.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-08-29T04:17:57.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-08-29T04:17:57.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43872026-08-29T04:17:57.554Z
43882026-08-29T04:17:57.554Zinfo: running `cargo check --bins` on transient-dns-server (275/376)
43892026-08-29T04:17:58.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-08-29T04:17:58.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-08-29T04:17:58.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-08-29T04:17:58.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43932026-08-29T04:17:58.136Z
43942026-08-29T04:17:58.136Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (276/376)
43952026-08-29T04:17:58.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-08-29T04:17:58.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-08-29T04:17:58.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-08-29T04:17:58.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43992026-08-29T04:17:58.729Z
44002026-08-29T04:17:58.729Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (277/376)
44012026-08-29T04:17:59.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-08-29T04:17:59.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-08-29T04:17:59.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-08-29T04:17:59.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44052026-08-29T04:17:59.315Z
44062026-08-29T04:17:59.315Zinfo: running `cargo check --bins` on omicron-rpaths (278/376)
44072026-08-29T04:17:59.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-08-29T04:17:59.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-08-29T04:17:59.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-08-29T04:17:59.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44112026-08-29T04:17:59.874Z
44122026-08-29T04:17:59.874Zinfo: running `cargo check --bins` on omicron-repl-utils (279/376)
44132026-08-29T04:18:00.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-08-29T04:18:00.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-08-29T04:18:00.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-08-29T04:18:00.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44172026-08-29T04:18:00.435Z
44182026-08-29T04:18:00.435Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (280/376)
44192026-08-29T04:18:00.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-08-29T04:18:00.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-08-29T04:18:01.136Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44222026-08-29T04:18:01.554Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44232026-08-29T04:18:02.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s
44242026-08-29T04:18:02.952Z
44252026-08-29T04:18:02.952Zinfo: running `cargo check --bins` on clickhouse-admin-api (281/376)
44262026-08-29T04:18:03.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-08-29T04:18:03.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-08-29T04:18:03.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44292026-08-29T04:18:03.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44302026-08-29T04:18:03.528Z
44312026-08-29T04:18:03.528Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (282/376)
44322026-08-29T04:18:04.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-08-29T04:18:04.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-08-29T04:18:04.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44352026-08-29T04:18:04.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44362026-08-29T04:18:04.102Z
44372026-08-29T04:18:04.102Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (283/376)
44382026-08-29T04:18:04.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-08-29T04:18:04.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-08-29T04:18:04.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-08-29T04:18:04.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44422026-08-29T04:18:04.685Z
44432026-08-29T04:18:04.687Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (284/376)
44442026-08-29T04:18:05.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-08-29T04:18:05.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-08-29T04:18:05.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-08-29T04:18:05.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44482026-08-29T04:18:05.262Z
44492026-08-29T04:18:05.262Zinfo: running `cargo check --bins` on installinator-client (285/376)
44502026-08-29T04:18:05.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-08-29T04:18:05.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-08-29T04:18:05.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-08-29T04:18:05.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44542026-08-29T04:18:05.818Z
44552026-08-29T04:18:05.818Zinfo: running `cargo check --bins` on oxide-client (286/376)
44562026-08-29T04:18:06.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-08-29T04:18:06.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-08-29T04:18:06.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-08-29T04:18:06.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44602026-08-29T04:18:06.379Z
44612026-08-29T04:18:06.379Zinfo: running `cargo check --bins` on oximeter-client (287/376)
44622026-08-29T04:18:06.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-08-29T04:18:06.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-08-29T04:18:06.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-08-29T04:18:06.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44662026-08-29T04:18:06.952Z
44672026-08-29T04:18:06.952Zinfo: running `cargo check --bins` on wicketd-client (288/376)
44682026-08-29T04:18:07.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-08-29T04:18:07.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-08-29T04:18:07.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-08-29T04:18:07.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44722026-08-29T04:18:07.552Z
44732026-08-29T04:18:07.553Zinfo: running `cargo check --bins` on wicket-common (289/376)
44742026-08-29T04:18:08.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-08-29T04:18:08.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-08-29T04:18:08.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-08-29T04:18:08.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44782026-08-29T04:18:08.140Z
44792026-08-29T04:18:08.140Zinfo: running `cargo check --bins` on wicketd-commission-client (290/376)
44802026-08-29T04:18:08.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-08-29T04:18:08.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-08-29T04:18:08.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44832026-08-29T04:18:08.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44842026-08-29T04:18:08.720Z
44852026-08-29T04:18:08.720Zinfo: running `cargo check --bins` on omicron-cockroach-admin (291/376)
44862026-08-29T04:18:09.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-08-29T04:18:09.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-08-29T04:18:09.396Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44892026-08-29T04:18:09.398Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
44902026-08-29T04:18:10.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
44912026-08-29T04:18:10.774Z
44922026-08-29T04:18:10.774Zinfo: running `cargo check --bins` on cockroach-admin-api (292/376)
44932026-08-29T04:18:11.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-08-29T04:18:11.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-08-29T04:18:11.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44962026-08-29T04:18:11.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44972026-08-29T04:18:11.343Z
44982026-08-29T04:18:11.343Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (293/376)
44992026-08-29T04:18:11.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-08-29T04:18:11.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-08-29T04:18:11.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45022026-08-29T04:18:11.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45032026-08-29T04:18:12.005Z
45042026-08-29T04:18:12.005Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (294/376)
45052026-08-29T04:18:12.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-08-29T04:18:12.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-08-29T04:18:12.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-08-29T04:18:12.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45092026-08-29T04:18:12.660Z
45102026-08-29T04:18:12.660Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (295/376)
45112026-08-29T04:18:13.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-08-29T04:18:13.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-08-29T04:18:13.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45142026-08-29T04:18:13.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45152026-08-29T04:18:13.286Z
45162026-08-29T04:18:13.287Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (296/376)
45172026-08-29T04:18:13.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-08-29T04:18:13.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-08-29T04:18:13.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45202026-08-29T04:18:13.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45212026-08-29T04:18:13.918Z
45222026-08-29T04:18:13.918Zinfo: running `cargo check --bins` on db-macros (297/376)
45232026-08-29T04:18:14.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-08-29T04:18:14.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-08-29T04:18:14.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45262026-08-29T04:18:14.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45272026-08-29T04:18:14.482Z
45282026-08-29T04:18:14.482Zinfo: running `cargo check --bins` on nexus-macros-common (298/376)
45292026-08-29T04:18:14.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-08-29T04:18:14.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-08-29T04:18:14.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45322026-08-29T04:18:14.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45332026-08-29T04:18:15.044Z
45342026-08-29T04:18:15.044Zinfo: running `cargo check --bins` on nexus-auth (299/376)
45352026-08-29T04:18:15.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-29T04:18:15.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-29T04:18:15.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45382026-08-29T04:18:15.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45392026-08-29T04:18:15.667Z
45402026-08-29T04:18:15.667Zinfo: running `cargo check --bins` on authz-macros (300/376)
45412026-08-29T04:18:16.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-08-29T04:18:16.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-08-29T04:18:16.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45442026-08-29T04:18:16.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45452026-08-29T04:18:16.222Z
45462026-08-29T04:18:16.222Zinfo: running `cargo check --bins` on nexus-db-fixed-data (301/376)
45472026-08-29T04:18:16.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-08-29T04:18:16.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-08-29T04:18:16.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45502026-08-29T04:18:16.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45512026-08-29T04:18:16.839Z
45522026-08-29T04:18:16.839Zinfo: running `cargo check --bins` on nexus-db-model (302/376)
45532026-08-29T04:18:17.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-08-29T04:18:17.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-08-29T04:18:17.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45562026-08-29T04:18:17.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45572026-08-29T04:18:17.456Z
45582026-08-29T04:18:17.457Zinfo: running `cargo check --bins` on nexus-db-schema (303/376)
45592026-08-29T04:18:17.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-08-29T04:18:17.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-08-29T04:18:17.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45622026-08-29T04:18:17.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45632026-08-29T04:18:18.018Z
45642026-08-29T04:18:18.018Zinfo: running `cargo check --bins` on nexus-defaults (304/376)
45652026-08-29T04:18:18.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-08-29T04:18:18.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-08-29T04:18:18.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45682026-08-29T04:18:18.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45692026-08-29T04:18:18.592Z
45702026-08-29T04:18:18.592Zinfo: running `cargo check --bins` on omicron-git-version (305/376)
45712026-08-29T04:18:19.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-08-29T04:18:19.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-08-29T04:18:19.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45742026-08-29T04:18:19.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45752026-08-29T04:18:19.151Z
45762026-08-29T04:18:19.151Zinfo: running `cargo check --bins` on nexus-db-errors (306/376)
45772026-08-29T04:18:19.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-08-29T04:18:19.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-08-29T04:18:19.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45802026-08-29T04:18:19.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45812026-08-29T04:18:19.779Z
45822026-08-29T04:18:19.779Zinfo: running `cargo check --bins` on nexus-db-lookup (307/376)
45832026-08-29T04:18:20.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-08-29T04:18:20.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-08-29T04:18:20.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45862026-08-29T04:18:20.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45872026-08-29T04:18:20.403Z
45882026-08-29T04:18:20.403Zinfo: running `cargo check --bins` on nexus-test-interface (308/376)
45892026-08-29T04:18:20.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-08-29T04:18:20.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-08-29T04:18:20.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45922026-08-29T04:18:20.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45932026-08-29T04:18:21.030Z
45942026-08-29T04:18:21.030Zinfo: running `cargo check --bins` on oximeter-collector (309/376)
45952026-08-29T04:18:21.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45962026-08-29T04:18:21.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45972026-08-29T04:18:21.761Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
45982026-08-29T04:18:21.763Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
45992026-08-29T04:18:22.442Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
46002026-08-29T04:18:24.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
46012026-08-29T04:18:24.358Z
46022026-08-29T04:18:24.359Zinfo: running `cargo check --bins` on oximeter-api (310/376)
46032026-08-29T04:18:24.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-08-29T04:18:24.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-08-29T04:18:24.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46062026-08-29T04:18:24.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46072026-08-29T04:18:24.933Z
46082026-08-29T04:18:24.933Zinfo: running `cargo check --bins` on cert-dev (311/376)
46092026-08-29T04:18:25.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46102026-08-29T04:18:25.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46112026-08-29T04:18:25.544Z Checking yasna v0.5.2
46122026-08-29T04:18:25.950Z Checking rcgen v0.12.1
46132026-08-29T04:18:26.209Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46142026-08-29T04:18:26.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
46152026-08-29T04:18:26.574Z
46162026-08-29T04:18:26.574Zinfo: running `cargo check --bins` on clickana (312/376)
46172026-08-29T04:18:27.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-08-29T04:18:27.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-08-29T04:18:27.218Z Compiling instability v0.3.11
46202026-08-29T04:18:27.218Z Checking castaway v0.2.4
46212026-08-29T04:18:27.221Z Compiling indoc v2.0.7
46222026-08-29T04:18:27.221Z Checking unicode-truncate v1.1.0
46232026-08-29T04:18:27.324Z Checking lru v0.12.5
46242026-08-29T04:18:27.332Z Checking cassowary v0.3.0
46252026-08-29T04:18:27.415Z Checking compact_str v0.8.1
46262026-08-29T04:18:28.214Z Checking ratatui v0.29.0
46272026-08-29T04:18:29.276Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46282026-08-29T04:18:30.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.42s
46292026-08-29T04:18:30.180Z
46302026-08-29T04:18:30.180Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (313/376)
46312026-08-29T04:18:30.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-08-29T04:18:30.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-08-29T04:18:30.899Z Checking headers-core v0.3.0
46342026-08-29T04:18:30.902Z Checking port-file v0.1.0
46352026-08-29T04:18:30.902Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46362026-08-29T04:18:31.096Z Checking headers v0.4.1
46372026-08-29T04:18:31.472Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46382026-08-29T04:18:32.469Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46392026-08-29T04:18:32.998Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46402026-08-29T04:18:33.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
46412026-08-29T04:18:33.633Z
46422026-08-29T04:18:33.633Zinfo: running `cargo check --bins` on ch-dev (314/376)
46432026-08-29T04:18:34.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-08-29T04:18:34.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-08-29T04:18:34.351Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46462026-08-29T04:18:35.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
46472026-08-29T04:18:35.320Z
46482026-08-29T04:18:35.320Zinfo: running `cargo check --bins` on dev-tools-common (315/376)
46492026-08-29T04:18:35.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-08-29T04:18:35.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-08-29T04:18:35.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46522026-08-29T04:18:35.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
46532026-08-29T04:18:35.736Z
46542026-08-29T04:18:35.736Zinfo: running `cargo check --bins` on corpus-adjust (316/376)
46552026-08-29T04:18:36.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-29T04:18:36.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-29T04:18:36.365Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
46582026-08-29T04:18:36.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
46592026-08-29T04:18:36.923Z
46602026-08-29T04:18:36.923Zinfo: running `cargo check --bins` on crdb-seed (317/376)
46612026-08-29T04:18:37.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46622026-08-29T04:18:37.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46632026-08-29T04:18:37.639Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46642026-08-29T04:18:38.772Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46652026-08-29T04:18:39.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
46662026-08-29T04:18:39.322Z
46672026-08-29T04:18:39.322Zinfo: running `cargo check --bins` on db-dev (318/376)
46682026-08-29T04:18:39.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46692026-08-29T04:18:39.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46702026-08-29T04:18:40.040Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46712026-08-29T04:18:40.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
46722026-08-29T04:18:41.012Z
46732026-08-29T04:18:41.012Zinfo: running `cargo check --bins` on omicron-dev-lib (319/376)
46742026-08-29T04:18:41.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-08-29T04:18:41.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-08-29T04:18:41.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46772026-08-29T04:18:41.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46782026-08-29T04:18:41.622Z
46792026-08-29T04:18:41.622Zinfo: running `cargo check --bins` on xtask-downloader (320/376)
46802026-08-29T04:18:42.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-08-29T04:18:42.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-08-29T04:18:42.232Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46832026-08-29T04:18:42.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
46842026-08-29T04:18:43.099Z
46852026-08-29T04:18:43.099Zinfo: running `cargo check --bins` on omicron-dropshot-apis (321/376)
46862026-08-29T04:18:43.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-08-29T04:18:43.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-08-29T04:18:43.848Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
46892026-08-29T04:18:43.849Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
46902026-08-29T04:18:43.851Z Checking git-stub v1.0.0
46912026-08-29T04:18:43.851Z Compiling trait-variant v0.1.2
46922026-08-29T04:18:43.967Z Checking maplit v1.0.2
46932026-08-29T04:18:43.995Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46942026-08-29T04:18:43.998Z Checking drift v0.2.0
46952026-08-29T04:18:43.998Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46962026-08-29T04:18:44.036Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46972026-08-29T04:18:44.130Z Checking git-stub-vcs v0.1.0
46982026-08-29T04:18:44.192Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46992026-08-29T04:18:44.208Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47002026-08-29T04:18:44.329Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
47012026-08-29T04:18:44.347Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
47022026-08-29T04:18:44.370Z Checking dropshot-api-manager v0.8.0
47032026-08-29T04:18:44.510Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
47042026-08-29T04:18:44.706Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
47052026-08-29T04:18:45.219Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47062026-08-29T04:18:46.160Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47072026-08-29T04:18:47.176Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47082026-08-29T04:18:48.055Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47092026-08-29T04:18:48.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
47102026-08-29T04:18:48.702Z
47112026-08-29T04:18:48.702Zinfo: running `cargo check --bins` on installinator-api (322/376)
47122026-08-29T04:18:49.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-08-29T04:18:49.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-08-29T04:18:49.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47152026-08-29T04:18:49.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47162026-08-29T04:18:49.272Z
47172026-08-29T04:18:49.272Zinfo: running `cargo check --bins` on nexus-external-api (323/376)
47182026-08-29T04:18:49.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-08-29T04:18:49.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-08-29T04:18:49.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-08-29T04:18:49.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47222026-08-29T04:18:49.895Z
47232026-08-29T04:18:49.895Zinfo: running `cargo check --bins` on nexus-internal-api (324/376)
47242026-08-29T04:18:50.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-29T04:18:50.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-29T04:18:50.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-29T04:18:50.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47282026-08-29T04:18:50.514Z
47292026-08-29T04:18:50.514Zinfo: running `cargo check --bins` on nexus-lockstep-api (325/376)
47302026-08-29T04:18:51.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-29T04:18:51.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-29T04:18:51.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-29T04:18:51.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47342026-08-29T04:18:51.124Z
47352026-08-29T04:18:51.124Zinfo: running `cargo check --bins` on ntp-admin-api (326/376)
47362026-08-29T04:18:51.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-29T04:18:51.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-29T04:18:51.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-29T04:18:51.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47402026-08-29T04:18:51.701Z
47412026-08-29T04:18:51.701Zinfo: running `cargo check --bins` on ntp-admin-types-versions (327/376)
47422026-08-29T04:18:52.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-29T04:18:52.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-29T04:18:52.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-29T04:18:52.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47462026-08-29T04:18:52.264Z
47472026-08-29T04:18:52.264Zinfo: running `cargo check --bins` on wicketd-api (328/376)
47482026-08-29T04:18:52.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-29T04:18:52.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-29T04:18:52.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-29T04:18:52.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47522026-08-29T04:18:52.861Z
47532026-08-29T04:18:52.861Zinfo: running `cargo check --bins` on wicketd-commission-api (329/376)
47542026-08-29T04:18:53.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-29T04:18:53.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-29T04:18:53.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-29T04:18:53.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47582026-08-29T04:18:53.445Z
47592026-08-29T04:18:53.446Zinfo: running `cargo check --bins` on omicron-ls-apis (330/376)
47602026-08-29T04:18:53.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-29T04:18:53.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-29T04:18:54.070Z Compiling blake3 v1.8.5
47632026-08-29T04:18:54.179Z Checking arrayref v0.3.9
47642026-08-29T04:18:54.179Z Checking constant_time_eq v0.4.2
47652026-08-29T04:18:54.183Z Checking arrayvec v0.7.6
47662026-08-29T04:18:54.201Z Checking cargo-platform v0.3.2
47672026-08-29T04:18:54.201Z Checking topological-sort v0.2.2
47682026-08-29T04:18:54.205Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47692026-08-29T04:18:54.371Z Checking cargo_metadata v0.23.1
47702026-08-29T04:18:54.958Z Checking omicron-zone-package v0.12.3
47712026-08-29T04:18:55.676Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47722026-08-29T04:18:56.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
47732026-08-29T04:18:56.688Z
47742026-08-29T04:18:56.689Zinfo: running `cargo check --bins` on mgs-dev (331/376)
47752026-08-29T04:18:57.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47762026-08-29T04:18:57.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47772026-08-29T04:18:57.421Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47782026-08-29T04:18:58.056Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47792026-08-29T04:18:58.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
47802026-08-29T04:18:58.768Z
47812026-08-29T04:18:58.768Zinfo: running `cargo check --bins` on omicron-omdb (332/376)
47822026-08-29T04:18:59.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47832026-08-29T04:18:59.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47842026-08-29T04:18:59.753Z Compiling darling_core v0.21.3
47852026-08-29T04:18:59.753Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47862026-08-29T04:18:59.758Z Compiling vergen-lib v0.1.6
47872026-08-29T04:18:59.758Z Compiling diesel_derives v2.3.7
47882026-08-29T04:18:59.758Z Checking scheduled-thread-pool v0.2.7
47892026-08-29T04:18:59.758Z Compiling vergen-gitcl v1.0.8
47902026-08-29T04:18:59.758Z Compiling diesel_table_macro_syntax v0.3.0
47912026-08-29T04:18:59.758Z Compiling dirs-sys-next v0.1.2
47922026-08-29T04:19:00.032Z Compiling crunchy v0.2.4
47932026-08-29T04:19:00.080Z Compiling glob v0.3.3
47942026-08-29T04:19:00.113Z Compiling dirs-next v2.0.0
47952026-08-29T04:19:00.132Z Checking r2d2 v0.8.10
47962026-08-29T04:19:00.204Z Checking downcast-rs v2.0.2
47972026-08-29T04:19:00.233Z Compiling tiny-keccak v2.0.2
47982026-08-29T04:19:00.306Z Compiling term v0.7.0
47992026-08-29T04:19:00.320Z Compiling bit-vec v0.6.3
48002026-08-29T04:19:00.472Z Compiling clang-sys v1.8.1
48012026-08-29T04:19:00.533Z Compiling bit-set v0.5.3
48022026-08-29T04:19:00.554Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
48032026-08-29T04:19:00.704Z Compiling ascii-canvas v3.0.0
48042026-08-29T04:19:00.755Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
48052026-08-29T04:19:00.845Z Compiling itertools v0.10.5
48062026-08-29T04:19:00.871Z Compiling ena v0.14.4
48072026-08-29T04:19:00.906Z Compiling libloading v0.8.9
48082026-08-29T04:19:00.922Z Compiling bindgen v0.71.1
48092026-08-29T04:19:00.954Z Compiling regex-syntax v0.6.29
48102026-08-29T04:19:00.985Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48112026-08-29T04:19:01.098Z Compiling diff v0.1.13
48122026-08-29T04:19:01.347Z Compiling cexpr v0.6.0
48132026-08-29T04:19:01.367Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48142026-08-29T04:19:01.555Z Compiling rustc-hash v2.1.1
48152026-08-29T04:19:01.603Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48162026-08-29T04:19:01.890Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48172026-08-29T04:19:01.914Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
48182026-08-29T04:19:01.960Z Compiling libxml v0.3.3
48192026-08-29T04:19:02.015Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48202026-08-29T04:19:02.205Z Compiling strum_macros v0.24.3
48212026-08-29T04:19:02.245Z Compiling indoc v1.0.9
48222026-08-29T04:19:02.270Z Compiling lalrpop v0.19.12
48232026-08-29T04:19:02.503Z Compiling darling_macro v0.21.3
48242026-08-29T04:19:03.044Z Compiling darling v0.21.3
48252026-08-29T04:19:03.144Z Compiling dsl_auto_type v0.2.0
48262026-08-29T04:19:03.217Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48272026-08-29T04:19:03.412Z Checking derive_builder v0.20.2
48282026-08-29T04:19:03.537Z Compiling oso-derive v0.27.3
48292026-08-29T04:19:03.578Z Checking quick-xml v0.37.5
48302026-08-29T04:19:03.642Z Compiling impl-trait-for-tuples v0.2.3
48312026-08-29T04:19:04.045Z Checking openssl-probe v0.1.6
48322026-08-29T04:19:04.191Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48332026-08-29T04:19:04.463Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48342026-08-29T04:19:04.662Z Checking bb8 v0.8.6
48352026-08-29T04:19:04.772Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48362026-08-29T04:19:04.932Z Checking nonempty v0.12.0
48372026-08-29T04:19:04.948Z Compiling libz-sys v1.1.24
48382026-08-29T04:19:04.989Z Compiling strsim v0.10.0
48392026-08-29T04:19:05.100Z Compiling libgit2-sys v0.18.3+1.9.2
48402026-08-29T04:19:05.186Z Compiling darling_core v0.13.4
48412026-08-29T04:19:05.326Z Compiling progenitor-impl v0.13.0
48422026-08-29T04:19:05.542Z Compiling vergen-git2 v9.1.0
48432026-08-29T04:19:06.663Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48442026-08-29T04:19:06.857Z Checking progenitor-client v0.13.0
48452026-08-29T04:19:07.075Z Compiling darling_macro v0.13.4
48462026-08-29T04:19:07.141Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48472026-08-29T04:19:07.608Z Compiling darling v0.13.4
48482026-08-29T04:19:07.706Z Compiling serde_with_macros v1.5.2
48492026-08-29T04:19:08.002Z Compiling progenitor-macro v0.13.0
48502026-08-29T04:19:08.185Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48512026-08-29T04:19:08.407Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48522026-08-29T04:19:08.561Z Compiling serde_with v1.14.0
48532026-08-29T04:19:08.598Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48542026-08-29T04:19:08.791Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48552026-08-29T04:19:08.983Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48562026-08-29T04:19:09.021Z Checking diesel v2.3.7
48572026-08-29T04:19:09.041Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48582026-08-29T04:19:09.171Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48592026-08-29T04:19:09.720Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48602026-08-29T04:19:10.767Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48612026-08-29T04:19:11.003Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48622026-08-29T04:19:11.269Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48632026-08-29T04:19:11.461Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48642026-08-29T04:19:11.659Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48652026-08-29T04:19:11.712Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48662026-08-29T04:19:11.984Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48672026-08-29T04:19:12.020Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48682026-08-29T04:19:12.441Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48692026-08-29T04:19:12.555Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48702026-08-29T04:19:13.043Z Checking progenitor v0.13.0
48712026-08-29T04:19:13.192Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48722026-08-29T04:19:13.210Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48732026-08-29T04:19:13.226Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48742026-08-29T04:19:13.417Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48752026-08-29T04:19:13.564Z Checking twox-hash v2.1.2
48762026-08-29T04:19:13.606Z Checking libsw-core v0.3.2
48772026-08-29T04:19:13.764Z Checking atty v0.2.14
48782026-08-29T04:19:13.805Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48792026-08-29T04:19:13.865Z Checking libsw v3.5.0
48802026-08-29T04:19:13.906Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48812026-08-29T04:19:14.024Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48822026-08-29T04:19:15.659Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48832026-08-29T04:19:15.948Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48842026-08-29T04:19:16.387Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48852026-08-29T04:19:16.671Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48862026-08-29T04:19:17.663Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48872026-08-29T04:19:17.856Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48882026-08-29T04:19:18.008Z Checking fatfs v0.3.6
48892026-08-29T04:19:18.465Z Checking console v0.16.2
48902026-08-29T04:19:18.785Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
48912026-08-29T04:19:19.703Z Checking unit-prefix v0.5.2
48922026-08-29T04:19:19.735Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48932026-08-29T04:19:19.842Z Compiling seq-macro v0.3.6
48942026-08-29T04:19:19.893Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48952026-08-29T04:19:20.128Z Checking indicatif v0.18.4
48962026-08-29T04:19:20.373Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48972026-08-29T04:19:20.513Z Checking oxide-update-engine-display v0.1.2
48982026-08-29T04:19:20.834Z Checking support-bundle-viewer v0.1.2
48992026-08-29T04:19:21.041Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
49002026-08-29T04:19:21.092Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49012026-08-29T04:19:21.197Z Checking multimap v0.10.1
49022026-08-29T04:19:23.251Z Checking diesel-dtrace v0.5.0
49032026-08-29T04:19:23.502Z Checking async-bb8-diesel v0.2.1
49042026-08-29T04:19:30.065Z Compiling samael v0.0.19
49052026-08-29T04:19:32.185Z Compiling git2 v0.20.4
49062026-08-29T04:19:35.203Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49072026-08-29T04:19:35.434Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49082026-08-29T04:19:36.751Z Compiling polar-core v0.27.3
49092026-08-29T04:19:41.349Z Checking oso v0.27.3
49102026-08-29T04:20:12.663Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49112026-08-29T04:21:29.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s
49122026-08-29T04:21:29.474Z
49132026-08-29T04:21:29.474Zinfo: running `cargo check --bins` on nexus-networking (333/376)
49142026-08-29T04:21:30.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49152026-08-29T04:21:30.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49162026-08-29T04:21:30.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49172026-08-29T04:21:30.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
49182026-08-29T04:21:30.152Z
49192026-08-29T04:21:30.152Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (334/376)
49202026-08-29T04:21:30.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49212026-08-29T04:21:30.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49222026-08-29T04:21:30.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49232026-08-29T04:21:30.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49242026-08-29T04:21:30.784Z
49252026-08-29T04:21:30.784Zinfo: running `cargo check --bins` on nexus-saga-recovery (335/376)
49262026-08-29T04:21:31.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49272026-08-29T04:21:31.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49282026-08-29T04:21:31.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49292026-08-29T04:21:31.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49302026-08-29T04:21:31.419Z
49312026-08-29T04:21:31.419Zinfo: running `cargo check --bins` on nexus-test-utils-macros (336/376)
49322026-08-29T04:21:31.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49332026-08-29T04:21:31.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49342026-08-29T04:21:31.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49352026-08-29T04:21:31.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49362026-08-29T04:21:31.979Z
49372026-08-29T04:21:31.979Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (337/376)
49382026-08-29T04:21:32.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49392026-08-29T04:21:32.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49402026-08-29T04:21:32.818Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49412026-08-29T04:21:33.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
49422026-08-29T04:21:33.830Z
49432026-08-29T04:21:33.830Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (338/376)
49442026-08-29T04:21:34.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49452026-08-29T04:21:34.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49462026-08-29T04:21:34.660Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49472026-08-29T04:22:14.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.31s
49482026-08-29T04:22:14.355Z
49492026-08-29T04:22:14.355Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (339/376)
49502026-08-29T04:22:14.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49512026-08-29T04:22:14.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49522026-08-29T04:22:14.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49532026-08-29T04:22:14.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49542026-08-29T04:22:14.914Z
49552026-08-29T04:22:14.914Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (340/376)
49562026-08-29T04:22:15.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49572026-08-29T04:22:15.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49582026-08-29T04:22:15.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49592026-08-29T04:22:15.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49602026-08-29T04:22:15.478Z
49612026-08-29T04:22:15.479Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (341/376)
49622026-08-29T04:22:15.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49632026-08-29T04:22:16.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49642026-08-29T04:22:16.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49652026-08-29T04:22:16.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49662026-08-29T04:22:16.100Z
49672026-08-29T04:22:16.100Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (342/376)
49682026-08-29T04:22:16.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49692026-08-29T04:22:16.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49702026-08-29T04:22:16.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49712026-08-29T04:22:16.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49722026-08-29T04:22:16.740Z
49732026-08-29T04:22:16.740Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (343/376)
49742026-08-29T04:22:17.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49752026-08-29T04:22:17.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49762026-08-29T04:22:17.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49772026-08-29T04:22:17.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49782026-08-29T04:22:17.372Z
49792026-08-29T04:22:17.372Zinfo: running `cargo check --bins` on nexus-mgs-updates (344/376)
49802026-08-29T04:22:17.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49812026-08-29T04:22:17.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49822026-08-29T04:22:17.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49832026-08-29T04:22:17.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49842026-08-29T04:22:17.994Z
49852026-08-29T04:22:17.995Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (345/376)
49862026-08-29T04:22:18.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49872026-08-29T04:22:18.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49882026-08-29T04:22:18.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49892026-08-29T04:22:18.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49902026-08-29T04:22:18.625Z
49912026-08-29T04:22:18.625Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (346/376)
49922026-08-29T04:22:19.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49932026-08-29T04:22:19.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49942026-08-29T04:22:19.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49952026-08-29T04:22:19.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49962026-08-29T04:22:19.261Z
49972026-08-29T04:22:19.261Zinfo: running `cargo check --bins` on nexus-switch-config (347/376)
49982026-08-29T04:22:19.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49992026-08-29T04:22:19.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50002026-08-29T04:22:19.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50012026-08-29T04:22:19.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
50022026-08-29T04:22:19.880Z
50032026-08-29T04:22:19.880Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (348/376)
50042026-08-29T04:22:20.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50052026-08-29T04:22:20.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50062026-08-29T04:22:20.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50072026-08-29T04:22:20.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
50082026-08-29T04:22:20.521Z
50092026-08-29T04:22:20.521Zinfo: running `cargo check --bins` on support-bundle-collection (349/376)
50102026-08-29T04:22:21.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50112026-08-29T04:22:21.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50122026-08-29T04:22:21.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50132026-08-29T04:22:21.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50142026-08-29T04:22:21.156Z
50152026-08-29T04:22:21.156Zinfo: running `cargo check --bins` on omicron-dev (350/376)
50162026-08-29T04:22:21.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50172026-08-29T04:22:21.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50182026-08-29T04:22:22.068Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50192026-08-29T04:22:22.072Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50202026-08-29T04:22:22.261Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50212026-08-29T04:22:22.289Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50222026-08-29T04:22:22.303Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50232026-08-29T04:22:22.316Z Checking diff v0.1.13
50242026-08-29T04:22:22.319Z Checking yansi v1.0.1
50252026-08-29T04:22:22.345Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50262026-08-29T04:22:22.386Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50272026-08-29T04:22:22.582Z Checking pretty_assertions v1.4.1
50282026-08-29T04:22:23.364Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50292026-08-29T04:22:23.381Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50302026-08-29T04:22:48.901Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50312026-08-29T04:22:48.904Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50322026-08-29T04:22:48.904Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50332026-08-29T04:22:48.904Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50342026-08-29T04:22:48.904Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50352026-08-29T04:22:48.904Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50362026-08-29T04:22:48.904Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50372026-08-29T04:22:49.773Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50382026-08-29T04:22:49.773Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50392026-08-29T04:22:51.081Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50402026-08-29T04:23:30.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
50412026-08-29T04:23:30.419Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50422026-08-29T04:23:30.419Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50432026-08-29T04:23:30.632Z
50442026-08-29T04:23:30.632Zinfo: running `cargo check --bins` on oximeter-load-test (351/376)
50452026-08-29T04:23:31.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50462026-08-29T04:23:31.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50472026-08-29T04:23:31.360Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
50482026-08-29T04:23:32.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
50492026-08-29T04:23:32.198Z
50502026-08-29T04:23:32.198Zinfo: running `cargo check --bins` on omicron-pins (352/376)
50512026-08-29T04:23:32.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50522026-08-29T04:23:32.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50532026-08-29T04:23:32.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50542026-08-29T04:23:32.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50552026-08-29T04:23:32.763Z
50562026-08-29T04:23:32.763Zinfo: running `cargo check --bins` on rack-init-config (353/376)
50572026-08-29T04:23:33.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50582026-08-29T04:23:33.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50592026-08-29T04:23:33.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50602026-08-29T04:23:33.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
50612026-08-29T04:23:33.347Z
50622026-08-29T04:23:33.347Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (354/376)
50632026-08-29T04:23:33.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50642026-08-29T04:23:33.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50652026-08-29T04:23:34.136Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50662026-08-29T04:23:34.259Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50672026-08-29T04:23:34.266Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50682026-08-29T04:24:01.670Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50692026-08-29T04:24:02.079Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50702026-08-29T04:24:03.866Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50712026-08-29T04:24:04.349Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50722026-08-29T04:24:07.502Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50732026-08-29T04:24:31.872Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50742026-08-29T04:24:32.579Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50752026-08-29T04:24:34.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
50762026-08-29T04:24:34.512Z
50772026-08-29T04:24:34.512Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (355/376)
50782026-08-29T04:24:35.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50792026-08-29T04:24:35.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50802026-08-29T04:24:35.240Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50812026-08-29T04:24:35.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
50822026-08-29T04:24:36.152Z
50832026-08-29T04:24:36.152Zinfo: running `cargo check --bins` on omicron-releng (356/376)
50842026-08-29T04:24:36.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50852026-08-29T04:24:36.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50862026-08-29T04:24:36.785Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
50872026-08-29T04:24:36.788Z Compiling fs-err v2.11.0
50882026-08-29T04:24:36.903Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
50892026-08-29T04:24:36.915Z Checking parse-size v1.1.0
50902026-08-29T04:24:36.924Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50912026-08-29T04:24:36.924Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
50922026-08-29T04:24:36.931Z Checking shell-words v1.1.1
50932026-08-29T04:24:37.016Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50942026-08-29T04:24:37.347Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50952026-08-29T04:24:37.530Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50962026-08-29T04:24:38.202Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
50972026-08-29T04:24:39.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
50982026-08-29T04:24:39.349Z
50992026-08-29T04:24:39.349Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (357/376)
51002026-08-29T04:24:39.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51012026-08-29T04:24:39.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51022026-08-29T04:24:39.996Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
51032026-08-29T04:24:40.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
51042026-08-29T04:24:40.676Z
51052026-08-29T04:24:40.676Zinfo: running `cargo check --bins` on schema (358/376)
51062026-08-29T04:24:41.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51072026-08-29T04:24:41.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51082026-08-29T04:24:41.423Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51092026-08-29T04:24:42.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
51102026-08-29T04:24:42.330Z
51112026-08-29T04:24:42.331Zinfo: running `cargo check --bins` on xtask (359/376)
51122026-08-29T04:24:42.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51132026-08-29T04:24:42.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51142026-08-29T04:24:42.737Z Checking serde_core v1.0.228
51152026-08-29T04:24:42.737Z Checking libc v0.2.185
51162026-08-29T04:24:42.817Z Checking bitflags v2.11.0
51172026-08-29T04:24:42.822Z Checking scroll v0.12.0
51182026-08-29T04:24:42.825Z Checking thiserror v1.0.69
51192026-08-29T04:24:42.835Z Checking log v0.4.33
51202026-08-29T04:24:42.846Z Checking zerocopy v0.7.35
51212026-08-29T04:24:42.849Z Checking indexmap v2.14.0
51222026-08-29T04:24:42.921Z Checking syn v2.0.117
51232026-08-29T04:24:42.959Z Checking dtrace-parser v0.2.0
51242026-08-29T04:24:42.975Z Checking once_cell v1.21.3
51252026-08-29T04:24:43.040Z Checking goblin v0.8.2
51262026-08-29T04:24:43.099Z Checking errno v0.3.14
51272026-08-29T04:24:43.149Z Checking thread-id v4.2.2
51282026-08-29T04:24:43.193Z Checking getrandom v0.4.3
51292026-08-29T04:24:43.216Z Checking rustix v1.1.4
51302026-08-29T04:24:43.228Z Checking memmap v0.7.0
51312026-08-29T04:24:43.326Z Checking thiserror v2.0.18
51322026-08-29T04:24:43.347Z Checking fs-err v3.3.0
51332026-08-29T04:24:43.356Z Checking tabled v0.15.0
51342026-08-29T04:24:43.373Z Checking anyhow v1.0.104
51352026-08-29T04:24:43.992Z Checking terminal_size v0.4.3
51362026-08-29T04:24:43.992Z Checking tempfile v3.27.0
51372026-08-29T04:24:44.121Z Checking clap_builder v4.6.0
51382026-08-29T04:24:44.124Z Checking textwrap v0.16.2
51392026-08-29T04:24:44.273Z Checking serde v1.0.228
51402026-08-29T04:24:44.277Z Checking serde_json v1.0.151
51412026-08-29T04:24:44.277Z Checking camino v1.2.5
51422026-08-29T04:24:44.324Z Checking cargo-platform v0.3.2
51432026-08-29T04:24:44.458Z Checking semver v1.0.28
51442026-08-29T04:24:44.543Z Checking camino-tempfile v1.4.1
51452026-08-29T04:24:44.681Z Checking serde_spanned v0.6.9
51462026-08-29T04:24:44.684Z Checking toml_datetime v0.6.11
51472026-08-29T04:24:44.685Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51482026-08-29T04:24:44.710Z Checking macaddr v1.0.1
51492026-08-29T04:24:44.867Z Checking toml_edit v0.22.27
51502026-08-29T04:24:44.870Z Checking cargo_metadata v0.23.1
51512026-08-29T04:24:44.886Z Checking dof v0.3.0
51522026-08-29T04:24:45.151Z Checking usdt-impl v0.5.0
51532026-08-29T04:24:45.319Z Checking clap v4.6.1
51542026-08-29T04:24:45.414Z Checking usdt v0.5.0
51552026-08-29T04:24:45.842Z Checking toml v0.8.23
51562026-08-29T04:24:46.114Z Checking cargo_toml v0.21.0
51572026-08-29T04:24:46.776Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51582026-08-29T04:24:47.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s
51592026-08-29T04:24:47.273Z
51602026-08-29T04:24:47.273Zinfo: running `cargo check --bins` on dnsadm (360/376)
51612026-08-29T04:24:47.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51622026-08-29T04:24:47.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51632026-08-29T04:24:47.924Z Checking arc-swap v1.8.2
51642026-08-29T04:24:48.208Z Checking slog-scope v4.4.1
51652026-08-29T04:24:48.329Z Checking slog-stdlog v4.1.1
51662026-08-29T04:24:48.425Z Checking slog-envlogger v2.2.0
51672026-08-29T04:24:48.548Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51682026-08-29T04:24:48.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
51692026-08-29T04:24:49.152Z
51702026-08-29T04:24:49.152Zinfo: running `cargo check --bins` on end-to-end-tests (361/376)
51712026-08-29T04:24:49.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51722026-08-29T04:24:49.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51732026-08-29T04:24:49.974Z Checking cpubits v0.1.1
51742026-08-29T04:24:50.101Z Checking pem-rfc7468 v1.0.0
51752026-08-29T04:24:50.113Z Checking hmac v0.13.0
51762026-08-29T04:24:50.113Z Checking universal-hash v0.6.1
51772026-08-29T04:24:50.136Z Checking ctr v0.10.1
51782026-08-29T04:24:50.136Z Checking aead v0.6.1
51792026-08-29T04:24:50.169Z Checking crypto-bigint v0.7.5
51802026-08-29T04:24:50.169Z Checking aes v0.9.1
51812026-08-29T04:24:50.191Z Checking salsa20 v0.11.0
51822026-08-29T04:24:50.239Z Checking der v0.8.0
51832026-08-29T04:24:50.239Z Checking polyval v0.7.1
51842026-08-29T04:24:50.266Z Checking pbkdf2 v0.13.0
51852026-08-29T04:24:50.300Z Checking cbc v0.2.1
51862026-08-29T04:24:50.310Z Checking ff v0.14.0
51872026-08-29T04:24:50.337Z Checking signature v3.0.0
51882026-08-29T04:24:50.381Z Checking scrypt v0.12.0
51892026-08-29T04:24:50.420Z Checking ghash v0.6.0
51902026-08-29T04:24:50.420Z Checking base16ct v1.0.0
51912026-08-29T04:24:50.485Z Checking group v0.14.0
51922026-08-29T04:24:50.517Z Checking hkdf v0.13.0
51932026-08-29T04:24:50.549Z Compiling curve25519-dalek v5.0.0
51942026-08-29T04:24:50.565Z Checking aes-gcm v0.11.0
51952026-08-29T04:24:50.580Z Checking keccak v0.2.0
51962026-08-29T04:24:50.596Z Checking poly1305 v0.9.0
51972026-08-29T04:24:50.633Z Checking wnaf v0.14.0
51982026-08-29T04:24:50.656Z Checking blowfish v0.10.0
51992026-08-29T04:24:50.731Z Checking blake2 v0.11.0-rc.6
52002026-08-29T04:24:50.747Z Checking sha3 v0.11.0
52012026-08-29T04:24:50.804Z Checking kem v0.3.0
52022026-08-29T04:24:50.819Z Checking bcrypt-pbkdf v0.11.0
52032026-08-29T04:24:50.871Z Checking module-lattice v0.2.3
52042026-08-29T04:24:50.925Z Checking sponge-cursor v0.1.0
52052026-08-29T04:24:50.979Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52062026-08-29T04:24:50.995Z Checking argon2 v0.6.0-rc.8
52072026-08-29T04:24:51.040Z Checking spki v0.8.0
52082026-08-29T04:24:51.055Z Checking sec1 v0.8.1
52092026-08-29T04:24:51.093Z Checking sha3 v0.12.0
52102026-08-29T04:24:51.099Z Checking ml-kem v0.3.2
52112026-08-29T04:24:51.164Z Checking internal-russh-num-bigint v0.5.0
52122026-08-29T04:24:51.216Z Checking pkcs5 v0.8.1
52132026-08-29T04:24:51.268Z Checking pkcs1 v0.8.0-rc.4
52142026-08-29T04:24:51.365Z Checking num-bigint v0.4.6
52152026-08-29T04:24:51.368Z Checking generic-array v1.4.3
52162026-08-29T04:24:51.488Z Checking russh-util v0.52.0
52172026-08-29T04:24:51.509Z Checking pkcs8 v0.11.0
52182026-08-29T04:24:51.608Z Compiling enum_dispatch v0.3.13
52192026-08-29T04:24:51.709Z Checking ed25519 v3.0.0
52202026-08-29T04:24:51.709Z Compiling delegate v0.13.5
52212026-08-29T04:24:51.862Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52222026-08-29T04:24:51.885Z Checking md5 v0.8.0
52232026-08-29T04:24:51.910Z Checking ed25519-dalek v3.0.0
52242026-08-29T04:24:52.019Z Checking hex-literal v1.1.0
52252026-08-29T04:24:52.077Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52262026-08-29T04:24:52.121Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
52272026-08-29T04:24:52.139Z Checking internet-checksum v0.2.1
52282026-08-29T04:24:52.266Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52292026-08-29T04:24:52.427Z Checking elliptic-curve v0.14.1
52302026-08-29T04:24:52.427Z Checking rfc6979 v0.6.0
52312026-08-29T04:24:52.427Z Checking primefield v0.14.0
52322026-08-29T04:24:52.430Z Checking ssh-encoding v0.3.0
52332026-08-29T04:24:52.540Z Checking crypto-primes v0.7.2
52342026-08-29T04:24:52.672Z Checking ssh-cipher v0.3.0
52352026-08-29T04:24:52.672Z Checking russh-cryptovec v0.62.0
52362026-08-29T04:24:52.818Z Checking ecdsa v0.17.0
52372026-08-29T04:24:52.823Z Checking primeorder v0.14.0
52382026-08-29T04:24:53.184Z Checking p521 v0.14.0
52392026-08-29T04:24:53.184Z Checking p256 v0.14.0
52402026-08-29T04:24:53.184Z Checking p384 v0.14.0
52412026-08-29T04:24:53.471Z Checking rsa v0.10.0-rc.18
52422026-08-29T04:24:56.063Z Checking ssh-key v0.7.0-rc.11
52432026-08-29T04:24:56.821Z Checking russh v0.62.4
52442026-08-29T04:25:10.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.25s
52452026-08-29T04:25:10.415Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52462026-08-29T04:25:10.415Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52472026-08-29T04:25:10.624Z
52482026-08-29T04:25:10.624Zinfo: running `cargo check --bins` on gateway-cli (362/376)
52492026-08-29T04:25:11.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52502026-08-29T04:25:11.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52512026-08-29T04:25:11.260Z Checking termios v0.3.3
52522026-08-29T04:25:11.460Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52532026-08-29T04:25:12.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
52542026-08-29T04:25:12.223Z
52552026-08-29T04:25:12.223Zinfo: running `cargo check --bins --no-default-features` on installinator (363/376)
52562026-08-29T04:25:12.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52572026-08-29T04:25:12.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52582026-08-29T04:25:12.913Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52592026-08-29T04:25:13.638Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52602026-08-29T04:25:15.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
52612026-08-29T04:25:15.443Z
52622026-08-29T04:25:15.443Zinfo: running `cargo check --bins` on internal-dns-cli (364/376)
52632026-08-29T04:25:15.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52642026-08-29T04:25:15.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52652026-08-29T04:25:16.090Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52662026-08-29T04:25:16.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
52672026-08-29T04:25:16.708Z
52682026-08-29T04:25:16.708Zinfo: running `cargo check --bins` on omicron-live-tests (365/376)
52692026-08-29T04:25:17.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52702026-08-29T04:25:17.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52712026-08-29T04:25:17.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52722026-08-29T04:25:17.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52732026-08-29T04:25:17.270Z
52742026-08-29T04:25:17.270Zinfo: running `cargo check --bins` on live-tests-macros (366/376)
52752026-08-29T04:25:17.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52762026-08-29T04:25:17.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52772026-08-29T04:25:17.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52782026-08-29T04:25:17.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
52792026-08-29T04:25:17.839Z
52802026-08-29T04:25:17.839Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (367/376)
52812026-08-29T04:25:18.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52822026-08-29T04:25:18.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52832026-08-29T04:25:18.600Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
52842026-08-29T04:25:19.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
52852026-08-29T04:25:19.395Z
52862026-08-29T04:25:19.395Zinfo: running `cargo check --bins` on omicron-ntp-admin (368/376)
52872026-08-29T04:25:19.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52882026-08-29T04:25:19.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52892026-08-29T04:25:20.050Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
52902026-08-29T04:25:20.157Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
52912026-08-29T04:25:21.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
52922026-08-29T04:25:21.175Z
52932026-08-29T04:25:21.176Zinfo: running `cargo check --bins` on ntp-admin-types (369/376)
52942026-08-29T04:25:21.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52952026-08-29T04:25:21.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52962026-08-29T04:25:21.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52972026-08-29T04:25:21.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52982026-08-29T04:25:21.739Z
52992026-08-29T04:25:21.739Zinfo: running `cargo check --bins` on omicron-package (370/376)
53002026-08-29T04:25:22.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53012026-08-29T04:25:22.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53022026-08-29T04:25:22.425Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
53032026-08-29T04:25:23.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
53042026-08-29T04:25:23.715Z
53052026-08-29T04:25:23.715Zinfo: running `cargo check --bins` on tqdb (371/376)
53062026-08-29T04:25:24.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53072026-08-29T04:25:24.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53082026-08-29T04:25:24.497Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
53092026-08-29T04:25:24.858Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
53102026-08-29T04:25:25.374Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53112026-08-29T04:25:25.374Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
53122026-08-29T04:25:32.465Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53132026-08-29T04:25:32.468Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53142026-08-29T04:25:32.468Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53152026-08-29T04:25:33.109Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53162026-08-29T04:25:33.110Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53172026-08-29T04:25:33.114Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53182026-08-29T04:25:33.114Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53192026-08-29T04:25:33.890Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53202026-08-29T04:25:34.500Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53212026-08-29T04:25:34.740Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53222026-08-29T04:25:34.999Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53232026-08-29T04:25:35.868Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53242026-08-29T04:25:36.530Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53252026-08-29T04:25:41.397Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53262026-08-29T04:25:48.715Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53272026-08-29T04:25:48.718Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53282026-08-29T04:25:48.718Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53292026-08-29T04:25:48.718Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53302026-08-29T04:25:50.244Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53312026-08-29T04:25:51.546Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53322026-08-29T04:25:52.230Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53332026-08-29T04:25:53.518Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53342026-08-29T04:25:54.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.36s
53352026-08-29T04:25:54.277Z
53362026-08-29T04:25:54.277Zinfo: running `cargo check --bins` on wicket-dbg (372/376)
53372026-08-29T04:25:54.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53382026-08-29T04:25:54.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53392026-08-29T04:25:54.991Z Checking rtoolbox v0.0.3
53402026-08-29T04:25:54.994Z Checking tui-tree-widget v0.23.1
53412026-08-29T04:25:54.994Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53422026-08-29T04:25:55.120Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53432026-08-29T04:25:55.213Z Checking rpassword v7.5.4
53442026-08-29T04:25:57.993Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53452026-08-29T04:25:59.853Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53462026-08-29T04:26:00.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.51s
53472026-08-29T04:26:00.985Z
53482026-08-29T04:26:00.985Zinfo: running `cargo check --bins` on wicket (373/376)
53492026-08-29T04:26:01.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53502026-08-29T04:26:01.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53512026-08-29T04:26:01.682Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53522026-08-29T04:26:02.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
53532026-08-29T04:26:02.236Z
53542026-08-29T04:26:02.236Zinfo: running `cargo check --bins` on wicketd (374/376)
53552026-08-29T04:26:02.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53562026-08-29T04:26:02.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53572026-08-29T04:26:02.938Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53582026-08-29T04:26:06.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
53592026-08-29T04:26:06.716Z
53602026-08-29T04:26:06.716Zinfo: running `cargo check --bins` on omicron-workspace-hack (375/376)
53612026-08-29T04:26:07.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53622026-08-29T04:26:07.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53632026-08-29T04:26:07.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53642026-08-29T04:26:07.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53652026-08-29T04:26:07.278Z
53662026-08-29T04:26:07.278Zinfo: running `cargo check --bins` on zone-setup (376/376)
53672026-08-29T04:26:07.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53682026-08-29T04:26:07.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53692026-08-29T04:26:07.952Z Checking uzers v0.12.2
53702026-08-29T04:26:08.228Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53712026-08-29T04:26:09.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
53722026-08-29T04:26:09.221Z
53732026-08-29T04:26:09.221Zreal 14:28.469830218
53742026-08-29T04:26:09.221Zuser 21:44.398197110
53752026-08-29T04:26:09.221Zsys 4:29.450443960
53762026-08-29T04:26:09.221Ztrap 0.356838574
53772026-08-29T04:26:09.253Ztflt 0.577154662
53782026-08-29T04:26:09.253Zdflt 0.885991085
53792026-08-29T04:26:09.253Zkflt 0.005366442
53802026-08-29T04:26:09.253Zlock 1:31:13.099698842
53812026-08-29T04:26:09.253Zslp 1:43:28.211381873
53822026-08-29T04:26:09.253Zlat 59.277705985
53832026-08-29T04:26:09.253Zstop 4:16.188497381
53842026-08-29T04:26:09.253Zprocess exited: duration 1000435 ms, exit code 0
 
53852026-08-29T04:26:09.263Zfound 0 output files