01KYWJWYZCXPEN0RJTT67DQ5GA: 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: 01KYWJXECED8D3Y0NTVX3NSTJT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-31T17:18:53.074Zjob assigned to worker 01KYWJXXRHBTTC2DP5C2M1HGF7 [factory aws, i-000d6ee9c6b46edc9] (queued for 58 s)
 
22026-07-31T17:18:59.799Zstarting task 0: "setup"
32026-07-31T17:18:59.804Z++ uname -s
42026-07-31T17:18:59.808Z+ kern=SunOS
52026-07-31T17:18:59.808Z+ build_user=build
62026-07-31T17:18:59.808Z+ build_uid=12345
72026-07-31T17:18:59.808Z+ work_dir=/work
82026-07-31T17:18:59.808Z+ input_dir=/input
92026-07-31T17:18:59.808Z+ [[ 0 == 12345 ]]
102026-07-31T17:18:59.808Z+ case "$kern" in
112026-07-31T17:18:59.808Z+ groupadd -g 12345 build
122026-07-31T17:18:59.808Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-31T17:19:01.813Z+ zfs create -o mountpoint=/work rpool/work
142026-07-31T17:19:01.981Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-31T17:19:01.989Z+ home_fs=zfs
162026-07-31T17:19:01.989Z+ [[ zfs == autofs ]]
172026-07-31T17:19:01.989Z+ mkdir -p /home/build
182026-07-31T17:19:01.989Z+ chown build:build /home/build /work
192026-07-31T17:19:03.983Z+ chmod 0700 /home/build /work
202026-07-31T17:19:03.987Zprocess exited: duration 4186 ms, exit code 0
 
212026-07-31T17:19:03.994Zstarting task 1: "rust-toolchain"
222026-07-31T17:19:03.998Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-31T17:19:03.998Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-31T17:19:03.998Z * rust toolchain channel = "1.97.1"
252026-07-31T17:19:03.998Z * rust toolchain profile = "default"
262026-07-31T17:19:04.001Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-31T17:19:04.001Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-31T17:19:04.001Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-31T17:19:04.001Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-31T17:19:04.079Zinfo: downloading installer
312026-07-31T17:19:05.380Zwarn: It looks like you have an existing rustup settings file at:
322026-07-31T17:19:05.380Zwarn: /home/build/.rustup/settings.toml
332026-07-31T17:19:05.380Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-31T17:19:05.380Zwarn: instead of the one inferred from the default host triple.
352026-07-31T17:19:05.396Zinfo: profile set to default
362026-07-31T17:19:05.396Zinfo: default host triple is x86_64-unknown-illumos
372026-07-31T17:19:05.399Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-31T17:19:05.535Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-31T17:19:05.538Zinfo: downloading 6 components
402026-07-31T17:19:21.430Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-31T17:19:21.430Z
422026-07-31T17:19:21.457Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-31T17:19:21.457Z
442026-07-31T17:19:21.457Z
452026-07-31T17:19:21.457ZRust is installed now. Great!
462026-07-31T17:19:21.458Z
472026-07-31T17:19:21.458ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-31T17:19:21.458Zenvironment variable. This has not been done automatically.
492026-07-31T17:19:21.458Z
502026-07-31T17:19:21.458ZTo configure your current shell, you need to source
512026-07-31T17:19:21.458Zthe corresponding env file under $HOME/.cargo.
522026-07-31T17:19:21.458Z
532026-07-31T17:19:21.458ZThis is usually done by running one of the following (note the leading DOT):
542026-07-31T17:19:21.461Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-31T17:19:21.461Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-31T17:19:21.461Zsource "~/.cargo/env.nu" # For nushell
572026-07-31T17:19:21.461Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-31T17:19:21.461Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-31T17:19:21.461Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-31T17:19:21.461Zwarn: no default linker (`cc`) was found in your PATH
612026-07-31T17:19:21.461Zwarn: many Rust crates require a system C toolchain to build
622026-07-31T17:19:21.548Z+ rustup --version
632026-07-31T17:19:21.555Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-31T17:19:21.558Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-31T17:19:21.577Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-31T17:19:21.580Z+ cargo --version
672026-07-31T17:19:21.594Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-31T17:19:21.597Z+ rustc --version
692026-07-31T17:19:21.615Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-31T17:19:21.619Zprocess exited: duration 17623 ms, exit code 0
 
712026-07-31T17:19:21.625Zstarting task 2: "authentication"
722026-07-31T17:19:21.641Zprocess exited: duration 16 ms, exit code 0
 
732026-07-31T17:19:21.647Zstarting task 3: "clone repository"
742026-07-31T17:19:21.650Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-31T17:19:21.653Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-31T17:19:21.683ZCloning into '/work/oxidecomputer/omicron'...
772026-07-31T17:19:38.431Z+ cd /work/oxidecomputer/omicron
782026-07-31T17:19:38.431Z+ git fetch origin e597b2c49f45a185d9a3a45385b548f1f5fc3f56
792026-07-31T17:19:38.791ZFrom https://github.com/oxidecomputer/omicron
802026-07-31T17:19:38.791Z * branch e597b2c49f45a185d9a3a45385b548f1f5fc3f56 -> FETCH_HEAD
812026-07-31T17:19:38.803Z+ [[ -n john/mupdate-recovery-after-noop-conversion ]]
822026-07-31T17:19:38.806Z++ git branch --show-current
832026-07-31T17:19:38.807Z+ current=main
842026-07-31T17:19:38.807Z+ [[ main != john/mupdate-recovery-after-noop-conversion ]]
852026-07-31T17:19:38.807Z+ git branch -f john/mupdate-recovery-after-noop-conversion e597b2c49f45a185d9a3a45385b548f1f5fc3f56
862026-07-31T17:19:38.810Z+ git checkout -f john/mupdate-recovery-after-noop-conversion
872026-07-31T17:19:39.064ZSwitched to branch 'john/mupdate-recovery-after-noop-conversion'
882026-07-31T17:19:39.067Z+ git reset --hard e597b2c49f45a185d9a3a45385b548f1f5fc3f56
892026-07-31T17:19:39.089ZHEAD is now at e597b2c49 cargo fmt
902026-07-31T17:19:39.091Zprocess exited: duration 17442 ms, exit code 0
 
