01KY2VBP6AX55ZKTW1ZWGZJRSX: 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: 01KY2VCKPZN32RWHTMFJYC4G1F

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-21T17:26:31.181Zjob assigned to worker 01KY2VCS574VYGGBWM5QHS4FXB [factory aws, i-0813d742df26d1224] (queued for 45 s)
 
22026-07-21T17:26:37.944Zstarting task 0: "setup"
32026-07-21T17:26:37.951Z++ uname -s
42026-07-21T17:26:37.955Z+ kern=SunOS
52026-07-21T17:26:37.955Z+ build_user=build
62026-07-21T17:26:37.955Z+ build_uid=12345
72026-07-21T17:26:37.956Z+ work_dir=/work
82026-07-21T17:26:37.956Z+ input_dir=/input
92026-07-21T17:26:37.956Z+ [[ 0 == 12345 ]]
102026-07-21T17:26:37.956Z+ case "$kern" in
112026-07-21T17:26:37.956Z+ groupadd -g 12345 build
122026-07-21T17:26:37.956Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-21T17:26:39.961Z+ zfs create -o mountpoint=/work rpool/work
142026-07-21T17:26:40.145Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-21T17:26:40.148Z+ home_fs=zfs
162026-07-21T17:26:40.148Z+ [[ zfs == autofs ]]
172026-07-21T17:26:40.148Z+ mkdir -p /home/build
182026-07-21T17:26:40.149Z+ chown build:build /home/build /work
192026-07-21T17:26:42.147Z+ chmod 0700 /home/build /work
202026-07-21T17:26:42.151Zprocess exited: duration 4205 ms, exit code 0
 
212026-07-21T17:26:42.159Zstarting task 1: "rust-toolchain"
222026-07-21T17:26:42.164Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-21T17:26:42.164Z * rust toolchain channel = "1.96.1"
242026-07-21T17:26:42.164Z * rust toolchain profile = "default"
252026-07-21T17:26:42.164Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-21T17:26:42.164Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-21T17:26:42.166Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-21T17:26:42.170Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-21T17:26:42.170Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-21T17:26:42.275Zinfo: downloading installer
312026-07-21T17:26:43.709Zwarn: It looks like you have an existing rustup settings file at:
322026-07-21T17:26:43.709Zwarn: /home/build/.rustup/settings.toml
332026-07-21T17:26:43.709Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-21T17:26:43.709Zwarn: instead of the one inferred from the default host triple.
352026-07-21T17:26:43.722Zinfo: profile set to default
362026-07-21T17:26:43.722Zinfo: default host triple is x86_64-unknown-illumos
372026-07-21T17:26:43.725Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-21T17:26:43.865Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-21T17:26:43.869Zinfo: downloading 6 components
402026-07-21T17:26:59.146Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-21T17:26:59.146Z
422026-07-21T17:26:59.176Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-21T17:26:59.176Z
442026-07-21T17:26:59.176Z
452026-07-21T17:26:59.176ZRust is installed now. Great!
462026-07-21T17:26:59.176Z
472026-07-21T17:26:59.176ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-21T17:26:59.176Zenvironment variable. This has not been done automatically.
492026-07-21T17:26:59.176Z
502026-07-21T17:26:59.177ZTo configure your current shell, you need to source
512026-07-21T17:26:59.177Zthe corresponding env file under $HOME/.cargo.
522026-07-21T17:26:59.177Z
532026-07-21T17:26:59.177ZThis is usually done by running one of the following (note the leading DOT):
542026-07-21T17:26:59.180Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-21T17:26:59.180Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-21T17:26:59.180Zsource "~/.cargo/env.nu" # For nushell
572026-07-21T17:26:59.180Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-21T17:26:59.180Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-21T17:26:59.180Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-21T17:26:59.180Zwarn: no default linker (`cc`) was found in your PATH
612026-07-21T17:26:59.180Zwarn: many Rust crates require a system C toolchain to build
622026-07-21T17:26:59.270Z+ rustup --version
632026-07-21T17:26:59.279Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-21T17:26:59.282Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-21T17:26:59.300Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-21T17:26:59.303Z+ cargo --version
672026-07-21T17:26:59.318Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-21T17:26:59.321Z+ rustc --version
692026-07-21T17:26:59.339Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-21T17:26:59.342Zprocess exited: duration 17183 ms, exit code 0
 
712026-07-21T17:26:59.349Zstarting task 2: "authentication"
722026-07-21T17:26:59.363ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-21T17:27:01.371Zprocess exited: duration 2021 ms, exit code 0
 
742026-07-21T17:27:01.377Zstarting task 3: "clone repository"
752026-07-21T17:27:01.381Z+ mkdir -p /work/oxidecomputer/omicron
762026-07-21T17:27:01.384Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-07-21T17:27:01.414ZCloning into '/work/oxidecomputer/omicron'...
782026-07-21T17:27:16.558Z+ cd /work/oxidecomputer/omicron
792026-07-21T17:27:16.558Z+ git fetch origin 6abd5bd5c84a8cc10cd1cfa0a42327c7a6022496
802026-07-21T17:27:17.056ZFrom https://github.com/oxidecomputer/omicron
812026-07-21T17:27:17.056Z * branch 6abd5bd5c84a8cc10cd1cfa0a42327c7a6022496 -> FETCH_HEAD
822026-07-21T17:27:17.085Z+ [[ -n '' ]]
832026-07-21T17:27:17.089Z+ git reset --hard 6abd5bd5c84a8cc10cd1cfa0a42327c7a6022496
842026-07-21T17:27:17.334ZHEAD is now at 6abd5bd5c rebase
852026-07-21T17:27:17.338Zprocess exited: duration 15959 ms, exit code 0
 