912026-07-31T17:19:39.097Zstarting task 4: "build"
922026-07-31T17:19:39.101Z+ source .github/buildomat/ci-env.sh
932026-07-31T17:19:39.104Z++ export CARGO_TERM_COLOR=always
942026-07-31T17:19:39.104Z++ CARGO_TERM_COLOR=always
952026-07-31T17:19:39.104Z+++ uname -s
962026-07-31T17:19:39.104Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-31T17:19:39.104Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-31T17:19:39.105Z+ cargo --version
992026-07-31T17:19:39.113Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-07-31T17:19:39.116Z+ rustc --version
1012026-07-31T17:19:39.135Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-07-31T17:19:39.138Z+ source ./env.sh
1032026-07-31T17:19:39.138Z++ OLD_SHELL_OPTS=ehxB
1042026-07-31T17:19:39.138Z++ set -o xtrace
1052026-07-31T17:19:39.141Z++++ dirname ./env.sh
1062026-07-31T17:19:39.141Z+++ readlink -f .
1072026-07-31T17:19:39.144Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-31T17:19:39.144Z++ 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-07-31T17:19:39.144Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-31T17:19:39.144Z++ 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-07-31T17:19:39.144Z++ 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-07-31T17:19:39.145Z++ 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-07-31T17:19:39.145Z++ 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-07-31T17:19:39.145Z++ 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-07-31T17:19:39.145Z++ 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-07-31T17:19:39.145Z++ 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-07-31T17:19:39.145Z++ 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-07-31T17:19:39.145Z++ case $OLD_SHELL_OPTS in
1192026-07-31T17:19:39.145Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-31T17:19:39.145Z+ 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-07-31T17:19:39.145Z+ 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-07-31T17:19:39.145Z+ banner prerequisites
1232026-07-31T17:19:39.149Z
1242026-07-31T17:19:39.149Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-31T17:19:39.149Z # # # # # # # # # # # # # # #
1262026-07-31T17:19:39.149Z # # # # ##### # # ##### # # # # # #### #
1272026-07-31T17:19:39.149Z ##### ##### # ##### # # # # # # # # #
1282026-07-31T17:19:39.149Z # # # # # # # # # # # # # # #
1292026-07-31T17:19:39.149Z # # # ###### # # ###### ### # #### # #### #
1302026-07-31T17:19:39.149Z
1312026-07-31T17:19:39.149Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-31T17:19:40.819Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-31T17:19:41.054Z Startup: Caching catalogs ... Done
1342026-07-31T17:19:42.227ZPlanning: Solver setup ... Done (1.093s)
1352026-07-31T17:19:42.271ZPlanning: Running solver ... Done (0.045s)
1362026-07-31T17:19:42.302ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-31T17:19:42.316ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-31T17:19:42.334ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-31T17:19:42.348ZPlanning: Package planning ... Done (0.014s)
1402026-07-31T17:19:42.351ZPlanning: Merging actions ... Done (0.001s)
1412026-07-31T17:19:42.562ZPlanning: Checking for conflicting actions ... Done (0.212s)
1422026-07-31T17:19:42.565ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-31T17:19:43.364ZPlanning: Evaluating mediators ... Done (0.801s)
1442026-07-31T17:19:43.367ZPlanning: Planning completed in 2.28 seconds
1452026-07-31T17:19:43.372Z Packages to install: 2
1462026-07-31T17:19:43.375Z Estimated space available: 156.02 GB
1472026-07-31T17:19:43.375ZEstimated space to be consumed: 55.06 MB
1482026-07-31T17:19:43.375Z Create boot environment: No
1492026-07-31T17:19:43.375ZCreate backup boot environment: No
1502026-07-31T17:19:43.375Z Rebuild boot archive: No
1512026-07-31T17:19:43.375Z
1522026-07-31T17:19:43.375ZChanged packages:
1532026-07-31T17:19:43.375Zhelios
1542026-07-31T17:19:43.375Z developer/build-essential
1552026-07-31T17:19:43.375Z None -> 11-3.0
1562026-07-31T17:19:43.376Z library/libxmlsec1
1572026-07-31T17:19:43.376Z None -> 1.2.35-3.0
1582026-07-31T17:19:43.397Z
1592026-07-31T17:19:43.397ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-31T17:19:43.465ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1612026-07-31T17:19:43.567Z Actions: 1/268 actions (Installing new actions)
1622026-07-31T17:19:43.605Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-31T17:19:43.629ZFinalize: Updating package state database ... Done (0.024s)
1642026-07-31T17:19:43.632ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-31T17:19:43.687ZFinalize: Updating image state ... Done (0.057s)
1662026-07-31T17:19:46.095ZFinalize: Creating fast lookup database ... Done (2.371s)
1672026-07-31T17:19:46.162ZFinalize: Reading search index ... Done (0.013s)
1682026-07-31T17:19:46.165ZFinalize: Updating search index ... Done (0.000s)
1692026-07-31T17:19:46.260ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-31T17:19:46.605ZPlanning: Evaluating mediator changes ... Done
1712026-07-31T17:19:46.711ZPlanning: Checking for conflicting actions ... Done
1722026-07-31T17:19:46.714ZPlanning: Consolidating action changes ... Done
1732026-07-31T17:19:46.870ZPlanning: Evaluating mediators ... Done
1742026-07-31T17:19:46.873ZPlanning: Planning completed in 0.27 seconds
1752026-07-31T17:19:46.893Z Mediators to change: 2
1762026-07-31T17:19:46.893Z Create boot environment: No
1772026-07-31T17:19:46.893ZCreate backup boot environment: No
1782026-07-31T17:19:46.967ZFinalize: Updating package state database ... Done
1792026-07-31T17:19:46.967ZFinalize: Updating package cache ... Done
1802026-07-31T17:19:47.034ZFinalize: Updating image state ... Done
1812026-07-31T17:19:48.959ZFinalize: Creating fast lookup database ... Done
1822026-07-31T17:19:49.020ZFinalize: Reading search index ... Done
1832026-07-31T17:19:49.023ZFinalize: Updating search index ... Done
1842026-07-31T17:19:49.110ZFinalize: Updating package cache ... Done
1852026-07-31T17:19:49.394ZPlanning: Evaluating mediator changes ... Done
1862026-07-31T17:19:49.499ZPlanning: Checking for conflicting actions ... Done
1872026-07-31T17:19:49.502ZPlanning: Consolidating action changes ... Done
1882026-07-31T17:19:49.658ZPlanning: Evaluating mediators ... Done
1892026-07-31T17:19:49.662ZPlanning: Planning completed in 0.26 seconds
1902026-07-31T17:19:49.681Z Mediators to change: 1
1912026-07-31T17:19:49.681Z Create boot environment: No
1922026-07-31T17:19:49.681ZCreate backup boot environment: No
1932026-07-31T17:19:49.731ZFinalize: Updating package state database ... Done
1942026-07-31T17:19:49.731ZFinalize: Updating package cache ... Done
1952026-07-31T17:19:49.765ZFinalize: Updating image state ... Done
1962026-07-31T17:19:51.728ZFinalize: Creating fast lookup database ... Done
1972026-07-31T17:19:51.790ZFinalize: Reading search index ... Done
1982026-07-31T17:19:51.794ZFinalize: Updating search index ... Done
1992026-07-31T17:19:51.874ZFinalize: Updating package cache ... Done
2002026-07-31T17:19:52.191ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-31T17:19:52.191Zapache system 2.4 system
2022026-07-31T17:19:52.191Zclang system 15 system
2032026-07-31T17:19:52.191Zcsh system system illumos
2042026-07-31T17:19:52.191Zctags system system illumos
2052026-07-31T17:19:52.191Zfile vendor vendor darwinsys
2062026-07-31T17:19:52.191Zfile system system illumos
2072026-07-31T17:19:52.191Zgcc vendor 14 vendor
2082026-07-31T17:19:52.192Zgcc system 13 system
2092026-07-31T17:19:52.192Zgcc system 10 system
2102026-07-31T17:19:52.192Zgo system 1.25 system
2112026-07-31T17:19:52.192Zllvm system 15 system
2122026-07-31T17:19:52.192Zmariadb system 11.4 system
2132026-07-31T17:19:52.192Zmta vendor vendor dma
2142026-07-31T17:19:52.192Zopenjdk system 17 system
2152026-07-31T17:19:52.192Zopenjdk system 11 system
2162026-07-31T17:19:52.192Zopenssl vendor 3 vendor
2172026-07-31T17:19:52.192Zperl system 5.40 system
2182026-07-31T17:19:52.192Zpostgresql system 18 system
2192026-07-31T17:19:52.192Zpostgresql system 17 system
2202026-07-31T17:19:52.192Zpython vendor 3 vendor
2212026-07-31T17:19:52.192Zpython system 2 system
2222026-07-31T17:19:52.192Zpython3 vendor 3.13 vendor
2232026-07-31T17:19:52.192Zruby system 3.4 system
2242026-07-31T17:19:52.192Zruby system 3.0 system
2252026-07-31T17:19:52.192Zwords vendor vendor american-english
2262026-07-31T17:19:52.192Zwords system system australian-english
2272026-07-31T17:19:52.192Zwords system system british-english
2282026-07-31T17:19:52.192Zwords system system canadian-english
2292026-07-31T17:19:52.192Zwords system system french
2302026-07-31T17:19:52.192Zwords system system italian
2312026-07-31T17:19:52.192Zwords system system ngerman
2322026-07-31T17:19:52.192Zwords system system ogerman
2332026-07-31T17:19:52.192Zwords system system spanish
2342026-07-31T17:19:52.446ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-31T17:19:52.446Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-31T17:19:52.843ZFMRI IFO
2372026-07-31T17:19:52.843Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-31T17:19:52.843Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-31T17:19:52.843Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-31T17:19:52.843Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-31T17:19:52.843Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-31T17:19:52.843Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-31T17:19:52.843Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-31T17:19:52.843Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-31T17:19:52.843Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-31T17:19:53.133Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-31T17:19:53.413Z Updating crates.io index
2482026-07-31T17:19:53.416Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-31T17:19:53.648Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-31T17:19:53.958Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2512026-07-31T17:19:54.396Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-07-31T17:19:56.455Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532026-07-31T17:19:56.946Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542026-07-31T17:19:58.480Z Updating git repository `https://github.com/oxidecomputer/opte`
2552026-07-31T17:20:01.062Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-07-31T17:20:01.716Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-07-31T17:20:02.249Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582026-07-31T17:20:03.446Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592026-07-31T17:20:03.710Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-07-31T17:20:04.309Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2612026-07-31T17:20:04.550Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2622026-07-31T17:20:05.020Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2632026-07-31T17:20:05.890Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2642026-07-31T17:20:06.224Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2652026-07-31T17:20:06.461Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662026-07-31T17:20:06.768Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2672026-07-31T17:20:07.095Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2682026-07-31T17:20:07.495Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2692026-07-31T17:20:07.710Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2702026-07-31T17:20:07.968Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-07-31T17:20:08.403Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2722026-07-31T17:20:08.734Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-07-31T17:20:09.115Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-07-31T17:20:09.820Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-07-31T17:20:10.144Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-31T17:20:10.782Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-31T17:20:11.014Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-07-31T17:20:11.364Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792026-07-31T17:20:11.617Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-07-31T17:20:11.931Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2812026-07-31T17:20:13.427Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-07-31T17:20:13.669Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-31T17:20:13.913Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-31T17:20:14.263Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-31T17:20:14.894Z Updating git repository `https://github.com/oxidecomputer/tough`
2862026-07-31T17:20:15.477Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-07-31T17:20:15.813Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-07-31T17:20:16.039Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-07-31T17:20:16.276Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-07-31T17:20:19.050Z Downloading crates ...
2912026-07-31T17:20:19.094Z Downloaded cargo-platform v0.3.2
2922026-07-31T17:20:19.099Z Downloaded digest v0.10.7
2932026-07-31T17:20:19.102Z Downloaded autocfg v1.5.0
2942026-07-31T17:20:19.102Z Downloaded toml_datetime v0.6.11
2952026-07-31T17:20:19.106Z Downloaded typenum v1.20.1
2962026-07-31T17:20:19.108Z Downloaded anstream v1.0.0
2972026-07-31T17:20:19.112Z Downloaded dtrace-parser v0.2.0
2982026-07-31T17:20:19.115Z Downloaded anyhow v1.0.102
2992026-07-31T17:20:19.115Z Downloaded byteorder v1.5.0
3002026-07-31T17:20:19.118Z Downloaded zmij v1.0.21
3012026-07-31T17:20:19.121Z Downloaded memmap v0.7.0
3022026-07-31T17:20:19.125Z Downloaded anstyle v1.0.14
3032026-07-31T17:20:19.127Z Downloaded clap_builder v4.6.0
3042026-07-31T17:20:19.130Z Downloaded clap_derive v4.6.1
3052026-07-31T17:20:19.130Z Downloaded clap_lex v1.0.0
3062026-07-31T17:20:19.132Z Downloaded crypto-common v0.1.7
3072026-07-31T17:20:19.132Z Downloaded zerocopy v0.7.35
3082026-07-31T17:20:19.139Z Downloaded cfg-if v1.0.4
3092026-07-31T17:20:19.143Z Downloaded anstyle-query v1.1.5
3102026-07-31T17:20:19.143Z Downloaded papergrid v0.11.0
3112026-07-31T17:20:19.143Z Downloaded camino-tempfile v1.4.1
3122026-07-31T17:20:19.145Z Downloaded dof v0.3.0
3132026-07-31T17:20:19.145Z Downloaded equivalent v1.0.2
3142026-07-31T17:20:19.145Z Downloaded proc-macro-error v1.0.4
3152026-07-31T17:20:19.148Z Downloaded itoa v1.0.17
3162026-07-31T17:20:19.148Z Downloaded plain v0.2.3
3172026-07-31T17:20:19.148Z Downloaded serde_core v1.0.228
3182026-07-31T17:20:19.152Z Downloaded errno v0.3.14
3192026-07-31T17:20:19.152Z Downloaded cpufeatures v0.2.17
3202026-07-31T17:20:19.152Z Downloaded fastrand v2.3.0
3212026-07-31T17:20:19.161Z Downloaded colorchoice v1.0.4
3222026-07-31T17:20:19.164Z Downloaded swrite v0.1.0
3232026-07-31T17:20:19.168Z Downloaded block-buffer v0.10.4
3242026-07-31T17:20:19.168Z Downloaded serde_spanned v0.6.9
3252026-07-31T17:20:19.168Z Downloaded generic-array v0.14.7
3262026-07-31T17:20:19.174Z Downloaded usdt v0.5.0
3272026-07-31T17:20:19.179Z Downloaded usdt-macro v0.5.0
3282026-07-31T17:20:19.179Z Downloaded heck v0.4.1
3292026-07-31T17:20:19.179Z Downloaded strsim v0.11.1
3302026-07-31T17:20:19.183Z Downloaded macaddr v1.0.1
3312026-07-31T17:20:19.186Z Downloaded heck v0.5.0
3322026-07-31T17:20:19.186Z Downloaded thread-id v4.2.2
3332026-07-31T17:20:19.189Z Downloaded toml_write v0.1.2
3342026-07-31T17:20:19.193Z Downloaded proc-macro-error-attr v1.0.4
3352026-07-31T17:20:19.198Z Downloaded smawk v0.3.2
3362026-07-31T17:20:19.201Z Downloaded tabled_derive v0.7.0
3372026-07-31T17:20:19.204Z Downloaded utf8parse v0.2.2
3382026-07-31T17:20:19.210Z Downloaded version_check v0.9.5
3392026-07-31T17:20:19.214Z Downloaded unicode-linebreak v0.1.5
3402026-07-31T17:20:19.217Z Downloaded pretty-hex v0.4.1
3412026-07-31T17:20:19.217Z Downloaded usdt-attr-macro v0.5.0
3422026-07-31T17:20:19.220Z Downloaded fnv v1.0.7
3432026-07-31T17:20:19.225Z Downloaded terminal_size v0.4.3
3442026-07-31T17:20:19.225Z Downloaded thiserror v1.0.69
3452026-07-31T17:20:19.228Z Downloaded usdt-impl v0.5.0
3462026-07-31T17:20:19.228Z Downloaded anstyle-parse v1.0.0
3472026-07-31T17:20:19.232Z Downloaded bytecount v0.6.9
3482026-07-31T17:20:19.236Z Downloaded cargo_toml v0.21.0
3492026-07-31T17:20:19.236Z Downloaded is_terminal_polyfill v1.70.2
3502026-07-31T17:20:19.239Z Downloaded sha2 v0.10.9
3512026-07-31T17:20:19.242Z Downloaded indexmap v2.14.0
3522026-07-31T17:20:19.246Z Downloaded thiserror-impl v1.0.69
3532026-07-31T17:20:19.249Z Downloaded thiserror v2.0.18
3542026-07-31T17:20:19.253Z Downloaded scroll_derive v0.12.1
3552026-07-31T17:20:19.253Z Downloaded thiserror-impl v2.0.18
3562026-07-31T17:20:19.256Z Downloaded fs-err v3.3.0
3572026-07-31T17:20:19.256Z Downloaded scroll v0.12.0
3582026-07-31T17:20:19.256Z Downloaded cargo_metadata v0.23.1
3592026-07-31T17:20:19.262Z Downloaded pest_generator v2.8.6
3602026-07-31T17:20:19.266Z Downloaded serde_tokenstream v0.2.3
3612026-07-31T17:20:19.269Z Downloaded quote v1.0.45
3622026-07-31T17:20:19.272Z Downloaded semver v1.0.28
3632026-07-31T17:20:19.280Z Downloaded ucd-trie v0.1.7
3642026-07-31T17:20:19.284Z Downloaded once_cell v1.21.3
3652026-07-31T17:20:19.287Z Downloaded tempfile v3.25.0
3662026-07-31T17:20:19.290Z Downloaded proc-macro2 v1.0.106
3672026-07-31T17:20:19.290Z Downloaded zerocopy-derive v0.7.35
3682026-07-31T17:20:19.293Z Downloaded pest_derive v2.8.6
3692026-07-31T17:20:19.296Z Downloaded toml v0.8.23
3702026-07-31T17:20:19.296Z Downloaded clap v4.6.1
3712026-07-31T17:20:19.299Z Downloaded serde_derive v1.0.228
3722026-07-31T17:20:19.302Z Downloaded unicode-ident v1.0.24
3732026-07-31T17:20:19.302Z Downloaded getrandom v0.4.1
3742026-07-31T17:20:19.305Z Downloaded textwrap v0.16.2
3752026-07-31T17:20:19.309Z Downloaded log v0.4.29
3762026-07-31T17:20:19.309Z Downloaded bitflags v2.11.0
3772026-07-31T17:20:19.315Z Downloaded pest_meta v2.8.6
3782026-07-31T17:20:19.318Z Downloaded camino v1.2.2
3792026-07-31T17:20:19.331Z Downloaded hashbrown v0.17.0
3802026-07-31T17:20:19.335Z Downloaded toml_edit v0.22.27
3812026-07-31T17:20:19.339Z Downloaded serde v1.0.228
3822026-07-31T17:20:19.345Z Downloaded memchr v2.8.0
3832026-07-31T17:20:19.354Z Downloaded pest v2.8.6
3842026-07-31T17:20:19.386Z Downloaded serde_json v1.0.151
3852026-07-31T17:20:19.398Z Downloaded tabled v0.15.0
3862026-07-31T17:20:19.406Z Downloaded goblin v0.8.2
3872026-07-31T17:20:19.409Z Downloaded winnow v0.7.14
3882026-07-31T17:20:19.417Z Downloaded syn v1.0.109
3892026-07-31T17:20:19.426Z Downloaded unicode-width v0.1.14
3902026-07-31T17:20:19.433Z Downloaded unicode-width v0.2.0
3912026-07-31T17:20:19.444Z Downloaded syn v2.0.117
3922026-07-31T17:20:19.462Z Downloaded rustix v1.1.3
3932026-07-31T17:20:19.478Z Downloaded libc v0.2.185
3942026-07-31T17:20:19.534Z Compiling proc-macro2 v1.0.106
3952026-07-31T17:20:19.534Z Compiling unicode-ident v1.0.24
3962026-07-31T17:20:19.534Z Compiling quote v1.0.45
3972026-07-31T17:20:19.534Z Compiling serde_core v1.0.228
3982026-07-31T17:20:19.556Z Compiling libc v0.2.185
3992026-07-31T17:20:19.556Z Compiling version_check v0.9.5
4002026-07-31T17:20:19.556Z Compiling memchr v2.8.0
4012026-07-31T17:20:19.556Z Compiling serde v1.0.228
4022026-07-31T17:20:19.893Z Compiling zmij v1.0.21
4032026-07-31T17:20:20.109Z Compiling ucd-trie v0.1.7
4042026-07-31T17:20:20.156Z Compiling itoa v1.0.17
4052026-07-31T17:20:20.156Z Compiling thiserror v1.0.69
4062026-07-31T17:20:20.344Z Compiling pest v2.8.6
4072026-07-31T17:20:20.507Z Compiling byteorder v1.5.0
4082026-07-31T17:20:20.531Z Compiling rustix v1.1.3
4092026-07-31T17:20:20.643Z Compiling errno v0.3.14
4102026-07-31T17:20:20.741Z Compiling serde_json v1.0.151
4112026-07-31T17:20:20.794Z Compiling bitflags v2.11.0
4122026-07-31T17:20:20.925Z Compiling syn v2.0.117
4132026-07-31T17:20:21.011Z Compiling thread-id v4.2.2
4142026-07-31T17:20:21.026Z Compiling proc-macro-error-attr v1.0.4
4152026-07-31T17:20:21.092Z Compiling usdt-impl v0.5.0
4162026-07-31T17:20:21.205Z Compiling syn v1.0.109
4172026-07-31T17:20:21.221Z Compiling camino v1.2.2
4182026-07-31T17:20:21.402Z Compiling pest_meta v2.8.6
4192026-07-31T17:20:21.567Z Compiling proc-macro-error v1.0.4
4202026-07-31T17:20:21.585Z Compiling hashbrown v0.17.0
4212026-07-31T17:20:21.601Z Compiling log v0.4.29
4222026-07-31T17:20:21.746Z Compiling plain v0.2.3
4232026-07-31T17:20:21.788Z Compiling getrandom v0.4.1
4242026-07-31T17:20:22.022Z Compiling equivalent v1.0.2
4252026-07-31T17:20:22.108Z Compiling utf8parse v0.2.2
4262026-07-31T17:20:22.230Z Compiling indexmap v2.14.0
4272026-07-31T17:20:22.241Z Compiling anstyle-parse v1.0.0
4282026-07-31T17:20:22.246Z Compiling terminal_size v0.4.3
4292026-07-31T17:20:22.844Z Compiling winnow v0.7.14
4302026-07-31T17:20:22.877Z Compiling anstyle-query v1.1.5
4312026-07-31T17:20:22.927Z Compiling anstyle v1.0.14
4322026-07-31T17:20:22.944Z Compiling colorchoice v1.0.4
4332026-07-31T17:20:22.990Z Compiling is_terminal_polyfill v1.70.2
4342026-07-31T17:20:23.045Z Compiling toml_write v0.1.2
4352026-07-31T17:20:23.065Z Compiling thiserror v2.0.18
4362026-07-31T17:20:23.111Z Compiling cfg-if v1.0.4
4372026-07-31T17:20:23.174Z Compiling pretty-hex v0.4.1
4382026-07-31T17:20:23.191Z Compiling autocfg v1.5.0
4392026-07-31T17:20:23.270Z Compiling pest_generator v2.8.6
4402026-07-31T17:20:23.453Z Compiling anstream v1.0.0
4412026-07-31T17:20:23.600Z Compiling bytecount v0.6.9
4422026-07-31T17:20:23.622Z Compiling fs-err v3.3.0
4432026-07-31T17:20:23.639Z Compiling fastrand v2.3.0
4442026-07-31T17:20:23.759Z Compiling anyhow v1.0.102
4452026-07-31T17:20:23.808Z Compiling fnv v1.0.7
4462026-07-31T17:20:23.895Z Compiling heck v0.5.0
4472026-07-31T17:20:23.915Z Compiling heck v0.4.1
4482026-07-31T17:20:23.958Z Compiling unicode-width v0.1.14
4492026-07-31T17:20:24.039Z Compiling clap_lex v1.0.0
4502026-07-31T17:20:24.060Z Compiling once_cell v1.21.3
4512026-07-31T17:20:24.128Z Compiling strsim v0.11.1
4522026-07-31T17:20:24.227Z Compiling tempfile v3.25.0
4532026-07-31T17:20:24.268Z Compiling papergrid v0.11.0
4542026-07-31T17:20:24.329Z Compiling clap_builder v4.6.0
4552026-07-31T17:20:24.355Z Compiling semver v1.0.28
4562026-07-31T17:20:24.374Z Compiling cargo-platform v0.3.2
4572026-07-31T17:20:24.465Z Compiling memmap v0.7.0
4582026-07-31T17:20:24.583Z Compiling tabled_derive v0.7.0
4592026-07-31T17:20:24.601Z Compiling unicode-linebreak v0.1.5
4602026-07-31T17:20:24.662Z Compiling smawk v0.3.2
4612026-07-31T17:20:24.665Z Compiling unicode-width v0.2.0
4622026-07-31T17:20:24.698Z Compiling camino-tempfile v1.4.1
4632026-07-31T17:20:24.854Z Compiling serde_derive v1.0.228
4642026-07-31T17:20:24.921Z Compiling thiserror-impl v1.0.69
4652026-07-31T17:20:24.938Z Compiling zerocopy-derive v0.7.35
4662026-07-31T17:20:25.096Z Compiling pest_derive v2.8.6
4672026-07-31T17:20:25.180Z Compiling scroll_derive v0.12.1
4682026-07-31T17:20:25.479Z Compiling thiserror-impl v2.0.18
4692026-07-31T17:20:25.544Z Compiling clap_derive v4.6.1
4702026-07-31T17:20:25.698Z Compiling tabled v0.15.0
4712026-07-31T17:20:25.800Z Compiling zerocopy v0.7.35
4722026-07-31T17:20:25.843Z Compiling scroll v0.12.0
4732026-07-31T17:20:26.122Z Compiling goblin v0.8.2
4742026-07-31T17:20:26.282Z Compiling dtrace-parser v0.2.0
4752026-07-31T17:20:26.361Z Compiling textwrap v0.16.2
4762026-07-31T17:20:26.867Z Compiling swrite v0.1.0
4772026-07-31T17:20:27.297Z Compiling clap v4.6.1
4782026-07-31T17:20:27.926Z Compiling dof v0.3.0
4792026-07-31T17:20:27.926Z Compiling serde_spanned v0.6.9
4802026-07-31T17:20:27.929Z Compiling toml_datetime v0.6.11
4812026-07-31T17:20:27.929Z Compiling serde_tokenstream v0.2.3
4822026-07-31T17:20:27.929Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-07-31T17:20:28.021Z Compiling cargo_metadata v0.23.1
4842026-07-31T17:20:28.038Z Compiling macaddr v1.0.1
4852026-07-31T17:20:28.250Z Compiling toml_edit v0.22.27
4862026-07-31T17:20:28.679Z Compiling usdt-macro v0.5.0
4872026-07-31T17:20:28.729Z Compiling usdt-attr-macro v0.5.0
4882026-07-31T17:20:29.347Z Compiling usdt v0.5.0
4892026-07-31T17:20:29.577Z Compiling toml v0.8.23
4902026-07-31T17:20:29.901Z Compiling cargo_toml v0.21.0
4912026-07-31T17:20:31.136Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-07-31T17:20:33.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.19s
4932026-07-31T17:20:33.382Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-07-31T17:20:33.896Z Downloading crates ...
4952026-07-31T17:20:33.953Z Downloaded adler2 v2.0.1
4962026-07-31T17:20:33.962Z Downloaded async-stream v0.3.6
4972026-07-31T17:20:33.962Z Downloaded atomic-waker v1.1.2
4982026-07-31T17:20:33.962Z Downloaded bitfield-macros v0.19.4
4992026-07-31T17:20:33.968Z Downloaded block-buffer v0.12.1
5002026-07-31T17:20:33.968Z Downloaded compression-core v0.4.31
5012026-07-31T17:20:33.968Z Downloaded anstyle-parse v0.2.7
5022026-07-31T17:20:33.968Z Downloaded convert_case v0.4.0
5032026-07-31T17:20:33.968Z Downloaded async-bb8-diesel v0.2.1
5042026-07-31T17:20:33.968Z Downloaded bcs v0.1.6
5052026-07-31T17:20:33.971Z Downloaded fixedbitset v0.4.2
5062026-07-31T17:20:33.971Z Downloaded futures-macro v0.3.32
5072026-07-31T17:20:33.976Z Downloaded ascii-canvas v3.0.0
5082026-07-31T17:20:33.976Z Downloaded bcrypt-pbkdf v0.11.0
5092026-07-31T17:20:33.980Z Downloaded ahash v0.8.12
5102026-07-31T17:20:33.983Z Downloaded bit-set v0.5.3
5112026-07-31T17:20:33.990Z Downloaded base16ct v1.0.0
5122026-07-31T17:20:33.997Z Downloaded aead v0.5.2
5132026-07-31T17:20:33.997Z Downloaded arrayref v0.3.9
5142026-07-31T17:20:33.997Z Downloaded base16ct v0.2.0
5152026-07-31T17:20:33.997Z Downloaded async-stream-impl v0.3.6
5162026-07-31T17:20:33.997Z Downloaded atomicwrites v0.4.4
5172026-07-31T17:20:33.997Z Downloaded form_urlencoded v1.2.2
5182026-07-31T17:20:33.997Z Downloaded funty v2.0.0
5192026-07-31T17:20:33.997Z Downloaded foreign-types-macros v0.2.3
5202026-07-31T17:20:34.004Z Downloaded block-padding v0.4.2
5212026-07-31T17:20:34.004Z Downloaded array-init v0.0.4
5222026-07-31T17:20:34.004Z Downloaded bit-set v0.8.0
5232026-07-31T17:20:34.004Z Downloaded flagset v0.4.7
5242026-07-31T17:20:34.009Z Downloaded async-trait v0.1.89
5252026-07-31T17:20:34.010Z Downloaded chacha20 v0.10.0
5262026-07-31T17:20:34.016Z Downloaded ciborium-ll v0.2.2
5272026-07-31T17:20:34.016Z Downloaded assert_matches v1.5.0
5282026-07-31T17:20:34.016Z Downloaded async-recursion v1.1.1
5292026-07-31T17:20:34.016Z Downloaded bitfield-struct v0.6.2
5302026-07-31T17:20:34.016Z Downloaded foreign-types v0.5.0
5312026-07-31T17:20:34.016Z Downloaded flume v0.11.1
5322026-07-31T17:20:34.035Z Downloaded endian-type v0.1.2
5332026-07-31T17:20:34.035Z Downloaded gethostname v0.5.0
5342026-07-31T17:20:34.035Z Downloaded float-ord v0.3.2
5352026-07-31T17:20:34.036Z Downloaded fd-lock v4.0.4
5362026-07-31T17:20:34.036Z Downloaded fxhash v0.2.1
5372026-07-31T17:20:34.036Z Downloaded git-stub v1.0.0
5382026-07-31T17:20:34.040Z Downloaded futures-sink v0.3.32
5392026-07-31T17:20:34.040Z Downloaded backoff v0.4.0
5402026-07-31T17:20:34.040Z Downloaded base64ct v1.8.3
5412026-07-31T17:20:34.040Z Downloaded foreign-types-shared v0.1.1
5422026-07-31T17:20:34.040Z Downloaded futures-io v0.3.32
5432026-07-31T17:20:34.040Z Downloaded foreign-types v0.3.2
5442026-07-31T17:20:34.040Z Downloaded env_filter v1.0.0
5452026-07-31T17:20:34.040Z Downloaded foreign-types-shared v0.3.1
5462026-07-31T17:20:34.040Z Downloaded const-oid v0.9.6
5472026-07-31T17:20:34.040Z Downloaded bit-vec v0.6.3
5482026-07-31T17:20:34.048Z Downloaded atty v0.2.14
5492026-07-31T17:20:34.048Z Downloaded fallible-iterator v0.2.0
5502026-07-31T17:20:34.051Z Downloaded flate2 v1.1.9
5512026-07-31T17:20:34.051Z Downloaded half v1.8.3
5522026-07-31T17:20:34.056Z Downloaded cfg_aliases v0.1.1
5532026-07-31T17:20:34.056Z Downloaded futures-core v0.3.32
5542026-07-31T17:20:34.063Z Downloaded cfg_aliases v0.2.1
5552026-07-31T17:20:34.063Z Downloaded http-range v0.1.5
5562026-07-31T17:20:34.063Z Downloaded globwalk v0.9.1
5572026-07-31T17:20:34.063Z Downloaded bitflags v1.3.2
5582026-07-31T17:20:34.063Z Downloaded hostname v0.4.2
5592026-07-31T17:20:34.074Z Downloaded futures-task v0.3.32
5602026-07-31T17:20:34.074Z Downloaded http-body v1.0.1
5612026-07-31T17:20:34.074Z Downloaded enum-as-inner v0.6.1
5622026-07-31T17:20:34.074Z Downloaded ff v0.13.1
5632026-07-31T17:20:34.074Z Downloaded foldhash v0.2.0
5642026-07-31T17:20:34.078Z Downloaded futures-executor v0.3.32
5652026-07-31T17:20:34.078Z Downloaded enum_dispatch v0.3.13
5662026-07-31T17:20:34.078Z Downloaded fs_extra v1.3.0
5672026-07-31T17:20:34.078Z Downloaded bb8 v0.8.6
5682026-07-31T17:20:34.078Z Downloaded ciborium-io v0.2.2
5692026-07-31T17:20:34.078Z Downloaded ff v0.14.0
5702026-07-31T17:20:34.078Z Downloaded float-cmp v0.10.0
5712026-07-31T17:20:34.078Z Downloaded castaway v0.2.4
5722026-07-31T17:20:34.078Z Downloaded cobs v0.3.0
5732026-07-31T17:20:34.083Z Downloaded home v0.5.12
5742026-07-31T17:20:34.087Z Downloaded hex v0.4.3
5752026-07-31T17:20:34.087Z Downloaded hash32 v0.2.1
5762026-07-31T17:20:34.092Z Downloaded httpdate v1.0.3
5772026-07-31T17:20:34.164Z Downloaded num_enum_derive v0.5.11
5782026-07-31T17:20:34.174Z Downloaded hex-literal v1.1.0
5792026-07-31T17:20:34.174Z Downloaded hubpack_derive v0.1.1
5802026-07-31T17:20:34.174Z Downloaded hyper-tls v0.6.0
5812026-07-31T17:20:34.174Z Downloaded backon v1.6.0
5822026-07-31T17:20:34.174Z Downloaded headers-core v0.3.0
5832026-07-31T17:20:34.174Z Downloaded bitfield v0.19.4
5842026-07-31T17:20:34.174Z Downloaded hash32 v0.3.1
5852026-07-31T17:20:34.174Z Downloaded openssl-probe v0.1.6
5862026-07-31T17:20:34.174Z Downloaded anstream v0.6.21
5872026-07-31T17:20:34.174Z Downloaded hubpack v0.1.2
5882026-07-31T17:20:34.174Z Downloaded precomputed-hash v0.1.1
5892026-07-31T17:20:34.174Z Downloaded arrayvec v0.7.6
5902026-07-31T17:20:34.174Z Downloaded fixedbitset v0.5.7
5912026-07-31T17:20:34.174Z Downloaded argon2 v0.6.0-rc.8
5922026-07-31T17:20:34.174Z Downloaded fs-err v2.11.0
5932026-07-31T17:20:34.174Z Downloaded filetime v0.2.27
5942026-07-31T17:20:34.174Z Downloaded httparse v1.10.1
5952026-07-31T17:20:34.174Z Downloaded num v0.4.3
5962026-07-31T17:20:34.174Z Downloaded num-conv v0.2.0
5972026-07-31T17:20:34.174Z Downloaded erased-serde v0.3.31
5982026-07-31T17:20:34.174Z Downloaded expectorate v1.2.0
5992026-07-31T17:20:34.174Z Downloaded phf_shared v0.11.3
6002026-07-31T17:20:34.175Z Downloaded find-msvc-tools v0.1.9
6012026-07-31T17:20:34.175Z Downloaded foldhash v0.1.5
6022026-07-31T17:20:34.175Z Downloaded highway v1.3.0
6032026-07-31T17:20:34.175Z Downloaded aead v0.6.1
6042026-07-31T17:20:34.175Z Downloaded ar_archive_writer v0.5.1
6052026-07-31T17:20:34.175Z Downloaded bit-vec v0.8.0
6062026-07-31T17:20:34.175Z Downloaded chacha20 v0.9.1
6072026-07-31T17:20:34.175Z Downloaded ref-cast v1.0.25
6082026-07-31T17:20:34.175Z Downloaded rfc6979 v0.4.0
6092026-07-31T17:20:34.175Z Downloaded proc-macro-crate v1.3.1
6102026-07-31T17:20:34.175Z Downloaded rfc6979 v0.6.0
6112026-07-31T17:20:34.175Z Downloaded scroll_derive v0.13.1
6122026-07-31T17:20:34.175Z Downloaded progenitor-macro v0.14.0
6132026-07-31T17:20:34.175Z Downloaded radium v0.7.0
6142026-07-31T17:20:34.175Z Downloaded env_logger v0.11.9
6152026-07-31T17:20:34.175Z Downloaded group v0.13.0
6162026-07-31T17:20:34.175Z Downloaded git-stub-vcs v0.1.0
6172026-07-31T17:20:34.175Z Downloaded hostname v0.3.1
6182026-07-31T17:20:34.175Z Downloaded hyper-staticfile v0.10.1
6192026-07-31T17:20:34.175Z Downloaded owo-colors v4.3.0
6202026-07-31T17:20:34.175Z Downloaded bs58 v0.5.1
6212026-07-31T17:20:34.175Z Downloaded cassowary v0.3.0
6222026-07-31T17:20:34.175Z Downloaded buf-list v1.1.2
6232026-07-31T17:20:34.175Z Downloaded group v0.14.0
6242026-07-31T17:20:34.184Z Downloaded const_format_proc_macros v0.2.34
6252026-07-31T17:20:34.185Z Downloaded cipher v0.5.2
6262026-07-31T17:20:34.185Z Downloaded ghash v0.6.0
6272026-07-31T17:20:34.185Z Downloaded globset v0.4.18
6282026-07-31T17:20:34.185Z Downloaded http-body-util v0.1.3
6292026-07-31T17:20:34.185Z Downloaded glob v0.3.3
6302026-07-31T17:20:34.185Z Downloaded cexpr v0.6.0
6312026-07-31T17:20:34.193Z Downloaded cmake v0.1.57
6322026-07-31T17:20:34.193Z Downloaded cmov v0.5.4
6332026-07-31T17:20:34.193Z Downloaded byte-wrapper v0.1.0
6342026-07-31T17:20:34.193Z Downloaded futures-channel v0.3.32
6352026-07-31T17:20:34.193Z Downloaded camino-tempfile-ext v0.3.3
6362026-07-31T17:20:34.203Z Downloaded cbc v0.2.1
6372026-07-31T17:20:34.203Z Downloaded fatfs v0.3.6
6382026-07-31T17:20:34.209Z Downloaded argon2 v0.5.3
6392026-07-31T17:20:34.210Z Downloaded strum v0.26.3
6402026-07-31T17:20:34.210Z Downloaded parking_lot_core v0.8.6
6412026-07-31T17:20:34.210Z Downloaded take_mut v0.2.2
6422026-07-31T17:20:34.210Z Downloaded tap v1.0.1
6432026-07-31T17:20:34.210Z Downloaded postgres-protocol v0.6.10
6442026-07-31T17:20:34.210Z Downloaded strum v0.27.2
6452026-07-31T17:20:34.210Z Downloaded serde_plain v1.0.2
6462026-07-31T17:20:34.210Z Downloaded shell-words v1.1.1
6472026-07-31T17:20:34.220Z Downloaded sigpipe v0.1.3
6482026-07-31T17:20:34.220Z Downloaded tokio-macros v2.7.0
6492026-07-31T17:20:34.220Z Downloaded supports-color v3.0.2
6502026-07-31T17:20:34.220Z Downloaded testing_table v0.3.0
6512026-07-31T17:20:34.221Z Downloaded blowfish v0.10.0
6522026-07-31T17:20:34.221Z Downloaded compression-codecs v0.4.37
6532026-07-31T17:20:34.226Z Downloaded getrandom v0.2.17
6542026-07-31T17:20:34.226Z Downloaded oxide-tokio-rt v0.1.4
6552026-07-31T17:20:34.226Z Downloaded pbkdf2 v0.13.0
6562026-07-31T17:20:34.226Z Downloaded hmac v0.13.0
6572026-07-31T17:20:34.226Z Downloaded num-rational v0.4.2
6582026-07-31T17:20:34.226Z Downloaded sync-ptr v0.1.4
6592026-07-31T17:20:34.226Z Downloaded tower-layer v0.3.3
6602026-07-31T17:20:34.226Z Downloaded colored v3.1.1
6612026-07-31T17:20:34.232Z Downloaded rand_seeder v0.4.0
6622026-07-31T17:20:34.232Z Downloaded rustc_version v0.1.7
6632026-07-31T17:20:34.232Z Downloaded pkg-config v0.3.32
6642026-07-31T17:20:34.232Z Downloaded serdect v0.4.3
6652026-07-31T17:20:34.232Z Downloaded pem v3.0.6
6662026-07-31T17:20:34.232Z Downloaded phf v0.12.1
6672026-07-31T17:20:34.232Z Downloaded blake2 v0.10.6
6682026-07-31T17:20:34.235Z Downloaded bzip2 v0.6.1
6692026-07-31T17:20:34.236Z Downloaded colored v2.2.0
6702026-07-31T17:20:34.236Z Downloaded constant_time_eq v0.4.2
6712026-07-31T17:20:34.236Z Downloaded progenitor v0.13.0
6722026-07-31T17:20:34.236Z Downloaded scroll v0.13.0
6732026-07-31T17:20:34.236Z Downloaded unarray v0.1.4
6742026-07-31T17:20:34.240Z Downloaded want v0.3.1
6752026-07-31T17:20:34.240Z Downloaded r2d2 v0.8.10
6762026-07-31T17:20:34.240Z Downloaded rand_chacha v0.9.0
6772026-07-31T17:20:34.240Z Downloaded rustls-pemfile v2.2.0
6782026-07-31T17:20:34.244Z Downloaded semver v0.1.20
6792026-07-31T17:20:34.244Z Downloaded rustls-native-certs v0.8.3
6802026-07-31T17:20:34.244Z Downloaded unicode-truncate v1.1.0
6812026-07-31T17:20:34.244Z Downloaded untrusted v0.7.1
6822026-07-31T17:20:34.244Z Downloaded generic-array v1.4.3
6832026-07-31T17:20:34.250Z Downloaded zeroize_derive v1.5.0
6842026-07-31T17:20:34.259Z Downloaded hyper-rustls v0.27.7
6852026-07-31T17:20:34.263Z Downloaded humantime v2.3.0
6862026-07-31T17:20:34.263Z Downloaded hybrid-array v0.4.13
6872026-07-31T17:20:34.264Z Downloaded bzip2 v0.4.4
6882026-07-31T17:20:34.264Z Downloaded clang-sys v1.8.1
6892026-07-31T17:20:34.264Z Downloaded console v0.16.2
6902026-07-31T17:20:34.264Z Downloaded hmac v0.12.1
6912026-07-31T17:20:34.269Z Downloaded signal-hook-registry v1.4.8
6922026-07-31T17:20:34.269Z Downloaded slab v0.4.12
6932026-07-31T17:20:34.269Z Downloaded cipher v0.4.4
6942026-07-31T17:20:34.269Z Downloaded yoke-derive v0.8.1
6952026-07-31T17:20:34.269Z Downloaded zone_cfg_derive v0.3.1
6962026-07-31T17:20:34.269Z Downloaded cancel-safe-futures v0.1.5
6972026-07-31T17:20:34.269Z Downloaded crunchy v0.2.4
6982026-07-31T17:20:34.269Z Downloaded curve25519-dalek-derive v0.1.1
6992026-07-31T17:20:34.274Z Downloaded getrandom v0.3.4
7002026-07-31T17:20:34.274Z Downloaded serde-hex v0.1.0
7012026-07-31T17:20:34.274Z Downloaded futures v0.3.32
7022026-07-31T17:20:34.278Z Downloaded arc-swap v1.8.2
7032026-07-31T17:20:34.278Z Downloaded parking_lot_core v0.9.12
7042026-07-31T17:20:34.283Z Downloaded ssh-cipher v0.3.0
7052026-07-31T17:20:34.283Z Downloaded const-oid v0.10.2
7062026-07-31T17:20:34.288Z Downloaded debug-ignore v1.0.5
7072026-07-31T17:20:34.288Z Downloaded defmt-parser v1.0.0
7082026-07-31T17:20:34.288Z Downloaded postcard v1.1.3
7092026-07-31T17:20:34.288Z Downloaded document-features v0.2.12
7102026-07-31T17:20:34.293Z Downloaded sqlformat v0.3.5
7112026-07-31T17:20:34.294Z Downloaded tls_codec v0.4.2
7122026-07-31T17:20:34.294Z Downloaded allocator-api2 v0.2.21
7132026-07-31T17:20:34.299Z Downloaded pkcs8 v0.11.0
7142026-07-31T17:20:34.299Z Downloaded slog-json v2.6.1
7152026-07-31T17:20:34.299Z Downloaded thread_local v1.1.9
7162026-07-31T17:20:34.299Z Downloaded dirs-sys-next v0.1.2
7172026-07-31T17:20:34.299Z Downloaded idna_adapter v1.2.1
7182026-07-31T17:20:34.305Z Downloaded inout v0.1.4
7192026-07-31T17:20:34.305Z Downloaded papergrid v0.17.0
7202026-07-31T17:20:34.312Z Downloaded indent_write v2.2.0
7212026-07-31T17:20:34.312Z Downloaded indoc v1.0.9
7222026-07-31T17:20:34.312Z Downloaded tiny-keccak v2.0.2
7232026-07-31T17:20:34.312Z Downloaded progenitor-extras v0.2.0
7242026-07-31T17:20:34.312Z Downloaded phf v0.13.1
7252026-07-31T17:20:34.316Z Downloaded usdt-impl v0.6.0
7262026-07-31T17:20:34.321Z Downloaded vergen-gitcl v1.0.8
7272026-07-31T17:20:34.321Z Downloaded xshell v0.2.7
7282026-07-31T17:20:34.324Z Downloaded lru-slab v0.1.2
7292026-07-31T17:20:34.324Z Downloaded slog-async v2.8.0
7302026-07-31T17:20:34.324Z Downloaded multimap v0.10.1
7312026-07-31T17:20:34.324Z Downloaded base64 v0.22.1
7322026-07-31T17:20:34.328Z Downloaded keccak v0.1.6
7332026-07-31T17:20:34.335Z Downloaded half v2.7.1
7342026-07-31T17:20:34.339Z Downloaded blake2 v0.11.0-rc.6
7352026-07-31T17:20:34.340Z Downloaded console v0.15.11
7362026-07-31T17:20:34.347Z Downloaded maybe-uninit v2.0.0
7372026-07-31T17:20:34.352Z Downloaded match_cfg v0.1.0
7382026-07-31T17:20:34.352Z Downloaded olpc-cjson v0.1.4
7392026-07-31T17:20:34.356Z Downloaded unicase v2.9.0
7402026-07-31T17:20:34.356Z Downloaded predicates-core v1.0.10
7412026-07-31T17:20:34.360Z Downloaded critical-section v1.2.0
7422026-07-31T17:20:34.369Z Downloaded ctr v0.10.1
7432026-07-31T17:20:34.372Z Downloaded oso-derive v0.27.3
7442026-07-31T17:20:34.373Z Downloaded password-hash v0.6.1
7452026-07-31T17:20:34.373Z Downloaded smallvec v1.15.1
7462026-07-31T17:20:34.373Z Downloaded snafu-derive v0.8.9
7472026-07-31T17:20:34.377Z Downloaded packed_struct_codegen v0.10.1
7482026-07-31T17:20:34.377Z Downloaded proc-macro-error-attr2 v2.0.0
7492026-07-31T17:20:34.384Z Downloaded psl-types v2.0.11
7502026-07-31T17:20:34.384Z Downloaded ref-cast-impl v1.0.25
7512026-07-31T17:20:34.384Z Downloaded sqlparser_derive v0.5.0
7522026-07-31T17:20:34.384Z Downloaded dtrace-parser v0.3.0
7532026-07-31T17:20:34.388Z Downloaded deranged v0.5.8
7542026-07-31T17:20:34.388Z Downloaded diesel-dtrace v0.5.0
7552026-07-31T17:20:34.388Z Downloaded der_derive v0.7.3
7562026-07-31T17:20:34.388Z Downloaded either v1.15.0
7572026-07-31T17:20:34.388Z Downloaded russh-util v0.52.0
7582026-07-31T17:20:34.397Z Downloaded rand_pcg v0.10.2
7592026-07-31T17:20:34.397Z Downloaded secrecy v0.8.0
7602026-07-31T17:20:34.402Z Downloaded tokio-stream v0.1.18
7612026-07-31T17:20:34.407Z Downloaded ryu v1.0.23
7622026-07-31T17:20:34.412Z Downloaded salsa20 v0.11.0
7632026-07-31T17:20:34.412Z Downloaded wyz v0.5.1
7642026-07-31T17:20:34.412Z Downloaded serde_repr v0.1.20
7652026-07-31T17:20:34.416Z Downloaded strsim v0.10.0
7662026-07-31T17:20:34.416Z Downloaded libefi-sys v0.1.0
7672026-07-31T17:20:34.416Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7682026-07-31T17:20:34.420Z Downloaded signature v2.2.0
7692026-07-31T17:20:34.420Z Downloaded tinyvec_macros v0.1.1
7702026-07-31T17:20:34.421Z Downloaded signature v3.0.0
7712026-07-31T17:20:34.430Z Downloaded termtree v0.5.1
7722026-07-31T17:20:34.430Z Downloaded base64 v0.21.7
7732026-07-31T17:20:34.430Z Downloaded convert_case v0.10.0
7742026-07-31T17:20:34.430Z Downloaded crossbeam-utils v0.8.21
7752026-07-31T17:20:34.435Z Downloaded compact_str v0.8.1
7762026-07-31T17:20:34.435Z Downloaded usdt-attr-macro v0.6.0
7772026-07-31T17:20:34.435Z Downloaded chacha20poly1305 v0.10.1
7782026-07-31T17:20:34.435Z Downloaded module-lattice v0.2.3
7792026-07-31T17:20:34.435Z Downloaded tui-tree-widget v0.23.1
7802026-07-31T17:20:34.440Z Downloaded headers v0.4.1
7812026-07-31T17:20:34.446Z Downloaded topological-sort v0.2.2
7822026-07-31T17:20:34.446Z Downloaded heapless v0.8.0
7832026-07-31T17:20:34.455Z Downloaded ciborium v0.2.2
7842026-07-31T17:20:34.460Z Downloaded cookie v0.18.1
7852026-07-31T17:20:34.460Z Downloaded oxide-update-engine v0.1.2
7862026-07-31T17:20:34.464Z Downloaded trait-variant v0.1.2
7872026-07-31T17:20:34.464Z Downloaded try-lock v0.2.5
7882026-07-31T17:20:34.464Z Downloaded pem-rfc7468 v0.7.0
7892026-07-31T17:20:34.464Z Downloaded phc v0.6.1
7902026-07-31T17:20:34.464Z Downloaded pin-project-lite v0.2.17
7912026-07-31T17:20:34.468Z Downloaded packed_struct v0.10.1
7922026-07-31T17:20:34.468Z Downloaded paste v1.0.15
7932026-07-31T17:20:34.468Z Downloaded num_enum v0.7.6
7942026-07-31T17:20:34.474Z Downloaded wait-timeout v0.2.1
7952026-07-31T17:20:34.474Z Downloaded primefield v0.14.0
7962026-07-31T17:20:34.474Z Downloaded zerofrom-derive v0.1.6
7972026-07-31T17:20:34.474Z Downloaded darling v0.20.11
7982026-07-31T17:20:34.478Z Downloaded cpufeatures v0.3.0
7992026-07-31T17:20:34.478Z Downloaded proc-macro-error2 v2.0.1
8002026-07-31T17:20:34.478Z Downloaded cpubits v0.1.1
8012026-07-31T17:20:34.478Z Downloaded resolv-conf v0.7.6
8022026-07-31T17:20:34.478Z Downloaded tokio-tungstenite v0.23.1
8032026-07-31T17:20:34.483Z Downloaded rustc-hash v2.1.1
8042026-07-31T17:20:34.483Z Downloaded ecdsa v0.17.0
8052026-07-31T17:20:34.483Z Downloaded psm v0.1.30
8062026-07-31T17:20:34.483Z Downloaded serde_with_macros v1.5.2
8072026-07-31T17:20:34.487Z Downloaded rusty-fork v0.3.1
8082026-07-31T17:20:34.487Z Downloaded crucible-workspace-hack v0.1.0
8092026-07-31T17:20:34.487Z Downloaded cstr-argument v0.1.2
8102026-07-31T17:20:34.487Z Downloaded const_format v0.2.35
8112026-07-31T17:20:34.487Z Downloaded derive_builder_macro v0.20.2
8122026-07-31T17:20:34.487Z Downloaded hickory-resolver v0.24.4
8132026-07-31T17:20:34.490Z Downloaded sec1 v0.8.1
8142026-07-31T17:20:34.491Z Downloaded prettyplease v0.2.37
8152026-07-31T17:20:34.491Z Downloaded shlex v1.3.0
8162026-07-31T17:20:34.498Z Downloaded rayon-core v1.13.0
8172026-07-31T17:20:34.501Z Downloaded schemars v0.9.0
8182026-07-31T17:20:34.505Z Downloaded serde_yaml v0.9.34+deprecated
8192026-07-31T17:20:34.505Z Downloaded spki v0.7.3
8202026-07-31T17:20:34.508Z Downloaded darling_macro v0.23.0
8212026-07-31T17:20:34.508Z Downloaded linear-map v1.2.0
8222026-07-31T17:20:34.508Z Downloaded simd-adler32 v0.3.8
8232026-07-31T17:20:34.508Z Downloaded strum_macros v0.26.4
8242026-07-31T17:20:34.509Z Downloaded strum_macros v0.27.2
8252026-07-31T17:20:34.512Z Downloaded tls_codec_derive v0.4.2
8262026-07-31T17:20:34.512Z Downloaded digest-io v0.1.0
8272026-07-31T17:20:34.521Z Downloaded dunce v1.0.5
8282026-07-31T17:20:34.521Z Downloaded dyn-clone v1.0.20
8292026-07-31T17:20:34.531Z Downloaded illumos-nvpair v0.3.0
8302026-07-31T17:20:34.532Z Downloaded multer v3.1.0
8312026-07-31T17:20:34.532Z Downloaded vte v0.14.1
8322026-07-31T17:20:34.536Z Downloaded instant v0.1.13
8332026-07-31T17:20:34.536Z Downloaded heapless v0.7.17
8342026-07-31T17:20:34.536Z Downloaded async-compression v0.4.41
8352026-07-31T17:20:34.536Z Downloaded pkcs1 v0.8.0-rc.4
8362026-07-31T17:20:34.536Z Downloaded hickory-resolver v0.25.2
8372026-07-31T17:20:34.540Z Downloaded pkcs1 v0.7.5
8382026-07-31T17:20:34.540Z Downloaded p384 v0.14.0
8392026-07-31T17:20:34.549Z Downloaded vergen-lib v0.1.6
8402026-07-31T17:20:34.549Z Downloaded zerocopy v0.6.6
8412026-07-31T17:20:34.549Z Downloaded zopfli v0.8.3
8422026-07-31T17:20:34.549Z Downloaded whoami v2.1.0
8432026-07-31T17:20:34.556Z Downloaded is-terminal v0.4.17
8442026-07-31T17:20:34.556Z Downloaded nodrop v0.1.14
8452026-07-31T17:20:34.556Z Downloaded snafu v0.8.9
8462026-07-31T17:20:34.556Z Downloaded crossbeam-deque v0.8.6
8472026-07-31T17:20:34.561Z Downloaded managed v0.8.0
8482026-07-31T17:20:34.561Z Downloaded opaque-debug v0.3.1
8492026-07-31T17:20:34.561Z Downloaded nonempty v0.12.0
8502026-07-31T17:20:34.564Z Downloaded bytes v1.11.1
8512026-07-31T17:20:34.565Z Downloaded rustversion v1.0.22
8522026-07-31T17:20:34.565Z Downloaded cc v1.2.56
8532026-07-31T17:20:34.570Z Downloaded darling v0.13.4
8542026-07-31T17:20:34.570Z Downloaded serde_with_macros v3.21.0
8552026-07-31T17:20:34.575Z Downloaded icu_provider v2.1.1
8562026-07-31T17:20:34.575Z Downloaded slog-term v2.9.2
8572026-07-31T17:20:34.575Z Downloaded defmt-macros v1.0.1
8582026-07-31T17:20:34.576Z Downloaded newtype-uuid-macros v0.1.0
8592026-07-31T17:20:34.580Z Downloaded peg-runtime v0.8.5
8602026-07-31T17:20:34.584Z Downloaded progenitor-macro v0.13.0
8612026-07-31T17:20:34.584Z Downloaded serde_spanned v1.1.1
8622026-07-31T17:20:34.590Z Downloaded toml_edit v0.23.10+spec-1.0.0
8632026-07-31T17:20:34.590Z Downloaded delegate v0.13.5
8642026-07-31T17:20:34.595Z Downloaded term v0.7.0
8652026-07-31T17:20:34.595Z Downloaded bumpalo v3.20.2
8662026-07-31T17:20:34.601Z Downloaded rand_xorshift v0.4.0
8672026-07-31T17:20:34.604Z Downloaded embedded-io v0.6.1
8682026-07-31T17:20:34.604Z Downloaded scopeguard v1.2.0
8692026-07-31T17:20:34.611Z Downloaded rustc_version v0.4.1
8702026-07-31T17:20:34.611Z Downloaded secrecy v0.10.3
8712026-07-31T17:20:34.615Z Downloaded tabwriter v1.4.1
8722026-07-31T17:20:34.615Z Downloaded unsafe-libyaml v0.2.11
8732026-07-31T17:20:34.615Z Downloaded signal-hook-mio v0.2.5
8742026-07-31T17:20:34.619Z Downloaded zip v0.6.6
8752026-07-31T17:20:34.623Z Downloaded hickory-server v0.25.2
8762026-07-31T17:20:34.623Z Downloaded hashbrown v0.13.2
8772026-07-31T17:20:34.628Z Downloaded http v1.4.2
8782026-07-31T17:20:34.629Z Downloaded darling_core v0.20.11
8792026-07-31T17:20:34.633Z Downloaded strip-ansi-escapes v0.2.1
8802026-07-31T17:20:34.633Z Downloaded lock_api v0.4.14
8812026-07-31T17:20:34.633Z Downloaded jobserver v0.1.34
8822026-07-31T17:20:34.633Z Downloaded md5 v0.8.0
8832026-07-31T17:20:34.638Z Downloaded pkcs5 v0.8.1
8842026-07-31T17:20:34.638Z Downloaded whoami v1.6.1
8852026-07-31T17:20:34.643Z Downloaded universal-hash v0.6.1
8862026-07-31T17:20:34.643Z Downloaded void v1.0.2
8872026-07-31T17:20:34.654Z Downloaded zstd-safe v7.2.4
8882026-07-31T17:20:34.659Z Downloaded password-hash v0.5.0
8892026-07-31T17:20:34.659Z Downloaded pin-project-internal v1.1.11
8902026-07-31T17:20:34.663Z Downloaded quinn v0.11.11
8912026-07-31T17:20:34.663Z Downloaded crc-catalog v2.4.0
8922026-07-31T17:20:34.663Z Downloaded darling_macro v0.20.11
8932026-07-31T17:20:34.666Z Downloaded dof v0.4.0
8942026-07-31T17:20:34.666Z Downloaded polyval v0.7.1
8952026-07-31T17:20:34.670Z Downloaded predicates v3.1.4
8962026-07-31T17:20:34.670Z Downloaded icu_normalizer_data v2.1.1
8972026-07-31T17:20:34.680Z Downloaded elliptic-curve v0.13.8
8982026-07-31T17:20:34.687Z Downloaded difflib v0.4.0
8992026-07-31T17:20:34.687Z Downloaded subprocess v0.2.15
9002026-07-31T17:20:34.688Z Downloaded digest v0.11.3
9012026-07-31T17:20:34.688Z Downloaded inout v0.2.2
9022026-07-31T17:20:34.759Z Downloaded is_ci v1.2.0
9032026-07-31T17:20:34.759Z Downloaded unicode-properties v0.1.4
9042026-07-31T17:20:34.759Z Downloaded primeorder v0.13.6
9052026-07-31T17:20:34.759Z Downloaded primeorder v0.14.0
9062026-07-31T17:20:34.759Z Downloaded toml v1.1.2+spec-1.1.0
9072026-07-31T17:20:34.759Z Downloaded slog-dtrace v0.3.0
9082026-07-31T17:20:34.759Z Downloaded newline-converter v0.3.0
9092026-07-31T17:20:34.759Z Downloaded stringprep v0.1.5
9102026-07-31T17:20:34.759Z Downloaded ingot-macros v0.2.0
9112026-07-31T17:20:34.759Z Downloaded uuid v1.23.4
9122026-07-31T17:20:34.759Z Downloaded sapling-renderdag v0.1.0
9132026-07-31T17:20:34.759Z Downloaded hashbrown v0.12.3
9142026-07-31T17:20:34.759Z Downloaded smallvec v0.6.14
9152026-07-31T17:20:34.759Z Downloaded tokio-dtrace v0.1.1
9162026-07-31T17:20:34.759Z Downloaded tokio-native-tls v0.3.1
9172026-07-31T17:20:34.759Z Downloaded keccak v0.2.0
9182026-07-31T17:20:34.759Z Downloaded string_cache v0.8.9
9192026-07-31T17:20:34.759Z Downloaded termios v0.3.3
9202026-07-31T17:20:34.759Z Downloaded linked-hash-map v0.5.6
9212026-07-31T17:20:34.759Z Downloaded lzss v0.8.2
9222026-07-31T17:20:34.760Z Downloaded lru-cache v0.1.2
9232026-07-31T17:20:34.760Z Downloaded num-derive v0.4.2
9242026-07-31T17:20:34.760Z Downloaded unicode-bidi v0.3.18
9252026-07-31T17:20:34.760Z Downloaded universal-hash v0.5.1
9262026-07-31T17:20:34.760Z Downloaded aes v0.9.1
9272026-07-31T17:20:34.760Z Downloaded parse-size v1.1.0
9282026-07-31T17:20:34.760Z Downloaded darling_core v0.21.3
9292026-07-31T17:20:34.767Z Downloaded native-tls v0.2.18
9302026-07-31T17:20:34.768Z Downloaded phf_shared v0.13.1
9312026-07-31T17:20:34.768Z Downloaded recursive v0.1.1
9322026-07-31T17:20:34.768Z Downloaded recursive-proc-macro-impl v0.1.1
9332026-07-31T17:20:34.768Z Downloaded signal-hook-tokio v0.3.1
9342026-07-31T17:20:34.768Z Downloaded quick-error v1.2.3
9352026-07-31T17:20:34.768Z Downloaded ctutils v0.4.2
9362026-07-31T17:20:34.768Z Downloaded derive_more v0.99.20
9372026-07-31T17:20:34.782Z Downloaded ed25519 v3.0.0
9382026-07-31T17:20:34.782Z Downloaded parking_lot v0.12.5
9392026-07-31T17:20:34.782Z Downloaded serde_with v1.14.0
9402026-07-31T17:20:34.792Z Downloaded ignore v0.4.25
9412026-07-31T17:20:34.793Z Downloaded rand_core v0.10.0
9422026-07-31T17:20:34.793Z Downloaded zeroize v1.9.0
9432026-07-31T17:20:34.793Z Downloaded ena v0.14.4
9442026-07-31T17:20:34.793Z Downloaded sha2 v0.11.0
9452026-07-31T17:20:34.793Z Downloaded libloading v0.8.9
9462026-07-31T17:20:34.803Z Downloaded sha1 v0.10.6
9472026-07-31T17:20:34.803Z Downloaded quinn-udp v0.5.14
9482026-07-31T17:20:34.803Z Downloaded tinyvec v1.10.0
9492026-07-31T17:20:34.803Z Downloaded icu_properties v2.1.2
9502026-07-31T17:20:34.803Z Downloaded sponge-cursor v0.1.0
9512026-07-31T17:20:34.818Z Downloaded num_enum_derive v0.7.6
9522026-07-31T17:20:34.818Z Downloaded twox-hash v2.1.2
9532026-07-31T17:20:34.818Z Downloaded serde_cbor v0.11.2
9542026-07-31T17:20:34.818Z Downloaded thread-id v5.1.0
9552026-07-31T17:20:34.818Z Downloaded unit-prefix v0.5.2
9562026-07-31T17:20:34.818Z Downloaded usdt v0.6.0
9572026-07-31T17:20:34.824Z Downloaded xattr v1.6.1
9582026-07-31T17:20:34.824Z Downloaded derive_more v2.1.1
9592026-07-31T17:20:34.829Z Downloaded rsa v0.9.10
9602026-07-31T17:20:34.837Z Downloaded nom v8.0.0
9612026-07-31T17:20:34.841Z Downloaded schemars v1.2.1
9622026-07-31T17:20:34.841Z Downloaded oso v0.27.3
9632026-07-31T17:20:34.845Z Downloaded yoke v0.8.1
9642026-07-31T17:20:34.845Z Downloaded derive_builder v0.20.2
9652026-07-31T17:20:34.855Z Downloaded typify-macro v0.6.2
9662026-07-31T17:20:34.855Z Downloaded schemars_derive v0.8.22
9672026-07-31T17:20:34.855Z Downloaded scrypt v0.12.0
9682026-07-31T17:20:34.855Z Downloaded crc8 v0.1.1
9692026-07-31T17:20:34.855Z Downloaded diesel_table_macro_syntax v0.3.0
9702026-07-31T17:20:34.855Z Downloaded darling_macro v0.13.4
9712026-07-31T17:20:34.855Z Downloaded num_enum v0.5.11
9722026-07-31T17:20:34.861Z Downloaded publicsuffix v2.3.0
9732026-07-31T17:20:34.861Z Downloaded qorb v0.4.1
9742026-07-31T17:20:34.861Z Downloaded uzers v0.12.2
9752026-07-31T17:20:34.861Z Downloaded crypto-common v0.2.2
9762026-07-31T17:20:34.861Z Downloaded dsl_auto_type v0.2.0
9772026-07-31T17:20:34.861Z Downloaded rand_core v0.9.5
9782026-07-31T17:20:34.861Z Downloaded toml_edit v0.19.15
9792026-07-31T17:20:34.866Z Downloaded oxide-update-engine-display v0.1.2
9802026-07-31T17:20:34.870Z Downloaded port-file v0.1.0
9812026-07-31T17:20:34.870Z Downloaded steno v0.4.1
9822026-07-31T17:20:34.873Z Downloaded jiff-static v0.2.34
9832026-07-31T17:20:34.873Z Downloaded lazy_static v1.5.0
9842026-07-31T17:20:34.874Z Downloaded illumos-nvpair-sys v0.2.0
9852026-07-31T17:20:34.874Z Downloaded mime v0.3.17
9862026-07-31T17:20:34.874Z Downloaded minimal-lexical v0.2.1
9872026-07-31T17:20:34.880Z Downloaded normalize-line-endings v0.3.0
9882026-07-31T17:20:34.880Z Downloaded internal-russh-num-bigint v0.5.0
9892026-07-31T17:20:34.885Z Downloaded new_debug_unreachable v1.0.6
9902026-07-31T17:20:34.885Z Downloaded slog-stdlog v4.1.1
9912026-07-31T17:20:34.885Z Downloaded spki v0.8.0
9922026-07-31T17:20:34.885Z Downloaded poly1305 v0.8.0
9932026-07-31T17:20:34.885Z Downloaded typed-path v0.9.3
9942026-07-31T17:20:34.890Z Downloaded darling_core v0.23.0
9952026-07-31T17:20:34.890Z Downloaded hashbrown v0.16.1
9962026-07-31T17:20:34.894Z Downloaded hyper v1.10.1
9972026-07-31T17:20:34.895Z Downloaded poly1305 v0.9.0
9982026-07-31T17:20:34.895Z Downloaded synstructure v0.13.2
9992026-07-31T17:20:34.903Z Downloaded cookie_store v0.22.1
10002026-07-31T17:20:34.903Z Downloaded crossbeam-epoch v0.9.18
10012026-07-31T17:20:34.903Z Downloaded defmt v1.0.1
10022026-07-31T17:20:34.907Z Downloaded darling v0.21.3
10032026-07-31T17:20:34.907Z Downloaded rpassword v7.5.4
10042026-07-31T17:20:34.907Z Downloaded serde_path_to_error v0.1.20
10052026-07-31T17:20:34.907Z Downloaded typify v0.6.2
10062026-07-31T17:20:34.907Z Downloaded parse-display v0.10.0
10072026-07-31T17:20:34.910Z Downloaded potential_utf v0.1.4
10082026-07-31T17:20:34.910Z Downloaded powerfmt v0.2.0
10092026-07-31T17:20:34.910Z Downloaded serde_bytes v0.11.19
10102026-07-31T17:20:34.910Z Downloaded toml_writer v1.1.1+spec-1.1.0
10112026-07-31T17:20:34.910Z Downloaded yansi v1.0.1
10122026-07-31T17:20:34.910Z Downloaded futures-util v0.3.32
10132026-07-31T17:20:34.917Z Downloaded signal-hook v0.3.18
10142026-07-31T17:20:34.920Z Downloaded socket2 v0.6.3
10152026-07-31T17:20:34.920Z Downloaded strum_macros v0.24.3
10162026-07-31T17:20:34.927Z Downloaded ed25519-dalek v3.0.0
10172026-07-31T17:20:34.927Z Downloaded derive-where v1.6.0
10182026-07-31T17:20:34.931Z Downloaded scheduled-thread-pool v0.2.7
10192026-07-31T17:20:34.931Z Downloaded rustls-pki-types v1.14.0
10202026-07-31T17:20:34.931Z Downloaded aes-gcm v0.11.0
10212026-07-31T17:20:34.931Z Downloaded ipnetwork v0.21.1
10222026-07-31T17:20:34.931Z Downloaded test-strategy v0.4.5
10232026-07-31T17:20:34.931Z Downloaded ecdsa v0.16.9
10242026-07-31T17:20:34.938Z Downloaded sync_wrapper v1.0.2
10252026-07-31T17:20:34.938Z Downloaded vergen-git2 v9.1.0
10262026-07-31T17:20:34.938Z Downloaded corncobs v0.1.4
10272026-07-31T17:20:34.938Z Downloaded reedline v0.40.0
10282026-07-31T17:20:34.941Z Downloaded same-file v1.0.6
10292026-07-31T17:20:34.941Z Downloaded slog-envlogger v2.2.0
10302026-07-31T17:20:34.941Z Downloaded stable_deref_trait v1.2.1
10312026-07-31T17:20:34.942Z Downloaded aho-corasick v1.1.4
10322026-07-31T17:20:34.945Z Downloaded icu_collections v2.1.1
10332026-07-31T17:20:34.948Z Downloaded vergen-lib v9.1.0
10342026-07-31T17:20:34.948Z Downloaded diesel_derives v2.3.7
10352026-07-31T17:20:34.952Z Downloaded p256 v0.14.0
10362026-07-31T17:20:34.952Z Downloaded time-core v0.1.8
10372026-07-31T17:20:34.957Z Downloaded utf-8 v0.7.6
10382026-07-31T17:20:34.957Z Downloaded hashbrown v0.15.5
10392026-07-31T17:20:34.957Z Downloaded pem-rfc7468 v1.0.0
10402026-07-31T17:20:34.962Z Downloaded impl-trait-for-tuples v0.2.3
10412026-07-31T17:20:34.962Z Downloaded ipnet v2.11.0
10422026-07-31T17:20:34.962Z Downloaded displaydoc v0.2.5
10432026-07-31T17:20:34.962Z Downloaded libsw-core v0.3.2
10442026-07-31T17:20:34.966Z Downloaded zone v0.3.1
10452026-07-31T17:20:34.966Z Downloaded waitgroup v0.1.2
10462026-07-31T17:20:34.966Z Downloaded dropshot_endpoint v0.17.1
10472026-07-31T17:20:34.970Z Downloaded nom v7.1.3
10482026-07-31T17:20:34.975Z Downloaded oxnet v0.1.6
10492026-07-31T17:20:34.975Z Downloaded h2 v0.4.15
10502026-07-31T17:20:34.980Z Downloaded hkdf v0.12.4
10512026-07-31T17:20:34.980Z Downloaded zerofrom v0.1.6
10522026-07-31T17:20:34.980Z Downloaded defmt v0.3.100
10532026-07-31T17:20:34.980Z Downloaded num-iter v0.1.45
10542026-07-31T17:20:34.980Z Downloaded instability v0.3.11
10552026-07-31T17:20:34.980Z Downloaded openssl-probe v0.2.1
10562026-07-31T17:20:34.980Z Downloaded miniz_oxide v0.8.9
10572026-07-31T17:20:34.984Z Downloaded parse-display-derive v0.10.0
10582026-07-31T17:20:34.984Z Downloaded ppv-lite86 v0.2.21
10592026-07-31T17:20:34.984Z Downloaded percent-encoding v2.3.2
10602026-07-31T17:20:34.984Z Downloaded md-5 v0.10.6
10612026-07-31T17:20:34.988Z Downloaded newtype_derive v0.1.6
10622026-07-31T17:20:34.988Z Downloaded nibble_vec v0.1.0
10632026-07-31T17:20:34.993Z Downloaded num-bigint v0.4.6
10642026-07-31T17:20:34.997Z Downloaded socket2 v0.5.10
10652026-07-31T17:20:34.997Z Downloaded rand_core v0.6.4
10662026-07-31T17:20:34.997Z Downloaded progenitor-client v0.14.0
10672026-07-31T17:20:35.004Z Downloaded prefix-trie v0.7.0
10682026-07-31T17:20:35.014Z Downloaded serde_urlencoded v0.7.1
10692026-07-31T17:20:35.019Z Downloaded ssh-encoding v0.3.0
10702026-07-31T17:20:35.023Z Downloaded untrusted v0.9.0
10712026-07-31T17:20:35.029Z Downloaded unicode-xid v0.2.6
10722026-07-31T17:20:35.032Z Downloaded icu_normalizer v2.1.1
10732026-07-31T17:20:35.036Z Downloaded indicatif v0.18.4
10742026-07-31T17:20:35.039Z Downloaded derive_builder_core v0.20.2
10752026-07-31T17:20:35.040Z Downloaded litemap v0.8.1
10762026-07-31T17:20:35.040Z Downloaded oxide-update-engine-types v0.1.2
10772026-07-31T17:20:35.043Z Downloaded maplit v1.0.2
10782026-07-31T17:20:35.043Z Downloaded tokio-tungstenite v0.21.0
10792026-07-31T17:20:35.043Z Downloaded downcast-rs v2.0.2
10802026-07-31T17:20:35.043Z Downloaded kstat-rs v0.2.4
10812026-07-31T17:20:35.048Z Downloaded rustyline v14.0.0
10822026-07-31T17:20:35.054Z Downloaded walkdir v2.5.0
10832026-07-31T17:20:35.059Z Downloaded daft-derive v0.1.7
10842026-07-31T17:20:35.059Z Downloaded ingot-types v0.2.0
10852026-07-31T17:20:35.059Z Downloaded internet-checksum v0.2.1
10862026-07-31T17:20:35.059Z Downloaded path-slash v0.1.5
10872026-07-31T17:20:35.059Z Downloaded kem v0.3.0
10882026-07-31T17:20:35.064Z Downloaded rtoolbox v0.0.3
10892026-07-31T17:20:35.064Z Downloaded serde-big-array v0.5.1
10902026-07-31T17:20:35.073Z Downloaded zip v4.6.1
10912026-07-31T17:20:35.077Z Downloaded tracing-core v0.1.36
10922026-07-31T17:20:35.082Z Downloaded num-bigint-dig v0.8.6
10932026-07-31T17:20:35.088Z Downloaded ingot v0.2.1
10942026-07-31T17:20:35.088Z Downloaded structmeta v0.3.0
10952026-07-31T17:20:35.089Z Downloaded embedded-io v0.4.0
10962026-07-31T17:20:35.092Z Downloaded dropshot-api-manager v0.7.2
10972026-07-31T17:20:35.106Z Downloaded lalrpop-util v0.19.12
10982026-07-31T17:20:35.106Z Downloaded pretty_assertions v1.4.1
10992026-07-31T17:20:35.112Z Downloaded similar v2.7.0
11002026-07-31T17:20:35.112Z Downloaded siphasher v1.0.2
11012026-07-31T17:20:35.112Z Downloaded stacker v0.1.23
11022026-07-31T17:20:35.112Z Downloaded tinystr v0.8.2
11032026-07-31T17:20:35.121Z Downloaded rand_chacha v0.3.1
11042026-07-31T17:20:35.121Z Downloaded russh-cryptovec v0.62.0
11052026-07-31T17:20:35.121Z Downloaded slog-scope v4.4.1
11062026-07-31T17:20:35.126Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11072026-07-31T17:20:35.126Z Downloaded zerovec-derive v0.11.2
11082026-07-31T17:20:35.126Z Downloaded itertools v0.12.1
11092026-07-31T17:20:35.131Z Downloaded term v1.2.1
11102026-07-31T17:20:35.131Z Downloaded hkdf v0.13.0
11112026-07-31T17:20:35.136Z Downloaded winnow v0.6.26
11122026-07-31T17:20:35.140Z Downloaded darling_core v0.13.4
11132026-07-31T17:20:35.140Z Downloaded csv-core v0.1.13
11142026-07-31T17:20:35.140Z Downloaded lru v0.12.5
11152026-07-31T17:20:35.140Z Downloaded memoffset v0.9.1
11162026-07-31T17:20:35.140Z Downloaded ident_case v1.0.1
11172026-07-31T17:20:35.147Z Downloaded num-integer v0.1.46
11182026-07-31T17:20:35.147Z Downloaded crypto-bigint v0.5.5
11192026-07-31T17:20:35.151Z Downloaded crc32fast v1.5.0
11202026-07-31T17:20:35.151Z Downloaded omicron-zone-package v0.12.3
11212026-07-31T17:20:35.151Z Downloaded phf_shared v0.12.1
11222026-07-31T17:20:35.151Z Downloaded indoc v2.0.7
11232026-07-31T17:20:35.155Z Downloaded progenitor v0.14.0
11242026-07-31T17:20:35.155Z Downloaded structmeta-derive v0.3.0
11252026-07-31T17:20:35.158Z Downloaded tagptr v0.2.0
11262026-07-31T17:20:35.158Z Downloaded xshell-macros v0.2.7
11272026-07-31T17:20:35.161Z Downloaded des v0.9.0
11282026-07-31T17:20:35.161Z Downloaded pin-project v1.1.11
11292026-07-31T17:20:35.166Z Downloaded ml-kem v0.3.2
11302026-07-31T17:20:35.173Z Downloaded vsss-rs v3.3.4
11312026-07-31T17:20:35.174Z Downloaded data-encoding v2.10.0
11322026-07-31T17:20:35.174Z Downloaded tokio-test v0.4.5
11332026-07-31T17:20:35.177Z Downloaded postgres-types v0.2.12
11342026-07-31T17:20:35.177Z Downloaded tower-service v0.3.3
11352026-07-31T17:20:35.177Z Downloaded utf8_iter v1.0.4
11362026-07-31T17:20:35.177Z Downloaded dirs-next v2.0.0
11372026-07-31T17:20:35.182Z Downloaded static_assertions v1.1.0
11382026-07-31T17:20:35.194Z Downloaded mime_guess v2.0.5
11392026-07-31T17:20:35.201Z Downloaded nanorand v0.7.0
11402026-07-31T17:20:35.201Z Downloaded proc-macro-crate v3.4.0
11412026-07-31T17:20:35.201Z Downloaded slog-bunyan v2.5.0
11422026-07-31T17:20:35.206Z Downloaded sha1 v0.11.0
11432026-07-31T17:20:35.206Z Downloaded unicode-normalization v0.1.25
11442026-07-31T17:20:35.206Z Downloaded peg-macros v0.8.5
11452026-07-31T17:20:35.206Z Downloaded writeable v0.6.2
11462026-07-31T17:20:35.210Z Downloaded icu_locale_core v2.1.1
11472026-07-31T17:20:35.218Z Downloaded spin v0.9.8
11482026-07-31T17:20:35.218Z Downloaded ed25519 v2.2.3
11492026-07-31T17:20:35.222Z Downloaded rsa v0.10.0-rc.18
11502026-07-31T17:20:35.225Z Downloaded subtle v2.6.1
11512026-07-31T17:20:35.231Z Downloaded iana-time-zone v0.1.65
11522026-07-31T17:20:35.235Z Downloaded tungstenite v0.23.0
11532026-07-31T17:20:35.235Z Downloaded memmap2 v0.9.10
11542026-07-31T17:20:35.240Z Downloaded diff v0.1.13
11552026-07-31T17:20:35.240Z Downloaded iri-string v0.7.10
11562026-07-31T17:20:35.244Z Downloaded samael v0.0.19
11572026-07-31T17:20:35.250Z Downloaded seq-macro v0.3.6
11582026-07-31T17:20:35.250Z Downloaded pkcs8 v0.10.2
11592026-07-31T17:20:35.250Z Downloaded thiserror-impl-no-std v2.0.2
11602026-07-31T17:20:35.250Z Downloaded zstd v0.13.3
11612026-07-31T17:20:35.254Z Downloaded openssl-macros v0.1.1
11622026-07-31T17:20:35.255Z Downloaded crc v3.4.0
11632026-07-31T17:20:35.255Z Downloaded display-error-chain v0.2.2
11642026-07-31T17:20:35.255Z Downloaded libscf-sys v1.2.0
11652026-07-31T17:20:35.255Z Downloaded predicates-tree v1.0.13
11662026-07-31T17:20:35.261Z Downloaded usdt-macro v0.6.0
11672026-07-31T17:20:35.266Z Downloaded peg v0.8.5
11682026-07-31T17:20:35.273Z Downloaded yasna v0.5.2
11692026-07-31T17:20:35.276Z Downloaded num_threads v0.1.7
11702026-07-31T17:20:35.281Z Downloaded smf v0.2.3
11712026-07-31T17:20:35.284Z Downloaded tracing-attributes v0.1.31
11722026-07-31T17:20:35.284Z Downloaded regex v1.12.3
11732026-07-31T17:20:35.291Z Downloaded darling_macro v0.21.3
11742026-07-31T17:20:35.344Z Downloaded tabled_derive v0.11.0
11752026-07-31T17:20:35.344Z Downloaded progenitor-impl v0.13.0
11762026-07-31T17:20:35.351Z Downloaded rcgen v0.12.1
11772026-07-31T17:20:35.351Z Downloaded tower-http v0.6.8
11782026-07-31T17:20:35.351Z Downloaded aws-lc-rs v1.16.3
11792026-07-31T17:20:35.351Z Downloaded libxml v0.3.3
11802026-07-31T17:20:35.351Z Downloaded libsw v3.5.0
11812026-07-31T17:20:35.351Z Downloaded wnaf v0.14.0
11822026-07-31T17:20:35.351Z Downloaded derive-ex v0.1.8
11832026-07-31T17:20:35.351Z Downloaded drift v0.2.0
11842026-07-31T17:20:35.351Z Downloaded num-traits v0.2.19
11852026-07-31T17:20:35.351Z Downloaded thiserror-no-std v2.0.2
11862026-07-31T17:20:35.351Z Downloaded daft v0.1.7
11872026-07-31T17:20:35.351Z Downloaded dropshot-api-manager-types v0.7.2
11882026-07-31T17:20:35.351Z Downloaded nu-ansi-term v0.50.3
11892026-07-31T17:20:35.351Z Downloaded serde_derive_internals v0.29.1
11902026-07-31T17:20:35.351Z Downloaded ssh-key v0.7.0-rc.11
11912026-07-31T17:20:35.351Z Downloaded num-complex v0.4.6
11922026-07-31T17:20:35.351Z Downloaded sec1 v0.7.3
11932026-07-31T17:20:35.363Z Downloaded crypto-primes v0.7.2
11942026-07-31T17:20:35.363Z Downloaded ron v0.8.1
11952026-07-31T17:20:35.363Z Downloaded tokio-rustls v0.26.4
11962026-07-31T17:20:35.363Z Downloaded tokio-postgres v0.7.16
11972026-07-31T17:20:35.369Z Downloaded litrs v1.0.0
11982026-07-31T17:20:35.369Z Downloaded itertools v0.10.5
11992026-07-31T17:20:35.369Z Downloaded progenitor-client v0.13.0
12002026-07-31T17:20:35.369Z Downloaded newtype-uuid v1.3.2
12012026-07-31T17:20:35.369Z Downloaded elliptic-curve v0.14.1
12022026-07-31T17:20:35.372Z Downloaded rand v0.9.2
12032026-07-31T17:20:35.377Z Downloaded tar v0.4.46
12042026-07-31T17:20:35.380Z Downloaded toml_parser v1.1.2+spec-1.1.0
12052026-07-31T17:20:35.384Z Downloaded zerotrie v0.2.3
12062026-07-31T17:20:35.388Z Downloaded toml v0.7.8
12072026-07-31T17:20:35.393Z Downloaded time-macros v0.2.27
12082026-07-31T17:20:35.398Z Downloaded indexmap v1.9.3
12092026-07-31T17:20:35.401Z Downloaded mio v1.2.0
12102026-07-31T17:20:35.404Z Downloaded itertools v0.14.0
12112026-07-31T17:20:35.409Z Downloaded git2 v0.20.4
12122026-07-31T17:20:35.413Z Downloaded vergen v9.1.0
12132026-07-31T17:20:35.413Z Downloaded schemars v0.8.22
12142026-07-31T17:20:35.423Z Downloaded proptest v1.11.0
12152026-07-31T17:20:35.428Z Downloaded support-bundle-viewer v0.1.2
12162026-07-31T17:20:35.428Z Downloaded bitvec v1.0.1
12172026-07-31T17:20:35.431Z Downloaded openssl-sys v0.9.115
12182026-07-31T17:20:35.435Z Downloaded darling v0.23.0
12192026-07-31T17:20:35.439Z Downloaded blake3 v1.8.5
12202026-07-31T17:20:35.443Z Downloaded rustls-platform-verifier v0.6.2
12212026-07-31T17:20:35.443Z Downloaded progenitor-impl v0.14.0
12222026-07-31T17:20:35.446Z Downloaded zerocopy-derive v0.8.40
12232026-07-31T17:20:35.450Z Downloaded rustls-webpki v0.103.13
12242026-07-31T17:20:35.450Z Downloaded libm v0.2.16
12252026-07-31T17:20:35.455Z Downloaded unicode_categories v0.1.1
12262026-07-31T17:20:35.458Z Downloaded slog v2.8.2
12272026-07-31T17:20:35.458Z Downloaded parking_lot v0.11.2
12282026-07-31T17:20:35.458Z Downloaded russh v0.62.4
12292026-07-31T17:20:35.462Z Downloaded rayon v1.11.0
12302026-07-31T17:20:35.467Z Downloaded rand v0.8.6
12312026-07-31T17:20:35.470Z Downloaded derive_more-impl v2.1.1
12322026-07-31T17:20:35.473Z Downloaded zerovec v0.11.5
12332026-07-31T17:20:35.478Z Downloaded der v0.7.10
12342026-07-31T17:20:35.482Z Downloaded tungstenite v0.21.0
12352026-07-31T17:20:35.482Z Downloaded chrono v0.4.45
12362026-07-31T17:20:35.485Z Downloaded crc-any v2.5.0
12372026-07-31T17:20:35.485Z Downloaded idna v1.1.0
12382026-07-31T17:20:35.489Z Downloaded winnow v0.5.40
12392026-07-31T17:20:35.492Z Downloaded url v2.5.8
12402026-07-31T17:20:35.492Z Downloaded bindgen v0.71.1
12412026-07-31T17:20:35.499Z Downloaded vcpkg v0.2.15
12422026-07-31T17:20:35.522Z Downloaded libbz2-rs-sys v0.2.2
12432026-07-31T17:20:35.525Z Downloaded tower v0.5.3
12442026-07-31T17:20:35.528Z Downloaded tough v0.22.0
12452026-07-31T17:20:35.532Z Downloaded ed25519-dalek v2.2.0
12462026-07-31T17:20:35.546Z Downloaded time v0.3.47
12472026-07-31T17:20:35.553Z Downloaded der v0.8.0
12482026-07-31T17:20:35.558Z Downloaded reqwest v0.12.28
12492026-07-31T17:20:35.562Z Downloaded goblin v0.10.5
12502026-07-31T17:20:35.565Z Downloaded moka v0.12.13
12512026-07-31T17:20:35.569Z Downloaded scuffle v0.1.0
12522026-07-31T17:20:35.572Z Downloaded crossbeam-channel v0.5.15
12532026-07-31T17:20:35.576Z Downloaded winnow v1.0.3
12542026-07-31T17:20:35.579Z Downloaded tokio-util v0.7.18
12552026-07-31T17:20:35.585Z Downloaded unicode-segmentation v1.12.0
12562026-07-31T17:20:35.591Z Downloaded p521 v0.14.0
12572026-07-31T17:20:35.594Z Downloaded rand v0.10.1
12582026-07-31T17:20:35.594Z Downloaded x509-cert v0.2.5
12592026-07-31T17:20:35.625Z Downloaded lalrpop v0.19.12
12602026-07-31T17:20:35.625Z Downloaded jiff-core v0.1.0
12612026-07-31T17:20:35.625Z Downloaded hyper-util v0.1.20
12622026-07-31T17:20:35.633Z Downloaded crossterm v0.28.1
12632026-07-31T17:20:35.653Z Downloaded crossterm v0.29.0
12642026-07-31T17:20:35.676Z Downloaded petname v2.0.2
12652026-07-31T17:20:35.687Z Downloaded itertools v0.13.0
12662026-07-31T17:20:35.692Z Downloaded zlib-rs v0.6.2
12672026-07-31T17:20:35.700Z Downloaded radix_trie v0.2.1
12682026-07-31T17:20:35.707Z Downloaded reqwest v0.13.2
12692026-07-31T17:20:35.711Z Downloaded iddqd v0.4.2
12702026-07-31T17:20:35.715Z Downloaded portable-atomic v1.13.1
12712026-07-31T17:20:35.726Z Downloaded salty v0.3.0
12722026-07-31T17:20:35.736Z Downloaded sha3 v0.12.0
12732026-07-31T17:20:35.741Z Downloaded icu_properties_data v2.1.2
12742026-07-31T17:20:35.773Z Downloaded openssl v0.10.79
12752026-07-31T17:20:35.781Z Downloaded p384 v0.13.1
12762026-07-31T17:20:35.785Z Downloaded tabled v0.20.0
12772026-07-31T17:20:35.795Z Downloaded hickory-proto v0.24.4
12782026-07-31T17:20:35.802Z Downloaded itertools v0.15.0
12792026-07-31T17:20:35.807Z Downloaded rawzip v0.4.4
12802026-07-31T17:20:35.810Z Downloaded regex-syntax v0.6.29
12812026-07-31T17:20:35.814Z Downloaded serde_with v3.21.0
12822026-07-31T17:20:35.818Z Downloaded quick-xml v0.37.5
12832026-07-31T17:20:35.824Z Downloaded curve25519-dalek v4.1.3
12842026-07-31T17:20:35.830Z Downloaded object v0.37.3
12852026-07-31T17:20:35.833Z Downloaded nix v0.27.1
12862026-07-31T17:20:35.845Z Downloaded regress v0.11.1
12872026-07-31T17:20:35.849Z Downloaded openapiv3 v2.2.0
12882026-07-31T17:20:35.854Z Downloaded nix v0.28.0
12892026-07-31T17:20:35.859Z Downloaded smoltcp v0.11.0
12902026-07-31T17:20:35.864Z Downloaded bstr v1.12.1
12912026-07-31T17:20:35.871Z Downloaded crypto-bigint v0.7.5
12922026-07-31T17:20:35.879Z Downloaded hickory-proto v0.25.2
12932026-07-31T17:20:35.886Z Downloaded quinn-proto v0.11.16
12942026-07-31T17:20:35.891Z Downloaded smoltcp v0.9.1
12952026-07-31T17:20:35.895Z Downloaded polar-core v0.27.3
12962026-07-31T17:20:35.899Z Downloaded nix v0.31.2
12972026-07-31T17:20:35.906Z Downloaded zerocopy v0.8.40
12982026-07-31T17:20:35.911Z Downloaded object v0.30.4
12992026-07-31T17:20:35.928Z Downloaded dropshot v0.17.1
13002026-07-31T17:20:35.940Z Downloaded rustix v0.38.44
13012026-07-31T17:20:35.952Z Downloaded sqlparser v0.61.0
13022026-07-31T17:20:35.999Z Downloaded regress v0.10.5
13032026-07-31T17:20:36.008Z Downloaded regex-syntax v0.8.10
13042026-07-31T17:20:36.012Z Downloaded curve25519-dalek v5.0.0
13052026-07-31T17:20:36.036Z Downloaded rustls v0.23.41
13062026-07-31T17:20:36.060Z Downloaded diesel v2.3.7
13072026-07-31T17:20:36.071Z Downloaded tracing v0.1.44
13082026-07-31T17:20:36.085Z Downloaded zerocopy-derive v0.6.6
13092026-07-31T17:20:36.089Z Downloaded typify-impl v0.6.2
13102026-07-31T17:20:36.097Z Downloaded sled v0.34.7
13112026-07-31T17:20:36.102Z Downloaded bzip2-sys v0.1.13+1.0.8
13122026-07-31T17:20:36.118Z Downloaded sha3 v0.11.0
13132026-07-31T17:20:36.137Z Downloaded petgraph v0.6.5
13142026-07-31T17:20:36.148Z Downloaded jiff v0.2.34
13152026-07-31T17:20:36.158Z Downloaded chrono-tz v0.10.4
13162026-07-31T17:20:36.167Z Downloaded ratatui v0.29.0
13172026-07-31T17:20:36.184Z Downloaded regex-automata v0.4.14
13182026-07-31T17:20:36.193Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13192026-07-31T17:20:36.203Z Downloaded petgraph v0.8.3
13202026-07-31T17:20:36.265Z Downloaded libz-sys v1.1.24
13212026-07-31T17:20:36.297Z Downloaded tokio v1.52.1
13222026-07-31T17:20:36.318Z Downloaded sha3 v0.10.8
13232026-07-31T17:20:36.322Z Downloaded csv v1.4.0
13242026-07-31T17:20:36.392Z Downloaded encoding_rs v0.8.35
13252026-07-31T17:20:36.441Z Downloaded ring v0.17.14
13262026-07-31T17:20:36.468Z Downloaded libgit2-sys v0.18.3+1.9.2
13272026-07-31T17:20:36.880Z Downloaded aws-lc-sys v0.40.0
13282026-07-31T17:20:37.132Z Compiling libc v0.2.185
13292026-07-31T17:20:37.133Z Compiling serde_core v1.0.228
13302026-07-31T17:20:37.133Z Compiling serde v1.0.228
13312026-07-31T17:20:37.138Z Compiling log v0.4.29
13322026-07-31T17:20:37.138Z Compiling smallvec v1.15.1
13332026-07-31T17:20:37.138Z Compiling find-msvc-tools v0.1.9
13342026-07-31T17:20:37.279Z Compiling shlex v1.3.0
13352026-07-31T17:20:37.287Z Compiling syn v2.0.117
13362026-07-31T17:20:37.500Z Compiling subtle v2.6.1
13372026-07-31T17:20:37.523Z Compiling scopeguard v1.2.0
13382026-07-31T17:20:37.563Z Compiling typenum v1.20.1
13392026-07-31T17:20:37.615Z Compiling lock_api v0.4.14
13402026-07-31T17:20:37.629Z Compiling stable_deref_trait v1.2.1
13412026-07-31T17:20:37.644Z Compiling zerocopy v0.8.40
13422026-07-31T17:20:37.674Z Compiling portable-atomic v1.13.1
13432026-07-31T17:20:37.705Z Compiling serde_json v1.0.151
13442026-07-31T17:20:37.850Z Compiling critical-section v1.2.0
13452026-07-31T17:20:37.906Z Compiling libm v0.2.16
13462026-07-31T17:20:37.950Z Compiling num-traits v0.2.19
13472026-07-31T17:20:38.094Z Compiling pkg-config v0.3.32
13482026-07-31T17:20:38.139Z Compiling errno v0.3.14
13492026-07-31T17:20:38.149Z Compiling jobserver v0.1.34
13502026-07-31T17:20:38.305Z Compiling getrandom v0.2.17
13512026-07-31T17:20:38.408Z Compiling cc v1.2.56
13522026-07-31T17:20:38.532Z Compiling rand_core v0.6.4
13532026-07-31T17:20:38.650Z Compiling generic-array v0.14.7
13542026-07-31T17:20:38.706Z Compiling pin-project-lite v0.2.17
13552026-07-31T17:20:38.807Z Compiling once_cell v1.21.3
13562026-07-31T17:20:38.821Z Compiling parking_lot_core v0.9.12
13572026-07-31T17:20:38.834Z Compiling getrandom v0.4.1
13582026-07-31T17:20:38.847Z Compiling const-oid v0.9.6
13592026-07-31T17:20:39.073Z Compiling rand_core v0.10.0
13602026-07-31T17:20:39.377Z Compiling signal-hook-registry v1.4.8
13612026-07-31T17:20:39.458Z Compiling bitflags v2.11.0
13622026-07-31T17:20:39.623Z Compiling litemap v0.8.1
13632026-07-31T17:20:39.631Z Compiling futures-core v0.3.32
13642026-07-31T17:20:39.647Z Compiling writeable v0.6.2
13652026-07-31T17:20:39.681Z Compiling percent-encoding v2.3.2
13662026-07-31T17:20:39.749Z Compiling semver v1.0.28
13672026-07-31T17:20:39.783Z Compiling parking_lot v0.12.5
13682026-07-31T17:20:39.834Z Compiling mio v1.2.0
13692026-07-31T17:20:39.856Z Compiling icu_properties_data v2.1.2
13702026-07-31T17:20:39.875Z Compiling icu_normalizer_data v2.1.1
13712026-07-31T17:20:39.985Z Compiling socket2 v0.6.3
13722026-07-31T17:20:40.086Z Compiling getrandom v0.3.4
13732026-07-31T17:20:40.168Z Compiling synstructure v0.13.2
13742026-07-31T17:20:40.183Z Compiling futures-sink v0.3.32
13752026-07-31T17:20:40.198Z Compiling indexmap v2.14.0
13762026-07-31T17:20:40.289Z Compiling futures-channel v0.3.32
13772026-07-31T17:20:40.311Z Compiling futures-io v0.3.32
13782026-07-31T17:20:40.404Z Compiling rustix v1.1.3
13792026-07-31T17:20:40.471Z Compiling futures-task v0.3.32
13802026-07-31T17:20:40.536Z Compiling slab v0.4.12
13812026-07-31T17:20:40.619Z Compiling utf8_iter v1.0.4
13822026-07-31T17:20:40.644Z Compiling form_urlencoded v1.2.2
13832026-07-31T17:20:40.708Z Compiling rustversion v1.0.22
13842026-07-31T17:20:40.771Z Compiling iana-time-zone v0.1.65
13852026-07-31T17:20:40.785Z Compiling base64ct v1.8.3
13862026-07-31T17:20:40.815Z Compiling cmake v0.1.57
13872026-07-31T17:20:40.863Z Compiling fs_extra v1.3.0
13882026-07-31T17:20:40.957Z Compiling regex-syntax v0.8.10
13892026-07-31T17:20:40.970Z Compiling ident_case v1.0.1
13902026-07-31T17:20:41.061Z Compiling pem-rfc7468 v0.7.0
13912026-07-31T17:20:41.100Z Compiling dunce v1.0.5
13922026-07-31T17:20:41.128Z Compiling flagset v0.4.7
13932026-07-31T17:20:41.193Z Compiling rand_core v0.9.5
13942026-07-31T17:20:41.198Z Compiling aws-lc-sys v0.40.0
13952026-07-31T17:20:41.255Z Compiling uuid v1.23.4
13962026-07-31T17:20:41.359Z Compiling base64 v0.22.1
13972026-07-31T17:20:41.473Z Compiling syn v1.0.109
13982026-07-31T17:20:41.645Z Compiling vcpkg v0.2.15
13992026-07-31T17:20:41.684Z Compiling serde_derive_internals v0.29.1
14002026-07-31T17:20:41.873Z Compiling serde_derive v1.0.228
14012026-07-31T17:20:41.897Z Compiling zeroize_derive v1.5.0
14022026-07-31T17:20:41.948Z Compiling zerofrom-derive v0.1.6
14032026-07-31T17:20:42.150Z Compiling zerocopy-derive v0.8.40
14042026-07-31T17:20:42.414Z Compiling yoke-derive v0.8.1
14052026-07-31T17:20:42.550Z Compiling zeroize v1.9.0
14062026-07-31T17:20:42.669Z Compiling zerovec-derive v0.11.2
14072026-07-31T17:20:42.770Z Compiling displaydoc v0.2.5
14082026-07-31T17:20:43.368Z Compiling zerofrom v0.1.6
14092026-07-31T17:20:43.499Z Compiling tokio-macros v2.7.0
14102026-07-31T17:20:43.525Z Compiling futures-macro v0.3.32
14112026-07-31T17:20:43.586Z Compiling yoke v0.8.1
14122026-07-31T17:20:43.770Z Compiling zerotrie v0.2.3
14132026-07-31T17:20:43.785Z Compiling zerovec v0.11.5
14142026-07-31T17:20:43.900Z Compiling crypto-common v0.1.7
14152026-07-31T17:20:44.048Z Compiling block-buffer v0.10.4
14162026-07-31T17:20:44.066Z Compiling der_derive v0.7.3
14172026-07-31T17:20:44.220Z Compiling digest v0.10.7
14182026-07-31T17:20:44.223Z Compiling thiserror-impl v2.0.18
14192026-07-31T17:20:44.292Z Compiling tinystr v0.8.2
14202026-07-31T17:20:44.314Z Compiling potential_utf v0.1.4
14212026-07-31T17:20:44.466Z Compiling icu_locale_core v2.1.1
14222026-07-31T17:20:44.483Z Compiling icu_collections v2.1.1
14232026-07-31T17:20:44.496Z Compiling futures-util v0.3.32
14242026-07-31T17:20:44.950Z Compiling openssl-sys v0.9.115
14252026-07-31T17:20:45.024Z Compiling der v0.7.10
14262026-07-31T17:20:45.344Z Compiling bytes v1.11.1
14272026-07-31T17:20:45.376Z Compiling icu_provider v2.1.1
14282026-07-31T17:20:45.468Z Compiling chrono v0.4.45
14292026-07-31T17:20:45.550Z Compiling thiserror v2.0.18
14302026-07-31T17:20:45.661Z Compiling icu_properties v2.1.2
14312026-07-31T17:20:45.675Z Compiling icu_normalizer v2.1.1
14322026-07-31T17:20:45.965Z Compiling tokio v1.52.1
14332026-07-31T17:20:46.206Z Compiling spki v0.7.3
14342026-07-31T17:20:46.221Z Compiling http v1.4.2
14352026-07-31T17:20:46.407Z Compiling tracing-attributes v0.1.31
14362026-07-31T17:20:46.658Z Compiling idna_adapter v1.2.1
14372026-07-31T17:20:46.746Z Compiling ppv-lite86 v0.2.21
14382026-07-31T17:20:46.772Z Compiling idna v1.1.0
14392026-07-31T17:20:46.794Z Compiling rustc_version v0.4.1
14402026-07-31T17:20:46.842Z Compiling tracing-core v0.1.36
14412026-07-31T17:20:47.098Z Compiling url v2.5.8
14422026-07-31T17:20:47.157Z Compiling rand_chacha v0.9.0
14432026-07-31T17:20:47.171Z Compiling aws-lc-rs v1.16.3
14442026-07-31T17:20:47.440Z Compiling dyn-clone v1.0.20
14452026-07-31T17:20:47.455Z Compiling schemars v0.8.22
14462026-07-31T17:20:47.459Z Compiling cpufeatures v0.2.17
14472026-07-31T17:20:47.543Z Compiling rand v0.9.2
14482026-07-31T17:20:47.575Z Compiling http-body v1.0.1
14492026-07-31T17:20:47.672Z Compiling pkcs8 v0.10.2
14502026-07-31T17:20:47.775Z Compiling tracing v0.1.44
14512026-07-31T17:20:47.791Z Compiling rustls-pki-types v1.14.0
14522026-07-31T17:20:47.853Z Compiling schemars_derive v0.8.22
14532026-07-31T17:20:47.925Z Compiling spin v0.9.8
14542026-07-31T17:20:48.034Z Compiling tinyvec_macros v0.1.1
14552026-07-31T17:20:48.105Z Compiling httparse v1.10.1
14562026-07-31T17:20:48.130Z Compiling openssl-probe v0.2.1
14572026-07-31T17:20:48.242Z Compiling crc32fast v1.5.0
14582026-07-31T17:20:48.295Z Compiling cmov v0.5.4
14592026-07-31T17:20:48.310Z Compiling tempfile v3.25.0
14602026-07-31T17:20:48.482Z Compiling ctutils v0.4.2
14612026-07-31T17:20:48.513Z Compiling tinyvec v1.10.0
14622026-07-31T17:20:48.541Z Compiling pest_generator v2.8.6
14632026-07-31T17:20:48.666Z Compiling sha2 v0.10.9
14642026-07-31T17:20:48.708Z Compiling aho-corasick v1.1.4
14652026-07-31T17:20:48.843Z Compiling tower-layer v0.3.3
14662026-07-31T17:20:49.006Z Compiling radium v0.7.0
14672026-07-31T17:20:49.208Z Compiling try-lock v0.2.5
14682026-07-31T17:20:49.247Z Compiling untrusted v0.7.1
14692026-07-31T17:20:49.316Z Compiling atomic-waker v1.1.2
14702026-07-31T17:20:49.369Z Compiling tower-service v0.3.3
14712026-07-31T17:20:49.439Z Compiling want v0.3.1
14722026-07-31T17:20:49.486Z Compiling regex-automata v0.4.14
14732026-07-31T17:20:49.604Z Compiling pest_derive v2.8.6
14742026-07-31T17:20:49.941Z Compiling tokio-util v0.7.18
14752026-07-31T17:20:50.042Z Compiling hybrid-array v0.4.13
14762026-07-31T17:20:50.522Z Compiling ipnet v2.11.0
14772026-07-31T17:20:50.641Z Compiling h2 v0.4.15
14782026-07-31T17:20:50.799Z Compiling scroll_derive v0.13.1
14792026-07-31T17:20:50.952Z Compiling darling_core v0.20.11
14802026-07-31T17:20:50.999Z Compiling untrusted v0.9.0
14812026-07-31T17:20:51.118Z Compiling simd-adler32 v0.3.8
14822026-07-31T17:20:51.358Z Compiling tap v1.0.1
14832026-07-31T17:20:51.470Z Compiling foreign-types-shared v0.1.1
14842026-07-31T17:20:51.559Z Compiling rustls v0.23.41
14852026-07-31T17:20:51.599Z Compiling maybe-uninit v2.0.0
14862026-07-31T17:20:51.655Z Compiling openssl v0.10.79
14872026-07-31T17:20:51.711Z Compiling httpdate v1.0.3
14882026-07-31T17:20:51.728Z Compiling scroll v0.13.0
14892026-07-31T17:20:51.924Z Compiling foreign-types v0.3.2
14902026-07-31T17:20:51.939Z Compiling wyz v0.5.1
14912026-07-31T17:20:51.994Z Compiling unicode-normalization v0.1.25
14922026-07-31T17:20:52.127Z Compiling rand_chacha v0.3.1
14932026-07-31T17:20:52.173Z Compiling hex v0.4.3
14942026-07-31T17:20:52.413Z Compiling signature v2.2.0
14952026-07-31T17:20:52.443Z Compiling thiserror-impl v1.0.69
14962026-07-31T17:20:52.458Z Compiling openssl-macros v0.1.1
14972026-07-31T17:20:52.593Z Compiling terminal_size v0.4.3
14982026-07-31T17:20:52.734Z Compiling bzip2-sys v0.1.13+1.0.8
14992026-07-31T17:20:52.850Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-07-31T17:20:52.905Z Compiling num-integer v0.1.46
15012026-07-31T17:20:53.009Z Compiling wait-timeout v0.2.1
15022026-07-31T17:20:53.219Z Compiling ahash v0.8.12
15032026-07-31T17:20:53.234Z Compiling num-conv v0.2.0
15042026-07-31T17:20:53.255Z Compiling darling_macro v0.20.11
15052026-07-31T17:20:53.270Z Compiling packed_struct v0.10.1
15062026-07-31T17:20:53.362Z Compiling bit-vec v0.8.0
15072026-07-31T17:20:53.416Z Compiling time-core v0.1.8
15082026-07-31T17:20:53.500Z Compiling funty v2.0.0
15092026-07-31T17:20:53.562Z Compiling num-bigint-dig v0.8.6
15102026-07-31T17:20:53.580Z Compiling adler2 v2.0.1
15112026-07-31T17:20:53.595Z Compiling native-tls v0.2.18
15122026-07-31T17:20:53.677Z Compiling powerfmt v0.2.0
15132026-07-31T17:20:53.710Z Compiling quick-error v1.2.3
15142026-07-31T17:20:53.725Z Compiling darling v0.20.11
15152026-07-31T17:20:53.760Z Compiling thiserror v1.0.69
15162026-07-31T17:20:53.786Z Compiling hyper v1.10.1
15172026-07-31T17:20:53.801Z Compiling rusty-fork v0.3.1
15182026-07-31T17:20:53.814Z Compiling deranged v0.5.8
15192026-07-31T17:20:53.859Z Compiling bitvec v1.0.1
15202026-07-31T17:20:53.893Z Compiling miniz_oxide v0.8.9
15212026-07-31T17:20:54.071Z Compiling time-macros v0.2.27
15222026-07-31T17:20:54.120Z Compiling bit-set v0.8.0
15232026-07-31T17:20:54.335Z Compiling clap_builder v4.6.0
15242026-07-31T17:20:54.778Z Compiling num-iter v0.1.45
15252026-07-31T17:20:54.896Z Compiling hyper-util v0.1.20
15262026-07-31T17:20:55.265Z Compiling rand v0.8.6
15272026-07-31T17:20:55.344Z Compiling goblin v0.10.5
15282026-07-31T17:20:55.621Z Compiling packed_struct_codegen v0.10.1
15292026-07-31T17:20:56.058Z Compiling lazy_static v1.5.0
15302026-07-31T17:20:56.153Z Compiling toml_datetime v0.6.11
15312026-07-31T17:20:56.403Z Compiling serde_spanned v0.6.9
15322026-07-31T17:20:56.550Z Compiling hmac v0.12.1
15332026-07-31T17:20:56.587Z Compiling bitfield-macros v0.19.4
15342026-07-31T17:20:56.662Z Compiling clap_derive v4.6.1
15352026-07-31T17:20:56.704Z Compiling zerocopy-derive v0.6.6
15362026-07-31T17:20:57.305Z Compiling anstyle-parse v0.2.7
15372026-07-31T17:20:57.321Z Compiling rand_xorshift v0.4.0
15382026-07-31T17:20:57.485Z Compiling sync_wrapper v1.0.2
15392026-07-31T17:20:57.485Z Compiling indexmap v1.9.3
15402026-07-31T17:20:57.545Z Compiling crc-catalog v2.4.0
15412026-07-31T17:20:57.593Z Compiling nodrop v0.1.14
15422026-07-31T17:20:57.641Z Compiling zlib-rs v0.6.2
15432026-07-31T17:20:57.681Z Compiling crossbeam-utils v0.8.21
15442026-07-31T17:20:57.694Z Compiling unarray v0.1.4
15452026-07-31T17:20:57.808Z Compiling siphasher v1.0.2
15462026-07-31T17:20:57.973Z Compiling num_threads v0.1.7
15472026-07-31T17:20:57.994Z Compiling paste v1.0.15
15482026-07-31T17:20:58.068Z Compiling usdt-impl v0.6.0
15492026-07-31T17:20:58.109Z Compiling dof v0.4.0
15502026-07-31T17:20:58.311Z Compiling time v0.3.47
15512026-07-31T17:20:58.332Z Compiling proptest v1.11.0
15522026-07-31T17:20:58.464Z Compiling clap v4.6.1
15532026-07-31T17:20:58.565Z Compiling array-init v0.0.4
15542026-07-31T17:20:58.904Z Compiling crc v3.4.0
15552026-07-31T17:20:59.096Z Compiling tower v0.5.3
15562026-07-31T17:20:59.232Z Compiling zerocopy v0.6.6
15572026-07-31T17:20:59.545Z Compiling anstream v0.6.21
15582026-07-31T17:20:59.574Z Compiling bitfield v0.19.4
15592026-07-31T17:20:59.850Z Compiling smallvec v0.6.14
15602026-07-31T17:21:00.049Z Compiling derive_builder_core v0.20.2
15612026-07-31T17:21:00.182Z Compiling dtrace-parser v0.3.0
15622026-07-31T17:21:00.849Z Compiling flate2 v1.1.9
15632026-07-31T17:21:00.869Z Compiling ipnetwork v0.21.1
15642026-07-31T17:21:00.903Z Compiling pkcs1 v0.7.5
15652026-07-31T17:21:00.983Z Compiling http-body-util v0.1.3
15662026-07-31T17:21:01.055Z Compiling heapless v0.7.17
15672026-07-31T17:21:01.224Z Compiling structmeta-derive v0.3.0
15682026-07-31T17:21:01.242Z Compiling scroll_derive v0.12.1
15692026-07-31T17:21:01.245Z Compiling slog v2.8.2
15702026-07-31T17:21:01.289Z Compiling darling_core v0.23.0
15712026-07-31T17:21:01.292Z Compiling thread-id v5.1.0
15722026-07-31T17:21:01.374Z Compiling cookie v0.18.1
15732026-07-31T17:21:01.434Z Compiling env_filter v1.0.0
15742026-07-31T17:21:01.558Z Compiling ryu v1.0.23
15752026-07-31T17:21:01.728Z Compiling iri-string v0.7.10
15762026-07-31T17:21:01.741Z Compiling signal-hook v0.3.18
15772026-07-31T17:21:01.923Z Compiling zstd-safe v7.2.4
15782026-07-31T17:21:01.958Z Compiling unicode-bidi v0.3.18
15792026-07-31T17:21:02.122Z Compiling hashbrown v0.12.3
15802026-07-31T17:21:02.315Z Compiling allocator-api2 v0.2.21
15812026-07-31T17:21:02.491Z Compiling winnow v0.5.40
15822026-07-31T17:21:02.595Z Compiling base64 v0.21.7
15832026-07-31T17:21:02.656Z Compiling unicode-properties v0.1.4
15842026-07-31T17:21:02.865Z Compiling anyhow v1.0.102
15852026-07-31T17:21:02.914Z Compiling tower-http v0.6.8
15862026-07-31T17:21:03.279Z Compiling ron v0.8.1
15872026-07-31T17:21:03.311Z Compiling stringprep v0.1.5
15882026-07-31T17:21:03.744Z Compiling structmeta v0.3.0
15892026-07-31T17:21:03.782Z Compiling toml_edit v0.19.15
15902026-07-31T17:21:03.855Z Compiling darling_macro v0.23.0
15912026-07-31T17:21:03.934Z Compiling scroll v0.12.0
15922026-07-31T17:21:03.952Z Compiling serde_urlencoded v0.7.1
15932026-07-31T17:21:04.193Z Compiling env_logger v0.11.9
15942026-07-31T17:21:04.319Z Compiling rsa v0.9.10
15952026-07-31T17:21:04.337Z Compiling oxnet v0.1.6
15962026-07-31T17:21:04.673Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15972026-07-31T17:21:04.771Z Compiling derive_builder_macro v0.20.2
15982026-07-31T17:21:04.812Z Compiling newtype-uuid v1.3.2
15992026-07-31T17:21:05.142Z Compiling hashbrown v0.13.2
16002026-07-31T17:21:05.244Z Compiling serde-hex v0.1.0
16012026-07-31T17:21:05.282Z Compiling bzip2 v0.4.4
16022026-07-31T17:21:05.490Z Compiling tokio-native-tls v0.3.1
16032026-07-31T17:21:05.623Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16042026-07-31T17:21:05.810Z Compiling camino v1.2.2
16052026-07-31T17:21:06.194Z Compiling bstr v1.12.1
16062026-07-31T17:21:06.394Z Compiling block-padding v0.4.2
16072026-07-31T17:21:06.568Z Compiling crypto-common v0.2.2
16082026-07-31T17:21:06.648Z Compiling block-buffer v0.12.1
16092026-07-31T17:21:06.832Z Compiling rustls-native-certs v0.8.3
16102026-07-31T17:21:06.881Z Compiling curve25519-dalek v4.1.3
16112026-07-31T17:21:07.005Z Compiling x509-cert v0.2.5
16122026-07-31T17:21:07.160Z Compiling erased-serde v0.3.31
16132026-07-31T17:21:07.214Z Compiling serde_tokenstream v0.2.3
16142026-07-31T17:21:07.382Z Compiling md-5 v0.10.6
16152026-07-31T17:21:07.533Z Compiling async-trait v0.1.89
16162026-07-31T17:21:07.551Z Compiling zerocopy-derive v0.7.35
16172026-07-31T17:21:07.693Z Compiling pin-project-internal v1.1.11
16182026-07-31T17:21:08.325Z Compiling daft-derive v0.1.7
16192026-07-31T17:21:08.428Z Compiling vergen-lib v9.1.0
16202026-07-31T17:21:08.549Z Compiling hash32 v0.2.1
16212026-07-31T17:21:08.608Z Compiling memoffset v0.9.1
16222026-07-31T17:21:08.623Z Compiling encoding_rs v0.8.35
16232026-07-31T17:21:08.741Z Compiling crc-any v2.5.0
16242026-07-31T17:21:08.756Z Compiling litrs v1.0.0
16252026-07-31T17:21:08.798Z Compiling rustix v0.38.44
16262026-07-31T17:21:08.963Z Compiling fallible-iterator v0.2.0
16272026-07-31T17:21:09.043Z Compiling psl-types v2.0.11
16282026-07-31T17:21:09.134Z Compiling smoltcp v0.9.1
16292026-07-31T17:21:09.167Z Compiling mime v0.3.17
16302026-07-31T17:21:09.251Z Compiling ref-cast v1.0.25
16312026-07-31T17:21:09.278Z Compiling cfg_aliases v0.2.1
16322026-07-31T17:21:09.301Z Compiling document-features v0.2.12
16332026-07-31T17:21:09.304Z Compiling postgres-protocol v0.6.10
16342026-07-31T17:21:09.350Z Compiling nix v0.31.2
16352026-07-31T17:21:09.422Z Compiling publicsuffix v2.3.0
16362026-07-31T17:21:09.563Z Compiling daft v0.1.7
16372026-07-31T17:21:09.586Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16382026-07-31T17:21:09.697Z Compiling pin-project v1.1.11
16392026-07-31T17:21:09.822Z Compiling zerocopy v0.7.35
16402026-07-31T17:21:09.873Z Compiling inout v0.2.2
16412026-07-31T17:21:09.927Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16422026-07-31T17:21:10.072Z Compiling hyper-tls v0.6.0
16432026-07-31T17:21:10.098Z Compiling object v0.30.4
16442026-07-31T17:21:10.173Z Compiling zip v0.6.6
16452026-07-31T17:21:10.194Z Compiling derive_builder v0.20.2
16462026-07-31T17:21:10.217Z Compiling toml v0.7.8
16472026-07-31T17:21:10.313Z Compiling darling v0.23.0
16482026-07-31T17:21:10.394Z Compiling goblin v0.8.2
16492026-07-31T17:21:10.461Z Compiling derive-ex v0.1.8
16502026-07-31T17:21:10.871Z Compiling phf_shared v0.13.1
16512026-07-31T17:21:11.017Z Compiling regex v1.12.3
16522026-07-31T17:21:11.113Z Compiling hubpack_derive v0.1.1
16532026-07-31T17:21:11.141Z Compiling futures-executor v0.3.32
16542026-07-31T17:21:11.397Z Compiling curve25519-dalek-derive v0.1.1
16552026-07-31T17:21:11.438Z Compiling snafu-derive v0.8.9
16562026-07-31T17:21:11.564Z Compiling ref-cast-impl v1.0.25
16572026-07-31T17:21:12.087Z Compiling strum_macros v0.27.2
16582026-07-31T17:21:12.142Z Compiling vergen v9.1.0
16592026-07-31T17:21:12.157Z Compiling cargo-platform v0.3.2
16602026-07-31T17:21:12.323Z Compiling ff v0.13.1
16612026-07-31T17:21:12.434Z Compiling fs-err v3.3.0
16622026-07-31T17:21:12.464Z Compiling same-file v1.0.6
16632026-07-31T17:21:12.622Z Compiling foldhash v0.1.5
16642026-07-31T17:21:12.636Z Compiling bitflags v1.3.2
16652026-07-31T17:21:12.713Z Compiling jiff-core v0.1.0
16662026-07-31T17:21:12.797Z Compiling unicode-segmentation v1.12.0
16672026-07-31T17:21:12.998Z Compiling managed v0.8.0
16682026-07-31T17:21:13.178Z Compiling path-slash v0.1.5
16692026-07-31T17:21:13.212Z Compiling bumpalo v3.20.2
16702026-07-31T17:21:13.308Z Compiling foldhash v0.2.0
16712026-07-31T17:21:13.331Z Compiling base16ct v0.2.0
16722026-07-31T17:21:13.464Z Compiling libbz2-rs-sys v0.2.2
16732026-07-31T17:21:13.508Z Compiling object v0.37.3
16742026-07-31T17:21:13.525Z Compiling hashbrown v0.16.1
16752026-07-31T17:21:13.787Z Compiling sec1 v0.7.3
16762026-07-31T17:21:13.818Z Compiling jiff v0.2.34
16772026-07-31T17:21:13.843Z Compiling zopfli v0.8.3
16782026-07-31T17:21:14.045Z Compiling strum v0.27.2
16792026-07-31T17:21:14.060Z Compiling bzip2 v0.6.1
16802026-07-31T17:21:14.102Z Compiling snafu v0.8.9
16812026-07-31T17:21:14.138Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16822026-07-31T17:21:14.257Z Compiling hashbrown v0.15.5
16832026-07-31T17:21:14.486Z Compiling walkdir v2.5.0
16842026-07-31T17:21:14.544Z Compiling dof v0.3.0
16852026-07-31T17:21:14.788Z Compiling group v0.13.0
16862026-07-31T17:21:14.805Z Compiling cargo_metadata v0.23.1
16872026-07-31T17:21:14.985Z Compiling test-strategy v0.4.5
16882026-07-31T17:21:15.251Z Compiling hubpack v0.1.2
16892026-07-31T17:21:15.488Z Compiling futures v0.3.32
16902026-07-31T17:21:15.519Z Compiling phf v0.13.1
16912026-07-31T17:21:15.677Z Compiling signal-hook-mio v0.2.5
16922026-07-31T17:21:15.799Z Compiling cookie_store v0.22.1
16932026-07-31T17:21:15.911Z Compiling zstd v0.13.3
16942026-07-31T17:21:16.156Z Compiling serde_with_macros v3.21.0
16952026-07-31T17:21:16.174Z Compiling reqwest v0.12.28
16962026-07-31T17:21:16.449Z Compiling cipher v0.5.2
16972026-07-31T17:21:16.577Z Compiling postgres-types v0.2.12
16982026-07-31T17:21:17.174Z Compiling usdt-attr-macro v0.6.0
16992026-07-31T17:21:17.322Z Compiling usdt-macro v0.6.0
17002026-07-31T17:21:17.357Z Compiling globset v0.4.18
17012026-07-31T17:21:17.930Z Compiling phf_shared v0.11.3
17022026-07-31T17:21:17.991Z Compiling hkdf v0.12.4
17032026-07-31T17:21:18.031Z Compiling dtrace-parser v0.2.0
17042026-07-31T17:21:18.065Z Compiling ed25519 v2.2.3
17052026-07-31T17:21:18.094Z Compiling byte-wrapper v0.1.0
17062026-07-31T17:21:18.113Z Compiling olpc-cjson v0.1.4
17072026-07-31T17:21:18.156Z Compiling serde-big-array v0.5.1
17082026-07-31T17:21:18.269Z Compiling serde_plain v1.0.2
17092026-07-31T17:21:18.301Z Compiling crypto-bigint v0.5.5
17102026-07-31T17:21:18.415Z Compiling serde_repr v0.1.20
17112026-07-31T17:21:18.464Z Compiling strum_macros v0.26.4
17122026-07-31T17:21:18.686Z Compiling enum-as-inner v0.6.1
17132026-07-31T17:21:18.760Z Compiling async-recursion v1.1.1
17142026-07-31T17:21:18.953Z Compiling pem v3.0.6
17152026-07-31T17:21:18.958Z Compiling float-cmp v0.10.0
17162026-07-31T17:21:19.105Z Compiling memmap2 v0.9.10
17172026-07-31T17:21:19.195Z Compiling thread-id v4.2.2
17182026-07-31T17:21:19.282Z Compiling fixedbitset v0.5.7
17192026-07-31T17:21:19.297Z Compiling keccak v0.1.6
17202026-07-31T17:21:19.319Z Compiling normalize-line-endings v0.3.0
17212026-07-31T17:21:19.414Z Compiling typed-path v0.9.3
17222026-07-31T17:21:19.417Z Compiling predicates-core v1.0.10
17232026-07-31T17:21:19.584Z Compiling const-oid v0.10.2
17242026-07-31T17:21:19.609Z Compiling difflib v0.4.0
17252026-07-31T17:21:19.790Z Compiling either v1.15.0
17262026-07-31T17:21:19.992Z Compiling new_debug_unreachable v1.0.6
17272026-07-31T17:21:20.007Z Compiling fixedbitset v0.4.2
17282026-07-31T17:21:20.043Z Compiling data-encoding v2.10.0
17292026-07-31T17:21:20.128Z Compiling whoami v2.1.0
17302026-07-31T17:21:20.158Z Compiling cpufeatures v0.3.0
17312026-07-31T17:21:20.194Z Compiling precomputed-hash v0.1.1
17322026-07-31T17:21:20.221Z Compiling static_assertions v1.1.0
17332026-07-31T17:21:20.236Z Compiling winnow v1.0.3
17342026-07-31T17:21:20.284Z Compiling toml_edit v0.22.27
17352026-07-31T17:21:20.299Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17362026-07-31T17:21:20.431Z Compiling hickory-proto v0.25.2
17372026-07-31T17:21:20.446Z Compiling tokio-postgres v0.7.16
17382026-07-31T17:21:20.590Z Compiling toml_parser v1.1.2+spec-1.1.0
17392026-07-31T17:21:20.623Z Compiling string_cache v0.8.9
17402026-07-31T17:21:20.726Z Compiling chacha20 v0.10.0
17412026-07-31T17:21:20.844Z Compiling strum v0.26.3
17422026-07-31T17:21:20.977Z Compiling petgraph v0.6.5
17432026-07-31T17:21:21.094Z Compiling itertools v0.13.0
17442026-07-31T17:21:21.223Z Compiling predicates v3.1.4
17452026-07-31T17:21:21.850Z Compiling digest v0.11.3
17462026-07-31T17:21:22.082Z Compiling petgraph v0.8.3
17472026-07-31T17:21:22.389Z Compiling sha3 v0.10.8
17482026-07-31T17:21:22.532Z Compiling elliptic-curve v0.13.8
17492026-07-31T17:21:22.716Z Compiling usdt v0.6.0
17502026-07-31T17:21:22.874Z Compiling usdt-impl v0.5.0
17512026-07-31T17:21:22.955Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17522026-07-31T17:21:22.989Z Compiling ed25519-dalek v2.2.0
17532026-07-31T17:21:23.064Z Compiling crossterm v0.28.1
17542026-07-31T17:21:23.167Z Compiling serde_with v3.21.0
17552026-07-31T17:21:23.501Z Compiling zip v4.6.1
17562026-07-31T17:21:24.317Z Compiling iddqd v0.4.2
17572026-07-31T17:21:24.464Z Compiling similar v2.7.0
17582026-07-31T17:21:24.832Z Compiling heck v0.4.1
17592026-07-31T17:21:24.954Z Compiling crossbeam-epoch v0.9.18
17602026-07-31T17:21:25.061Z Compiling tokio-stream v0.1.18
17612026-07-31T17:21:25.117Z Compiling buf-list v1.1.2
17622026-07-31T17:21:25.138Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-07-31T17:21:25.276Z Compiling openapiv3 v2.2.0
17642026-07-31T17:21:25.320Z Compiling peg-runtime v0.8.5
17652026-07-31T17:21:25.387Z Compiling lalrpop-util v0.19.12
17662026-07-31T17:21:25.435Z Compiling thread_local v1.1.9
17672026-07-31T17:21:25.516Z Compiling slog-async v2.8.0
17682026-07-31T17:21:25.582Z Compiling crossbeam-channel v0.5.15
17692026-07-31T17:21:25.595Z Compiling filetime v0.2.27
17702026-07-31T17:21:25.599Z Compiling is-terminal v0.4.17
17712026-07-31T17:21:25.681Z Compiling take_mut v0.2.2
17722026-07-31T17:21:25.705Z Compiling xattr v1.6.1
17732026-07-31T17:21:25.765Z Compiling term v1.2.1
17742026-07-31T17:21:25.796Z Compiling camino-tempfile v1.4.1
17752026-07-31T17:21:25.824Z Compiling tar v0.4.46
17762026-07-31T17:21:26.031Z Compiling slog-term v2.9.2
17772026-07-31T17:21:32.516Z Compiling rustls-webpki v0.103.13
17782026-07-31T17:21:35.229Z Compiling tokio-rustls v0.26.4
17792026-07-31T17:21:35.229Z Compiling rustls-platform-verifier v0.6.2
17802026-07-31T17:21:35.229Z Compiling tough v0.22.0
17812026-07-31T17:21:35.430Z Compiling hyper-rustls v0.27.7
17822026-07-31T17:21:35.629Z Compiling reqwest v0.13.2
17832026-07-31T17:21:37.912Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-07-31T17:21:38.126Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-07-31T17:21:41.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17862026-07-31T17:21:41.223Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17872026-07-31T17:21:41.281ZJul 31 17:21:39.792 INFO Starting download, target: Clickhouse
17882026-07-31T17:21:41.281ZJul 31 17:21:39.793 INFO Starting download, target: Console
17892026-07-31T17:21:41.281ZJul 31 17:21:39.793 INFO Starting download, target: Cockroach
17902026-07-31T17:21:41.281ZJul 31 17:21:39.793 INFO Starting download, target: DendriteStub
17912026-07-31T17:21:41.285ZJul 31 17:21:39.793 INFO Starting download, target: MaghemiteMgd
17922026-07-31T17:21:41.285ZJul 31 17:21:39.793 INFO Starting download, target: MaghemiteDdmd
17932026-07-31T17:21:41.285ZJul 31 17:21:39.793 INFO Starting download, target: TransceiverControl
17942026-07-31T17:21:41.285ZJul 31 17:21:39.793 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17952026-07-31T17:21:41.285ZJul 31 17:21:39.793 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17962026-07-31T17:21:41.285ZJul 31 17:21:39.793 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17972026-07-31T17:21:41.285ZJul 31 17:21:39.793 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17982026-07-31T17:21:41.285ZJul 31 17:21:39.793 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17992026-07-31T17:21:41.285ZJul 31 17:21:39.793 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18002026-07-31T17:21:41.285ZJul 31 17:21:39.793 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18012026-07-31T17:21:41.573ZJul 31 17:21:40.085 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18022026-07-31T17:21:41.794ZJul 31 17:21:40.297 INFO Download complete, target: TransceiverControl
18032026-07-31T17:21:42.991ZJul 31 17:21:41.500 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18042026-07-31T17:21:42.994ZJul 31 17:21:41.505 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18052026-07-31T17:21:43.133ZJul 31 17:21:41.634 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18062026-07-31T17:21:43.342ZJul 31 17:21:41.843 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18072026-07-31T17:21:43.398ZJul 31 17:21:41.909 INFO Download complete, target: Console
18082026-07-31T17:21:43.442ZJul 31 17:21:41.954 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18092026-07-31T17:21:43.494ZJul 31 17:21:42.006 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18102026-07-31T17:21:43.494ZJul 31 17:21:42.006 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18112026-07-31T17:21:44.897ZJul 31 17:21:43.409 INFO Download complete, target: MaghemiteDdmd
18122026-07-31T17:21:45.545ZJul 31 17:21:44.057 INFO Download complete, target: DendriteStub
18132026-07-31T17:21:45.964ZJul 31 17:21:44.474 INFO Download complete, target: MaghemiteMgd
18142026-07-31T17:21:48.261ZJul 31 17:21:46.773 INFO Checking that binary works, target: Cockroach
18152026-07-31T17:21:48.373ZJul 31 17:21:46.886 INFO Download complete, target: Cockroach
18162026-07-31T17:21:50.254ZJul 31 17:21:48.766 INFO Checking that binary works, target: Clickhouse
18172026-07-31T17:21:50.386ZJul 31 17:21:48.897 INFO Download complete, target: Clickhouse
18182026-07-31T17:21:50.402ZAll builder prerequisites installed successfully, and PATH looks valid
18192026-07-31T17:21:50.405Z
18202026-07-31T17:21:50.405Zreal 2:11.254857253
18212026-07-31T17:21:50.405Zuser 7:09.856831563
18222026-07-31T17:21:50.405Zsys 1:25.384449287
18232026-07-31T17:21:50.405Ztrap 0.252458941
18242026-07-31T17:21:50.405Ztflt 0.566720153
18252026-07-31T17:21:50.405Zdflt 0.829640001
18262026-07-31T17:21:50.405Zkflt 0.022469944
18272026-07-31T17:21:50.405Zlock 27:14.180924542
18282026-07-31T17:21:50.405Zslp 21:39.406485114
18292026-07-31T17:21:50.405Zlat 46.256471951
18302026-07-31T17:21:50.405Zstop 2:43.825641968
18312026-07-31T17:21:50.405Z+ banner hack-check
18322026-07-31T17:21:50.405Z
18332026-07-31T17:21:50.405Z # # ## #### # # #### # # ###### #### # #
18342026-07-31T17:21:50.405Z # # # # # # # # # # # # # # # # #
18352026-07-31T17:21:50.405Z ###### # # # #### ##### # ###### ##### # ####
18362026-07-31T17:21:50.405Z # # ###### # # # # # # # # # #
18372026-07-31T17:21:50.405Z # # # # # # # # # # # # # # # # #
18382026-07-31T17:21:50.405Z # # # # #### # # #### # # ###### #### # #
18392026-07-31T17:21:50.405Z
18402026-07-31T17:21:50.405Z+ export CARGO_INCREMENTAL=0
18412026-07-31T17:21:50.405Z+ CARGO_INCREMENTAL=0
18422026-07-31T17:21:50.405Z+ ptime -m timeout 2h cargo xtask check-features --ci
18432026-07-31T17:21:50.888Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18442026-07-31T17:21:51.175Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18452026-07-31T17:21:52.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
18462026-07-31T17:21:53.054Z Running `target/debug/xtask check-features --ci`
18472026-07-31T17:21:53.080Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18482026-07-31T17:21:53.084Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18492026-07-31T17:21:53.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18502026-07-31T17:21:53.532Z Running `target/debug/xtask download cargo-hack`
18512026-07-31T17:21:54.310Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18522026-07-31T17:21:54.619Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18532026-07-31T17:21:57.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
18542026-07-31T17:21:57.360Z Running `target/debug/xtask-downloader cargo-hack`
18552026-07-31T17:21:57.402ZJul 31 17:21:55.914 INFO Starting download, target: CargoHack
18562026-07-31T17:21:57.406ZJul 31 17:21:55.915 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18572026-07-31T17:21:57.754ZJul 31 17:21:56.266 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18582026-07-31T17:21:57.806ZJul 31 17:21:56.317 INFO Download complete, target: CargoHack
18592026-07-31T17:21:57.808Zrunning: "/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"
18602026-07-31T17:21:57.821Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18612026-07-31T17:21:57.979Zinfo: running `cargo check --bins` on api_identity (1/303)
18622026-07-31T17:21:58.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-07-31T17:21:58.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-07-31T17:21:58.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-07-31T17:21:58.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18662026-07-31T17:21:58.527Z
18672026-07-31T17:21:58.527Zinfo: running `cargo check --bins` on bootstore (2/303)
18682026-07-31T17:21:58.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-07-31T17:21:58.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-07-31T17:21:58.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-07-31T17:21:59.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18722026-07-31T17:21:59.078Z
18732026-07-31T17:21:59.078Zinfo: running `cargo check --bins` on omicron-ledger (3/303)
18742026-07-31T17:21:59.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-07-31T17:21:59.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-07-31T17:21:59.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-07-31T17:21:59.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18782026-07-31T17:21:59.621Z
18792026-07-31T17:21:59.621Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/303)
18802026-07-31T17:22:00.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-07-31T17:22:00.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-07-31T17:22:00.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-07-31T17:22:00.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18842026-07-31T17:22:00.166Z
18852026-07-31T17:22:00.166Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/303)
18862026-07-31T17:22:00.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-07-31T17:22:00.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-07-31T17:22:00.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-07-31T17:22:00.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18902026-07-31T17:22:00.719Z
18912026-07-31T17:22:00.719Zinfo: running `cargo check --bins` on omicron-certificates (6/303)
18922026-07-31T17:22:01.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-07-31T17:22:01.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-07-31T17:22:01.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-07-31T17:22:01.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18962026-07-31T17:22:01.285Z
18972026-07-31T17:22:01.286Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/303)
18982026-07-31T17:22:01.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-07-31T17:22:01.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-07-31T17:22:01.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-07-31T17:22:01.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19022026-07-31T17:22:01.845Z
19032026-07-31T17:22:01.846Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/303)
19042026-07-31T17:22:02.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-07-31T17:22:02.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-07-31T17:22:02.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-07-31T17:22:02.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19082026-07-31T17:22:02.401Z
19092026-07-31T17:22:02.401Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/303)
19102026-07-31T17:22:02.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-07-31T17:22:02.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-07-31T17:22:02.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-07-31T17:22:02.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19142026-07-31T17:22:02.816Z
19152026-07-31T17:22:02.816Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/303)
19162026-07-31T17:22:03.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-07-31T17:22:03.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-07-31T17:22:03.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-07-31T17:22:03.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19202026-07-31T17:22:03.233Z
19212026-07-31T17:22:03.233Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/303)
19222026-07-31T17:22:03.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-07-31T17:22:03.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-07-31T17:22:03.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-07-31T17:22:03.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19262026-07-31T17:22:03.653Z
19272026-07-31T17:22:03.653Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/303)
19282026-07-31T17:22:04.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-07-31T17:22:04.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-07-31T17:22:04.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-07-31T17:22:04.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19322026-07-31T17:22:04.071Z
19332026-07-31T17:22:04.071Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/303)
19342026-07-31T17:22:04.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-07-31T17:22:04.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-07-31T17:22:04.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-07-31T17:22:04.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-07-31T17:22:04.490Z
19392026-07-31T17:22:04.490Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/303)
19402026-07-31T17:22:04.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-07-31T17:22:04.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-07-31T17:22:04.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-07-31T17:22:04.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-07-31T17:22:04.908Z
19452026-07-31T17:22:04.908Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/303)
19462026-07-31T17:22:05.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-07-31T17:22:05.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-07-31T17:22:05.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-07-31T17:22:05.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-07-31T17:22:05.320Z
19512026-07-31T17:22:05.320Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/303)
19522026-07-31T17:22:05.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-07-31T17:22:05.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-07-31T17:22:05.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-07-31T17:22:05.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-07-31T17:22:05.733Z
19572026-07-31T17:22:05.733Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/303)
19582026-07-31T17:22:06.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-07-31T17:22:06.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-07-31T17:22:06.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-07-31T17:22:06.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-07-31T17:22:06.149Z
19632026-07-31T17:22:06.149Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/303)
19642026-07-31T17:22:06.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-07-31T17:22:06.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-07-31T17:22:06.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-07-31T17:22:06.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-07-31T17:22:06.569Z
19692026-07-31T17:22:06.569Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/303)
19702026-07-31T17:22:06.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-07-31T17:22:06.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-07-31T17:22:06.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-07-31T17:22:06.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-07-31T17:22:06.988Z
19752026-07-31T17:22:06.988Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/303)
19762026-07-31T17:22:07.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-07-31T17:22:07.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-07-31T17:22:07.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-07-31T17:22:07.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-07-31T17:22:07.413Z
19812026-07-31T17:22:07.413Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/303)
19822026-07-31T17:22:07.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-07-31T17:22:07.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-07-31T17:22:07.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-07-31T17:22:07.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-07-31T17:22:07.830Z
19872026-07-31T17:22:07.830Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/303)
19882026-07-31T17:22:08.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-07-31T17:22:08.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-07-31T17:22:08.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-07-31T17:22:08.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-07-31T17:22:08.247Z
19932026-07-31T17:22:08.247Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/303)
19942026-07-31T17:22:08.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-07-31T17:22:08.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-07-31T17:22:08.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-07-31T17:22:08.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-07-31T17:22:08.669Z
19992026-07-31T17:22:08.669Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/303)
20002026-07-31T17:22:09.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-07-31T17:22:09.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-07-31T17:22:09.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-07-31T17:22:09.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-07-31T17:22:09.085Z
20052026-07-31T17:22:09.085Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/303)
20062026-07-31T17:22:09.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-07-31T17:22:09.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-07-31T17:22:09.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-07-31T17:22:09.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-07-31T17:22:09.501Z
20112026-07-31T17:22:09.501Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/303)
20122026-07-31T17:22:09.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-07-31T17:22:09.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-07-31T17:22:09.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-07-31T17:22:09.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-07-31T17:22:09.918Z
20172026-07-31T17:22:09.918Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/303)
20182026-07-31T17:22:10.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-07-31T17:22:10.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-07-31T17:22:10.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-07-31T17:22:10.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-07-31T17:22:10.337Z
20232026-07-31T17:22:10.337Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/303)
20242026-07-31T17:22:10.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-07-31T17:22:10.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-07-31T17:22:10.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-07-31T17:22:10.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-07-31T17:22:10.757Z
20292026-07-31T17:22:10.757Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/303)
20302026-07-31T17:22:11.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-07-31T17:22:11.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-07-31T17:22:11.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-07-31T17:22:11.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-07-31T17:22:11.182Z
20352026-07-31T17:22:11.182Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/303)
20362026-07-31T17:22:11.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-07-31T17:22:11.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-07-31T17:22:11.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-07-31T17:22:11.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-07-31T17:22:11.593Z
20412026-07-31T17:22:11.593Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/303)
20422026-07-31T17:22:11.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-07-31T17:22:11.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-07-31T17:22:11.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-07-31T17:22:11.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-07-31T17:22:12.006Z
20472026-07-31T17:22:12.006Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/303)
20482026-07-31T17:22:12.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-07-31T17:22:12.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-07-31T17:22:12.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-07-31T17:22:12.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-07-31T17:22:12.422Z
20532026-07-31T17:22:12.422Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/303)
20542026-07-31T17:22:12.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-07-31T17:22:12.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-07-31T17:22:12.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-07-31T17:22:12.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-07-31T17:22:12.834Z
20592026-07-31T17:22:12.834Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/303)
20602026-07-31T17:22:13.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-07-31T17:22:13.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-07-31T17:22:13.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-07-31T17:22:13.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-07-31T17:22:13.248Z
20652026-07-31T17:22:13.248Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/303)
20662026-07-31T17:22:13.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-07-31T17:22:13.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-07-31T17:22:13.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-07-31T17:22:13.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-07-31T17:22:13.661Z
20712026-07-31T17:22:13.661Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/303)
20722026-07-31T17:22:14.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-07-31T17:22:14.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-07-31T17:22:14.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-07-31T17:22:14.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-07-31T17:22:14.076Z
20772026-07-31T17:22:14.076Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/303)
20782026-07-31T17:22:14.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-07-31T17:22:14.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-07-31T17:22:14.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-07-31T17:22:14.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-07-31T17:22:14.489Z
20832026-07-31T17:22:14.489Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/303)
20842026-07-31T17:22:14.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-07-31T17:22:14.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-07-31T17:22:14.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-07-31T17:22:14.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-07-31T17:22:14.904Z
20892026-07-31T17:22:14.904Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/303)
20902026-07-31T17:22:15.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-07-31T17:22:15.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-07-31T17:22:15.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-07-31T17:22:15.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-07-31T17:22:15.317Z
20952026-07-31T17:22:15.317Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/303)
20962026-07-31T17:22:15.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-07-31T17:22:15.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-07-31T17:22:15.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-07-31T17:22:15.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-07-31T17:22:15.737Z
21012026-07-31T17:22:15.737Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/303)
21022026-07-31T17:22:16.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-07-31T17:22:16.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-07-31T17:22:16.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-07-31T17:22:16.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-07-31T17:22:16.156Z
21072026-07-31T17:22:16.156Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/303)
21082026-07-31T17:22:16.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-07-31T17:22:16.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-07-31T17:22:16.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-07-31T17:22:16.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-07-31T17:22:16.573Z
21132026-07-31T17:22:16.573Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/303)
21142026-07-31T17:22:16.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-07-31T17:22:16.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-07-31T17:22:16.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-07-31T17:22:16.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-07-31T17:22:16.989Z
21192026-07-31T17:22:16.989Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/303)
21202026-07-31T17:22:17.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-07-31T17:22:17.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-07-31T17:22:17.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-07-31T17:22:17.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-07-31T17:22:17.405Z
21252026-07-31T17:22:17.405Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/303)
21262026-07-31T17:22:17.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-07-31T17:22:17.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-07-31T17:22:17.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-07-31T17:22:17.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-07-31T17:22:17.820Z
21312026-07-31T17:22:17.820Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/303)
21322026-07-31T17:22:18.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-07-31T17:22:18.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-07-31T17:22:18.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-07-31T17:22:18.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-07-31T17:22:18.238Z
21372026-07-31T17:22:18.238Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/303)
21382026-07-31T17:22:18.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-07-31T17:22:18.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-07-31T17:22:18.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-07-31T17:22:18.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-07-31T17:22:18.659Z
21432026-07-31T17:22:18.659Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/303)
21442026-07-31T17:22:19.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-07-31T17:22:19.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-07-31T17:22:19.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-07-31T17:22:19.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-07-31T17:22:19.078Z
21492026-07-31T17:22:19.078Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/303)
21502026-07-31T17:22:19.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-07-31T17:22:19.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-07-31T17:22:19.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-07-31T17:22:19.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21542026-07-31T17:22:19.676Z
21552026-07-31T17:22:19.676Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/303)
21562026-07-31T17:22:20.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-07-31T17:22:20.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-07-31T17:22:20.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-07-31T17:22:20.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21602026-07-31T17:22:20.275Z
21612026-07-31T17:22:20.275Zinfo: running `cargo check --bins` on nexus-config (51/303)
21622026-07-31T17:22:20.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-07-31T17:22:20.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-07-31T17:22:20.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-07-31T17:22:20.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21662026-07-31T17:22:20.866Z
21672026-07-31T17:22:20.866Zinfo: running `cargo check --bins` on nexus-types (52/303)
21682026-07-31T17:22:21.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-07-31T17:22:21.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-07-31T17:22:21.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-07-31T17:22:21.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21722026-07-31T17:22:21.467Z
21732026-07-31T17:22:21.468Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/303)
21742026-07-31T17:22:21.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-07-31T17:22:21.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-07-31T17:22:21.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-07-31T17:22:21.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21782026-07-31T17:22:22.032Z
21792026-07-31T17:22:22.032Zinfo: running `cargo check --bins` on omicron-passwords (54/303)
21802026-07-31T17:22:22.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-07-31T17:22:22.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-07-31T17:22:22.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-07-31T17:22:22.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21842026-07-31T17:22:22.574Z
21852026-07-31T17:22:22.574Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/303)
21862026-07-31T17:22:23.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-07-31T17:22:23.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-07-31T17:22:23.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-07-31T17:22:23.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21902026-07-31T17:22:23.141Z
21912026-07-31T17:22:23.141Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/303)
21922026-07-31T17:22:23.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-07-31T17:22:23.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-07-31T17:22:23.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-07-31T17:22:23.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21962026-07-31T17:22:23.713Z
21972026-07-31T17:22:23.713Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/303)
21982026-07-31T17:22:24.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-07-31T17:22:24.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-07-31T17:22:24.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-07-31T17:22:24.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22022026-07-31T17:22:24.279Z
22032026-07-31T17:22:24.279Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/303)
22042026-07-31T17:22:24.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-07-31T17:22:24.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-07-31T17:22:24.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-07-31T17:22:24.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22082026-07-31T17:22:24.845Z
22092026-07-31T17:22:24.845Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/303)
22102026-07-31T17:22:25.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-07-31T17:22:25.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-07-31T17:22:25.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-07-31T17:22:25.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22142026-07-31T17:22:25.398Z
22152026-07-31T17:22:25.398Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/303)
22162026-07-31T17:22:25.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-07-31T17:22:25.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-07-31T17:22:25.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-07-31T17:22:25.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22202026-07-31T17:22:25.950Z
22212026-07-31T17:22:25.950Zinfo: running `cargo check --bins --no-default-features` on gfss (61/303)
22222026-07-31T17:22:26.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-07-31T17:22:26.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-07-31T17:22:26.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-07-31T17:22:26.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22262026-07-31T17:22:26.495Z
22272026-07-31T17:22:26.496Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/303)
22282026-07-31T17:22:26.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-07-31T17:22:26.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-07-31T17:22:26.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-07-31T17:22:26.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22322026-07-31T17:22:27.043Z
22332026-07-31T17:22:27.043Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/303)
22342026-07-31T17:22:27.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-07-31T17:22:27.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-07-31T17:22:27.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-07-31T17:22:27.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22382026-07-31T17:22:27.606Z
22392026-07-31T17:22:27.606Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/303)
22402026-07-31T17:22:28.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-07-31T17:22:28.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-07-31T17:22:28.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-07-31T17:22:28.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22442026-07-31T17:22:28.172Z
22452026-07-31T17:22:28.172Zinfo: running `cargo check --bins` on cockroach-admin-types (65/303)
22462026-07-31T17:22:28.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-07-31T17:22:28.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-07-31T17:22:28.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-07-31T17:22:28.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22502026-07-31T17:22:28.721Z
22512026-07-31T17:22:28.721Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/303)
22522026-07-31T17:22:29.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-07-31T17:22:29.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-07-31T17:22:29.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-07-31T17:22:29.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-07-31T17:22:29.272Z
22572026-07-31T17:22:29.272Zinfo: running `cargo check --bins` on ereport-types (67/303)
22582026-07-31T17:22:29.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-07-31T17:22:29.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-07-31T17:22:29.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-07-31T17:22:29.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22622026-07-31T17:22:29.835Z
22632026-07-31T17:22:29.835Zinfo: running `cargo check --bins` on gateway-client (68/303)
22642026-07-31T17:22:30.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-07-31T17:22:30.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-07-31T17:22:30.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-07-31T17:22:30.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22682026-07-31T17:22:30.393Z
22692026-07-31T17:22:30.393Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/303)
22702026-07-31T17:22:30.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-07-31T17:22:30.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-07-31T17:22:30.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-07-31T17:22:30.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22742026-07-31T17:22:30.952Z
22752026-07-31T17:22:30.952Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/303)
22762026-07-31T17:22:31.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-07-31T17:22:31.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-07-31T17:22:31.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-07-31T17:22:31.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22802026-07-31T17:22:31.511Z
22812026-07-31T17:22:31.511Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/303)
22822026-07-31T17:22:31.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-07-31T17:22:31.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-07-31T17:22:31.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-07-31T17:22:31.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22862026-07-31T17:22:32.070Z
22872026-07-31T17:22:32.070Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/303)
22882026-07-31T17:22:32.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-07-31T17:22:32.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-07-31T17:22:32.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-07-31T17:22:32.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22922026-07-31T17:22:32.629Z
22932026-07-31T17:22:32.629Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/303)
22942026-07-31T17:22:33.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-07-31T17:22:33.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-07-31T17:22:33.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-07-31T17:22:33.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22982026-07-31T17:22:33.203Z
22992026-07-31T17:22:33.204Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/303)
23002026-07-31T17:22:33.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-07-31T17:22:33.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-07-31T17:22:33.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-07-31T17:22:33.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23042026-07-31T17:22:33.780Z
23052026-07-31T17:22:33.780Zinfo: running `cargo check --bins` on key-manager-types (75/303)
23062026-07-31T17:22:34.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-07-31T17:22:34.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-07-31T17:22:34.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-07-31T17:22:34.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23102026-07-31T17:22:34.329Z
23112026-07-31T17:22:34.329Zinfo: running `cargo check --bins` on oxlog (76/303)
23122026-07-31T17:22:34.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-07-31T17:22:34.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-07-31T17:22:34.923Z Checking cfg-if v1.0.4
23152026-07-31T17:22:35.026Z Checking libc v0.2.185
23162026-07-31T17:22:35.030Z Checking serde_core v1.0.228
23172026-07-31T17:22:35.040Z Checking memchr v2.8.0
23182026-07-31T17:22:35.047Z Checking zeroize v1.9.0
23192026-07-31T17:22:35.055Z Checking log v0.4.29
23202026-07-31T17:22:35.055Z Checking smallvec v1.15.1
23212026-07-31T17:22:35.075Z Checking subtle v2.6.1
23222026-07-31T17:22:35.085Z Checking itoa v1.0.17
23232026-07-31T17:22:35.192Z Checking scopeguard v1.2.0
23242026-07-31T17:22:35.215Z Checking typenum v1.20.1
23252026-07-31T17:22:35.219Z Checking stable_deref_trait v1.2.1
23262026-07-31T17:22:35.239Z Checking zerofrom v0.1.6
23272026-07-31T17:22:35.250Z Checking zerocopy v0.8.40
23282026-07-31T17:22:35.287Z Checking lock_api v0.4.14
23292026-07-31T17:22:35.299Z Checking portable-atomic v1.13.1
23302026-07-31T17:22:35.346Z Checking yoke v0.8.1
23312026-07-31T17:22:35.400Z Checking critical-section v1.2.0
23322026-07-31T17:22:35.422Z Checking errno v0.3.14
23332026-07-31T17:22:35.480Z Checking getrandom v0.2.17
23342026-07-31T17:22:35.494Z Checking const-oid v0.9.6
23352026-07-31T17:22:35.515Z Checking zerovec v0.11.5
23362026-07-31T17:22:35.533Z Checking pin-project-lite v0.2.17
23372026-07-31T17:22:35.622Z Checking rand_core v0.6.4
23382026-07-31T17:22:35.635Z Checking zmij v1.0.21
23392026-07-31T17:22:35.706Z Checking once_cell v1.21.3
23402026-07-31T17:22:35.805Z Checking libm v0.2.16
23412026-07-31T17:22:35.844Z Checking signal-hook-registry v1.4.8
23422026-07-31T17:22:35.877Z Checking parking_lot_core v0.9.12
23432026-07-31T17:22:35.957Z Checking generic-array v0.14.7
23442026-07-31T17:22:35.960Z Checking tinystr v0.8.2
23452026-07-31T17:22:36.002Z Checking rand_core v0.10.0
23462026-07-31T17:22:36.060Z Checking percent-encoding v2.3.2
23472026-07-31T17:22:36.138Z Checking litemap v0.8.1
23482026-07-31T17:22:36.142Z Checking writeable v0.6.2
23492026-07-31T17:22:36.170Z Checking futures-core v0.3.32
23502026-07-31T17:22:36.197Z Checking getrandom v0.4.1
23512026-07-31T17:22:36.291Z Checking parking_lot v0.12.5
23522026-07-31T17:22:36.302Z Checking potential_utf v0.1.4
23532026-07-31T17:22:36.305Z Checking icu_locale_core v2.1.1
23542026-07-31T17:22:36.341Z Checking zerotrie v0.2.3
23552026-07-31T17:22:36.408Z Checking mio v1.2.0
23562026-07-31T17:22:36.423Z Checking equivalent v1.0.2
23572026-07-31T17:22:36.478Z Checking icu_collections v2.1.1
23582026-07-31T17:22:36.493Z Checking num-traits v0.2.19
23592026-07-31T17:22:36.508Z Checking socket2 v0.6.3
23602026-07-31T17:22:36.546Z Checking serde v1.0.228
23612026-07-31T17:22:36.581Z Checking bitflags v2.11.0
23622026-07-31T17:22:36.683Z Checking serde_json v1.0.151
23632026-07-31T17:22:36.747Z Checking icu_properties_data v2.1.2
23642026-07-31T17:22:36.770Z Checking icu_normalizer_data v2.1.1
23652026-07-31T17:22:36.782Z Checking byteorder v1.5.0
23662026-07-31T17:22:36.840Z Checking crypto-common v0.1.7
23672026-07-31T17:22:36.861Z Checking icu_provider v2.1.1
23682026-07-31T17:22:36.873Z Checking block-buffer v0.10.4
23692026-07-31T17:22:36.946Z Checking bytes v1.11.1
23702026-07-31T17:22:36.959Z Checking futures-sink v0.3.32
23712026-07-31T17:22:36.976Z Checking hashbrown v0.17.0
23722026-07-31T17:22:37.006Z Checking digest v0.10.7
23732026-07-31T17:22:37.048Z Checking getrandom v0.3.4
23742026-07-31T17:22:37.060Z Checking futures-channel v0.3.32
23752026-07-31T17:22:37.088Z Checking icu_normalizer v2.1.1
23762026-07-31T17:22:37.188Z Checking icu_properties v2.1.2
23772026-07-31T17:22:37.200Z Checking utf8_iter v1.0.4
23782026-07-31T17:22:37.244Z Checking futures-task v0.3.32
23792026-07-31T17:22:37.316Z Checking slab v0.4.12
23802026-07-31T17:22:37.355Z Checking futures-io v0.3.32
23812026-07-31T17:22:37.378Z Checking tokio v1.52.1
23822026-07-31T17:22:37.393Z Checking form_urlencoded v1.2.2
23832026-07-31T17:22:37.407Z Checking rustix v1.1.3
23842026-07-31T17:22:37.441Z Checking indexmap v2.14.0
23852026-07-31T17:22:37.463Z Checking futures-util v0.3.32
23862026-07-31T17:22:37.474Z Checking base64ct v1.8.3
23872026-07-31T17:22:37.513Z Checking fnv v1.0.7
23882026-07-31T17:22:37.604Z Checking iana-time-zone v0.1.65
23892026-07-31T17:22:37.701Z Checking pem-rfc7468 v0.7.0
23902026-07-31T17:22:37.713Z Checking flagset v0.4.7
23912026-07-31T17:22:37.832Z Checking chrono v0.4.45
23922026-07-31T17:22:37.856Z Checking der v0.7.10
23932026-07-31T17:22:38.000Z Checking rand_core v0.9.5
23942026-07-31T17:22:38.012Z Checking idna_adapter v1.2.1
23952026-07-31T17:22:38.023Z Checking ppv-lite86 v0.2.21
23962026-07-31T17:22:38.123Z Checking idna v1.1.0
23972026-07-31T17:22:38.172Z Checking uuid v1.23.4
23982026-07-31T17:22:38.229Z Checking regex-syntax v0.8.10
23992026-07-31T17:22:38.311Z Checking base64 v0.22.1
24002026-07-31T17:22:38.361Z Checking url v2.5.8
24012026-07-31T17:22:38.486Z Checking http v1.4.2
24022026-07-31T17:22:38.553Z Checking utf8parse v0.2.2
24032026-07-31T17:22:38.595Z Checking spki v0.7.3
24042026-07-31T17:22:38.651Z Checking rand_chacha v0.9.0
24052026-07-31T17:22:38.667Z Checking tracing-core v0.1.36
24062026-07-31T17:22:38.756Z Checking dyn-clone v1.0.20
24072026-07-31T17:22:38.797Z Checking anstyle v1.0.14
24082026-07-31T17:22:38.851Z Checking cpufeatures v0.2.17
24092026-07-31T17:22:38.855Z Checking rand v0.9.2
24102026-07-31T17:22:38.922Z Checking pkcs8 v0.10.2
24112026-07-31T17:22:38.972Z Checking tracing v0.1.44
24122026-07-31T17:22:38.986Z Checking semver v1.0.28
24132026-07-31T17:22:39.051Z Checking http-body v1.0.1
24142026-07-31T17:22:39.073Z Checking spin v0.9.8
24152026-07-31T17:22:39.172Z Checking rustls-pki-types v1.14.0
24162026-07-31T17:22:39.185Z Checking tinyvec_macros v0.1.1
24172026-07-31T17:22:39.196Z Checking cmov v0.5.4
24182026-07-31T17:22:39.247Z Checking colorchoice v1.0.4
24192026-07-31T17:22:39.260Z Checking is_terminal_polyfill v1.70.2
24202026-07-31T17:22:39.328Z Checking anstyle-query v1.1.5
24212026-07-31T17:22:39.343Z Checking openssl-probe v0.2.1
24222026-07-31T17:22:39.347Z Checking tinyvec v1.10.0
24232026-07-31T17:22:39.368Z Checking schemars v0.8.22
24242026-07-31T17:22:39.380Z Checking ctutils v0.4.2
24252026-07-31T17:22:39.417Z Checking sha2 v0.10.9
24262026-07-31T17:22:39.457Z Checking aws-lc-sys v0.40.0
24272026-07-31T17:22:39.460Z Checking thiserror v2.0.18
24282026-07-31T17:22:39.519Z Checking untrusted v0.7.1
24292026-07-31T17:22:39.589Z Checking tower-service v0.3.3
24302026-07-31T17:22:39.589Z Checking try-lock v0.2.5
24312026-07-31T17:22:39.628Z Checking fastrand v2.3.0
24322026-07-31T17:22:39.647Z Checking atomic-waker v1.1.2
24332026-07-31T17:22:39.659Z Checking tower-layer v0.3.3
24342026-07-31T17:22:39.673Z Checking want v0.3.1
24352026-07-31T17:22:39.686Z Checking hybrid-array v0.4.13
24362026-07-31T17:22:39.742Z Checking anstyle-parse v1.0.0
24372026-07-31T17:22:39.790Z Checking ipnet v2.11.0
24382026-07-31T17:22:39.803Z Checking crc32fast v1.5.0
24392026-07-31T17:22:39.803Z Checking tempfile v3.25.0
24402026-07-31T17:22:39.889Z Checking httparse v1.10.1
24412026-07-31T17:22:39.936Z Checking aho-corasick v1.1.4
24422026-07-31T17:22:39.951Z Checking aws-lc-rs v1.16.3
24432026-07-31T17:22:40.003Z Checking tap v1.0.1
24442026-07-31T17:22:40.018Z Checking httpdate v1.0.3
24452026-07-31T17:22:40.038Z Checking untrusted v0.9.0
24462026-07-31T17:22:40.095Z Checking simd-adler32 v0.3.8
24472026-07-31T17:22:40.108Z Checking plain v0.2.3
24482026-07-31T17:22:40.141Z Checking foreign-types-shared v0.1.1
24492026-07-31T17:22:40.163Z Checking wyz v0.5.1
24502026-07-31T17:22:40.205Z Checking anstream v1.0.0
24512026-07-31T17:22:40.220Z Checking foreign-types v0.3.2
24522026-07-31T17:22:40.261Z Checking unicode-normalization v0.1.25
24532026-07-31T17:22:40.283Z Checking rand_chacha v0.3.1
24542026-07-31T17:22:40.333Z Checking terminal_size v0.4.3
24552026-07-31T17:22:40.403Z Checking radium v0.7.0
24562026-07-31T17:22:40.434Z Checking signature v2.2.0
24572026-07-31T17:22:40.446Z Checking num-integer v0.1.46
24582026-07-31T17:22:40.494Z Checking hex v0.4.3
24592026-07-31T17:22:40.563Z Checking openssl-sys v0.9.115
24602026-07-31T17:22:40.576Z Checking wait-timeout v0.2.1
24612026-07-31T17:22:40.620Z Checking regex-automata v0.4.14
24622026-07-31T17:22:40.650Z Checking tokio-util v0.7.18
24632026-07-31T17:22:40.681Z Checking ucd-trie v0.1.7
24642026-07-31T17:22:40.693Z Checking clap_lex v1.0.0
24652026-07-31T17:22:40.705Z Checking adler2 v2.0.1
24662026-07-31T17:22:40.721Z Checking funty v2.0.0
24672026-07-31T17:22:40.800Z Checking rustls-webpki v0.103.13
24682026-07-31T17:22:40.813Z Checking bit-vec v0.8.0
24692026-07-31T17:22:40.825Z Checking strsim v0.11.1
24702026-07-31T17:22:40.840Z Checking unicode-ident v1.0.24
24712026-07-31T17:22:40.946Z Checking quick-error v1.2.3
24722026-07-31T17:22:40.959Z Checking openssl v0.10.79
24732026-07-31T17:22:40.984Z Checking clap_builder v4.6.0
24742026-07-31T17:22:41.007Z Checking bit-set v0.8.0
24752026-07-31T17:22:41.042Z Checking bitvec v1.0.1
24762026-07-31T17:22:41.046Z Checking rusty-fork v0.3.1
24772026-07-31T17:22:41.151Z Checking proc-macro2 v1.0.106
24782026-07-31T17:22:41.214Z Checking pest v2.8.6
24792026-07-31T17:22:41.228Z Checking rustls v0.23.41
24802026-07-31T17:22:41.285Z Checking h2 v0.4.15
24812026-07-31T17:22:41.457Z Checking miniz_oxide v0.8.9
24822026-07-31T17:22:41.810Z Checking num-iter v0.1.45
24832026-07-31T17:22:41.919Z Checking rand v0.8.6
24842026-07-31T17:22:42.203Z Checking lazy_static v1.5.0
24852026-07-31T17:22:42.267Z Checking anstyle-parse v0.2.7
24862026-07-31T17:22:42.292Z Checking rand_xorshift v0.4.0
24872026-07-31T17:22:42.362Z Checking thiserror v1.0.69
24882026-07-31T17:22:42.408Z Checking maybe-uninit v2.0.0
24892026-07-31T17:22:42.420Z Checking hmac v0.12.1
24902026-07-31T17:22:42.445Z Checking serde_spanned v0.6.9
24912026-07-31T17:22:42.457Z Checking toml_datetime v0.6.11
24922026-07-31T17:22:42.471Z Checking sync_wrapper v1.0.2
24932026-07-31T17:22:42.492Z Checking nodrop v0.1.14
24942026-07-31T17:22:42.547Z Checking siphasher v1.0.2
24952026-07-31T17:22:42.563Z Checking crc-catalog v2.4.0
24962026-07-31T17:22:42.576Z Checking zlib-rs v0.6.2
24972026-07-31T17:22:42.576Z Checking pretty-hex v0.4.1
24982026-07-31T17:22:42.632Z Checking unarray v0.1.4
24992026-07-31T17:22:42.648Z Checking powerfmt v0.2.0
25002026-07-31T17:22:42.698Z Checking crc v3.4.0
25012026-07-31T17:22:42.702Z Checking tower v0.5.3
25022026-07-31T17:22:42.733Z Checking proptest v1.11.0
25032026-07-31T17:22:42.793Z Checking deranged v0.5.8
25042026-07-31T17:22:42.869Z Checking array-init v0.0.4
25052026-07-31T17:22:42.980Z Checking native-tls v0.2.18
25062026-07-31T17:22:43.099Z Checking smallvec v0.6.14
25072026-07-31T17:22:43.158Z Checking num-bigint-dig v0.8.6
25082026-07-31T17:22:43.170Z Checking anstream v0.6.21
25092026-07-31T17:22:43.283Z Checking packed_struct v0.10.1
25102026-07-31T17:22:43.368Z Checking clap v4.6.1
25112026-07-31T17:22:43.458Z Checking quote v1.0.45
25122026-07-31T17:22:43.466Z Checking flate2 v1.1.9
25132026-07-31T17:22:43.491Z Checking ipnetwork v0.21.1
25142026-07-31T17:22:43.614Z Checking http-body-util v0.1.3
25152026-07-31T17:22:43.703Z Checking pkcs1 v0.7.5
25162026-07-31T17:22:43.719Z Checking crossbeam-utils v0.8.21
25172026-07-31T17:22:43.745Z Checking bitfield v0.19.4
25182026-07-31T17:22:43.831Z Checking zerocopy v0.6.6
25192026-07-31T17:22:43.905Z Checking ahash v0.8.12
25202026-07-31T17:22:43.976Z Checking bzip2-sys v0.1.13+1.0.8
25212026-07-31T17:22:44.009Z Checking scroll v0.13.0
25222026-07-31T17:22:44.058Z Checking env_filter v1.0.0
25232026-07-31T17:22:44.069Z Checking time-core v0.1.8
25242026-07-31T17:22:44.095Z Checking winnow v0.5.40
25252026-07-31T17:22:44.107Z Checking hyper v1.10.1
25262026-07-31T17:22:44.124Z Checking base64 v0.21.7
25272026-07-31T17:22:44.196Z Checking ryu v1.0.23
25282026-07-31T17:22:44.208Z Checking num-conv v0.2.0
25292026-07-31T17:22:44.235Z Checking num_threads v0.1.7
25302026-07-31T17:22:44.318Z Checking unicode-properties v0.1.4
25312026-07-31T17:22:44.318Z Checking allocator-api2 v0.2.21
25322026-07-31T17:22:44.342Z Checking iri-string v0.7.10
25332026-07-31T17:22:44.352Z Checking unicode-bidi v0.3.18
25342026-07-31T17:22:44.364Z Checking hashbrown v0.12.3
25352026-07-31T17:22:44.501Z Checking ron v0.8.1
25362026-07-31T17:22:44.536Z Checking newtype-uuid v1.3.2
25372026-07-31T17:22:44.603Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25382026-07-31T17:22:44.648Z Checking stringprep v0.1.5
25392026-07-31T17:22:44.736Z Checking serde_urlencoded v0.7.1
25402026-07-31T17:22:44.766Z Checking indexmap v1.9.3
25412026-07-31T17:22:44.796Z Checking time v0.3.47
25422026-07-31T17:22:44.937Z Checking goblin v0.10.5
25432026-07-31T17:22:45.008Z Checking env_logger v0.11.9
25442026-07-31T17:22:45.038Z Checking hyper-util v0.1.20
25452026-07-31T17:22:45.071Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25462026-07-31T17:22:45.193Z Checking hashbrown v0.13.2
25472026-07-31T17:22:45.227Z Checking crossbeam-epoch v0.9.18
25482026-07-31T17:22:45.248Z Checking toml_edit v0.19.15
25492026-07-31T17:22:45.360Z Checking tower-http v0.6.8
25502026-07-31T17:22:45.449Z Checking bzip2 v0.4.4
25512026-07-31T17:22:45.605Z Checking rsa v0.9.10
25522026-07-31T17:22:45.616Z Checking oxnet v0.1.6
25532026-07-31T17:22:45.635Z Checking syn v2.0.117
25542026-07-31T17:22:45.869Z Checking serde-hex v0.1.0
25552026-07-31T17:22:45.947Z Checking tokio-native-tls v0.3.1
25562026-07-31T17:22:46.075Z Checking bstr v1.12.1
25572026-07-31T17:22:46.108Z Checking block-buffer v0.12.1
25582026-07-31T17:22:46.271Z Checking block-padding v0.4.2
25592026-07-31T17:22:46.309Z Checking crypto-common v0.2.2
25602026-07-31T17:22:46.323Z Checking rustls-native-certs v0.8.3
25612026-07-31T17:22:46.403Z Checking scroll v0.12.0
25622026-07-31T17:22:46.449Z Checking x509-cert v0.2.5
25632026-07-31T17:22:46.461Z Checking zstd-sys v2.0.16+zstd.1.5.7
25642026-07-31T17:22:46.567Z Checking md-5 v0.10.6
25652026-07-31T17:22:46.633Z Checking hash32 v0.2.1
25662026-07-31T17:22:46.705Z Checking encoding_rs v0.8.35
25672026-07-31T17:22:46.796Z Checking mime v0.3.17
25682026-07-31T17:22:46.907Z Checking psl-types v2.0.11
25692026-07-31T17:22:46.967Z Checking fallible-iterator v0.2.0
25702026-07-31T17:22:47.024Z Checking crc-any v2.5.0
25712026-07-31T17:22:47.096Z Checking publicsuffix v2.3.0
25722026-07-31T17:22:47.201Z Checking heapless v0.7.17
25732026-07-31T17:22:47.245Z Checking postgres-protocol v0.6.10
25742026-07-31T17:22:47.257Z Checking goblin v0.8.2
25752026-07-31T17:22:47.275Z Checking dof v0.4.0
25762026-07-31T17:22:47.363Z Checking zstd-safe v7.2.4
25772026-07-31T17:22:47.527Z Checking inout v0.2.2
25782026-07-31T17:22:47.616Z Checking hyper-tls v0.6.0
25792026-07-31T17:22:47.628Z Checking toml v0.7.8
25802026-07-31T17:22:47.649Z Checking cookie v0.18.1
25812026-07-31T17:22:47.671Z Checking daft v0.1.7
25822026-07-31T17:22:47.683Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25832026-07-31T17:22:47.728Z Checking zip v0.6.6
25842026-07-31T17:22:47.877Z Checking object v0.30.4
25852026-07-31T17:22:47.904Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25862026-07-31T17:22:47.918Z Checking tokio-rustls v0.26.4
25872026-07-31T17:22:47.930Z Checking phf_shared v0.13.1
25882026-07-31T17:22:47.933Z Checking dtrace-parser v0.3.0
25892026-07-31T17:22:48.050Z Checking pin-project v1.1.11
25902026-07-31T17:22:48.062Z Checking zerocopy v0.7.35
25912026-07-31T17:22:48.121Z Checking futures-executor v0.3.32
25922026-07-31T17:22:48.142Z Checking signal-hook v0.3.18
25932026-07-31T17:22:48.155Z Checking ff v0.13.1
25942026-07-31T17:22:48.172Z Checking thread-id v5.1.0
25952026-07-31T17:22:48.250Z Checking either v1.15.0
25962026-07-31T17:22:48.263Z Checking jiff-core v0.1.0
25972026-07-31T17:22:48.275Z Checking managed v0.8.0
25982026-07-31T17:22:48.330Z Checking same-file v1.0.6
25992026-07-31T17:22:48.434Z Checking base16ct v0.2.0
26002026-07-31T17:22:48.446Z Compiling rayon-core v1.13.0
26012026-07-31T17:22:48.458Z Checking path-slash v0.1.5
26022026-07-31T17:22:48.548Z Checking foldhash v0.1.5
26032026-07-31T17:22:48.561Z Checking bitflags v1.3.2
26042026-07-31T17:22:48.564Z Checking libbz2-rs-sys v0.2.2
26052026-07-31T17:22:48.618Z Checking bumpalo v3.20.2
26062026-07-31T17:22:48.629Z Checking foldhash v0.2.0
26072026-07-31T17:22:48.644Z Checking smoltcp v0.9.1
26082026-07-31T17:22:48.681Z Checking hashbrown v0.15.5
26092026-07-31T17:22:48.778Z Checking hashbrown v0.16.1
26102026-07-31T17:22:48.814Z Checking zopfli v0.8.3
26112026-07-31T17:22:48.936Z Checking jiff v0.2.34
26122026-07-31T17:22:48.952Z Checking bzip2 v0.6.1
26132026-07-31T17:22:49.129Z Checking sec1 v0.7.3
26142026-07-31T17:22:49.142Z Checking walkdir v2.5.0
26152026-07-31T17:22:49.145Z Checking signal-hook-mio v0.2.5
26162026-07-31T17:22:49.164Z Checking dof v0.3.0
26172026-07-31T17:22:49.232Z Checking group v0.13.0
26182026-07-31T17:22:49.250Z Checking futures v0.3.32
26192026-07-31T17:22:49.272Z Checking usdt-impl v0.6.0
26202026-07-31T17:22:49.299Z Checking hyper-rustls v0.27.7
26212026-07-31T17:22:49.321Z Checking snafu v0.8.9
26222026-07-31T17:22:49.334Z Checking phf v0.13.1
26232026-07-31T17:22:49.377Z Checking cookie_store v0.22.1
26242026-07-31T17:22:49.445Z Checking reqwest v0.12.28
26252026-07-31T17:22:49.475Z Checking cipher v0.5.2
26262026-07-31T17:22:49.498Z Checking postgres-types v0.2.12
26272026-07-31T17:22:49.549Z Checking zstd v0.13.3
26282026-07-31T17:22:49.562Z Checking globset v0.4.18
26292026-07-31T17:22:49.707Z Checking rustls-platform-verifier v0.6.2
26302026-07-31T17:22:49.719Z Checking crossbeam-deque v0.8.6
26312026-07-31T17:22:49.734Z Checking phf_shared v0.11.3
26322026-07-31T17:22:49.809Z Checking hkdf v0.12.4
26332026-07-31T17:22:49.812Z Checking regex v1.12.3
26342026-07-31T17:22:49.840Z Checking dtrace-parser v0.2.0
26352026-07-31T17:22:49.877Z Checking byte-wrapper v0.1.0
26362026-07-31T17:22:49.890Z Checking curve25519-dalek v4.1.3
26372026-07-31T17:22:49.940Z Checking ref-cast v1.0.25
26382026-07-31T17:22:49.986Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26392026-07-31T17:22:50.036Z Checking strum v0.27.2
26402026-07-31T17:22:50.072Z Checking olpc-cjson v0.1.4
26412026-07-31T17:22:50.075Z Checking hubpack v0.1.2
26422026-07-31T17:22:50.096Z Checking ed25519 v2.2.3
26432026-07-31T17:22:50.142Z Checking memoffset v0.9.1
26442026-07-31T17:22:50.192Z Checking rustix v0.38.44
26452026-07-31T17:22:50.205Z Checking pem v3.0.6
26462026-07-31T17:22:50.220Z Checking float-cmp v0.10.0
26472026-07-31T17:22:50.246Z Checking serde-big-array v0.5.1
26482026-07-31T17:22:50.275Z Checking erased-serde v0.3.31
26492026-07-31T17:22:50.325Z Checking serde_plain v1.0.2
26502026-07-31T17:22:50.341Z Checking crypto-bigint v0.5.5
26512026-07-31T17:22:50.357Z Checking thread-id v4.2.2
26522026-07-31T17:22:50.377Z Checking memmap2 v0.9.10
26532026-07-31T17:22:50.435Z Checking cpufeatures v0.3.0
26542026-07-31T17:22:50.468Z Checking whoami v2.1.0
26552026-07-31T17:22:50.504Z Checking precomputed-hash v0.1.1
26562026-07-31T17:22:50.535Z Checking predicates-core v1.0.10
26572026-07-31T17:22:50.585Z Checking unicode-segmentation v1.12.0
26582026-07-31T17:22:50.659Z Checking difflib v0.4.0
26592026-07-31T17:22:50.662Z Checking const-oid v0.10.2
26602026-07-31T17:22:50.671Z Checking static_assertions v1.1.0
26612026-07-31T17:22:50.683Z Checking toml_write v0.1.2
26622026-07-31T17:22:50.749Z Checking keccak v0.1.6
26632026-07-31T17:22:50.826Z Checking winnow v0.7.14
26642026-07-31T17:22:50.838Z Checking fixedbitset v0.5.7
26652026-07-31T17:22:50.859Z Checking normalize-line-endings v0.3.0
26662026-07-31T17:22:50.872Z Checking new_debug_unreachable v1.0.6
26672026-07-31T17:22:50.912Z Checking data-encoding v2.10.0
26682026-07-31T17:22:50.915Z Checking winnow v1.0.3
26692026-07-31T17:22:50.937Z Checking fixedbitset v0.4.2
26702026-07-31T17:22:50.948Z Checking typed-path v0.9.3
26712026-07-31T17:22:51.020Z Checking crossterm v0.28.1
26722026-07-31T17:22:51.032Z Checking petgraph v0.8.3
26732026-07-31T17:22:51.081Z Checking petgraph v0.6.5
26742026-07-31T17:22:51.181Z Checking hickory-proto v0.25.2
26752026-07-31T17:22:51.215Z Checking toml_parser v1.1.2+spec-1.1.0
26762026-07-31T17:22:51.284Z Checking elliptic-curve v0.13.8
26772026-07-31T17:22:51.544Z Checking predicates v3.1.4
26782026-07-31T17:22:51.588Z Checking string_cache v0.8.9
26792026-07-31T17:22:51.716Z Checking tough v0.22.0
26802026-07-31T17:22:51.720Z Checking similar v2.7.0
26812026-07-31T17:22:51.755Z Checking sha3 v0.10.8
26822026-07-31T17:22:51.841Z Checking zip v4.6.1
26832026-07-31T17:22:51.957Z Checking digest v0.11.3
26842026-07-31T17:22:52.019Z Checking toml_edit v0.22.27
26852026-07-31T17:22:52.105Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26862026-07-31T17:22:52.133Z Checking ed25519-dalek v2.2.0
26872026-07-31T17:22:52.331Z Checking slog v2.8.2
26882026-07-31T17:22:52.362Z Checking tokio-postgres v0.7.16
26892026-07-31T17:22:52.415Z Checking usdt v0.6.0
26902026-07-31T17:22:52.583Z Checking chacha20 v0.10.0
26912026-07-31T17:22:52.587Z Checking usdt-impl v0.5.0
26922026-07-31T17:22:52.607Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
26932026-07-31T17:22:52.843Z Checking nix v0.31.2
26942026-07-31T17:22:52.879Z Checking iddqd v0.4.2
26952026-07-31T17:22:53.201Z Checking reqwest v0.13.2
26962026-07-31T17:22:53.431Z Checking itertools v0.13.0
26972026-07-31T17:22:53.621Z Checking strum v0.26.3
26982026-07-31T17:22:53.732Z Checking serde_with v3.21.0
26992026-07-31T17:22:53.745Z Checking fs-err v3.3.0
27002026-07-31T17:22:53.793Z Checking object v0.37.3
27012026-07-31T17:22:53.972Z Checking tokio-stream v0.1.18
27022026-07-31T17:22:54.042Z Checking buf-list v1.1.2
27032026-07-31T17:22:54.045Z Checking anyhow v1.0.102
27042026-07-31T17:22:54.066Z Checking camino v1.2.2
27052026-07-31T17:22:54.224Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27062026-07-31T17:22:54.246Z Checking openapiv3 v2.2.0
27072026-07-31T17:22:54.309Z Checking lalrpop-util v0.19.12
27082026-07-31T17:22:54.344Z Checking peg-runtime v0.8.5
27092026-07-31T17:22:54.373Z Checking rayon v1.11.0
27102026-07-31T17:22:54.463Z Checking sigpipe v0.1.3
27112026-07-31T17:22:54.475Z Checking glob v0.3.3
27122026-07-31T17:22:55.936Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27132026-07-31T17:22:55.993Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27142026-07-31T17:22:56.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.93s
27152026-07-31T17:22:56.427Z
27162026-07-31T17:22:56.427Zinfo: running `cargo check --bins` on internal-dns-types (77/303)
27172026-07-31T17:22:56.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27182026-07-31T17:22:56.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27192026-07-31T17:22:56.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27202026-07-31T17:22:56.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27212026-07-31T17:22:56.988Z
27222026-07-31T17:22:56.988Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/303)
27232026-07-31T17:22:57.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27242026-07-31T17:22:57.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27252026-07-31T17:22:57.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27262026-07-31T17:22:57.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27272026-07-31T17:22:57.553Z
27282026-07-31T17:22:57.553Zinfo: running `cargo check --bins` on nexus-types-versions (79/303)
27292026-07-31T17:22:58.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27302026-07-31T17:22:58.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27312026-07-31T17:22:58.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27322026-07-31T17:22:58.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27332026-07-31T17:22:58.195Z
27342026-07-31T17:22:58.195Zinfo: running `cargo check --bins` on oxql-types (80/303)
27352026-07-31T17:22:58.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27362026-07-31T17:22:58.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27372026-07-31T17:22:58.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27382026-07-31T17:22:58.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27392026-07-31T17:22:58.697Z
27402026-07-31T17:22:58.698Zinfo: running `cargo check --bins` on oximeter-types (81/303)
27412026-07-31T17:22:59.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27422026-07-31T17:22:59.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27432026-07-31T17:22:59.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27442026-07-31T17:22:59.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27452026-07-31T17:22:59.258Z
27462026-07-31T17:22:59.258Zinfo: running `cargo check --bins` on oximeter-types-versions (82/303)
27472026-07-31T17:22:59.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27482026-07-31T17:22:59.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27492026-07-31T17:22:59.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27502026-07-31T17:22:59.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27512026-07-31T17:22:59.831Z
27522026-07-31T17:22:59.831Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/303)
27532026-07-31T17:23:00.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27542026-07-31T17:23:00.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27552026-07-31T17:23:00.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27562026-07-31T17:23:00.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27572026-07-31T17:23:00.385Z
27582026-07-31T17:23:00.385Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/303)
27592026-07-31T17:23:00.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602026-07-31T17:23:00.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612026-07-31T17:23:01.067Z Compiling multer v3.1.0
27622026-07-31T17:23:01.181Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27632026-07-31T17:23:01.181Z Compiling async-stream-impl v0.3.6
27642026-07-31T17:23:01.196Z Compiling dropshot v0.17.1
27652026-07-31T17:23:01.209Z Compiling parse-display-derive v0.10.0
27662026-07-31T17:23:01.220Z Compiling dropshot_endpoint v0.17.1
27672026-07-31T17:23:01.223Z Compiling newtype-uuid-macros v0.1.0
27682026-07-31T17:23:01.249Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27692026-07-31T17:23:01.421Z Checking thread_local v1.1.9
27702026-07-31T17:23:01.445Z Checking compression-core v0.4.31
27712026-07-31T17:23:01.555Z Checking match_cfg v0.1.0
27722026-07-31T17:23:01.575Z Checking compression-codecs v0.4.37
27732026-07-31T17:23:01.596Z Checking crossbeam-channel v0.5.15
27742026-07-31T17:23:01.620Z Checking hostname v0.3.1
27752026-07-31T17:23:01.638Z Checking atomicwrites v0.4.4
27762026-07-31T17:23:01.717Z Checking slog-json v2.6.1
27772026-07-31T17:23:01.740Z Checking serde_spanned v1.1.1
27782026-07-31T17:23:01.753Z Checking is-terminal v0.4.17
27792026-07-31T17:23:01.765Z Checking toml_datetime v1.1.1+spec-1.1.0
27802026-07-31T17:23:01.840Z Checking debug-ignore v1.0.5
27812026-07-31T17:23:01.865Z Checking term v1.2.1
27822026-07-31T17:23:01.869Z Checking toml_writer v1.1.1+spec-1.1.0
27832026-07-31T17:23:01.935Z Checking take_mut v0.2.2
27842026-07-31T17:23:01.951Z Checking slog-bunyan v2.5.0
27852026-07-31T17:23:01.964Z Checking async-stream v0.3.6
27862026-07-31T17:23:01.983Z Checking async-compression v0.4.41
27872026-07-31T17:23:02.033Z Checking slog-async v2.8.0
27882026-07-31T17:23:02.048Z Checking toml v1.1.2+spec-1.1.0
27892026-07-31T17:23:02.060Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27902026-07-31T17:23:02.081Z Checking slog-term v2.9.2
27912026-07-31T17:23:02.093Z Checking progenitor-client v0.14.0
27922026-07-31T17:23:02.164Z Checking sha1 v0.11.0
27932026-07-31T17:23:02.225Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27942026-07-31T17:23:02.319Z Checking waitgroup v0.1.2
27952026-07-31T17:23:02.335Z Checking rustls-pemfile v2.2.0
27962026-07-31T17:23:02.351Z Checking backon v1.6.0
27972026-07-31T17:23:02.363Z Checking serde_path_to_error v0.1.20
27982026-07-31T17:23:02.415Z Checking hostname v0.4.2
27992026-07-31T17:23:02.427Z Checking instant v0.1.13
28002026-07-31T17:23:02.506Z Checking backoff v0.4.0
28012026-07-31T17:23:02.509Z Checking progenitor-extras v0.2.0
28022026-07-31T17:23:02.641Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28032026-07-31T17:23:02.660Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28042026-07-31T17:23:02.672Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28052026-07-31T17:23:02.689Z Checking itertools v0.14.0
28062026-07-31T17:23:02.750Z Checking regress v0.10.5
28072026-07-31T17:23:02.875Z Checking macaddr v1.0.1
28082026-07-31T17:23:02.904Z Checking parse-display v0.10.0
28092026-07-31T17:23:03.052Z Checking humantime v2.3.0
28102026-07-31T17:23:03.959Z Compiling prettyplease v0.2.37
28112026-07-31T17:23:04.180Z Checking num-rational v0.4.2
28122026-07-31T17:23:04.464Z Checking num-complex v0.4.6
28132026-07-31T17:23:04.937Z Compiling num v0.4.3
28142026-07-31T17:23:04.963Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28152026-07-31T17:23:05.023Z Compiling usdt-macro v0.5.0
28162026-07-31T17:23:05.026Z Compiling usdt-attr-macro v0.5.0
28172026-07-31T17:23:05.051Z Checking memmap v0.7.0
28182026-07-31T17:23:05.081Z Checking float-ord v0.3.2
28192026-07-31T17:23:05.177Z Compiling convert_case v0.4.0
28202026-07-31T17:23:05.297Z Checking unicode-width v0.2.0
28212026-07-31T17:23:05.547Z Checking console v0.15.11
28222026-07-31T17:23:05.560Z Compiling derive_more v0.99.20
28232026-07-31T17:23:05.801Z Checking newline-converter v0.3.0
28242026-07-31T17:23:05.813Z Checking usdt v0.5.0
28252026-07-31T17:23:05.875Z Compiling toml v0.8.23
28262026-07-31T17:23:05.910Z Compiling minimal-lexical v0.2.1
28272026-07-31T17:23:05.983Z Checking linked-hash-map v0.5.6
28282026-07-31T17:23:06.160Z Checking lru-cache v0.1.2
28292026-07-31T17:23:06.173Z Compiling nom v7.1.3
28302026-07-31T17:23:06.282Z Checking expectorate v1.2.0
28312026-07-31T17:23:06.815Z Checking camino-tempfile v1.4.1
28322026-07-31T17:23:06.827Z Checking hickory-proto v0.24.4
28332026-07-31T17:23:06.939Z Checking phf_shared v0.12.1
28342026-07-31T17:23:06.978Z Compiling slog-dtrace v0.3.0
28352026-07-31T17:23:07.168Z Compiling unicode-xid v0.2.6
28362026-07-31T17:23:07.296Z Compiling chrono-tz v0.10.4
28372026-07-31T17:23:07.474Z Checking heck v0.5.0
28382026-07-31T17:23:07.521Z Checking resolv-conf v0.7.6
28392026-07-31T17:23:07.535Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28402026-07-31T17:23:07.621Z Compiling const_format_proc_macros v0.2.34
28412026-07-31T17:23:07.754Z Checking phf v0.12.1
28422026-07-31T17:23:07.897Z Checking tokio-dtrace v0.1.1
28432026-07-31T17:23:08.011Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28442026-07-31T17:23:08.095Z Compiling derive-where v1.6.0
28452026-07-31T17:23:08.131Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28462026-07-31T17:23:08.185Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28472026-07-31T17:23:08.433Z Checking highway v1.3.0
28482026-07-31T17:23:08.647Z Checking hickory-resolver v0.24.4
28492026-07-31T17:23:08.667Z Checking const_format v0.2.35
28502026-07-31T17:23:08.898Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28512026-07-31T17:23:09.380Z Checking oxide-tokio-rt v0.1.4
28522026-07-31T17:23:09.395Z Checking qorb v0.4.1
28532026-07-31T17:23:09.648Z Checking gethostname v0.5.0
28542026-07-31T17:23:09.690Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28552026-07-31T17:23:09.712Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28562026-07-31T17:23:09.733Z Checking bcs v0.1.6
28572026-07-31T17:23:09.779Z Checking termtree v0.5.1
28582026-07-31T17:23:09.958Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28592026-07-31T17:23:09.958Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28602026-07-31T17:23:13.199Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28612026-07-31T17:23:16.378Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28622026-07-31T17:23:18.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.21s
28632026-07-31T17:23:18.773Z
28642026-07-31T17:23:18.773Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/303)
28652026-07-31T17:23:19.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-07-31T17:23:19.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-07-31T17:23:19.435Z Compiling ar_archive_writer v0.5.1
28682026-07-31T17:23:19.548Z Compiling stacker v0.1.23
28692026-07-31T17:23:19.555Z Compiling cfg_aliases v0.1.1
28702026-07-31T17:23:19.562Z Compiling convert_case v0.10.0
28712026-07-31T17:23:19.565Z Checking unicode-width v0.1.14
28722026-07-31T17:23:19.578Z Compiling proc-macro-error v1.0.4
28732026-07-31T17:23:19.588Z Checking fd-lock v4.0.4
28742026-07-31T17:23:19.588Z Checking nibble_vec v0.1.0
28752026-07-31T17:23:19.611Z Compiling nix v0.28.0
28762026-07-31T17:23:19.698Z Compiling recursive-proc-macro-impl v0.1.1
28772026-07-31T17:23:19.717Z Checking vte v0.14.1
28782026-07-31T17:23:19.805Z Checking endian-type v0.1.2
28792026-07-31T17:23:19.808Z Checking bytecount v0.6.9
28802026-07-31T17:23:19.863Z Compiling derive_more-impl v2.1.1
28812026-07-31T17:23:19.866Z Compiling tabled_derive v0.7.0
28822026-07-31T17:23:19.889Z Checking strip-ansi-escapes v0.2.1
28832026-07-31T17:23:19.947Z Checking papergrid v0.11.0
28842026-07-31T17:23:19.959Z Checking radix_trie v0.2.1
28852026-07-31T17:23:19.990Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28862026-07-31T17:23:20.100Z Compiling peg-macros v0.8.5
28872026-07-31T17:23:20.167Z Compiling sqlparser_derive v0.5.0
28882026-07-31T17:23:20.344Z Compiling psm v0.1.30
28892026-07-31T17:23:20.460Z Checking winnow v0.6.26
28902026-07-31T17:23:20.549Z Checking nu-ansi-term v0.50.3
28912026-07-31T17:23:20.738Z Checking derive_more v2.1.1
28922026-07-31T17:23:20.789Z Checking unicode_categories v0.1.1
28932026-07-31T17:23:20.818Z Checking home v0.5.12
28942026-07-31T17:23:20.863Z Checking tabled v0.15.0
28952026-07-31T17:23:20.909Z Checking crossterm v0.29.0
28962026-07-31T17:23:20.922Z Checking rustyline v14.0.0
28972026-07-31T17:23:20.925Z Checking reedline v0.40.0
28982026-07-31T17:23:20.977Z Checking display-error-chain v0.2.2
28992026-07-31T17:23:21.212Z Checking recursive v0.1.1
29002026-07-31T17:23:21.305Z Checking sqlparser v0.61.0
29012026-07-31T17:23:21.452Z Checking peg v0.8.5
29022026-07-31T17:23:21.644Z Checking sqlformat v0.3.5
29032026-07-31T17:23:32.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.84s
29042026-07-31T17:23:32.790Z
29052026-07-31T17:23:32.790Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/303)
29062026-07-31T17:23:33.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-07-31T17:23:33.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-07-31T17:23:33.456Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29092026-07-31T17:23:37.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
29102026-07-31T17:23:37.190Z
29112026-07-31T17:23:37.190Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/303)
29122026-07-31T17:23:37.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-07-31T17:23:37.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-07-31T17:23:37.857Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29152026-07-31T17:23:40.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
29162026-07-31T17:23:40.580Z
29172026-07-31T17:23:40.580Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/303)
29182026-07-31T17:23:41.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-07-31T17:23:41.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-07-31T17:23:41.239Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29212026-07-31T17:23:44.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
29222026-07-31T17:23:44.765Z
29232026-07-31T17:23:44.765Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/303)
29242026-07-31T17:23:45.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-07-31T17:23:45.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-07-31T17:23:45.422Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29272026-07-31T17:23:48.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
29282026-07-31T17:23:48.988Z
29292026-07-31T17:23:48.988Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/303)
29302026-07-31T17:23:49.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-07-31T17:23:49.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-07-31T17:23:49.648Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29332026-07-31T17:23:52.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
29342026-07-31T17:23:52.533Z
29352026-07-31T17:23:52.533Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/303)
29362026-07-31T17:23:53.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-07-31T17:23:53.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-07-31T17:23:53.200Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29392026-07-31T17:23:55.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
29402026-07-31T17:23:56.122Z
29412026-07-31T17:23:56.122Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/303)
29422026-07-31T17:23:56.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-07-31T17:23:56.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-07-31T17:23:56.788Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29452026-07-31T17:24:00.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
29462026-07-31T17:24:00.505Z
29472026-07-31T17:24:00.505Zinfo: running `cargo check --bins` on oximeter (93/303)
29482026-07-31T17:24:00.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-07-31T17:24:00.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-07-31T17:24:00.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-07-31T17:24:00.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29522026-07-31T17:24:01.074Z
29532026-07-31T17:24:01.074Zinfo: running `cargo check --bins` on oximeter-schema (94/303)
29542026-07-31T17:24:01.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-07-31T17:24:01.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-07-31T17:24:01.697Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29572026-07-31T17:24:02.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
29582026-07-31T17:24:02.245Z
29592026-07-31T17:24:02.245Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/303)
29602026-07-31T17:24:02.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-07-31T17:24:02.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-07-31T17:24:02.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29632026-07-31T17:24:02.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29642026-07-31T17:24:02.816Z
29652026-07-31T17:24:02.816Zinfo: running `cargo check --bins` on oximeter-test-utils (96/303)
29662026-07-31T17:24:03.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-07-31T17:24:03.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-07-31T17:24:03.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29692026-07-31T17:24:03.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29702026-07-31T17:24:03.427Z
29712026-07-31T17:24:03.427Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/303)
29722026-07-31T17:24:03.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732026-07-31T17:24:03.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742026-07-31T17:24:03.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29752026-07-31T17:24:03.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29762026-07-31T17:24:04.010Z
29772026-07-31T17:24:04.010Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/303)
29782026-07-31T17:24:04.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792026-07-31T17:24:04.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802026-07-31T17:24:04.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29812026-07-31T17:24:04.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29822026-07-31T17:24:04.596Z
29832026-07-31T17:24:04.596Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/303)
29842026-07-31T17:24:05.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852026-07-31T17:24:05.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862026-07-31T17:24:05.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872026-07-31T17:24:05.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29882026-07-31T17:24:05.180Z
29892026-07-31T17:24:05.180Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/303)
29902026-07-31T17:24:05.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912026-07-31T17:24:05.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922026-07-31T17:24:05.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29932026-07-31T17:24:05.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29942026-07-31T17:24:05.763Z
29952026-07-31T17:24:05.763Zinfo: running `cargo check --bins` on trust-quorum-types (101/303)
29962026-07-31T17:24:06.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972026-07-31T17:24:06.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982026-07-31T17:24:06.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29992026-07-31T17:24:06.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30002026-07-31T17:24:06.320Z
30012026-07-31T17:24:06.320Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/303)
30022026-07-31T17:24:06.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032026-07-31T17:24:06.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042026-07-31T17:24:06.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30052026-07-31T17:24:06.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30062026-07-31T17:24:06.899Z
30072026-07-31T17:24:06.899Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/303)
30082026-07-31T17:24:07.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-07-31T17:24:07.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-07-31T17:24:07.605Z Compiling crucible-workspace-hack v0.1.0
30112026-07-31T17:24:07.723Z Compiling itertools v0.15.0
30122026-07-31T17:24:07.729Z Checking secrecy v0.10.3
30132026-07-31T17:24:07.735Z Compiling heapless v0.8.0
30142026-07-31T17:24:07.738Z Compiling toml_datetime v0.7.5+spec-1.1.0
30152026-07-31T17:24:07.751Z Checking hash32 v0.3.1
30162026-07-31T17:24:07.754Z Checking inout v0.1.4
30172026-07-31T17:24:07.772Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30182026-07-31T17:24:07.824Z Compiling smoltcp v0.11.0
30192026-07-31T17:24:07.866Z Checking cobs v0.3.0
30202026-07-31T17:24:07.892Z Compiling toml_edit v0.23.10+spec-1.0.0
30212026-07-31T17:24:07.965Z Checking cipher v0.4.4
30222026-07-31T17:24:07.995Z Checking universal-hash v0.5.1
30232026-07-31T17:24:08.004Z Compiling thiserror-impl-no-std v2.0.2
30242026-07-31T17:24:08.007Z Checking half v2.7.1
30252026-07-31T17:24:08.108Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30262026-07-31T17:24:08.164Z Checking opaque-debug v0.3.1
30272026-07-31T17:24:08.176Z Checking ciborium-io v0.2.2
30282026-07-31T17:24:08.229Z Checking poly1305 v0.8.0
30292026-07-31T17:24:08.262Z Checking chacha20 v0.9.1
30302026-07-31T17:24:08.279Z Checking ciborium-ll v0.2.2
30312026-07-31T17:24:08.341Z Checking postcard v1.1.3
30322026-07-31T17:24:08.456Z Compiling proc-macro-crate v3.4.0
30332026-07-31T17:24:08.487Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30342026-07-31T17:24:08.500Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30352026-07-31T17:24:08.636Z Checking password-hash v0.5.0
30362026-07-31T17:24:08.752Z Compiling proc-macro-crate v1.3.1
30372026-07-31T17:24:08.859Z Checking blake2 v0.10.6
30382026-07-31T17:24:08.886Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30392026-07-31T17:24:08.911Z Checking aead v0.5.2
30402026-07-31T17:24:08.991Z Compiling num_enum_derive v0.7.6
30412026-07-31T17:24:09.023Z Compiling ingot-macros v0.2.0
30422026-07-31T17:24:09.051Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30432026-07-31T17:24:09.094Z Compiling foreign-types-macros v0.2.3
30442026-07-31T17:24:09.109Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30452026-07-31T17:24:09.137Z Checking thiserror-no-std v2.0.2
30462026-07-31T17:24:09.163Z Checking foreign-types-shared v0.3.1
30472026-07-31T17:24:09.223Z Checking vsss-rs v3.3.4
30482026-07-31T17:24:09.249Z Compiling num_enum_derive v0.5.11
30492026-07-31T17:24:09.263Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30502026-07-31T17:24:09.336Z Checking argon2 v0.5.3
30512026-07-31T17:24:09.674Z Checking foreign-types v0.5.0
30522026-07-31T17:24:09.677Z Checking chacha20poly1305 v0.10.1
30532026-07-31T17:24:09.713Z Checking ciborium v0.2.2
30542026-07-31T17:24:09.866Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30552026-07-31T17:24:09.907Z Checking tabwriter v1.4.1
30562026-07-31T17:24:10.022Z Checking num_enum v0.7.6
30572026-07-31T17:24:10.053Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30582026-07-31T17:24:10.130Z Checking cstr-argument v0.1.2
30592026-07-31T17:24:10.144Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30602026-07-31T17:24:10.157Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30612026-07-31T17:24:10.251Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30622026-07-31T17:24:10.286Z Checking num_enum v0.5.11
30632026-07-31T17:24:10.326Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30642026-07-31T17:24:10.359Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30652026-07-31T17:24:10.396Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30662026-07-31T17:24:10.422Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30672026-07-31T17:24:10.481Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30682026-07-31T17:24:10.559Z Checking rand v0.10.1
30692026-07-31T17:24:10.588Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30702026-07-31T17:24:10.591Z Checking indent_write v2.2.0
30712026-07-31T17:24:10.623Z Checking colored v3.1.1
30722026-07-31T17:24:10.768Z Compiling zone_cfg_derive v0.3.1
30732026-07-31T17:24:10.879Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30742026-07-31T17:24:10.928Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30752026-07-31T17:24:10.997Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30762026-07-31T17:24:11.011Z Checking itertools v0.12.1
30772026-07-31T17:24:11.056Z Compiling num-derive v0.4.2
30782026-07-31T17:24:11.094Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30792026-07-31T17:24:11.107Z Checking swrite v0.1.0
30802026-07-31T17:24:11.198Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30812026-07-31T17:24:11.361Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30822026-07-31T17:24:11.422Z Checking dropshot-api-manager-types v0.7.2
30832026-07-31T17:24:11.450Z Checking smf v0.2.3
30842026-07-31T17:24:11.471Z Checking nanorand v0.7.0
30852026-07-31T17:24:11.492Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30862026-07-31T17:24:11.586Z Checking whoami v1.6.1
30872026-07-31T17:24:11.668Z Checking flume v0.11.1
30882026-07-31T17:24:11.684Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30892026-07-31T17:24:11.841Z Checking ingot-types v0.2.0
30902026-07-31T17:24:11.969Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30912026-07-31T17:24:12.036Z Checking zone v0.3.1
30922026-07-31T17:24:12.181Z Checking ingot v0.2.1
30932026-07-31T17:24:13.592Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30942026-07-31T17:24:14.531Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30952026-07-31T17:24:15.409Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30962026-07-31T17:24:18.015Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30972026-07-31T17:24:20.146Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30982026-07-31T17:24:21.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.43s
30992026-07-31T17:24:21.508Z
31002026-07-31T17:24:21.508Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/303)
31012026-07-31T17:24:21.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-07-31T17:24:22.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-07-31T17:24:22.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-07-31T17:24:22.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31052026-07-31T17:24:22.083Z
31062026-07-31T17:24:22.083Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/303)
31072026-07-31T17:24:22.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-07-31T17:24:22.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-07-31T17:24:22.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-07-31T17:24:22.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31112026-07-31T17:24:22.651Z
31122026-07-31T17:24:22.652Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/303)
31132026-07-31T17:24:23.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-07-31T17:24:23.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-07-31T17:24:23.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-07-31T17:24:23.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31172026-07-31T17:24:23.229Z
31182026-07-31T17:24:23.229Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/303)
31192026-07-31T17:24:23.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-07-31T17:24:23.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-07-31T17:24:23.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-07-31T17:24:23.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31232026-07-31T17:24:23.800Z
31242026-07-31T17:24:23.800Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/303)
31252026-07-31T17:24:24.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-07-31T17:24:24.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-07-31T17:24:24.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-07-31T17:24:24.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31292026-07-31T17:24:24.371Z
31302026-07-31T17:24:24.371Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (109/303)
31312026-07-31T17:24:24.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-07-31T17:24:24.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-07-31T17:24:24.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-07-31T17:24:24.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31352026-07-31T17:24:24.945Z
31362026-07-31T17:24:24.946Zinfo: running `cargo check --bins` on cockroach-admin-client (110/303)
31372026-07-31T17:24:25.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-07-31T17:24:25.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-07-31T17:24:25.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-07-31T17:24:25.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31412026-07-31T17:24:25.582Z
31422026-07-31T17:24:25.582Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (111/303)
31432026-07-31T17:24:25.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-07-31T17:24:25.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-07-31T17:24:25.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-07-31T17:24:25.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31472026-07-31T17:24:26.073Z
31482026-07-31T17:24:26.073Zinfo: running `cargo check --bins` on dns-service-client (112/303)
31492026-07-31T17:24:26.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-07-31T17:24:26.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-07-31T17:24:26.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-07-31T17:24:26.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31532026-07-31T17:24:26.646Z
31542026-07-31T17:24:26.647Zinfo: running `cargo check --bins` on installinator-client (113/303)
31552026-07-31T17:24:27.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-07-31T17:24:27.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-07-31T17:24:27.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-07-31T17:24:27.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31592026-07-31T17:24:27.219Z
31602026-07-31T17:24:27.219Zinfo: running `cargo check --bins` on nexus-client (114/303)
31612026-07-31T17:24:27.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-07-31T17:24:27.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-07-31T17:24:27.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-07-31T17:24:27.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31652026-07-31T17:24:27.826Z
31662026-07-31T17:24:27.826Zinfo: running `cargo check --bins` on nexus-lockstep-client (115/303)
31672026-07-31T17:24:28.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-07-31T17:24:28.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-07-31T17:24:28.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-07-31T17:24:28.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31712026-07-31T17:24:28.434Z
31722026-07-31T17:24:28.434Zinfo: running `cargo check --bins` on ntp-admin-client (116/303)
31732026-07-31T17:24:28.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-07-31T17:24:28.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-07-31T17:24:28.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-07-31T17:24:28.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31772026-07-31T17:24:28.991Z
31782026-07-31T17:24:28.991Zinfo: running `cargo check --bins` on oxide-client (117/303)
31792026-07-31T17:24:29.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-07-31T17:24:29.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-07-31T17:24:29.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822026-07-31T17:24:29.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31832026-07-31T17:24:29.550Z
31842026-07-31T17:24:29.550Zinfo: running `cargo check --bins` on oximeter-client (118/303)
31852026-07-31T17:24:30.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-07-31T17:24:30.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-07-31T17:24:30.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882026-07-31T17:24:30.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31892026-07-31T17:24:30.114Z
31902026-07-31T17:24:30.114Zinfo: running `cargo check --bins` on repo-depot-client (119/303)
31912026-07-31T17:24:30.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-07-31T17:24:30.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-07-31T17:24:30.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-07-31T17:24:30.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31952026-07-31T17:24:30.675Z
31962026-07-31T17:24:30.675Zinfo: running `cargo check --bins` on sled-agent-client (120/303)
31972026-07-31T17:24:31.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-07-31T17:24:31.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-07-31T17:24:31.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-07-31T17:24:31.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32012026-07-31T17:24:31.257Z
32022026-07-31T17:24:31.257Zinfo: running `cargo check --bins` on wicketd-client (121/303)
32032026-07-31T17:24:31.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-07-31T17:24:31.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-07-31T17:24:31.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-07-31T17:24:31.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32072026-07-31T17:24:31.851Z
32082026-07-31T17:24:31.851Zinfo: running `cargo check --bins` on installinator-common (122/303)
32092026-07-31T17:24:32.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-07-31T17:24:32.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-07-31T17:24:32.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-07-31T17:24:32.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32132026-07-31T17:24:32.431Z
32142026-07-31T17:24:32.431Zinfo: running `cargo check --bins` on installinator-common-versions (123/303)
32152026-07-31T17:24:32.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-07-31T17:24:32.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-07-31T17:24:32.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-07-31T17:24:32.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32192026-07-31T17:24:32.984Z
32202026-07-31T17:24:32.984Zinfo: running `cargo check --bins` on wicket-common (124/303)
32212026-07-31T17:24:33.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-07-31T17:24:33.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-07-31T17:24:33.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-07-31T17:24:33.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32252026-07-31T17:24:33.571Z
32262026-07-31T17:24:33.571Zinfo: running `cargo check --bins` on wicketd-commission-types (125/303)
32272026-07-31T17:24:34.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-07-31T17:24:34.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-07-31T17:24:34.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-07-31T17:24:34.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32312026-07-31T17:24:34.148Z
32322026-07-31T17:24:34.148Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (126/303)
32332026-07-31T17:24:34.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-07-31T17:24:34.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-07-31T17:24:34.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-07-31T17:24:34.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32372026-07-31T17:24:34.728Z
32382026-07-31T17:24:34.728Zinfo: running `cargo check --bins` on wicketd-commission-client (127/303)
32392026-07-31T17:24:35.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-07-31T17:24:35.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-07-31T17:24:35.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422026-07-31T17:24:35.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32432026-07-31T17:24:35.305Z
32442026-07-31T17:24:35.305Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/303)
32452026-07-31T17:24:35.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-07-31T17:24:35.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-07-31T17:24:35.978Z Checking csv-core v0.1.13
32482026-07-31T17:24:36.089Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32492026-07-31T17:24:36.093Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32502026-07-31T17:24:36.102Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32512026-07-31T17:24:36.229Z Checking csv v1.4.0
32522026-07-31T17:24:36.252Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32532026-07-31T17:24:36.546Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-07-31T17:24:36.884Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32552026-07-31T17:24:36.887Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32562026-07-31T17:24:37.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s
32572026-07-31T17:24:38.147Z
32582026-07-31T17:24:38.147Zinfo: running `cargo check --bins` on cockroach-admin-api (129/303)
32592026-07-31T17:24:38.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602026-07-31T17:24:38.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612026-07-31T17:24:38.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32622026-07-31T17:24:38.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32632026-07-31T17:24:38.718Z
32642026-07-31T17:24:38.718Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/303)
32652026-07-31T17:24:39.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662026-07-31T17:24:39.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672026-07-31T17:24:39.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682026-07-31T17:24:39.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32692026-07-31T17:24:39.367Z
32702026-07-31T17:24:39.367Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/303)
32712026-07-31T17:24:39.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722026-07-31T17:24:39.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732026-07-31T17:24:39.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742026-07-31T17:24:39.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32752026-07-31T17:24:40.010Z
32762026-07-31T17:24:40.010Zinfo: running `cargo check --bins` on gateway-test-utils (132/303)
32772026-07-31T17:24:40.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-07-31T17:24:40.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-07-31T17:24:40.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-07-31T17:24:40.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32812026-07-31T17:24:40.618Z
32822026-07-31T17:24:40.618Zinfo: running `cargo check --bins` on omicron-gateway (133/303)
32832026-07-31T17:24:41.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-07-31T17:24:41.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-07-31T17:24:41.356Z Compiling regress v0.11.1
32862026-07-31T17:24:41.499Z Compiling unsafe-libyaml v0.2.11
32872026-07-31T17:24:41.509Z Compiling semver v0.1.20
32882026-07-31T17:24:41.520Z Checking nom v8.0.0
32892026-07-31T17:24:41.533Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32902026-07-31T17:24:41.545Z Compiling cancel-safe-futures v0.1.5
32912026-07-31T17:24:41.561Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32922026-07-31T17:24:41.741Z Compiling rustc_version v0.1.7
32932026-07-31T17:24:41.804Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32942026-07-31T17:24:41.960Z Compiling newtype_derive v0.1.6
32952026-07-31T17:24:42.125Z Compiling serde_yaml v0.9.34+deprecated
32962026-07-31T17:24:42.166Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32972026-07-31T17:24:42.193Z Compiling owo-colors v4.3.0
32982026-07-31T17:24:42.237Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32992026-07-31T17:24:42.542Z Checking oxide-update-engine-types v0.1.2
33002026-07-31T17:24:42.556Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33012026-07-31T17:24:42.681Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33022026-07-31T17:24:42.685Z Checking unicode-linebreak v0.1.5
33032026-07-31T17:24:42.905Z Checking linear-map v1.2.0
33042026-07-31T17:24:42.941Z Checking typify-impl v0.6.2
33052026-07-31T17:24:43.073Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33062026-07-31T17:24:43.157Z Checking smawk v0.3.2
33072026-07-31T17:24:43.268Z Checking tagptr v0.2.0
33082026-07-31T17:24:43.290Z Checking textwrap v0.16.2
33092026-07-31T17:24:43.412Z Checking moka v0.12.13
33102026-07-31T17:24:43.452Z Checking oxide-update-engine v0.1.2
33112026-07-31T17:24:43.481Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33122026-07-31T17:24:43.505Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33132026-07-31T17:24:43.868Z Checking steno v0.4.1
33142026-07-31T17:24:44.069Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33152026-07-31T17:24:44.085Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33162026-07-31T17:24:44.106Z Checking hickory-resolver v0.25.2
33172026-07-31T17:24:44.297Z Checking sha1 v0.10.6
33182026-07-31T17:24:44.320Z Checking void v1.0.2
33192026-07-31T17:24:44.431Z Checking half v1.8.3
33202026-07-31T17:24:44.467Z Checking utf-8 v0.7.6
33212026-07-31T17:24:44.607Z Checking tungstenite v0.23.0
33222026-07-31T17:24:44.625Z Checking serde_cbor v0.11.2
33232026-07-31T17:24:44.657Z Checking lzss v0.8.2
33242026-07-31T17:24:44.825Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33252026-07-31T17:24:44.840Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33262026-07-31T17:24:44.857Z Checking nix v0.27.1
33272026-07-31T17:24:44.887Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33282026-07-31T17:24:45.002Z Checking kstat-rs v0.2.4
33292026-07-31T17:24:45.025Z Checking fxhash v0.2.1
33302026-07-31T17:24:45.047Z Checking serde_bytes v0.11.19
33312026-07-31T17:24:45.098Z Checking tokio-tungstenite v0.23.1
33322026-07-31T17:24:45.145Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33332026-07-31T17:24:45.185Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33342026-07-31T17:24:45.221Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33352026-07-31T17:24:45.272Z Checking signal-hook-tokio v0.3.1
33362026-07-31T17:24:45.358Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33372026-07-31T17:24:46.102Z Compiling typify-macro v0.6.2
33382026-07-31T17:24:47.265Z Compiling typify v0.6.2
33392026-07-31T17:24:47.344Z Compiling progenitor-impl v0.14.0
33402026-07-31T17:24:47.357Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33412026-07-31T17:24:48.753Z Compiling progenitor-macro v0.14.0
33422026-07-31T17:24:51.095Z Checking progenitor v0.14.0
33432026-07-31T17:24:51.210Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33442026-07-31T17:24:51.213Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33452026-07-31T17:24:53.906Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33462026-07-31T17:25:02.234Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33472026-07-31T17:25:08.987Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33482026-07-31T17:25:10.376Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33492026-07-31T17:25:10.909Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33502026-07-31T17:25:13.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.41s
33512026-07-31T17:25:13.234Z
33522026-07-31T17:25:13.234Zinfo: running `cargo check --bins` on gateway-api (134/303)
33532026-07-31T17:25:13.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-31T17:25:13.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-31T17:25:13.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-31T17:25:13.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33572026-07-31T17:25:13.803Z
33582026-07-31T17:25:13.803Zinfo: running `cargo check --bins` on ipcc (135/303)
33592026-07-31T17:25:14.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-31T17:25:14.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-31T17:25:14.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-31T17:25:14.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33632026-07-31T17:25:14.377Z
33642026-07-31T17:25:14.378Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/303)
33652026-07-31T17:25:14.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-31T17:25:14.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-31T17:25:14.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-31T17:25:14.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33692026-07-31T17:25:14.936Z
33702026-07-31T17:25:14.936Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/303)
33712026-07-31T17:25:15.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-31T17:25:15.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-31T17:25:15.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-31T17:25:15.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-07-31T17:25:15.526Z
33762026-07-31T17:25:15.526Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/303)
33772026-07-31T17:25:16.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-31T17:25:16.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-31T17:25:16.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-31T17:25:16.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33812026-07-31T17:25:16.088Z
33822026-07-31T17:25:16.088Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/303)
33832026-07-31T17:25:16.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-31T17:25:16.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-31T17:25:16.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-31T17:25:16.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33872026-07-31T17:25:16.659Z
33882026-07-31T17:25:16.659Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/303)
33892026-07-31T17:25:17.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-31T17:25:17.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-31T17:25:17.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-31T17:25:17.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33932026-07-31T17:25:17.229Z
33942026-07-31T17:25:17.229Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/303)
33952026-07-31T17:25:17.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-31T17:25:17.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-31T17:25:17.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-31T17:25:17.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33992026-07-31T17:25:17.822Z
34002026-07-31T17:25:17.823Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/303)
34012026-07-31T17:25:18.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-31T17:25:18.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-31T17:25:18.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-31T17:25:18.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34052026-07-31T17:25:18.393Z
34062026-07-31T17:25:18.393Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/303)
34072026-07-31T17:25:18.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-31T17:25:18.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-31T17:25:18.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-31T17:25:18.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34112026-07-31T17:25:18.966Z
34122026-07-31T17:25:18.966Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/303)
34132026-07-31T17:25:19.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-31T17:25:19.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-31T17:25:19.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-31T17:25:19.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34172026-07-31T17:25:19.543Z
34182026-07-31T17:25:19.543Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/303)
34192026-07-31T17:25:20.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-31T17:25:20.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-31T17:25:20.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-31T17:25:20.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34232026-07-31T17:25:20.113Z
34242026-07-31T17:25:20.113Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/303)
34252026-07-31T17:25:20.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-31T17:25:20.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-31T17:25:20.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-31T17:25:20.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34292026-07-31T17:25:20.691Z
34302026-07-31T17:25:20.691Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/303)
34312026-07-31T17:25:21.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-31T17:25:21.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-31T17:25:21.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-31T17:25:21.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34352026-07-31T17:25:21.262Z
34362026-07-31T17:25:21.262Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/303)
34372026-07-31T17:25:21.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-31T17:25:21.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-31T17:25:21.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-31T17:25:21.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34412026-07-31T17:25:21.857Z
34422026-07-31T17:25:21.857Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/303)
34432026-07-31T17:25:22.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-31T17:25:22.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-31T17:25:22.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-31T17:25:22.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34472026-07-31T17:25:22.452Z
34482026-07-31T17:25:22.452Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/303)
34492026-07-31T17:25:22.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-31T17:25:22.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-31T17:25:22.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-31T17:25:22.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34532026-07-31T17:25:23.046Z
34542026-07-31T17:25:23.046Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/303)
34552026-07-31T17:25:23.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-31T17:25:23.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-31T17:25:23.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-31T17:25:23.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34592026-07-31T17:25:23.641Z
34602026-07-31T17:25:23.642Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/303)
34612026-07-31T17:25:24.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-31T17:25:24.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-31T17:25:24.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-31T17:25:24.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34652026-07-31T17:25:24.230Z
34662026-07-31T17:25:24.230Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/303)
34672026-07-31T17:25:24.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-31T17:25:24.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-31T17:25:24.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-31T17:25:24.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34712026-07-31T17:25:24.824Z
34722026-07-31T17:25:24.824Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/303)
34732026-07-31T17:25:25.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-31T17:25:25.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-31T17:25:25.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-31T17:25:25.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34772026-07-31T17:25:25.415Z
34782026-07-31T17:25:25.415Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/303)
34792026-07-31T17:25:25.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-31T17:25:25.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-31T17:25:25.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-31T17:25:25.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34832026-07-31T17:25:26.008Z
34842026-07-31T17:25:26.008Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/303)
34852026-07-31T17:25:26.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-31T17:25:26.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-31T17:25:26.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-31T17:25:26.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34892026-07-31T17:25:26.602Z
34902026-07-31T17:25:26.602Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/303)
34912026-07-31T17:25:27.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-31T17:25:27.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-31T17:25:27.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-31T17:25:27.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34952026-07-31T17:25:27.194Z
34962026-07-31T17:25:27.194Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/303)
34972026-07-31T17:25:27.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-31T17:25:27.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-31T17:25:27.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-31T17:25:27.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35012026-07-31T17:25:27.768Z
35022026-07-31T17:25:27.768Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/303)
35032026-07-31T17:25:28.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-31T17:25:28.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-31T17:25:28.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-31T17:25:28.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35072026-07-31T17:25:28.342Z
35082026-07-31T17:25:28.342Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/303)
35092026-07-31T17:25:28.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-31T17:25:28.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-31T17:25:28.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-31T17:25:28.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35132026-07-31T17:25:28.917Z
35142026-07-31T17:25:28.917Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/303)
35152026-07-31T17:25:29.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-31T17:25:29.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-31T17:25:29.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-31T17:25:29.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35192026-07-31T17:25:29.489Z
35202026-07-31T17:25:29.489Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/303)
35212026-07-31T17:25:29.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-31T17:25:29.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-31T17:25:29.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-31T17:25:29.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35252026-07-31T17:25:30.058Z
35262026-07-31T17:25:30.058Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/303)
35272026-07-31T17:25:30.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-31T17:25:30.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-31T17:25:30.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-31T17:25:30.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35312026-07-31T17:25:30.627Z
35322026-07-31T17:25:30.627Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/303)
35332026-07-31T17:25:31.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-31T17:25:31.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-31T17:25:31.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-31T17:25:31.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35372026-07-31T17:25:31.197Z
35382026-07-31T17:25:31.197Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/303)
35392026-07-31T17:25:31.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-31T17:25:31.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-31T17:25:31.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-31T17:25:31.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35432026-07-31T17:25:31.769Z
35442026-07-31T17:25:31.769Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/303)
35452026-07-31T17:25:32.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-31T17:25:32.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-31T17:25:32.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-31T17:25:32.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35492026-07-31T17:25:32.355Z
35502026-07-31T17:25:32.355Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/303)
35512026-07-31T17:25:32.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-31T17:25:32.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-31T17:25:32.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-31T17:25:32.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35552026-07-31T17:25:32.942Z
35562026-07-31T17:25:32.942Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/303)
35572026-07-31T17:25:33.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-31T17:25:33.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-31T17:25:33.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-31T17:25:33.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35612026-07-31T17:25:33.525Z
35622026-07-31T17:25:33.525Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/303)
35632026-07-31T17:25:34.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-31T17:25:34.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-31T17:25:34.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-07-31T17:25:34.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35672026-07-31T17:25:34.114Z
35682026-07-31T17:25:34.114Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/303)
35692026-07-31T17:25:34.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-07-31T17:25:34.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-07-31T17:25:34.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-07-31T17:25:34.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35732026-07-31T17:25:34.704Z
35742026-07-31T17:25:34.704Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/303)
35752026-07-31T17:25:35.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-07-31T17:25:35.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-07-31T17:25:35.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-07-31T17:25:35.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35792026-07-31T17:25:35.294Z
35802026-07-31T17:25:35.294Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/303)
35812026-07-31T17:25:35.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-07-31T17:25:35.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-07-31T17:25:35.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-07-31T17:25:35.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35852026-07-31T17:25:35.876Z
35862026-07-31T17:25:35.876Zinfo: running `cargo check --bins` on oximeter-producer (173/303)
35872026-07-31T17:25:36.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-07-31T17:25:36.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-07-31T17:25:36.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-07-31T17:25:36.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35912026-07-31T17:25:36.474Z
35922026-07-31T17:25:36.474Zinfo: running `cargo check --bins` on internal-dns-resolver (174/303)
35932026-07-31T17:25:36.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-07-31T17:25:36.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-07-31T17:25:36.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-07-31T17:25:36.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35972026-07-31T17:25:37.042Z
35982026-07-31T17:25:37.042Zinfo: running `cargo check --bins` on dns-server (175/303)
35992026-07-31T17:25:37.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-07-31T17:25:37.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-07-31T17:25:37.678Z Compiling parking_lot_core v0.8.6
36022026-07-31T17:25:37.682Z Compiling git-stub v1.0.0
36032026-07-31T17:25:37.792Z Checking prefix-trie v0.7.0
36042026-07-31T17:25:37.797Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36052026-07-31T17:25:37.909Z Compiling git-stub-vcs v0.1.0
36062026-07-31T17:25:38.069Z Checking hickory-server v0.25.2
36072026-07-31T17:25:38.178Z Checking parking_lot v0.11.2
36082026-07-31T17:25:38.211Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36092026-07-31T17:25:38.345Z Checking sled v0.34.7
36102026-07-31T17:25:40.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
36112026-07-31T17:25:40.466Z
36122026-07-31T17:25:40.466Zinfo: running `cargo check --bins` on dns-server-api (176/303)
36132026-07-31T17:25:40.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-07-31T17:25:40.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-07-31T17:25:40.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-07-31T17:25:40.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36172026-07-31T17:25:41.044Z
36182026-07-31T17:25:41.044Zinfo: running `cargo check --bins` on oximeter-producer-api (177/303)
36192026-07-31T17:25:41.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-07-31T17:25:41.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-07-31T17:25:41.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-07-31T17:25:41.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36232026-07-31T17:25:41.607Z
36242026-07-31T17:25:41.607Zinfo: running `cargo check --bins` on sp-sim (178/303)
36252026-07-31T17:25:42.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-07-31T17:25:42.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-07-31T17:25:42.308Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36282026-07-31T17:25:44.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
36292026-07-31T17:25:44.278Z
36302026-07-31T17:25:44.278Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/303)
36312026-07-31T17:25:44.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-07-31T17:25:44.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-07-31T17:25:44.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-07-31T17:25:44.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36352026-07-31T17:25:44.900Z
36362026-07-31T17:25:44.900Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/303)
36372026-07-31T17:25:45.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-07-31T17:25:45.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-07-31T17:25:45.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-07-31T17:25:45.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36412026-07-31T17:25:45.520Z
36422026-07-31T17:25:45.520Zinfo: running `cargo check --bins` on db-macros (181/303)
36432026-07-31T17:25:45.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-07-31T17:25:45.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-07-31T17:25:45.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-07-31T17:25:45.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36472026-07-31T17:25:46.077Z
36482026-07-31T17:25:46.077Zinfo: running `cargo check --bins` on nexus-macros-common (182/303)
36492026-07-31T17:25:46.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-07-31T17:25:46.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-07-31T17:25:46.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-07-31T17:25:46.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36532026-07-31T17:25:46.631Z
36542026-07-31T17:25:46.631Zinfo: running `cargo check --bins` on nexus-auth (183/303)
36552026-07-31T17:25:47.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-07-31T17:25:47.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-07-31T17:25:47.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-07-31T17:25:47.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36592026-07-31T17:25:47.255Z
36602026-07-31T17:25:47.255Zinfo: running `cargo check --bins` on authz-macros (184/303)
36612026-07-31T17:25:47.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-07-31T17:25:47.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-07-31T17:25:47.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-07-31T17:25:47.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36652026-07-31T17:25:47.811Z
36662026-07-31T17:25:47.811Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/303)
36672026-07-31T17:25:48.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-07-31T17:25:48.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-07-31T17:25:48.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-07-31T17:25:48.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36712026-07-31T17:25:48.417Z
36722026-07-31T17:25:48.417Zinfo: running `cargo check --bins` on nexus-db-model (186/303)
36732026-07-31T17:25:48.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-07-31T17:25:48.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-07-31T17:25:48.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-07-31T17:25:48.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36772026-07-31T17:25:49.027Z
36782026-07-31T17:25:49.027Zinfo: running `cargo check --bins` on nexus-db-schema (187/303)
36792026-07-31T17:25:49.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-07-31T17:25:49.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-07-31T17:25:49.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-07-31T17:25:49.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36832026-07-31T17:25:49.583Z
36842026-07-31T17:25:49.583Zinfo: running `cargo check --bins` on omicron-rpaths (188/303)
36852026-07-31T17:25:50.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-07-31T17:25:50.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-07-31T17:25:50.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-07-31T17:25:50.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36892026-07-31T17:25:50.136Z
36902026-07-31T17:25:50.137Zinfo: running `cargo check --bins` on nexus-defaults (189/303)
36912026-07-31T17:25:50.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-07-31T17:25:50.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-07-31T17:25:50.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-07-31T17:25:50.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36952026-07-31T17:25:50.698Z
36962026-07-31T17:25:50.698Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/303)
36972026-07-31T17:25:51.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-07-31T17:25:51.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-07-31T17:25:51.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-07-31T17:25:51.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37012026-07-31T17:25:51.251Z
37022026-07-31T17:25:51.251Zinfo: running `cargo check --bins` on parallel-task-set (191/303)
37032026-07-31T17:25:51.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-07-31T17:25:51.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-07-31T17:25:51.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-07-31T17:25:51.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37072026-07-31T17:25:51.800Z
37082026-07-31T17:25:51.800Zinfo: running `cargo check --bins` on omicron-git-version (192/303)
37092026-07-31T17:25:52.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-07-31T17:25:52.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-07-31T17:25:52.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-07-31T17:25:52.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37132026-07-31T17:25:52.351Z
37142026-07-31T17:25:52.351Zinfo: running `cargo check --bins` on nexus-db-errors (193/303)
37152026-07-31T17:25:52.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-07-31T17:25:52.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-07-31T17:25:52.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-07-31T17:25:52.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37192026-07-31T17:25:52.972Z
37202026-07-31T17:25:52.972Zinfo: running `cargo check --bins` on nexus-db-lookup (194/303)
37212026-07-31T17:25:53.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-07-31T17:25:53.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-07-31T17:25:53.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-07-31T17:25:53.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37252026-07-31T17:25:53.590Z
37262026-07-31T17:25:53.590Zinfo: running `cargo check --bins` on nexus-inventory (195/303)
37272026-07-31T17:25:54.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-07-31T17:25:54.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-07-31T17:25:54.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-07-31T17:25:54.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37312026-07-31T17:25:54.198Z
37322026-07-31T17:25:54.198Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/303)
37332026-07-31T17:25:54.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-07-31T17:25:54.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-07-31T17:25:54.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-07-31T17:25:54.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37372026-07-31T17:25:54.785Z
37382026-07-31T17:25:54.785Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/303)
37392026-07-31T17:25:55.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-07-31T17:25:55.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-07-31T17:25:55.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-07-31T17:25:55.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37432026-07-31T17:25:55.372Z
37442026-07-31T17:25:55.372Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/303)
37452026-07-31T17:25:55.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-07-31T17:25:55.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-07-31T17:25:55.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-07-31T17:25:55.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37492026-07-31T17:25:55.958Z
37502026-07-31T17:25:55.958Zinfo: running `cargo check --bins` on key-manager (199/303)
37512026-07-31T17:25:56.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-07-31T17:25:56.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-07-31T17:25:56.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542026-07-31T17:25:56.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37552026-07-31T17:25:56.522Z
37562026-07-31T17:25:56.522Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/303)
37572026-07-31T17:25:57.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-07-31T17:25:57.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-07-31T17:25:57.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-07-31T17:25:57.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37612026-07-31T17:25:57.104Z
37622026-07-31T17:25:57.104Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/303)
37632026-07-31T17:25:57.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-07-31T17:25:57.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-07-31T17:25:57.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-07-31T17:25:57.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37672026-07-31T17:25:57.690Z
37682026-07-31T17:25:57.691Zinfo: running `cargo check --bins` on typed-rng (202/303)
37692026-07-31T17:25:58.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-07-31T17:25:58.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-07-31T17:25:58.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-07-31T17:25:58.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37732026-07-31T17:25:58.244Z
37742026-07-31T17:25:58.244Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/303)
37752026-07-31T17:25:58.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-07-31T17:25:58.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-07-31T17:25:59.060Z Compiling libefi-sys v0.1.0
37782026-07-31T17:25:59.065Z Compiling bitfield-struct v0.6.2
37792026-07-31T17:25:59.203Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37802026-07-31T17:25:59.211Z Compiling xshell-macros v0.2.7
37812026-07-31T17:25:59.220Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37822026-07-31T17:25:59.233Z Compiling salty v0.3.0
37832026-07-31T17:25:59.248Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37842026-07-31T17:25:59.263Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37852026-07-31T17:25:59.263Z Checking rfc6979 v0.4.0
37862026-07-31T17:25:59.387Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37872026-07-31T17:25:59.402Z Checking ecdsa v0.16.9
37882026-07-31T17:25:59.545Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37892026-07-31T17:25:59.561Z Checking primeorder v0.13.6
37902026-07-31T17:25:59.577Z Checking xshell v0.2.7
37912026-07-31T17:25:59.591Z Compiling proc-macro-error-attr2 v2.0.0
37922026-07-31T17:25:59.691Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37932026-07-31T17:25:59.735Z Checking tungstenite v0.21.0
37942026-07-31T17:25:59.752Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37952026-07-31T17:25:59.768Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37962026-07-31T17:25:59.794Z Checking p384 v0.13.1
37972026-07-31T17:25:59.828Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37982026-07-31T17:25:59.890Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37992026-07-31T17:25:59.984Z Compiling proc-macro-error2 v2.0.1
38002026-07-31T17:26:00.040Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
38012026-07-31T17:26:00.040Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38022026-07-31T17:26:00.090Z Checking papergrid v0.17.0
38032026-07-31T17:26:00.148Z Checking tokio-tungstenite v0.21.0
38042026-07-31T17:26:00.202Z Checking libscf-sys v1.2.0
38052026-07-31T17:26:00.259Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38062026-07-31T17:26:00.274Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38072026-07-31T17:26:00.291Z Compiling tabled_derive v0.11.0
38082026-07-31T17:26:00.328Z Compiling progenitor-impl v0.13.0
38092026-07-31T17:26:00.402Z Checking testing_table v0.3.0
38102026-07-31T17:26:00.423Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38112026-07-31T17:26:00.426Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38122026-07-31T17:26:00.494Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38132026-07-31T17:26:00.541Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38142026-07-31T17:26:00.642Z Checking corncobs v0.1.4
38152026-07-31T17:26:00.707Z Compiling illumos-nvpair-sys v0.2.0
38162026-07-31T17:26:00.751Z Compiling unicase v2.9.0
38172026-07-31T17:26:00.770Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38182026-07-31T17:26:00.928Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38192026-07-31T17:26:00.994Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38202026-07-31T17:26:01.001Z Compiling mime_guess v2.0.5
38212026-07-31T17:26:01.032Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38222026-07-31T17:26:01.217Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38232026-07-31T17:26:01.238Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38242026-07-31T17:26:01.280Z Checking progenitor-client v0.13.0
38252026-07-31T17:26:01.462Z Checking tabled v0.20.0
38262026-07-31T17:26:01.494Z Checking secrecy v0.8.0
38272026-07-31T17:26:01.516Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38282026-07-31T17:26:01.531Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38292026-07-31T17:26:02.186Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38302026-07-31T17:26:02.191Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38312026-07-31T17:26:02.191Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38322026-07-31T17:26:02.191Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38332026-07-31T17:26:02.191Z Checking filetime v0.2.27
38342026-07-31T17:26:02.195Z Checking http-range v0.1.5
38352026-07-31T17:26:02.261Z Checking xattr v1.6.1
38362026-07-31T17:26:04.698Z Checking crc8 v0.1.1
38372026-07-31T17:26:04.732Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38382026-07-31T17:26:04.732Z Checking tar v0.4.46
38392026-07-31T17:26:04.732Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38402026-07-31T17:26:04.732Z Checking illumos-nvpair v0.3.0
38412026-07-31T17:26:04.732Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38422026-07-31T17:26:04.732Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38432026-07-31T17:26:04.732Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38442026-07-31T17:26:04.732Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38452026-07-31T17:26:04.732Z Compiling progenitor-macro v0.13.0
38462026-07-31T17:26:04.732Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38472026-07-31T17:26:04.732Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38482026-07-31T17:26:04.732Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38492026-07-31T17:26:04.732Z Checking hyper-staticfile v0.10.1
38502026-07-31T17:26:04.732Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38512026-07-31T17:26:04.732Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38522026-07-31T17:26:04.733Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38532026-07-31T17:26:04.733Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38542026-07-31T17:26:04.733Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38552026-07-31T17:26:04.733Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38562026-07-31T17:26:04.733Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38572026-07-31T17:26:04.733Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38582026-07-31T17:26:04.733Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38592026-07-31T17:26:04.733Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38602026-07-31T17:26:04.733Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38612026-07-31T17:26:06.195Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38622026-07-31T17:26:06.774Z Checking progenitor v0.13.0
38632026-07-31T17:26:06.783Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38642026-07-31T17:26:06.801Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38652026-07-31T17:26:07.527Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38662026-07-31T17:26:09.129Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38672026-07-31T17:26:12.209Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38682026-07-31T17:26:23.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.87s
38692026-07-31T17:26:23.125Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38702026-07-31T17:26:23.125Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38712026-07-31T17:26:23.333Z
38722026-07-31T17:26:23.333Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/303)
38732026-07-31T17:26:23.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-07-31T17:26:23.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-07-31T17:26:24.100Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-07-31T17:26:34.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38772026-07-31T17:26:34.674Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38782026-07-31T17:26:34.674Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38792026-07-31T17:26:34.869Z
38802026-07-31T17:26:34.869Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/303)
38812026-07-31T17:26:35.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-31T17:26:35.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-31T17:26:35.633Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-07-31T17:26:46.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38852026-07-31T17:26:46.267Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38862026-07-31T17:26:46.267Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38872026-07-31T17:26:46.451Z
38882026-07-31T17:26:46.451Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/303)
38892026-07-31T17:26:46.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-07-31T17:26:46.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-07-31T17:26:47.222Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38922026-07-31T17:26:57.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38932026-07-31T17:26:57.833Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38942026-07-31T17:26:57.833Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38952026-07-31T17:26:58.027Z
38962026-07-31T17:26:58.027Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/303)
38972026-07-31T17:26:58.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-07-31T17:26:58.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-07-31T17:26:58.791Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39002026-07-31T17:27:09.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
39012026-07-31T17:27:09.470Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39022026-07-31T17:27:09.470Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39032026-07-31T17:27:09.654Z
39042026-07-31T17:27:09.654Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/303)
39052026-07-31T17:27:10.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-07-31T17:27:10.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-07-31T17:27:10.422Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39082026-07-31T17:27:21.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
39092026-07-31T17:27:21.089Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39102026-07-31T17:27:21.089Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39112026-07-31T17:27:21.272Z
39122026-07-31T17:27:21.272Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/303)
39132026-07-31T17:27:21.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-07-31T17:27:21.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-07-31T17:27:22.032Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39162026-07-31T17:27:32.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
39172026-07-31T17:27:32.684Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39182026-07-31T17:27:32.685Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39192026-07-31T17:27:32.884Z
39202026-07-31T17:27:32.884Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/303)
39212026-07-31T17:27:33.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39222026-07-31T17:27:33.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39232026-07-31T17:27:33.654Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39242026-07-31T17:27:44.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
39252026-07-31T17:27:44.308Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39262026-07-31T17:27:44.308Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39272026-07-31T17:27:44.507Z
39282026-07-31T17:27:44.507Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/303)
39292026-07-31T17:27:44.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-07-31T17:27:44.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-07-31T17:27:44.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-07-31T17:27:44.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39332026-07-31T17:27:45.079Z
39342026-07-31T17:27:45.079Zinfo: running `cargo check --bins` on range-requests (212/303)
39352026-07-31T17:27:45.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-07-31T17:27:45.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-07-31T17:27:45.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-07-31T17:27:45.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39392026-07-31T17:27:45.644Z
39402026-07-31T17:27:45.644Zinfo: running `cargo check --bins` on repo-depot-api (213/303)
39412026-07-31T17:27:46.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-07-31T17:27:46.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-07-31T17:27:46.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-07-31T17:27:46.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39452026-07-31T17:27:46.214Z
39462026-07-31T17:27:46.214Zinfo: running `cargo check --bins` on sled-agent-api (214/303)
39472026-07-31T17:27:46.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-07-31T17:27:46.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-07-31T17:27:46.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-07-31T17:27:46.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39512026-07-31T17:27:46.800Z
39522026-07-31T17:27:46.800Zinfo: running `cargo check --bins` on sled-diagnostics (215/303)
39532026-07-31T17:27:47.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-07-31T17:27:47.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-07-31T17:27:47.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-07-31T17:27:47.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39572026-07-31T17:27:47.390Z
39582026-07-31T17:27:47.390Zinfo: running `cargo check --bins` on zfs-test-harness (216/303)
39592026-07-31T17:27:47.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-07-31T17:27:47.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-07-31T17:27:47.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-07-31T17:27:47.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39632026-07-31T17:27:47.981Z
39642026-07-31T17:27:47.981Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/303)
39652026-07-31T17:27:48.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-07-31T17:27:48.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-07-31T17:27:48.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-07-31T17:27:48.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39692026-07-31T17:27:48.582Z
39702026-07-31T17:27:48.582Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/303)
39712026-07-31T17:27:49.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-07-31T17:27:49.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-07-31T17:27:49.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-07-31T17:27:49.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39752026-07-31T17:27:49.180Z
39762026-07-31T17:27:49.180Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/303)
39772026-07-31T17:27:49.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-07-31T17:27:49.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-07-31T17:27:49.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-07-31T17:27:49.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39812026-07-31T17:27:49.774Z
39822026-07-31T17:27:49.774Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/303)
39832026-07-31T17:27:50.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-07-31T17:27:50.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-07-31T17:27:50.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-07-31T17:27:50.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39872026-07-31T17:27:50.362Z
39882026-07-31T17:27:50.363Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/303)
39892026-07-31T17:27:50.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-07-31T17:27:50.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-07-31T17:27:50.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-07-31T17:27:50.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39932026-07-31T17:27:50.956Z
39942026-07-31T17:27:50.956Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/303)
39952026-07-31T17:27:51.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-07-31T17:27:51.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-07-31T17:27:51.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-07-31T17:27:51.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39992026-07-31T17:27:51.549Z
40002026-07-31T17:27:51.549Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/303)
40012026-07-31T17:27:52.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-07-31T17:27:52.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-07-31T17:27:52.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-07-31T17:27:52.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40052026-07-31T17:27:52.147Z
40062026-07-31T17:27:52.147Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/303)
40072026-07-31T17:27:52.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-07-31T17:27:52.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-07-31T17:27:52.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-07-31T17:27:52.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40112026-07-31T17:27:52.772Z
40122026-07-31T17:27:52.772Zinfo: running `cargo check --bins` on trust-quorum (225/303)
40132026-07-31T17:27:53.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-07-31T17:27:53.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-07-31T17:27:53.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-07-31T17:27:53.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40172026-07-31T17:27:53.367Z
40182026-07-31T17:27:53.367Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/303)
40192026-07-31T17:27:53.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-07-31T17:27:53.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-07-31T17:27:53.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-07-31T17:27:53.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40232026-07-31T17:27:53.970Z
40242026-07-31T17:27:53.970Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/303)
40252026-07-31T17:27:54.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-07-31T17:27:54.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-07-31T17:27:54.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-07-31T17:27:54.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40292026-07-31T17:27:54.587Z
40302026-07-31T17:27:54.587Zinfo: running `cargo check --bins` on update-common (228/303)
40312026-07-31T17:27:55.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-07-31T17:27:55.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-07-31T17:27:55.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-07-31T17:27:55.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40352026-07-31T17:27:55.153Z
40362026-07-31T17:27:55.153Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/303)
40372026-07-31T17:27:55.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-07-31T17:27:55.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-07-31T17:27:55.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-07-31T17:27:55.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40412026-07-31T17:27:55.768Z
40422026-07-31T17:27:55.768Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/303)
40432026-07-31T17:27:56.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-07-31T17:27:56.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-07-31T17:27:56.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-07-31T17:27:56.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40472026-07-31T17:27:56.321Z
40482026-07-31T17:27:56.321Zinfo: running `cargo check --bins` on reconfigurator-cli (231/303)
40492026-07-31T17:27:56.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-07-31T17:27:56.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-07-31T17:27:57.075Z Compiling fs-err v2.11.0
40522026-07-31T17:27:57.078Z Checking ignore v0.4.25
40532026-07-31T17:27:57.078Z Checking arc-swap v1.8.2
40542026-07-31T17:27:57.229Z Checking predicates-tree v1.0.13
40552026-07-31T17:27:57.237Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40562026-07-31T17:27:57.237Z Checking parse-size v1.1.0
40572026-07-31T17:27:57.243Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40582026-07-31T17:27:57.243Z Checking rand_seeder v0.4.0
40592026-07-31T17:27:57.303Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40602026-07-31T17:27:57.335Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40612026-07-31T17:27:57.387Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40622026-07-31T17:27:57.403Z Checking slog-scope v4.4.1
40632026-07-31T17:27:57.438Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40642026-07-31T17:27:57.529Z Checking slog-stdlog v4.1.1
40652026-07-31T17:27:57.546Z Compiling petname v2.0.2
40662026-07-31T17:27:57.560Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40672026-07-31T17:27:57.582Z Checking globwalk v0.9.1
40682026-07-31T17:27:57.622Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40692026-07-31T17:27:57.646Z Checking slog-envlogger v2.2.0
40702026-07-31T17:27:57.759Z Checking camino-tempfile-ext v0.3.3
40712026-07-31T17:27:57.793Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40722026-07-31T17:27:57.832Z Checking sapling-renderdag v0.1.0
40732026-07-31T17:27:57.950Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40742026-07-31T17:27:57.979Z Checking subprocess v0.2.15
40752026-07-31T17:27:58.071Z Checking sync-ptr v0.1.4
40762026-07-31T17:27:58.195Z Checking colored v2.2.0
40772026-07-31T17:27:58.211Z Checking assert_matches v1.5.0
40782026-07-31T17:27:58.259Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40792026-07-31T17:27:58.429Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40802026-07-31T17:27:58.429Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40812026-07-31T17:27:59.156Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40822026-07-31T17:28:00.475Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40832026-07-31T17:28:02.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.36s
40842026-07-31T17:28:02.884Z
40852026-07-31T17:28:02.884Zinfo: running `cargo check --bins` on omicron-repl-utils (232/303)
40862026-07-31T17:28:03.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-07-31T17:28:03.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-07-31T17:28:03.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-07-31T17:28:03.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40902026-07-31T17:28:03.436Z
40912026-07-31T17:28:03.437Zinfo: running `cargo check --bins` on transient-dns-server (233/303)
40922026-07-31T17:28:03.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-07-31T17:28:03.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-07-31T17:28:03.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-07-31T17:28:03.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40962026-07-31T17:28:04.015Z
40972026-07-31T17:28:04.015Zinfo: running `cargo check --bins` on nexus-test-interface (234/303)
40982026-07-31T17:28:04.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-07-31T17:28:04.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-07-31T17:28:04.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-07-31T17:28:04.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41022026-07-31T17:28:04.636Z
41032026-07-31T17:28:04.636Zinfo: running `cargo check --bins` on oximeter-collector (235/303)
41042026-07-31T17:28:05.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-07-31T17:28:05.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-07-31T17:28:05.350Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41072026-07-31T17:28:05.350Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41082026-07-31T17:28:06.034Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41092026-07-31T17:28:07.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
41102026-07-31T17:28:07.944Z
41112026-07-31T17:28:07.944Zinfo: running `cargo check --bins` on oximeter-api (236/303)
41122026-07-31T17:28:08.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-07-31T17:28:08.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-07-31T17:28:08.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41152026-07-31T17:28:08.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41162026-07-31T17:28:08.513Z
41172026-07-31T17:28:08.513Zinfo: running `cargo check --bins` on cert-dev (237/303)
41182026-07-31T17:28:08.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-07-31T17:28:08.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-07-31T17:28:09.110Z Checking yasna v0.5.2
41212026-07-31T17:28:09.509Z Checking rcgen v0.12.1
41222026-07-31T17:28:09.758Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41232026-07-31T17:28:09.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
41242026-07-31T17:28:10.115Z
41252026-07-31T17:28:10.115Zinfo: running `cargo check --bins` on clickana (238/303)
41262026-07-31T17:28:10.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-07-31T17:28:10.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-07-31T17:28:10.748Z Compiling instability v0.3.11
41292026-07-31T17:28:10.748Z Checking castaway v0.2.4
41302026-07-31T17:28:10.751Z Compiling indoc v2.0.7
41312026-07-31T17:28:10.854Z Checking unicode-truncate v1.1.0
41322026-07-31T17:28:10.860Z Checking lru v0.12.5
41332026-07-31T17:28:10.864Z Checking cassowary v0.3.0
41342026-07-31T17:28:10.941Z Checking compact_str v0.8.1
41352026-07-31T17:28:11.734Z Checking ratatui v0.29.0
41362026-07-31T17:28:12.795Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41372026-07-31T17:28:13.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
41382026-07-31T17:28:13.687Z
41392026-07-31T17:28:13.687Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/303)
41402026-07-31T17:28:14.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-07-31T17:28:14.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-07-31T17:28:14.396Z Checking headers-core v0.3.0
41432026-07-31T17:28:14.400Z Checking port-file v0.1.0
41442026-07-31T17:28:14.400Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41452026-07-31T17:28:14.593Z Checking headers v0.4.1
41462026-07-31T17:28:14.962Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41472026-07-31T17:28:15.919Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41482026-07-31T17:28:16.436Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41492026-07-31T17:28:16.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
41502026-07-31T17:28:17.065Z
41512026-07-31T17:28:17.065Zinfo: running `cargo check --bins` on ch-dev (240/303)
41522026-07-31T17:28:17.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-07-31T17:28:17.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-07-31T17:28:17.778Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41552026-07-31T17:28:18.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41562026-07-31T17:28:18.725Z
41572026-07-31T17:28:18.725Zinfo: running `cargo check --bins` on dev-tools-common (241/303)
41582026-07-31T17:28:19.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-07-31T17:28:19.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-07-31T17:28:19.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41612026-07-31T17:28:19.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
41622026-07-31T17:28:19.139Z
41632026-07-31T17:28:19.139Zinfo: running `cargo check --bins` on corpus-adjust (242/303)
41642026-07-31T17:28:19.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41652026-07-31T17:28:19.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41662026-07-31T17:28:19.766Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41672026-07-31T17:28:20.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
41682026-07-31T17:28:20.311Z
41692026-07-31T17:28:20.311Zinfo: running `cargo check --bins` on crdb-seed (243/303)
41702026-07-31T17:28:20.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41712026-07-31T17:28:20.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41722026-07-31T17:28:21.018Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41732026-07-31T17:28:22.120Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41742026-07-31T17:28:22.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
41752026-07-31T17:28:22.667Z
41762026-07-31T17:28:22.667Zinfo: running `cargo check --bins` on db-dev (244/303)
41772026-07-31T17:28:23.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41782026-07-31T17:28:23.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41792026-07-31T17:28:23.370Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41802026-07-31T17:28:24.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41812026-07-31T17:28:24.323Z
41822026-07-31T17:28:24.323Zinfo: running `cargo check --bins` on omicron-dev-lib (245/303)
41832026-07-31T17:28:24.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-07-31T17:28:24.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-07-31T17:28:24.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41862026-07-31T17:28:24.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41872026-07-31T17:28:24.943Z
41882026-07-31T17:28:24.943Zinfo: running `cargo check --bins` on xtask-downloader (246/303)
41892026-07-31T17:28:25.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-07-31T17:28:25.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-07-31T17:28:25.554Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41922026-07-31T17:28:26.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
41932026-07-31T17:28:26.405Z
41942026-07-31T17:28:26.405Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/303)
41952026-07-31T17:28:26.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-07-31T17:28:26.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-07-31T17:28:27.146Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41982026-07-31T17:28:27.146Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41992026-07-31T17:28:27.146Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42002026-07-31T17:28:27.150Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
42012026-07-31T17:28:27.150Z Checking git-stub v1.0.0
42022026-07-31T17:28:27.150Z Compiling trait-variant v0.1.2
42032026-07-31T17:28:27.150Z Checking is_ci v1.2.0
42042026-07-31T17:28:27.268Z Checking maplit v1.0.2
42052026-07-31T17:28:27.345Z Checking supports-color v3.0.2
42062026-07-31T17:28:27.358Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
42072026-07-31T17:28:27.430Z Checking git-stub-vcs v0.1.0
42082026-07-31T17:28:27.467Z Checking drift v0.2.0
42092026-07-31T17:28:27.551Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42102026-07-31T17:28:27.567Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42112026-07-31T17:28:27.622Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42122026-07-31T17:28:27.785Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42132026-07-31T17:28:27.799Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42142026-07-31T17:28:27.815Z Checking dropshot-api-manager v0.7.2
42152026-07-31T17:28:27.905Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42162026-07-31T17:28:28.002Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42172026-07-31T17:28:28.240Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
42182026-07-31T17:28:28.552Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42192026-07-31T17:28:29.185Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42202026-07-31T17:28:29.185Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
42212026-07-31T17:28:33.582Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42222026-07-31T17:28:34.534Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42232026-07-31T17:28:35.074Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42242026-07-31T17:28:35.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.10s
42252026-07-31T17:28:35.633Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42262026-07-31T17:28:35.634Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42272026-07-31T17:28:35.907Z
42282026-07-31T17:28:35.907Zinfo: running `cargo check --bins` on installinator-api (248/303)
42292026-07-31T17:28:36.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-07-31T17:28:36.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-07-31T17:28:36.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-07-31T17:28:36.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42332026-07-31T17:28:36.291Z
42342026-07-31T17:28:36.291Zinfo: running `cargo check --bins` on nexus-external-api (249/303)
42352026-07-31T17:28:36.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-07-31T17:28:36.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-07-31T17:28:36.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-07-31T17:28:36.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42392026-07-31T17:28:36.909Z
42402026-07-31T17:28:36.909Zinfo: running `cargo check --bins` on nexus-internal-api (250/303)
42412026-07-31T17:28:37.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-07-31T17:28:37.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-07-31T17:28:37.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-07-31T17:28:37.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42452026-07-31T17:28:37.525Z
42462026-07-31T17:28:37.525Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/303)
42472026-07-31T17:28:38.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-07-31T17:28:38.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-07-31T17:28:38.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42502026-07-31T17:28:38.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42512026-07-31T17:28:38.148Z
42522026-07-31T17:28:38.148Zinfo: running `cargo check --bins` on ntp-admin-api (252/303)
42532026-07-31T17:28:38.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-07-31T17:28:38.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-07-31T17:28:38.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-07-31T17:28:38.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42572026-07-31T17:28:38.722Z
42582026-07-31T17:28:38.722Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/303)
42592026-07-31T17:28:39.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-07-31T17:28:39.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-07-31T17:28:39.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-07-31T17:28:39.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42632026-07-31T17:28:39.294Z
42642026-07-31T17:28:39.294Zinfo: running `cargo check --bins` on wicketd-api (254/303)
42652026-07-31T17:28:39.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-07-31T17:28:39.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-07-31T17:28:39.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-07-31T17:28:39.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42692026-07-31T17:28:39.879Z
42702026-07-31T17:28:39.880Zinfo: running `cargo check --bins` on wicketd-commission-api (255/303)
42712026-07-31T17:28:40.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-07-31T17:28:40.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-07-31T17:28:40.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-07-31T17:28:40.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42752026-07-31T17:28:40.448Z
42762026-07-31T17:28:40.448Zinfo: running `cargo check --bins` on omicron-ls-apis (256/303)
42772026-07-31T17:28:40.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-07-31T17:28:40.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-07-31T17:28:41.055Z Compiling blake3 v1.8.5
42802026-07-31T17:28:41.166Z Checking arrayvec v0.7.6
42812026-07-31T17:28:41.170Z Checking constant_time_eq v0.4.2
42822026-07-31T17:28:41.171Z Checking arrayref v0.3.9
42832026-07-31T17:28:41.194Z Checking cargo-platform v0.3.2
42842026-07-31T17:28:41.200Z Checking topological-sort v0.2.2
42852026-07-31T17:28:41.200Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42862026-07-31T17:28:41.361Z Checking cargo_metadata v0.23.1
42872026-07-31T17:28:41.945Z Checking omicron-zone-package v0.12.3
42882026-07-31T17:28:42.665Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42892026-07-31T17:28:43.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
42902026-07-31T17:28:43.667Z
42912026-07-31T17:28:43.668Zinfo: running `cargo check --bins` on mgs-dev (257/303)
42922026-07-31T17:28:44.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-07-31T17:28:44.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-07-31T17:28:44.386Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42952026-07-31T17:28:45.013Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42962026-07-31T17:28:45.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42972026-07-31T17:28:45.746Z
42982026-07-31T17:28:45.747Zinfo: running `cargo check --bins` on omicron-omdb (258/303)
42992026-07-31T17:28:46.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-07-31T17:28:46.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-07-31T17:28:46.736Z Compiling darling_core v0.21.3
43022026-07-31T17:28:46.736Z Compiling vergen-lib v0.1.6
43032026-07-31T17:28:46.736Z Compiling diesel_derives v2.3.7
43042026-07-31T17:28:46.740Z Checking scheduled-thread-pool v0.2.7
43052026-07-31T17:28:46.740Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43062026-07-31T17:28:46.740Z Compiling vergen-gitcl v1.0.8
43072026-07-31T17:28:46.740Z Compiling diesel_table_macro_syntax v0.3.0
43082026-07-31T17:28:46.852Z Compiling dirs-sys-next v0.1.2
43092026-07-31T17:28:47.025Z Compiling crunchy v0.2.4
43102026-07-31T17:28:47.038Z Compiling glob v0.3.3
43112026-07-31T17:28:47.043Z Checking r2d2 v0.8.10
43122026-07-31T17:28:47.102Z Compiling dirs-next v2.0.0
43132026-07-31T17:28:47.149Z Checking downcast-rs v2.0.2
43142026-07-31T17:28:47.219Z Compiling tiny-keccak v2.0.2
43152026-07-31T17:28:47.231Z Compiling term v0.7.0
43162026-07-31T17:28:47.383Z Compiling bit-vec v0.6.3
43172026-07-31T17:28:47.700Z Compiling clang-sys v1.8.1
43182026-07-31T17:28:47.700Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43192026-07-31T17:28:47.700Z Compiling bit-set v0.5.3
43202026-07-31T17:28:47.700Z Compiling ascii-canvas v3.0.0
43212026-07-31T17:28:47.755Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43222026-07-31T17:28:47.792Z Compiling itertools v0.10.5
43232026-07-31T17:28:47.810Z Compiling ena v0.14.4
43242026-07-31T17:28:47.824Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43252026-07-31T17:28:47.872Z Compiling libloading v0.8.9
43262026-07-31T17:28:47.882Z Compiling diff v0.1.13
43272026-07-31T17:28:47.910Z Compiling regex-syntax v0.6.29
43282026-07-31T17:28:48.017Z Compiling bindgen v0.71.1
43292026-07-31T17:28:48.157Z Compiling cexpr v0.6.0
43302026-07-31T17:28:48.456Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43312026-07-31T17:28:48.466Z Compiling rustc-hash v2.1.1
43322026-07-31T17:28:48.638Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43332026-07-31T17:28:48.879Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43342026-07-31T17:28:48.925Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43352026-07-31T17:28:48.926Z Compiling libxml v0.3.3
43362026-07-31T17:28:49.091Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43372026-07-31T17:28:49.111Z Compiling strum_macros v0.24.3
43382026-07-31T17:28:49.140Z Compiling indoc v1.0.9
43392026-07-31T17:28:49.272Z Compiling lalrpop v0.19.12
43402026-07-31T17:28:49.385Z Compiling darling_macro v0.21.3
43412026-07-31T17:28:49.914Z Compiling darling v0.21.3
43422026-07-31T17:28:49.956Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43432026-07-31T17:28:50.006Z Compiling dsl_auto_type v0.2.0
43442026-07-31T17:28:50.145Z Checking derive_builder v0.20.2
43452026-07-31T17:28:50.263Z Compiling oso-derive v0.27.3
43462026-07-31T17:28:50.440Z Checking quick-xml v0.37.5
43472026-07-31T17:28:50.471Z Compiling impl-trait-for-tuples v0.2.3
43482026-07-31T17:28:50.833Z Checking openssl-probe v0.1.6
43492026-07-31T17:28:50.971Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43502026-07-31T17:28:51.382Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43512026-07-31T17:28:51.595Z Checking bb8 v0.8.6
43522026-07-31T17:28:51.658Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43532026-07-31T17:28:51.718Z Checking nonempty v0.12.0
43542026-07-31T17:28:51.861Z Compiling libz-sys v1.1.24
43552026-07-31T17:28:51.879Z Compiling strsim v0.10.0
43562026-07-31T17:28:51.893Z Compiling libgit2-sys v0.18.3+1.9.2
43572026-07-31T17:28:52.055Z Compiling darling_core v0.13.4
43582026-07-31T17:28:52.206Z Compiling vergen-git2 v9.1.0
43592026-07-31T17:28:52.303Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43602026-07-31T17:28:52.466Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43612026-07-31T17:28:52.518Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43622026-07-31T17:28:52.734Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43632026-07-31T17:28:52.920Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43642026-07-31T17:28:53.108Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43652026-07-31T17:28:53.298Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43662026-07-31T17:28:53.442Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43672026-07-31T17:28:53.482Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43682026-07-31T17:28:53.693Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43692026-07-31T17:28:53.858Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43702026-07-31T17:28:53.924Z Compiling darling_macro v0.13.4
43712026-07-31T17:28:54.049Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43722026-07-31T17:28:54.424Z Compiling darling v0.13.4
43732026-07-31T17:28:54.445Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43742026-07-31T17:28:54.519Z Compiling serde_with_macros v1.5.2
43752026-07-31T17:28:54.827Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43762026-07-31T17:28:55.230Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43772026-07-31T17:28:55.364Z Compiling serde_with v1.14.0
43782026-07-31T17:28:55.422Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43792026-07-31T17:28:55.931Z Checking diesel v2.3.7
43802026-07-31T17:28:56.578Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43812026-07-31T17:28:56.986Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43822026-07-31T17:28:57.238Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43832026-07-31T17:28:57.946Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43842026-07-31T17:28:58.196Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43852026-07-31T17:28:58.594Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43862026-07-31T17:28:58.785Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43872026-07-31T17:28:58.845Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43882026-07-31T17:28:59.032Z Checking twox-hash v2.1.2
43892026-07-31T17:28:59.099Z Checking libsw-core v0.3.2
43902026-07-31T17:28:59.260Z Checking atty v0.2.14
43912026-07-31T17:28:59.335Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43922026-07-31T17:28:59.365Z Checking libsw v3.5.0
43932026-07-31T17:28:59.526Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43942026-07-31T17:28:59.939Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43952026-07-31T17:29:00.029Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43962026-07-31T17:29:00.176Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43972026-07-31T17:29:02.981Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43982026-07-31T17:29:02.986Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43992026-07-31T17:29:02.986Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44002026-07-31T17:29:02.986Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
44012026-07-31T17:29:02.986Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44022026-07-31T17:29:02.986Z Checking console v0.16.2
44032026-07-31T17:29:02.986Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
44042026-07-31T17:29:03.008Z Checking fatfs v0.3.6
44052026-07-31T17:29:03.288Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44062026-07-31T17:29:03.468Z Compiling seq-macro v0.3.6
44072026-07-31T17:29:03.974Z Checking unit-prefix v0.5.2
44082026-07-31T17:29:04.179Z Checking indicatif v0.18.4
44092026-07-31T17:29:04.542Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44102026-07-31T17:29:04.630Z Checking oxide-update-engine-display v0.1.2
44112026-07-31T17:29:04.633Z Checking support-bundle-viewer v0.1.2
44122026-07-31T17:29:04.891Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
44132026-07-31T17:29:04.930Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
44142026-07-31T17:29:05.191Z Checking multimap v0.10.1
44152026-07-31T17:29:10.926Z Checking async-bb8-diesel v0.2.1
44162026-07-31T17:29:14.218Z Checking diesel-dtrace v0.5.0
44172026-07-31T17:29:14.257Z Compiling samael v0.0.19
44182026-07-31T17:29:17.921Z Compiling git2 v0.20.4
44192026-07-31T17:29:20.507Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
44202026-07-31T17:29:20.869Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
44212026-07-31T17:29:21.636Z Compiling polar-core v0.27.3
44222026-07-31T17:29:26.118Z Checking oso v0.27.3
44232026-07-31T17:29:58.277Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44242026-07-31T17:31:12.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s
44252026-07-31T17:31:12.432Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44262026-07-31T17:31:12.432Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44272026-07-31T17:31:12.664Z
44282026-07-31T17:31:12.664Zinfo: running `cargo check --bins` on nexus-networking (259/303)
44292026-07-31T17:31:13.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-07-31T17:31:13.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-07-31T17:31:13.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44322026-07-31T17:31:13.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
44332026-07-31T17:31:13.329Z
44342026-07-31T17:31:13.329Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/303)
44352026-07-31T17:31:13.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-07-31T17:31:13.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-07-31T17:31:13.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44382026-07-31T17:31:13.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44392026-07-31T17:31:13.959Z
44402026-07-31T17:31:13.959Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/303)
44412026-07-31T17:31:14.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-07-31T17:31:14.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-07-31T17:31:14.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-07-31T17:31:14.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44452026-07-31T17:31:14.588Z
44462026-07-31T17:31:14.588Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/303)
44472026-07-31T17:31:15.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-07-31T17:31:15.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-07-31T17:31:15.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-07-31T17:31:15.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44512026-07-31T17:31:15.147Z
44522026-07-31T17:31:15.147Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/303)
44532026-07-31T17:31:15.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-07-31T17:31:15.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-07-31T17:31:15.978Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44562026-07-31T17:31:16.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
44572026-07-31T17:31:16.746Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44582026-07-31T17:31:16.746Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44592026-07-31T17:31:16.951Z
44602026-07-31T17:31:16.951Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/303)
44612026-07-31T17:31:17.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-07-31T17:31:17.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-07-31T17:31:17.770Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44642026-07-31T17:31:56.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.11s
44652026-07-31T17:31:56.067Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44662026-07-31T17:31:56.067Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44672026-07-31T17:31:56.278Z
44682026-07-31T17:31:56.278Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/303)
44692026-07-31T17:31:56.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44702026-07-31T17:31:56.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44712026-07-31T17:31:56.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44722026-07-31T17:31:56.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44732026-07-31T17:31:56.838Z
44742026-07-31T17:31:56.838Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/303)
44752026-07-31T17:31:57.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-07-31T17:31:57.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-07-31T17:31:57.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44782026-07-31T17:31:57.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44792026-07-31T17:31:57.399Z
44802026-07-31T17:31:57.399Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/303)
44812026-07-31T17:31:57.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-07-31T17:31:57.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-07-31T17:31:57.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44842026-07-31T17:31:57.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44852026-07-31T17:31:58.021Z
44862026-07-31T17:31:58.021Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/303)
44872026-07-31T17:31:58.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-07-31T17:31:58.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-07-31T17:31:58.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44902026-07-31T17:31:58.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44912026-07-31T17:31:58.646Z
44922026-07-31T17:31:58.646Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/303)
44932026-07-31T17:31:59.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-07-31T17:31:59.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-07-31T17:31:59.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44962026-07-31T17:31:59.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44972026-07-31T17:31:59.274Z
44982026-07-31T17:31:59.274Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/303)
44992026-07-31T17:31:59.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-07-31T17:31:59.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-07-31T17:31:59.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45022026-07-31T17:31:59.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45032026-07-31T17:31:59.887Z
45042026-07-31T17:31:59.887Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/303)
45052026-07-31T17:32:00.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-07-31T17:32:00.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-07-31T17:32:00.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-07-31T17:32:00.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45092026-07-31T17:32:00.518Z
45102026-07-31T17:32:00.518Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/303)
45112026-07-31T17:32:01.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-07-31T17:32:01.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-07-31T17:32:01.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45142026-07-31T17:32:01.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45152026-07-31T17:32:01.145Z
45162026-07-31T17:32:01.146Zinfo: running `cargo check --bins` on nexus-switch-config (273/303)
45172026-07-31T17:32:01.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-07-31T17:32:01.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-07-31T17:32:01.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45202026-07-31T17:32:01.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45212026-07-31T17:32:01.761Z
45222026-07-31T17:32:01.761Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (274/303)
45232026-07-31T17:32:02.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-07-31T17:32:02.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-07-31T17:32:02.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45262026-07-31T17:32:02.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45272026-07-31T17:32:02.391Z
45282026-07-31T17:32:02.391Zinfo: running `cargo check --bins` on support-bundle-collection (275/303)
45292026-07-31T17:32:02.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-07-31T17:32:02.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-07-31T17:32:02.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45322026-07-31T17:32:02.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45332026-07-31T17:32:03.019Z
45342026-07-31T17:32:03.019Zinfo: running `cargo check --bins` on omicron-dev (276/303)
45352026-07-31T17:32:03.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-07-31T17:32:03.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-07-31T17:32:03.911Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45382026-07-31T17:32:03.911Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45392026-07-31T17:32:04.099Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45402026-07-31T17:32:04.129Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45412026-07-31T17:32:04.144Z Checking diff v0.1.13
45422026-07-31T17:32:04.148Z Checking yansi v1.0.1
45432026-07-31T17:32:04.172Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45442026-07-31T17:32:04.186Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45452026-07-31T17:32:04.396Z Checking pretty_assertions v1.4.1
45462026-07-31T17:32:05.172Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45472026-07-31T17:32:05.203Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45482026-07-31T17:32:29.895Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45492026-07-31T17:32:29.895Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45502026-07-31T17:32:29.900Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45512026-07-31T17:32:29.900Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45522026-07-31T17:32:29.900Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45532026-07-31T17:32:29.900Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45542026-07-31T17:32:29.900Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45552026-07-31T17:32:30.743Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45562026-07-31T17:32:30.743Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45572026-07-31T17:32:32.020Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45582026-07-31T17:33:10.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
45592026-07-31T17:33:10.104Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45602026-07-31T17:33:10.104Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45612026-07-31T17:33:10.310Z
45622026-07-31T17:33:10.310Zinfo: running `cargo check --bins` on oximeter-load-test (277/303)
45632026-07-31T17:33:10.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-07-31T17:33:10.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-07-31T17:33:11.018Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
45662026-07-31T17:33:11.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45672026-07-31T17:33:11.824Z
45682026-07-31T17:33:11.824Zinfo: running `cargo check --bins` on omicron-pins (278/303)
45692026-07-31T17:33:12.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-07-31T17:33:12.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-07-31T17:33:12.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45722026-07-31T17:33:12.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45732026-07-31T17:33:12.380Z
45742026-07-31T17:33:12.380Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/303)
45752026-07-31T17:33:12.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45762026-07-31T17:33:12.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45772026-07-31T17:33:13.151Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45782026-07-31T17:33:13.275Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45792026-07-31T17:33:13.282Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45802026-07-31T17:33:39.999Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45812026-07-31T17:33:40.407Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45822026-07-31T17:33:42.188Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45832026-07-31T17:33:42.669Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45842026-07-31T17:33:45.780Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45852026-07-31T17:34:09.678Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45862026-07-31T17:34:10.415Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45872026-07-31T17:34:12.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.73s
45882026-07-31T17:34:12.320Z
45892026-07-31T17:34:12.320Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (280/303)
45902026-07-31T17:34:12.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45912026-07-31T17:34:12.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45922026-07-31T17:34:13.032Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45932026-07-31T17:34:13.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45942026-07-31T17:34:13.940Z
45952026-07-31T17:34:13.940Zinfo: running `cargo check --bins` on omicron-releng (281/303)
45962026-07-31T17:34:14.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45972026-07-31T17:34:14.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45982026-07-31T17:34:14.574Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
45992026-07-31T17:34:14.681Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46002026-07-31T17:34:14.685Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46012026-07-31T17:34:14.685Z Checking digest-io v0.1.0
46022026-07-31T17:34:14.696Z Checking sha2 v0.11.0
46032026-07-31T17:34:14.699Z Checking rawzip v0.4.4
46042026-07-31T17:34:14.713Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
46052026-07-31T17:34:14.713Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46062026-07-31T17:34:14.786Z Checking shell-words v1.1.1
46072026-07-31T17:34:14.799Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46082026-07-31T17:34:16.442Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
46092026-07-31T17:34:17.448Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46102026-07-31T17:34:18.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
46112026-07-31T17:34:18.699Z
46122026-07-31T17:34:18.699Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/303)
46132026-07-31T17:34:19.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-07-31T17:34:19.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-07-31T17:34:19.338Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
46162026-07-31T17:34:19.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
46172026-07-31T17:34:20.011Z
46182026-07-31T17:34:20.011Zinfo: running `cargo check --bins` on schema (283/303)
46192026-07-31T17:34:20.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46202026-07-31T17:34:20.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46212026-07-31T17:34:20.743Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46222026-07-31T17:34:21.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
46232026-07-31T17:34:21.645Z
46242026-07-31T17:34:21.645Zinfo: running `cargo check --bins` on xtask (284/303)
46252026-07-31T17:34:22.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46262026-07-31T17:34:22.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46272026-07-31T17:34:22.047Z Checking serde_core v1.0.228
46282026-07-31T17:34:22.048Z Checking libc v0.2.185
46292026-07-31T17:34:22.128Z Checking bitflags v2.11.0
46302026-07-31T17:34:22.134Z Checking scroll v0.12.0
46312026-07-31T17:34:22.138Z Checking thiserror v1.0.69
46322026-07-31T17:34:22.145Z Checking log v0.4.29
46332026-07-31T17:34:22.152Z Checking zerocopy v0.7.35
46342026-07-31T17:34:22.156Z Checking indexmap v2.14.0
46352026-07-31T17:34:22.225Z Checking syn v2.0.117
46362026-07-31T17:34:22.266Z Checking dtrace-parser v0.2.0
46372026-07-31T17:34:22.288Z Checking once_cell v1.21.3
46382026-07-31T17:34:22.345Z Checking goblin v0.8.2
46392026-07-31T17:34:22.403Z Checking errno v0.3.14
46402026-07-31T17:34:22.458Z Checking thread-id v4.2.2
46412026-07-31T17:34:22.496Z Checking getrandom v0.4.1
46422026-07-31T17:34:22.520Z Checking rustix v1.1.3
46432026-07-31T17:34:22.534Z Checking memmap v0.7.0
46442026-07-31T17:34:22.624Z Checking thiserror v2.0.18
46452026-07-31T17:34:22.645Z Checking fs-err v3.3.0
46462026-07-31T17:34:22.659Z Checking tabled v0.15.0
46472026-07-31T17:34:22.683Z Checking anyhow v1.0.102
46482026-07-31T17:34:23.287Z Checking terminal_size v0.4.3
46492026-07-31T17:34:23.287Z Checking tempfile v3.25.0
46502026-07-31T17:34:23.397Z Checking clap_builder v4.6.0
46512026-07-31T17:34:23.397Z Checking textwrap v0.16.2
46522026-07-31T17:34:23.584Z Checking serde v1.0.228
46532026-07-31T17:34:23.587Z Checking serde_json v1.0.151
46542026-07-31T17:34:23.587Z Checking camino v1.2.2
46552026-07-31T17:34:23.613Z Checking semver v1.0.28
46562026-07-31T17:34:23.757Z Checking cargo-platform v0.3.2
46572026-07-31T17:34:23.851Z Checking camino-tempfile v1.4.1
46582026-07-31T17:34:23.989Z Checking serde_spanned v0.6.9
46592026-07-31T17:34:23.992Z Checking toml_datetime v0.6.11
46602026-07-31T17:34:23.992Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46612026-07-31T17:34:24.016Z Checking macaddr v1.0.1
46622026-07-31T17:34:24.170Z Checking toml_edit v0.22.27
46632026-07-31T17:34:24.196Z Checking dof v0.3.0
46642026-07-31T17:34:24.199Z Checking cargo_metadata v0.23.1
46652026-07-31T17:34:24.461Z Checking usdt-impl v0.5.0
46662026-07-31T17:34:24.589Z Checking clap v4.6.1
46672026-07-31T17:34:24.721Z Checking usdt v0.5.0
46682026-07-31T17:34:25.149Z Checking toml v0.8.23
46692026-07-31T17:34:25.407Z Checking cargo_toml v0.21.0
46702026-07-31T17:34:26.059Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46712026-07-31T17:34:26.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
46722026-07-31T17:34:26.555Z
46732026-07-31T17:34:26.555Zinfo: running `cargo check --bins` on dnsadm (285/303)
46742026-07-31T17:34:27.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-07-31T17:34:27.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-07-31T17:34:27.187Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46772026-07-31T17:34:27.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
46782026-07-31T17:34:27.878Z
46792026-07-31T17:34:27.878Zinfo: running `cargo check --bins` on end-to-end-tests (286/303)
46802026-07-31T17:34:28.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-07-31T17:34:28.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-07-31T17:34:28.678Z Checking cpubits v0.1.1
46832026-07-31T17:34:28.805Z Checking pem-rfc7468 v1.0.0
46842026-07-31T17:34:28.816Z Checking hmac v0.13.0
46852026-07-31T17:34:28.816Z Checking universal-hash v0.6.1
46862026-07-31T17:34:28.839Z Checking ctr v0.10.1
46872026-07-31T17:34:28.839Z Checking aead v0.6.1
46882026-07-31T17:34:28.867Z Checking aes v0.9.1
46892026-07-31T17:34:28.867Z Checking crypto-bigint v0.7.5
46902026-07-31T17:34:28.896Z Checking salsa20 v0.11.0
46912026-07-31T17:34:28.955Z Checking der v0.8.0
46922026-07-31T17:34:28.957Z Checking polyval v0.7.1
46932026-07-31T17:34:28.958Z Checking pbkdf2 v0.13.0
46942026-07-31T17:34:28.999Z Checking cbc v0.2.1
46952026-07-31T17:34:29.019Z Checking ff v0.14.0
46962026-07-31T17:34:29.076Z Checking signature v3.0.0
46972026-07-31T17:34:29.092Z Checking scrypt v0.12.0
46982026-07-31T17:34:29.131Z Checking base16ct v1.0.0
46992026-07-31T17:34:29.134Z Checking ghash v0.6.0
47002026-07-31T17:34:29.160Z Checking group v0.14.0
47012026-07-31T17:34:29.220Z Checking hkdf v0.13.0
47022026-07-31T17:34:29.249Z Compiling curve25519-dalek v5.0.0
47032026-07-31T17:34:29.267Z Checking aes-gcm v0.11.0
47042026-07-31T17:34:29.282Z Checking keccak v0.2.0
47052026-07-31T17:34:29.298Z Checking poly1305 v0.9.0
47062026-07-31T17:34:29.313Z Checking wnaf v0.14.0
47072026-07-31T17:34:29.347Z Checking blowfish v0.10.0
47082026-07-31T17:34:29.421Z Checking blake2 v0.11.0-rc.6
47092026-07-31T17:34:29.442Z Checking sha3 v0.11.0
47102026-07-31T17:34:29.474Z Checking kem v0.3.0
47112026-07-31T17:34:29.497Z Checking bcrypt-pbkdf v0.11.0
47122026-07-31T17:34:29.564Z Checking module-lattice v0.2.3
47132026-07-31T17:34:29.590Z Checking sponge-cursor v0.1.0
47142026-07-31T17:34:29.664Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47152026-07-31T17:34:29.679Z Checking argon2 v0.6.0-rc.8
47162026-07-31T17:34:29.717Z Checking sha3 v0.12.0
47172026-07-31T17:34:29.747Z Checking spki v0.8.0
47182026-07-31T17:34:29.772Z Checking sec1 v0.8.1
47192026-07-31T17:34:29.786Z Checking ml-kem v0.3.2
47202026-07-31T17:34:29.846Z Checking internal-russh-num-bigint v0.5.0
47212026-07-31T17:34:29.912Z Checking pkcs5 v0.8.1
47222026-07-31T17:34:29.912Z Checking pkcs1 v0.8.0-rc.4
47232026-07-31T17:34:29.974Z Checking num-bigint v0.4.6
47242026-07-31T17:34:29.989Z Checking generic-array v1.4.3
47252026-07-31T17:34:30.128Z Checking russh-util v0.52.0
47262026-07-31T17:34:30.200Z Checking pkcs8 v0.11.0
47272026-07-31T17:34:30.249Z Compiling enum_dispatch v0.3.13
47282026-07-31T17:34:30.375Z Compiling delegate v0.13.5
47292026-07-31T17:34:30.394Z Checking ed25519 v3.0.0
47302026-07-31T17:34:30.523Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47312026-07-31T17:34:30.569Z Checking hex-literal v1.1.0
47322026-07-31T17:34:30.602Z Checking ed25519-dalek v3.0.0
47332026-07-31T17:34:30.670Z Checking md5 v0.8.0
47342026-07-31T17:34:30.720Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47352026-07-31T17:34:30.828Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47362026-07-31T17:34:30.842Z Checking socket2 v0.5.10
47372026-07-31T17:34:30.903Z Checking internet-checksum v0.2.1
47382026-07-31T17:34:30.931Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47392026-07-31T17:34:31.109Z Checking elliptic-curve v0.14.1
47402026-07-31T17:34:31.109Z Checking rfc6979 v0.6.0
47412026-07-31T17:34:31.109Z Checking primefield v0.14.0
47422026-07-31T17:34:31.112Z Checking ssh-encoding v0.3.0
47432026-07-31T17:34:31.205Z Checking crypto-primes v0.7.2
47442026-07-31T17:34:31.358Z Checking ssh-cipher v0.3.0
47452026-07-31T17:34:31.358Z Checking russh-cryptovec v0.62.0
47462026-07-31T17:34:31.523Z Checking primeorder v0.14.0
47472026-07-31T17:34:31.527Z Checking ecdsa v0.17.0
47482026-07-31T17:34:31.891Z Checking p256 v0.14.0
47492026-07-31T17:34:31.896Z Checking p384 v0.14.0
47502026-07-31T17:34:31.896Z Checking p521 v0.14.0
47512026-07-31T17:34:32.137Z Checking rsa v0.10.0-rc.18
47522026-07-31T17:34:34.708Z Checking ssh-key v0.7.0-rc.11
47532026-07-31T17:34:35.456Z Checking russh v0.62.4
47542026-07-31T17:34:48.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.87s
47552026-07-31T17:34:48.762Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47562026-07-31T17:34:48.762Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47572026-07-31T17:34:48.962Z
47582026-07-31T17:34:48.962Zinfo: running `cargo check --bins` on gateway-cli (287/303)
47592026-07-31T17:34:49.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47602026-07-31T17:34:49.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47612026-07-31T17:34:49.594Z Checking termios v0.3.3
47622026-07-31T17:34:49.789Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47632026-07-31T17:34:50.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
47642026-07-31T17:34:50.581Z
47652026-07-31T17:34:50.581Zinfo: running `cargo check --bins --no-default-features` on installinator (288/303)
47662026-07-31T17:34:51.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-07-31T17:34:51.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-07-31T17:34:51.258Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47692026-07-31T17:34:51.957Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47702026-07-31T17:34:53.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
47712026-07-31T17:34:53.754Z
47722026-07-31T17:34:53.754Zinfo: running `cargo check --bins` on internal-dns-cli (289/303)
47732026-07-31T17:34:54.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-07-31T17:34:54.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-07-31T17:34:54.381Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47762026-07-31T17:34:54.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47772026-07-31T17:34:54.996Z
47782026-07-31T17:34:54.996Zinfo: running `cargo check --bins` on omicron-live-tests (290/303)
47792026-07-31T17:34:55.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-07-31T17:34:55.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-07-31T17:34:55.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47822026-07-31T17:34:55.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47832026-07-31T17:34:55.551Z
47842026-07-31T17:34:55.551Zinfo: running `cargo check --bins` on live-tests-macros (291/303)
47852026-07-31T17:34:56.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-07-31T17:34:56.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-07-31T17:34:56.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47882026-07-31T17:34:56.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47892026-07-31T17:34:56.108Z
47902026-07-31T17:34:56.108Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/303)
47912026-07-31T17:34:56.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47922026-07-31T17:34:56.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47932026-07-31T17:34:56.848Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47942026-07-31T17:34:57.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
47952026-07-31T17:34:57.632Z
47962026-07-31T17:34:57.632Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/303)
47972026-07-31T17:34:58.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47982026-07-31T17:34:58.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47992026-07-31T17:34:58.263Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48002026-07-31T17:34:58.263Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48012026-07-31T17:34:59.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
48022026-07-31T17:34:59.369Z
48032026-07-31T17:34:59.369Zinfo: running `cargo check --bins` on ntp-admin-types (294/303)
48042026-07-31T17:34:59.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48052026-07-31T17:34:59.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48062026-07-31T17:34:59.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48072026-07-31T17:34:59.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48082026-07-31T17:34:59.926Z
48092026-07-31T17:34:59.926Zinfo: running `cargo check --bins` on omicron-package (295/303)
48102026-07-31T17:35:00.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48112026-07-31T17:35:00.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48122026-07-31T17:35:00.598Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48132026-07-31T17:35:01.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
48142026-07-31T17:35:01.868Z
48152026-07-31T17:35:01.868Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (296/303)
48162026-07-31T17:35:02.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48172026-07-31T17:35:02.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48182026-07-31T17:35:02.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48192026-07-31T17:35:02.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48202026-07-31T17:35:02.470Z
48212026-07-31T17:35:02.470Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (297/303)
48222026-07-31T17:35:02.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48232026-07-31T17:35:02.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48242026-07-31T17:35:02.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48252026-07-31T17:35:02.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48262026-07-31T17:35:03.030Z
48272026-07-31T17:35:03.030Zinfo: running `cargo check --bins` on tqdb (298/303)
48282026-07-31T17:35:03.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48292026-07-31T17:35:03.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48302026-07-31T17:35:03.794Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48312026-07-31T17:35:04.149Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48322026-07-31T17:35:04.660Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48332026-07-31T17:35:04.664Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48342026-07-31T17:35:10.812Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48352026-07-31T17:35:10.819Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48362026-07-31T17:35:11.415Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48372026-07-31T17:35:11.423Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48382026-07-31T17:35:11.423Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48392026-07-31T17:35:11.423Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48402026-07-31T17:35:12.205Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48412026-07-31T17:35:13.219Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48422026-07-31T17:35:14.055Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48432026-07-31T17:35:14.712Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48442026-07-31T17:35:19.502Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48452026-07-31T17:35:26.249Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48462026-07-31T17:35:26.249Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48472026-07-31T17:35:26.258Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48482026-07-31T17:35:26.258Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48492026-07-31T17:35:29.555Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48502026-07-31T17:35:29.608Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48512026-07-31T17:35:29.804Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48522026-07-31T17:35:31.047Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48532026-07-31T17:35:31.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.56s
48542026-07-31T17:35:31.796Z
48552026-07-31T17:35:31.796Zinfo: running `cargo check --bins` on wicket-dbg (299/303)
48562026-07-31T17:35:32.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48572026-07-31T17:35:32.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48582026-07-31T17:35:32.487Z Checking rtoolbox v0.0.3
48592026-07-31T17:35:32.608Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48602026-07-31T17:35:32.613Z Checking tui-tree-widget v0.23.1
48612026-07-31T17:35:32.613Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
48622026-07-31T17:35:32.707Z Checking rpassword v7.5.4
48632026-07-31T17:35:35.567Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48642026-07-31T17:35:37.430Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48652026-07-31T17:35:38.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s
48662026-07-31T17:35:38.354Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48672026-07-31T17:35:38.354Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48682026-07-31T17:35:38.540Z
48692026-07-31T17:35:38.540Zinfo: running `cargo check --bins` on wicket (300/303)
48702026-07-31T17:35:39.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48712026-07-31T17:35:39.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48722026-07-31T17:35:39.225Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48732026-07-31T17:35:39.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
48742026-07-31T17:35:39.593Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48752026-07-31T17:35:39.593Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48762026-07-31T17:35:39.775Z
48772026-07-31T17:35:39.775Zinfo: running `cargo check --bins` on wicketd (301/303)
48782026-07-31T17:35:40.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48792026-07-31T17:35:40.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48802026-07-31T17:35:40.473Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48812026-07-31T17:35:44.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
48822026-07-31T17:35:44.174Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48832026-07-31T17:35:44.174Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48842026-07-31T17:35:44.355Z
48852026-07-31T17:35:44.355Zinfo: running `cargo check --bins` on omicron-workspace-hack (302/303)
48862026-07-31T17:35:44.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48872026-07-31T17:35:44.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48882026-07-31T17:35:44.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48892026-07-31T17:35:44.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48902026-07-31T17:35:44.915Z
48912026-07-31T17:35:44.915Zinfo: running `cargo check --bins` on zone-setup (303/303)
48922026-07-31T17:35:45.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48932026-07-31T17:35:45.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48942026-07-31T17:35:45.582Z Checking uzers v0.12.2
48952026-07-31T17:35:45.855Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48962026-07-31T17:35:46.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
48972026-07-31T17:35:46.834Z
48982026-07-31T17:35:46.834Zreal 13:56.428403884
48992026-07-31T17:35:46.835Zuser 20:49.022891297
49002026-07-31T17:35:46.835Zsys 4:13.439675675
49012026-07-31T17:35:46.835Ztrap 0.324307229
49022026-07-31T17:35:46.835Ztflt 0.588698619
49032026-07-31T17:35:46.835Zdflt 0.952316577
49042026-07-31T17:35:46.835Zkflt 0.005313748
49052026-07-31T17:35:46.835Zlock 1:26:49.876253279
49062026-07-31T17:35:46.835Zslp 1:40:09.998397188
49072026-07-31T17:35:46.835Zlat 53.693135225
49082026-07-31T17:35:46.835Zstop 3:51.569410691
49092026-07-31T17:35:46.839Zprocess exited: duration 967738 ms, exit code 0
 
49102026-07-31T17:35:46.848Zfound 0 output files