862026-07-21T17:27:17.345Zstarting task 4: "build"
872026-07-21T17:27:17.349Z+ source .github/buildomat/ci-env.sh
882026-07-21T17:27:17.352Z++ export CARGO_TERM_COLOR=always
892026-07-21T17:27:17.352Z++ CARGO_TERM_COLOR=always
902026-07-21T17:27:17.352Z+++ uname -s
912026-07-21T17:27:17.352Z++ [[ SunOS == \S\u\n\O\S ]]
922026-07-21T17:27:17.352Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
932026-07-21T17:27:17.355Z+ cargo --version
942026-07-21T17:27:17.363Zcargo 1.96.1 (356927216 2026-06-26)
952026-07-21T17:27:17.367Z+ rustc --version
962026-07-21T17:27:17.383Zrustc 1.96.1 (31fca3adb 2026-06-26)
972026-07-21T17:27:17.386Z+ source ./env.sh
982026-07-21T17:27:17.386Z++ OLD_SHELL_OPTS=ehxB
992026-07-21T17:27:17.387Z++ set -o xtrace
1002026-07-21T17:27:17.392Z++++ dirname ./env.sh
1012026-07-21T17:27:17.392Z+++ readlink -f .
1022026-07-21T17:27:17.395Z++ OMICRON_WS=/work/oxidecomputer/omicron
1032026-07-21T17:27:17.395Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-21T17:27:17.395Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-07-21T17:27:17.395Z++ 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
1062026-07-21T17:27:17.395Z++ 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
1072026-07-21T17:27:17.395Z++ 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
1082026-07-21T17:27:17.395Z++ 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
1092026-07-21T17:27:17.395Z++ 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
1102026-07-21T17:27:17.395Z++ 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
1112026-07-21T17:27:17.395Z++ 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
1122026-07-21T17:27:17.395Z++ 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
1132026-07-21T17:27:17.396Z++ case $OLD_SHELL_OPTS in
1142026-07-21T17:27:17.396Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-07-21T17:27:17.396Z+ 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
1162026-07-21T17:27:17.396Z+ 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
1172026-07-21T17:27:17.396Z+ banner prerequisites
1182026-07-21T17:27:17.396Z
1192026-07-21T17:27:17.396Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-07-21T17:27:17.396Z # # # # # # # # # # # # # # #
1212026-07-21T17:27:17.396Z # # # # ##### # # ##### # # # # # #### #
1222026-07-21T17:27:17.396Z ##### ##### # ##### # # # # # # # # #
1232026-07-21T17:27:17.396Z # # # # # # # # # # # # # # #
1242026-07-21T17:27:17.396Z # # # ###### # # ###### ### # #### # #### #
1252026-07-21T17:27:17.396Z
1262026-07-21T17:27:17.396Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-07-21T17:27:19.030Z Startup: Refreshing catalog 'helios' ... Done
1282026-07-21T17:27:19.221Z Startup: Caching catalogs ... Done
1292026-07-21T17:27:20.128ZPlanning: Solver setup ... Done (0.837s)
1302026-07-21T17:27:20.167ZPlanning: Running solver ... Done (0.039s)
1312026-07-21T17:27:20.191ZPlanning: Finding local manifests ... Done (0.003s)
1322026-07-21T17:27:20.205ZPlanning: Fetching manifests: 0/2 0% complete
1332026-07-21T17:27:20.221ZPlanning: Fetching manifests: 2/2 100% complete
1342026-07-21T17:27:20.235ZPlanning: Package planning ... Done (0.013s)
1352026-07-21T17:27:20.274ZPlanning: Merging actions ... Done (0.002s)
1362026-07-21T17:27:20.440ZPlanning: Checking for conflicting actions ... Done (0.204s)
1372026-07-21T17:27:20.445ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-07-21T17:27:21.254ZPlanning: Evaluating mediators ... Done (0.814s)
1392026-07-21T17:27:21.258ZPlanning: Planning completed in 2.01 seconds
1402026-07-21T17:27:21.263Z Packages to install: 2
1412026-07-21T17:27:21.267Z Estimated space available: 156.06 GB
1422026-07-21T17:27:21.267ZEstimated space to be consumed: 46.64 MB
1432026-07-21T17:27:21.267Z Create boot environment: No
1442026-07-21T17:27:21.267ZCreate backup boot environment: No
1452026-07-21T17:27:21.267Z Rebuild boot archive: No
1462026-07-21T17:27:21.267Z
1472026-07-21T17:27:21.267ZChanged packages:
1482026-07-21T17:27:21.267Zhelios
1492026-07-21T17:27:21.267Z developer/build-essential
1502026-07-21T17:27:21.267Z None -> 11-3.0
1512026-07-21T17:27:21.267Z library/libxmlsec1
1522026-07-21T17:27:21.268Z None -> 1.2.35-3.0
1532026-07-21T17:27:21.288Z
1542026-07-21T17:27:21.288ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-07-21T17:27:21.358ZDownload: Completed 1.28 MB in 0.07 seconds (18.4M/s)
1562026-07-21T17:27:21.431Z Actions: 1/268 actions (Installing new actions)
1572026-07-21T17:27:21.469Z Actions: Completed 268 actions in 0.04 seconds.
1582026-07-21T17:27:21.488ZFinalize: Updating package state database ... Done (0.019s)
1592026-07-21T17:27:21.493ZFinalize: Updating package cache ... Done (0.000s)
1602026-07-21T17:27:21.536ZFinalize: Updating image state ... Done (0.047s)
1612026-07-21T17:27:23.975ZFinalize: Creating fast lookup database ... Done (2.403s)
1622026-07-21T17:27:24.044ZFinalize: Reading search index ... Done (0.012s)
1632026-07-21T17:27:24.047ZFinalize: Updating search index ... Done (0.000s)
1642026-07-21T17:27:24.147ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-21T17:27:24.482ZPlanning: Evaluating mediator changes ... Done
1662026-07-21T17:27:24.586ZPlanning: Checking for conflicting actions ... Done
1672026-07-21T17:27:24.589ZPlanning: Consolidating action changes ... Done
1682026-07-21T17:27:24.741ZPlanning: Evaluating mediators ... Done
1692026-07-21T17:27:24.744ZPlanning: Planning completed in 0.26 seconds
1702026-07-21T17:27:24.764Z Mediators to change: 2
1712026-07-21T17:27:24.764Z Create boot environment: No
1722026-07-21T17:27:24.764ZCreate backup boot environment: No
1732026-07-21T17:27:24.810ZFinalize: Updating package state database ... Done
1742026-07-21T17:27:24.810ZFinalize: Updating package cache ... Done
1752026-07-21T17:27:24.837ZFinalize: Updating image state ... Done
1762026-07-21T17:27:26.760ZFinalize: Creating fast lookup database ... Done
1772026-07-21T17:27:26.821ZFinalize: Reading search index ... Done
1782026-07-21T17:27:26.824ZFinalize: Updating search index ... Done
1792026-07-21T17:27:26.916ZFinalize: Updating package cache ... Done
1802026-07-21T17:27:27.204ZPlanning: Evaluating mediator changes ... Done
1812026-07-21T17:27:27.309ZPlanning: Checking for conflicting actions ... Done
1822026-07-21T17:27:27.315ZPlanning: Consolidating action changes ... Done
1832026-07-21T17:27:27.468ZPlanning: Evaluating mediators ... Done
1842026-07-21T17:27:27.472ZPlanning: Planning completed in 0.27 seconds
1852026-07-21T17:27:27.492Z Mediators to change: 1
1862026-07-21T17:27:27.492Z Create boot environment: No
1872026-07-21T17:27:27.492ZCreate backup boot environment: No
1882026-07-21T17:27:27.537ZFinalize: Updating package state database ... Done
1892026-07-21T17:27:27.537ZFinalize: Updating package cache ... Done
1902026-07-21T17:27:27.566ZFinalize: Updating image state ... Done
1912026-07-21T17:27:29.503ZFinalize: Creating fast lookup database ... Done
1922026-07-21T17:27:29.564ZFinalize: Reading search index ... Done
1932026-07-21T17:27:29.567ZFinalize: Updating search index ... Done
1942026-07-21T17:27:29.633ZFinalize: Updating package cache ... Done
1952026-07-21T17:27:29.948ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-07-21T17:27:29.948Zapache system 2.4 system
1972026-07-21T17:27:29.948Zclang system 15 system
1982026-07-21T17:27:29.948Zcsh system system illumos
1992026-07-21T17:27:29.948Zctags system system illumos
2002026-07-21T17:27:29.948Zfile vendor vendor darwinsys
2012026-07-21T17:27:29.948Zfile system system illumos
2022026-07-21T17:27:29.948Zgcc vendor 14 vendor
2032026-07-21T17:27:29.948Zgcc system 13 system
2042026-07-21T17:27:29.948Zgcc system 10 system
2052026-07-21T17:27:29.948Zgo system 1.25 system
2062026-07-21T17:27:29.948Zllvm system 15 system
2072026-07-21T17:27:29.948Zmariadb system 11.4 system
2082026-07-21T17:27:29.948Zmta vendor vendor dma
2092026-07-21T17:27:29.948Zopenjdk system 17 system
2102026-07-21T17:27:29.948Zopenjdk system 11 system
2112026-07-21T17:27:29.949Zopenssl vendor 3 vendor
2122026-07-21T17:27:29.949Zperl system 5.40 system
2132026-07-21T17:27:29.949Zpostgresql system 18 system
2142026-07-21T17:27:29.949Zpostgresql system 17 system
2152026-07-21T17:27:29.949Zpython vendor 3 vendor
2162026-07-21T17:27:29.949Zpython system 2 system
2172026-07-21T17:27:29.949Zpython3 vendor 3.13 vendor
2182026-07-21T17:27:29.949Zruby system 3.4 system
2192026-07-21T17:27:29.949Zruby system 3.0 system
2202026-07-21T17:27:29.949Zwords vendor vendor american-english
2212026-07-21T17:27:29.949Zwords system system australian-english
2222026-07-21T17:27:29.949Zwords system system british-english
2232026-07-21T17:27:29.949Zwords system system canadian-english
2242026-07-21T17:27:29.949Zwords system system french
2252026-07-21T17:27:29.949Zwords system system italian
2262026-07-21T17:27:29.949Zwords system system ngerman
2272026-07-21T17:27:29.949Zwords system system ogerman
2282026-07-21T17:27:29.949Zwords system system spanish
2292026-07-21T17:27:30.202ZPUBLISHER TYPE STATUS P LOCATION
2302026-07-21T17:27:30.202Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-07-21T17:27:30.567ZFMRI IFO
2322026-07-21T17:27:30.567Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-07-21T17:27:30.567Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-07-21T17:27:30.567Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-07-21T17:27:30.567Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-07-21T17:27:30.567Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-07-21T17:27:30.567Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-07-21T17:27:30.567Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-07-21T17:27:30.568Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-07-21T17:27:30.568Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-07-21T17:27:30.856Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-07-21T17:27:31.111Z Updating crates.io index
2432026-07-21T17:27:31.115Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-07-21T17:27:31.352Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-07-21T17:27:31.627Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-07-21T17:27:32.828Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-07-21T17:27:33.414Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-07-21T17:27:35.440Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-07-21T17:27:36.429Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-07-21T17:27:36.661Z Updating git repository `https://github.com/oxidecomputer/lldp`
2512026-07-21T17:27:36.979Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-07-21T17:27:38.297Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-07-21T17:27:38.541Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-07-21T17:27:38.871Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-07-21T17:27:39.129Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-07-21T17:27:39.633Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-07-21T17:27:40.163Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-07-21T17:27:40.377Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-07-21T17:27:40.613Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-07-21T17:27:40.885Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-07-21T17:27:41.171Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-07-21T17:27:41.401Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-07-21T17:27:41.618Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-07-21T17:27:41.858Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-07-21T17:27:42.166Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-07-21T17:27:42.506Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-07-21T17:27:42.735Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-07-21T17:27:43.167Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-07-21T17:27:43.404Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2702026-07-21T17:27:43.760Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-07-21T17:27:44.058Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-07-21T17:27:44.292Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732026-07-21T17:27:44.529Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-07-21T17:27:44.871Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-07-21T17:27:45.198Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2762026-07-21T17:27:45.416Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-07-21T17:27:45.686Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-07-21T17:27:45.918Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2792026-07-21T17:27:46.195Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2802026-07-21T17:27:46.459Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2812026-07-21T17:27:46.717Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2822026-07-21T17:27:46.968Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2832026-07-21T17:27:47.198Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-07-21T17:27:49.827Z Downloading crates ...
2852026-07-21T17:27:49.879Z Downloaded anstream v1.0.0
2862026-07-21T17:27:49.888Z Downloaded pest_generator v2.8.6
2872026-07-21T17:27:49.888Z Downloaded colorchoice v1.0.4
2882026-07-21T17:27:49.893Z Downloaded clap v4.6.1
2892026-07-21T17:27:49.899Z Downloaded macaddr v1.0.1
2902026-07-21T17:27:49.903Z Downloaded heck v0.5.0
2912026-07-21T17:27:49.903Z Downloaded generic-array v0.14.7
2922026-07-21T17:27:49.903Z Downloaded equivalent v1.0.2
2932026-07-21T17:27:49.903Z Downloaded digest v0.10.7
2942026-07-21T17:27:49.908Z Downloaded zmij v1.0.21
2952026-07-21T17:27:49.920Z Downloaded fnv v1.0.7
2962026-07-21T17:27:49.921Z Downloaded cfg-if v1.0.4
2972026-07-21T17:27:49.940Z Downloaded fastrand v2.3.0
2982026-07-21T17:27:49.940Z Downloaded crypto-common v0.1.7
2992026-07-21T17:27:49.940Z Downloaded memmap v0.7.0
3002026-07-21T17:27:49.940Z Downloaded zerocopy v0.7.35
3012026-07-21T17:27:49.940Z Downloaded pest_meta v2.8.6
3022026-07-21T17:27:49.940Z Downloaded smawk v0.3.2
3032026-07-21T17:27:49.940Z Downloaded zerocopy-derive v0.7.35
3042026-07-21T17:27:49.947Z Downloaded pretty-hex v0.4.1
3052026-07-21T17:27:49.947Z Downloaded anstyle-query v1.1.5
3062026-07-21T17:27:49.947Z Downloaded heck v0.4.1
3072026-07-21T17:27:49.947Z Downloaded clap_lex v1.0.0
3082026-07-21T17:27:49.947Z Downloaded cpufeatures v0.2.17
3092026-07-21T17:27:49.947Z Downloaded anstyle v1.0.14
3102026-07-21T17:27:49.947Z Downloaded fs-err v3.3.0
3112026-07-21T17:27:49.947Z Downloaded camino v1.2.2
3122026-07-21T17:27:49.947Z Downloaded errno v0.3.14
3132026-07-21T17:27:49.947Z Downloaded usdt-macro v0.5.0
3142026-07-21T17:27:49.947Z Downloaded serde_spanned v0.6.9
3152026-07-21T17:27:49.948Z Downloaded plain v0.2.3
3162026-07-21T17:27:49.948Z Downloaded is_terminal_polyfill v1.70.2
3172026-07-21T17:27:49.948Z Downloaded usdt-attr-macro v0.5.0
3182026-07-21T17:27:49.953Z Downloaded unicode-linebreak v0.1.5
3192026-07-21T17:27:49.953Z Downloaded cargo-platform v0.3.2
3202026-07-21T17:27:49.958Z Downloaded tabled_derive v0.7.0
3212026-07-21T17:27:49.962Z Downloaded dtrace-parser v0.2.0
3222026-07-21T17:27:49.962Z Downloaded toml_datetime v0.6.11
3232026-07-21T17:27:49.962Z Downloaded usdt v0.5.0
3242026-07-21T17:27:49.968Z Downloaded toml_write v0.1.2
3252026-07-21T17:27:49.968Z Downloaded thread-id v4.2.2
3262026-07-21T17:27:49.968Z Downloaded terminal_size v0.4.3
3272026-07-21T17:27:49.980Z Downloaded dof v0.3.0
3282026-07-21T17:27:49.980Z Downloaded autocfg v1.5.0
3292026-07-21T17:27:49.980Z Downloaded cargo_metadata v0.23.1
3302026-07-21T17:27:49.991Z Downloaded anstyle-parse v1.0.0
3312026-07-21T17:27:49.991Z Downloaded once_cell v1.21.3
3322026-07-21T17:27:49.991Z Downloaded block-buffer v0.10.4
3332026-07-21T17:27:49.991Z Downloaded version_check v0.9.5
3342026-07-21T17:27:49.996Z Downloaded utf8parse v0.2.2
3352026-07-21T17:27:49.996Z Downloaded scroll_derive v0.12.1
3362026-07-21T17:27:50.000Z Downloaded itoa v1.0.17
3372026-07-21T17:27:50.013Z Downloaded swrite v0.1.0
3382026-07-21T17:27:50.025Z Downloaded thiserror-impl v2.0.18
3392026-07-21T17:27:50.025Z Downloaded usdt-impl v0.5.0
3402026-07-21T17:27:50.025Z Downloaded quote v1.0.45
3412026-07-21T17:27:50.025Z Downloaded camino-tempfile v1.4.1
3422026-07-21T17:27:50.025Z Downloaded strsim v0.11.1
3432026-07-21T17:27:50.025Z Downloaded scroll v0.12.0
3442026-07-21T17:27:50.042Z Downloaded thiserror-impl v1.0.69
3452026-07-21T17:27:50.042Z Downloaded tempfile v3.25.0
3462026-07-21T17:27:50.042Z Downloaded byteorder v1.5.0
3472026-07-21T17:27:50.042Z Downloaded pest_derive v2.8.6
3482026-07-21T17:27:50.042Z Downloaded cargo_toml v0.21.0
3492026-07-21T17:27:50.042Z Downloaded anyhow v1.0.102
3502026-07-21T17:27:50.042Z Downloaded thiserror v1.0.69
3512026-07-21T17:27:50.042Z Downloaded getrandom v0.4.1
3522026-07-21T17:27:50.046Z Downloaded proc-macro-error-attr v1.0.4
3532026-07-21T17:27:50.046Z Downloaded sha2 v0.10.9
3542026-07-21T17:27:50.046Z Downloaded bytecount v0.6.9
3552026-07-21T17:27:50.046Z Downloaded thiserror v2.0.18
3562026-07-21T17:27:50.050Z Downloaded serde_tokenstream v0.2.3
3572026-07-21T17:27:50.060Z Downloaded bitflags v2.11.0
3582026-07-21T17:27:50.068Z Downloaded clap_derive v4.6.1
3592026-07-21T17:27:50.072Z Downloaded ucd-trie v0.1.7
3602026-07-21T17:27:50.072Z Downloaded semver v1.0.28
3612026-07-21T17:27:50.077Z Downloaded proc-macro-error v1.0.4
3622026-07-21T17:27:50.080Z Downloaded toml v0.8.23
3632026-07-21T17:27:50.080Z Downloaded serde_derive v1.0.228
3642026-07-21T17:27:50.084Z Downloaded serde_core v1.0.228
3652026-07-21T17:27:50.094Z Downloaded proc-macro2 v1.0.106
3662026-07-21T17:27:50.097Z Downloaded unicode-ident v1.0.24
3672026-07-21T17:27:50.097Z Downloaded textwrap v0.16.2
3682026-07-21T17:27:50.101Z Downloaded log v0.4.29
3692026-07-21T17:27:50.105Z Downloaded papergrid v0.11.0
3702026-07-21T17:27:50.109Z Downloaded memchr v2.8.0
3712026-07-21T17:27:50.119Z Downloaded toml_edit v0.22.27
3722026-07-21T17:27:50.125Z Downloaded serde v1.0.228
3732026-07-21T17:27:50.135Z Downloaded typenum v1.20.1
3742026-07-21T17:27:50.140Z Downloaded indexmap v2.14.0
3752026-07-21T17:27:50.206Z Downloaded pest v2.8.6
3762026-07-21T17:27:50.213Z Downloaded clap_builder v4.6.0
3772026-07-21T17:27:50.213Z Downloaded serde_json v1.0.150
3782026-07-21T17:27:50.213Z Downloaded hashbrown v0.17.0
3792026-07-21T17:27:50.213Z Downloaded goblin v0.8.2
3802026-07-21T17:27:50.220Z Downloaded winnow v0.7.14
3812026-07-21T17:27:50.220Z Downloaded tabled v0.15.0
3822026-07-21T17:27:50.235Z Downloaded syn v1.0.109
3832026-07-21T17:27:50.241Z Downloaded unicode-width v0.1.14
3842026-07-21T17:27:50.245Z Downloaded unicode-width v0.2.0
3852026-07-21T17:27:50.260Z Downloaded syn v2.0.117
3862026-07-21T17:27:50.272Z Downloaded rustix v1.1.3
3872026-07-21T17:27:50.288Z Downloaded libc v0.2.185
3882026-07-21T17:27:50.350Z Compiling proc-macro2 v1.0.106
3892026-07-21T17:27:50.350Z Compiling unicode-ident v1.0.24
3902026-07-21T17:27:50.350Z Compiling quote v1.0.45
3912026-07-21T17:27:50.350Z Compiling serde_core v1.0.228
3922026-07-21T17:27:50.350Z Compiling libc v0.2.185
3932026-07-21T17:27:50.361Z Compiling version_check v0.9.5
3942026-07-21T17:27:50.361Z Compiling memchr v2.8.0
3952026-07-21T17:27:50.361Z Compiling serde v1.0.228
3962026-07-21T17:27:50.670Z Compiling zmij v1.0.21
3972026-07-21T17:27:50.961Z Compiling thiserror v1.0.69
3982026-07-21T17:27:50.970Z Compiling itoa v1.0.17
3992026-07-21T17:27:50.986Z Compiling ucd-trie v0.1.7
4002026-07-21T17:27:51.165Z Compiling pest v2.8.6
4012026-07-21T17:27:51.282Z Compiling rustix v1.1.3
4022026-07-21T17:27:51.379Z Compiling byteorder v1.5.0
4032026-07-21T17:27:51.416Z Compiling errno v0.3.14
4042026-07-21T17:27:51.615Z Compiling bitflags v2.11.0
4052026-07-21T17:27:51.685Z Compiling serde_json v1.0.150
4062026-07-21T17:27:51.827Z Compiling syn v2.0.117
4072026-07-21T17:27:51.863Z Compiling thread-id v4.2.2
4082026-07-21T17:27:51.932Z Compiling proc-macro-error-attr v1.0.4
4092026-07-21T17:27:51.948Z Compiling usdt-impl v0.5.0
4102026-07-21T17:27:52.105Z Compiling camino v1.2.2
4112026-07-21T17:27:52.134Z Compiling syn v1.0.109
4122026-07-21T17:27:52.176Z Compiling pest_meta v2.8.6
4132026-07-21T17:27:52.493Z Compiling proc-macro-error v1.0.4
4142026-07-21T17:27:52.523Z Compiling getrandom v0.4.1
4152026-07-21T17:27:52.539Z Compiling equivalent v1.0.2
4162026-07-21T17:27:52.632Z Compiling utf8parse v0.2.2
4172026-07-21T17:27:52.704Z Compiling log v0.4.29
4182026-07-21T17:27:52.890Z Compiling plain v0.2.3
4192026-07-21T17:27:52.901Z Compiling hashbrown v0.17.0
4202026-07-21T17:27:52.941Z Compiling terminal_size v0.4.3
4212026-07-21T17:27:52.999Z Compiling anstyle-parse v1.0.0
4222026-07-21T17:27:53.463Z Compiling indexmap v2.14.0
4232026-07-21T17:27:53.595Z Compiling pretty-hex v0.4.1
4242026-07-21T17:27:53.622Z Compiling toml_write v0.1.2
4252026-07-21T17:27:53.740Z Compiling thiserror v2.0.18
4262026-07-21T17:27:53.773Z Compiling is_terminal_polyfill v1.70.2
4272026-07-21T17:27:53.790Z Compiling autocfg v1.5.0
4282026-07-21T17:27:53.823Z Compiling cfg-if v1.0.4
4292026-07-21T17:27:53.870Z Compiling anstyle v1.0.14
4302026-07-21T17:27:53.902Z Compiling anstyle-query v1.1.5
4312026-07-21T17:27:54.019Z Compiling winnow v0.7.14
4322026-07-21T17:27:54.090Z Compiling pest_generator v2.8.6
4332026-07-21T17:27:54.090Z Compiling colorchoice v1.0.4
4342026-07-21T17:27:54.209Z Compiling fs-err v3.3.0
4352026-07-21T17:27:54.212Z Compiling anstream v1.0.0
4362026-07-21T17:27:54.413Z Compiling unicode-width v0.1.14
4372026-07-21T17:27:54.434Z Compiling clap_lex v1.0.0
4382026-07-21T17:27:54.533Z Compiling heck v0.4.1
4392026-07-21T17:27:54.720Z Compiling bytecount v0.6.9
4402026-07-21T17:27:54.747Z Compiling heck v0.5.0
4412026-07-21T17:27:54.790Z Compiling strsim v0.11.1
4422026-07-21T17:27:54.790Z Compiling fastrand v2.3.0
4432026-07-21T17:27:54.834Z Compiling fnv v1.0.7
4442026-07-21T17:27:54.863Z Compiling once_cell v1.21.3
4452026-07-21T17:27:54.966Z Compiling anyhow v1.0.102
4462026-07-21T17:27:55.015Z Compiling clap_builder v4.6.0
4472026-07-21T17:27:55.104Z Compiling tempfile v3.25.0
4482026-07-21T17:27:55.104Z Compiling papergrid v0.11.0
4492026-07-21T17:27:55.280Z Compiling cargo-platform v0.3.2
4502026-07-21T17:27:55.424Z Compiling tabled_derive v0.7.0
4512026-07-21T17:27:55.487Z Compiling semver v1.0.28
4522026-07-21T17:27:55.515Z Compiling memmap v0.7.0
4532026-07-21T17:27:55.563Z Compiling smawk v0.3.2
4542026-07-21T17:27:55.597Z Compiling unicode-width v0.2.0
4552026-07-21T17:27:55.704Z Compiling unicode-linebreak v0.1.5
4562026-07-21T17:27:55.814Z Compiling camino-tempfile v1.4.1
4572026-07-21T17:27:55.819Z Compiling serde_derive v1.0.228
4582026-07-21T17:27:55.883Z Compiling thiserror-impl v1.0.69
4592026-07-21T17:27:55.952Z Compiling zerocopy-derive v0.7.35
4602026-07-21T17:27:56.053Z Compiling pest_derive v2.8.6
4612026-07-21T17:27:56.087Z Compiling scroll_derive v0.12.1
4622026-07-21T17:27:56.370Z Compiling thiserror-impl v2.0.18
4632026-07-21T17:27:56.511Z Compiling clap_derive v4.6.1
4642026-07-21T17:27:56.559Z Compiling tabled v0.15.0
4652026-07-21T17:27:56.776Z Compiling scroll v0.12.0
4662026-07-21T17:27:56.845Z Compiling zerocopy v0.7.35
4672026-07-21T17:27:57.056Z Compiling goblin v0.8.2
4682026-07-21T17:27:57.290Z Compiling dtrace-parser v0.2.0
4692026-07-21T17:27:57.410Z Compiling textwrap v0.16.2
4702026-07-21T17:27:57.878Z Compiling swrite v0.1.0
4712026-07-21T17:27:58.275Z Compiling clap v4.6.1
4722026-07-21T17:27:58.929Z Compiling dof v0.3.0
4732026-07-21T17:27:58.929Z Compiling serde_tokenstream v0.2.3
4742026-07-21T17:27:58.943Z Compiling serde_spanned v0.6.9
4752026-07-21T17:27:58.946Z Compiling toml_datetime v0.6.11
4762026-07-21T17:27:58.947Z Compiling macaddr v1.0.1
4772026-07-21T17:27:59.005Z Compiling cargo_metadata v0.23.1
4782026-07-21T17:27:59.005Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-07-21T17:27:59.171Z Compiling toml_edit v0.22.27
4802026-07-21T17:27:59.743Z Compiling usdt-macro v0.5.0
4812026-07-21T17:27:59.744Z Compiling usdt-attr-macro v0.5.0
4822026-07-21T17:28:00.369Z Compiling usdt v0.5.0
4832026-07-21T17:28:00.582Z Compiling toml v0.8.23
4842026-07-21T17:28:00.915Z Compiling cargo_toml v0.21.0
4852026-07-21T17:28:02.164Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4862026-07-21T17:28:04.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.44s
4872026-07-21T17:28:04.347Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4882026-07-21T17:28:04.854Z Downloading crates ...
4892026-07-21T17:28:04.949Z Downloaded adler2 v2.0.1
4902026-07-21T17:28:04.953Z Downloaded aead v0.5.2
4912026-07-21T17:28:04.962Z Downloaded bitfield-macros v0.19.4
4922026-07-21T17:28:04.995Z Downloaded arrayref v0.3.9
4932026-07-21T17:28:05.005Z Downloaded convert_case v0.4.0
4942026-07-21T17:28:05.005Z Downloaded bit-vec v0.8.0
4952026-07-21T17:28:05.005Z Downloaded ahash v0.8.12
4962026-07-21T17:28:05.006Z Downloaded crossbeam-channel v0.5.15
4972026-07-21T17:28:05.006Z Downloaded cstr-argument v0.1.2
4982026-07-21T17:28:05.006Z Downloaded crucible-workspace-hack v0.1.0
4992026-07-21T17:28:05.006Z Downloaded cookie v0.18.1
5002026-07-21T17:28:05.006Z Downloaded embedded-io v0.4.0
5012026-07-21T17:28:05.006Z Downloaded bit-vec v0.6.3
5022026-07-21T17:28:05.006Z Downloaded darling_macro v0.21.3
5032026-07-21T17:28:05.007Z Downloaded crc-catalog v2.4.0
5042026-07-21T17:28:05.007Z Downloaded cpufeatures v0.3.0
5052026-07-21T17:28:05.007Z Downloaded crc v3.4.0
5062026-07-21T17:28:05.015Z Downloaded atty v0.2.14
5072026-07-21T17:28:05.015Z Downloaded crypto-common v0.2.2
5082026-07-21T17:28:05.015Z Downloaded async-recursion v1.1.1
5092026-07-21T17:28:05.015Z Downloaded bitvec v1.0.1
5102026-07-21T17:28:05.024Z Downloaded debug-ignore v1.0.5
5112026-07-21T17:28:05.024Z Downloaded cpubits v0.1.1
5122026-07-21T17:28:05.024Z Downloaded ctr v0.10.1
5132026-07-21T17:28:05.024Z Downloaded crunchy v0.2.4
5142026-07-21T17:28:05.039Z Downloaded corncobs v0.1.4
5152026-07-21T17:28:05.039Z Downloaded bcrypt-pbkdf v0.11.0
5162026-07-21T17:28:05.039Z Downloaded async-stream v0.3.6
5172026-07-21T17:28:05.039Z Downloaded derive_builder v0.20.2
5182026-07-21T17:28:05.039Z Downloaded darling_macro v0.13.4
5192026-07-21T17:28:05.039Z Downloaded crossbeam-utils v0.8.21
5202026-07-21T17:28:05.039Z Downloaded anstyle-parse v0.2.7
5212026-07-21T17:28:05.039Z Downloaded anstream v0.6.21
5222026-07-21T17:28:05.046Z Downloaded darling v0.13.4
5232026-07-21T17:28:05.047Z Downloaded bitfield-struct v0.6.2
5242026-07-21T17:28:05.047Z Downloaded bb8 v0.8.6
5252026-07-21T17:28:05.047Z Downloaded ctutils v0.4.2
5262026-07-21T17:28:05.047Z Downloaded csv-core v0.1.13
5272026-07-21T17:28:05.047Z Downloaded darling_macro v0.23.0
5282026-07-21T17:28:05.047Z Downloaded darling_macro v0.20.11
5292026-07-21T17:28:05.047Z Downloaded castaway v0.2.4
5302026-07-21T17:28:05.047Z Downloaded base16ct v1.0.0
5312026-07-21T17:28:05.047Z Downloaded async-trait v0.1.89
5322026-07-21T17:28:05.053Z Downloaded async-stream-impl v0.3.6
5332026-07-21T17:28:05.053Z Downloaded cmov v0.5.4
5342026-07-21T17:28:05.053Z Downloaded crc8 v0.1.1
5352026-07-21T17:28:05.053Z Downloaded defmt v1.0.1
5362026-07-21T17:28:05.053Z Downloaded critical-section v1.2.0
5372026-07-21T17:28:05.053Z Downloaded allocator-api2 v0.2.21
5382026-07-21T17:28:05.056Z Downloaded crossbeam-deque v0.8.6
5392026-07-21T17:28:05.070Z Downloaded crossbeam-epoch v0.9.18
5402026-07-21T17:28:05.070Z Downloaded defmt v0.3.100
5412026-07-21T17:28:05.070Z Downloaded array-init v0.0.4
5422026-07-21T17:28:05.070Z Downloaded dtrace-parser v0.3.0
5432026-07-21T17:28:05.070Z Downloaded assert_matches v1.5.0
5442026-07-21T17:28:05.071Z Downloaded block-buffer v0.12.1
5452026-07-21T17:28:05.071Z Downloaded curve25519-dalek-derive v0.1.1
5462026-07-21T17:28:05.078Z Downloaded atomicwrites v0.4.4
5472026-07-21T17:28:05.078Z Downloaded digest-io v0.1.0
5482026-07-21T17:28:05.078Z Downloaded bit-set v0.5.3
5492026-07-21T17:28:05.078Z Downloaded compression-core v0.4.31
5502026-07-21T17:28:05.078Z Downloaded block-padding v0.4.2
5512026-07-21T17:28:05.078Z Downloaded bit-set v0.8.0
5522026-07-21T17:28:05.078Z Downloaded dsl_auto_type v0.2.0
5532026-07-21T17:28:05.078Z Downloaded difflib v0.4.0
5542026-07-21T17:28:05.078Z Downloaded bcs v0.1.6
5552026-07-21T17:28:05.078Z Downloaded arc-swap v1.8.2
5562026-07-21T17:28:05.078Z Downloaded document-features v0.2.12
5572026-07-21T17:28:05.078Z Downloaded derive_builder_macro v0.20.2
5582026-07-21T17:28:05.085Z Downloaded dof v0.4.0
5592026-07-21T17:28:05.085Z Downloaded cobs v0.3.0
5602026-07-21T17:28:05.086Z Downloaded cookie_store v0.22.1
5612026-07-21T17:28:05.086Z Downloaded ascii-canvas v3.0.0
5622026-07-21T17:28:05.086Z Downloaded base16ct v0.2.0
5632026-07-21T17:28:05.093Z Downloaded atomic-waker v1.1.2
5642026-07-21T17:28:05.093Z Downloaded downcast-rs v2.0.2
5652026-07-21T17:28:05.093Z Downloaded ciborium-ll v0.2.2
5662026-07-21T17:28:05.093Z Downloaded defmt-parser v1.0.0
5672026-07-21T17:28:05.096Z Downloaded bitflags v1.3.2
5682026-07-21T17:28:05.096Z Downloaded argon2 v0.5.3
5692026-07-21T17:28:05.096Z Downloaded display-error-chain v0.2.2
5702026-07-21T17:28:05.096Z Downloaded blake2 v0.10.6
5712026-07-21T17:28:05.104Z Downloaded enum-as-inner v0.6.1
5722026-07-21T17:28:05.114Z Downloaded cfg_aliases v0.2.1
5732026-07-21T17:28:05.114Z Downloaded camino-tempfile-ext v0.3.3
5742026-07-21T17:28:05.114Z Downloaded dirs-sys-next v0.1.2
5752026-07-21T17:28:05.114Z Downloaded dropshot-api-manager-types v0.7.2
5762026-07-21T17:28:05.114Z Downloaded backon v1.6.0
5772026-07-21T17:28:05.122Z Downloaded diesel_table_macro_syntax v0.3.0
5782026-07-21T17:28:05.122Z Downloaded argon2 v0.6.0-rc.8
5792026-07-21T17:28:05.122Z Downloaded cexpr v0.6.0
5802026-07-21T17:28:05.122Z Downloaded dirs-next v2.0.0
5812026-07-21T17:28:05.122Z Downloaded endian-type v0.1.2
5822026-07-21T17:28:05.122Z Downloaded cbc v0.2.1
5832026-07-21T17:28:05.122Z Downloaded env_filter v1.0.0
5842026-07-21T17:28:05.141Z Downloaded fixedbitset v0.4.2
5852026-07-21T17:28:05.141Z Downloaded fd-lock v4.0.4
5862026-07-21T17:28:05.141Z Downloaded embedded-io v0.6.1
5872026-07-21T17:28:05.141Z Downloaded foreign-types v0.5.0
5882026-07-21T17:28:05.141Z Downloaded cfg_aliases v0.1.1
5892026-07-21T17:28:05.141Z Downloaded base64ct v1.8.3
5902026-07-21T17:28:05.141Z Downloaded darling v0.20.11
5912026-07-21T17:28:05.149Z Downloaded dunce v1.0.5
5922026-07-21T17:28:05.149Z Downloaded cmake v0.1.57
5932026-07-21T17:28:05.149Z Downloaded cipher v0.4.4
5942026-07-21T17:28:05.149Z Downloaded flagset v0.4.7
5952026-07-21T17:28:05.149Z Downloaded derive_builder_core v0.20.2
5962026-07-21T17:28:05.150Z Downloaded float-cmp v0.10.0
5972026-07-21T17:28:05.150Z Downloaded dyn-clone v1.0.20
5982026-07-21T17:28:05.150Z Downloaded const_format_proc_macros v0.2.34
5992026-07-21T17:28:05.150Z Downloaded chacha20 v0.9.1
6002026-07-21T17:28:05.150Z Downloaded ecdsa v0.16.9
6012026-07-21T17:28:05.150Z Downloaded base64 v0.21.7
6022026-07-21T17:28:05.150Z Downloaded buf-list v1.1.2
6032026-07-21T17:28:05.161Z Downloaded ciborium-io v0.2.2
6042026-07-21T17:28:05.161Z Downloaded aead v0.6.1
6052026-07-21T17:28:05.161Z Downloaded blowfish v0.10.0
6062026-07-21T17:28:05.161Z Downloaded ed25519 v2.2.3
6072026-07-21T17:28:05.161Z Downloaded float-ord v0.3.2
6082026-07-21T17:28:05.161Z Downloaded futures-task v0.3.32
6092026-07-21T17:28:05.161Z Downloaded futures-io v0.3.32
6102026-07-21T17:28:05.161Z Downloaded futures-macro v0.3.32
6112026-07-21T17:28:05.161Z Downloaded defmt-macros v1.0.1
6122026-07-21T17:28:05.161Z Downloaded foreign-types-macros v0.2.3
6132026-07-21T17:28:05.161Z Downloaded crc-any v2.5.0
6142026-07-21T17:28:05.167Z Downloaded futures-core v0.3.32
6152026-07-21T17:28:05.167Z Downloaded fxhash v0.2.1
6162026-07-21T17:28:05.167Z Downloaded bzip2 v0.4.4
6172026-07-21T17:28:05.167Z Downloaded funty v2.0.0
6182026-07-21T17:28:05.167Z Downloaded digest v0.11.3
6192026-07-21T17:28:05.167Z Downloaded form_urlencoded v1.2.2
6202026-07-21T17:28:05.167Z Downloaded foreign-types-shared v0.3.1
6212026-07-21T17:28:05.167Z Downloaded ena v0.14.4
6222026-07-21T17:28:05.173Z Downloaded either v1.15.0
6232026-07-21T17:28:05.174Z Downloaded cipher v0.5.2
6242026-07-21T17:28:05.174Z Downloaded backoff v0.4.0
6252026-07-21T17:28:05.174Z Downloaded derive-ex v0.1.8
6262026-07-21T17:28:05.174Z Downloaded daft-derive v0.1.7
6272026-07-21T17:28:05.183Z Downloaded globwalk v0.9.1
6282026-07-21T17:28:05.183Z Downloaded hash32 v0.3.1
6292026-07-21T17:28:05.183Z Downloaded hash32 v0.2.1
6302026-07-21T17:28:05.183Z Downloaded darling_core v0.13.4
6312026-07-21T17:28:05.183Z Downloaded console v0.15.11
6322026-07-21T17:28:05.195Z Downloaded ed25519 v3.0.0
6332026-07-21T17:28:05.195Z Downloaded filetime v0.2.27
6342026-07-21T17:28:05.195Z Downloaded constant_time_eq v0.4.2
6352026-07-21T17:28:05.195Z Downloaded diesel-dtrace v0.5.0
6362026-07-21T17:28:05.196Z Downloaded data-encoding v2.10.0
6372026-07-21T17:28:05.196Z Downloaded cassowary v0.3.0
6382026-07-21T17:28:05.196Z Downloaded foreign-types-shared v0.1.1
6392026-07-21T17:28:05.196Z Downloaded fixedbitset v0.5.7
6402026-07-21T17:28:05.196Z Downloaded ff v0.13.1
6412026-07-21T17:28:05.196Z Downloaded fallible-iterator v0.2.0
6422026-07-21T17:28:05.196Z Downloaded erased-serde v0.3.31
6432026-07-21T17:28:05.206Z Downloaded headers-core v0.3.0
6442026-07-21T17:28:05.206Z Downloaded hex-literal v1.1.0
6452026-07-21T17:28:05.206Z Downloaded der_derive v0.7.3
6462026-07-21T17:28:05.206Z Downloaded hex v0.4.3
6472026-07-21T17:28:05.207Z Downloaded darling_core v0.20.11
6482026-07-21T17:28:05.207Z Downloaded clang-sys v1.8.1
6492026-07-21T17:28:05.207Z Downloaded colored v2.2.0
6502026-07-21T17:28:05.218Z Downloaded futures-sink v0.3.32
6512026-07-21T17:28:05.218Z Downloaded displaydoc v0.2.5
6522026-07-21T17:28:05.218Z Downloaded foldhash v0.2.0
6532026-07-21T17:28:05.218Z Downloaded find-msvc-tools v0.1.9
6542026-07-21T17:28:05.218Z Downloaded des v0.9.0
6552026-07-21T17:28:05.218Z Downloaded hubpack_derive v0.1.1
6562026-07-21T17:28:05.218Z Downloaded hubpack v0.1.2
6572026-07-21T17:28:05.225Z Downloaded home v0.5.12
6582026-07-21T17:28:05.225Z Downloaded const-oid v0.9.6
6592026-07-21T17:28:05.225Z Downloaded http-body v1.0.1
6602026-07-21T17:28:05.225Z Downloaded hostname v0.4.2
6612026-07-21T17:28:05.225Z Downloaded crypto-bigint v0.5.5
6622026-07-21T17:28:05.225Z Downloaded globset v0.4.18
6632026-07-21T17:28:05.225Z Downloaded http-range v0.1.5
6642026-07-21T17:28:05.233Z Downloaded httpdate v1.0.3
6652026-07-21T17:28:05.233Z Downloaded bzip2 v0.6.1
6662026-07-21T17:28:05.233Z Downloaded hyper-tls v0.6.0
6672026-07-21T17:28:05.233Z Downloaded byte-wrapper v0.1.0
6682026-07-21T17:28:05.233Z Downloaded futures-executor v0.3.32
6692026-07-21T17:28:05.239Z Downloaded group v0.13.0
6702026-07-21T17:28:05.239Z Downloaded group v0.14.0
6712026-07-21T17:28:05.239Z Downloaded ident_case v1.0.1
6722026-07-21T17:28:05.239Z Downloaded colored v3.1.1
6732026-07-21T17:28:05.239Z Downloaded glob v0.3.3
6742026-07-21T17:28:05.239Z Downloaded enum_dispatch v0.3.13
6752026-07-21T17:28:05.240Z Downloaded deranged v0.5.8
6762026-07-21T17:28:05.248Z Downloaded git-stub-vcs v0.1.0
6772026-07-21T17:28:05.248Z Downloaded delegate v0.13.5
6782026-07-21T17:28:05.249Z Downloaded darling v0.23.0
6792026-07-21T17:28:05.255Z Downloaded fs_extra v1.3.0
6802026-07-21T17:28:05.255Z Downloaded fs-err v2.11.0
6812026-07-21T17:28:05.255Z Downloaded foreign-types v0.3.2
6822026-07-21T17:28:05.255Z Downloaded foldhash v0.1.5
6832026-07-21T17:28:05.255Z Downloaded base64 v0.22.1
6842026-07-21T17:28:05.255Z Downloaded idna_adapter v1.2.1
6852026-07-21T17:28:05.255Z Downloaded diff v0.1.13
6862026-07-21T17:28:05.263Z Downloaded hostname v0.3.1
6872026-07-21T17:28:05.263Z Downloaded ecdsa v0.17.0-rc.18
6882026-07-21T17:28:05.263Z Downloaded indoc v1.0.9
6892026-07-21T17:28:05.265Z Downloaded is-terminal v0.4.17
6902026-07-21T17:28:05.271Z Downloaded inout v0.1.4
6912026-07-21T17:28:05.271Z Downloaded env_logger v0.11.9
6922026-07-21T17:28:05.271Z Downloaded console v0.16.2
6932026-07-21T17:28:05.271Z Downloaded drift v0.2.0
6942026-07-21T17:28:05.276Z Downloaded illumos-nvpair-sys v0.2.0
6952026-07-21T17:28:05.276Z Downloaded internet-checksum v0.2.1
6962026-07-21T17:28:05.277Z Downloaded instant v0.1.13
6972026-07-21T17:28:05.277Z Downloaded inout v0.2.2
6982026-07-21T17:28:05.285Z Downloaded illumos-nvpair v0.3.0
6992026-07-21T17:28:05.285Z Downloaded is_ci v1.2.0
7002026-07-21T17:28:05.285Z Downloaded instability v0.3.11
7012026-07-21T17:28:05.285Z Downloaded elliptic-curve v0.14.0-rc.33
7022026-07-21T17:28:05.285Z Downloaded humantime v2.3.0
7032026-07-21T17:28:05.285Z Downloaded futures-channel v0.3.32
7042026-07-21T17:28:05.292Z Downloaded const-oid v0.10.2
7052026-07-21T17:28:05.292Z Downloaded dropshot_endpoint v0.17.1
7062026-07-21T17:28:05.292Z Downloaded lazy_static v1.5.0
7072026-07-21T17:28:05.292Z Downloaded kstat-rs v0.2.4
7082026-07-21T17:28:05.292Z Downloaded kem v0.3.0
7092026-07-21T17:28:05.302Z Downloaded lru-slab v0.1.2
7102026-07-21T17:28:05.302Z Downloaded keccak v0.1.6
7112026-07-21T17:28:05.302Z Downloaded http-body-util v0.1.3
7122026-07-21T17:28:05.302Z Downloaded darling v0.21.3
7132026-07-21T17:28:05.302Z Downloaded lru v0.12.5
7142026-07-21T17:28:05.302Z Downloaded derive_more v0.99.20
7152026-07-21T17:28:05.309Z Downloaded lalrpop-util v0.19.12
7162026-07-21T17:28:05.309Z Downloaded getrandom v0.2.17
7172026-07-21T17:28:05.309Z Downloaded cancel-safe-futures v0.1.5
7182026-07-21T17:28:05.309Z Downloaded ff v0.14.0
7192026-07-21T17:28:05.309Z Downloaded bs58 v0.5.1
7202026-07-21T17:28:05.309Z Downloaded chacha20 v0.10.0
7212026-07-21T17:28:05.309Z Downloaded managed v0.8.0
7222026-07-21T17:28:05.309Z Downloaded lru-cache v0.1.2
7232026-07-21T17:28:05.315Z Downloaded git-stub v1.0.0
7242026-07-21T17:28:05.315Z Downloaded ghash v0.6.0
7252026-07-21T17:28:05.315Z Downloaded maybe-uninit v2.0.0
7262026-07-21T17:28:05.315Z Downloaded lzss v0.8.2
7272026-07-21T17:28:05.320Z Downloaded memoffset v0.9.1
7282026-07-21T17:28:05.320Z Downloaded half v1.8.3
7292026-07-21T17:28:05.320Z Downloaded darling_core v0.23.0
7302026-07-21T17:28:05.325Z Downloaded linked-hash-map v0.5.6
7312026-07-21T17:28:05.325Z Downloaded match_cfg v0.1.0
7322026-07-21T17:28:05.325Z Downloaded cc v1.2.56
7332026-07-21T17:28:05.330Z Downloaded maplit v1.0.2
7342026-07-21T17:28:05.330Z Downloaded derive-where v1.6.0
7352026-07-21T17:28:05.330Z Downloaded darling_core v0.21.3
7362026-07-21T17:28:05.336Z Downloaded mime v0.3.17
7372026-07-21T17:28:05.336Z Downloaded newline-converter v0.3.0
7382026-07-21T17:28:05.336Z Downloaded fatfs v0.3.6
7392026-07-21T17:28:05.341Z Downloaded nibble_vec v0.1.0
7402026-07-21T17:28:05.341Z Downloaded md5 v0.8.0
7412026-07-21T17:28:05.341Z Downloaded ipnetwork v0.21.1
7422026-07-21T17:28:05.341Z Downloaded indent_write v2.2.0
7432026-07-21T17:28:05.341Z Downloaded indoc v2.0.7
7442026-07-21T17:28:05.349Z Downloaded multimap v0.10.1
7452026-07-21T17:28:05.349Z Downloaded blake2 v0.11.0-rc.6
7462026-07-21T17:28:05.349Z Downloaded chacha20poly1305 v0.10.1
7472026-07-21T17:28:05.349Z Downloaded gethostname v0.5.0
7482026-07-21T17:28:05.354Z Downloaded hmac v0.13.0
7492026-07-21T17:28:05.355Z Downloaded impl-trait-for-tuples v0.2.3
7502026-07-21T17:28:05.355Z Downloaded ipnet v2.11.0
7512026-07-21T17:28:05.355Z Downloaded ciborium v0.2.2
7522026-07-21T17:28:05.355Z Downloaded newtype_derive v0.1.6
7532026-07-21T17:28:05.355Z Downloaded nonempty v0.12.0
7542026-07-21T17:28:05.367Z Downloaded nodrop v0.1.14
7552026-07-21T17:28:05.367Z Downloaded newtype-uuid-macros v0.1.0
7562026-07-21T17:28:05.368Z Downloaded ingot-types v0.1.2
7572026-07-21T17:28:05.368Z Downloaded ingot v0.1.1
7582026-07-21T17:28:05.368Z Downloaded new_debug_unreachable v1.0.6
7592026-07-21T17:28:05.368Z Downloaded highway v1.3.0
7602026-07-21T17:28:05.373Z Downloaded async-bb8-diesel v0.2.1
7612026-07-21T17:28:05.373Z Downloaded arrayvec v0.7.6
7622026-07-21T17:28:05.374Z Downloaded convert_case v0.10.0
7632026-07-21T17:28:05.374Z Downloaded httparse v1.10.1
7642026-07-21T17:28:05.374Z Downloaded daft v0.1.7
7652026-07-21T17:28:05.374Z Downloaded num-iter v0.1.45
7662026-07-21T17:28:05.374Z Downloaded num-conv v0.2.0
7672026-07-21T17:28:05.374Z Downloaded normalize-line-endings v0.3.0
7682026-07-21T17:28:05.374Z Downloaded libscf-sys v1.1.0
7692026-07-21T17:28:05.374Z Downloaded compression-codecs v0.4.37
7702026-07-21T17:28:05.374Z Downloaded bitfield v0.19.4
7712026-07-21T17:28:05.381Z Downloaded crc32fast v1.5.0
7722026-07-21T17:28:05.381Z Downloaded lock_api v0.4.14
7732026-07-21T17:28:05.381Z Downloaded libsw v3.5.0
7742026-07-21T17:28:05.381Z Downloaded hyper-staticfile v0.10.1
7752026-07-21T17:28:05.382Z Downloaded hmac v0.12.1
7762026-07-21T17:28:05.386Z Downloaded getrandom v0.3.4
7772026-07-21T17:28:05.386Z Downloaded num-derive v0.4.2
7782026-07-21T17:28:05.386Z Downloaded num_enum_derive v0.5.11
7792026-07-21T17:28:05.386Z Downloaded num-derive v0.3.3
7802026-07-21T17:28:05.386Z Downloaded num_threads v0.1.7
7812026-07-21T17:28:05.386Z Downloaded linear-map v1.2.0
7822026-07-21T17:28:05.395Z Downloaded olpc-cjson v0.1.4
7832026-07-21T17:28:05.395Z Downloaded aes v0.9.1
7842026-07-21T17:28:05.395Z Downloaded openssl-probe v0.2.1
7852026-07-21T17:28:05.395Z Downloaded keccak v0.2.0
7862026-07-21T17:28:05.403Z Downloaded generic-array v1.4.3
7872026-07-21T17:28:05.403Z Downloaded jobserver v0.1.34
7882026-07-21T17:28:05.403Z Downloaded futures v0.3.32
7892026-07-21T17:28:05.403Z Downloaded libloading v0.8.9
7902026-07-21T17:28:05.403Z Downloaded libefi-sys v0.1.0
7912026-07-21T17:28:05.407Z Downloaded libsw-core v0.3.2
7922026-07-21T17:28:05.407Z Downloaded md-5 v0.10.6
7932026-07-21T17:28:05.407Z Downloaded oso-derive v0.27.3
7942026-07-21T17:28:05.407Z Downloaded opaque-debug v0.3.1
7952026-07-21T17:28:05.407Z Downloaded multer v3.1.0
7962026-07-21T17:28:05.407Z Downloaded compact_str v0.8.1
7972026-07-21T17:28:05.420Z Downloaded openssl-probe v0.1.6
7982026-07-21T17:28:05.423Z Downloaded openssl-macros v0.1.1
7992026-07-21T17:28:05.424Z Downloaded newtype-uuid v1.3.2
8002026-07-21T17:28:05.424Z Downloaded nanorand v0.7.0
8012026-07-21T17:28:05.427Z Downloaded iana-time-zone v0.1.65
8022026-07-21T17:28:05.427Z Downloaded flume v0.11.1
8032026-07-21T17:28:05.430Z Downloaded num v0.4.3
8042026-07-21T17:28:05.430Z Downloaded ingot-macros v0.1.1
8052026-07-21T17:28:05.435Z Downloaded packed_struct_codegen v0.10.1
8062026-07-21T17:28:05.435Z Downloaded const_format v0.2.35
8072026-07-21T17:28:05.435Z Downloaded der v0.7.10
8082026-07-21T17:28:05.443Z Downloaded elliptic-curve v0.13.8
8092026-07-21T17:28:05.453Z Downloaded num-integer v0.1.46
8102026-07-21T17:28:05.453Z Downloaded module-lattice v0.2.3
8112026-07-21T17:28:05.453Z Downloaded path-slash v0.1.5
8122026-07-21T17:28:05.453Z Downloaded peg-runtime v0.8.5
8132026-07-21T17:28:05.453Z Downloaded nu-ansi-term v0.50.3
8142026-07-21T17:28:05.453Z Downloaded num_enum v0.7.6
8152026-07-21T17:28:05.513Z Downloaded num-complex v0.4.6
8162026-07-21T17:28:05.513Z Downloaded icu_properties v2.1.2
8172026-07-21T17:28:05.513Z Downloaded half v2.7.1
8182026-07-21T17:28:05.513Z Downloaded litrs v1.0.0
8192026-07-21T17:28:05.513Z Downloaded hybrid-array v0.4.13
8202026-07-21T17:28:05.513Z Downloaded password-hash v0.6.1
8212026-07-21T17:28:05.533Z Downloaded parse-display v0.10.0
8222026-07-21T17:28:05.533Z Downloaded icu_provider v2.1.1
8232026-07-21T17:28:05.533Z Downloaded bumpalo v3.20.2
8242026-07-21T17:28:05.533Z Downloaded parse-size v1.1.0
8252026-07-21T17:28:05.533Z Downloaded num-rational v0.4.2
8262026-07-21T17:28:05.533Z Downloaded native-tls v0.2.18
8272026-07-21T17:28:05.533Z Downloaded bytes v1.11.1
8282026-07-21T17:28:05.533Z Downloaded derive_more v2.1.1
8292026-07-21T17:28:05.533Z Downloaded phf_shared v0.13.1
8302026-07-21T17:28:05.533Z Downloaded async-compression v0.4.41
8312026-07-21T17:28:05.533Z Downloaded oxide-update-engine v0.1.2
8322026-07-21T17:28:05.533Z Downloaded owo-colors v4.3.0
8332026-07-21T17:28:05.533Z Downloaded oxide-update-engine-display v0.1.2
8342026-07-21T17:28:05.533Z Downloaded litemap v0.8.1
8352026-07-21T17:28:05.533Z Downloaded memmap2 v0.9.10
8362026-07-21T17:28:05.533Z Downloaded phf_shared v0.12.1
8372026-07-21T17:28:05.534Z Downloaded headers v0.4.1
8382026-07-21T17:28:05.534Z Downloaded ar_archive_writer v0.5.1
8392026-07-21T17:28:05.534Z Downloaded ed25519-dalek v3.0.0-rc.0
8402026-07-21T17:28:05.534Z Downloaded diesel_derives v2.3.7
8412026-07-21T17:28:05.534Z Downloaded oxide-tokio-rt v0.1.4
8422026-07-21T17:28:05.534Z Downloaded hyper-rustls v0.27.7
8432026-07-21T17:28:05.534Z Downloaded phf_shared v0.11.3
8442026-07-21T17:28:05.534Z Downloaded num_enum_derive v0.7.6
8452026-07-21T17:28:05.534Z Downloaded num_enum v0.5.11
8462026-07-21T17:28:05.536Z Downloaded ignore v0.4.25
8472026-07-21T17:28:05.536Z Downloaded heapless v0.8.0
8482026-07-21T17:28:05.536Z Downloaded heapless v0.7.17
8492026-07-21T17:28:05.536Z Downloaded packed_struct v0.10.1
8502026-07-21T17:28:05.536Z Downloaded flate2 v1.1.9
8512026-07-21T17:28:05.545Z Downloaded ml-kem v0.3.2
8522026-07-21T17:28:05.545Z Downloaded potential_utf v0.1.4
8532026-07-21T17:28:05.545Z Downloaded libbz2-rs-sys v0.2.2
8542026-07-21T17:28:05.545Z Downloaded predicates-core v1.0.10
8552026-07-21T17:28:05.545Z Downloaded precomputed-hash v0.1.1
8562026-07-21T17:28:05.545Z Downloaded proc-macro-crate v1.3.1
8572026-07-21T17:28:05.545Z Downloaded icu_locale_core v2.1.1
8582026-07-21T17:28:05.545Z Downloaded pbkdf2 v0.13.0
8592026-07-21T17:28:05.545Z Downloaded percent-encoding v2.3.2
8602026-07-21T17:28:05.545Z Downloaded peg-macros v0.8.5
8612026-07-21T17:28:05.545Z Downloaded peg v0.8.5
8622026-07-21T17:28:05.545Z Downloaded phf v0.12.1
8632026-07-21T17:28:05.556Z Downloaded proc-macro-error-attr2 v2.0.0
8642026-07-21T17:28:05.556Z Downloaded proc-macro-crate v3.4.0
8652026-07-21T17:28:05.556Z Downloaded progenitor-client v0.14.0
8662026-07-21T17:28:05.556Z Downloaded phc v0.6.1
8672026-07-21T17:28:05.556Z Downloaded pem-rfc7468 v0.7.0
8682026-07-21T17:28:05.556Z Downloaded progenitor-macro v0.13.0
8692026-07-21T17:28:05.556Z Downloaded pem-rfc7468 v1.0.0
8702026-07-21T17:28:05.556Z Downloaded pem v3.0.6
8712026-07-21T17:28:05.556Z Downloaded mime_guess v2.0.5
8722026-07-21T17:28:05.556Z Downloaded aho-corasick v1.1.4
8732026-07-21T17:28:05.568Z Downloaded parse-display-derive v0.10.0
8742026-07-21T17:28:05.568Z Downloaded parking_lot_core v0.8.6
8752026-07-21T17:28:05.568Z Downloaded paste v1.0.15
8762026-07-21T17:28:05.568Z Downloaded progenitor-macro v0.14.0
8772026-07-21T17:28:05.568Z Downloaded indexmap v1.9.3
8782026-07-21T17:28:05.568Z Downloaded pin-project-internal v1.1.11
8792026-07-21T17:28:05.581Z Downloaded psl-types v2.0.11
8802026-07-21T17:28:05.581Z Downloaded icu_normalizer v2.1.1
8812026-07-21T17:28:05.581Z Downloaded radium v0.7.0
8822026-07-21T17:28:05.582Z Downloaded oxnet v0.1.6
8832026-07-21T17:28:05.582Z Downloaded port-file v0.1.0
8842026-07-21T17:28:05.582Z Downloaded quick-error v1.2.3
8852026-07-21T17:28:05.595Z Downloaded polyval v0.7.1
8862026-07-21T17:28:05.595Z Downloaded pkg-config v0.3.32
8872026-07-21T17:28:05.595Z Downloaded crossterm v0.28.1
8882026-07-21T17:28:05.595Z Downloaded rand_chacha v0.3.1
8892026-07-21T17:28:05.595Z Downloaded pin-project-lite v0.2.17
8902026-07-21T17:28:05.598Z Downloaded hickory-resolver v0.25.2
8912026-07-21T17:28:05.598Z Downloaded poly1305 v0.8.0
8922026-07-21T17:28:05.598Z Downloaded indicatif v0.18.4
8932026-07-21T17:28:05.598Z Downloaded postgres-protocol v0.6.10
8942026-07-21T17:28:05.598Z Downloaded predicates-tree v1.0.13
8952026-07-21T17:28:05.599Z Downloaded predicates v3.1.4
8962026-07-21T17:28:05.599Z Downloaded parking_lot v0.12.5
8972026-07-21T17:28:05.602Z Downloaded rand_xorshift v0.4.0
8982026-07-21T17:28:05.602Z Downloaded parking_lot v0.11.2
8992026-07-21T17:28:05.603Z Downloaded primefield v0.14.0
9002026-07-21T17:28:05.607Z Downloaded ref-cast-impl v1.0.25
9012026-07-21T17:28:05.607Z Downloaded recursive-proc-macro-impl v0.1.1
9022026-07-21T17:28:05.608Z Downloaded recursive v0.1.1
9032026-07-21T17:28:05.608Z Downloaded ppv-lite86 v0.2.21
9042026-07-21T17:28:05.608Z Downloaded powerfmt v0.2.0
9052026-07-21T17:28:05.608Z Downloaded parking_lot_core v0.9.12
9062026-07-21T17:28:05.612Z Downloaded ref-cast v1.0.25
9072026-07-21T17:28:05.612Z Downloaded ed25519-dalek v2.2.0
9082026-07-21T17:28:05.612Z Downloaded primeorder v0.14.0-rc.10
9092026-07-21T17:28:05.616Z Downloaded num-traits v0.2.19
9102026-07-21T17:28:05.616Z Downloaded password-hash v0.5.0
9112026-07-21T17:28:05.619Z Downloaded progenitor-client v0.13.0
9122026-07-21T17:28:05.619Z Downloaded progenitor v0.14.0
9132026-07-21T17:28:05.622Z Downloaded progenitor v0.13.0
9142026-07-21T17:28:05.623Z Downloaded phf v0.13.1
9152026-07-21T17:28:05.628Z Downloaded rfc6979 v0.4.0
9162026-07-21T17:28:05.631Z Downloaded der v0.8.0
9172026-07-21T17:28:05.631Z Downloaded progenitor-extras v0.2.0
9182026-07-21T17:28:05.631Z Downloaded oxide-update-engine-types v0.1.2
9192026-07-21T17:28:05.635Z Downloaded psm v0.1.30
9202026-07-21T17:28:05.635Z Downloaded oso v0.27.3
9212026-07-21T17:28:05.638Z Downloaded icu_collections v2.1.1
9222026-07-21T17:28:05.642Z Downloaded r2d2 v0.8.10
9232026-07-21T17:28:05.642Z Downloaded icu_normalizer_data v2.1.1
9242026-07-21T17:28:05.647Z Downloaded rustc_version v0.1.7
9252026-07-21T17:28:05.647Z Downloaded rtoolbox v0.0.3
9262026-07-21T17:28:05.647Z Downloaded omicron-zone-package v0.12.3
9272026-07-21T17:28:05.650Z Downloaded pkcs1 v0.7.5
9282026-07-21T17:28:05.650Z Downloaded hashbrown v0.12.3
9292026-07-21T17:28:05.654Z Downloaded rfc6979 v0.5.0
9302026-07-21T17:28:05.654Z Downloaded rustc-hash v2.1.1
9312026-07-21T17:28:05.654Z Downloaded russh-util v0.52.0
9322026-07-21T17:28:05.654Z Downloaded rand_chacha v0.9.0
9332026-07-21T17:28:05.660Z Downloaded pkcs8 v0.11.0
9342026-07-21T17:28:05.668Z Downloaded poly1305 v0.9.0
9352026-07-21T17:28:05.668Z Downloaded hickory-resolver v0.24.4
9362026-07-21T17:28:05.668Z Downloaded pkcs8 v0.10.2
9372026-07-21T17:28:05.668Z Downloaded rustc_version v0.4.1
9382026-07-21T17:28:05.673Z Downloaded miniz_oxide v0.8.9
9392026-07-21T17:28:05.673Z Downloaded http v1.4.2
9402026-07-21T17:28:05.678Z Downloaded rand_seeder v0.4.0
9412026-07-21T17:28:05.678Z Downloaded crossterm v0.29.0
9422026-07-21T17:28:05.685Z Downloaded primeorder v0.13.6
9432026-07-21T17:28:05.685Z Downloaded rand_core v0.10.0
9442026-07-21T17:28:05.685Z Downloaded rand_core v0.9.5
9452026-07-21T17:28:05.685Z Downloaded postcard v1.1.3
9462026-07-21T17:28:05.685Z Downloaded papergrid v0.17.0
9472026-07-21T17:28:05.688Z Downloaded same-file v1.0.6
9482026-07-21T17:28:05.688Z Downloaded proc-macro-error2 v2.0.1
9492026-07-21T17:28:05.693Z Downloaded scheduled-thread-pool v0.2.7
9502026-07-21T17:28:05.693Z Downloaded dropshot-api-manager v0.7.2
9512026-07-21T17:28:05.696Z Downloaded jiff-static v0.2.21
9522026-07-21T17:28:05.699Z Downloaded scopeguard v1.2.0
9532026-07-21T17:28:05.699Z Downloaded sapling-renderdag v0.1.0
9542026-07-21T17:28:05.704Z Downloaded scroll_derive v0.13.1
9552026-07-21T17:28:05.707Z Downloaded expectorate v1.2.0
9562026-07-21T17:28:05.707Z Downloaded semver v0.1.20
9572026-07-21T17:28:05.707Z Downloaded secrecy v0.10.3
9582026-07-21T17:28:05.707Z Downloaded secrecy v0.8.0
9592026-07-21T17:28:05.711Z Downloaded pkcs5 v0.8.1
9602026-07-21T17:28:05.711Z Downloaded resolv-conf v0.7.6
9612026-07-21T17:28:05.711Z Downloaded quinn-udp v0.5.14
9622026-07-21T17:28:05.714Z Downloaded rpassword v7.5.4
9632026-07-21T17:28:05.714Z Downloaded serde_plain v1.0.2
9642026-07-21T17:28:05.719Z Downloaded seq-macro v0.3.6
9652026-07-21T17:28:05.719Z Downloaded pin-project v1.1.11
9662026-07-21T17:28:05.722Z Downloaded serde_urlencoded v0.7.1
9672026-07-21T17:28:05.725Z Downloaded rustls-pemfile v2.2.0
9682026-07-21T17:28:05.726Z Downloaded russh-cryptovec v0.61.0
9692026-07-21T17:28:05.729Z Downloaded serde-big-array v0.5.1
9702026-07-21T17:28:05.729Z Downloaded rusty-fork v0.3.1
9712026-07-21T17:28:05.729Z Downloaded pkcs1 v0.8.0-rc.4
9722026-07-21T17:28:05.735Z Downloaded openssl-sys v0.9.115
9732026-07-21T17:28:05.739Z Downloaded minimal-lexical v0.2.1
9742026-07-21T17:28:05.739Z Downloaded prefix-trie v0.7.0
9752026-07-21T17:28:05.739Z Downloaded rustversion v1.0.22
9762026-07-21T17:28:05.739Z Downloaded rustls-native-certs v0.8.3
9772026-07-21T17:28:05.745Z Downloaded derive_more-impl v2.1.1
9782026-07-21T17:28:05.749Z Downloaded signal-hook-tokio v0.3.1
9792026-07-21T17:28:05.749Z Downloaded sha1 v0.11.0
9802026-07-21T17:28:05.749Z Downloaded sha1 v0.10.6
9812026-07-21T17:28:05.750Z Downloaded signal-hook-mio v0.2.5
9822026-07-21T17:28:05.750Z Downloaded serde_spanned v1.1.1
9832026-07-21T17:28:05.750Z Downloaded serde_repr v0.1.20
9842026-07-21T17:28:05.758Z Downloaded postgres-types v0.2.12
9852026-07-21T17:28:05.758Z Downloaded serde_bytes v0.11.19
9862026-07-21T17:28:05.762Z Downloaded rand_core v0.6.4
9872026-07-21T17:28:05.762Z Downloaded signature v3.0.0
9882026-07-21T17:28:05.766Z Downloaded shell-words v1.1.1
9892026-07-21T17:28:05.767Z Downloaded sigpipe v0.1.3
9902026-07-21T17:28:05.770Z Downloaded signature v2.2.0
9912026-07-21T17:28:05.775Z Downloaded scrypt v0.12.0
9922026-07-21T17:28:05.775Z Downloaded progenitor-impl v0.14.0
9932026-07-21T17:28:05.775Z Downloaded siphasher v1.0.2
9942026-07-21T17:28:05.775Z Downloaded sec1 v0.7.3
9952026-07-21T17:28:05.781Z Downloaded slog-bunyan v2.5.0
9962026-07-21T17:28:05.781Z Downloaded scroll v0.13.0
9972026-07-21T17:28:05.793Z Downloaded p256 v0.14.0-rc.10
9982026-07-21T17:28:05.793Z Downloaded hyper-util v0.1.20
9992026-07-21T17:28:05.797Z Downloaded sec1 v0.8.1
10002026-07-21T17:28:05.797Z Downloaded hashbrown v0.13.2
10012026-07-21T17:28:05.801Z Downloaded serde_derive_internals v0.29.1
10022026-07-21T17:28:05.801Z Downloaded serde-hex v0.1.0
10032026-07-21T17:28:05.804Z Downloaded internal-russh-num-bigint v0.5.0
10042026-07-21T17:28:05.808Z Downloaded crypto-primes v0.7.2
10052026-07-21T17:28:05.816Z Downloaded prettyplease v0.2.37
10062026-07-21T17:28:05.820Z Downloaded serdect v0.4.3
10072026-07-21T17:28:05.820Z Downloaded serde_with_macros v1.5.2
10082026-07-21T17:28:05.830Z Downloaded stable_deref_trait v1.2.1
10092026-07-21T17:28:05.830Z Downloaded structmeta v0.3.0
10102026-07-21T17:28:05.830Z Downloaded signal-hook-registry v1.4.8
10112026-07-21T17:28:05.835Z Downloaded shlex v1.3.0
10122026-07-21T17:28:05.835Z Downloaded rustls-pki-types v1.14.0
10132026-07-21T17:28:05.835Z Downloaded rcgen v0.12.1
10142026-07-21T17:28:05.835Z Downloaded salsa20 v0.11.0
10152026-07-21T17:28:05.835Z Downloaded itertools v0.10.5
10162026-07-21T17:28:05.838Z Downloaded simd-adler32 v0.3.8
10172026-07-21T17:28:05.842Z Downloaded strum v0.26.3
10182026-07-21T17:28:05.842Z Downloaded structmeta-derive v0.3.0
10192026-07-21T17:28:05.842Z Downloaded slab v0.4.12
10202026-07-21T17:28:05.842Z Downloaded pretty_assertions v1.4.1
10212026-07-21T17:28:05.845Z Downloaded strsim v0.10.0
10222026-07-21T17:28:05.855Z Downloaded supports-color v3.0.2
10232026-07-21T17:28:05.863Z Downloaded progenitor-impl v0.13.0
10242026-07-21T17:28:05.863Z Downloaded schemars_derive v0.8.22
10252026-07-21T17:28:05.867Z Downloaded smf v0.2.3
10262026-07-21T17:28:05.867Z Downloaded slog-stdlog v4.1.1
10272026-07-21T17:28:05.867Z Downloaded slog-scope v4.4.1
10282026-07-21T17:28:05.867Z Downloaded spki v0.7.3
10292026-07-21T17:28:05.867Z Downloaded tabled_derive v0.11.0
10302026-07-21T17:28:05.867Z Downloaded take_mut v0.2.2
10312026-07-21T17:28:05.867Z Downloaded tagptr v0.2.0
10322026-07-21T17:28:05.870Z Downloaded tap v1.0.1
10332026-07-21T17:28:05.870Z Downloaded p384 v0.14.0-rc.10
10342026-07-21T17:28:05.870Z Downloaded tabwriter v1.4.1
10352026-07-21T17:28:05.873Z Downloaded serde_cbor v0.11.2
10362026-07-21T17:28:05.873Z Downloaded smallvec v0.6.14
10372026-07-21T17:28:05.879Z Downloaded hickory-server v0.25.2
10382026-07-21T17:28:05.885Z Downloaded ron v0.8.1
10392026-07-21T17:28:05.885Z Downloaded serde_with_macros v3.21.0
10402026-07-21T17:28:05.885Z Downloaded static_assertions v1.1.0
10412026-07-21T17:28:05.886Z Downloaded thread-id v5.1.0
10422026-07-21T17:28:05.889Z Downloaded sync-ptr v0.1.4
10432026-07-21T17:28:05.889Z Downloaded slog-term v2.9.2
10442026-07-21T17:28:05.889Z Downloaded ssh-cipher v0.3.0-rc.9
10452026-07-21T17:28:05.889Z Downloaded sqlparser_derive v0.5.0
10462026-07-21T17:28:05.889Z Downloaded sqlformat v0.3.5
10472026-07-21T17:28:05.889Z Downloaded time-core v0.1.8
10482026-07-21T17:28:05.903Z Downloaded stacker v0.1.23
10492026-07-21T17:28:05.903Z Downloaded spki v0.8.0
10502026-07-21T17:28:05.903Z Downloaded num-bigint v0.4.6
10512026-07-21T17:28:05.907Z Downloaded sha2 v0.11.0
10522026-07-21T17:28:05.907Z Downloaded strum_macros v0.26.4
10532026-07-21T17:28:05.907Z Downloaded snafu-derive v0.8.9
10542026-07-21T17:28:05.907Z Downloaded strip-ansi-escapes v0.2.1
10552026-07-21T17:28:05.907Z Downloaded testing_table v0.3.0
10562026-07-21T17:28:05.907Z Downloaded termtree v0.5.1
10572026-07-21T17:28:05.907Z Downloaded thiserror-impl-no-std v2.0.2
10582026-07-21T17:28:05.907Z Downloaded rustls-platform-verifier v0.6.2
10592026-07-21T17:28:05.907Z Downloaded nom v7.1.3
10602026-07-21T17:28:05.911Z Downloaded ssh-encoding v0.3.0-rc.9
10612026-07-21T17:28:05.923Z Downloaded tinyvec_macros v0.1.1
10622026-07-21T17:28:05.923Z Downloaded support-bundle-viewer v0.1.2
10632026-07-21T17:28:05.923Z Downloaded synstructure v0.13.2
10642026-07-21T17:28:05.923Z Downloaded hashbrown v0.15.5
10652026-07-21T17:28:05.923Z Downloaded quinn v0.11.9
10662026-07-21T17:28:05.923Z Downloaded hashbrown v0.16.1
10672026-07-21T17:28:05.928Z Downloaded strum v0.27.2
10682026-07-21T17:28:05.928Z Downloaded stringprep v0.1.5
10692026-07-21T17:28:05.928Z Downloaded string_cache v0.8.9
10702026-07-21T17:28:05.928Z Downloaded aes-gcm v0.11.0
10712026-07-21T17:28:05.932Z Downloaded tokio-macros v2.7.0
10722026-07-21T17:28:05.932Z Downloaded tokio-test v0.4.5
10732026-07-21T17:28:05.932Z Downloaded schemars v0.8.22
10742026-07-21T17:28:05.945Z Downloaded strum_macros v0.27.2
10752026-07-21T17:28:05.961Z Downloaded sync_wrapper v1.0.2
10762026-07-21T17:28:05.961Z Downloaded subtle v2.6.1
10772026-07-21T17:28:05.961Z Downloaded slog-envlogger v2.2.0
10782026-07-21T17:28:05.961Z Downloaded libxml v0.3.3
10792026-07-21T17:28:05.961Z Downloaded termios v0.3.3
10802026-07-21T17:28:05.961Z Downloaded strum_macros v0.24.3
10812026-07-21T17:28:05.961Z Downloaded thread_local v1.1.9
10822026-07-21T17:28:05.961Z Downloaded serde_yaml v0.9.34+deprecated
10832026-07-21T17:28:05.961Z Downloaded slog-dtrace v0.3.0
10842026-07-21T17:28:05.961Z Downloaded smallvec v1.15.1
10852026-07-21T17:28:05.961Z Downloaded itertools v0.13.0
10862026-07-21T17:28:05.969Z Downloaded rayon-core v1.13.0
10872026-07-21T17:28:05.969Z Downloaded publicsuffix v2.3.0
10882026-07-21T17:28:05.969Z Downloaded slog-async v2.8.0
10892026-07-21T17:28:05.969Z Downloaded serde_path_to_error v0.1.20
10902026-07-21T17:28:05.969Z Downloaded slog-json v2.6.1
10912026-07-21T17:28:05.969Z Downloaded signal-hook v0.3.18
10922026-07-21T17:28:05.980Z Downloaded hyper v1.10.1
10932026-07-21T17:28:05.980Z Downloaded similar v2.7.0
10942026-07-21T17:28:05.980Z Downloaded ryu v1.0.23
10952026-07-21T17:28:05.980Z Downloaded mio v1.2.0
10962026-07-21T17:28:05.986Z Downloaded iri-string v0.7.10
10972026-07-21T17:28:05.998Z Downloaded tower-layer v0.3.3
10982026-07-21T17:28:05.998Z Downloaded thiserror-no-std v2.0.2
10992026-07-21T17:28:05.998Z Downloaded trait-variant v0.1.2
11002026-07-21T17:28:05.998Z Downloaded topological-sort v0.2.2
11012026-07-21T17:28:06.001Z Downloaded spin v0.9.8
11022026-07-21T17:28:06.001Z Downloaded num-bigint-dig v0.8.6
11032026-07-21T17:28:06.002Z Downloaded tls_codec_derive v0.4.2
11042026-07-21T17:28:06.002Z Downloaded term v0.7.0
11052026-07-21T17:28:06.002Z Downloaded unarray v0.1.4
11062026-07-21T17:28:06.005Z Downloaded unicode-xid v0.2.6
11072026-07-21T17:28:06.005Z Downloaded universal-hash v0.5.1
11082026-07-21T17:28:06.005Z Downloaded typify-macro v0.6.2
11092026-07-21T17:28:06.005Z Downloaded try-lock v0.2.5
11102026-07-21T17:28:06.005Z Downloaded tokio-native-tls v0.3.1
11112026-07-21T17:28:06.008Z Downloaded unit-prefix v0.5.2
11122026-07-21T17:28:06.008Z Downloaded slog v2.8.2
11132026-07-21T17:28:06.011Z Downloaded universal-hash v0.6.1
11142026-07-21T17:28:06.011Z Downloaded schemars v0.9.0
11152026-07-21T17:28:06.017Z Downloaded tls_codec v0.4.2
11162026-07-21T17:28:06.020Z Downloaded rsa v0.9.10
11172026-07-21T17:28:06.025Z Downloaded term v1.2.1
11182026-07-21T17:28:06.026Z Downloaded untrusted v0.9.0
11192026-07-21T17:28:06.029Z Downloaded utf-8 v0.7.6
11202026-07-21T17:28:06.029Z Downloaded usdt-macro v0.6.0
11212026-07-21T17:28:06.030Z Downloaded usdt-attr-macro v0.6.0
11222026-07-21T17:28:06.030Z Downloaded usdt v0.6.0
11232026-07-21T17:28:06.030Z Downloaded untrusted v0.7.1
11242026-07-21T17:28:06.030Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11252026-07-21T17:28:06.030Z Downloaded rand v0.8.6
11262026-07-21T17:28:06.033Z Downloaded tokio-dtrace v0.1.1
11272026-07-21T17:28:06.033Z Downloaded qorb v0.4.1
11282026-07-21T17:28:06.036Z Downloaded idna v1.1.0
11292026-07-21T17:28:06.041Z Downloaded time-macros v0.2.27
11302026-07-21T17:28:06.041Z Downloaded tokio-tungstenite v0.23.1
11312026-07-21T17:28:06.044Z Downloaded utf8_iter v1.0.4
11322026-07-21T17:28:06.044Z Downloaded tokio-tungstenite v0.21.0
11332026-07-21T17:28:06.044Z Downloaded nom v8.0.0
11342026-07-21T17:28:06.048Z Downloaded waitgroup v0.1.2
11352026-07-21T17:28:06.048Z Downloaded rand v0.9.2
11362026-07-21T17:28:06.052Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11372026-07-21T17:28:06.052Z Downloaded wait-timeout v0.2.1
11382026-07-21T17:28:06.052Z Downloaded void v1.0.2
11392026-07-21T17:28:06.052Z Downloaded socket2 v0.5.10
11402026-07-21T17:28:06.058Z Downloaded itertools v0.12.1
11412026-07-21T17:28:06.064Z Downloaded toml_writer v1.1.1+spec-1.1.0
11422026-07-21T17:28:06.064Z Downloaded tower-service v0.3.3
11432026-07-21T17:28:06.065Z Downloaded socket2 v0.6.3
11442026-07-21T17:28:06.065Z Downloaded blake3 v1.8.5
11452026-07-21T17:28:06.077Z Downloaded want v0.3.1
11462026-07-21T17:28:06.077Z Downloaded tui-tree-widget v0.23.1
11472026-07-21T17:28:06.077Z Downloaded futures-util v0.3.32
11482026-07-21T17:28:06.083Z Downloaded unicase v2.9.0
11492026-07-21T17:28:06.083Z Downloaded snafu v0.8.9
11502026-07-21T17:28:06.083Z Downloaded unicode-truncate v1.1.0
11512026-07-21T17:28:06.083Z Downloaded hkdf v0.12.4
11522026-07-21T17:28:06.083Z Downloaded tiny-keccak v2.0.2
11532026-07-21T17:28:06.088Z Downloaded tinystr v0.8.2
11542026-07-21T17:28:06.088Z Downloaded xshell-macros v0.2.7
11552026-07-21T17:28:06.088Z Downloaded xattr v1.6.1
11562026-07-21T17:28:06.092Z Downloaded h2 v0.4.15
11572026-07-21T17:28:06.103Z Downloaded tokio-stream v0.1.18
11582026-07-21T17:28:06.108Z Downloaded subprocess v0.2.15
11592026-07-21T17:28:06.108Z Downloaded zerofrom-derive v0.1.6
11602026-07-21T17:28:06.108Z Downloaded rand v0.10.1
11612026-07-21T17:28:06.109Z Downloaded usdt-impl v0.6.0
11622026-07-21T17:28:06.109Z Downloaded test-strategy v0.4.5
11632026-07-21T17:28:06.109Z Downloaded zerofrom v0.1.6
11642026-07-21T17:28:06.109Z Downloaded icu_properties_data v2.1.2
11652026-07-21T17:28:06.113Z Downloaded vergen-lib v9.1.0
11662026-07-21T17:28:06.116Z Downloaded tokio-rustls v0.26.4
11672026-07-21T17:28:06.116Z Downloaded libm v0.2.16
11682026-07-21T17:28:06.122Z Downloaded zone_cfg_derive v0.3.1
11692026-07-21T17:28:06.125Z Downloaded zeroize_derive v1.4.3
11702026-07-21T17:28:06.125Z Downloaded zone v0.3.1
11712026-07-21T17:28:06.125Z Downloaded rustls-webpki v0.103.13
11722026-07-21T17:28:06.130Z Downloaded p521 v0.14.0-rc.10
11732026-07-21T17:28:06.131Z Downloaded itertools v0.14.0
11742026-07-21T17:28:06.136Z Downloaded whoami v1.6.1
11752026-07-21T17:28:06.136Z Downloaded samael v0.0.19
11762026-07-21T17:28:06.145Z Downloaded wyz v0.5.1
11772026-07-21T17:28:06.145Z Downloaded hkdf v0.13.0
11782026-07-21T17:28:06.145Z Downloaded writeable v0.6.2
11792026-07-21T17:28:06.148Z Downloaded whoami v2.1.0
11802026-07-21T17:28:06.148Z Downloaded toml_parser v1.1.2+spec-1.1.0
11812026-07-21T17:28:06.148Z Downloaded twox-hash v2.1.2
11822026-07-21T17:28:06.148Z Downloaded tinyvec v1.10.0
11832026-07-21T17:28:06.148Z Downloaded vergen-lib v0.1.6
11842026-07-21T17:28:06.148Z Downloaded vergen-gitcl v1.0.8
11852026-07-21T17:28:06.152Z Downloaded schemars v1.2.1
11862026-07-21T17:28:06.159Z Downloaded unicode-properties v0.1.4
11872026-07-21T17:28:06.163Z Downloaded yoke-derive v0.8.1
11882026-07-21T17:28:06.167Z Downloaded yoke v0.8.1
11892026-07-21T17:28:06.167Z Downloaded xshell v0.2.7
11902026-07-21T17:28:06.170Z Downloaded zerovec-derive v0.11.2
11912026-07-21T17:28:06.178Z Downloaded toml v0.7.8
11922026-07-21T17:28:06.183Z Downloaded vsss-rs v3.3.4
11932026-07-21T17:28:06.183Z Downloaded toml v1.1.2+spec-1.1.0
11942026-07-21T17:28:06.183Z Downloaded rustyline v14.0.0
11952026-07-21T17:28:06.183Z Downloaded walkdir v2.5.0
11962026-07-21T17:28:06.186Z Downloaded vergen-git2 v9.1.0
11972026-07-21T17:28:06.186Z Downloaded tar v0.4.46
11982026-07-21T17:28:06.189Z Downloaded zstd v0.13.3
11992026-07-21T17:28:06.189Z Downloaded uzers v0.12.2
12002026-07-21T17:28:06.192Z Downloaded vergen v9.1.0
12012026-07-21T17:28:06.193Z Downloaded tracing-attributes v0.1.31
12022026-07-21T17:28:06.196Z Downloaded zstd-safe v7.2.4
12032026-07-21T17:28:06.196Z Downloaded iddqd v0.4.2
12042026-07-21T17:28:06.203Z Downloaded zeroize v1.8.2
12052026-07-21T17:28:06.208Z Downloaded steno v0.4.1
12062026-07-21T17:28:06.208Z Downloaded typify v0.6.2
12072026-07-21T17:28:06.221Z Downloaded tungstenite v0.23.0
12082026-07-21T17:28:06.221Z Downloaded unicode-bidi v0.3.18
12092026-07-21T17:28:06.221Z Downloaded tungstenite v0.21.0
12102026-07-21T17:28:06.227Z Downloaded yasna v0.5.2
12112026-07-21T17:28:06.227Z Downloaded chrono v0.4.45
12122026-07-21T17:28:06.227Z Downloaded zerocopy v0.6.6
12132026-07-21T17:28:06.227Z Downloaded uuid v1.23.4
12142026-07-21T17:28:06.238Z Downloaded serde_with v1.14.0
12152026-07-21T17:28:06.238Z Downloaded unsafe-libyaml v0.2.11
12162026-07-21T17:28:06.243Z Downloaded toml_edit v0.23.10+spec-1.0.0
12172026-07-21T17:28:06.243Z Downloaded rsa v0.10.0-rc.18
12182026-07-21T17:28:06.247Z Downloaded tracing-core v0.1.36
12192026-07-21T17:28:06.250Z Downloaded reedline v0.40.0
12202026-07-21T17:28:06.254Z Downloaded bindgen v0.71.1
12212026-07-21T17:28:06.259Z Downloaded vte v0.14.1
12222026-07-21T17:28:06.266Z Downloaded aws-lc-rs v1.16.3
12232026-07-21T17:28:06.288Z Downloaded unicode_categories v0.1.1
12242026-07-21T17:28:06.293Z Downloaded reqwest v0.12.28
12252026-07-21T17:28:06.318Z Downloaded regex v1.12.3
12262026-07-21T17:28:06.322Z Downloaded rayon v1.11.0
12272026-07-21T17:28:06.326Z Downloaded git2 v0.20.4
12282026-07-21T17:28:06.330Z Downloaded goblin v0.10.5
12292026-07-21T17:28:06.338Z Downloaded zopfli v0.8.3
12302026-07-21T17:28:06.344Z Downloaded tokio-postgres v0.7.16
12312026-07-21T17:28:06.348Z Downloaded reqwest v0.13.2
12322026-07-21T17:28:06.351Z Downloaded yansi v1.0.1
12332026-07-21T17:28:06.356Z Downloaded p384 v0.13.1
12342026-07-21T17:28:06.359Z Downloaded lalrpop v0.19.12
12352026-07-21T17:28:06.367Z Downloaded toml_edit v0.19.15
12362026-07-21T17:28:06.376Z Downloaded zip v0.6.6
12372026-07-21T17:28:06.385Z Downloaded crypto-bigint v0.7.5
12382026-07-21T17:28:06.403Z Downloaded unicode-segmentation v1.12.0
12392026-07-21T17:28:06.412Z Downloaded ssh-key v0.7.0-rc.10
12402026-07-21T17:28:06.412Z Downloaded rawzip v0.4.4
12412026-07-21T17:28:06.412Z Downloaded url v2.5.8
12422026-07-21T17:28:06.412Z Downloaded curve25519-dalek v4.1.3
12432026-07-21T17:28:06.416Z Downloaded zerocopy-derive v0.8.40
12442026-07-21T17:28:06.416Z Downloaded moka v0.12.13
12452026-07-21T17:28:06.419Z Downloaded zerotrie v0.2.3
12462026-07-21T17:28:06.425Z Downloaded tower-http v0.6.8
12472026-07-21T17:28:06.425Z Downloaded salty v0.3.0
12482026-07-21T17:28:06.429Z Downloaded quick-xml v0.37.5
12492026-07-21T17:28:06.433Z Downloaded x509-cert v0.2.5
12502026-07-21T17:28:06.442Z Downloaded typed-path v0.9.3
12512026-07-21T17:28:06.447Z Downloaded proptest v1.10.0
12522026-07-21T17:28:06.447Z Downloaded object v0.30.4
12532026-07-21T17:28:06.452Z Downloaded portable-atomic v1.13.1
12542026-07-21T17:28:06.459Z Downloaded tower v0.5.3
12552026-07-21T17:28:06.476Z Downloaded russh v0.61.2
12562026-07-21T17:28:06.483Z Downloaded petname v2.0.2
12572026-07-21T17:28:06.483Z Downloaded quinn-proto v0.11.13
12582026-07-21T17:28:06.488Z Downloaded tokio-util v0.7.18
12592026-07-21T17:28:06.497Z Downloaded tough v0.22.0
12602026-07-21T17:28:06.505Z Downloaded bstr v1.12.1
12612026-07-21T17:28:06.508Z Downloaded unicode-normalization v0.1.25
12622026-07-21T17:28:06.516Z Downloaded nix v0.28.0
12632026-07-21T17:28:06.522Z Downloaded zip v4.6.1
12642026-07-21T17:28:06.526Z Downloaded zerovec v0.11.5
12652026-07-21T17:28:06.534Z Downloaded nix v0.27.1
12662026-07-21T17:28:06.554Z Downloaded time v0.3.47
12672026-07-21T17:28:06.561Z Downloaded winnow v0.5.40
12682026-07-21T17:28:06.566Z Downloaded serde_with v3.21.0
12692026-07-21T17:28:06.574Z Downloaded curve25519-dalek v5.0.0-rc.0
12702026-07-21T17:28:06.579Z Downloaded smoltcp v0.9.1
12712026-07-21T17:28:06.593Z Downloaded dropshot v0.17.1
12722026-07-21T17:28:06.597Z Downloaded zlib-rs v0.6.2
12732026-07-21T17:28:06.601Z Downloaded hickory-proto v0.24.4
12742026-07-21T17:28:06.635Z Downloaded winnow v0.6.26
12752026-07-21T17:28:06.648Z Downloaded winnow v1.0.3
12762026-07-21T17:28:06.648Z Downloaded tabled v0.20.0
12772026-07-21T17:28:06.648Z Downloaded zerocopy v0.8.40
12782026-07-21T17:28:06.648Z Downloaded regex-syntax v0.6.29
12792026-07-21T17:28:06.648Z Downloaded openssl v0.10.79
12802026-07-21T17:28:06.655Z Downloaded object v0.37.3
12812026-07-21T17:28:06.655Z Downloaded regress v0.10.5
12822026-07-21T17:28:06.660Z Downloaded vcpkg v0.2.15
12832026-07-21T17:28:06.679Z Downloaded rustls v0.23.41
12842026-07-21T17:28:06.685Z Downloaded rustix v0.38.44
12852026-07-21T17:28:06.700Z Downloaded openapiv3 v2.2.0
12862026-07-21T17:28:06.714Z Downloaded diesel v2.3.7
12872026-07-21T17:28:06.720Z Downloaded hickory-proto v0.25.2
12882026-07-21T17:28:06.728Z Downloaded regress v0.11.1
12892026-07-21T17:28:06.742Z Downloaded smoltcp v0.11.0
12902026-07-21T17:28:06.750Z Downloaded regex-syntax v0.8.10
12912026-07-21T17:28:06.750Z Downloaded polar-core v0.27.3
12922026-07-21T17:28:06.758Z Downloaded radix_trie v0.2.1
12932026-07-21T17:28:06.759Z Downloaded nix v0.31.2
12942026-07-21T17:28:06.765Z Downloaded sqlparser v0.61.0
12952026-07-21T17:28:06.772Z Downloaded sled v0.34.7
12962026-07-21T17:28:06.789Z Downloaded bzip2-sys v0.1.13+1.0.8
12972026-07-21T17:28:06.821Z Downloaded sha3 v0.11.0
12982026-07-21T17:28:06.834Z Downloaded typify-impl v0.6.2
12992026-07-21T17:28:06.843Z Downloaded tracing v0.1.44
13002026-07-21T17:28:06.853Z Downloaded fiat-crypto v0.3.0
13012026-07-21T17:28:06.863Z Downloaded zerocopy-derive v0.6.6
13022026-07-21T17:28:06.873Z Downloaded ratatui v0.29.0
13032026-07-21T17:28:06.880Z Downloaded petgraph v0.6.5
13042026-07-21T17:28:06.892Z Downloaded regex-automata v0.4.14
13052026-07-21T17:28:06.903Z Downloaded chrono-tz v0.10.4
13062026-07-21T17:28:06.914Z Downloaded jiff v0.2.21
13072026-07-21T17:28:06.932Z Downloaded csv v1.4.0
13082026-07-21T17:28:06.945Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-07-21T17:28:06.957Z Downloaded petgraph v0.8.3
13102026-07-21T17:28:06.987Z Downloaded libz-sys v1.1.24
13112026-07-21T17:28:07.012Z Downloaded sha3 v0.10.8
13122026-07-21T17:28:07.020Z Downloaded tokio v1.52.1
13132026-07-21T17:28:07.108Z Downloaded encoding_rs v0.8.35
13142026-07-21T17:28:07.137Z Downloaded ring v0.17.14
13152026-07-21T17:28:07.179Z Downloaded libgit2-sys v0.18.3+1.9.2
13162026-07-21T17:28:07.733Z Downloaded aws-lc-sys v0.40.0
13172026-07-21T17:28:07.981Z Compiling libc v0.2.185
13182026-07-21T17:28:07.981Z Compiling serde_core v1.0.228
13192026-07-21T17:28:07.981Z Compiling serde v1.0.228
13202026-07-21T17:28:07.987Z Compiling log v0.4.29
13212026-07-21T17:28:07.987Z Compiling smallvec v1.15.1
13222026-07-21T17:28:07.987Z Compiling shlex v1.3.0
13232026-07-21T17:28:07.987Z Compiling find-msvc-tools v0.1.9
13242026-07-21T17:28:08.121Z Compiling syn v2.0.117
13252026-07-21T17:28:08.321Z Compiling subtle v2.6.1
13262026-07-21T17:28:08.356Z Compiling scopeguard v1.2.0
13272026-07-21T17:28:08.362Z Compiling stable_deref_trait v1.2.1
13282026-07-21T17:28:08.402Z Compiling typenum v1.20.1
13292026-07-21T17:28:08.421Z Compiling lock_api v0.4.14
13302026-07-21T17:28:08.456Z Compiling serde_json v1.0.150
13312026-07-21T17:28:08.474Z Compiling portable-atomic v1.13.1
13322026-07-21T17:28:08.494Z Compiling zerocopy v0.8.40
13332026-07-21T17:28:08.648Z Compiling parking_lot_core v0.9.12
13342026-07-21T17:28:08.679Z Compiling pin-project-lite v0.2.17
13352026-07-21T17:28:08.778Z Compiling libm v0.2.16
13362026-07-21T17:28:08.946Z Compiling jobserver v0.1.34
13372026-07-21T17:28:08.964Z Compiling errno v0.3.14
13382026-07-21T17:28:09.009Z Compiling getrandom v0.2.17
13392026-07-21T17:28:09.108Z Compiling critical-section v1.2.0
13402026-07-21T17:28:09.127Z Compiling getrandom v0.4.1
13412026-07-21T17:28:09.202Z Compiling cc v1.2.56
13422026-07-21T17:28:09.213Z Compiling pkg-config v0.3.32
13432026-07-21T17:28:09.250Z Compiling rand_core v0.6.4
13442026-07-21T17:28:09.330Z Compiling signal-hook-registry v1.4.8
13452026-07-21T17:28:09.469Z Compiling once_cell v1.21.3
13462026-07-21T17:28:09.508Z Compiling num-traits v0.2.19
13472026-07-21T17:28:09.609Z Compiling rand_core v0.10.0
13482026-07-21T17:28:09.782Z Compiling futures-core v0.3.32
13492026-07-21T17:28:09.886Z Compiling parking_lot v0.12.5
13502026-07-21T17:28:09.990Z Compiling mio v1.2.0
13512026-07-21T17:28:10.036Z Compiling generic-array v0.14.7
13522026-07-21T17:28:10.088Z Compiling percent-encoding v2.3.2
13532026-07-21T17:28:10.270Z Compiling litemap v0.8.1
13542026-07-21T17:28:10.387Z Compiling writeable v0.6.2
13552026-07-21T17:28:10.388Z Compiling const-oid v0.9.6
13562026-07-21T17:28:10.544Z Compiling bitflags v2.11.0
13572026-07-21T17:28:10.571Z Compiling semver v1.0.28
13582026-07-21T17:28:10.571Z Compiling icu_normalizer_data v2.1.1
13592026-07-21T17:28:10.700Z Compiling icu_properties_data v2.1.2
13602026-07-21T17:28:10.914Z Compiling socket2 v0.6.3
13612026-07-21T17:28:11.018Z Compiling futures-sink v0.3.32
13622026-07-21T17:28:11.042Z Compiling slab v0.4.12
13632026-07-21T17:28:11.107Z Compiling futures-io v0.3.32
13642026-07-21T17:28:11.122Z Compiling synstructure v0.13.2
13652026-07-21T17:28:11.122Z Compiling futures-channel v0.3.32
13662026-07-21T17:28:11.255Z Compiling futures-task v0.3.32
13672026-07-21T17:28:11.264Z Compiling utf8_iter v1.0.4
13682026-07-21T17:28:11.264Z Compiling indexmap v2.14.0
13692026-07-21T17:28:11.358Z Compiling form_urlencoded v1.2.2
13702026-07-21T17:28:11.387Z Compiling getrandom v0.3.4
13712026-07-21T17:28:11.419Z Compiling rustversion v1.0.22
13722026-07-21T17:28:11.419Z Compiling cmake v0.1.57
13732026-07-21T17:28:11.517Z Compiling ident_case v1.0.1
13742026-07-21T17:28:11.650Z Compiling fs_extra v1.3.0
13752026-07-21T17:28:11.721Z Compiling iana-time-zone v0.1.65
13762026-07-21T17:28:11.852Z Compiling rustix v1.1.3
13772026-07-21T17:28:11.951Z Compiling dunce v1.0.5
13782026-07-21T17:28:11.951Z Compiling regex-syntax v0.8.10
13792026-07-21T17:28:11.951Z Compiling uuid v1.23.4
13802026-07-21T17:28:12.017Z Compiling aws-lc-sys v0.40.0
13812026-07-21T17:28:12.017Z Compiling vcpkg v0.2.15
13822026-07-21T17:28:12.340Z Compiling rand_core v0.9.5
13832026-07-21T17:28:12.437Z Compiling base64ct v1.8.3
13842026-07-21T17:28:12.610Z Compiling base64 v0.22.1
13852026-07-21T17:28:12.629Z Compiling rustc_version v0.4.1
13862026-07-21T17:28:12.685Z Compiling openssl-sys v0.9.115
13872026-07-21T17:28:12.752Z Compiling pem-rfc7468 v0.7.0
13882026-07-21T17:28:12.847Z Compiling serde_derive v1.0.228
13892026-07-21T17:28:12.942Z Compiling zeroize_derive v1.4.3
13902026-07-21T17:28:12.959Z Compiling zerofrom-derive v0.1.6
13912026-07-21T17:28:13.047Z Compiling yoke-derive v0.8.1
13922026-07-21T17:28:13.239Z Compiling zerovec-derive v0.11.2
13932026-07-21T17:28:13.462Z Compiling displaydoc v0.2.5
13942026-07-21T17:28:13.638Z Compiling zeroize v1.8.2
13952026-07-21T17:28:13.846Z Compiling zerocopy-derive v0.8.40
13962026-07-21T17:28:14.265Z Compiling tokio-macros v2.7.0
13972026-07-21T17:28:14.274Z Compiling futures-macro v0.3.32
13982026-07-21T17:28:14.405Z Compiling zerofrom v0.1.6
13992026-07-21T17:28:14.431Z Compiling der_derive v0.7.3
14002026-07-21T17:28:14.533Z Compiling yoke v0.8.1
14012026-07-21T17:28:14.754Z Compiling zerovec v0.11.5
14022026-07-21T17:28:14.890Z Compiling zerotrie v0.2.3
14032026-07-21T17:28:15.027Z Compiling crypto-common v0.1.7
14042026-07-21T17:28:15.114Z Compiling futures-util v0.3.32
14052026-07-21T17:28:15.188Z Compiling block-buffer v0.10.4
14062026-07-21T17:28:15.212Z Compiling thiserror-impl v2.0.18
14072026-07-21T17:28:15.271Z Compiling tinystr v0.8.2
14082026-07-21T17:28:15.353Z Compiling potential_utf v0.1.4
14092026-07-21T17:28:15.431Z Compiling digest v0.10.7
14102026-07-21T17:28:15.481Z Compiling icu_locale_core v2.1.1
14112026-07-21T17:28:15.518Z Compiling icu_collections v2.1.1
14122026-07-21T17:28:15.677Z Compiling tracing-attributes v0.1.31
14132026-07-21T17:28:16.009Z Compiling tracing-core v0.1.36
14142026-07-21T17:28:16.353Z Compiling icu_provider v2.1.1
14152026-07-21T17:28:16.459Z Compiling bytes v1.11.1
14162026-07-21T17:28:16.556Z Compiling chrono v0.4.45
14172026-07-21T17:28:16.569Z Compiling aws-lc-rs v1.16.3
14182026-07-21T17:28:16.645Z Compiling icu_normalizer v2.1.1
14192026-07-21T17:28:16.884Z Compiling icu_properties v2.1.2
14202026-07-21T17:28:17.051Z Compiling tokio v1.52.1
14212026-07-21T17:28:17.149Z Compiling http v1.4.2
14222026-07-21T17:28:17.208Z Compiling flagset v0.4.7
14232026-07-21T17:28:17.321Z Compiling der v0.7.10
14242026-07-21T17:28:17.441Z Compiling tracing v0.1.44
14252026-07-21T17:28:17.754Z Compiling http-body v1.0.1
14262026-07-21T17:28:17.906Z Compiling idna_adapter v1.2.1
14272026-07-21T17:28:18.101Z Compiling idna v1.1.0
14282026-07-21T17:28:18.101Z Compiling thiserror v2.0.18
14292026-07-21T17:28:18.101Z Compiling rustls-pki-types v1.14.0
14302026-07-21T17:28:18.145Z Compiling serde_derive_internals v0.29.1
14312026-07-21T17:28:18.145Z Compiling httparse v1.10.1
14322026-07-21T17:28:18.381Z Compiling ppv-lite86 v0.2.21
14332026-07-21T17:28:18.446Z Compiling url v2.5.8
14342026-07-21T17:28:18.452Z Compiling cmov v0.5.4
14352026-07-21T17:28:18.556Z Compiling schemars v0.8.22
14362026-07-21T17:28:18.641Z Compiling dyn-clone v1.0.20
14372026-07-21T17:28:18.679Z Compiling rand_chacha v0.9.0
14382026-07-21T17:28:18.688Z Compiling openssl-probe v0.2.1
14392026-07-21T17:28:18.755Z Compiling tinyvec_macros v0.1.1
14402026-07-21T17:28:18.797Z Compiling ctutils v0.4.2
14412026-07-21T17:28:18.819Z Compiling tinyvec v1.10.0
14422026-07-21T17:28:18.860Z Compiling rand v0.9.2
14432026-07-21T17:28:18.952Z Compiling schemars_derive v0.8.22
14442026-07-21T17:28:19.053Z Compiling spki v0.7.3
14452026-07-21T17:28:19.147Z Compiling pest_generator v2.8.6
14462026-07-21T17:28:19.233Z Compiling aho-corasick v1.1.4
14472026-07-21T17:28:19.242Z Compiling untrusted v0.7.1
14482026-07-21T17:28:19.326Z Compiling try-lock v0.2.5
14492026-07-21T17:28:19.364Z Compiling atomic-waker v1.1.2
14502026-07-21T17:28:19.424Z Compiling tower-layer v0.3.3
14512026-07-21T17:28:19.491Z Compiling tower-service v0.3.3
14522026-07-21T17:28:19.581Z Compiling want v0.3.1
14532026-07-21T17:28:19.608Z Compiling tempfile v3.25.0
14542026-07-21T17:28:19.766Z Compiling hybrid-array v0.4.13
14552026-07-21T17:28:19.864Z Compiling pest_derive v2.8.6
14562026-07-21T17:28:19.983Z Compiling ipnet v2.11.0
14572026-07-21T17:28:20.002Z Compiling scroll_derive v0.13.1
14582026-07-21T17:28:20.335Z Compiling regex-automata v0.4.14
14592026-07-21T17:28:20.486Z Compiling darling_core v0.20.11
14602026-07-21T17:28:20.601Z Compiling foreign-types-shared v0.1.1
14612026-07-21T17:28:20.659Z Compiling httpdate v1.0.3
14622026-07-21T17:28:20.829Z Compiling tokio-util v0.7.18
14632026-07-21T17:28:20.882Z Compiling openssl v0.10.79
14642026-07-21T17:28:20.971Z Compiling cpufeatures v0.2.17
14652026-07-21T17:28:21.094Z Compiling untrusted v0.9.0
14662026-07-21T17:28:21.130Z Compiling rustls v0.23.41
14672026-07-21T17:28:21.188Z Compiling scroll v0.13.0
14682026-07-21T17:28:21.309Z Compiling foreign-types v0.3.2
14692026-07-21T17:28:21.373Z Compiling pkcs8 v0.10.2
14702026-07-21T17:28:21.444Z Compiling unicode-normalization v0.1.25
14712026-07-21T17:28:21.561Z Compiling h2 v0.4.15
14722026-07-21T17:28:21.832Z Compiling openssl-macros v0.1.1
14732026-07-21T17:28:21.892Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14742026-07-21T17:28:22.036Z Compiling spin v0.9.8
14752026-07-21T17:28:22.231Z Compiling time-core v0.1.8
14762026-07-21T17:28:22.243Z Compiling native-tls v0.2.18
14772026-07-21T17:28:22.290Z Compiling num-conv v0.2.0
14782026-07-21T17:28:22.372Z Compiling powerfmt v0.2.0
14792026-07-21T17:28:22.420Z Compiling crc32fast v1.5.0
14802026-07-21T17:28:22.475Z Compiling time-macros v0.2.27
14812026-07-21T17:28:22.573Z Compiling deranged v0.5.8
14822026-07-21T17:28:22.722Z Compiling darling_macro v0.20.11
14832026-07-21T17:28:23.199Z Compiling darling v0.20.11
14842026-07-21T17:28:23.282Z Compiling goblin v0.10.5
14852026-07-21T17:28:23.538Z Compiling sha2 v0.10.9
14862026-07-21T17:28:23.553Z Compiling hmac v0.12.1
14872026-07-21T17:28:23.705Z Compiling sync_wrapper v1.0.2
14882026-07-21T17:28:23.811Z Compiling wait-timeout v0.2.1
14892026-07-21T17:28:24.075Z Compiling bit-vec v0.8.0
14902026-07-21T17:28:24.308Z Compiling num_threads v0.1.7
14912026-07-21T17:28:24.373Z Compiling syn v1.0.109
14922026-07-21T17:28:24.404Z Compiling simd-adler32 v0.3.8
14932026-07-21T17:28:24.650Z Compiling hyper v1.10.1
14942026-07-21T17:28:24.728Z Compiling usdt-impl v0.6.0
14952026-07-21T17:28:24.939Z Compiling crossbeam-utils v0.8.21
14962026-07-21T17:28:24.954Z Compiling quick-error v1.2.3
14972026-07-21T17:28:25.060Z Compiling siphasher v1.0.2
14982026-07-21T17:28:25.257Z Compiling rusty-fork v0.3.1
14992026-07-21T17:28:25.608Z Compiling time v0.3.47
15002026-07-21T17:28:25.629Z Compiling bit-set v0.8.0
15012026-07-21T17:28:25.643Z Compiling tower v0.5.3
15022026-07-21T17:28:25.767Z Compiling hyper-util v0.1.20
15032026-07-21T17:28:25.790Z Compiling derive_builder_core v0.20.2
15042026-07-21T17:28:26.129Z Compiling dof v0.4.0
15052026-07-21T17:28:26.451Z Compiling dtrace-parser v0.3.0
15062026-07-21T17:28:26.681Z Compiling http-body-util v0.1.3
15072026-07-21T17:28:26.959Z Compiling heapless v0.7.17
15082026-07-21T17:28:27.186Z Compiling thiserror-impl v1.0.69
15092026-07-21T17:28:27.202Z Compiling scroll_derive v0.12.1
15102026-07-21T17:28:27.202Z Compiling rand_xorshift v0.4.0
15112026-07-21T17:28:27.275Z Compiling slog v2.8.2
15122026-07-21T17:28:27.352Z Compiling darling_core v0.23.0
15132026-07-21T17:28:27.475Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-07-21T17:28:27.488Z Compiling thread-id v5.1.0
15152026-07-21T17:28:27.511Z Compiling cookie v0.18.1
15162026-07-21T17:28:27.570Z Compiling unicode-properties v0.1.4
15172026-07-21T17:28:27.714Z Compiling paste v1.0.15
15182026-07-21T17:28:27.757Z Compiling adler2 v2.0.1
15192026-07-21T17:28:27.774Z Compiling zstd-safe v7.2.4
15202026-07-21T17:28:27.844Z Compiling iri-string v0.7.10
15212026-07-21T17:28:27.884Z Compiling unarray v0.1.4
15222026-07-21T17:28:27.976Z Compiling unicode-bidi v0.3.18
15232026-07-21T17:28:27.994Z Compiling signal-hook v0.3.18
15242026-07-21T17:28:28.016Z Compiling anyhow v1.0.102
15252026-07-21T17:28:28.183Z Compiling ryu v1.0.23
15262026-07-21T17:28:28.320Z Compiling allocator-api2 v0.2.21
15272026-07-21T17:28:28.417Z Compiling thiserror v1.0.69
15282026-07-21T17:28:28.502Z Compiling stringprep v0.1.5
15292026-07-21T17:28:28.517Z Compiling serde_urlencoded v0.7.1
15302026-07-21T17:28:28.624Z Compiling proptest v1.10.0
15312026-07-21T17:28:28.642Z Compiling miniz_oxide v0.8.9
15322026-07-21T17:28:28.767Z Compiling scroll v0.12.0
15332026-07-21T17:28:29.023Z Compiling tower-http v0.6.8
15342026-07-21T17:28:29.403Z Compiling derive_builder_macro v0.20.2
15352026-07-21T17:28:29.570Z Compiling tokio-native-tls v0.3.1
15362026-07-21T17:28:29.889Z Compiling camino v1.2.2
15372026-07-21T17:28:29.898Z Compiling bstr v1.12.1
15382026-07-21T17:28:29.903Z Compiling darling_macro v0.23.0
15392026-07-21T17:28:29.931Z Compiling ipnetwork v0.21.1
15402026-07-21T17:28:30.253Z Compiling block-buffer v0.12.1
15412026-07-21T17:28:30.267Z Compiling block-padding v0.4.2
15422026-07-21T17:28:30.306Z Compiling crypto-common v0.2.2
15432026-07-21T17:28:30.384Z Compiling rustls-native-certs v0.8.3
15442026-07-21T17:28:30.423Z Compiling rand_chacha v0.3.1
15452026-07-21T17:28:30.443Z Compiling serde_spanned v0.6.9
15462026-07-21T17:28:30.551Z Compiling serde_tokenstream v0.2.3
15472026-07-21T17:28:30.589Z Compiling erased-serde v0.3.31
15482026-07-21T17:28:30.674Z Compiling hex v0.4.3
15492026-07-21T17:28:30.867Z Compiling toml_datetime v0.6.11
15502026-07-21T17:28:30.944Z Compiling signature v2.2.0
15512026-07-21T17:28:31.074Z Compiling md-5 v0.10.6
15522026-07-21T17:28:31.130Z Compiling curve25519-dalek v4.1.3
15532026-07-21T17:28:31.135Z Compiling zerocopy-derive v0.7.35
15542026-07-21T17:28:31.216Z Compiling async-trait v0.1.89
15552026-07-21T17:28:31.239Z Compiling pin-project-internal v1.1.11
15562026-07-21T17:28:31.469Z Compiling vergen-lib v9.1.0
15572026-07-21T17:28:31.665Z Compiling hash32 v0.2.1
15582026-07-21T17:28:31.860Z Compiling num-integer v0.1.46
15592026-07-21T17:28:32.003Z Compiling memoffset v0.9.1
15602026-07-21T17:28:32.044Z Compiling encoding_rs v0.8.35
15612026-07-21T17:28:32.180Z Compiling zlib-rs v0.6.2
15622026-07-21T17:28:32.205Z Compiling cfg_aliases v0.2.1
15632026-07-21T17:28:32.221Z Compiling psl-types v2.0.11
15642026-07-21T17:28:32.277Z Compiling ref-cast v1.0.25
15652026-07-21T17:28:32.346Z Compiling mime v0.3.17
15662026-07-21T17:28:32.358Z Compiling smoltcp v0.9.1
15672026-07-21T17:28:32.597Z Compiling litrs v1.0.0
15682026-07-21T17:28:32.606Z Compiling fallible-iterator v0.2.0
15692026-07-21T17:28:32.712Z Compiling num-bigint-dig v0.8.6
15702026-07-21T17:28:32.905Z Compiling rustix v0.38.44
15712026-07-21T17:28:32.937Z Compiling postgres-protocol v0.6.10
15722026-07-21T17:28:33.101Z Compiling document-features v0.2.12
15732026-07-21T17:28:33.247Z Compiling hubpack_derive v0.1.1
15742026-07-21T17:28:33.412Z Compiling pin-project v1.1.11
15752026-07-21T17:28:33.482Z Compiling publicsuffix v2.3.0
15762026-07-21T17:28:33.514Z Compiling nix v0.31.2
15772026-07-21T17:28:33.633Z Compiling num-iter v0.1.45
15782026-07-21T17:28:33.651Z Compiling zerocopy v0.7.35
15792026-07-21T17:28:33.803Z Compiling newtype-uuid v1.3.2
15802026-07-21T17:28:33.893Z Compiling rand v0.8.6
15812026-07-21T17:28:34.129Z Compiling inout v0.2.2
15822026-07-21T17:28:34.144Z Compiling darling v0.23.0
15832026-07-21T17:28:34.163Z Compiling oxnet v0.1.6
15842026-07-21T17:28:34.183Z Compiling derive_builder v0.20.2
15852026-07-21T17:28:34.302Z Compiling hyper-tls v0.6.0
15862026-07-21T17:28:34.525Z Compiling goblin v0.8.2
15872026-07-21T17:28:34.884Z Compiling phf_shared v0.13.1
15882026-07-21T17:28:34.956Z Compiling regex v1.12.3
15892026-07-21T17:28:35.109Z Compiling lazy_static v1.5.0
15902026-07-21T17:28:35.115Z Compiling anstyle-parse v0.2.7
15912026-07-21T17:28:35.131Z Compiling flate2 v1.1.9
15922026-07-21T17:28:35.195Z Compiling futures-executor v0.3.32
15932026-07-21T17:28:35.298Z Compiling terminal_size v0.4.3
15942026-07-21T17:28:35.392Z Compiling daft-derive v0.1.7
15952026-07-21T17:28:35.441Z Compiling snafu-derive v0.8.9
15962026-07-21T17:28:35.461Z Compiling strum_macros v0.27.2
15972026-07-21T17:28:35.514Z Compiling ref-cast-impl v1.0.25
15982026-07-21T17:28:35.536Z Compiling curve25519-dalek-derive v0.1.1
15992026-07-21T17:28:36.078Z Compiling vergen v9.1.0
16002026-07-21T17:28:36.136Z Compiling cargo-platform v0.3.2
16012026-07-21T17:28:36.203Z Compiling ff v0.13.1
16022026-07-21T17:28:36.271Z Compiling fs-err v3.3.0
16032026-07-21T17:28:36.334Z Compiling ahash v0.8.12
16042026-07-21T17:28:36.407Z Compiling bumpalo v3.20.2
16052026-07-21T17:28:36.477Z Compiling object v0.37.3
16062026-07-21T17:28:36.562Z Compiling winnow v0.5.40
16072026-07-21T17:28:36.660Z Compiling libbz2-rs-sys v0.2.2
16082026-07-21T17:28:36.760Z Compiling unicode-segmentation v1.12.0
16092026-07-21T17:28:37.143Z Compiling same-file v1.0.6
16102026-07-21T17:28:37.315Z Compiling foldhash v0.1.5
16112026-07-21T17:28:37.338Z Compiling foldhash v0.2.0
16122026-07-21T17:28:37.360Z Compiling base16ct v0.2.0
16132026-07-21T17:28:37.434Z Compiling managed v0.8.0
16142026-07-21T17:28:37.490Z Compiling bitflags v1.3.2
16152026-07-21T17:28:37.531Z Compiling hashbrown v0.16.1
16162026-07-21T17:28:37.552Z Compiling sec1 v0.7.3
16172026-07-21T17:28:37.567Z Compiling hashbrown v0.15.5
16182026-07-21T17:28:37.828Z Compiling strum v0.27.2
16192026-07-21T17:28:37.959Z Compiling toml_edit v0.19.15
16202026-07-21T17:28:38.009Z Compiling snafu v0.8.9
16212026-07-21T17:28:38.057Z Compiling walkdir v2.5.0
16222026-07-21T17:28:38.114Z Compiling bzip2 v0.6.1
16232026-07-21T17:28:38.128Z Compiling dof v0.3.0
16242026-07-21T17:28:38.317Z Compiling clap_builder v4.6.0
16252026-07-21T17:28:38.370Z Compiling zopfli v0.8.3
16262026-07-21T17:28:38.453Z Compiling cargo_metadata v0.23.1
16272026-07-21T17:28:38.536Z Compiling group v0.13.0
16282026-07-21T17:28:38.844Z Compiling daft v0.1.7
16292026-07-21T17:28:39.111Z Compiling futures v0.3.32
16302026-07-21T17:28:39.141Z Compiling anstream v0.6.21
16312026-07-21T17:28:39.454Z Compiling phf v0.13.1
16322026-07-21T17:28:39.636Z Compiling signal-hook-mio v0.2.5
16332026-07-21T17:28:39.755Z Compiling cookie_store v0.22.1
16342026-07-21T17:28:39.842Z Compiling zstd v0.13.3
16352026-07-21T17:28:39.980Z Compiling reqwest v0.12.28
16362026-07-21T17:28:40.114Z Compiling bzip2 v0.4.4
16372026-07-21T17:28:40.325Z Compiling cipher v0.5.2
16382026-07-21T17:28:40.420Z Compiling serde_with_macros v3.21.0
16392026-07-21T17:28:40.679Z Compiling hubpack v0.1.2
16402026-07-21T17:28:40.912Z Compiling postgres-types v0.2.12
16412026-07-21T17:28:41.348Z Compiling ed25519 v2.2.3
16422026-07-21T17:28:41.454Z Compiling usdt-attr-macro v0.6.0
16432026-07-21T17:28:41.551Z Compiling usdt-macro v0.6.0
16442026-07-21T17:28:41.811Z Compiling globset v0.4.18
16452026-07-21T17:28:41.900Z Compiling dtrace-parser v0.2.0
16462026-07-21T17:28:42.257Z Compiling phf_shared v0.11.3
16472026-07-21T17:28:42.262Z Compiling hkdf v0.12.4
16482026-07-21T17:28:42.310Z Compiling olpc-cjson v0.1.4
16492026-07-21T17:28:42.647Z Compiling pkcs1 v0.7.5
16502026-07-21T17:28:42.647Z Compiling serde-big-array v0.5.1
16512026-07-21T17:28:42.755Z Compiling serde_plain v1.0.2
16522026-07-21T17:28:42.755Z Compiling crypto-bigint v0.5.5
16532026-07-21T17:28:42.755Z Compiling pem v3.0.6
16542026-07-21T17:28:42.755Z Compiling async-recursion v1.1.1
16552026-07-21T17:28:42.785Z Compiling serde_repr v0.1.20
16562026-07-21T17:28:42.826Z Compiling enum-as-inner v0.6.1
16572026-07-21T17:28:43.549Z Compiling strum_macros v0.26.4
16582026-07-21T17:28:43.627Z Compiling clap_derive v4.6.1
16592026-07-21T17:28:43.627Z Compiling float-cmp v0.10.0
16602026-07-21T17:28:43.627Z Compiling thread-id v4.2.2
16612026-07-21T17:28:43.627Z Compiling memmap2 v0.9.10
16622026-07-21T17:28:43.627Z Compiling env_filter v1.0.0
16632026-07-21T17:28:43.683Z Compiling fixedbitset v0.5.7
16642026-07-21T17:28:43.719Z Compiling fixedbitset v0.4.2
16652026-07-21T17:28:43.764Z Compiling cpufeatures v0.3.0
16662026-07-21T17:28:43.841Z Compiling whoami v2.1.0
16672026-07-21T17:28:43.912Z Compiling precomputed-hash v0.1.1
16682026-07-21T17:28:43.948Z Compiling static_assertions v1.1.0
16692026-07-21T17:28:43.998Z Compiling const-oid v0.10.2
16702026-07-21T17:28:44.020Z Compiling keccak v0.1.6
16712026-07-21T17:28:44.204Z Compiling typed-path v0.9.3
16722026-07-21T17:28:44.217Z Compiling difflib v0.4.0
16732026-07-21T17:28:44.582Z Compiling normalize-line-endings v0.3.0
16742026-07-21T17:28:44.661Z Compiling either v1.15.0
16752026-07-21T17:28:44.720Z Compiling predicates-core v1.0.10
16762026-07-21T17:28:44.788Z Compiling winnow v1.0.3
16772026-07-21T17:28:44.798Z Compiling data-encoding v2.10.0
16782026-07-21T17:28:44.871Z Compiling jiff v0.2.21
16792026-07-21T17:28:44.887Z Compiling new_debug_unreachable v1.0.6
16802026-07-21T17:28:44.932Z Compiling toml_edit v0.22.27
16812026-07-21T17:28:44.957Z Compiling string_cache v0.8.9
16822026-07-21T17:28:45.011Z Compiling clap v4.6.1
16832026-07-21T17:28:45.095Z Compiling hickory-proto v0.25.2
16842026-07-21T17:28:45.145Z Compiling toml_parser v1.1.2+spec-1.1.0
16852026-07-21T17:28:45.183Z Compiling itertools v0.13.0
16862026-07-21T17:28:45.483Z Compiling predicates v3.1.4
16872026-07-21T17:28:45.497Z Compiling strum v0.26.3
16882026-07-21T17:28:45.630Z Compiling sha3 v0.10.8
16892026-07-21T17:28:45.783Z Compiling digest v0.11.3
16902026-07-21T17:28:46.011Z Compiling tokio-postgres v0.7.16
16912026-07-21T17:28:46.086Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-07-21T17:28:46.195Z Compiling petgraph v0.6.5
16932026-07-21T17:28:46.439Z Compiling petgraph v0.8.3
16942026-07-21T17:28:47.631Z Compiling zip v4.6.1
16952026-07-21T17:28:47.728Z Compiling chacha20 v0.10.0
16962026-07-21T17:28:48.087Z Compiling env_logger v0.11.9
16972026-07-21T17:28:48.222Z Compiling usdt v0.6.0
16982026-07-21T17:28:48.374Z Compiling elliptic-curve v0.13.8
16992026-07-21T17:28:48.438Z Compiling usdt-impl v0.5.0
17002026-07-21T17:28:48.482Z Compiling rsa v0.9.10
17012026-07-21T17:28:48.598Z Compiling crossterm v0.28.1
17022026-07-21T17:28:48.767Z Compiling serde_with v3.21.0
17032026-07-21T17:28:48.909Z Compiling ed25519-dalek v2.2.0
17042026-07-21T17:28:49.047Z Compiling zip v0.6.6
17052026-07-21T17:28:49.649Z Compiling toml v0.7.8
17062026-07-21T17:28:49.776Z Compiling iddqd v0.4.2
17072026-07-21T17:28:50.264Z Compiling heck v0.4.1
17082026-07-21T17:28:50.372Z Compiling similar v2.7.0
17092026-07-21T17:28:50.494Z Compiling byte-wrapper v0.1.0
17102026-07-21T17:28:50.632Z Compiling crossbeam-epoch v0.9.18
17112026-07-21T17:28:50.796Z Compiling tokio-stream v0.1.18
17122026-07-21T17:28:50.839Z Compiling buf-list v1.1.2
17132026-07-21T17:28:50.970Z Compiling x509-cert v0.2.5
17142026-07-21T17:28:51.077Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17152026-07-21T17:28:51.098Z Compiling openapiv3 v2.2.0
17162026-07-21T17:28:51.236Z Compiling lalrpop-util v0.19.12
17172026-07-21T17:28:51.267Z Compiling peg-runtime v0.8.5
17182026-07-21T17:28:51.371Z Compiling thread_local v1.1.9
17192026-07-21T17:28:51.418Z Compiling slog-async v2.8.0
17202026-07-21T17:28:51.521Z Compiling crossbeam-channel v0.5.15
17212026-07-21T17:28:51.634Z Compiling filetime v0.2.27
17222026-07-21T17:28:51.750Z Compiling is-terminal v0.4.17
17232026-07-21T17:28:51.801Z Compiling take_mut v0.2.2
17242026-07-21T17:28:51.817Z Compiling xattr v1.6.1
17252026-07-21T17:28:51.844Z Compiling term v1.2.1
17262026-07-21T17:28:51.977Z Compiling tar v0.4.46
17272026-07-21T17:28:51.977Z Compiling camino-tempfile v1.4.1
17282026-07-21T17:28:52.210Z Compiling slog-term v2.9.2
17292026-07-21T17:29:02.234Z Compiling rustls-webpki v0.103.13
17302026-07-21T17:29:04.941Z Compiling tokio-rustls v0.26.4
17312026-07-21T17:29:04.941Z Compiling rustls-platform-verifier v0.6.2
17322026-07-21T17:29:04.941Z Compiling tough v0.22.0
17332026-07-21T17:29:05.173Z Compiling hyper-rustls v0.27.7
17342026-07-21T17:29:05.471Z Compiling reqwest v0.13.2
17352026-07-21T17:29:07.643Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17362026-07-21T17:29:07.865Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17372026-07-21T17:29:10.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17382026-07-21T17:29:10.843Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17392026-07-21T17:29:10.897ZJul 21 17:29:09.159 INFO Starting download, target: Console
17402026-07-21T17:29:10.897ZJul 21 17:29:09.159 INFO Starting download, target: Cockroach
17412026-07-21T17:29:10.897ZJul 21 17:29:09.159 INFO Starting download, target: DendriteStub
17422026-07-21T17:29:10.901ZJul 21 17:29:09.159 INFO Starting download, target: Clickhouse
17432026-07-21T17:29:10.901ZJul 21 17:29:09.159 INFO Starting download, target: MaghemiteMgd
17442026-07-21T17:29:10.901ZJul 21 17:29:09.159 INFO Starting download, target: MaghemiteDdmd
17452026-07-21T17:29:10.901ZJul 21 17:29:09.159 INFO Starting download, target: TransceiverControl
17462026-07-21T17:29:10.901ZJul 21 17:29:09.159 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17472026-07-21T17:29:10.901ZJul 21 17:29:09.159 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17482026-07-21T17:29:10.901ZJul 21 17:29:09.159 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17492026-07-21T17:29:10.901ZJul 21 17:29:09.159 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17502026-07-21T17:29:10.901ZJul 21 17:29:09.159 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17512026-07-21T17:29:10.901ZJul 21 17:29:09.159 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17522026-07-21T17:29:10.901ZJul 21 17:29:09.159 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17532026-07-21T17:29:11.401ZJul 21 17:29:09.657 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17542026-07-21T17:29:11.610ZJul 21 17:29:09.869 INFO Download complete, target: TransceiverControl
17552026-07-21T17:29:12.973ZJul 21 17:29:11.234 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17562026-07-21T17:29:13.135ZJul 21 17:29:11.395 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17572026-07-21T17:29:13.223ZJul 21 17:29:11.483 INFO Download complete, target: Console
17582026-07-21T17:29:16.134ZJul 21 17:29:14.365 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17592026-07-21T17:29:16.943ZJul 21 17:29:15.121 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17602026-07-21T17:29:17.326ZJul 21 17:29:15.570 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17612026-07-21T17:29:18.029ZJul 21 17:29:16.275 INFO Download complete, target: MaghemiteDdmd
17622026-07-21T17:29:19.079ZJul 21 17:29:17.331 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17632026-07-21T17:29:19.080ZJul 21 17:29:17.331 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17642026-07-21T17:29:19.371ZJul 21 17:29:17.612 INFO Download complete, target: DendriteStub
17652026-07-21T17:29:19.958ZJul 21 17:29:18.218 INFO Download complete, target: MaghemiteMgd
17662026-07-21T17:29:20.081ZJul 21 17:29:18.343 INFO Checking that binary works, target: Clickhouse
17672026-07-21T17:29:20.190ZJul 21 17:29:18.452 INFO Download complete, target: Clickhouse
17682026-07-21T17:29:23.617ZJul 21 17:29:21.873 INFO Checking that binary works, target: Cockroach
17692026-07-21T17:29:23.728ZJul 21 17:29:21.982 INFO Download complete, target: Cockroach
17702026-07-21T17:29:23.755ZAll builder prerequisites installed successfully, and PATH looks valid
17712026-07-21T17:29:23.763Z
17722026-07-21T17:29:23.763Zreal 2:06.341192495
17732026-07-21T17:29:23.763Zuser 6:40.301435949
17742026-07-21T17:29:23.763Zsys 1:22.044591044
17752026-07-21T17:29:23.763Ztrap 0.223556139
17762026-07-21T17:29:23.763Ztflt 0.579746371
17772026-07-21T17:29:23.763Zdflt 0.605937306
17782026-07-21T17:29:23.763Zkflt 0.024185873
17792026-07-21T17:29:23.763Zlock 23:08.093561766
17802026-07-21T17:29:23.763Zslp 20:18.914211139
17812026-07-21T17:29:23.763Zlat 45.129505348
17822026-07-21T17:29:23.764Zstop 2:01.442303249
17832026-07-21T17:29:23.764Z+ banner hack-check
17842026-07-21T17:29:23.764Z
17852026-07-21T17:29:23.764Z # # ## #### # # #### # # ###### #### # #
17862026-07-21T17:29:23.764Z # # # # # # # # # # # # # # # # #
17872026-07-21T17:29:23.764Z ###### # # # #### ##### # ###### ##### # ####
17882026-07-21T17:29:23.764Z # # ###### # # # # # # # # # #
17892026-07-21T17:29:23.764Z # # # # # # # # # # # # # # # # #
17902026-07-21T17:29:23.764Z # # # # #### # # #### # # ###### #### # #
17912026-07-21T17:29:23.764Z
17922026-07-21T17:29:23.764Z+ export CARGO_INCREMENTAL=0
17932026-07-21T17:29:23.765Z+ CARGO_INCREMENTAL=0
17942026-07-21T17:29:23.765Z+ ptime -m timeout 2h cargo xtask check-features --ci
17952026-07-21T17:29:24.203Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17962026-07-21T17:29:24.483Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17972026-07-21T17:29:26.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
17982026-07-21T17:29:26.318Z Running `target/debug/xtask check-features --ci`
17992026-07-21T17:29:26.348Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18002026-07-21T17:29:26.365Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18012026-07-21T17:29:26.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18022026-07-21T17:29:26.791Z Running `target/debug/xtask download cargo-hack`
18032026-07-21T17:29:27.533Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18042026-07-21T17:29:27.847Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18052026-07-21T17:29:30.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
18062026-07-21T17:29:30.534Z Running `target/debug/xtask-downloader cargo-hack`
18072026-07-21T17:29:30.572ZJul 21 17:29:28.833 INFO Starting download, target: CargoHack
18082026-07-21T17:29:30.578ZJul 21 17:29:28.833 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18092026-07-21T17:29:30.897ZJul 21 17:29:29.159 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18102026-07-21T17:29:30.947ZJul 21 17:29:29.209 INFO Download complete, target: CargoHack
18112026-07-21T17:29:30.952Zrunning: "/home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18122026-07-21T17:29:30.964Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18132026-07-21T17:29:31.127Zinfo: running `cargo check --bins` on api_identity (1/302)
18142026-07-21T17:29:31.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-07-21T17:29:31.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-07-21T17:29:31.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-07-21T17:29:31.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18182026-07-21T17:29:31.651Z
18192026-07-21T17:29:31.651Zinfo: running `cargo check --bins` on bootstore (2/302)
18202026-07-21T17:29:32.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-07-21T17:29:32.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-07-21T17:29:32.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-07-21T17:29:32.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18242026-07-21T17:29:32.174Z
18252026-07-21T17:29:32.174Zinfo: running `cargo check --bins` on omicron-ledger (3/302)
18262026-07-21T17:29:32.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-07-21T17:29:32.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-07-21T17:29:32.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-07-21T17:29:32.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18302026-07-21T17:29:32.691Z
18312026-07-21T17:29:32.691Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/302)
18322026-07-21T17:29:33.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-07-21T17:29:33.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-07-21T17:29:33.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-07-21T17:29:33.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18362026-07-21T17:29:33.211Z
18372026-07-21T17:29:33.212Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/302)
18382026-07-21T17:29:33.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-07-21T17:29:33.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-07-21T17:29:33.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-07-21T17:29:33.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18422026-07-21T17:29:33.739Z
18432026-07-21T17:29:33.739Zinfo: running `cargo check --bins` on omicron-certificates (6/302)
18442026-07-21T17:29:34.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-07-21T17:29:34.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-07-21T17:29:34.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-07-21T17:29:34.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18482026-07-21T17:29:34.269Z
18492026-07-21T17:29:34.269Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/302)
18502026-07-21T17:29:34.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-07-21T17:29:34.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-07-21T17:29:34.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-07-21T17:29:34.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18542026-07-21T17:29:34.803Z
18552026-07-21T17:29:34.804Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/302)
18562026-07-21T17:29:35.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-07-21T17:29:35.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-07-21T17:29:35.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-07-21T17:29:35.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18602026-07-21T17:29:35.340Z
18612026-07-21T17:29:35.340Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/302)
18622026-07-21T17:29:35.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-07-21T17:29:35.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-07-21T17:29:35.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-07-21T17:29:35.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18662026-07-21T17:29:35.747Z
18672026-07-21T17:29:35.747Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/302)
18682026-07-21T17:29:36.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-07-21T17:29:36.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-07-21T17:29:36.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-07-21T17:29:36.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18722026-07-21T17:29:36.159Z
18732026-07-21T17:29:36.160Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/302)
18742026-07-21T17:29:36.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-07-21T17:29:36.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-07-21T17:29:36.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-07-21T17:29:36.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18782026-07-21T17:29:36.560Z
18792026-07-21T17:29:36.560Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/302)
18802026-07-21T17:29:36.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-07-21T17:29:36.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-07-21T17:29:36.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-07-21T17:29:36.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18842026-07-21T17:29:36.972Z
18852026-07-21T17:29:36.972Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/302)
18862026-07-21T17:29:37.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-07-21T17:29:37.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-07-21T17:29:37.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-07-21T17:29:37.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18902026-07-21T17:29:37.376Z
18912026-07-21T17:29:37.376Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/302)
18922026-07-21T17:29:37.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-07-21T17:29:37.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-07-21T17:29:37.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-07-21T17:29:37.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18962026-07-21T17:29:37.795Z
18972026-07-21T17:29:37.795Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/302)
18982026-07-21T17:29:38.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-07-21T17:29:38.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-07-21T17:29:38.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-07-21T17:29:38.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19022026-07-21T17:29:38.194Z
19032026-07-21T17:29:38.194Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/302)
19042026-07-21T17:29:38.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-07-21T17:29:38.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-07-21T17:29:38.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-07-21T17:29:38.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19082026-07-21T17:29:38.598Z
19092026-07-21T17:29:38.598Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/302)
19102026-07-21T17:29:38.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-07-21T17:29:38.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-07-21T17:29:38.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-07-21T17:29:38.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19142026-07-21T17:29:39.002Z
19152026-07-21T17:29:39.002Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/302)
19162026-07-21T17:29:39.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-07-21T17:29:39.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-07-21T17:29:39.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-07-21T17:29:39.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19202026-07-21T17:29:39.408Z
19212026-07-21T17:29:39.408Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/302)
19222026-07-21T17:29:39.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-07-21T17:29:39.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-07-21T17:29:39.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-07-21T17:29:39.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19262026-07-21T17:29:39.823Z
19272026-07-21T17:29:39.823Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/302)
19282026-07-21T17:29:40.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-07-21T17:29:40.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-07-21T17:29:40.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-07-21T17:29:40.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19322026-07-21T17:29:40.227Z
19332026-07-21T17:29:40.227Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/302)
19342026-07-21T17:29:40.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-07-21T17:29:40.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-07-21T17:29:40.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-07-21T17:29:40.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19382026-07-21T17:29:40.648Z
19392026-07-21T17:29:40.648Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/302)
19402026-07-21T17:29:41.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-07-21T17:29:41.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-07-21T17:29:41.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-07-21T17:29:41.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19442026-07-21T17:29:41.054Z
19452026-07-21T17:29:41.054Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/302)
19462026-07-21T17:29:41.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-07-21T17:29:41.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-07-21T17:29:41.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-07-21T17:29:41.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19502026-07-21T17:29:41.467Z
19512026-07-21T17:29:41.467Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/302)
19522026-07-21T17:29:41.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-07-21T17:29:41.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-07-21T17:29:41.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-07-21T17:29:41.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19562026-07-21T17:29:41.898Z
19572026-07-21T17:29:41.899Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/302)
19582026-07-21T17:29:42.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-07-21T17:29:42.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-07-21T17:29:42.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-07-21T17:29:42.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19622026-07-21T17:29:42.282Z
19632026-07-21T17:29:42.282Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/302)
19642026-07-21T17:29:42.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-07-21T17:29:42.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-07-21T17:29:42.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-07-21T17:29:42.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19682026-07-21T17:29:42.685Z
19692026-07-21T17:29:42.685Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/302)
19702026-07-21T17:29:43.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-07-21T17:29:43.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-07-21T17:29:43.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-07-21T17:29:43.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19742026-07-21T17:29:43.095Z
19752026-07-21T17:29:43.095Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/302)
19762026-07-21T17:29:43.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-07-21T17:29:43.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-07-21T17:29:43.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-07-21T17:29:43.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19802026-07-21T17:29:43.538Z
19812026-07-21T17:29:43.538Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/302)
19822026-07-21T17:29:43.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-07-21T17:29:43.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-07-21T17:29:43.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-07-21T17:29:43.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19862026-07-21T17:29:43.914Z
19872026-07-21T17:29:43.914Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/302)
19882026-07-21T17:29:44.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-07-21T17:29:44.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-07-21T17:29:44.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-07-21T17:29:44.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19922026-07-21T17:29:44.316Z
19932026-07-21T17:29:44.316Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/302)
19942026-07-21T17:29:44.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-07-21T17:29:44.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-07-21T17:29:44.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-07-21T17:29:44.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19982026-07-21T17:29:44.730Z
19992026-07-21T17:29:44.731Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/302)
20002026-07-21T17:29:45.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-07-21T17:29:45.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-07-21T17:29:45.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-07-21T17:29:45.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20042026-07-21T17:29:45.135Z
20052026-07-21T17:29:45.136Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/302)
20062026-07-21T17:29:45.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-07-21T17:29:45.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-07-21T17:29:45.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-07-21T17:29:45.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20102026-07-21T17:29:45.580Z
20112026-07-21T17:29:45.580Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/302)
20122026-07-21T17:29:45.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-07-21T17:29:45.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-07-21T17:29:45.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-07-21T17:29:45.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20162026-07-21T17:29:45.958Z
20172026-07-21T17:29:45.958Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/302)
20182026-07-21T17:29:46.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-07-21T17:29:46.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-07-21T17:29:46.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-07-21T17:29:46.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20222026-07-21T17:29:46.368Z
20232026-07-21T17:29:46.368Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/302)
20242026-07-21T17:29:46.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-07-21T17:29:46.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-07-21T17:29:46.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-07-21T17:29:46.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20282026-07-21T17:29:46.772Z
20292026-07-21T17:29:46.772Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/302)
20302026-07-21T17:29:47.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-07-21T17:29:47.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-07-21T17:29:47.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-07-21T17:29:47.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20342026-07-21T17:29:47.182Z
20352026-07-21T17:29:47.182Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/302)
20362026-07-21T17:29:47.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-07-21T17:29:47.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-07-21T17:29:47.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-07-21T17:29:47.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20402026-07-21T17:29:47.611Z
20412026-07-21T17:29:47.611Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/302)
20422026-07-21T17:29:47.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-07-21T17:29:47.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-07-21T17:29:47.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-07-21T17:29:47.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20462026-07-21T17:29:48.004Z
20472026-07-21T17:29:48.004Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/302)
20482026-07-21T17:29:48.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-07-21T17:29:48.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-07-21T17:29:48.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-07-21T17:29:48.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20522026-07-21T17:29:48.411Z
20532026-07-21T17:29:48.412Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/302)
20542026-07-21T17:29:48.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-07-21T17:29:48.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-07-21T17:29:48.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-07-21T17:29:48.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20582026-07-21T17:29:48.822Z
20592026-07-21T17:29:48.822Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/302)
20602026-07-21T17:29:49.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-07-21T17:29:49.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-07-21T17:29:49.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-07-21T17:29:49.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20642026-07-21T17:29:49.231Z
20652026-07-21T17:29:49.231Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/302)
20662026-07-21T17:29:49.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-07-21T17:29:49.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-07-21T17:29:49.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-07-21T17:29:49.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20702026-07-21T17:29:49.644Z
20712026-07-21T17:29:49.644Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/302)
20722026-07-21T17:29:50.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-07-21T17:29:50.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-07-21T17:29:50.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-07-21T17:29:50.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20762026-07-21T17:29:50.055Z
20772026-07-21T17:29:50.055Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/302)
20782026-07-21T17:29:50.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-07-21T17:29:50.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-07-21T17:29:50.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-07-21T17:29:50.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20822026-07-21T17:29:50.467Z
20832026-07-21T17:29:50.468Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/302)
20842026-07-21T17:29:50.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-07-21T17:29:50.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-07-21T17:29:50.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-07-21T17:29:50.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20882026-07-21T17:29:50.881Z
20892026-07-21T17:29:50.881Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/302)
20902026-07-21T17:29:51.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-07-21T17:29:51.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-07-21T17:29:51.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-07-21T17:29:51.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20942026-07-21T17:29:51.294Z
20952026-07-21T17:29:51.294Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/302)
20962026-07-21T17:29:51.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-07-21T17:29:51.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-07-21T17:29:51.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-07-21T17:29:51.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21002026-07-21T17:29:51.705Z
21012026-07-21T17:29:51.705Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/302)
21022026-07-21T17:29:52.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-07-21T17:29:52.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-07-21T17:29:52.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-07-21T17:29:52.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21062026-07-21T17:29:52.357Z
21072026-07-21T17:29:52.357Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/302)
21082026-07-21T17:29:52.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-07-21T17:29:52.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-07-21T17:29:52.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-07-21T17:29:52.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21122026-07-21T17:29:52.893Z
21132026-07-21T17:29:52.893Zinfo: running `cargo check --bins` on nexus-config (51/302)
21142026-07-21T17:29:53.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-07-21T17:29:53.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-07-21T17:29:53.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-07-21T17:29:53.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21182026-07-21T17:29:53.449Z
21192026-07-21T17:29:53.449Zinfo: running `cargo check --bins` on nexus-types (52/302)
21202026-07-21T17:29:53.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-07-21T17:29:53.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-07-21T17:29:53.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-07-21T17:29:53.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21242026-07-21T17:29:54.031Z
21252026-07-21T17:29:54.031Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/302)
21262026-07-21T17:29:54.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-07-21T17:29:54.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-07-21T17:29:54.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-07-21T17:29:54.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21302026-07-21T17:29:54.574Z
21312026-07-21T17:29:54.574Zinfo: running `cargo check --bins` on omicron-passwords (54/302)
21322026-07-21T17:29:55.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-07-21T17:29:55.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-07-21T17:29:55.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-07-21T17:29:55.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21362026-07-21T17:29:55.103Z
21372026-07-21T17:29:55.103Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/302)
21382026-07-21T17:29:55.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-07-21T17:29:55.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-07-21T17:29:55.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-07-21T17:29:55.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21422026-07-21T17:29:55.658Z
21432026-07-21T17:29:55.658Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/302)
21442026-07-21T17:29:56.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-07-21T17:29:56.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-07-21T17:29:56.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-07-21T17:29:56.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21482026-07-21T17:29:56.210Z
21492026-07-21T17:29:56.210Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/302)
21502026-07-21T17:29:56.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-07-21T17:29:56.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-07-21T17:29:56.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-07-21T17:29:56.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21542026-07-21T17:29:56.746Z
21552026-07-21T17:29:56.746Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/302)
21562026-07-21T17:29:57.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-07-21T17:29:57.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-07-21T17:29:57.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-07-21T17:29:57.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21602026-07-21T17:29:57.296Z
21612026-07-21T17:29:57.296Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/302)
21622026-07-21T17:29:57.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-07-21T17:29:57.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-07-21T17:29:57.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-07-21T17:29:57.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21662026-07-21T17:29:57.834Z
21672026-07-21T17:29:57.834Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/302)
21682026-07-21T17:29:58.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-07-21T17:29:58.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-07-21T17:29:58.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-07-21T17:29:58.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21722026-07-21T17:29:58.362Z
21732026-07-21T17:29:58.362Zinfo: running `cargo check --bins --no-default-features` on gfss (61/302)
21742026-07-21T17:29:58.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-07-21T17:29:58.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-07-21T17:29:58.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-07-21T17:29:58.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21782026-07-21T17:29:58.893Z
21792026-07-21T17:29:58.893Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/302)
21802026-07-21T17:29:59.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-07-21T17:29:59.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-07-21T17:29:59.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-07-21T17:29:59.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21842026-07-21T17:29:59.416Z
21852026-07-21T17:29:59.416Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/302)
21862026-07-21T17:29:59.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-07-21T17:29:59.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-07-21T17:29:59.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-07-21T17:29:59.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21902026-07-21T17:29:59.962Z
21912026-07-21T17:29:59.962Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/302)
21922026-07-21T17:30:00.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-07-21T17:30:00.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-07-21T17:30:00.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-07-21T17:30:00.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21962026-07-21T17:30:00.512Z
21972026-07-21T17:30:00.512Zinfo: running `cargo check --bins` on cockroach-admin-types (65/302)
21982026-07-21T17:30:00.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-07-21T17:30:00.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-07-21T17:30:00.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-07-21T17:30:00.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22022026-07-21T17:30:01.047Z
22032026-07-21T17:30:01.047Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/302)
22042026-07-21T17:30:01.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-07-21T17:30:01.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-07-21T17:30:01.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-07-21T17:30:01.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22082026-07-21T17:30:01.579Z
22092026-07-21T17:30:01.579Zinfo: running `cargo check --bins` on ereport-types (67/302)
22102026-07-21T17:30:02.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-07-21T17:30:02.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-07-21T17:30:02.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-07-21T17:30:02.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22142026-07-21T17:30:02.115Z
22152026-07-21T17:30:02.116Zinfo: running `cargo check --bins` on gateway-client (68/302)
22162026-07-21T17:30:02.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-07-21T17:30:02.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-07-21T17:30:02.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-07-21T17:30:02.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22202026-07-21T17:30:02.659Z
22212026-07-21T17:30:02.659Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/302)
22222026-07-21T17:30:03.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-07-21T17:30:03.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-07-21T17:30:03.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-07-21T17:30:03.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22262026-07-21T17:30:03.196Z
22272026-07-21T17:30:03.196Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/302)
22282026-07-21T17:30:03.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-07-21T17:30:03.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-07-21T17:30:03.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-07-21T17:30:03.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22322026-07-21T17:30:03.738Z
22332026-07-21T17:30:03.738Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/302)
22342026-07-21T17:30:04.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-07-21T17:30:04.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-07-21T17:30:04.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-07-21T17:30:04.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22382026-07-21T17:30:04.286Z
22392026-07-21T17:30:04.286Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/302)
22402026-07-21T17:30:04.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-07-21T17:30:04.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-07-21T17:30:04.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-07-21T17:30:04.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22442026-07-21T17:30:04.816Z
22452026-07-21T17:30:04.816Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/302)
22462026-07-21T17:30:05.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-07-21T17:30:05.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-07-21T17:30:05.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-07-21T17:30:05.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22502026-07-21T17:30:05.376Z
22512026-07-21T17:30:05.376Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/302)
22522026-07-21T17:30:05.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-07-21T17:30:05.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-07-21T17:30:05.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-07-21T17:30:05.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-07-21T17:30:05.941Z
22572026-07-21T17:30:05.941Zinfo: running `cargo check --bins` on key-manager-types (75/302)
22582026-07-21T17:30:06.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-07-21T17:30:06.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-07-21T17:30:06.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-07-21T17:30:06.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22622026-07-21T17:30:06.471Z
22632026-07-21T17:30:06.471Zinfo: running `cargo check --bins` on oxlog (76/302)
22642026-07-21T17:30:06.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-07-21T17:30:06.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-07-21T17:30:07.034Z Checking cfg-if v1.0.4
22672026-07-21T17:30:07.039Z Checking libc v0.2.185
22682026-07-21T17:30:07.039Z Checking serde_core v1.0.228
22692026-07-21T17:30:07.151Z Checking memchr v2.8.0
22702026-07-21T17:30:07.155Z Checking zeroize v1.8.2
22712026-07-21T17:30:07.165Z Checking smallvec v1.15.1
22722026-07-21T17:30:07.166Z Checking log v0.4.29
22732026-07-21T17:30:07.187Z Checking subtle v2.6.1
22742026-07-21T17:30:07.187Z Checking itoa v1.0.17
22752026-07-21T17:30:07.300Z Checking stable_deref_trait v1.2.1
22762026-07-21T17:30:07.326Z Checking scopeguard v1.2.0
22772026-07-21T17:30:07.339Z Checking typenum v1.20.1
22782026-07-21T17:30:07.339Z Checking zerofrom v0.1.6
22792026-07-21T17:30:07.364Z Checking pin-project-lite v0.2.17
22802026-07-21T17:30:07.378Z Checking portable-atomic v1.13.1
22812026-07-21T17:30:07.423Z Checking lock_api v0.4.14
22822026-07-21T17:30:07.455Z Checking zmij v1.0.21
22832026-07-21T17:30:07.461Z Checking yoke v0.8.1
22842026-07-21T17:30:07.515Z Checking futures-core v0.3.32
22852026-07-21T17:30:07.568Z Checking errno v0.3.14
22862026-07-21T17:30:07.616Z Checking getrandom v0.2.17
22872026-07-21T17:30:07.620Z Checking zerovec v0.11.5
22882026-07-21T17:30:07.639Z Checking parking_lot_core v0.9.12
22892026-07-21T17:30:07.650Z Checking critical-section v1.2.0
22902026-07-21T17:30:07.678Z Checking signal-hook-registry v1.4.8
22912026-07-21T17:30:07.744Z Checking mio v1.2.0
22922026-07-21T17:30:07.771Z Checking rand_core v0.6.4
22932026-07-21T17:30:07.789Z Checking once_cell v1.21.3
22942026-07-21T17:30:07.826Z Checking parking_lot v0.12.5
22952026-07-21T17:30:07.841Z Checking zerocopy v0.8.40
22962026-07-21T17:30:07.931Z Checking writeable v0.6.2
22972026-07-21T17:30:07.946Z Checking percent-encoding v2.3.2
22982026-07-21T17:30:08.014Z Checking const-oid v0.9.6
22992026-07-21T17:30:08.037Z Checking litemap v0.8.1
23002026-07-21T17:30:08.063Z Checking tinystr v0.8.2
23012026-07-21T17:30:08.077Z Checking rand_core v0.10.0
23022026-07-21T17:30:08.091Z Checking potential_utf v0.1.4
23032026-07-21T17:30:08.103Z Checking zerotrie v0.2.3
23042026-07-21T17:30:08.176Z Checking libm v0.2.16
23052026-07-21T17:30:08.209Z Checking getrandom v0.4.1
23062026-07-21T17:30:08.222Z Checking icu_locale_core v2.1.1
23072026-07-21T17:30:08.226Z Checking icu_collections v2.1.1
23082026-07-21T17:30:08.341Z Checking generic-array v0.14.7
23092026-07-21T17:30:08.351Z Checking socket2 v0.6.3
23102026-07-21T17:30:08.534Z Checking equivalent v1.0.2
23112026-07-21T17:30:08.594Z Checking icu_properties_data v2.1.2
23122026-07-21T17:30:08.620Z Checking icu_normalizer_data v2.1.1
23132026-07-21T17:30:08.634Z Checking serde v1.0.228
23142026-07-21T17:30:08.671Z Checking bitflags v2.11.0
23152026-07-21T17:30:08.687Z Checking serde_json v1.0.150
23162026-07-21T17:30:08.720Z Checking futures-sink v0.3.32
23172026-07-21T17:30:08.772Z Checking icu_provider v2.1.1
23182026-07-21T17:30:08.787Z Checking futures-task v0.3.32
23192026-07-21T17:30:08.814Z Checking futures-channel v0.3.32
23202026-07-21T17:30:08.832Z Checking futures-io v0.3.32
23212026-07-21T17:30:08.863Z Checking num-traits v0.2.19
23222026-07-21T17:30:09.327Z Checking slab v0.4.12
23232026-07-21T17:30:09.330Z Checking utf8_iter v1.0.4
23242026-07-21T17:30:09.330Z Checking icu_normalizer v2.1.1
23252026-07-21T17:30:09.330Z Checking icu_properties v2.1.2
23262026-07-21T17:30:09.332Z Checking bytes v1.11.1
23272026-07-21T17:30:09.332Z Checking hashbrown v0.17.0
23282026-07-21T17:30:09.332Z Checking futures-util v0.3.32
23292026-07-21T17:30:09.332Z Checking block-buffer v0.10.4
23302026-07-21T17:30:09.337Z Checking crypto-common v0.1.7
23312026-07-21T17:30:09.384Z Checking form_urlencoded v1.2.2
23322026-07-21T17:30:09.425Z Checking getrandom v0.3.4
23332026-07-21T17:30:09.455Z Checking digest v0.10.7
23342026-07-21T17:30:09.461Z Checking tokio v1.52.1
23352026-07-21T17:30:09.494Z Checking fnv v1.0.7
23362026-07-21T17:30:09.519Z Checking indexmap v2.14.0
23372026-07-21T17:30:09.565Z Checking byteorder v1.5.0
23382026-07-21T17:30:09.587Z Checking iana-time-zone v0.1.65
23392026-07-21T17:30:09.679Z Checking rand_core v0.9.5
23402026-07-21T17:30:09.689Z Checking chrono v0.4.45
23412026-07-21T17:30:09.765Z Checking http v1.4.2
23422026-07-21T17:30:09.814Z Checking idna_adapter v1.2.1
23432026-07-21T17:30:09.825Z Checking uuid v1.23.4
23442026-07-21T17:30:09.924Z Checking idna v1.1.0
23452026-07-21T17:30:10.082Z Checking base64ct v1.8.3
23462026-07-21T17:30:10.140Z Checking base64 v0.22.1
23472026-07-21T17:30:10.163Z Checking url v2.5.8
23482026-07-21T17:30:10.310Z Checking regex-syntax v0.8.10
23492026-07-21T17:30:10.313Z Checking pem-rfc7468 v0.7.0
23502026-07-21T17:30:10.376Z Checking rustix v1.1.3
23512026-07-21T17:30:10.484Z Checking tracing-core v0.1.36
23522026-07-21T17:30:10.532Z Checking flagset v0.4.7
23532026-07-21T17:30:10.609Z Checking ppv-lite86 v0.2.21
23542026-07-21T17:30:10.622Z Checking http-body v1.0.1
23552026-07-21T17:30:10.652Z Checking der v0.7.10
23562026-07-21T17:30:10.748Z Checking rustls-pki-types v1.14.0
23572026-07-21T17:30:10.782Z Checking tracing v0.1.44
23582026-07-21T17:30:11.307Z Checking rand_chacha v0.9.0
23592026-07-21T17:30:11.312Z Checking cmov v0.5.4
23602026-07-21T17:30:11.312Z Checking tinyvec_macros v0.1.1
23612026-07-21T17:30:11.312Z Checking openssl-probe v0.2.1
23622026-07-21T17:30:11.312Z Checking dyn-clone v1.0.20
23632026-07-21T17:30:11.313Z Checking rand v0.9.2
23642026-07-21T17:30:11.313Z Checking tinyvec v1.10.0
23652026-07-21T17:30:11.313Z Checking semver v1.0.28
23662026-07-21T17:30:11.313Z Checking ctutils v0.4.2
23672026-07-21T17:30:11.313Z Checking aws-lc-sys v0.40.0
23682026-07-21T17:30:11.380Z Checking atomic-waker v1.1.2
23692026-07-21T17:30:11.391Z Checking tower-layer v0.3.3
23702026-07-21T17:30:11.409Z Checking spki v0.7.3
23712026-07-21T17:30:11.472Z Checking untrusted v0.7.1
23722026-07-21T17:30:11.485Z Checking tower-service v0.3.3
23732026-07-21T17:30:11.535Z Checking try-lock v0.2.5
23742026-07-21T17:30:11.567Z Checking hybrid-array v0.4.13
23752026-07-21T17:30:11.570Z Checking schemars v0.8.22
23762026-07-21T17:30:11.592Z Checking ipnet v2.11.0
23772026-07-21T17:30:11.604Z Checking httparse v1.10.1
23782026-07-21T17:30:11.627Z Checking want v0.3.1
23792026-07-21T17:30:11.669Z Checking aho-corasick v1.1.4
23802026-07-21T17:30:11.730Z Checking aws-lc-rs v1.16.3
23812026-07-21T17:30:11.744Z Checking plain v0.2.3
23822026-07-21T17:30:11.806Z Checking httpdate v1.0.3
23832026-07-21T17:30:11.843Z Checking utf8parse v0.2.2
23842026-07-21T17:30:11.855Z Checking cpufeatures v0.2.17
23852026-07-21T17:30:11.920Z Checking foreign-types-shared v0.1.1
23862026-07-21T17:30:11.940Z Checking fastrand v2.3.0
23872026-07-21T17:30:11.955Z Checking untrusted v0.9.0
23882026-07-21T17:30:11.999Z Checking foreign-types v0.3.2
23892026-07-21T17:30:12.064Z Checking pkcs8 v0.10.2
23902026-07-21T17:30:12.070Z Checking unicode-normalization v0.1.25
23912026-07-21T17:30:12.115Z Checking tempfile v3.25.0
23922026-07-21T17:30:12.208Z Checking openssl-sys v0.9.115
23932026-07-21T17:30:12.228Z Checking spin v0.9.8
23942026-07-21T17:30:12.308Z Checking anstyle v1.0.14
23952026-07-21T17:30:12.341Z Checking unicode-ident v1.0.24
23962026-07-21T17:30:12.347Z Checking regex-automata v0.4.14
23972026-07-21T17:30:12.422Z Checking ucd-trie v0.1.7
23982026-07-21T17:30:12.447Z Checking proc-macro2 v1.0.106
23992026-07-21T17:30:12.475Z Checking sha2 v0.10.9
24002026-07-21T17:30:12.499Z Checking hmac v0.12.1
24012026-07-21T17:30:12.534Z Checking pest v2.8.6
24022026-07-21T17:30:12.564Z Checking rustls-webpki v0.103.13
24032026-07-21T17:30:12.576Z Checking openssl v0.10.79
24042026-07-21T17:30:12.623Z Checking thiserror v2.0.18
24052026-07-21T17:30:12.722Z Checking sync_wrapper v1.0.2
24062026-07-21T17:30:12.741Z Checking wait-timeout v0.2.1
24072026-07-21T17:30:12.757Z Checking tokio-util v0.7.18
24082026-07-21T17:30:12.768Z Checking powerfmt v0.2.0
24092026-07-21T17:30:12.919Z Checking pretty-hex v0.4.1
24102026-07-21T17:30:12.938Z Checking bit-vec v0.8.0
24112026-07-21T17:30:12.938Z Checking anstyle-query v1.1.5
24122026-07-21T17:30:12.965Z Checking is_terminal_polyfill v1.70.2
24132026-07-21T17:30:13.020Z Checking rustls v0.23.41
24142026-07-21T17:30:13.046Z Checking simd-adler32 v0.3.8
24152026-07-21T17:30:13.046Z Checking siphasher v1.0.2
24162026-07-21T17:30:13.066Z Checking quick-error v1.2.3
24172026-07-21T17:30:13.174Z Checking colorchoice v1.0.4
24182026-07-21T17:30:13.190Z Checking rusty-fork v0.3.1
24192026-07-21T17:30:13.190Z Checking bit-set v0.8.0
24202026-07-21T17:30:13.306Z Checking deranged v0.5.8
24212026-07-21T17:30:13.341Z Checking tower v0.5.3
24222026-07-21T17:30:13.366Z Checking quote v1.0.45
24232026-07-21T17:30:13.384Z Checking h2 v0.4.15
24242026-07-21T17:30:13.508Z Checking http-body-util v0.1.3
24252026-07-21T17:30:13.636Z Checking crossbeam-utils v0.8.21
24262026-07-21T17:30:13.757Z Checking rand_xorshift v0.4.0
24272026-07-21T17:30:13.886Z Checking crc32fast v1.5.0
24282026-07-21T17:30:13.985Z Checking scroll v0.13.0
24292026-07-21T17:30:13.986Z Checking allocator-api2 v0.2.21
24302026-07-21T17:30:14.055Z Checking num-conv v0.2.0
24312026-07-21T17:30:14.111Z Checking adler2 v2.0.1
24322026-07-21T17:30:14.150Z Checking unarray v0.1.4
24332026-07-21T17:30:14.179Z Checking time-core v0.1.8
24342026-07-21T17:30:14.180Z Checking num_threads v0.1.7
24352026-07-21T17:30:14.202Z Checking unicode-bidi v0.3.18
24362026-07-21T17:30:14.203Z Checking ryu v1.0.23
24372026-07-21T17:30:14.216Z Checking iri-string v0.7.10
24382026-07-21T17:30:14.253Z Checking unicode-properties v0.1.4
24392026-07-21T17:30:14.321Z Checking time v0.3.47
24402026-07-21T17:30:14.348Z Checking serde_urlencoded v0.7.1
24412026-07-21T17:30:14.418Z Checking bstr v1.12.1
24422026-07-21T17:30:14.457Z Checking stringprep v0.1.5
24432026-07-21T17:30:14.514Z Checking proptest v1.10.0
24442026-07-21T17:30:14.673Z Checking native-tls v0.2.18
24452026-07-21T17:30:14.699Z Checking miniz_oxide v0.8.9
24462026-07-21T17:30:14.787Z Checking tokio-native-tls v0.3.1
24472026-07-21T17:30:14.818Z Checking goblin v0.10.5
24482026-07-21T17:30:14.934Z Checking crossbeam-epoch v0.9.18
24492026-07-21T17:30:14.958Z Checking syn v2.0.117
24502026-07-21T17:30:15.147Z Checking block-buffer v0.12.1
24512026-07-21T17:30:15.216Z Checking tower-http v0.6.8
24522026-07-21T17:30:15.250Z Checking crypto-common v0.2.2
24532026-07-21T17:30:15.309Z Checking block-padding v0.4.2
24542026-07-21T17:30:15.390Z Checking ipnetwork v0.21.1
24552026-07-21T17:30:15.440Z Checking anstyle-parse v1.0.0
24562026-07-21T17:30:15.491Z Checking rustls-native-certs v0.8.3
24572026-07-21T17:30:15.594Z Checking rand_chacha v0.3.1
24582026-07-21T17:30:15.603Z Checking scroll v0.12.0
24592026-07-21T17:30:15.618Z Checking thiserror v1.0.69
24602026-07-21T17:30:15.714Z Checking hash32 v0.2.1
24612026-07-21T17:30:15.789Z Checking zstd-sys v2.0.16+zstd.1.5.7
24622026-07-21T17:30:15.821Z Checking md-5 v0.10.6
24632026-07-21T17:30:15.844Z Checking signature v2.2.0
24642026-07-21T17:30:15.901Z Checking num-integer v0.1.46
24652026-07-21T17:30:15.909Z Checking serde_spanned v0.6.9
24662026-07-21T17:30:15.955Z Checking hex v0.4.3
24672026-07-21T17:30:15.969Z Checking toml_datetime v0.6.11
24682026-07-21T17:30:16.040Z Checking encoding_rs v0.8.35
24692026-07-21T17:30:16.119Z Checking mime v0.3.17
24702026-07-21T17:30:16.154Z Checking fallible-iterator v0.2.0
24712026-07-21T17:30:16.179Z Checking zlib-rs v0.6.2
24722026-07-21T17:30:16.232Z Checking hyper v1.10.1
24732026-07-21T17:30:16.285Z Checking psl-types v2.0.11
24742026-07-21T17:30:16.341Z Checking newtype-uuid v1.3.2
24752026-07-21T17:30:16.407Z Checking publicsuffix v2.3.0
24762026-07-21T17:30:16.432Z Checking postgres-protocol v0.6.10
24772026-07-21T17:30:16.549Z Checking num-iter v0.1.45
24782026-07-21T17:30:16.566Z Checking zstd-safe v7.2.4
24792026-07-21T17:30:16.653Z Checking heapless v0.7.17
24802026-07-21T17:30:16.715Z Checking goblin v0.8.2
24812026-07-21T17:30:16.732Z Checking rand v0.8.6
24822026-07-21T17:30:16.988Z Checking oxnet v0.1.6
24832026-07-21T17:30:17.069Z Checking anstream v1.0.0
24842026-07-21T17:30:17.082Z Checking flate2 v1.1.9
24852026-07-21T17:30:17.165Z Checking dof v0.4.0
24862026-07-21T17:30:17.179Z Checking hyper-util v0.1.20
24872026-07-21T17:30:17.247Z Checking inout v0.2.2
24882026-07-21T17:30:17.262Z Checking cookie v0.18.1
24892026-07-21T17:30:17.268Z Checking tokio-rustls v0.26.4
24902026-07-21T17:30:17.286Z Checking dtrace-parser v0.3.0
24912026-07-21T17:30:17.370Z Checking phf_shared v0.13.1
24922026-07-21T17:30:17.388Z Checking lazy_static v1.5.0
24932026-07-21T17:30:17.473Z Checking anstyle-parse v0.2.7
24942026-07-21T17:30:17.486Z Checking zerocopy v0.7.35
24952026-07-21T17:30:17.498Z Checking pin-project v1.1.11
24962026-07-21T17:30:17.518Z Checking terminal_size v0.4.3
24972026-07-21T17:30:17.558Z Checking bzip2-sys v0.1.13+1.0.8
24982026-07-21T17:30:17.585Z Checking signal-hook v0.3.18
24992026-07-21T17:30:17.621Z Checking futures-executor v0.3.32
25002026-07-21T17:30:17.636Z Checking ff v0.13.1
25012026-07-21T17:30:17.644Z Checking thread-id v5.1.0
25022026-07-21T17:30:17.717Z Checking libbz2-rs-sys v0.2.2
25032026-07-21T17:30:17.756Z Checking foldhash v0.1.5
25042026-07-21T17:30:17.766Z Checking strsim v0.11.1
25052026-07-21T17:30:17.777Z Compiling rayon-core v1.13.0
25062026-07-21T17:30:17.792Z Checking bumpalo v3.20.2
25072026-07-21T17:30:17.887Z Checking either v1.15.0
25082026-07-21T17:30:17.921Z Checking winnow v0.5.40
25092026-07-21T17:30:17.963Z Checking managed v0.8.0
25102026-07-21T17:30:17.968Z Checking bitflags v1.3.2
25112026-07-21T17:30:18.039Z Checking same-file v1.0.6
25122026-07-21T17:30:18.060Z Checking base16ct v0.2.0
25132026-07-21T17:30:18.067Z Checking clap_lex v1.0.0
25142026-07-21T17:30:18.097Z Checking foldhash v0.2.0
25152026-07-21T17:30:18.110Z Checking bzip2 v0.6.1
25162026-07-21T17:30:18.144Z Checking smoltcp v0.9.1
25172026-07-21T17:30:18.162Z Checking sec1 v0.7.3
25182026-07-21T17:30:18.213Z Checking clap_builder v4.6.0
25192026-07-21T17:30:18.249Z Checking hashbrown v0.16.1
25202026-07-21T17:30:18.264Z Checking walkdir v2.5.0
25212026-07-21T17:30:18.361Z Checking zopfli v0.8.3
25222026-07-21T17:30:18.440Z Checking hashbrown v0.15.5
25232026-07-21T17:30:18.453Z Checking hyper-tls v0.6.0
25242026-07-21T17:30:18.619Z Checking reqwest v0.12.28
25252026-07-21T17:30:18.650Z Checking dof v0.3.0
25262026-07-21T17:30:18.680Z Checking hyper-rustls v0.27.7
25272026-07-21T17:30:18.731Z Checking usdt-impl v0.6.0
25282026-07-21T17:30:18.753Z Checking signal-hook-mio v0.2.5
25292026-07-21T17:30:18.856Z Checking futures v0.3.32
25302026-07-21T17:30:18.876Z Checking group v0.13.0
25312026-07-21T17:30:18.905Z Checking bzip2 v0.4.4
25322026-07-21T17:30:18.926Z Checking anstream v0.6.21
25332026-07-21T17:30:18.929Z Checking snafu v0.8.9
25342026-07-21T17:30:19.012Z Checking phf v0.13.1
25352026-07-21T17:30:19.429Z Checking cookie_store v0.22.1
25362026-07-21T17:30:19.433Z Checking num-bigint-dig v0.8.6
25372026-07-21T17:30:19.433Z Checking toml_edit v0.19.15
25382026-07-21T17:30:19.433Z Checking cipher v0.5.2
25392026-07-21T17:30:19.433Z Checking daft v0.1.7
25402026-07-21T17:30:19.434Z Checking postgres-types v0.2.12
25412026-07-21T17:30:19.434Z Checking zstd v0.13.3
25422026-07-21T17:30:19.434Z Checking ed25519 v2.2.3
25432026-07-21T17:30:19.434Z Checking dtrace-parser v0.2.0
25442026-07-21T17:30:19.434Z Checking rustls-platform-verifier v0.6.2
25452026-07-21T17:30:19.452Z Checking crossbeam-deque v0.8.6
25462026-07-21T17:30:19.481Z Checking globset v0.4.18
25472026-07-21T17:30:19.518Z Checking regex v1.12.3
25482026-07-21T17:30:19.534Z Checking phf_shared v0.11.3
25492026-07-21T17:30:19.543Z Checking hkdf v0.12.4
25502026-07-21T17:30:19.608Z Checking olpc-cjson v0.1.4
25512026-07-21T17:30:19.625Z Checking ref-cast v1.0.25
25522026-07-21T17:30:19.667Z Checking curve25519-dalek v4.1.3
25532026-07-21T17:30:19.668Z Checking strum v0.27.2
25542026-07-21T17:30:19.719Z Checking pkcs1 v0.7.5
25552026-07-21T17:30:19.734Z Checking hubpack v0.1.2
25562026-07-21T17:30:19.745Z Checking memoffset v0.9.1
25572026-07-21T17:30:19.772Z Checking rustix v0.38.44
25582026-07-21T17:30:19.790Z Checking pem v3.0.6
25592026-07-21T17:30:19.816Z Checking float-cmp v0.10.0
25602026-07-21T17:30:19.876Z Checking erased-serde v0.3.31
25612026-07-21T17:30:19.892Z Checking serde-big-array v0.5.1
25622026-07-21T17:30:19.920Z Checking serde_plain v1.0.2
25632026-07-21T17:30:19.939Z Checking crypto-bigint v0.5.5
25642026-07-21T17:30:19.944Z Checking thread-id v4.2.2
25652026-07-21T17:30:20.017Z Checking memmap2 v0.9.10
25662026-07-21T17:30:20.027Z Checking env_filter v1.0.0
25672026-07-21T17:30:20.056Z Checking data-encoding v2.10.0
25682026-07-21T17:30:20.133Z Checking precomputed-hash v0.1.1
25692026-07-21T17:30:20.166Z Checking typed-path v0.9.3
25702026-07-21T17:30:20.178Z Checking cpufeatures v0.3.0
25712026-07-21T17:30:20.212Z Checking winnow v1.0.3
25722026-07-21T17:30:20.244Z Checking const-oid v0.10.2
25732026-07-21T17:30:20.258Z Checking fixedbitset v0.5.7
25742026-07-21T17:30:20.324Z Checking static_assertions v1.1.0
25752026-07-21T17:30:20.391Z Checking difflib v0.4.0
25762026-07-21T17:30:20.412Z Checking toml_write v0.1.2
25772026-07-21T17:30:20.443Z Checking new_debug_unreachable v1.0.6
25782026-07-21T17:30:20.456Z Checking keccak v0.1.6
25792026-07-21T17:30:20.491Z Checking whoami v2.1.0
25802026-07-21T17:30:20.509Z Checking jiff v0.2.21
25812026-07-21T17:30:20.559Z Checking unicode-segmentation v1.12.0
25822026-07-21T17:30:20.563Z Checking winnow v0.7.14
25832026-07-21T17:30:20.585Z Checking normalize-line-endings v0.3.0
25842026-07-21T17:30:20.615Z Checking predicates-core v1.0.10
25852026-07-21T17:30:20.708Z Checking fixedbitset v0.4.2
25862026-07-21T17:30:20.715Z Checking tokio-postgres v0.7.16
25872026-07-21T17:30:20.732Z Checking predicates v3.1.4
25882026-07-21T17:30:20.812Z Checking petgraph v0.6.5
25892026-07-21T17:30:20.847Z Checking elliptic-curve v0.13.8
25902026-07-21T17:30:20.873Z Checking similar v2.7.0
25912026-07-21T17:30:20.949Z Checking tough v0.22.0
25922026-07-21T17:30:21.066Z Checking sha3 v0.10.8
25932026-07-21T17:30:21.170Z Checking crossterm v0.28.1
25942026-07-21T17:30:21.261Z Checking string_cache v0.8.9
25952026-07-21T17:30:21.265Z Checking toml_parser v1.1.2+spec-1.1.0
25962026-07-21T17:30:21.435Z Checking petgraph v0.8.3
25972026-07-21T17:30:21.605Z Checking ed25519-dalek v2.2.0
25982026-07-21T17:30:21.829Z Checking toml_edit v0.22.27
25992026-07-21T17:30:21.839Z Checking digest v0.11.3
26002026-07-21T17:30:21.873Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26012026-07-21T17:30:21.994Z Checking hickory-proto v0.25.2
26022026-07-21T17:30:22.008Z Checking slog v2.8.2
26032026-07-21T17:30:22.109Z Checking chacha20 v0.10.0
26042026-07-21T17:30:22.271Z Checking usdt v0.6.0
26052026-07-21T17:30:22.360Z Checking env_logger v0.11.9
26062026-07-21T17:30:22.432Z Checking toml v0.7.8
26072026-07-21T17:30:22.556Z Checking usdt-impl v0.5.0
26082026-07-21T17:30:22.746Z Checking rsa v0.9.10
26092026-07-21T17:30:22.771Z Checking zip v4.6.1
26102026-07-21T17:30:22.837Z Checking nix v0.31.2
26112026-07-21T17:30:22.893Z Checking iddqd v0.4.2
26122026-07-21T17:30:23.029Z Checking reqwest v0.13.2
26132026-07-21T17:30:23.219Z Checking clap v4.6.1
26142026-07-21T17:30:23.294Z Checking zip v0.6.6
26152026-07-21T17:30:23.308Z Checking itertools v0.13.0
26162026-07-21T17:30:23.346Z Checking serde_with v3.21.0
26172026-07-21T17:30:23.618Z Checking byte-wrapper v0.1.0
26182026-07-21T17:30:23.796Z Checking strum v0.26.3
26192026-07-21T17:30:23.825Z Checking tokio-stream v0.1.18
26202026-07-21T17:30:23.871Z Checking fs-err v3.3.0
26212026-07-21T17:30:23.906Z Checking ahash v0.8.12
26222026-07-21T17:30:24.051Z Checking object v0.37.3
26232026-07-21T17:30:24.098Z Checking buf-list v1.1.2
26242026-07-21T17:30:24.143Z Checking camino v1.2.2
26252026-07-21T17:30:24.170Z Checking anyhow v1.0.102
26262026-07-21T17:30:24.197Z Checking x509-cert v0.2.5
26272026-07-21T17:30:24.283Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26282026-07-21T17:30:24.330Z Checking openapiv3 v2.2.0
26292026-07-21T17:30:24.369Z Checking peg-runtime v0.8.5
26302026-07-21T17:30:24.787Z Checking lalrpop-util v0.19.12
26312026-07-21T17:30:24.794Z Checking rayon v1.11.0
26322026-07-21T17:30:24.794Z Checking sigpipe v0.1.3
26332026-07-21T17:30:24.794Z Checking glob v0.3.3
26342026-07-21T17:30:26.209Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26352026-07-21T17:30:26.262Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26362026-07-21T17:30:26.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.05s
26372026-07-21T17:30:26.690Z
26382026-07-21T17:30:26.690Zinfo: running `cargo check --bins` on internal-dns-types (77/302)
26392026-07-21T17:30:27.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-07-21T17:30:27.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-07-21T17:30:27.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-07-21T17:30:27.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26432026-07-21T17:30:27.230Z
26442026-07-21T17:30:27.230Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/302)
26452026-07-21T17:30:27.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-07-21T17:30:27.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-07-21T17:30:27.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-07-21T17:30:27.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26492026-07-21T17:30:27.769Z
26502026-07-21T17:30:27.769Zinfo: running `cargo check --bins` on nexus-types-versions (79/302)
26512026-07-21T17:30:28.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-07-21T17:30:28.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-07-21T17:30:28.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-07-21T17:30:28.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26552026-07-21T17:30:28.328Z
26562026-07-21T17:30:28.328Zinfo: running `cargo check --bins` on oxql-types (80/302)
26572026-07-21T17:30:28.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-07-21T17:30:28.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-07-21T17:30:28.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-07-21T17:30:28.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26612026-07-21T17:30:28.868Z
26622026-07-21T17:30:28.868Zinfo: running `cargo check --bins` on oximeter-types (81/302)
26632026-07-21T17:30:29.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-07-21T17:30:29.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-07-21T17:30:29.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-07-21T17:30:29.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26672026-07-21T17:30:29.412Z
26682026-07-21T17:30:29.412Zinfo: running `cargo check --bins` on oximeter-types-versions (82/302)
26692026-07-21T17:30:29.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-07-21T17:30:29.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-07-21T17:30:29.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722026-07-21T17:30:29.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26732026-07-21T17:30:29.964Z
26742026-07-21T17:30:29.964Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/302)
26752026-07-21T17:30:30.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762026-07-21T17:30:30.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772026-07-21T17:30:30.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782026-07-21T17:30:30.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26792026-07-21T17:30:30.501Z
26802026-07-21T17:30:30.501Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/302)
26812026-07-21T17:30:30.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822026-07-21T17:30:30.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832026-07-21T17:30:31.146Z Compiling structmeta-derive v0.3.0
26842026-07-21T17:30:31.263Z Compiling multer v3.1.0
26852026-07-21T17:30:31.275Z Compiling async-stream-impl v0.3.6
26862026-07-21T17:30:31.278Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26872026-07-21T17:30:31.294Z Compiling dropshot v0.17.1
26882026-07-21T17:30:31.309Z Compiling newtype-uuid-macros v0.1.0
26892026-07-21T17:30:31.312Z Compiling dropshot_endpoint v0.17.1
26902026-07-21T17:30:31.344Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26912026-07-21T17:30:31.516Z Checking thread_local v1.1.9
26922026-07-21T17:30:31.590Z Checking match_cfg v0.1.0
26932026-07-21T17:30:31.614Z Checking compression-core v0.4.31
26942026-07-21T17:30:31.667Z Checking hostname v0.3.1
26952026-07-21T17:30:31.723Z Checking crossbeam-channel v0.5.15
26962026-07-21T17:30:31.737Z Checking compression-codecs v0.4.37
26972026-07-21T17:30:31.752Z Checking atomicwrites v0.4.4
26982026-07-21T17:30:31.765Z Checking slog-json v2.6.1
26992026-07-21T17:30:31.860Z Checking serde_spanned v1.1.1
27002026-07-21T17:30:31.873Z Checking is-terminal v0.4.17
27012026-07-21T17:30:31.900Z Checking toml_datetime v1.1.1+spec-1.1.0
27022026-07-21T17:30:31.912Z Checking take_mut v0.2.2
27032026-07-21T17:30:31.960Z Checking debug-ignore v1.0.5
27042026-07-21T17:30:32.396Z Checking term v1.2.1
27052026-07-21T17:30:32.400Z Checking toml_writer v1.1.1+spec-1.1.0
27062026-07-21T17:30:32.400Z Checking slog-async v2.8.0
27072026-07-21T17:30:32.400Z Checking slog-bunyan v2.5.0
27082026-07-21T17:30:32.400Z Checking async-compression v0.4.41
27092026-07-21T17:30:32.400Z Checking async-stream v0.3.6
27102026-07-21T17:30:32.400Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27112026-07-21T17:30:32.400Z Checking toml v1.1.2+spec-1.1.0
27122026-07-21T17:30:32.400Z Checking slog-term v2.9.2
27132026-07-21T17:30:32.400Z Checking progenitor-client v0.14.0
27142026-07-21T17:30:32.400Z Checking sha1 v0.11.0
27152026-07-21T17:30:32.400Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27162026-07-21T17:30:32.400Z Compiling structmeta v0.3.0
27172026-07-21T17:30:32.417Z Checking waitgroup v0.1.2
27182026-07-21T17:30:32.451Z Checking rustls-pemfile v2.2.0
27192026-07-21T17:30:32.464Z Checking backon v1.6.0
27202026-07-21T17:30:32.469Z Checking serde_path_to_error v0.1.20
27212026-07-21T17:30:32.496Z Checking hostname v0.4.2
27222026-07-21T17:30:32.521Z Checking instant v0.1.13
27232026-07-21T17:30:32.546Z Compiling derive-ex v0.1.8
27242026-07-21T17:30:32.588Z Compiling parse-display-derive v0.10.0
27252026-07-21T17:30:32.626Z Checking progenitor-extras v0.2.0
27262026-07-21T17:30:32.755Z Checking backoff v0.4.0
27272026-07-21T17:30:32.771Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27282026-07-21T17:30:32.811Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27292026-07-21T17:30:33.236Z Checking itertools v0.14.0
27302026-07-21T17:30:33.240Z Checking regress v0.10.5
27312026-07-21T17:30:33.240Z Checking macaddr v1.0.1
27322026-07-21T17:30:33.301Z Checking humantime v2.3.0
27332026-07-21T17:30:34.237Z Compiling test-strategy v0.4.5
27342026-07-21T17:30:34.265Z Checking parse-display v0.10.0
27352026-07-21T17:30:34.515Z Compiling prettyplease v0.2.37
27362026-07-21T17:30:34.768Z Checking num-rational v0.4.2
27372026-07-21T17:30:35.041Z Checking num-complex v0.4.6
27382026-07-21T17:30:35.478Z Compiling num v0.4.3
27392026-07-21T17:30:35.575Z Compiling usdt-macro v0.5.0
27402026-07-21T17:30:35.590Z Compiling usdt-attr-macro v0.5.0
27412026-07-21T17:30:35.634Z Checking memmap v0.7.0
27422026-07-21T17:30:35.651Z Compiling float-ord v0.3.2
27432026-07-21T17:30:35.723Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27442026-07-21T17:30:35.875Z Compiling convert_case v0.4.0
27452026-07-21T17:30:36.101Z Checking unicode-width v0.2.0
27462026-07-21T17:30:36.132Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27472026-07-21T17:30:36.264Z Compiling derive_more v0.99.20
27482026-07-21T17:30:36.356Z Checking console v0.15.11
27492026-07-21T17:30:36.368Z Checking newline-converter v0.3.0
27502026-07-21T17:30:36.392Z Checking usdt v0.5.0
27512026-07-21T17:30:36.476Z Compiling toml v0.8.23
27522026-07-21T17:30:36.563Z Checking linked-hash-map v0.5.6
27532026-07-21T17:30:36.633Z Compiling minimal-lexical v0.2.1
27542026-07-21T17:30:36.741Z Checking lru-cache v0.1.2
27552026-07-21T17:30:36.862Z Compiling nom v7.1.3
27562026-07-21T17:30:36.888Z Checking expectorate v1.2.0
27572026-07-21T17:30:37.426Z Checking camino-tempfile v1.4.1
27582026-07-21T17:30:37.539Z Checking hickory-proto v0.24.4
27592026-07-21T17:30:37.559Z Checking phf_shared v0.12.1
27602026-07-21T17:30:37.587Z Compiling slog-dtrace v0.3.0
27612026-07-21T17:30:37.799Z Compiling unicode-xid v0.2.6
27622026-07-21T17:30:37.920Z Compiling chrono-tz v0.10.4
27632026-07-21T17:30:38.069Z Checking resolv-conf v0.7.6
27642026-07-21T17:30:38.112Z Checking heck v0.5.0
27652026-07-21T17:30:38.230Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27662026-07-21T17:30:38.257Z Compiling const_format_proc_macros v0.2.34
27672026-07-21T17:30:38.317Z Checking phf v0.12.1
27682026-07-21T17:30:38.461Z Checking tokio-dtrace v0.1.1
27692026-07-21T17:30:38.647Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27702026-07-21T17:30:38.722Z Compiling derive-where v1.6.0
27712026-07-21T17:30:39.068Z Checking highway v1.3.0
27722026-07-21T17:30:39.088Z Checking const_format v0.2.35
27732026-07-21T17:30:39.301Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27742026-07-21T17:30:39.328Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27752026-07-21T17:30:39.344Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27762026-07-21T17:30:39.358Z Checking hickory-resolver v0.24.4
27772026-07-21T17:30:39.797Z Checking oxide-tokio-rt v0.1.4
27782026-07-21T17:30:40.105Z Checking qorb v0.4.1
27792026-07-21T17:30:40.280Z Checking gethostname v0.5.0
27802026-07-21T17:30:40.702Z Checking bcs v0.1.6
27812026-07-21T17:30:40.702Z Checking termtree v0.5.1
27822026-07-21T17:30:40.795Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27832026-07-21T17:30:40.814Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27842026-07-21T17:30:41.051Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27852026-07-21T17:30:41.055Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27862026-07-21T17:30:43.769Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27872026-07-21T17:30:46.245Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27882026-07-21T17:30:48.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.86s
27892026-07-21T17:30:48.533Z
27902026-07-21T17:30:48.533Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/302)
27912026-07-21T17:30:49.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-07-21T17:30:49.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-07-21T17:30:49.165Z Compiling ar_archive_writer v0.5.1
27942026-07-21T17:30:49.276Z Compiling stacker v0.1.23
27952026-07-21T17:30:49.282Z Compiling cfg_aliases v0.1.1
27962026-07-21T17:30:49.289Z Compiling convert_case v0.10.0
27972026-07-21T17:30:49.294Z Checking unicode-width v0.1.14
27982026-07-21T17:30:49.303Z Compiling proc-macro-error v1.0.4
27992026-07-21T17:30:49.317Z Checking fd-lock v4.0.4
28002026-07-21T17:30:49.317Z Checking nibble_vec v0.1.0
28012026-07-21T17:30:49.337Z Compiling nix v0.28.0
28022026-07-21T17:30:49.444Z Checking vte v0.14.1
28032026-07-21T17:30:49.452Z Compiling recursive-proc-macro-impl v0.1.1
28042026-07-21T17:30:49.536Z Checking bytecount v0.6.9
28052026-07-21T17:30:49.552Z Checking endian-type v0.1.2
28062026-07-21T17:30:49.571Z Checking strip-ansi-escapes v0.2.1
28072026-07-21T17:30:49.583Z Compiling derive_more-impl v2.1.1
28082026-07-21T17:30:49.596Z Compiling tabled_derive v0.7.0
28092026-07-21T17:30:49.633Z Checking papergrid v0.11.0
28102026-07-21T17:30:49.667Z Checking radix_trie v0.2.1
28112026-07-21T17:30:49.680Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-07-21T17:30:49.846Z Compiling peg-macros v0.8.5
28132026-07-21T17:30:50.277Z Compiling sqlparser_derive v0.5.0
28142026-07-21T17:30:50.281Z Compiling psm v0.1.30
28152026-07-21T17:30:50.281Z Checking winnow v0.6.26
28162026-07-21T17:30:50.281Z Checking unicode_categories v0.1.1
28172026-07-21T17:30:50.391Z Checking derive_more v2.1.1
28182026-07-21T17:30:50.404Z Checking home v0.5.12
28192026-07-21T17:30:50.468Z Checking nu-ansi-term v0.50.3
28202026-07-21T17:30:50.540Z Checking crossterm v0.29.0
28212026-07-21T17:30:50.565Z Checking tabled v0.15.0
28222026-07-21T17:30:50.635Z Checking rustyline v14.0.0
28232026-07-21T17:30:51.088Z Checking display-error-chain v0.2.2
28242026-07-21T17:30:51.091Z Checking reedline v0.40.0
28252026-07-21T17:30:51.091Z Checking recursive v0.1.1
28262026-07-21T17:30:51.091Z Checking sqlparser v0.61.0
28272026-07-21T17:30:51.206Z Checking peg v0.8.5
28282026-07-21T17:30:51.321Z Checking sqlformat v0.3.5
28292026-07-21T17:31:02.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.71s
28302026-07-21T17:31:02.426Z
28312026-07-21T17:31:02.426Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/302)
28322026-07-21T17:31:02.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-07-21T17:31:02.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-07-21T17:31:03.146Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-07-21T17:31:06.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28362026-07-21T17:31:06.721Z
28372026-07-21T17:31:06.721Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/302)
28382026-07-21T17:31:07.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-07-21T17:31:07.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-07-21T17:31:07.399Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-07-21T17:31:09.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28422026-07-21T17:31:09.985Z
28432026-07-21T17:31:09.985Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/302)
28442026-07-21T17:31:10.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-07-21T17:31:10.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-07-21T17:31:10.620Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-07-21T17:31:13.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28482026-07-21T17:31:14.058Z
28492026-07-21T17:31:14.058Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/302)
28502026-07-21T17:31:14.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-07-21T17:31:14.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-07-21T17:31:14.696Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-07-21T17:31:18.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s
28542026-07-21T17:31:18.215Z
28552026-07-21T17:31:18.215Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/302)
28562026-07-21T17:31:18.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-07-21T17:31:18.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-07-21T17:31:18.846Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-07-21T17:31:21.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28602026-07-21T17:31:21.606Z
28612026-07-21T17:31:21.606Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/302)
28622026-07-21T17:31:22.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-07-21T17:31:22.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-07-21T17:31:22.236Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-07-21T17:31:24.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28662026-07-21T17:31:25.050Z
28672026-07-21T17:31:25.050Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/302)
28682026-07-21T17:31:25.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-07-21T17:31:25.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-07-21T17:31:25.683Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-07-21T17:31:29.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28722026-07-21T17:31:29.320Z
28732026-07-21T17:31:29.320Zinfo: running `cargo check --bins` on oximeter (93/302)
28742026-07-21T17:31:29.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-07-21T17:31:29.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-07-21T17:31:29.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-07-21T17:31:29.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28782026-07-21T17:31:29.878Z
28792026-07-21T17:31:29.878Zinfo: running `cargo check --bins` on oximeter-schema (94/302)
28802026-07-21T17:31:30.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-07-21T17:31:30.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-07-21T17:31:30.463Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28832026-07-21T17:31:30.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
28842026-07-21T17:31:31.003Z
28852026-07-21T17:31:31.003Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/302)
28862026-07-21T17:31:31.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-07-21T17:31:31.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-07-21T17:31:31.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-07-21T17:31:31.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
28902026-07-21T17:31:31.519Z
28912026-07-21T17:31:31.519Zinfo: running `cargo check --bins` on oximeter-test-utils (96/302)
28922026-07-21T17:31:32.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-07-21T17:31:32.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-07-21T17:31:32.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-07-21T17:31:32.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28962026-07-21T17:31:32.092Z
28972026-07-21T17:31:32.092Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/302)
28982026-07-21T17:31:32.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-07-21T17:31:32.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-07-21T17:31:32.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-07-21T17:31:32.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29022026-07-21T17:31:32.654Z
29032026-07-21T17:31:32.654Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/302)
29042026-07-21T17:31:33.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-07-21T17:31:33.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-07-21T17:31:33.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-07-21T17:31:33.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29082026-07-21T17:31:33.198Z
29092026-07-21T17:31:33.198Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/302)
29102026-07-21T17:31:33.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-07-21T17:31:33.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-07-21T17:31:33.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-07-21T17:31:33.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29142026-07-21T17:31:33.813Z
29152026-07-21T17:31:33.813Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/302)
29162026-07-21T17:31:34.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-07-21T17:31:34.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-07-21T17:31:34.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-07-21T17:31:34.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29202026-07-21T17:31:34.290Z
29212026-07-21T17:31:34.290Zinfo: running `cargo check --bins` on trust-quorum-types (101/302)
29222026-07-21T17:31:34.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-07-21T17:31:34.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-07-21T17:31:34.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-07-21T17:31:34.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29262026-07-21T17:31:34.826Z
29272026-07-21T17:31:34.826Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/302)
29282026-07-21T17:31:35.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-07-21T17:31:35.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-07-21T17:31:35.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-07-21T17:31:35.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29322026-07-21T17:31:35.366Z
29332026-07-21T17:31:35.366Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/302)
29342026-07-21T17:31:35.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-07-21T17:31:35.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-07-21T17:31:36.043Z Compiling darling_core v0.21.3
29372026-07-21T17:31:36.162Z Compiling crucible-workspace-hack v0.1.0
29382026-07-21T17:31:36.255Z Checking secrecy v0.10.3
29392026-07-21T17:31:36.255Z Compiling heapless v0.8.0
29402026-07-21T17:31:36.255Z Compiling toml_datetime v0.7.5+spec-1.1.0
29412026-07-21T17:31:36.255Z Checking hash32 v0.3.1
29422026-07-21T17:31:36.255Z Checking inout v0.1.4
29432026-07-21T17:31:36.255Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-07-21T17:31:36.278Z Compiling smoltcp v0.11.0
29452026-07-21T17:31:36.304Z Checking cobs v0.3.0
29462026-07-21T17:31:36.323Z Compiling toml_edit v0.23.10+spec-1.0.0
29472026-07-21T17:31:36.416Z Checking cipher v0.4.4
29482026-07-21T17:31:36.421Z Checking universal-hash v0.5.1
29492026-07-21T17:31:36.437Z Compiling thiserror-impl-no-std v2.0.2
29502026-07-21T17:31:36.507Z Checking half v2.7.1
29512026-07-21T17:31:36.618Z Checking ciborium-io v0.2.2
29522026-07-21T17:31:36.636Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29532026-07-21T17:31:36.648Z Checking opaque-debug v0.3.1
29542026-07-21T17:31:36.705Z Checking chacha20 v0.9.1
29552026-07-21T17:31:36.720Z Checking poly1305 v0.8.0
29562026-07-21T17:31:36.754Z Checking ciborium-ll v0.2.2
29572026-07-21T17:31:36.844Z Compiling proc-macro-crate v3.4.0
29582026-07-21T17:31:36.906Z Checking postcard v1.1.3
29592026-07-21T17:31:36.933Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29602026-07-21T17:31:36.976Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29612026-07-21T17:31:37.178Z Checking password-hash v0.5.0
29622026-07-21T17:31:37.240Z Checking blake2 v0.10.6
29632026-07-21T17:31:37.331Z Compiling proc-macro-crate v1.3.1
29642026-07-21T17:31:37.347Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29652026-07-21T17:31:37.391Z Compiling num_enum_derive v0.7.6
29662026-07-21T17:31:37.404Z Checking aead v0.5.2
29672026-07-21T17:31:37.473Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29682026-07-21T17:31:37.573Z Compiling foreign-types-macros v0.2.3
29692026-07-21T17:31:37.589Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29702026-07-21T17:31:37.645Z Checking thiserror-no-std v2.0.2
29712026-07-21T17:31:37.678Z Checking foreign-types-shared v0.3.1
29722026-07-21T17:31:37.732Z Checking vsss-rs v3.3.4
29732026-07-21T17:31:37.742Z Compiling num_enum_derive v0.5.11
29742026-07-21T17:31:37.769Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29752026-07-21T17:31:37.827Z Checking chacha20poly1305 v0.10.1
29762026-07-21T17:31:37.997Z Checking argon2 v0.5.3
29772026-07-21T17:31:38.154Z Checking foreign-types v0.5.0
29782026-07-21T17:31:38.224Z Checking ciborium v0.2.2
29792026-07-21T17:31:38.342Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-07-21T17:31:38.401Z Checking tabwriter v1.4.1
29812026-07-21T17:31:38.448Z Checking num_enum v0.7.6
29822026-07-21T17:31:38.545Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29832026-07-21T17:31:38.559Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
29842026-07-21T17:31:38.629Z Compiling darling_macro v0.21.3
29852026-07-21T17:31:38.644Z Checking cstr-argument v0.1.2
29862026-07-21T17:31:38.661Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-07-21T17:31:38.769Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29882026-07-21T17:31:38.783Z Checking num_enum v0.5.11
29892026-07-21T17:31:38.846Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902026-07-21T17:31:38.873Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29912026-07-21T17:31:38.886Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-07-21T17:31:38.930Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29932026-07-21T17:31:39.011Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-07-21T17:31:39.017Z Checking rand v0.10.1
29952026-07-21T17:31:39.046Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29962026-07-21T17:31:39.091Z Checking colored v3.1.1
29972026-07-21T17:31:39.122Z Checking indent_write v2.2.0
29982026-07-21T17:31:39.138Z Compiling darling v0.21.3
29992026-07-21T17:31:39.223Z Compiling ingot-macros v0.1.1
30002026-07-21T17:31:39.237Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30012026-07-21T17:31:39.250Z Compiling zone_cfg_derive v0.3.1
30022026-07-21T17:31:39.282Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30032026-07-21T17:31:39.335Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30042026-07-21T17:31:39.375Z Checking itertools v0.12.1
30052026-07-21T17:31:39.456Z Compiling num-derive v0.4.2
30062026-07-21T17:31:39.507Z Checking swrite v0.1.0
30072026-07-21T17:31:39.522Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-07-21T17:31:39.599Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30092026-07-21T17:31:39.755Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30102026-07-21T17:31:39.872Z Checking dropshot-api-manager-types v0.7.2
30112026-07-21T17:31:39.905Z Checking smf v0.2.3
30122026-07-21T17:31:39.913Z Checking nanorand v0.7.0
30132026-07-21T17:31:39.993Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30142026-07-21T17:31:40.120Z Checking whoami v1.6.1
30152026-07-21T17:31:40.125Z Checking flume v0.11.1
30162026-07-21T17:31:40.137Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30172026-07-21T17:31:40.401Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30182026-07-21T17:31:40.415Z Checking zone v0.3.1
30192026-07-21T17:31:41.383Z Checking ingot-types v0.1.2
30202026-07-21T17:31:41.712Z Checking ingot v0.1.1
30212026-07-21T17:31:43.141Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30222026-07-21T17:31:44.114Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30232026-07-21T17:31:44.999Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30242026-07-21T17:31:46.361Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30252026-07-21T17:31:48.433Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30262026-07-21T17:31:49.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.15s
30272026-07-21T17:31:49.697Z
30282026-07-21T17:31:49.697Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/302)
30292026-07-21T17:31:50.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-07-21T17:31:50.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-07-21T17:31:50.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-07-21T17:31:50.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30332026-07-21T17:31:50.243Z
30342026-07-21T17:31:50.243Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/302)
30352026-07-21T17:31:50.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-07-21T17:31:50.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-07-21T17:31:50.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-07-21T17:31:50.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30392026-07-21T17:31:50.793Z
30402026-07-21T17:31:50.793Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/302)
30412026-07-21T17:31:51.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-07-21T17:31:51.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-07-21T17:31:51.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-07-21T17:31:51.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30452026-07-21T17:31:51.932Z
30462026-07-21T17:31:51.932Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/302)
30472026-07-21T17:31:52.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-07-21T17:31:52.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-07-21T17:31:52.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-07-21T17:31:52.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30512026-07-21T17:31:52.073Z
30522026-07-21T17:31:52.073Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/302)
30532026-07-21T17:31:52.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-07-21T17:31:52.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-07-21T17:31:52.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-07-21T17:31:52.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30572026-07-21T17:31:52.462Z
30582026-07-21T17:31:52.462Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/302)
30592026-07-21T17:31:52.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-07-21T17:31:52.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-07-21T17:31:52.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-07-21T17:31:52.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30632026-07-21T17:31:53.000Z
30642026-07-21T17:31:53.000Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/302)
30652026-07-21T17:31:53.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-07-21T17:31:54.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-07-21T17:31:54.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-07-21T17:31:54.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30692026-07-21T17:31:54.108Z
30702026-07-21T17:31:54.108Zinfo: running `cargo check --bins` on cockroach-admin-client (111/302)
30712026-07-21T17:31:54.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-07-21T17:31:54.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-07-21T17:31:54.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-07-21T17:31:54.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30752026-07-21T17:31:54.332Z
30762026-07-21T17:31:54.332Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/302)
30772026-07-21T17:31:54.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-07-21T17:31:54.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-07-21T17:31:54.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-07-21T17:31:54.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30812026-07-21T17:31:54.668Z
30822026-07-21T17:31:54.668Zinfo: running `cargo check --bins` on dns-service-client (113/302)
30832026-07-21T17:31:55.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-07-21T17:31:55.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-07-21T17:31:55.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-07-21T17:31:55.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30872026-07-21T17:31:55.163Z
30882026-07-21T17:31:55.163Zinfo: running `cargo check --bins` on installinator-client (114/302)
30892026-07-21T17:31:55.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-07-21T17:31:55.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-07-21T17:31:55.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-07-21T17:31:55.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30932026-07-21T17:31:56.278Z
30942026-07-21T17:31:56.278Zinfo: running `cargo check --bins` on nexus-client (115/302)
30952026-07-21T17:31:56.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-07-21T17:31:56.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-07-21T17:31:56.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-07-21T17:31:56.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30992026-07-21T17:31:56.577Z
31002026-07-21T17:31:56.577Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/302)
31012026-07-21T17:31:56.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-07-21T17:31:56.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-07-21T17:31:56.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-07-21T17:31:56.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31052026-07-21T17:31:56.878Z
31062026-07-21T17:31:56.878Zinfo: running `cargo check --bins` on ntp-admin-client (117/302)
31072026-07-21T17:31:57.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-07-21T17:31:57.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-07-21T17:31:57.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-07-21T17:31:57.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31112026-07-21T17:31:57.405Z
31122026-07-21T17:31:57.405Zinfo: running `cargo check --bins` on oxide-client (118/302)
31132026-07-21T17:31:57.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-07-21T17:31:57.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-07-21T17:31:57.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-07-21T17:31:57.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31172026-07-21T17:31:57.997Z
31182026-07-21T17:31:57.997Zinfo: running `cargo check --bins` on oximeter-client (119/302)
31192026-07-21T17:31:58.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-07-21T17:31:58.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-07-21T17:31:58.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-07-21T17:31:58.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31232026-07-21T17:31:58.700Z
31242026-07-21T17:31:58.700Zinfo: running `cargo check --bins` on repo-depot-client (120/302)
31252026-07-21T17:31:58.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-07-21T17:31:59.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-07-21T17:31:59.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-07-21T17:31:59.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31292026-07-21T17:31:59.176Z
31302026-07-21T17:31:59.177Zinfo: running `cargo check --bins` on sled-agent-client (121/302)
31312026-07-21T17:31:59.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-07-21T17:31:59.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-07-21T17:31:59.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-07-21T17:31:59.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31352026-07-21T17:31:59.681Z
31362026-07-21T17:31:59.681Zinfo: running `cargo check --bins` on wicketd-client (122/302)
31372026-07-21T17:32:00.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-07-21T17:32:00.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-07-21T17:32:00.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-07-21T17:32:00.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31412026-07-21T17:32:00.171Z
31422026-07-21T17:32:00.171Zinfo: running `cargo check --bins` on installinator-common (123/302)
31432026-07-21T17:32:00.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-07-21T17:32:00.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-07-21T17:32:00.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-07-21T17:32:00.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31472026-07-21T17:32:00.700Z
31482026-07-21T17:32:00.700Zinfo: running `cargo check --bins` on installinator-common-versions (124/302)
31492026-07-21T17:32:05.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-07-21T17:32:05.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-07-21T17:32:05.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-07-21T17:32:05.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31532026-07-21T17:32:05.318Z
31542026-07-21T17:32:05.318Zinfo: running `cargo check --bins` on wicket-common (125/302)
31552026-07-21T17:32:05.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-07-21T17:32:05.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-07-21T17:32:05.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-07-21T17:32:05.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31592026-07-21T17:32:05.318Z
31602026-07-21T17:32:05.318Zinfo: running `cargo check --bins` on wicketd-commission-types (126/302)
31612026-07-21T17:32:05.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-07-21T17:32:05.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-07-21T17:32:05.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-07-21T17:32:05.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31652026-07-21T17:32:05.318Z
31662026-07-21T17:32:05.318Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (127/302)
31672026-07-21T17:32:05.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-07-21T17:32:05.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-07-21T17:32:05.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-07-21T17:32:05.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31712026-07-21T17:32:05.319Z
31722026-07-21T17:32:05.319Zinfo: running `cargo check --bins` on wicketd-commission-client (128/302)
31732026-07-21T17:32:05.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-07-21T17:32:05.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-07-21T17:32:05.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-07-21T17:32:05.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31772026-07-21T17:32:05.415Z
31782026-07-21T17:32:05.415Zinfo: running `cargo check --bins` on omicron-cockroach-admin (129/302)
31792026-07-21T17:32:05.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-07-21T17:32:05.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-07-21T17:32:05.415Z Checking csv-core v0.1.13
31822026-07-21T17:32:05.415Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31832026-07-21T17:32:05.415Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31842026-07-21T17:32:05.415Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31852026-07-21T17:32:05.415Z Checking csv v1.4.0
31862026-07-21T17:32:05.415Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31872026-07-21T17:32:05.416Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31882026-07-21T17:32:05.416Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31892026-07-21T17:32:05.416Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31902026-07-21T17:32:05.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
31912026-07-21T17:32:06.192Z
31922026-07-21T17:32:06.192Zinfo: running `cargo check --bins` on cockroach-admin-api (130/302)
31932026-07-21T17:32:06.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31942026-07-21T17:32:06.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31952026-07-21T17:32:06.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31962026-07-21T17:32:06.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31972026-07-21T17:32:06.717Z
31982026-07-21T17:32:06.717Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (131/302)
31992026-07-21T17:32:07.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32002026-07-21T17:32:07.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32012026-07-21T17:32:07.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32022026-07-21T17:32:07.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32032026-07-21T17:32:07.383Z
32042026-07-21T17:32:07.384Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (132/302)
32052026-07-21T17:32:07.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-07-21T17:32:07.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-07-21T17:32:07.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32082026-07-21T17:32:07.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32092026-07-21T17:32:07.979Z
32102026-07-21T17:32:07.979Zinfo: running `cargo check --bins` on gateway-test-utils (133/302)
32112026-07-21T17:32:08.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-07-21T17:32:08.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-07-21T17:32:08.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32142026-07-21T17:32:08.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32152026-07-21T17:32:08.579Z
32162026-07-21T17:32:08.579Zinfo: running `cargo check --bins` on omicron-gateway (134/302)
32172026-07-21T17:32:09.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-07-21T17:32:09.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-07-21T17:32:09.293Z Compiling regress v0.11.1
32202026-07-21T17:32:09.433Z Compiling unsafe-libyaml v0.2.11
32212026-07-21T17:32:09.444Z Compiling radium v0.7.0
32222026-07-21T17:32:09.444Z Compiling semver v0.1.20
32232026-07-21T17:32:09.468Z Checking nom v8.0.0
32242026-07-21T17:32:09.468Z Compiling maybe-uninit v2.0.0
32252026-07-21T17:32:09.472Z Checking tap v1.0.1
32262026-07-21T17:32:09.647Z Checking wyz v0.5.1
32272026-07-21T17:32:09.729Z Compiling rustc_version v0.1.7
32282026-07-21T17:32:09.784Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32292026-07-21T17:32:09.811Z Compiling zerocopy-derive v0.6.6
32302026-07-21T17:32:09.917Z Checking crc-catalog v2.4.0
32312026-07-21T17:32:09.982Z Compiling serde_yaml v0.9.34+deprecated
32322026-07-21T17:32:10.063Z Compiling newtype_derive v0.1.6
32332026-07-21T17:32:10.179Z Compiling cancel-safe-futures v0.1.5
32342026-07-21T17:32:10.219Z Compiling packed_struct v0.10.1
32352026-07-21T17:32:10.383Z Checking funty v2.0.0
32362026-07-21T17:32:10.579Z Checking crc v3.4.0
32372026-07-21T17:32:10.675Z Checking zerocopy v0.6.6
32382026-07-21T17:32:10.708Z Checking bitvec v1.0.1
32392026-07-21T17:32:10.822Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32402026-07-21T17:32:10.901Z Checking typify-impl v0.6.2
32412026-07-21T17:32:11.286Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32422026-07-21T17:32:11.374Z Compiling packed_struct_codegen v0.10.1
32432026-07-21T17:32:11.438Z Compiling bitfield-macros v0.19.4
32442026-07-21T17:32:11.453Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32452026-07-21T17:32:11.621Z Compiling indexmap v1.9.3
32462026-07-21T17:32:11.837Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32472026-07-21T17:32:11.908Z Checking nodrop v0.1.14
32482026-07-21T17:32:12.005Z Compiling owo-colors v4.3.0
32492026-07-21T17:32:12.054Z Checking array-init v0.0.4
32502026-07-21T17:32:12.098Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32512026-07-21T17:32:12.165Z Checking bitfield v0.19.4
32522026-07-21T17:32:12.361Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32532026-07-21T17:32:12.397Z Checking smallvec v0.6.14
32542026-07-21T17:32:12.505Z Checking oxide-update-engine-types v0.1.2
32552026-07-21T17:32:12.530Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32562026-07-21T17:32:12.588Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32572026-07-21T17:32:12.650Z Checking unicode-linebreak v0.1.5
32582026-07-21T17:32:12.670Z Checking tagptr v0.2.0
32592026-07-21T17:32:12.763Z Checking smawk v0.3.2
32602026-07-21T17:32:12.811Z Checking base64 v0.21.7
32612026-07-21T17:32:12.858Z Checking linear-map v1.2.0
32622026-07-21T17:32:12.870Z Checking hashbrown v0.12.3
32632026-07-21T17:32:13.027Z Checking textwrap v0.16.2
32642026-07-21T17:32:13.048Z Checking ron v0.8.1
32652026-07-21T17:32:13.063Z Checking moka v0.12.13
32662026-07-21T17:32:13.240Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-07-21T17:32:13.401Z Checking oxide-update-engine v0.1.2
32682026-07-21T17:32:13.512Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32692026-07-21T17:32:13.566Z Checking serde-hex v0.1.0
32702026-07-21T17:32:13.606Z Checking steno v0.4.1
32712026-07-21T17:32:13.816Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32722026-07-21T17:32:13.975Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32732026-07-21T17:32:14.046Z Checking hashbrown v0.13.2
32742026-07-21T17:32:14.268Z Checking crc-any v2.5.0
32752026-07-21T17:32:14.495Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32762026-07-21T17:32:14.512Z Checking object v0.30.4
32772026-07-21T17:32:14.557Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32782026-07-21T17:32:14.602Z Checking hickory-resolver v0.25.2
32792026-07-21T17:32:14.672Z Checking sha1 v0.10.6
32802026-07-21T17:32:14.721Z Checking half v1.8.3
32812026-07-21T17:32:14.839Z Checking path-slash v0.1.5
32822026-07-21T17:32:14.915Z Checking void v1.0.2
32832026-07-21T17:32:14.944Z Checking utf-8 v0.7.6
32842026-07-21T17:32:15.020Z Checking lzss v0.8.2
32852026-07-21T17:32:15.053Z Checking serde_cbor v0.11.2
32862026-07-21T17:32:15.093Z Checking tungstenite v0.23.0
32872026-07-21T17:32:15.322Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32882026-07-21T17:32:15.339Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32892026-07-21T17:32:15.428Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32902026-07-21T17:32:15.451Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32912026-07-21T17:32:15.491Z Checking nix v0.27.1
32922026-07-21T17:32:15.505Z Checking kstat-rs v0.2.4
32932026-07-21T17:32:15.523Z Compiling typify-macro v0.6.2
32942026-07-21T17:32:15.546Z Checking fxhash v0.2.1
32952026-07-21T17:32:15.653Z Checking serde_bytes v0.11.19
32962026-07-21T17:32:15.667Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32972026-07-21T17:32:15.687Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32982026-07-21T17:32:15.720Z Checking tokio-tungstenite v0.23.1
32992026-07-21T17:32:15.827Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33002026-07-21T17:32:15.981Z Checking signal-hook-tokio v0.3.1
33012026-07-21T17:32:16.566Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33022026-07-21T17:32:16.847Z Compiling typify v0.6.2
33032026-07-21T17:32:16.923Z Compiling progenitor-impl v0.14.0
33042026-07-21T17:32:17.475Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33052026-07-21T17:32:17.783Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33062026-07-21T17:32:18.361Z Compiling progenitor-macro v0.14.0
33072026-07-21T17:32:20.673Z Checking progenitor v0.14.0
33082026-07-21T17:32:20.796Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33092026-07-21T17:32:20.799Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33102026-07-21T17:32:23.475Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33112026-07-21T17:32:31.824Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33122026-07-21T17:32:38.561Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33132026-07-21T17:32:39.926Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33142026-07-21T17:32:40.438Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33152026-07-21T17:32:42.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.93s
33162026-07-21T17:32:42.696Z
33172026-07-21T17:32:42.696Zinfo: running `cargo check --bins` on gateway-api (135/302)
33182026-07-21T17:32:43.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192026-07-21T17:32:43.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202026-07-21T17:32:43.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212026-07-21T17:32:43.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33222026-07-21T17:32:43.237Z
33232026-07-21T17:32:43.237Zinfo: running `cargo check --bins` on ipcc (136/302)
33242026-07-21T17:32:43.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-07-21T17:32:43.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-07-21T17:32:43.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-07-21T17:32:43.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33282026-07-21T17:32:43.779Z
33292026-07-21T17:32:43.779Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (137/302)
33302026-07-21T17:32:44.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-07-21T17:32:44.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-07-21T17:32:44.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-07-21T17:32:44.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33342026-07-21T17:32:44.339Z
33352026-07-21T17:32:44.340Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (138/302)
33362026-07-21T17:32:44.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-07-21T17:32:44.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-07-21T17:32:44.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-07-21T17:32:44.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33402026-07-21T17:32:44.878Z
33412026-07-21T17:32:44.878Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (139/302)
33422026-07-21T17:32:45.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-07-21T17:32:45.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-07-21T17:32:45.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-07-21T17:32:45.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33462026-07-21T17:32:45.428Z
33472026-07-21T17:32:45.428Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (140/302)
33482026-07-21T17:32:45.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-07-21T17:32:45.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-07-21T17:32:45.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-07-21T17:32:45.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33522026-07-21T17:32:45.976Z
33532026-07-21T17:32:45.976Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (141/302)
33542026-07-21T17:32:46.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-07-21T17:32:46.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-07-21T17:32:46.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-07-21T17:32:46.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33582026-07-21T17:32:46.519Z
33592026-07-21T17:32:46.519Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (142/302)
33602026-07-21T17:32:46.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-07-21T17:32:46.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-07-21T17:32:46.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-07-21T17:32:46.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33642026-07-21T17:32:47.082Z
33652026-07-21T17:32:47.082Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (143/302)
33662026-07-21T17:32:47.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-07-21T17:32:47.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-07-21T17:32:47.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-07-21T17:32:47.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33702026-07-21T17:32:47.631Z
33712026-07-21T17:32:47.631Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (144/302)
33722026-07-21T17:32:48.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-07-21T17:32:48.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-07-21T17:32:48.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-07-21T17:32:48.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33762026-07-21T17:32:48.175Z
33772026-07-21T17:32:48.175Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (145/302)
33782026-07-21T17:32:48.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-07-21T17:32:48.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-07-21T17:32:48.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-07-21T17:32:48.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33822026-07-21T17:32:48.723Z
33832026-07-21T17:32:48.723Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (146/302)
33842026-07-21T17:32:49.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-07-21T17:32:49.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-07-21T17:32:49.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-07-21T17:32:49.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33882026-07-21T17:32:49.269Z
33892026-07-21T17:32:49.269Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (147/302)
33902026-07-21T17:32:49.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-07-21T17:32:49.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-07-21T17:32:49.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-07-21T17:32:49.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33942026-07-21T17:32:49.817Z
33952026-07-21T17:32:49.817Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (148/302)
33962026-07-21T17:32:50.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-07-21T17:32:50.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-07-21T17:32:50.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-07-21T17:32:50.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34002026-07-21T17:32:50.367Z
34012026-07-21T17:32:50.367Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (149/302)
34022026-07-21T17:32:50.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-07-21T17:32:50.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-07-21T17:32:50.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-07-21T17:32:50.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34062026-07-21T17:32:50.938Z
34072026-07-21T17:32:50.938Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (150/302)
34082026-07-21T17:32:51.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-07-21T17:32:51.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-07-21T17:32:51.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-07-21T17:32:51.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34122026-07-21T17:32:51.505Z
34132026-07-21T17:32:51.505Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (151/302)
34142026-07-21T17:32:51.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-07-21T17:32:51.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-07-21T17:32:51.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-07-21T17:32:51.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34182026-07-21T17:32:52.072Z
34192026-07-21T17:32:52.072Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (152/302)
34202026-07-21T17:32:52.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-07-21T17:32:52.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-07-21T17:32:52.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-07-21T17:32:52.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34242026-07-21T17:32:52.638Z
34252026-07-21T17:32:52.638Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (153/302)
34262026-07-21T17:32:53.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-07-21T17:32:53.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-07-21T17:32:53.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-07-21T17:32:53.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34302026-07-21T17:32:53.271Z
34312026-07-21T17:32:53.271Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (154/302)
34322026-07-21T17:32:53.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-07-21T17:32:53.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-07-21T17:32:53.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-07-21T17:32:53.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34362026-07-21T17:32:53.787Z
34372026-07-21T17:32:53.787Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (155/302)
34382026-07-21T17:32:54.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-07-21T17:32:54.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-07-21T17:32:54.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-07-21T17:32:54.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34422026-07-21T17:32:54.339Z
34432026-07-21T17:32:54.339Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (156/302)
34442026-07-21T17:32:54.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-07-21T17:32:54.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-07-21T17:32:54.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-07-21T17:32:54.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34482026-07-21T17:32:54.909Z
34492026-07-21T17:32:54.909Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (157/302)
34502026-07-21T17:32:55.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-07-21T17:32:55.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-07-21T17:32:55.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-07-21T17:32:55.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34542026-07-21T17:32:55.468Z
34552026-07-21T17:32:55.468Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (158/302)
34562026-07-21T17:32:55.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-07-21T17:32:55.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-07-21T17:32:55.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-07-21T17:32:55.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34602026-07-21T17:32:56.046Z
34612026-07-21T17:32:56.048Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (159/302)
34622026-07-21T17:32:56.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-07-21T17:32:56.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-07-21T17:32:56.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-07-21T17:32:56.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34662026-07-21T17:32:56.603Z
34672026-07-21T17:32:56.603Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (160/302)
34682026-07-21T17:32:57.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-07-21T17:32:57.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-07-21T17:32:57.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-07-21T17:32:57.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34722026-07-21T17:32:57.132Z
34732026-07-21T17:32:57.133Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (161/302)
34742026-07-21T17:32:57.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-07-21T17:32:57.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-07-21T17:32:57.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-07-21T17:32:57.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34782026-07-21T17:32:57.682Z
34792026-07-21T17:32:57.684Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (162/302)
34802026-07-21T17:32:58.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-07-21T17:32:58.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-07-21T17:32:58.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-07-21T17:32:58.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34842026-07-21T17:32:58.228Z
34852026-07-21T17:32:58.228Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (163/302)
34862026-07-21T17:32:58.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-07-21T17:32:58.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-07-21T17:32:58.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-07-21T17:32:58.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34902026-07-21T17:32:58.770Z
34912026-07-21T17:32:58.770Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (164/302)
34922026-07-21T17:32:59.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-07-21T17:32:59.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-07-21T17:32:59.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-07-21T17:32:59.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34962026-07-21T17:32:59.318Z
34972026-07-21T17:32:59.318Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (165/302)
34982026-07-21T17:32:59.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-07-21T17:32:59.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-07-21T17:32:59.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-07-21T17:32:59.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35022026-07-21T17:32:59.867Z
35032026-07-21T17:32:59.867Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (166/302)
35042026-07-21T17:33:00.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-07-21T17:33:00.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-07-21T17:33:00.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-07-21T17:33:00.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35082026-07-21T17:33:00.417Z
35092026-07-21T17:33:00.417Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (167/302)
35102026-07-21T17:33:00.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-07-21T17:33:00.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-07-21T17:33:00.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-07-21T17:33:00.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35142026-07-21T17:33:00.987Z
35152026-07-21T17:33:00.987Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (168/302)
35162026-07-21T17:33:01.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-07-21T17:33:01.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-07-21T17:33:01.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-07-21T17:33:01.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35202026-07-21T17:33:01.556Z
35212026-07-21T17:33:01.556Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (169/302)
35222026-07-21T17:33:02.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-07-21T17:33:02.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-07-21T17:33:02.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-07-21T17:33:02.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35262026-07-21T17:33:02.123Z
35272026-07-21T17:33:02.123Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (170/302)
35282026-07-21T17:33:02.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-07-21T17:33:02.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-07-21T17:33:02.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-07-21T17:33:02.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35322026-07-21T17:33:02.691Z
35332026-07-21T17:33:02.691Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (171/302)
35342026-07-21T17:33:03.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-07-21T17:33:03.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-07-21T17:33:03.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-07-21T17:33:03.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35382026-07-21T17:33:03.260Z
35392026-07-21T17:33:03.260Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (172/302)
35402026-07-21T17:33:03.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-07-21T17:33:03.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-07-21T17:33:03.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-07-21T17:33:03.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35442026-07-21T17:33:03.829Z
35452026-07-21T17:33:03.830Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (173/302)
35462026-07-21T17:33:04.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-07-21T17:33:04.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-07-21T17:33:04.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-07-21T17:33:04.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35502026-07-21T17:33:04.398Z
35512026-07-21T17:33:04.398Zinfo: running `cargo check --bins` on oximeter-producer (174/302)
35522026-07-21T17:33:04.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-07-21T17:33:04.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-07-21T17:33:04.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-07-21T17:33:04.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35562026-07-21T17:33:04.988Z
35572026-07-21T17:33:04.988Zinfo: running `cargo check --bins` on internal-dns-resolver (175/302)
35582026-07-21T17:33:05.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-07-21T17:33:05.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-07-21T17:33:05.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-07-21T17:33:05.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35622026-07-21T17:33:05.540Z
35632026-07-21T17:33:05.540Zinfo: running `cargo check --bins` on dns-server (176/302)
35642026-07-21T17:33:06.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-07-21T17:33:06.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-07-21T17:33:06.154Z Compiling parking_lot_core v0.8.6
35672026-07-21T17:33:06.159Z Compiling git-stub v1.0.0
35682026-07-21T17:33:06.160Z Checking prefix-trie v0.7.0
35692026-07-21T17:33:06.268Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35702026-07-21T17:33:06.385Z Compiling git-stub-vcs v0.1.0
35712026-07-21T17:33:06.545Z Checking hickory-server v0.25.2
35722026-07-21T17:33:06.661Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35732026-07-21T17:33:06.673Z Checking parking_lot v0.11.2
35742026-07-21T17:33:06.834Z Checking sled v0.34.7
35752026-07-21T17:33:08.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
35762026-07-21T17:33:08.886Z
35772026-07-21T17:33:08.886Zinfo: running `cargo check --bins` on dns-server-api (177/302)
35782026-07-21T17:33:09.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-07-21T17:33:09.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-07-21T17:33:09.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-07-21T17:33:09.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35822026-07-21T17:33:09.431Z
35832026-07-21T17:33:09.431Zinfo: running `cargo check --bins` on oximeter-producer-api (178/302)
35842026-07-21T17:33:09.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-07-21T17:33:09.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-07-21T17:33:09.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-07-21T17:33:09.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35882026-07-21T17:33:09.976Z
35892026-07-21T17:33:09.976Zinfo: running `cargo check --bins` on sp-sim (179/302)
35902026-07-21T17:33:10.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-07-21T17:33:10.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-07-21T17:33:10.682Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35932026-07-21T17:33:12.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
35942026-07-21T17:33:12.595Z
35952026-07-21T17:33:12.595Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (180/302)
35962026-07-21T17:33:13.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-07-21T17:33:13.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-07-21T17:33:13.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-07-21T17:33:13.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36002026-07-21T17:33:13.190Z
36012026-07-21T17:33:13.190Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (181/302)
36022026-07-21T17:33:13.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-07-21T17:33:13.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-07-21T17:33:13.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-07-21T17:33:13.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36062026-07-21T17:33:13.783Z
36072026-07-21T17:33:13.783Zinfo: running `cargo check --bins` on db-macros (182/302)
36082026-07-21T17:33:14.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-07-21T17:33:14.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-07-21T17:33:14.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-07-21T17:33:14.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36122026-07-21T17:33:14.305Z
36132026-07-21T17:33:14.305Zinfo: running `cargo check --bins` on nexus-macros-common (183/302)
36142026-07-21T17:33:14.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-07-21T17:33:14.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-07-21T17:33:14.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-07-21T17:33:14.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36182026-07-21T17:33:14.829Z
36192026-07-21T17:33:14.829Zinfo: running `cargo check --bins` on nexus-auth (184/302)
36202026-07-21T17:33:15.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-07-21T17:33:15.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-07-21T17:33:15.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-07-21T17:33:15.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36242026-07-21T17:33:15.420Z
36252026-07-21T17:33:15.420Zinfo: running `cargo check --bins` on authz-macros (185/302)
36262026-07-21T17:33:15.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-07-21T17:33:15.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-07-21T17:33:15.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-07-21T17:33:15.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36302026-07-21T17:33:15.947Z
36312026-07-21T17:33:15.948Zinfo: running `cargo check --bins` on nexus-db-fixed-data (186/302)
36322026-07-21T17:33:16.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-07-21T17:33:16.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-07-21T17:33:16.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-07-21T17:33:16.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36362026-07-21T17:33:16.538Z
36372026-07-21T17:33:16.538Zinfo: running `cargo check --bins` on nexus-db-model (187/302)
36382026-07-21T17:33:17.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-07-21T17:33:17.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-07-21T17:33:17.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-07-21T17:33:17.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36422026-07-21T17:33:17.115Z
36432026-07-21T17:33:17.115Zinfo: running `cargo check --bins` on nexus-db-schema (188/302)
36442026-07-21T17:33:17.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-07-21T17:33:17.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-07-21T17:33:17.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-07-21T17:33:17.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36482026-07-21T17:33:17.637Z
36492026-07-21T17:33:17.637Zinfo: running `cargo check --bins` on omicron-rpaths (189/302)
36502026-07-21T17:33:18.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-07-21T17:33:18.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-07-21T17:33:18.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-07-21T17:33:18.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36542026-07-21T17:33:18.158Z
36552026-07-21T17:33:18.158Zinfo: running `cargo check --bins` on nexus-defaults (190/302)
36562026-07-21T17:33:18.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-07-21T17:33:18.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-07-21T17:33:18.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-07-21T17:33:18.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36602026-07-21T17:33:18.702Z
36612026-07-21T17:33:18.702Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (191/302)
36622026-07-21T17:33:19.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-07-21T17:33:19.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-07-21T17:33:19.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-07-21T17:33:19.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36662026-07-21T17:33:19.234Z
36672026-07-21T17:33:19.235Zinfo: running `cargo check --bins` on parallel-task-set (192/302)
36682026-07-21T17:33:19.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-07-21T17:33:19.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-07-21T17:33:19.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-07-21T17:33:19.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36722026-07-21T17:33:19.761Z
36732026-07-21T17:33:19.761Zinfo: running `cargo check --bins` on omicron-git-version (193/302)
36742026-07-21T17:33:20.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-07-21T17:33:20.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-07-21T17:33:20.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-07-21T17:33:20.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36782026-07-21T17:33:20.288Z
36792026-07-21T17:33:20.288Zinfo: running `cargo check --bins` on nexus-db-errors (194/302)
36802026-07-21T17:33:20.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-07-21T17:33:20.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-07-21T17:33:20.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-07-21T17:33:20.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36842026-07-21T17:33:20.887Z
36852026-07-21T17:33:20.887Zinfo: running `cargo check --bins` on nexus-db-lookup (195/302)
36862026-07-21T17:33:21.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-07-21T17:33:21.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-07-21T17:33:21.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-07-21T17:33:21.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36902026-07-21T17:33:21.480Z
36912026-07-21T17:33:21.480Zinfo: running `cargo check --bins` on nexus-inventory (196/302)
36922026-07-21T17:33:21.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-07-21T17:33:21.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-07-21T17:33:21.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-07-21T17:33:21.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36962026-07-21T17:33:22.059Z
36972026-07-21T17:33:22.059Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (197/302)
36982026-07-21T17:33:22.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-07-21T17:33:22.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-07-21T17:33:22.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-07-21T17:33:22.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37022026-07-21T17:33:22.617Z
37032026-07-21T17:33:22.617Zinfo: running `cargo check --bins --no-default-features` on sled-storage (198/302)
37042026-07-21T17:33:23.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-07-21T17:33:23.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-07-21T17:33:23.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-07-21T17:33:23.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37082026-07-21T17:33:23.174Z
37092026-07-21T17:33:23.174Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (199/302)
37102026-07-21T17:33:23.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-07-21T17:33:23.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-07-21T17:33:23.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-07-21T17:33:23.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37142026-07-21T17:33:23.728Z
37152026-07-21T17:33:23.728Zinfo: running `cargo check --bins` on key-manager (200/302)
37162026-07-21T17:33:24.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-07-21T17:33:24.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-07-21T17:33:24.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-07-21T17:33:24.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37202026-07-21T17:33:24.279Z
37212026-07-21T17:33:24.279Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (201/302)
37222026-07-21T17:33:24.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-07-21T17:33:24.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-07-21T17:33:24.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-07-21T17:33:24.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37262026-07-21T17:33:24.904Z
37272026-07-21T17:33:24.904Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (202/302)
37282026-07-21T17:33:25.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-07-21T17:33:25.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-07-21T17:33:25.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-07-21T17:33:25.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37322026-07-21T17:33:25.389Z
37332026-07-21T17:33:25.389Zinfo: running `cargo check --bins` on typed-rng (203/302)
37342026-07-21T17:33:25.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-07-21T17:33:25.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-07-21T17:33:25.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-07-21T17:33:25.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37382026-07-21T17:33:25.909Z
37392026-07-21T17:33:25.909Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (204/302)
37402026-07-21T17:33:26.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-07-21T17:33:26.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-07-21T17:33:26.697Z Compiling libefi-sys v0.1.0
37432026-07-21T17:33:26.701Z Compiling bitfield-struct v0.6.2
37442026-07-21T17:33:26.838Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37452026-07-21T17:33:26.847Z Compiling xshell-macros v0.2.7
37462026-07-21T17:33:26.856Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37472026-07-21T17:33:26.867Z Compiling salty v0.3.0
37482026-07-21T17:33:26.887Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37492026-07-21T17:33:26.897Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37502026-07-21T17:33:26.897Z Checking rfc6979 v0.4.0
37512026-07-21T17:33:27.018Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-07-21T17:33:27.033Z Checking ecdsa v0.16.9
37532026-07-21T17:33:27.168Z Checking primeorder v0.13.6
37542026-07-21T17:33:27.187Z Compiling proc-macro-error-attr2 v2.0.0
37552026-07-21T17:33:27.213Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37562026-07-21T17:33:27.227Z Checking xshell v0.2.7
37572026-07-21T17:33:27.382Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37582026-07-21T17:33:27.402Z Checking tungstenite v0.21.0
37592026-07-21T17:33:27.407Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37602026-07-21T17:33:27.407Z Checking p384 v0.13.1
37612026-07-21T17:33:27.421Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37622026-07-21T17:33:27.454Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37632026-07-21T17:33:27.519Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37642026-07-21T17:33:27.579Z Compiling num-derive v0.3.3
37652026-07-21T17:33:27.596Z Compiling proc-macro-error2 v2.0.1
37662026-07-21T17:33:27.691Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37672026-07-21T17:33:27.788Z Checking tokio-tungstenite v0.21.0
37682026-07-21T17:33:27.810Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37692026-07-21T17:33:27.879Z Checking papergrid v0.17.0
37702026-07-21T17:33:27.894Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37712026-07-21T17:33:27.908Z Compiling tabled_derive v0.11.0
37722026-07-21T17:33:27.925Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37732026-07-21T17:33:28.029Z Compiling progenitor-impl v0.13.0
37742026-07-21T17:33:28.068Z Checking testing_table v0.3.0
37752026-07-21T17:33:28.162Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37762026-07-21T17:33:28.186Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37772026-07-21T17:33:28.200Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37782026-07-21T17:33:28.390Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37792026-07-21T17:33:28.418Z Compiling unicase v2.9.0
37802026-07-21T17:33:28.505Z Checking libscf-sys v1.1.0
37812026-07-21T17:33:28.600Z Checking corncobs v0.1.4
37822026-07-21T17:33:28.619Z Compiling illumos-nvpair-sys v0.2.0
37832026-07-21T17:33:28.636Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37842026-07-21T17:33:28.712Z Compiling mime_guess v2.0.5
37852026-07-21T17:33:28.735Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37862026-07-21T17:33:28.842Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37872026-07-21T17:33:28.881Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37882026-07-21T17:33:28.908Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
37892026-07-21T17:33:28.933Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37902026-07-21T17:33:29.098Z Checking tabled v0.20.0
37912026-07-21T17:33:29.192Z Checking progenitor-client v0.13.0
37922026-07-21T17:33:29.325Z Checking secrecy v0.8.0
37932026-07-21T17:33:29.414Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37942026-07-21T17:33:29.452Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37952026-07-21T17:33:29.575Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37962026-07-21T17:33:29.779Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37972026-07-21T17:33:29.827Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
37982026-07-21T17:33:29.869Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37992026-07-21T17:33:29.938Z Checking filetime v0.2.27
38002026-07-21T17:33:29.966Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38012026-07-21T17:33:30.026Z Checking xattr v1.6.1
38022026-07-21T17:33:30.206Z Checking crc8 v0.1.1
38032026-07-21T17:33:30.252Z Checking http-range v0.1.5
38042026-07-21T17:33:30.264Z Checking tar v0.4.46
38052026-07-21T17:33:30.317Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38062026-07-21T17:33:30.513Z Checking illumos-nvpair v0.3.0
38072026-07-21T17:33:30.660Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38082026-07-21T17:33:30.718Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38092026-07-21T17:33:30.718Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38102026-07-21T17:33:30.718Z Compiling progenitor-macro v0.13.0
38112026-07-21T17:33:30.737Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38122026-07-21T17:33:30.774Z Checking atty v0.2.14
38132026-07-21T17:33:30.839Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38142026-07-21T17:33:31.051Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38152026-07-21T17:33:31.198Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38162026-07-21T17:33:31.317Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38172026-07-21T17:33:31.358Z Checking hyper-staticfile v0.10.1
38182026-07-21T17:33:31.376Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38192026-07-21T17:33:31.474Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38202026-07-21T17:33:31.547Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38212026-07-21T17:33:31.558Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38222026-07-21T17:33:31.676Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38232026-07-21T17:33:31.705Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38242026-07-21T17:33:31.904Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38252026-07-21T17:33:31.948Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38262026-07-21T17:33:32.160Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38272026-07-21T17:33:32.207Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38282026-07-21T17:33:32.483Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38292026-07-21T17:33:32.759Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38302026-07-21T17:33:33.629Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38312026-07-21T17:33:34.081Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38322026-07-21T17:33:34.490Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38332026-07-21T17:33:34.555Z Checking progenitor v0.13.0
38342026-07-21T17:33:34.686Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38352026-07-21T17:33:36.878Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38362026-07-21T17:33:40.100Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38372026-07-21T17:33:51.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.26s
38382026-07-21T17:33:51.380Z
38392026-07-21T17:33:51.380Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (205/302)
38402026-07-21T17:33:51.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-07-21T17:33:51.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-07-21T17:33:52.117Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38432026-07-21T17:34:02.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38442026-07-21T17:34:03.107Z
38452026-07-21T17:34:03.107Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (206/302)
38462026-07-21T17:34:03.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-07-21T17:34:03.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-07-21T17:34:03.838Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38492026-07-21T17:34:14.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38502026-07-21T17:34:14.835Z
38512026-07-21T17:34:14.835Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (207/302)
38522026-07-21T17:34:15.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-07-21T17:34:15.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-07-21T17:34:15.563Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38552026-07-21T17:34:26.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38562026-07-21T17:34:26.554Z
38572026-07-21T17:34:26.554Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (208/302)
38582026-07-21T17:34:27.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-07-21T17:34:27.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-07-21T17:34:27.280Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38612026-07-21T17:34:38.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
38622026-07-21T17:34:38.255Z
38632026-07-21T17:34:38.255Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (209/302)
38642026-07-21T17:34:38.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-07-21T17:34:38.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-07-21T17:34:38.986Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38672026-07-21T17:34:49.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.55s
38682026-07-21T17:34:50.018Z
38692026-07-21T17:34:50.018Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (210/302)
38702026-07-21T17:34:50.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-07-21T17:34:50.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-07-21T17:34:50.746Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38732026-07-21T17:35:01.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
38742026-07-21T17:35:01.759Z
38752026-07-21T17:35:01.759Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (211/302)
38762026-07-21T17:35:02.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-07-21T17:35:02.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-07-21T17:35:02.494Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38792026-07-21T17:35:13.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
38802026-07-21T17:35:13.487Z
38812026-07-21T17:35:13.487Zinfo: running `cargo check --bins` on bootstrap-agent-api (212/302)
38822026-07-21T17:35:13.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-07-21T17:35:13.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-07-21T17:35:13.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-07-21T17:35:13.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
38862026-07-21T17:35:14.026Z
38872026-07-21T17:35:14.026Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (213/302)
38882026-07-21T17:35:14.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-07-21T17:35:14.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-07-21T17:35:14.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-07-21T17:35:14.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
38922026-07-21T17:35:14.570Z
38932026-07-21T17:35:14.570Zinfo: running `cargo check --bins` on range-requests (214/302)
38942026-07-21T17:35:15.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-07-21T17:35:15.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-07-21T17:35:15.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-07-21T17:35:15.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38982026-07-21T17:35:15.104Z
38992026-07-21T17:35:15.104Zinfo: running `cargo check --bins` on repo-depot-api (215/302)
39002026-07-21T17:35:15.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-07-21T17:35:15.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-07-21T17:35:15.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-07-21T17:35:15.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39042026-07-21T17:35:15.639Z
39052026-07-21T17:35:15.639Zinfo: running `cargo check --bins` on sled-agent-api (216/302)
39062026-07-21T17:35:16.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-07-21T17:35:16.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-07-21T17:35:16.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-07-21T17:35:16.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39102026-07-21T17:35:16.199Z
39112026-07-21T17:35:16.199Zinfo: running `cargo check --bins` on sled-diagnostics (217/302)
39122026-07-21T17:35:16.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-07-21T17:35:16.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-07-21T17:35:16.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39152026-07-21T17:35:16.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39162026-07-21T17:35:16.752Z
39172026-07-21T17:35:16.752Zinfo: running `cargo check --bins` on zfs-test-harness (218/302)
39182026-07-21T17:35:17.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-07-21T17:35:17.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-07-21T17:35:17.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39212026-07-21T17:35:17.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39222026-07-21T17:35:17.310Z
39232026-07-21T17:35:17.310Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (219/302)
39242026-07-21T17:35:17.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-07-21T17:35:17.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-07-21T17:35:17.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-07-21T17:35:17.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39282026-07-21T17:35:17.885Z
39292026-07-21T17:35:17.885Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (220/302)
39302026-07-21T17:35:18.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-07-21T17:35:18.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-07-21T17:35:18.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-07-21T17:35:18.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39342026-07-21T17:35:18.439Z
39352026-07-21T17:35:18.439Zinfo: running `cargo check --bins` on sled-agent-early-networking (221/302)
39362026-07-21T17:35:18.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-07-21T17:35:18.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-07-21T17:35:18.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-07-21T17:35:18.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39402026-07-21T17:35:18.999Z
39412026-07-21T17:35:18.999Zinfo: running `cargo check --bins` on sled-agent-health-monitor (222/302)
39422026-07-21T17:35:19.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-07-21T17:35:19.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-07-21T17:35:19.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-07-21T17:35:19.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39462026-07-21T17:35:19.559Z
39472026-07-21T17:35:19.559Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (223/302)
39482026-07-21T17:35:20.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-07-21T17:35:20.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-07-21T17:35:20.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-07-21T17:35:20.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39522026-07-21T17:35:20.123Z
39532026-07-21T17:35:20.123Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (224/302)
39542026-07-21T17:35:20.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-07-21T17:35:20.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-07-21T17:35:20.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-07-21T17:35:20.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39582026-07-21T17:35:20.692Z
39592026-07-21T17:35:20.692Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (225/302)
39602026-07-21T17:35:21.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-07-21T17:35:21.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-07-21T17:35:21.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-07-21T17:35:21.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39642026-07-21T17:35:21.258Z
39652026-07-21T17:35:21.258Zinfo: running `cargo check --bins` on sled-agent-rack-setup (226/302)
39662026-07-21T17:35:21.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-07-21T17:35:21.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-07-21T17:35:21.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-07-21T17:35:21.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39702026-07-21T17:35:21.852Z
39712026-07-21T17:35:21.852Zinfo: running `cargo check --bins` on trust-quorum (227/302)
39722026-07-21T17:35:22.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-07-21T17:35:22.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-07-21T17:35:22.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-07-21T17:35:22.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39762026-07-21T17:35:22.423Z
39772026-07-21T17:35:22.423Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (228/302)
39782026-07-21T17:35:22.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-07-21T17:35:22.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-07-21T17:35:22.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39812026-07-21T17:35:22.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39822026-07-21T17:35:23.010Z
39832026-07-21T17:35:23.010Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (229/302)
39842026-07-21T17:35:23.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-07-21T17:35:23.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-07-21T17:35:23.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39872026-07-21T17:35:23.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39882026-07-21T17:35:23.614Z
39892026-07-21T17:35:23.614Zinfo: running `cargo check --bins` on update-common (230/302)
39902026-07-21T17:35:24.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-07-21T17:35:24.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-07-21T17:35:24.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39932026-07-21T17:35:24.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39942026-07-21T17:35:24.165Z
39952026-07-21T17:35:24.165Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/302)
39962026-07-21T17:35:24.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972026-07-21T17:35:24.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982026-07-21T17:35:24.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39992026-07-21T17:35:24.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40002026-07-21T17:35:24.765Z
40012026-07-21T17:35:24.765Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/302)
40022026-07-21T17:35:25.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-07-21T17:35:25.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-07-21T17:35:25.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40052026-07-21T17:35:25.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40062026-07-21T17:35:25.298Z
40072026-07-21T17:35:25.298Zinfo: running `cargo check --bins` on reconfigurator-cli (233/302)
40082026-07-21T17:35:25.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-07-21T17:35:25.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-07-21T17:35:26.030Z Compiling fs-err v2.11.0
40112026-07-21T17:35:26.033Z Checking ignore v0.4.25
40122026-07-21T17:35:26.033Z Checking arc-swap v1.8.2
40132026-07-21T17:35:26.163Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40142026-07-21T17:35:26.163Z Checking predicates-tree v1.0.13
40152026-07-21T17:35:26.171Z Checking parse-size v1.1.0
40162026-07-21T17:35:26.192Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40172026-07-21T17:35:26.195Z Checking rand_seeder v0.4.0
40182026-07-21T17:35:26.269Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40192026-07-21T17:35:26.290Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40202026-07-21T17:35:26.347Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40212026-07-21T17:35:26.359Z Checking slog-scope v4.4.1
40222026-07-21T17:35:26.402Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40232026-07-21T17:35:26.483Z Checking slog-stdlog v4.1.1
40242026-07-21T17:35:26.498Z Compiling petname v2.0.2
40252026-07-21T17:35:26.510Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40262026-07-21T17:35:26.540Z Checking globwalk v0.9.1
40272026-07-21T17:35:26.589Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40282026-07-21T17:35:26.605Z Checking slog-envlogger v2.2.0
40292026-07-21T17:35:26.701Z Checking camino-tempfile-ext v0.3.3
40302026-07-21T17:35:26.748Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40312026-07-21T17:35:26.786Z Checking sapling-renderdag v0.1.0
40322026-07-21T17:35:26.891Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40332026-07-21T17:35:26.951Z Checking subprocess v0.2.15
40342026-07-21T17:35:27.021Z Checking sync-ptr v0.1.4
40352026-07-21T17:35:27.106Z Checking colored v2.2.0
40362026-07-21T17:35:27.135Z Checking assert_matches v1.5.0
40372026-07-21T17:35:27.230Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40382026-07-21T17:35:27.404Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40392026-07-21T17:35:27.408Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40402026-07-21T17:35:28.030Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40412026-07-21T17:35:29.346Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40422026-07-21T17:35:31.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
40432026-07-21T17:35:31.729Z
40442026-07-21T17:35:31.729Zinfo: running `cargo check --bins` on omicron-repl-utils (234/302)
40452026-07-21T17:35:32.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40462026-07-21T17:35:32.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40472026-07-21T17:35:32.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40482026-07-21T17:35:32.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40492026-07-21T17:35:32.260Z
40502026-07-21T17:35:32.260Zinfo: running `cargo check --bins` on transient-dns-server (235/302)
40512026-07-21T17:35:32.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40522026-07-21T17:35:32.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40532026-07-21T17:35:32.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40542026-07-21T17:35:32.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40552026-07-21T17:35:32.816Z
40562026-07-21T17:35:32.816Zinfo: running `cargo check --bins` on nexus-test-interface (236/302)
40572026-07-21T17:35:33.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40582026-07-21T17:35:33.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40592026-07-21T17:35:33.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40602026-07-21T17:35:33.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40612026-07-21T17:35:33.416Z
40622026-07-21T17:35:33.416Zinfo: running `cargo check --bins` on oximeter-collector (237/302)
40632026-07-21T17:35:33.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-07-21T17:35:33.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-07-21T17:35:34.096Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40662026-07-21T17:35:34.096Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40672026-07-21T17:35:34.728Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40682026-07-21T17:35:36.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
40692026-07-21T17:35:36.524Z
40702026-07-21T17:35:36.524Zinfo: running `cargo check --bins` on oximeter-api (238/302)
40712026-07-21T17:35:36.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-07-21T17:35:36.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-07-21T17:35:36.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-07-21T17:35:36.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40752026-07-21T17:35:37.065Z
40762026-07-21T17:35:37.065Zinfo: running `cargo check --bins` on cert-dev (239/302)
40772026-07-21T17:35:37.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-07-21T17:35:37.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-07-21T17:35:37.628Z Checking yasna v0.5.2
40802026-07-21T17:35:38.029Z Checking rcgen v0.12.1
40812026-07-21T17:35:38.278Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40822026-07-21T17:35:38.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
40832026-07-21T17:35:38.632Z
40842026-07-21T17:35:38.632Zinfo: running `cargo check --bins` on clickana (240/302)
40852026-07-21T17:35:39.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-07-21T17:35:39.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-07-21T17:35:39.230Z Compiling instability v0.3.11
40882026-07-21T17:35:39.230Z Checking castaway v0.2.4
40892026-07-21T17:35:39.234Z Compiling indoc v2.0.7
40902026-07-21T17:35:39.234Z Checking unicode-truncate v1.1.0
40912026-07-21T17:35:39.234Z Checking lru v0.12.5
40922026-07-21T17:35:39.234Z Checking cassowary v0.3.0
40932026-07-21T17:35:39.429Z Checking compact_str v0.8.1
40942026-07-21T17:35:40.244Z Checking ratatui v0.29.0
40952026-07-21T17:35:41.315Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40962026-07-21T17:35:41.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
40972026-07-21T17:35:42.125Z
40982026-07-21T17:35:42.125Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/302)
40992026-07-21T17:35:42.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-07-21T17:35:42.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-07-21T17:35:42.804Z Checking headers-core v0.3.0
41022026-07-21T17:35:42.808Z Checking port-file v0.1.0
41032026-07-21T17:35:42.808Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41042026-07-21T17:35:43.014Z Checking headers v0.4.1
41052026-07-21T17:35:43.377Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41062026-07-21T17:35:44.319Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41072026-07-21T17:35:44.785Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41082026-07-21T17:35:45.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
41092026-07-21T17:35:45.368Z
41102026-07-21T17:35:45.368Zinfo: running `cargo check --bins` on ch-dev (242/302)
41112026-07-21T17:35:45.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-07-21T17:35:45.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-07-21T17:35:46.044Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41142026-07-21T17:35:46.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41152026-07-21T17:35:46.976Z
41162026-07-21T17:35:46.976Zinfo: running `cargo check --bins` on dev-tools-common (243/302)
41172026-07-21T17:35:47.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-07-21T17:35:47.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-07-21T17:35:47.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41202026-07-21T17:35:47.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41212026-07-21T17:35:47.371Z
41222026-07-21T17:35:47.371Zinfo: running `cargo check --bins` on corpus-adjust (244/302)
41232026-07-21T17:35:47.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-07-21T17:35:47.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-07-21T17:35:47.988Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41262026-07-21T17:35:48.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
41272026-07-21T17:35:48.462Z
41282026-07-21T17:35:48.462Zinfo: running `cargo check --bins` on crdb-seed (245/302)
41292026-07-21T17:35:48.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41302026-07-21T17:35:48.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41312026-07-21T17:35:49.127Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41322026-07-21T17:35:50.213Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41332026-07-21T17:35:50.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s
41342026-07-21T17:35:50.719Z
41352026-07-21T17:35:50.719Zinfo: running `cargo check --bins` on db-dev (246/302)
41362026-07-21T17:35:51.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-07-21T17:35:51.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-07-21T17:35:51.389Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41392026-07-21T17:35:52.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
41402026-07-21T17:35:52.323Z
41412026-07-21T17:35:52.323Zinfo: running `cargo check --bins` on omicron-dev-lib (247/302)
41422026-07-21T17:35:52.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-07-21T17:35:52.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-07-21T17:35:52.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41452026-07-21T17:35:52.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41462026-07-21T17:35:52.909Z
41472026-07-21T17:35:52.909Zinfo: running `cargo check --bins` on xtask-downloader (248/302)
41482026-07-21T17:35:53.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-07-21T17:35:53.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-07-21T17:35:53.476Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41512026-07-21T17:35:54.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
41522026-07-21T17:35:54.332Z
41532026-07-21T17:35:54.332Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/302)
41542026-07-21T17:35:54.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-07-21T17:35:54.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-07-21T17:35:55.033Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41572026-07-21T17:35:55.033Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41582026-07-21T17:35:55.033Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41592026-07-21T17:35:55.036Z Checking git-stub v1.0.0
41602026-07-21T17:35:55.036Z Compiling trait-variant v0.1.2
41612026-07-21T17:35:55.164Z Checking is_ci v1.2.0
41622026-07-21T17:35:55.174Z Checking maplit v1.0.2
41632026-07-21T17:35:55.211Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41642026-07-21T17:35:55.272Z Checking drift v0.2.0
41652026-07-21T17:35:55.280Z Checking supports-color v3.0.2
41662026-07-21T17:35:55.300Z Checking git-stub-vcs v0.1.0
41672026-07-21T17:35:55.401Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41682026-07-21T17:35:55.416Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41692026-07-21T17:35:55.430Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41702026-07-21T17:35:55.488Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41712026-07-21T17:35:55.625Z Checking dropshot-api-manager v0.7.2
41722026-07-21T17:35:55.639Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41732026-07-21T17:35:55.695Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41742026-07-21T17:35:55.893Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41752026-07-21T17:35:56.356Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
41762026-07-21T17:35:56.363Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
41772026-07-21T17:35:56.429Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41782026-07-21T17:35:57.399Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41792026-07-21T17:35:58.394Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41802026-07-21T17:35:59.078Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41812026-07-21T17:35:59.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.17s
41822026-07-21T17:35:59.702Z
41832026-07-21T17:35:59.703Zinfo: running `cargo check --bins` on installinator-api (250/302)
41842026-07-21T17:36:00.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41852026-07-21T17:36:00.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41862026-07-21T17:36:00.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41872026-07-21T17:36:00.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41882026-07-21T17:36:00.244Z
41892026-07-21T17:36:00.244Zinfo: running `cargo check --bins` on nexus-external-api (251/302)
41902026-07-21T17:36:00.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-07-21T17:36:00.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-07-21T17:36:00.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932026-07-21T17:36:00.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41942026-07-21T17:36:00.836Z
41952026-07-21T17:36:00.837Zinfo: running `cargo check --bins` on nexus-internal-api (252/302)
41962026-07-21T17:36:01.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-07-21T17:36:01.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-07-21T17:36:01.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-07-21T17:36:01.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42002026-07-21T17:36:01.410Z
42012026-07-21T17:36:01.410Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/302)
42022026-07-21T17:36:01.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-07-21T17:36:01.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-07-21T17:36:01.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-07-21T17:36:01.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42062026-07-21T17:36:01.986Z
42072026-07-21T17:36:01.986Zinfo: running `cargo check --bins` on ntp-admin-api (254/302)
42082026-07-21T17:36:02.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-07-21T17:36:02.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-07-21T17:36:02.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-07-21T17:36:02.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42122026-07-21T17:36:02.529Z
42132026-07-21T17:36:02.529Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/302)
42142026-07-21T17:36:02.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-07-21T17:36:02.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-07-21T17:36:02.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-07-21T17:36:02.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42182026-07-21T17:36:03.061Z
42192026-07-21T17:36:03.061Zinfo: running `cargo check --bins` on wicketd-api (256/302)
42202026-07-21T17:36:03.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-07-21T17:36:03.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-07-21T17:36:03.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-07-21T17:36:03.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42242026-07-21T17:36:03.667Z
42252026-07-21T17:36:03.667Zinfo: running `cargo check --bins` on wicketd-commission-api (257/302)
42262026-07-21T17:36:04.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-07-21T17:36:04.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-07-21T17:36:04.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-07-21T17:36:04.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42302026-07-21T17:36:04.170Z
42312026-07-21T17:36:04.170Zinfo: running `cargo check --bins` on omicron-ls-apis (258/302)
42322026-07-21T17:36:04.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-07-21T17:36:04.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-07-21T17:36:04.750Z Compiling blake3 v1.8.5
42352026-07-21T17:36:04.978Z Checking arrayvec v0.7.6
42362026-07-21T17:36:05.135Z Checking arrayref v0.3.9
42372026-07-21T17:36:05.135Z Checking constant_time_eq v0.4.2
42382026-07-21T17:36:05.135Z Checking cargo-platform v0.3.2
42392026-07-21T17:36:05.135Z Checking topological-sort v0.2.2
42402026-07-21T17:36:05.135Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42412026-07-21T17:36:05.448Z Checking cargo_metadata v0.23.1
42422026-07-21T17:36:05.755Z Checking omicron-zone-package v0.12.3
42432026-07-21T17:36:06.466Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42442026-07-21T17:36:07.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
42452026-07-21T17:36:07.506Z
42462026-07-21T17:36:07.506Zinfo: running `cargo check --bins` on mgs-dev (259/302)
42472026-07-21T17:36:07.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-07-21T17:36:07.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-07-21T17:36:08.155Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-07-21T17:36:08.841Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42512026-07-21T17:36:09.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
42522026-07-21T17:36:09.441Z
42532026-07-21T17:36:09.441Zinfo: running `cargo check --bins` on omicron-omdb (260/302)
42542026-07-21T17:36:10.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-07-21T17:36:10.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-07-21T17:36:10.399Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42572026-07-21T17:36:10.399Z Compiling vergen-lib v0.1.6
42582026-07-21T17:36:10.399Z Compiling diesel_derives v2.3.7
42592026-07-21T17:36:10.399Z Compiling dsl_auto_type v0.2.0
42602026-07-21T17:36:10.399Z Checking scheduled-thread-pool v0.2.7
42612026-07-21T17:36:10.399Z Compiling vergen-gitcl v1.0.8
42622026-07-21T17:36:10.417Z Compiling diesel_table_macro_syntax v0.3.0
42632026-07-21T17:36:10.587Z Compiling dirs-sys-next v0.1.2
42642026-07-21T17:36:10.684Z Compiling crunchy v0.2.4
42652026-07-21T17:36:10.773Z Compiling glob v0.3.3
42662026-07-21T17:36:10.821Z Checking r2d2 v0.8.10
42672026-07-21T17:36:10.854Z Compiling dirs-next v2.0.0
42682026-07-21T17:36:10.870Z Checking downcast-rs v2.0.2
42692026-07-21T17:36:10.952Z Compiling tiny-keccak v2.0.2
42702026-07-21T17:36:10.970Z Compiling term v0.7.0
42712026-07-21T17:36:11.005Z Compiling bit-vec v0.6.3
42722026-07-21T17:36:11.163Z Compiling clang-sys v1.8.1
42732026-07-21T17:36:11.217Z Compiling bit-set v0.5.3
42742026-07-21T17:36:11.232Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42752026-07-21T17:36:11.378Z Compiling ascii-canvas v3.0.0
42762026-07-21T17:36:11.460Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42772026-07-21T17:36:11.534Z Compiling itertools v0.10.5
42782026-07-21T17:36:11.569Z Compiling ena v0.14.4
42792026-07-21T17:36:11.591Z Compiling libloading v0.8.9
42802026-07-21T17:36:11.612Z Compiling diff v0.1.13
42812026-07-21T17:36:11.618Z Compiling regex-syntax v0.6.29
42822026-07-21T17:36:11.692Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42832026-07-21T17:36:11.782Z Compiling bindgen v0.71.1
42842026-07-21T17:36:11.914Z Compiling cexpr v0.6.0
42852026-07-21T17:36:15.234Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-07-21T17:36:15.338Z Compiling rustc-hash v2.1.1
42872026-07-21T17:36:15.338Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42882026-07-21T17:36:15.338Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-07-21T17:36:15.338Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42902026-07-21T17:36:15.338Z Compiling libxml v0.3.3
42912026-07-21T17:36:15.338Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42922026-07-21T17:36:15.338Z Compiling strum_macros v0.24.3
42932026-07-21T17:36:15.338Z Compiling indoc v1.0.9
42942026-07-21T17:36:15.371Z Compiling lalrpop v0.19.12
42952026-07-21T17:36:15.371Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42962026-07-21T17:36:15.371Z Checking derive_builder v0.20.2
42972026-07-21T17:36:15.371Z Compiling oso-derive v0.27.3
42982026-07-21T17:36:15.371Z Checking quick-xml v0.37.5
42992026-07-21T17:36:15.372Z Compiling impl-trait-for-tuples v0.2.3
43002026-07-21T17:36:15.372Z Checking openssl-probe v0.1.6
43012026-07-21T17:36:15.373Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43022026-07-21T17:36:15.373Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43032026-07-21T17:36:15.397Z Checking bb8 v0.8.6
43042026-07-21T17:36:15.479Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43052026-07-21T17:36:15.520Z Checking nonempty v0.12.0
43062026-07-21T17:36:15.648Z Compiling libz-sys v1.1.24
43072026-07-21T17:36:15.700Z Compiling strsim v0.10.0
43082026-07-21T17:36:15.721Z Compiling libgit2-sys v0.18.3+1.9.2
43092026-07-21T17:36:15.876Z Compiling darling_core v0.13.4
43102026-07-21T17:36:16.103Z Compiling vergen-git2 v9.1.0
43112026-07-21T17:36:16.285Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43122026-07-21T17:36:16.338Z Compiling base64 v0.21.7
43132026-07-21T17:36:16.449Z Checking diesel v2.3.7
43142026-07-21T17:36:16.526Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43152026-07-21T17:36:16.667Z Compiling ron v0.8.1
43162026-07-21T17:36:17.559Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43172026-07-21T17:36:17.645Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43182026-07-21T17:36:17.788Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43192026-07-21T17:36:17.810Z Compiling darling_macro v0.13.4
43202026-07-21T17:36:17.992Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43212026-07-21T17:36:18.197Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43222026-07-21T17:36:18.302Z Compiling darling v0.13.4
43232026-07-21T17:36:18.396Z Compiling serde_with_macros v1.5.2
43242026-07-21T17:36:18.414Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43252026-07-21T17:36:18.630Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43262026-07-21T17:36:18.828Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43272026-07-21T17:36:18.882Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43282026-07-21T17:36:19.033Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43292026-07-21T17:36:19.255Z Compiling serde_with v1.14.0
43302026-07-21T17:36:20.453Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43312026-07-21T17:36:20.538Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43322026-07-21T17:36:20.805Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43332026-07-21T17:36:21.476Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43342026-07-21T17:36:21.691Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43352026-07-21T17:36:21.977Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43362026-07-21T17:36:22.157Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43372026-07-21T17:36:22.196Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43382026-07-21T17:36:22.436Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43392026-07-21T17:36:22.892Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43402026-07-21T17:36:23.242Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43412026-07-21T17:36:23.257Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-07-21T17:36:23.286Z Checking twox-hash v2.1.2
43432026-07-21T17:36:23.458Z Checking libsw-core v0.3.2
43442026-07-21T17:36:23.594Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43452026-07-21T17:36:23.611Z Checking libsw v3.5.0
43462026-07-21T17:36:23.791Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43472026-07-21T17:36:23.810Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43482026-07-21T17:36:24.173Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43492026-07-21T17:36:24.329Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43502026-07-21T17:36:25.476Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43512026-07-21T17:36:25.622Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43522026-07-21T17:36:25.809Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43532026-07-21T17:36:26.145Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43542026-07-21T17:36:26.510Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43552026-07-21T17:36:26.715Z Checking console v0.16.2
43562026-07-21T17:36:27.028Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43572026-07-21T17:36:27.132Z Checking fatfs v0.3.6
43582026-07-21T17:36:27.172Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43592026-07-21T17:36:27.604Z Compiling seq-macro v0.3.6
43602026-07-21T17:36:28.136Z Checking unit-prefix v0.5.2
43612026-07-21T17:36:28.272Z Checking indicatif v0.18.4
43622026-07-21T17:36:28.547Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43632026-07-21T17:36:28.671Z Checking oxide-update-engine-display v0.1.2
43642026-07-21T17:36:28.786Z Checking support-bundle-viewer v0.1.2
43652026-07-21T17:36:28.973Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43662026-07-21T17:36:29.033Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
43672026-07-21T17:36:29.155Z Checking multimap v0.10.1
43682026-07-21T17:36:34.861Z Checking diesel-dtrace v0.5.0
43692026-07-21T17:36:35.111Z Checking async-bb8-diesel v0.2.1
43702026-07-21T17:36:38.024Z Compiling samael v0.0.19
43712026-07-21T17:36:43.534Z Compiling git2 v0.20.4
43722026-07-21T17:36:44.721Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43732026-07-21T17:36:45.890Z Compiling polar-core v0.27.3
43742026-07-21T17:36:45.980Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43752026-07-21T17:36:50.440Z Checking oso v0.27.3
43762026-07-21T17:37:19.950Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43772026-07-21T17:38:34.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
43782026-07-21T17:38:34.871Z
43792026-07-21T17:38:34.871Zinfo: running `cargo check --bins` on nexus-networking (261/302)
43802026-07-21T17:38:35.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-07-21T17:38:35.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-07-21T17:38:35.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43832026-07-21T17:38:35.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43842026-07-21T17:38:35.523Z
43852026-07-21T17:38:35.523Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (262/302)
43862026-07-21T17:38:36.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-07-21T17:38:36.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-07-21T17:38:36.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43892026-07-21T17:38:36.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43902026-07-21T17:38:36.139Z
43912026-07-21T17:38:36.139Zinfo: running `cargo check --bins` on nexus-saga-recovery (263/302)
43922026-07-21T17:38:36.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43932026-07-21T17:38:36.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43942026-07-21T17:38:36.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43952026-07-21T17:38:36.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43962026-07-21T17:38:36.757Z
43972026-07-21T17:38:36.757Zinfo: running `cargo check --bins` on nexus-test-utils-macros (264/302)
43982026-07-21T17:38:37.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-07-21T17:38:37.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-07-21T17:38:37.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44012026-07-21T17:38:37.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44022026-07-21T17:38:37.304Z
44032026-07-21T17:38:37.304Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (265/302)
44042026-07-21T17:38:37.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44052026-07-21T17:38:37.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44062026-07-21T17:38:38.114Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44072026-07-21T17:38:38.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
44082026-07-21T17:38:39.069Z
44092026-07-21T17:38:39.070Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (266/302)
44102026-07-21T17:38:39.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44112026-07-21T17:38:39.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44122026-07-21T17:38:39.868Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44132026-07-21T17:39:18.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.49s
44142026-07-21T17:39:18.783Z
44152026-07-21T17:39:18.783Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (267/302)
44162026-07-21T17:39:19.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-07-21T17:39:19.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-07-21T17:39:19.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44192026-07-21T17:39:19.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44202026-07-21T17:39:19.328Z
44212026-07-21T17:39:19.328Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (268/302)
44222026-07-21T17:39:19.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-07-21T17:39:19.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-07-21T17:39:19.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44252026-07-21T17:39:19.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44262026-07-21T17:39:19.869Z
44272026-07-21T17:39:19.869Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (269/302)
44282026-07-21T17:39:20.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-07-21T17:39:20.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-07-21T17:39:20.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-07-21T17:39:20.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44322026-07-21T17:39:20.465Z
44332026-07-21T17:39:20.465Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (270/302)
44342026-07-21T17:39:20.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-07-21T17:39:20.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-07-21T17:39:20.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-07-21T17:39:20.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44382026-07-21T17:39:21.083Z
44392026-07-21T17:39:21.084Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (271/302)
44402026-07-21T17:39:21.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-07-21T17:39:21.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-07-21T17:39:21.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44432026-07-21T17:39:21.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44442026-07-21T17:39:21.688Z
44452026-07-21T17:39:21.688Zinfo: running `cargo check --bins` on nexus-mgs-updates (272/302)
44462026-07-21T17:39:22.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-07-21T17:39:22.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-07-21T17:39:22.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-07-21T17:39:22.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44502026-07-21T17:39:22.289Z
44512026-07-21T17:39:22.289Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (273/302)
44522026-07-21T17:39:22.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-07-21T17:39:22.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-07-21T17:39:22.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-07-21T17:39:22.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44562026-07-21T17:39:22.907Z
44572026-07-21T17:39:22.907Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (274/302)
44582026-07-21T17:39:23.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-07-21T17:39:23.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-07-21T17:39:23.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-07-21T17:39:23.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44622026-07-21T17:39:23.524Z
44632026-07-21T17:39:23.524Zinfo: running `cargo check --bins` on nexus-switch-config (275/302)
44642026-07-21T17:39:24.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-07-21T17:39:24.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-07-21T17:39:24.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44672026-07-21T17:39:24.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44682026-07-21T17:39:24.117Z
44692026-07-21T17:39:24.117Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (276/302)
44702026-07-21T17:39:24.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-07-21T17:39:24.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-07-21T17:39:24.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-07-21T17:39:24.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44742026-07-21T17:39:24.726Z
44752026-07-21T17:39:24.726Zinfo: running `cargo check --bins` on support-bundle-collection (277/302)
44762026-07-21T17:39:25.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-07-21T17:39:25.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-07-21T17:39:25.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44792026-07-21T17:39:25.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44802026-07-21T17:39:25.338Z
44812026-07-21T17:39:25.338Zinfo: running `cargo check --bins` on omicron-dev (278/302)
44822026-07-21T17:39:25.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-07-21T17:39:25.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-07-21T17:39:26.198Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44852026-07-21T17:39:26.198Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44862026-07-21T17:39:26.383Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44872026-07-21T17:39:26.386Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44882026-07-21T17:39:26.386Z Checking yansi v1.0.1
44892026-07-21T17:39:26.386Z Checking diff v0.1.13
44902026-07-21T17:39:26.386Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44912026-07-21T17:39:26.386Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44922026-07-21T17:39:26.703Z Checking pretty_assertions v1.4.1
44932026-07-21T17:39:27.439Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44942026-07-21T17:39:27.481Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44952026-07-21T17:39:52.467Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44962026-07-21T17:39:52.471Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44972026-07-21T17:39:52.471Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44982026-07-21T17:39:52.471Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44992026-07-21T17:39:52.471Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45002026-07-21T17:39:52.471Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45012026-07-21T17:39:52.471Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45022026-07-21T17:39:53.275Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45032026-07-21T17:39:53.279Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45042026-07-21T17:39:54.516Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45052026-07-21T17:40:32.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
45062026-07-21T17:40:32.704Z
45072026-07-21T17:40:32.704Zinfo: running `cargo check --bins` on omicron-pins (279/302)
45082026-07-21T17:40:33.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-07-21T17:40:33.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-07-21T17:40:33.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45112026-07-21T17:40:33.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
45122026-07-21T17:40:33.245Z
45132026-07-21T17:40:33.245Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (280/302)
45142026-07-21T17:40:33.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-07-21T17:40:33.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-07-21T17:40:33.994Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45172026-07-21T17:40:34.120Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45182026-07-21T17:40:34.128Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45192026-07-21T17:41:01.407Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45202026-07-21T17:41:01.785Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45212026-07-21T17:41:03.543Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45222026-07-21T17:41:03.985Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45232026-07-21T17:41:07.122Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45242026-07-21T17:41:30.973Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45252026-07-21T17:41:31.666Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45262026-07-21T17:41:33.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
45272026-07-21T17:41:33.496Z
45282026-07-21T17:41:33.496Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (281/302)
45292026-07-21T17:41:33.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-07-21T17:41:33.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-07-21T17:41:34.172Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45322026-07-21T17:41:34.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45332026-07-21T17:41:35.025Z
45342026-07-21T17:41:35.025Zinfo: running `cargo check --bins` on omicron-releng (282/302)
45352026-07-21T17:41:35.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-07-21T17:41:35.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-07-21T17:41:35.639Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45382026-07-21T17:41:35.664Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45392026-07-21T17:41:35.747Z Checking digest-io v0.1.0
45402026-07-21T17:41:35.751Z Checking sha2 v0.11.0
45412026-07-21T17:41:35.769Z Checking rawzip v0.4.4
45422026-07-21T17:41:35.776Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45432026-07-21T17:41:35.779Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45442026-07-21T17:41:35.779Z Checking shell-words v1.1.1
45452026-07-21T17:41:36.217Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45462026-07-21T17:41:36.417Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
45472026-07-21T17:41:37.454Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45482026-07-21T17:41:38.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s
45492026-07-21T17:41:38.672Z
45502026-07-21T17:41:38.672Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (283/302)
45512026-07-21T17:41:39.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-07-21T17:41:39.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-07-21T17:41:39.274Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45542026-07-21T17:41:39.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s
45552026-07-21T17:41:39.955Z
45562026-07-21T17:41:39.955Zinfo: running `cargo check --bins` on schema (284/302)
45572026-07-21T17:41:40.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-07-21T17:41:40.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-07-21T17:41:40.648Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45602026-07-21T17:41:41.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45612026-07-21T17:41:41.540Z
45622026-07-21T17:41:41.540Zinfo: running `cargo check --bins` on xtask (285/302)
45632026-07-21T17:41:41.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-07-21T17:41:41.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-07-21T17:41:41.947Z Checking serde_core v1.0.228
45662026-07-21T17:41:41.947Z Checking libc v0.2.185
45672026-07-21T17:41:41.947Z Checking bitflags v2.11.0
45682026-07-21T17:41:42.026Z Checking scroll v0.12.0
45692026-07-21T17:41:42.035Z Checking thiserror v1.0.69
45702026-07-21T17:41:42.058Z Checking log v0.4.29
45712026-07-21T17:41:42.070Z Checking indexmap v2.14.0
45722026-07-21T17:41:42.070Z Checking zerocopy v0.7.35
45732026-07-21T17:41:42.116Z Checking syn v2.0.117
45742026-07-21T17:41:42.163Z Checking dtrace-parser v0.2.0
45752026-07-21T17:41:42.185Z Checking once_cell v1.21.3
45762026-07-21T17:41:42.247Z Checking goblin v0.8.2
45772026-07-21T17:41:42.306Z Checking errno v0.3.14
45782026-07-21T17:41:42.349Z Checking thread-id v4.2.2
45792026-07-21T17:41:42.401Z Checking getrandom v0.4.1
45802026-07-21T17:41:42.412Z Checking rustix v1.1.3
45812026-07-21T17:41:42.443Z Checking memmap v0.7.0
45822026-07-21T17:41:42.529Z Checking thiserror v2.0.18
45832026-07-21T17:41:42.540Z Checking fs-err v3.3.0
45842026-07-21T17:41:42.564Z Checking tabled v0.15.0
45852026-07-21T17:41:42.577Z Checking anyhow v1.0.102
45862026-07-21T17:41:43.207Z Checking terminal_size v0.4.3
45872026-07-21T17:41:43.208Z Checking tempfile v3.25.0
45882026-07-21T17:41:43.291Z Checking clap_builder v4.6.0
45892026-07-21T17:41:43.291Z Checking textwrap v0.16.2
45902026-07-21T17:41:43.494Z Checking serde v1.0.228
45912026-07-21T17:41:43.526Z Checking serde_json v1.0.150
45922026-07-21T17:41:43.526Z Checking camino v1.2.2
45932026-07-21T17:41:43.526Z Checking cargo-platform v0.3.2
45942026-07-21T17:41:43.657Z Checking semver v1.0.28
45952026-07-21T17:41:43.728Z Checking camino-tempfile v1.4.1
45962026-07-21T17:41:43.888Z Checking serde_spanned v0.6.9
45972026-07-21T17:41:43.889Z Checking toml_datetime v0.6.11
45982026-07-21T17:41:43.905Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45992026-07-21T17:41:43.905Z Checking macaddr v1.0.1
46002026-07-21T17:41:44.097Z Checking toml_edit v0.22.27
46012026-07-21T17:41:44.153Z Checking dof v0.3.0
46022026-07-21T17:41:44.153Z Checking cargo_metadata v0.23.1
46032026-07-21T17:41:44.356Z Checking usdt-impl v0.5.0
46042026-07-21T17:41:44.522Z Checking clap v4.6.1
46052026-07-21T17:41:44.662Z Checking usdt v0.5.0
46062026-07-21T17:41:45.048Z Checking toml v0.8.23
46072026-07-21T17:41:45.318Z Checking cargo_toml v0.21.0
46082026-07-21T17:41:45.951Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46092026-07-21T17:41:46.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
46102026-07-21T17:41:46.462Z
46112026-07-21T17:41:46.462Zinfo: running `cargo check --bins` on dnsadm (286/302)
46122026-07-21T17:41:46.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46132026-07-21T17:41:46.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46142026-07-21T17:41:47.062Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46152026-07-21T17:41:47.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
46162026-07-21T17:41:47.692Z
46172026-07-21T17:41:47.692Zinfo: running `cargo check --bins` on end-to-end-tests (287/302)
46182026-07-21T17:41:48.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-07-21T17:41:48.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-07-21T17:41:48.487Z Checking cpubits v0.1.1
46212026-07-21T17:41:48.610Z Checking pem-rfc7468 v1.0.0
46222026-07-21T17:41:48.615Z Checking hmac v0.13.0
46232026-07-21T17:41:48.615Z Checking universal-hash v0.6.1
46242026-07-21T17:41:48.638Z Checking ctr v0.10.1
46252026-07-21T17:41:48.639Z Checking aead v0.6.1
46262026-07-21T17:41:48.729Z Checking aes v0.9.1
46272026-07-21T17:41:48.757Z Checking crypto-bigint v0.7.5
46282026-07-21T17:41:48.757Z Checking salsa20 v0.11.0
46292026-07-21T17:41:48.758Z Checking polyval v0.7.1
46302026-07-21T17:41:48.758Z Checking der v0.8.0
46312026-07-21T17:41:48.764Z Checking pbkdf2 v0.13.0
46322026-07-21T17:41:48.785Z Checking cbc v0.2.1
46332026-07-21T17:41:48.843Z Checking ff v0.14.0
46342026-07-21T17:41:48.850Z Checking signature v3.0.0
46352026-07-21T17:41:49.046Z Checking scrypt v0.12.0
46362026-07-21T17:41:49.151Z Checking ghash v0.6.0
46372026-07-21T17:41:49.151Z Checking base16ct v1.0.0
46382026-07-21T17:41:49.151Z Checking group v0.14.0
46392026-07-21T17:41:49.151Z Checking hkdf v0.13.0
46402026-07-21T17:41:49.151Z Checking rfc6979 v0.5.0
46412026-07-21T17:41:49.151Z Compiling curve25519-dalek v5.0.0-rc.0
46422026-07-21T17:41:49.151Z Checking poly1305 v0.9.0
46432026-07-21T17:41:49.151Z Checking aes-gcm v0.11.0
46442026-07-21T17:41:49.186Z Checking blowfish v0.10.0
46452026-07-21T17:41:49.186Z Checking blake2 v0.11.0-rc.6
46462026-07-21T17:41:49.203Z Checking keccak v0.2.0
46472026-07-21T17:41:49.273Z Checking fiat-crypto v0.3.0
46482026-07-21T17:41:49.316Z Checking bcrypt-pbkdf v0.11.0
46492026-07-21T17:41:49.329Z Checking sha3 v0.11.0
46502026-07-21T17:41:49.379Z Checking kem v0.3.0
46512026-07-21T17:41:49.425Z Checking argon2 v0.6.0-rc.8
46522026-07-21T17:41:49.458Z Checking module-lattice v0.2.3
46532026-07-21T17:41:49.486Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46542026-07-21T17:41:49.610Z Checking spki v0.8.0
46552026-07-21T17:41:49.696Z Checking sec1 v0.8.1
46562026-07-21T17:41:49.724Z Checking ml-kem v0.3.2
46572026-07-21T17:41:49.724Z Checking internal-russh-num-bigint v0.5.0
46582026-07-21T17:41:49.744Z Checking num-bigint v0.4.6
46592026-07-21T17:41:49.744Z Checking pkcs5 v0.8.1
46602026-07-21T17:41:49.924Z Checking pkcs1 v0.8.0-rc.4
46612026-07-21T17:41:50.045Z Checking pkcs8 v0.11.0
46622026-07-21T17:41:50.079Z Checking generic-array v1.4.3
46632026-07-21T17:41:50.266Z Checking ed25519 v3.0.0
46642026-07-21T17:41:50.435Z Compiling enum_dispatch v0.3.13
46652026-07-21T17:41:50.525Z Checking ed25519-dalek v3.0.0-rc.0
46662026-07-21T17:41:50.542Z Checking russh-util v0.52.0
46672026-07-21T17:41:50.542Z Compiling delegate v0.13.5
46682026-07-21T17:41:50.542Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46692026-07-21T17:41:50.635Z Checking hex-literal v1.1.0
46702026-07-21T17:41:50.668Z Checking md5 v0.8.0
46712026-07-21T17:41:50.684Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46722026-07-21T17:41:50.699Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46732026-07-21T17:41:50.797Z Checking socket2 v0.5.10
46742026-07-21T17:41:50.893Z Checking internet-checksum v0.2.1
46752026-07-21T17:41:50.971Z Checking elliptic-curve v0.14.0-rc.33
46762026-07-21T17:41:51.078Z Checking primefield v0.14.0
46772026-07-21T17:41:51.119Z Checking ssh-encoding v0.3.0-rc.9
46782026-07-21T17:41:51.119Z Checking crypto-primes v0.7.2
46792026-07-21T17:41:51.194Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46802026-07-21T17:41:51.263Z Checking ssh-cipher v0.3.0-rc.9
46812026-07-21T17:41:51.325Z Checking russh-cryptovec v0.61.0
46822026-07-21T17:41:51.424Z Checking ecdsa v0.17.0-rc.18
46832026-07-21T17:41:51.436Z Checking primeorder v0.14.0-rc.10
46842026-07-21T17:41:51.863Z Checking p256 v0.14.0-rc.10
46852026-07-21T17:41:51.880Z Checking p521 v0.14.0-rc.10
46862026-07-21T17:41:52.120Z Checking rsa v0.10.0-rc.18
46872026-07-21T17:41:54.117Z Checking p384 v0.14.0-rc.10
46882026-07-21T17:41:56.027Z Checking ssh-key v0.7.0-rc.10
46892026-07-21T17:41:56.801Z Checking russh v0.61.2
46902026-07-21T17:42:09.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.34s
46912026-07-21T17:42:09.995Z
46922026-07-21T17:42:09.996Zinfo: running `cargo check --bins` on gateway-cli (288/302)
46932026-07-21T17:42:09.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46942026-07-21T17:42:09.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46952026-07-21T17:42:09.996Z Checking termios v0.3.3
46962026-07-21T17:42:10.056Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46972026-07-21T17:42:10.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
46982026-07-21T17:42:10.790Z
46992026-07-21T17:42:10.790Zinfo: running `cargo check --bins --no-default-features` on installinator (289/302)
47002026-07-21T17:42:11.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-07-21T17:42:11.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-07-21T17:42:11.436Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47032026-07-21T17:42:12.142Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47042026-07-21T17:42:13.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
47052026-07-21T17:42:13.990Z
47062026-07-21T17:42:13.990Zinfo: running `cargo check --bins` on internal-dns-cli (290/302)
47072026-07-21T17:42:14.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47082026-07-21T17:42:14.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47092026-07-21T17:42:14.565Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47102026-07-21T17:42:14.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
47112026-07-21T17:42:15.166Z
47122026-07-21T17:42:15.166Zinfo: running `cargo check --bins` on omicron-live-tests (291/302)
47132026-07-21T17:42:15.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-07-21T17:42:15.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-07-21T17:42:15.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47162026-07-21T17:42:15.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47172026-07-21T17:42:15.693Z
47182026-07-21T17:42:15.693Zinfo: running `cargo check --bins` on live-tests-macros (292/302)
47192026-07-21T17:42:16.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47202026-07-21T17:42:16.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47212026-07-21T17:42:16.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47222026-07-21T17:42:16.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47232026-07-21T17:42:16.235Z
47242026-07-21T17:42:16.235Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (293/302)
47252026-07-21T17:42:16.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47262026-07-21T17:42:16.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47272026-07-21T17:42:16.963Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47282026-07-21T17:42:17.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
47292026-07-21T17:42:17.733Z
47302026-07-21T17:42:17.733Zinfo: running `cargo check --bins` on omicron-ntp-admin (294/302)
47312026-07-21T17:42:18.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47322026-07-21T17:42:18.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47332026-07-21T17:42:18.343Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47342026-07-21T17:42:18.354Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47352026-07-21T17:42:19.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
47362026-07-21T17:42:19.412Z
47372026-07-21T17:42:19.412Zinfo: running `cargo check --bins` on ntp-admin-types (295/302)
47382026-07-21T17:42:19.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47392026-07-21T17:42:19.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47402026-07-21T17:42:19.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47412026-07-21T17:42:19.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47422026-07-21T17:42:19.943Z
47432026-07-21T17:42:19.943Zinfo: running `cargo check --bins` on omicron-package (296/302)
47442026-07-21T17:42:20.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47452026-07-21T17:42:20.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47462026-07-21T17:42:20.595Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47472026-07-21T17:42:21.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
47482026-07-21T17:42:21.909Z
47492026-07-21T17:42:21.909Zinfo: running `cargo check --bins` on tqdb (297/302)
47502026-07-21T17:42:22.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47512026-07-21T17:42:22.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47522026-07-21T17:42:22.600Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47532026-07-21T17:42:22.960Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47542026-07-21T17:42:23.490Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47552026-07-21T17:42:23.490Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47562026-07-21T17:42:29.623Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47572026-07-21T17:42:29.624Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47582026-07-21T17:42:30.167Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47592026-07-21T17:42:30.205Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47602026-07-21T17:42:30.205Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47612026-07-21T17:42:30.205Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47622026-07-21T17:42:30.978Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47632026-07-21T17:42:32.003Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47642026-07-21T17:42:32.823Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47652026-07-21T17:42:33.432Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47662026-07-21T17:42:38.290Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47672026-07-21T17:42:45.032Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47682026-07-21T17:42:45.040Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47692026-07-21T17:42:45.040Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47702026-07-21T17:42:45.045Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47712026-07-21T17:42:46.505Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47722026-07-21T17:42:47.896Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47732026-07-21T17:42:48.513Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47742026-07-21T17:42:49.775Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47752026-07-21T17:42:50.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.44s
47762026-07-21T17:42:50.496Z
47772026-07-21T17:42:50.496Zinfo: running `cargo check --bins` on wicket-dbg (298/302)
47782026-07-21T17:42:51.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47792026-07-21T17:42:51.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47802026-07-21T17:42:51.208Z Checking rtoolbox v0.0.3
47812026-07-21T17:42:51.296Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47822026-07-21T17:42:51.296Z Checking tui-tree-widget v0.23.1
47832026-07-21T17:42:51.374Z Checking rpassword v7.5.4
47842026-07-21T17:42:54.360Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47852026-07-21T17:42:56.224Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47862026-07-21T17:42:57.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s
47872026-07-21T17:42:57.337Z
47882026-07-21T17:42:57.337Zinfo: running `cargo check --bins` on wicket (299/302)
47892026-07-21T17:42:57.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47902026-07-21T17:42:57.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47912026-07-21T17:42:57.977Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47922026-07-21T17:42:58.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
47932026-07-21T17:42:58.492Z
47942026-07-21T17:42:58.492Zinfo: running `cargo check --bins` on wicketd (300/302)
47952026-07-21T17:42:58.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47962026-07-21T17:42:59.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47972026-07-21T17:42:59.197Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47982026-07-21T17:43:02.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
47992026-07-21T17:43:03.029Z
48002026-07-21T17:43:03.029Zinfo: running `cargo check --bins` on omicron-workspace-hack (301/302)
48012026-07-21T17:43:03.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-07-21T17:43:03.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-07-21T17:43:03.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48042026-07-21T17:43:03.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48052026-07-21T17:43:03.439Z
48062026-07-21T17:43:03.439Zinfo: running `cargo check --bins` on zone-setup (302/302)
48072026-07-21T17:43:03.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-07-21T17:43:03.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-07-21T17:43:04.066Z Checking uzers v0.12.2
48102026-07-21T17:43:04.350Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48112026-07-21T17:43:05.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
48122026-07-21T17:43:05.292Z
48132026-07-21T17:43:05.293Zreal 13:41.539341427
48142026-07-21T17:43:05.293Zuser 20:52.291301090
48152026-07-21T17:43:05.293Zsys 4:08.008894611
48162026-07-21T17:43:05.293Ztrap 0.319605023
48172026-07-21T17:43:05.293Ztflt 0.682127754
48182026-07-21T17:43:05.293Zdflt 1.185719531
48192026-07-21T17:43:05.293Zkflt 0.004553952
48202026-07-21T17:43:05.306Zlock 1:18:02.984315877
48212026-07-21T17:43:05.306Zslp 1:39:10.398997853
48222026-07-21T17:43:05.306Zlat 57.289317149
48232026-07-21T17:43:05.306Zstop 3:40.348998278
48242026-07-21T17:43:05.334Zprocess exited: duration 947935 ms, exit code 0
 
48252026-07-21T17:43:05.383Zfound 0 output files