01KYWFE74G6DY3APYB980RYQQX: 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: 01KYWFEKW44898MXGV4YHGAPN6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-31T16:18:12.572Zjob assigned to worker 01KYWFETYWY0BG7V1DK7AKR9MM [factory aws, i-0de6b58230a1b28f7] (queued for 49 s)
 
22026-07-31T16:18:19.102Zstarting task 0: "setup"
32026-07-31T16:18:19.106Z++ uname -s
42026-07-31T16:18:19.109Z+ kern=SunOS
52026-07-31T16:18:19.109Z+ build_user=build
62026-07-31T16:18:19.109Z+ build_uid=12345
72026-07-31T16:18:19.109Z+ work_dir=/work
82026-07-31T16:18:19.109Z+ input_dir=/input
92026-07-31T16:18:19.109Z+ [[ 0 == 12345 ]]
102026-07-31T16:18:19.109Z+ case "$kern" in
112026-07-31T16:18:19.109Z+ groupadd -g 12345 build
122026-07-31T16:18:19.112Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-31T16:18:21.115Z+ zfs create -o mountpoint=/work rpool/work
142026-07-31T16:18:21.212Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-31T16:18:21.215Z+ home_fs=zfs
162026-07-31T16:18:21.215Z+ [[ zfs == autofs ]]
172026-07-31T16:18:21.215Z+ mkdir -p /home/build
182026-07-31T16:18:21.215Z+ chown build:build /home/build /work
192026-07-31T16:18:23.217Z+ chmod 0700 /home/build /work
202026-07-31T16:18:23.220Zprocess exited: duration 4117 ms, exit code 0
 
212026-07-31T16:18:23.227Zstarting task 1: "rust-toolchain"
222026-07-31T16:18:23.231Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-31T16:18:23.231Z * rust toolchain channel = "1.97.1"
242026-07-31T16:18:23.231Z * rust toolchain profile = "default"
252026-07-31T16:18:23.231Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-31T16:18:23.231Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-31T16:18:23.231Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-31T16:18:23.234Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-31T16:18:23.234Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-31T16:18:23.334Zinfo: downloading installer
312026-07-31T16:18:24.633Zwarn: It looks like you have an existing rustup settings file at:
322026-07-31T16:18:24.633Zwarn: /home/build/.rustup/settings.toml
332026-07-31T16:18:24.633Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-31T16:18:24.633Zwarn: instead of the one inferred from the default host triple.
352026-07-31T16:18:24.645Zinfo: profile set to default
362026-07-31T16:18:24.645Zinfo: default host triple is x86_64-unknown-illumos
372026-07-31T16:18:24.648Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-31T16:18:24.789Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-31T16:18:24.793Zinfo: downloading 6 components
402026-07-31T16:18:39.570Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-31T16:18:39.570Z
422026-07-31T16:18:39.599Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-31T16:18:39.599Z
442026-07-31T16:18:39.599Z
452026-07-31T16:18:39.599ZRust is installed now. Great!
462026-07-31T16:18:39.599Z
472026-07-31T16:18:39.599ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-31T16:18:39.599Zenvironment variable. This has not been done automatically.
492026-07-31T16:18:39.599Z
502026-07-31T16:18:39.599ZTo configure your current shell, you need to source
512026-07-31T16:18:39.599Zthe corresponding env file under $HOME/.cargo.
522026-07-31T16:18:39.599Z
532026-07-31T16:18:39.599ZThis is usually done by running one of the following (note the leading DOT):
542026-07-31T16:18:39.604Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-31T16:18:39.604Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-31T16:18:39.604Zsource "~/.cargo/env.nu" # For nushell
572026-07-31T16:18:39.605Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-31T16:18:39.605Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-31T16:18:39.605Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-31T16:18:39.605Zwarn: no default linker (`cc`) was found in your PATH
612026-07-31T16:18:39.605Zwarn: many Rust crates require a system C toolchain to build
622026-07-31T16:18:39.693Z+ rustup --version
632026-07-31T16:18:39.702Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-31T16:18:39.706Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-31T16:18:39.722Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-31T16:18:39.727Z+ cargo --version
672026-07-31T16:18:39.739Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-31T16:18:39.743Z+ rustc --version
692026-07-31T16:18:39.761Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-31T16:18:39.764Zprocess exited: duration 16535 ms, exit code 0
 
712026-07-31T16:18:39.770Zstarting task 2: "authentication"
722026-07-31T16:18:39.788Zprocess exited: duration 16 ms, exit code 0
 
732026-07-31T16:18:39.794Zstarting task 3: "clone repository"
742026-07-31T16:18:39.797Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-31T16:18:39.800Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-31T16:18:39.829ZCloning into '/work/oxidecomputer/omicron'...
772026-07-31T16:18:51.409Z+ cd /work/oxidecomputer/omicron
782026-07-31T16:18:51.409Z+ git fetch origin 8f015fef7c09eff3459602f9b6f13b0d01d55616
792026-07-31T16:18:51.702ZFrom https://github.com/oxidecomputer/omicron
802026-07-31T16:18:51.702Z * branch 8f015fef7c09eff3459602f9b6f13b0d01d55616 -> FETCH_HEAD
812026-07-31T16:18:51.712Z+ [[ -n multirack-join-service ]]
822026-07-31T16:18:51.715Z++ git branch --show-current
832026-07-31T16:18:51.715Z+ current=main
842026-07-31T16:18:51.715Z+ [[ main != multirack-join-service ]]
852026-07-31T16:18:51.715Z+ git branch -f multirack-join-service 8f015fef7c09eff3459602f9b6f13b0d01d55616
862026-07-31T16:18:51.718Z+ git checkout -f multirack-join-service
872026-07-31T16:18:51.752ZSwitched to branch 'multirack-join-service'
882026-07-31T16:18:51.755Z+ git reset --hard 8f015fef7c09eff3459602f9b6f13b0d01d55616
892026-07-31T16:18:51.790ZHEAD is now at 8f015fef7 openapi
902026-07-31T16:18:51.793Zprocess exited: duration 11996 ms, exit code 0
 
912026-07-31T16:18:51.799Zstarting task 4: "build"
922026-07-31T16:18:51.803Z+ source .github/buildomat/ci-env.sh
932026-07-31T16:18:51.806Z++ export CARGO_TERM_COLOR=always
942026-07-31T16:18:51.806Z++ CARGO_TERM_COLOR=always
952026-07-31T16:18:51.806Z+++ uname -s
962026-07-31T16:18:51.806Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-31T16:18:51.806Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-31T16:18:51.809Z+ cargo --version
992026-07-31T16:18:51.815Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-07-31T16:18:51.818Z+ rustc --version
1012026-07-31T16:18:51.836Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-07-31T16:18:51.840Z+ source ./env.sh
1032026-07-31T16:18:51.840Z++ OLD_SHELL_OPTS=ehxB
1042026-07-31T16:18:51.840Z++ set -o xtrace
1052026-07-31T16:18:51.843Z++++ dirname ./env.sh
1062026-07-31T16:18:51.843Z+++ readlink -f .
1072026-07-31T16:18:51.846Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-31T16:18:51.846Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-31T16:18:51.846Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-31T16:18:51.846Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-07-31T16:18:51.846Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-07-31T16:18:51.846Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-07-31T16:18:51.846Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-07-31T16:18:51.846Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-07-31T16:18:51.846Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-07-31T16:18:51.846Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-07-31T16:18:51.846Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-07-31T16:18:51.846Z++ case $OLD_SHELL_OPTS in
1192026-07-31T16:18:51.847Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-31T16:18:51.847Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-07-31T16:18:51.847Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-07-31T16:18:51.847Z+ banner prerequisites
1232026-07-31T16:18:51.847Z
1242026-07-31T16:18:51.847Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-31T16:18:51.847Z # # # # # # # # # # # # # # #
1262026-07-31T16:18:51.847Z # # # # ##### # # ##### # # # # # #### #
1272026-07-31T16:18:51.847Z ##### ##### # ##### # # # # # # # # #
1282026-07-31T16:18:51.847Z # # # # # # # # # # # # # # #
1292026-07-31T16:18:51.847Z # # # ###### # # ###### ### # #### # #### #
1302026-07-31T16:18:51.847Z
1312026-07-31T16:18:51.847Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-31T16:18:54.067Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-31T16:18:54.300Z Startup: Caching catalogs ... Done
1342026-07-31T16:18:55.464ZPlanning: Solver setup ... Done (1.083s)
1352026-07-31T16:18:55.509ZPlanning: Running solver ... Done (0.045s)
1362026-07-31T16:18:55.538ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-31T16:18:55.549ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-31T16:18:55.566ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-31T16:18:55.579ZPlanning: Package planning ... Done (0.013s)
1402026-07-31T16:18:55.582ZPlanning: Merging actions ... Done (0.001s)
1412026-07-31T16:18:55.783ZPlanning: Checking for conflicting actions ... Done (0.202s)
1422026-07-31T16:18:55.786ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-31T16:18:56.564ZPlanning: Evaluating mediators ... Done (0.780s)
1442026-07-31T16:18:56.567ZPlanning: Planning completed in 2.24 seconds
1452026-07-31T16:18:56.573Z Packages to install: 2
1462026-07-31T16:18:56.576Z Estimated space available: 156.02 GB
1472026-07-31T16:18:56.576ZEstimated space to be consumed: 55.06 MB
1482026-07-31T16:18:56.576Z Create boot environment: No
1492026-07-31T16:18:56.576ZCreate backup boot environment: No
1502026-07-31T16:18:56.577Z Rebuild boot archive: No
1512026-07-31T16:18:56.577Z
1522026-07-31T16:18:56.577ZChanged packages:
1532026-07-31T16:18:56.577Zhelios
1542026-07-31T16:18:56.577Z developer/build-essential
1552026-07-31T16:18:56.577Z None -> 11-3.0
1562026-07-31T16:18:56.577Z library/libxmlsec1
1572026-07-31T16:18:56.577Z None -> 1.2.35-3.0
1582026-07-31T16:18:56.597Z
1592026-07-31T16:18:56.597ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-31T16:18:56.666ZDownload: Completed 1.28 MB in 0.07 seconds (18.7M/s)
1612026-07-31T16:18:56.786Z Actions: 1/268 actions (Installing new actions)
1622026-07-31T16:18:56.823Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-31T16:18:56.847ZFinalize: Updating package state database ... Done (0.023s)
1642026-07-31T16:18:56.875ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-31T16:18:56.903ZFinalize: Updating image state ... Done (0.057s)
1662026-07-31T16:18:59.280ZFinalize: Creating fast lookup database ... Done (2.339s)
1672026-07-31T16:18:59.345ZFinalize: Reading search index ... Done (0.011s)
1682026-07-31T16:18:59.348ZFinalize: Updating search index ... Done (0.000s)
1692026-07-31T16:18:59.458ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-31T16:18:59.799ZPlanning: Evaluating mediator changes ... Done
1712026-07-31T16:18:59.905ZPlanning: Checking for conflicting actions ... Done
1722026-07-31T16:18:59.908ZPlanning: Consolidating action changes ... Done
1732026-07-31T16:19:00.060ZPlanning: Evaluating mediators ... Done
1742026-07-31T16:19:00.063ZPlanning: Planning completed in 0.26 seconds
1752026-07-31T16:19:00.083Z Mediators to change: 2
1762026-07-31T16:19:00.083Z Create boot environment: No
1772026-07-31T16:19:00.083ZCreate backup boot environment: No
1782026-07-31T16:19:00.129ZFinalize: Updating package state database ... Done
1792026-07-31T16:19:00.129ZFinalize: Updating package cache ... Done
1802026-07-31T16:19:00.162ZFinalize: Updating image state ... Done
1812026-07-31T16:19:02.101ZFinalize: Creating fast lookup database ... Done
1822026-07-31T16:19:02.166ZFinalize: Reading search index ... Done
1832026-07-31T16:19:02.169ZFinalize: Updating search index ... Done
1842026-07-31T16:19:02.328ZFinalize: Updating package cache ... Done
1852026-07-31T16:19:02.612ZPlanning: Evaluating mediator changes ... Done
1862026-07-31T16:19:02.719ZPlanning: Checking for conflicting actions ... Done
1872026-07-31T16:19:02.723ZPlanning: Consolidating action changes ... Done
1882026-07-31T16:19:02.875ZPlanning: Evaluating mediators ... Done
1892026-07-31T16:19:02.879ZPlanning: Planning completed in 0.26 seconds
1902026-07-31T16:19:02.898Z Mediators to change: 1
1912026-07-31T16:19:02.898Z Create boot environment: No
1922026-07-31T16:19:02.898ZCreate backup boot environment: No
1932026-07-31T16:19:02.940ZFinalize: Updating package state database ... Done
1942026-07-31T16:19:02.941ZFinalize: Updating package cache ... Done
1952026-07-31T16:19:02.974ZFinalize: Updating image state ... Done
1962026-07-31T16:19:04.904ZFinalize: Creating fast lookup database ... Done
1972026-07-31T16:19:04.966ZFinalize: Reading search index ... Done
1982026-07-31T16:19:04.969ZFinalize: Updating search index ... Done
1992026-07-31T16:19:05.026ZFinalize: Updating package cache ... Done
2002026-07-31T16:19:05.338ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-31T16:19:05.338Zapache system 2.4 system
2022026-07-31T16:19:05.338Zclang system 15 system
2032026-07-31T16:19:05.338Zcsh system system illumos
2042026-07-31T16:19:05.338Zctags system system illumos
2052026-07-31T16:19:05.338Zfile vendor vendor darwinsys
2062026-07-31T16:19:05.338Zfile system system illumos
2072026-07-31T16:19:05.338Zgcc vendor 14 vendor
2082026-07-31T16:19:05.338Zgcc system 13 system
2092026-07-31T16:19:05.338Zgcc system 10 system
2102026-07-31T16:19:05.338Zgo system 1.25 system
2112026-07-31T16:19:05.338Zllvm system 15 system
2122026-07-31T16:19:05.338Zmariadb system 11.4 system
2132026-07-31T16:19:05.338Zmta vendor vendor dma
2142026-07-31T16:19:05.338Zopenjdk system 17 system
2152026-07-31T16:19:05.338Zopenjdk system 11 system
2162026-07-31T16:19:05.339Zopenssl vendor 3 vendor
2172026-07-31T16:19:05.339Zperl system 5.40 system
2182026-07-31T16:19:05.339Zpostgresql system 18 system
2192026-07-31T16:19:05.339Zpostgresql system 17 system
2202026-07-31T16:19:05.339Zpython vendor 3 vendor
2212026-07-31T16:19:05.339Zpython system 2 system
2222026-07-31T16:19:05.339Zpython3 vendor 3.13 vendor
2232026-07-31T16:19:05.339Zruby system 3.4 system
2242026-07-31T16:19:05.339Zruby system 3.0 system
2252026-07-31T16:19:05.339Zwords vendor vendor american-english
2262026-07-31T16:19:05.339Zwords system system australian-english
2272026-07-31T16:19:05.339Zwords system system british-english
2282026-07-31T16:19:05.339Zwords system system canadian-english
2292026-07-31T16:19:05.339Zwords system system french
2302026-07-31T16:19:05.339Zwords system system italian
2312026-07-31T16:19:05.339Zwords system system ngerman
2322026-07-31T16:19:05.339Zwords system system ogerman
2332026-07-31T16:19:05.339Zwords system system spanish
2342026-07-31T16:19:05.588ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-31T16:19:05.588Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-31T16:19:05.977ZFMRI IFO
2372026-07-31T16:19:05.977Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-31T16:19:05.977Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-31T16:19:05.977Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-31T16:19:05.977Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-31T16:19:05.977Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-31T16:19:05.977Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-31T16:19:05.977Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-31T16:19:05.977Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-31T16:19:05.977Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-31T16:19:06.280Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-31T16:19:06.544Z Updating crates.io index
2482026-07-31T16:19:06.548Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-31T16:19:06.798Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-31T16:19:07.103Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-31T16:19:08.084Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-31T16:19:08.692Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-31T16:19:10.804Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-31T16:19:12.846Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-31T16:19:13.135Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-31T16:19:13.480Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-31T16:19:15.021Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-31T16:19:15.277Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-31T16:19:15.629Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-31T16:19:15.922Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-31T16:19:16.445Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-31T16:19:16.948Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-31T16:19:17.244Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-31T16:19:17.475Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-31T16:19:17.780Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-31T16:19:18.155Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-31T16:19:18.468Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-31T16:19:18.808Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-31T16:19:19.092Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-31T16:19:19.571Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-31T16:19:19.980Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-31T16:19:20.303Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-31T16:19:20.739Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-31T16:19:21.237Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-07-31T16:19:21.640Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-31T16:19:22.131Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-31T16:19:22.423Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-31T16:19:22.682Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-31T16:19:23.197Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-31T16:19:23.704Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-31T16:19:23.986Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-31T16:19:24.289Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-31T16:19:24.739Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-31T16:19:25.131Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-31T16:19:25.620Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-31T16:19:25.851Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-31T16:19:26.172Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-31T16:19:26.503Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-31T16:19:29.659Z Downloading crates ...
2902026-07-31T16:19:29.719Z Downloaded block-buffer v0.10.4
2912026-07-31T16:19:29.722Z Downloaded anstream v1.0.0
2922026-07-31T16:19:29.722Z Downloaded zmij v1.0.21
2932026-07-31T16:19:29.725Z Downloaded cargo_metadata v0.23.1
2942026-07-31T16:19:29.728Z Downloaded camino v1.2.2
2952026-07-31T16:19:29.728Z Downloaded log v0.4.29
2962026-07-31T16:19:29.728Z Downloaded is_terminal_polyfill v1.70.2
2972026-07-31T16:19:29.731Z Downloaded plain v0.2.3
2982026-07-31T16:19:29.734Z Downloaded smawk v0.3.2
2992026-07-31T16:19:29.737Z Downloaded zerocopy v0.7.35
3002026-07-31T16:19:29.743Z Downloaded unicode-linebreak v0.1.5
3012026-07-31T16:19:29.746Z Downloaded zerocopy-derive v0.7.35
3022026-07-31T16:19:29.746Z Downloaded memmap v0.7.0
3032026-07-31T16:19:29.749Z Downloaded anstyle-query v1.1.5
3042026-07-31T16:19:29.749Z Downloaded itoa v1.0.17
3052026-07-31T16:19:29.749Z Downloaded clap_lex v1.0.0
3062026-07-31T16:19:29.749Z Downloaded generic-array v0.14.7
3072026-07-31T16:19:29.756Z Downloaded dtrace-parser v0.2.0
3082026-07-31T16:19:29.759Z Downloaded equivalent v1.0.2
3092026-07-31T16:19:29.759Z Downloaded fnv v1.0.7
3102026-07-31T16:19:29.759Z Downloaded clap v4.6.1
3112026-07-31T16:19:29.765Z Downloaded dof v0.3.0
3122026-07-31T16:19:29.789Z Downloaded crypto-common v0.1.7
3132026-07-31T16:19:29.789Z Downloaded fastrand v2.3.0
3142026-07-31T16:19:29.789Z Downloaded cfg-if v1.0.4
3152026-07-31T16:19:29.789Z Downloaded cargo-platform v0.3.2
3162026-07-31T16:19:29.789Z Downloaded colorchoice v1.0.4
3172026-07-31T16:19:29.789Z Downloaded errno v0.3.14
3182026-07-31T16:19:29.789Z Downloaded macaddr v1.0.1
3192026-07-31T16:19:29.789Z Downloaded cpufeatures v0.2.17
3202026-07-31T16:19:29.789Z Downloaded swrite v0.1.0
3212026-07-31T16:19:29.789Z Downloaded usdt-attr-macro v0.5.0
3222026-07-31T16:19:29.794Z Downloaded usdt-macro v0.5.0
3232026-07-31T16:19:29.797Z Downloaded scroll_derive v0.12.1
3242026-07-31T16:19:29.797Z Downloaded toml_write v0.1.2
3252026-07-31T16:19:29.799Z Downloaded digest v0.10.7
3262026-07-31T16:19:29.803Z Downloaded camino-tempfile v1.4.1
3272026-07-31T16:19:29.806Z Downloaded cargo_toml v0.21.0
3282026-07-31T16:19:29.806Z Downloaded anstyle-parse v1.0.0
3292026-07-31T16:19:29.809Z Downloaded heck v0.4.1
3302026-07-31T16:19:29.809Z Downloaded anstyle v1.0.14
3312026-07-31T16:19:29.809Z Downloaded bytecount v0.6.9
3322026-07-31T16:19:29.812Z Downloaded strsim v0.11.1
3332026-07-31T16:19:29.815Z Downloaded proc-macro-error-attr v1.0.4
3342026-07-31T16:19:29.815Z Downloaded thread-id v4.2.2
3352026-07-31T16:19:29.815Z Downloaded pretty-hex v0.4.1
3362026-07-31T16:19:29.819Z Downloaded usdt v0.5.0
3372026-07-31T16:19:29.824Z Downloaded tabled_derive v0.7.0
3382026-07-31T16:19:29.827Z Downloaded serde_spanned v0.6.9
3392026-07-31T16:19:29.830Z Downloaded terminal_size v0.4.3
3402026-07-31T16:19:29.830Z Downloaded toml_datetime v0.6.11
3412026-07-31T16:19:29.844Z Downloaded fs-err v3.3.0
3422026-07-31T16:19:29.848Z Downloaded autocfg v1.5.0
3432026-07-31T16:19:29.851Z Downloaded heck v0.5.0
3442026-07-31T16:19:29.854Z Downloaded thiserror-impl v2.0.18
3452026-07-31T16:19:29.859Z Downloaded scroll v0.12.0
3462026-07-31T16:19:29.863Z Downloaded thiserror-impl v1.0.69
3472026-07-31T16:19:29.863Z Downloaded utf8parse v0.2.2
3482026-07-31T16:19:29.863Z Downloaded serde_tokenstream v0.2.3
3492026-07-31T16:19:29.866Z Downloaded thiserror v2.0.18
3502026-07-31T16:19:29.869Z Downloaded pest_generator v2.8.6
3512026-07-31T16:19:29.872Z Downloaded anyhow v1.0.102
3522026-07-31T16:19:29.874Z Downloaded byteorder v1.5.0
3532026-07-31T16:19:29.877Z Downloaded thiserror v1.0.69
3542026-07-31T16:19:29.881Z Downloaded version_check v0.9.5
3552026-07-31T16:19:29.884Z Downloaded usdt-impl v0.5.0
3562026-07-31T16:19:29.892Z Downloaded quote v1.0.45
3572026-07-31T16:19:29.895Z Downloaded sha2 v0.10.9
3582026-07-31T16:19:29.905Z Downloaded toml v0.8.23
3592026-07-31T16:19:29.908Z Downloaded bitflags v2.11.0
3602026-07-31T16:19:29.911Z Downloaded clap_derive v4.6.1
3612026-07-31T16:19:29.911Z Downloaded papergrid v0.11.0
3622026-07-31T16:19:29.914Z Downloaded semver v1.0.28
3632026-07-31T16:19:29.917Z Downloaded once_cell v1.21.3
3642026-07-31T16:19:29.920Z Downloaded ucd-trie v0.1.7
3652026-07-31T16:19:29.924Z Downloaded tempfile v3.25.0
3662026-07-31T16:19:29.932Z Downloaded proc-macro-error v1.0.4
3672026-07-31T16:19:29.940Z Downloaded unicode-ident v1.0.24
3682026-07-31T16:19:29.943Z Downloaded getrandom v0.4.1
3692026-07-31T16:19:29.946Z Downloaded serde_core v1.0.228
3702026-07-31T16:19:29.949Z Downloaded proc-macro2 v1.0.106
3712026-07-31T16:19:29.953Z Downloaded pest_derive v2.8.6
3722026-07-31T16:19:29.967Z Downloaded pest_meta v2.8.6
3732026-07-31T16:19:29.971Z Downloaded toml_edit v0.22.27
3742026-07-31T16:19:29.977Z Downloaded serde_derive v1.0.228
3752026-07-31T16:19:29.980Z Downloaded textwrap v0.16.2
3762026-07-31T16:19:29.985Z Downloaded memchr v2.8.0
3772026-07-31T16:19:30.002Z Downloaded serde v1.0.228
3782026-07-31T16:19:30.024Z Downloaded indexmap v2.14.0
3792026-07-31T16:19:30.027Z Downloaded typenum v1.20.1
3802026-07-31T16:19:30.040Z Downloaded pest v2.8.6
3812026-07-31T16:19:30.066Z Downloaded hashbrown v0.17.0
3822026-07-31T16:19:30.080Z Downloaded clap_builder v4.6.0
3832026-07-31T16:19:30.084Z Downloaded serde_json v1.0.151
3842026-07-31T16:19:30.098Z Downloaded goblin v0.8.2
3852026-07-31T16:19:30.101Z Downloaded winnow v0.7.14
3862026-07-31T16:19:30.122Z Downloaded tabled v0.15.0
3872026-07-31T16:19:30.131Z Downloaded syn v1.0.109
3882026-07-31T16:19:30.141Z Downloaded unicode-width v0.2.0
3892026-07-31T16:19:30.145Z Downloaded syn v2.0.117
3902026-07-31T16:19:30.150Z Downloaded unicode-width v0.1.14
3912026-07-31T16:19:30.162Z Downloaded rustix v1.1.3
3922026-07-31T16:19:30.195Z Downloaded libc v0.2.185
3932026-07-31T16:19:30.256Z Compiling proc-macro2 v1.0.106
3942026-07-31T16:19:30.256Z Compiling unicode-ident v1.0.24
3952026-07-31T16:19:30.259Z Compiling quote v1.0.45
3962026-07-31T16:19:30.259Z Compiling serde_core v1.0.228
3972026-07-31T16:19:30.259Z Compiling libc v0.2.185
3982026-07-31T16:19:30.259Z Compiling version_check v0.9.5
3992026-07-31T16:19:30.259Z Compiling memchr v2.8.0
4002026-07-31T16:19:30.259Z Compiling serde v1.0.228
4012026-07-31T16:19:30.572Z Compiling zmij v1.0.21
4022026-07-31T16:19:30.752Z Compiling thiserror v1.0.69
4032026-07-31T16:19:30.851Z Compiling ucd-trie v0.1.7
4042026-07-31T16:19:31.018Z Compiling itoa v1.0.17
4052026-07-31T16:19:31.112Z Compiling pest v2.8.6
4062026-07-31T16:19:31.200Z Compiling byteorder v1.5.0
4072026-07-31T16:19:31.248Z Compiling rustix v1.1.3
4082026-07-31T16:19:31.277Z Compiling errno v0.3.14
4092026-07-31T16:19:31.422Z Compiling serde_json v1.0.151
4102026-07-31T16:19:31.438Z Compiling bitflags v2.11.0
4112026-07-31T16:19:31.690Z Compiling syn v2.0.117
4122026-07-31T16:19:31.731Z Compiling thread-id v4.2.2
4132026-07-31T16:19:31.791Z Compiling usdt-impl v0.5.0
4142026-07-31T16:19:31.812Z Compiling proc-macro-error-attr v1.0.4
4152026-07-31T16:19:31.876Z Compiling camino v1.2.2
4162026-07-31T16:19:31.996Z Compiling syn v1.0.109
4172026-07-31T16:19:32.112Z Compiling pest_meta v2.8.6
4182026-07-31T16:19:32.284Z Compiling proc-macro-error v1.0.4
4192026-07-31T16:19:32.317Z Compiling utf8parse v0.2.2
4202026-07-31T16:19:32.348Z Compiling log v0.4.29
4212026-07-31T16:19:32.428Z Compiling plain v0.2.3
4222026-07-31T16:19:32.463Z Compiling hashbrown v0.17.0
4232026-07-31T16:19:32.534Z Compiling getrandom v0.4.1
4242026-07-31T16:19:32.551Z Compiling equivalent v1.0.2
4252026-07-31T16:19:32.733Z Compiling terminal_size v0.4.3
4262026-07-31T16:19:33.004Z Compiling indexmap v2.14.0
4272026-07-31T16:19:33.022Z Compiling anstyle-parse v1.0.0
4282026-07-31T16:19:33.463Z Compiling anstyle-query v1.1.5
4292026-07-31T16:19:33.577Z Compiling pretty-hex v0.4.1
4302026-07-31T16:19:33.595Z Compiling toml_write v0.1.2
4312026-07-31T16:19:33.613Z Compiling winnow v0.7.14
4322026-07-31T16:19:33.642Z Compiling cfg-if v1.0.4
4332026-07-31T16:19:33.709Z Compiling autocfg v1.5.0
4342026-07-31T16:19:33.725Z Compiling colorchoice v1.0.4
4352026-07-31T16:19:33.729Z Compiling thiserror v2.0.18
4362026-07-31T16:19:33.790Z Compiling anstyle v1.0.14
4372026-07-31T16:19:33.848Z Compiling pest_generator v2.8.6
4382026-07-31T16:19:33.866Z Compiling is_terminal_polyfill v1.70.2
4392026-07-31T16:19:33.966Z Compiling anstream v1.0.0
4402026-07-31T16:19:34.131Z Compiling fs-err v3.3.0
4412026-07-31T16:19:34.283Z Compiling bytecount v0.6.9
4422026-07-31T16:19:34.316Z Compiling once_cell v1.21.3
4432026-07-31T16:19:34.363Z Compiling anyhow v1.0.102
4442026-07-31T16:19:34.421Z Compiling fastrand v2.3.0
4452026-07-31T16:19:34.528Z Compiling fnv v1.0.7
4462026-07-31T16:19:34.551Z Compiling strsim v0.11.1
4472026-07-31T16:19:34.552Z Compiling unicode-width v0.1.14
4482026-07-31T16:19:34.641Z Compiling heck v0.4.1
4492026-07-31T16:19:34.753Z Compiling heck v0.5.0
4502026-07-31T16:19:34.753Z Compiling clap_lex v1.0.0
4512026-07-31T16:19:34.862Z Compiling papergrid v0.11.0
4522026-07-31T16:19:34.935Z Compiling clap_builder v4.6.0
4532026-07-31T16:19:34.935Z Compiling tempfile v3.25.0
4542026-07-31T16:19:35.055Z Compiling tabled_derive v0.7.0
4552026-07-31T16:19:35.120Z Compiling semver v1.0.28
4562026-07-31T16:19:35.182Z Compiling cargo-platform v0.3.2
4572026-07-31T16:19:35.183Z Compiling memmap v0.7.0
4582026-07-31T16:19:35.317Z Compiling unicode-width v0.2.0
4592026-07-31T16:19:35.336Z Compiling smawk v0.3.2
4602026-07-31T16:19:35.414Z Compiling unicode-linebreak v0.1.5
4612026-07-31T16:19:35.454Z Compiling camino-tempfile v1.4.1
4622026-07-31T16:19:35.579Z Compiling serde_derive v1.0.228
4632026-07-31T16:19:35.606Z Compiling thiserror-impl v1.0.69
4642026-07-31T16:19:35.626Z Compiling zerocopy-derive v0.7.35
4652026-07-31T16:19:35.647Z Compiling pest_derive v2.8.6
4662026-07-31T16:19:35.830Z Compiling scroll_derive v0.12.1
4672026-07-31T16:19:35.998Z Compiling thiserror-impl v2.0.18
4682026-07-31T16:19:36.085Z Compiling clap_derive v4.6.1
4692026-07-31T16:19:36.273Z Compiling tabled v0.15.0
4702026-07-31T16:19:36.485Z Compiling scroll v0.12.0
4712026-07-31T16:19:36.505Z Compiling zerocopy v0.7.35
4722026-07-31T16:19:36.760Z Compiling goblin v0.8.2
4732026-07-31T16:19:36.945Z Compiling dtrace-parser v0.2.0
4742026-07-31T16:19:37.051Z Compiling textwrap v0.16.2
4752026-07-31T16:19:37.501Z Compiling swrite v0.1.0
4762026-07-31T16:19:37.820Z Compiling clap v4.6.1
4772026-07-31T16:19:38.611Z Compiling dof v0.3.0
4782026-07-31T16:19:38.611Z Compiling serde_tokenstream v0.2.3
4792026-07-31T16:19:38.614Z Compiling serde_spanned v0.6.9
4802026-07-31T16:19:38.615Z Compiling toml_datetime v0.6.11
4812026-07-31T16:19:38.615Z Compiling macaddr v1.0.1
4822026-07-31T16:19:38.692Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-07-31T16:19:38.695Z Compiling cargo_metadata v0.23.1
4842026-07-31T16:19:38.837Z Compiling toml_edit v0.22.27
4852026-07-31T16:19:39.415Z Compiling usdt-attr-macro v0.5.0
4862026-07-31T16:19:39.415Z Compiling usdt-macro v0.5.0
4872026-07-31T16:19:40.024Z Compiling usdt v0.5.0
4882026-07-31T16:19:40.155Z Compiling toml v0.8.23
4892026-07-31T16:19:40.489Z Compiling cargo_toml v0.21.0
4902026-07-31T16:19:41.748Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-31T16:19:43.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.63s
4922026-07-31T16:19:43.949Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-31T16:19:44.453Z Downloading crates ...
4942026-07-31T16:19:44.498Z Downloaded anstream v0.6.21
4952026-07-31T16:19:44.505Z Downloaded adler2 v2.0.1
4962026-07-31T16:19:44.508Z Downloaded argon2 v0.6.0-rc.8
4972026-07-31T16:19:44.508Z Downloaded bit-set v0.8.0
4982026-07-31T16:19:44.508Z Downloaded async-stream v0.3.6
4992026-07-31T16:19:44.511Z Downloaded atomic-waker v1.1.2
5002026-07-31T16:19:44.514Z Downloaded assert_matches v1.5.0
5012026-07-31T16:19:44.517Z Downloaded async-recursion v1.1.1
5022026-07-31T16:19:44.522Z Downloaded atty v0.2.14
5032026-07-31T16:19:44.526Z Downloaded bit-set v0.5.3
5042026-07-31T16:19:44.530Z Downloaded aead v0.5.2
5052026-07-31T16:19:44.533Z Downloaded arrayref v0.3.9
5062026-07-31T16:19:44.533Z Downloaded convert_case v0.4.0
5072026-07-31T16:19:44.536Z Downloaded futures-core v0.3.32
5082026-07-31T16:19:44.536Z Downloaded ascii-canvas v3.0.0
5092026-07-31T16:19:44.536Z Downloaded bb8 v0.8.6
5102026-07-31T16:19:44.541Z Downloaded bcrypt-pbkdf v0.11.0
5112026-07-31T16:19:44.544Z Downloaded bitfield-struct v0.6.2
5122026-07-31T16:19:44.547Z Downloaded foreign-types v0.5.0
5132026-07-31T16:19:44.547Z Downloaded hubpack_derive v0.1.1
5142026-07-31T16:19:44.550Z Downloaded flagset v0.4.7
5152026-07-31T16:19:44.554Z Downloaded aead v0.6.1
5162026-07-31T16:19:44.557Z Downloaded array-init v0.0.4
5172026-07-31T16:19:44.557Z Downloaded bit-vec v0.8.0
5182026-07-31T16:19:44.560Z Downloaded ghash v0.6.0
5192026-07-31T16:19:44.560Z Downloaded atomicwrites v0.4.4
5202026-07-31T16:19:44.560Z Downloaded bitfield-macros v0.19.4
5212026-07-31T16:19:44.563Z Downloaded fd-lock v4.0.4
5222026-07-31T16:19:44.563Z Downloaded foreign-types v0.3.2
5232026-07-31T16:19:44.563Z Downloaded foreign-types-shared v0.1.1
5242026-07-31T16:19:44.563Z Downloaded env_filter v1.0.0
5252026-07-31T16:19:44.567Z Downloaded async-stream-impl v0.3.6
5262026-07-31T16:19:44.570Z Downloaded futures-task v0.3.32
5272026-07-31T16:19:44.572Z Downloaded futures-io v0.3.32
5282026-07-31T16:19:44.573Z Downloaded http-range v0.1.5
5292026-07-31T16:19:44.573Z Downloaded fxhash v0.2.1
5302026-07-31T16:19:44.576Z Downloaded gethostname v0.5.0
5312026-07-31T16:19:44.576Z Downloaded globwalk v0.9.1
5322026-07-31T16:19:44.576Z Downloaded anstyle-parse v0.2.7
5332026-07-31T16:19:44.576Z Downloaded base64ct v1.8.3
5342026-07-31T16:19:44.580Z Downloaded hyper-staticfile v0.10.1
5352026-07-31T16:19:44.583Z Downloaded flate2 v1.1.9
5362026-07-31T16:19:44.586Z Downloaded foldhash v0.2.0
5372026-07-31T16:19:44.586Z Downloaded form_urlencoded v1.2.2
5382026-07-31T16:19:44.586Z Downloaded base16ct v0.2.0
5392026-07-31T16:19:44.586Z Downloaded bcs v0.1.6
5402026-07-31T16:19:44.586Z Downloaded bit-vec v0.6.3
5412026-07-31T16:19:44.589Z Downloaded bitflags v1.3.2
5422026-07-31T16:19:44.589Z Downloaded cexpr v0.6.0
5432026-07-31T16:19:44.589Z Downloaded foreign-types-macros v0.2.3
5442026-07-31T16:19:44.592Z Downloaded arrayvec v0.7.6
5452026-07-31T16:19:44.592Z Downloaded bitfield v0.19.4
5462026-07-31T16:19:44.592Z Downloaded http-body-util v0.1.3
5472026-07-31T16:19:44.592Z Downloaded ahash v0.8.12
5482026-07-31T16:19:44.595Z Downloaded git-stub-vcs v0.1.0
5492026-07-31T16:19:44.598Z Downloaded hyper-tls v0.6.0
5502026-07-31T16:19:44.601Z Downloaded cobs v0.3.0
5512026-07-31T16:19:44.601Z Downloaded hex-literal v1.1.0
5522026-07-31T16:19:44.601Z Downloaded home v0.5.12
5532026-07-31T16:19:44.604Z Downloaded cfg_aliases v0.1.1
5542026-07-31T16:19:44.604Z Downloaded ciborium-ll v0.2.2
5552026-07-31T16:19:44.604Z Downloaded hex v0.4.3
5562026-07-31T16:19:44.608Z Downloaded futures-macro v0.3.32
5572026-07-31T16:19:44.611Z Downloaded fixedbitset v0.5.7
5582026-07-31T16:19:44.614Z Downloaded hmac v0.13.0
5592026-07-31T16:19:44.614Z Downloaded futures-channel v0.3.32
5602026-07-31T16:19:44.617Z Downloaded half v1.8.3
5612026-07-31T16:19:44.617Z Downloaded funty v2.0.0
5622026-07-31T16:19:44.617Z Downloaded fixedbitset v0.4.2
5632026-07-31T16:19:44.620Z Downloaded ciborium-io v0.2.2
5642026-07-31T16:19:44.620Z Downloaded block-padding v0.4.2
5652026-07-31T16:19:44.620Z Downloaded hash32 v0.3.1
5662026-07-31T16:19:44.623Z Downloaded hubpack v0.1.2
5672026-07-31T16:19:44.626Z Downloaded hash32 v0.2.1
5682026-07-31T16:19:44.626Z Downloaded compression-core v0.4.31
5692026-07-31T16:19:44.626Z Downloaded num_threads v0.1.7
5702026-07-31T16:19:44.629Z Downloaded hostname v0.3.1
5712026-07-31T16:19:44.629Z Downloaded base16ct v1.0.0
5722026-07-31T16:19:44.632Z Downloaded headers-core v0.3.0
5732026-07-31T16:19:44.632Z Downloaded argon2 v0.5.3
5742026-07-31T16:19:44.632Z Downloaded backoff v0.4.0
5752026-07-31T16:19:44.635Z Downloaded futures-sink v0.3.32
5762026-07-31T16:19:44.638Z Downloaded globset v0.4.18
5772026-07-31T16:19:44.638Z Downloaded git-stub v1.0.0
5782026-07-31T16:19:44.644Z Downloaded cfg_aliases v0.2.1
5792026-07-31T16:19:44.647Z Downloaded castaway v0.2.4
5802026-07-31T16:19:44.647Z Downloaded float-ord v0.3.2
5812026-07-31T16:19:44.647Z Downloaded foreign-types-shared v0.3.1
5822026-07-31T16:19:44.652Z Downloaded block-buffer v0.12.1
5832026-07-31T16:19:44.661Z Downloaded http-body v1.0.1
5842026-07-31T16:19:44.664Z Downloaded float-cmp v0.10.0
5852026-07-31T16:19:44.669Z Downloaded byte-wrapper v0.1.0
5862026-07-31T16:19:44.672Z Downloaded fs_extra v1.3.0
5872026-07-31T16:19:44.672Z Downloaded env_logger v0.11.9
5882026-07-31T16:19:44.676Z Downloaded ff v0.13.1
5892026-07-31T16:19:44.676Z Downloaded blake2 v0.10.6
5902026-07-31T16:19:44.691Z Downloaded parse-display v0.10.0
5912026-07-31T16:19:44.695Z Downloaded predicates-tree v1.0.13
5922026-07-31T16:19:44.698Z Downloaded progenitor-client v0.14.0
5932026-07-31T16:19:44.698Z Downloaded rand_chacha v0.3.1
5942026-07-31T16:19:44.701Z Downloaded foldhash v0.1.5
5952026-07-31T16:19:44.704Z Downloaded hostname v0.4.2
5962026-07-31T16:19:44.704Z Downloaded async-trait v0.1.89
5972026-07-31T16:19:44.704Z Downloaded cmov v0.5.4
5982026-07-31T16:19:44.708Z Downloaded group v0.14.0
5992026-07-31T16:19:44.708Z Downloaded num_enum_derive v0.7.6
6002026-07-31T16:19:44.708Z Downloaded camino-tempfile-ext v0.3.3
6012026-07-31T16:19:44.711Z Downloaded cipher v0.5.2
6022026-07-31T16:19:44.711Z Downloaded bs58 v0.5.1
6032026-07-31T16:19:44.711Z Downloaded cmake v0.1.57
6042026-07-31T16:19:44.711Z Downloaded const_format_proc_macros v0.2.34
6052026-07-31T16:19:44.714Z Downloaded rfc6979 v0.6.0
6062026-07-31T16:19:44.714Z Downloaded rtoolbox v0.0.3
6072026-07-31T16:19:44.714Z Downloaded cassowary v0.3.0
6082026-07-31T16:19:44.717Z Downloaded scroll_derive v0.13.1
6092026-07-31T16:19:44.717Z Downloaded compression-codecs v0.4.37
6102026-07-31T16:19:44.721Z Downloaded chacha20 v0.9.1
6112026-07-31T16:19:44.741Z Downloaded group v0.13.0
6122026-07-31T16:19:44.741Z Downloaded seq-macro v0.3.6
6132026-07-31T16:19:44.741Z Downloaded serde_repr v0.1.20
6142026-07-31T16:19:44.741Z Downloaded backon v1.6.0
6152026-07-31T16:19:44.742Z Downloaded fs-err v2.11.0
6162026-07-31T16:19:44.742Z Downloaded glob v0.3.3
6172026-07-31T16:19:44.742Z Downloaded httpdate v1.0.3
6182026-07-31T16:19:44.742Z Downloaded buf-list v1.1.2
6192026-07-31T16:19:44.742Z Downloaded bzip2 v0.6.1
6202026-07-31T16:19:44.742Z Downloaded cipher v0.4.4
6212026-07-31T16:19:44.742Z Downloaded console v0.16.2
6222026-07-31T16:19:44.742Z Downloaded find-msvc-tools v0.1.9
6232026-07-31T16:19:44.745Z Downloaded password-hash v0.5.0
6242026-07-31T16:19:44.745Z Downloaded ff v0.14.0
6252026-07-31T16:19:44.745Z Downloaded filetime v0.2.27
6262026-07-31T16:19:44.745Z Downloaded chacha20 v0.10.0
6272026-07-31T16:19:44.745Z Downloaded humantime v2.3.0
6282026-07-31T16:19:44.750Z Downloaded blowfish v0.10.0
6292026-07-31T16:19:44.753Z Downloaded constant_time_eq v0.4.2
6302026-07-31T16:19:44.753Z Downloaded num-complex v0.4.6
6312026-07-31T16:19:44.753Z Downloaded cbc v0.2.1
6322026-07-31T16:19:44.756Z Downloaded pin-project-internal v1.1.11
6332026-07-31T16:19:44.756Z Downloaded getrandom v0.2.17
6342026-07-31T16:19:44.761Z Downloaded strsim v0.10.0
6352026-07-31T16:19:44.761Z Downloaded hmac v0.12.1
6362026-07-31T16:19:44.764Z Downloaded tabled_derive v0.11.0
6372026-07-31T16:19:44.767Z Downloaded async-bb8-diesel v0.2.1
6382026-07-31T16:19:44.770Z Downloaded sync-ptr v0.1.4
6392026-07-31T16:19:44.773Z Downloaded thiserror-impl-no-std v2.0.2
6402026-07-31T16:19:44.773Z Downloaded oxide-tokio-rt v0.1.4
6412026-07-31T16:19:44.773Z Downloaded strum v0.26.3
6422026-07-31T16:19:44.776Z Downloaded tap v1.0.1
6432026-07-31T16:19:44.779Z Downloaded fallible-iterator v0.2.0
6442026-07-31T16:19:44.779Z Downloaded futures v0.3.32
6452026-07-31T16:19:44.781Z Downloaded getrandom v0.3.4
6462026-07-31T16:19:44.785Z Downloaded oxnet v0.1.6
6472026-07-31T16:19:44.785Z Downloaded pbkdf2 v0.13.0
6482026-07-31T16:19:44.785Z Downloaded peg v0.8.5
6492026-07-31T16:19:44.788Z Downloaded highway v1.3.0
6502026-07-31T16:19:44.788Z Downloaded phf v0.13.1
6512026-07-31T16:19:44.788Z Downloaded polyval v0.7.1
6522026-07-31T16:19:44.791Z Downloaded port-file v0.1.0
6532026-07-31T16:19:44.791Z Downloaded pkg-config v0.3.32
6542026-07-31T16:19:44.791Z Downloaded progenitor v0.14.0
6552026-07-31T16:19:44.794Z Downloaded progenitor-client v0.13.0
6562026-07-31T16:19:44.794Z Downloaded primefield v0.14.0
6572026-07-31T16:19:44.795Z Downloaded primeorder v0.13.6
6582026-07-31T16:19:44.795Z Downloaded topological-sort v0.2.2
6592026-07-31T16:19:44.798Z Downloaded trait-variant v0.1.2
6602026-07-31T16:19:44.798Z Downloaded hybrid-array v0.4.13
6612026-07-31T16:19:44.798Z Downloaded rand_chacha v0.9.0
6622026-07-31T16:19:44.802Z Downloaded cancel-safe-futures v0.1.5
6632026-07-31T16:19:44.802Z Downloaded ciborium v0.2.2
6642026-07-31T16:19:44.805Z Downloaded clang-sys v1.8.1
6652026-07-31T16:19:44.805Z Downloaded rustversion v1.0.22
6662026-07-31T16:19:44.805Z Downloaded serdect v0.4.3
6672026-07-31T16:19:44.808Z Downloaded rustls-pemfile v2.2.0
6682026-07-31T16:19:44.811Z Downloaded colored v3.1.1
6692026-07-31T16:19:44.813Z Downloaded universal-hash v0.5.1
6702026-07-31T16:19:44.814Z Downloaded usdt-attr-macro v0.6.0
6712026-07-31T16:19:44.814Z Downloaded colored v2.2.0
6722026-07-31T16:19:44.817Z Downloaded erased-serde v0.3.31
6732026-07-31T16:19:44.820Z Downloaded futures-executor v0.3.32
6742026-07-31T16:19:44.820Z Downloaded iana-time-zone v0.1.65
6752026-07-31T16:19:44.820Z Downloaded shlex v1.3.0
6762026-07-31T16:19:44.823Z Downloaded slog-dtrace v0.3.0
6772026-07-31T16:19:44.823Z Downloaded slog-stdlog v4.1.1
6782026-07-31T16:19:44.823Z Downloaded console v0.15.11
6792026-07-31T16:19:44.823Z Downloaded hyper-rustls v0.27.7
6802026-07-31T16:19:44.827Z Downloaded const-oid v0.9.6
6812026-07-31T16:19:44.827Z Downloaded unit-prefix v0.5.2
6822026-07-31T16:19:44.827Z Downloaded yoke-derive v0.8.1
6832026-07-31T16:19:44.827Z Downloaded crc v3.4.0
6842026-07-31T16:19:44.831Z Downloaded simd-adler32 v0.3.8
6852026-07-31T16:19:44.834Z Downloaded wait-timeout v0.2.1
6862026-07-31T16:19:44.834Z Downloaded xattr v1.6.1
6872026-07-31T16:19:44.842Z Downloaded tls_codec_derive v0.4.2
6882026-07-31T16:19:44.845Z Downloaded generic-array v1.4.3
6892026-07-31T16:19:44.845Z Downloaded thread_local v1.1.9
6902026-07-31T16:19:44.845Z Downloaded smf v0.2.3
6912026-07-31T16:19:44.848Z Downloaded spki v0.7.3
6922026-07-31T16:19:44.851Z Downloaded zone_cfg_derive v0.3.1
6932026-07-31T16:19:44.851Z Downloaded cpubits v0.1.1
6942026-07-31T16:19:44.851Z Downloaded cstr-argument v0.1.2
6952026-07-31T16:19:44.851Z Downloaded tinystr v0.8.2
6962026-07-31T16:19:44.854Z Downloaded tokio-test v0.4.5
6972026-07-31T16:19:44.854Z Downloaded parking_lot v0.11.2
6982026-07-31T16:19:44.859Z Downloaded cpufeatures v0.3.0
6992026-07-31T16:19:44.862Z Downloaded httparse v1.10.1
7002026-07-31T16:19:44.865Z Downloaded darling_macro v0.21.3
7012026-07-31T16:19:44.865Z Downloaded darling_macro v0.23.0
7022026-07-31T16:19:44.865Z Downloaded difflib v0.4.0
7032026-07-31T16:19:44.871Z Downloaded blake2 v0.11.0-rc.6
7042026-07-31T16:19:44.874Z Downloaded bzip2 v0.4.4
7052026-07-31T16:19:44.874Z Downloaded dropshot-api-manager-types v0.7.2
7062026-07-31T16:19:44.877Z Downloaded rustls-pki-types v1.14.0
7072026-07-31T16:19:44.877Z Downloaded dunce v1.0.5
7082026-07-31T16:19:44.880Z Downloaded digest-io v0.1.0
7092026-07-31T16:19:44.883Z Downloaded sec1 v0.8.1
7102026-07-31T16:19:44.886Z Downloaded compact_str v0.8.1
7112026-07-31T16:19:44.890Z Downloaded serde_cbor v0.11.2
7122026-07-31T16:19:44.893Z Downloaded ident_case v1.0.1
7132026-07-31T16:19:44.893Z Downloaded illumos-nvpair v0.3.0
7142026-07-31T16:19:44.893Z Downloaded unicase v2.9.0
7152026-07-31T16:19:44.893Z Downloaded usdt-impl v0.6.0
7162026-07-31T16:19:44.898Z Downloaded is_ci v1.2.0
7172026-07-31T16:19:44.901Z Downloaded kstat-rs v0.2.4
7182026-07-31T16:19:44.901Z Downloaded illumos-nvpair-sys v0.2.0
7192026-07-31T16:19:44.901Z Downloaded internet-checksum v0.2.1
7202026-07-31T16:19:44.901Z Downloaded ar_archive_writer v0.5.1
7212026-07-31T16:19:44.907Z Downloaded base64 v0.22.1
7222026-07-31T16:19:44.910Z Downloaded base64 v0.21.7
7232026-07-31T16:19:44.913Z Downloaded yoke v0.8.1
7242026-07-31T16:19:44.916Z Downloaded vergen-lib v9.1.0
7252026-07-31T16:19:44.916Z Downloaded whoami v1.6.1
7262026-07-31T16:19:44.919Z Downloaded libscf-sys v1.2.0
7272026-07-31T16:19:44.921Z Downloaded lru-cache v0.1.2
7282026-07-31T16:19:44.922Z Downloaded lru-slab v0.1.2
7292026-07-31T16:19:44.922Z Downloaded md5 v0.8.0
7302026-07-31T16:19:44.922Z Downloaded newline-converter v0.3.0
7312026-07-31T16:19:44.925Z Downloaded num-derive v0.4.2
7322026-07-31T16:19:44.925Z Downloaded num-iter v0.1.45
7332026-07-31T16:19:44.925Z Downloaded multimap v0.10.1
7342026-07-31T16:19:44.925Z Downloaded opaque-debug v0.3.1
7352026-07-31T16:19:44.928Z Downloaded futures-util v0.3.32
7362026-07-31T16:19:44.931Z Downloaded daft v0.1.7
7372026-07-31T16:19:44.934Z Downloaded spin v0.9.8
7382026-07-31T16:19:44.934Z Downloaded ctutils v0.4.2
7392026-07-31T16:19:44.934Z Downloaded nibble_vec v0.1.0
7402026-07-31T16:19:44.937Z Downloaded snafu-derive v0.8.9
7412026-07-31T16:19:44.940Z Downloaded openssl-macros v0.1.1
7422026-07-31T16:19:44.940Z Downloaded bytes v1.11.1
7432026-07-31T16:19:44.940Z Downloaded chacha20poly1305 v0.10.1
7442026-07-31T16:19:44.944Z Downloaded allocator-api2 v0.2.21
7452026-07-31T16:19:44.944Z Downloaded const-oid v0.10.2
7462026-07-31T16:19:44.947Z Downloaded rustls-platform-verifier v0.6.2
7472026-07-31T16:19:44.950Z Downloaded precomputed-hash v0.1.1
7482026-07-31T16:19:44.950Z Downloaded digest v0.11.3
7492026-07-31T16:19:44.953Z Downloaded ed25519 v2.2.3
7502026-07-31T16:19:44.953Z Downloaded delegate v0.13.5
7512026-07-31T16:19:44.953Z Downloaded fatfs v0.3.6
7522026-07-31T16:19:44.953Z Downloaded recursive-proc-macro-impl v0.1.1
7532026-07-31T16:19:44.957Z Downloaded path-slash v0.1.5
7542026-07-31T16:19:44.957Z Downloaded phf_shared v0.12.1
7552026-07-31T16:19:44.957Z Downloaded proc-macro-crate v1.3.1
7562026-07-31T16:19:44.957Z Downloaded rand_xorshift v0.4.0
7572026-07-31T16:19:44.960Z Downloaded arc-swap v1.8.2
7582026-07-31T16:19:44.963Z Downloaded derive-ex v0.1.8
7592026-07-31T16:19:44.966Z Downloaded const_format v0.2.35
7602026-07-31T16:19:44.966Z Downloaded vergen v9.1.0
7612026-07-31T16:19:44.971Z Downloaded quick-error v1.2.3
7622026-07-31T16:19:44.974Z Downloaded rustc_version v0.4.1
7632026-07-31T16:19:44.974Z Downloaded scheduled-thread-pool v0.2.7
7642026-07-31T16:19:44.974Z Downloaded similar v2.7.0
7652026-07-31T16:19:44.979Z Downloaded heapless v0.8.0
7662026-07-31T16:19:44.982Z Downloaded jobserver v0.1.34
7672026-07-31T16:19:44.985Z Downloaded bumpalo v3.20.2
7682026-07-31T16:19:44.985Z Downloaded heapless v0.7.17
7692026-07-31T16:19:44.994Z Downloaded libsw v3.5.0
7702026-07-31T16:19:44.997Z Downloaded mime_guess v2.0.5
7712026-07-31T16:19:44.997Z Downloaded openssl-sys v0.9.115
7722026-07-31T16:19:45.001Z Downloaded unicode-properties v0.1.4
7732026-07-31T16:19:45.004Z Downloaded enum_dispatch v0.3.13
7742026-07-31T16:19:45.004Z Downloaded instability v0.3.11
7752026-07-31T16:19:45.004Z Downloaded serde_urlencoded v0.7.1
7762026-07-31T16:19:45.004Z Downloaded semver v0.1.20
7772026-07-31T16:19:45.007Z Downloaded signal-hook-tokio v0.3.1
7782026-07-31T16:19:45.007Z Downloaded signature v2.2.0
7792026-07-31T16:19:45.007Z Downloaded darling v0.21.3
7802026-07-31T16:19:45.011Z Downloaded headers v0.4.1
7812026-07-31T16:19:45.014Z Downloaded signal-hook v0.3.18
7822026-07-31T16:19:45.014Z Downloaded supports-color v3.0.2
7832026-07-31T16:19:45.017Z Downloaded time-core v0.1.8
7842026-07-31T16:19:45.017Z Downloaded deranged v0.5.8
7852026-07-31T16:19:45.025Z Downloaded flume v0.11.1
7862026-07-31T16:19:45.029Z Downloaded num-integer v0.1.46
7872026-07-31T16:19:45.032Z Downloaded tagptr v0.2.0
7882026-07-31T16:19:45.032Z Downloaded pin-project v1.1.11
7892026-07-31T16:19:45.035Z Downloaded typify v0.6.2
7902026-07-31T16:19:45.038Z Downloaded percent-encoding v2.3.2
7912026-07-31T16:19:45.038Z Downloaded postgres-protocol v0.6.10
7922026-07-31T16:19:45.041Z Downloaded hickory-resolver v0.25.2
7932026-07-31T16:19:45.041Z Downloaded unicode-truncate v1.1.0
7942026-07-31T16:19:45.044Z Downloaded toml v0.7.8
7952026-07-31T16:19:45.044Z Downloaded parse-display-derive v0.10.0
7962026-07-31T16:19:45.044Z Downloaded ppv-lite86 v0.2.21
7972026-07-31T16:19:45.044Z Downloaded void v1.0.2
7982026-07-31T16:19:45.047Z Downloaded typify-macro v0.6.2
7992026-07-31T16:19:45.047Z Downloaded utf-8 v0.7.6
8002026-07-31T16:19:45.047Z Downloaded untrusted v0.9.0
8012026-07-31T16:19:45.050Z Downloaded crc-catalog v2.4.0
8022026-07-31T16:19:45.050Z Downloaded derive_builder v0.20.2
8032026-07-31T16:19:45.053Z Downloaded ed25519 v3.0.0
8042026-07-31T16:19:45.053Z Downloaded progenitor v0.13.0
8052026-07-31T16:19:45.056Z Downloaded progenitor-extras v0.2.0
8062026-07-31T16:19:45.056Z Downloaded rusty-fork v0.3.1
8072026-07-31T16:19:45.056Z Downloaded tar v0.4.46
8082026-07-31T16:19:45.059Z Downloaded zopfli v0.8.3
8092026-07-31T16:19:45.059Z Downloaded xshell-macros v0.2.7
8102026-07-31T16:19:45.059Z Downloaded zone v0.3.1
8112026-07-31T16:19:45.062Z Downloaded darling_macro v0.13.4
8122026-07-31T16:19:45.065Z Downloaded serde_with_macros v1.5.2
8132026-07-31T16:19:45.065Z Downloaded signal-hook-registry v1.4.8
8142026-07-31T16:19:45.071Z Downloaded defmt v0.3.100
8152026-07-31T16:19:45.074Z Downloaded derive_builder_macro v0.20.2
8162026-07-31T16:19:45.074Z Downloaded ingot-macros v0.2.0
8172026-07-31T16:19:45.077Z Downloaded schemars_derive v0.8.22
8182026-07-31T16:19:45.077Z Downloaded serde_derive_internals v0.29.1
8192026-07-31T16:19:45.080Z Downloaded endian-type v0.1.2
8202026-07-31T16:19:45.083Z Downloaded ssh-encoding v0.3.0
8212026-07-31T16:19:45.083Z Downloaded downcast-rs v2.0.2
8222026-07-31T16:19:45.083Z Downloaded half v2.7.1
8232026-07-31T16:19:45.086Z Downloaded hickory-resolver v0.24.4
8242026-07-31T16:19:45.089Z Downloaded http v1.4.2
8252026-07-31T16:19:45.092Z Downloaded slog-json v2.6.1
8262026-07-31T16:19:45.092Z Downloaded string_cache v0.8.9
8272026-07-31T16:19:45.092Z Downloaded stringprep v0.1.5
8282026-07-31T16:19:45.095Z Downloaded display-error-chain v0.2.2
8292026-07-31T16:19:45.095Z Downloaded inout v0.2.2
8302026-07-31T16:19:45.095Z Downloaded cc v1.2.56
8312026-07-31T16:19:45.098Z Downloaded peg-macros v0.8.5
8322026-07-31T16:19:45.098Z Downloaded rustls-webpki v0.103.13
8332026-07-31T16:19:45.103Z Downloaded termios v0.3.3
8342026-07-31T16:19:45.103Z Downloaded tls_codec v0.4.2
8352026-07-31T16:19:45.106Z Downloaded idna_adapter v1.2.1
8362026-07-31T16:19:45.109Z Downloaded subprocess v0.2.15
8372026-07-31T16:19:45.109Z Downloaded async-compression v0.4.41
8382026-07-31T16:19:45.114Z Downloaded pkcs1 v0.8.0-rc.4
8392026-07-31T16:19:45.118Z Downloaded new_debug_unreachable v1.0.6
8402026-07-31T16:19:45.121Z Downloaded num v0.4.3
8412026-07-31T16:19:45.121Z Downloaded olpc-cjson v0.1.4
8422026-07-31T16:19:45.121Z Downloaded mime v0.3.17
8432026-07-31T16:19:45.124Z Downloaded nodrop v0.1.14
8442026-07-31T16:19:45.124Z Downloaded packed_struct_codegen v0.10.1
8452026-07-31T16:19:45.129Z Downloaded icu_collections v2.1.1
8462026-07-31T16:19:45.132Z Downloaded icu_locale_core v2.1.1
8472026-07-31T16:19:45.135Z Downloaded tracing-core v0.1.36
8482026-07-31T16:19:45.138Z Downloaded derive-where v1.6.0
8492026-07-31T16:19:45.144Z Downloaded xshell v0.2.7
8502026-07-31T16:19:45.147Z Downloaded zstd v0.13.3
8512026-07-31T16:19:45.147Z Downloaded phf_shared v0.11.3
8522026-07-31T16:19:45.147Z Downloaded diesel_table_macro_syntax v0.3.0
8532026-07-31T16:19:45.147Z Downloaded proc-macro-error-attr2 v2.0.0
8542026-07-31T16:19:45.150Z Downloaded psl-types v2.0.11
8552026-07-31T16:19:45.150Z Downloaded rustc-hash v2.1.1
8562026-07-31T16:19:45.153Z Downloaded defmt v1.0.1
8572026-07-31T16:19:45.161Z Downloaded thiserror-no-std v2.0.2
8582026-07-31T16:19:45.165Z Downloaded csv-core v0.1.13
8592026-07-31T16:19:45.170Z Downloaded libbz2-rs-sys v0.2.2
8602026-07-31T16:19:45.170Z Downloaded ref-cast v1.0.25
8612026-07-31T16:19:45.170Z Downloaded ena v0.14.4
8622026-07-31T16:19:45.173Z Downloaded tokio-rustls v0.26.4
8632026-07-31T16:19:45.173Z Downloaded smallvec v1.15.1
8642026-07-31T16:19:45.173Z Downloaded expectorate v1.2.0
8652026-07-31T16:19:45.176Z Downloaded ipnetwork v0.21.1
8662026-07-31T16:19:45.180Z Downloaded lock_api v0.4.14
8672026-07-31T16:19:45.183Z Downloaded serde_plain v1.0.2
8682026-07-31T16:19:45.183Z Downloaded strum_macros v0.27.2
8692026-07-31T16:19:45.183Z Downloaded serde-big-array v0.5.1
8702026-07-31T16:19:45.186Z Downloaded sha1 v0.10.6
8712026-07-31T16:19:45.189Z Downloaded sigpipe v0.1.3
8722026-07-31T16:19:45.192Z Downloaded structmeta v0.3.0
8732026-07-31T16:19:45.198Z Downloaded hashbrown v0.12.3
8742026-07-31T16:19:45.202Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8752026-07-31T16:19:45.202Z Downloaded module-lattice v0.2.3
8762026-07-31T16:19:45.202Z Downloaded nu-ansi-term v0.50.3
8772026-07-31T16:19:45.205Z Downloaded steno v0.4.1
8782026-07-31T16:19:45.205Z Downloaded papergrid v0.17.0
8792026-07-31T16:19:45.208Z Downloaded testing_table v0.3.0
8802026-07-31T16:19:45.208Z Downloaded num-bigint v0.4.6
8812026-07-31T16:19:45.211Z Downloaded tracing-attributes v0.1.31
8822026-07-31T16:19:45.217Z Downloaded md-5 v0.10.6
8832026-07-31T16:19:45.222Z Downloaded unicode-xid v0.2.6
8842026-07-31T16:19:45.225Z Downloaded utf8_iter v1.0.4
8852026-07-31T16:19:45.225Z Downloaded packed_struct v0.10.1
8862026-07-31T16:19:45.228Z Downloaded qorb v0.4.1
8872026-07-31T16:19:45.228Z Downloaded darling_core v0.21.3
8882026-07-31T16:19:45.231Z Downloaded darling v0.23.0
8892026-07-31T16:19:45.234Z Downloaded hashbrown v0.15.5
8902026-07-31T16:19:45.237Z Downloaded progenitor-impl v0.13.0
8912026-07-31T16:19:45.237Z Downloaded unarray v0.1.4
8922026-07-31T16:19:45.237Z Downloaded wnaf v0.14.0
8932026-07-31T16:19:45.240Z Downloaded crossbeam-utils v0.8.21
8942026-07-31T16:19:45.240Z Downloaded waitgroup v0.1.2
8952026-07-31T16:19:45.240Z Downloaded zerofrom v0.1.6
8962026-07-31T16:19:45.240Z Downloaded crc8 v0.1.1
8972026-07-31T16:19:45.240Z Downloaded walkdir v2.5.0
8982026-07-31T16:19:45.243Z Downloaded aes v0.9.1
8992026-07-31T16:19:45.246Z Downloaded p521 v0.14.0
9002026-07-31T16:19:45.249Z Downloaded yasna v0.5.2
9012026-07-31T16:19:45.249Z Downloaded rsa v0.9.10
9022026-07-31T16:19:45.253Z Downloaded rsa v0.10.0-rc.18
9032026-07-31T16:19:45.256Z Downloaded aes-gcm v0.11.0
9042026-07-31T16:19:45.256Z Downloaded socket2 v0.5.10
9052026-07-31T16:19:45.259Z Downloaded dyn-clone v1.0.20
9062026-07-31T16:19:45.259Z Downloaded rand_core v0.9.5
9072026-07-31T16:19:45.259Z Downloaded rand_core v0.10.0
9082026-07-31T16:19:45.262Z Downloaded rpassword v7.5.4
9092026-07-31T16:19:45.262Z Downloaded indoc v1.0.9
9102026-07-31T16:19:45.265Z Downloaded hashbrown v0.13.2
9112026-07-31T16:19:45.268Z Downloaded hyper-util v0.1.20
9122026-07-31T16:19:45.271Z Downloaded zerotrie v0.2.3
9132026-07-31T16:19:45.274Z Downloaded rustls-native-certs v0.8.3
9142026-07-31T16:19:45.274Z Downloaded litrs v1.0.0
9152026-07-31T16:19:45.276Z Downloaded debug-ignore v1.0.5
9162026-07-31T16:19:45.277Z Downloaded slog-bunyan v2.5.0
9172026-07-31T16:19:45.279Z Downloaded slog-async v2.8.0
9182026-07-31T16:19:45.279Z Downloaded ron v0.8.1
9192026-07-31T16:19:45.283Z Downloaded maybe-uninit v2.0.0
9202026-07-31T16:19:45.289Z Downloaded synstructure v0.13.2
9212026-07-31T16:19:45.292Z Downloaded sqlformat v0.3.5
9222026-07-31T16:19:45.297Z Downloaded parking_lot v0.12.5
9232026-07-31T16:19:45.299Z Downloaded strum_macros v0.26.4
9242026-07-31T16:19:45.299Z Downloaded oxide-update-engine-display v0.1.2
9252026-07-31T16:19:45.303Z Downloaded num-bigint-dig v0.8.6
9262026-07-31T16:19:45.305Z Downloaded lzss v0.8.2
9272026-07-31T16:19:45.308Z Downloaded newtype_derive v0.1.6
9282026-07-31T16:19:45.311Z Downloaded toml_writer v1.1.1+spec-1.1.0
9292026-07-31T16:19:45.311Z Downloaded scuffle v0.1.0
9302026-07-31T16:19:45.314Z Downloaded crc-any v2.5.0
9312026-07-31T16:19:45.317Z Downloaded ed25519-dalek v2.2.0
9322026-07-31T16:19:45.320Z Downloaded poly1305 v0.9.0
9332026-07-31T16:19:45.327Z Downloaded postcard v1.1.3
9342026-07-31T16:19:45.330Z Downloaded writeable v0.6.2
9352026-07-31T16:19:45.330Z Downloaded rustc_version v0.1.7
9362026-07-31T16:19:45.336Z Downloaded socket2 v0.6.3
9372026-07-31T16:19:45.339Z Downloaded corncobs v0.1.4
9382026-07-31T16:19:45.342Z Downloaded daft-derive v0.1.7
9392026-07-31T16:19:45.345Z Downloaded predicates-core v1.0.10
9402026-07-31T16:19:45.345Z Downloaded proc-macro-crate v3.4.0
9412026-07-31T16:19:45.348Z Downloaded ecdsa v0.16.9
9422026-07-31T16:19:45.351Z Downloaded scrypt v0.12.0
9432026-07-31T16:19:45.354Z Downloaded serde_bytes v0.11.19
9442026-07-31T16:19:45.357Z Downloaded shell-words v1.1.1
9452026-07-31T16:19:45.357Z Downloaded signal-hook-mio v0.2.5
9462026-07-31T16:19:45.360Z Downloaded hickory-server v0.25.2
9472026-07-31T16:19:45.363Z Downloaded toml_edit v0.23.10+spec-1.0.0
9482026-07-31T16:19:45.369Z Downloaded ipnet v2.11.0
9492026-07-31T16:19:45.372Z Downloaded keccak v0.2.0
9502026-07-31T16:19:45.372Z Downloaded sponge-cursor v0.1.0
9512026-07-31T16:19:45.375Z Downloaded subtle v2.6.1
9522026-07-31T16:19:45.381Z Downloaded term v0.7.0
9532026-07-31T16:19:45.384Z Downloaded libefi-sys v0.1.0
9542026-07-31T16:19:45.384Z Downloaded strip-ansi-escapes v0.2.1
9552026-07-31T16:19:45.384Z Downloaded tinyvec_macros v0.1.1
9562026-07-31T16:19:45.387Z Downloaded usdt v0.6.0
9572026-07-31T16:19:45.387Z Downloaded linear-map v1.2.0
9582026-07-31T16:19:45.387Z Downloaded toml_edit v0.19.15
9592026-07-31T16:19:45.396Z Downloaded omicron-zone-package v0.12.3
9602026-07-31T16:19:45.399Z Downloaded tokio-tungstenite v0.23.1
9612026-07-31T16:19:45.399Z Downloaded toml_parser v1.1.2+spec-1.1.0
9622026-07-31T16:19:45.402Z Downloaded tiny-keccak v2.0.2
9632026-07-31T16:19:45.405Z Downloaded hkdf v0.12.4
9642026-07-31T16:19:45.408Z Downloaded minimal-lexical v0.2.1
9652026-07-31T16:19:45.411Z Downloaded nanorand v0.7.0
9662026-07-31T16:19:45.411Z Downloaded num_enum v0.5.11
9672026-07-31T16:19:45.414Z Downloaded oso-derive v0.27.3
9682026-07-31T16:19:45.414Z Downloaded pkcs5 v0.8.1
9692026-07-31T16:19:45.417Z Downloaded yansi v1.0.1
9702026-07-31T16:19:45.420Z Downloaded pem v3.0.6
9712026-07-31T16:19:45.420Z Downloaded crunchy v0.2.4
9722026-07-31T16:19:45.421Z Downloaded r2d2 v0.8.10
9732026-07-31T16:19:45.421Z Downloaded crypto-common v0.2.2
9742026-07-31T16:19:45.421Z Downloaded crc32fast v1.5.0
9752026-07-31T16:19:45.424Z Downloaded proc-macro-error2 v2.0.1
9762026-07-31T16:19:45.424Z Downloaded pin-project-lite v0.2.17
9772026-07-31T16:19:45.427Z Downloaded aho-corasick v1.1.4
9782026-07-31T16:19:45.431Z Downloaded enum-as-inner v0.6.1
9792026-07-31T16:19:45.433Z Downloaded dropshot_endpoint v0.17.1
9802026-07-31T16:19:45.438Z Downloaded ignore v0.4.25
9812026-07-31T16:19:45.441Z Downloaded rand_core v0.6.4
9822026-07-31T16:19:45.444Z Downloaded serde_path_to_error v0.1.20
9832026-07-31T16:19:45.447Z Downloaded lalrpop-util v0.19.12
9842026-07-31T16:19:45.447Z Downloaded managed v0.8.0
9852026-07-31T16:19:45.447Z Downloaded ecdsa v0.17.0
9862026-07-31T16:19:45.450Z Downloaded x509-cert v0.2.5
9872026-07-31T16:19:45.453Z Downloaded parse-size v1.1.0
9882026-07-31T16:19:45.456Z Downloaded schemars v0.8.22
9892026-07-31T16:19:45.459Z Downloaded smallvec v0.6.14
9902026-07-31T16:19:45.464Z Downloaded slog-term v2.9.2
9912026-07-31T16:19:45.467Z Downloaded wyz v0.5.1
9922026-07-31T16:19:45.467Z Downloaded tokio-postgres v0.7.16
9932026-07-31T16:19:45.470Z Downloaded maplit v1.0.2
9942026-07-31T16:19:45.473Z Downloaded tinyvec v1.10.0
9952026-07-31T16:19:45.477Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9962026-07-31T16:19:45.480Z Downloaded uuid v1.23.4
9972026-07-31T16:19:45.483Z Downloaded recursive v0.1.1
9982026-07-31T16:19:45.486Z Downloaded zerovec-derive v0.11.2
9992026-07-31T16:19:45.489Z Downloaded sha1 v0.11.0
10002026-07-31T16:19:45.492Z Downloaded publicsuffix v2.3.0
10012026-07-31T16:19:45.492Z Downloaded der_derive v0.7.3
10022026-07-31T16:19:45.492Z Downloaded derive_builder_core v0.20.2
10032026-07-31T16:19:45.495Z Downloaded data-encoding v2.10.0
10042026-07-31T16:19:45.495Z Downloaded zip v4.6.1
10052026-07-31T16:19:45.498Z Downloaded postgres-types v0.2.12
10062026-07-31T16:19:45.501Z Downloaded displaydoc v0.2.5
10072026-07-31T16:19:45.501Z Downloaded impl-trait-for-tuples v0.2.3
10082026-07-31T16:19:45.504Z Downloaded ingot v0.2.1
10092026-07-31T16:19:45.504Z Downloaded convert_case v0.10.0
10102026-07-31T16:19:45.504Z Downloaded stable_deref_trait v1.2.1
10112026-07-31T16:19:45.508Z Downloaded russh-util v0.52.0
10122026-07-31T16:19:45.511Z Downloaded tower-http v0.6.8
10132026-07-31T16:19:45.514Z Downloaded either v1.15.0
10142026-07-31T16:19:45.514Z Downloaded phc v0.6.1
10152026-07-31T16:19:45.530Z Downloaded elliptic-curve v0.14.1
10162026-07-31T16:19:45.534Z Downloaded des v0.9.0
10172026-07-31T16:19:45.537Z Downloaded phf v0.12.1
10182026-07-31T16:19:45.537Z Downloaded salsa20 v0.11.0
10192026-07-31T16:19:45.541Z Downloaded num-rational v0.4.2
10202026-07-31T16:19:45.541Z Downloaded darling_macro v0.20.11
10212026-07-31T16:19:45.541Z Downloaded tower-layer v0.3.3
10222026-07-31T16:19:45.545Z Downloaded usdt-macro v0.6.0
10232026-07-31T16:19:45.545Z Downloaded slog v2.8.2
10242026-07-31T16:19:45.548Z Downloaded multer v3.1.0
10252026-07-31T16:19:45.551Z Downloaded tokio-stream v0.1.18
10262026-07-31T16:19:45.560Z Downloaded newtype-uuid-macros v0.1.0
10272026-07-31T16:19:45.563Z Downloaded ssh-key v0.7.0-rc.11
10282026-07-31T16:19:45.567Z Downloaded hkdf v0.13.0
10292026-07-31T16:19:45.570Z Downloaded crossterm v0.28.1
10302026-07-31T16:19:45.574Z Downloaded tungstenite v0.21.0
10312026-07-31T16:19:45.577Z Downloaded predicates v3.1.4
10322026-07-31T16:19:45.577Z Downloaded match_cfg v0.1.0
10332026-07-31T16:19:45.577Z Downloaded siphasher v1.0.2
10342026-07-31T16:19:45.580Z Downloaded slab v0.4.12
10352026-07-31T16:19:45.580Z Downloaded dirs-next v2.0.0
10362026-07-31T16:19:45.580Z Downloaded dirs-sys-next v0.1.2
10372026-07-31T16:19:45.580Z Downloaded is-terminal v0.4.17
10382026-07-31T16:19:45.580Z Downloaded powerfmt v0.2.0
10392026-07-31T16:19:45.580Z Downloaded progenitor-macro v0.13.0
10402026-07-31T16:19:45.583Z Downloaded serde_spanned v1.1.1
10412026-07-31T16:19:45.583Z Downloaded primeorder v0.14.0
10422026-07-31T16:19:45.586Z Downloaded hashbrown v0.16.1
10432026-07-31T16:19:45.586Z Downloaded rand v0.8.6
10442026-07-31T16:19:45.590Z Downloaded spki v0.8.0
10452026-07-31T16:19:45.593Z Downloaded strum_macros v0.24.3
10462026-07-31T16:19:45.593Z Downloaded support-bundle-viewer v0.1.2
10472026-07-31T16:19:45.594Z Downloaded tokio-native-tls v0.3.1
10482026-07-31T16:19:45.597Z Downloaded take_mut v0.2.2
10492026-07-31T16:19:45.601Z Downloaded num_enum_derive v0.5.11
10502026-07-31T16:19:45.604Z Downloaded hyper v1.10.1
10512026-07-31T16:19:45.604Z Downloaded zeroize v1.9.0
10522026-07-31T16:19:45.607Z Downloaded pretty_assertions v1.4.1
10532026-07-31T16:19:45.607Z Downloaded derive_more-impl v2.1.1
10542026-07-31T16:19:45.610Z Downloaded darling_core v0.20.11
10552026-07-31T16:19:45.613Z Downloaded scroll v0.13.0
10562026-07-31T16:19:45.613Z Downloaded serde-hex v0.1.0
10572026-07-31T16:19:45.617Z Downloaded icu_normalizer_data v2.1.1
10582026-07-31T16:19:45.623Z Downloaded zeroize_derive v1.5.0
10592026-07-31T16:19:45.627Z Downloaded dtrace-parser v0.3.0
10602026-07-31T16:19:45.631Z Downloaded tui-tree-widget v0.23.1
10612026-07-31T16:19:45.634Z Downloaded icu_normalizer v2.1.1
10622026-07-31T16:19:45.634Z Downloaded samael v0.0.19
10632026-07-31T16:19:45.637Z Downloaded uzers v0.12.2
10642026-07-31T16:19:45.641Z Downloaded darling v0.13.4
10652026-07-31T16:19:45.641Z Downloaded indicatif v0.18.4
10662026-07-31T16:19:45.645Z Downloaded universal-hash v0.6.1
10672026-07-31T16:19:45.645Z Downloaded vte v0.14.1
10682026-07-31T16:19:45.645Z Downloaded zerocopy v0.6.6
10692026-07-31T16:19:45.649Z Downloaded libsw-core v0.3.2
10702026-07-31T16:19:45.649Z Downloaded owo-colors v4.3.0
10712026-07-31T16:19:45.652Z Downloaded embedded-io v0.4.0
10722026-07-31T16:19:45.652Z Downloaded lazy_static v1.5.0
10732026-07-31T16:19:45.655Z Downloaded h2 v0.4.15
10742026-07-31T16:19:45.658Z Downloaded p256 v0.14.0
10752026-07-31T16:19:45.661Z Downloaded test-strategy v0.4.5
10762026-07-31T16:19:45.661Z Downloaded p384 v0.14.0
10772026-07-31T16:19:45.664Z Downloaded progenitor-macro v0.14.0
10782026-07-31T16:19:45.664Z Downloaded parking_lot_core v0.9.12
10792026-07-31T16:19:45.667Z Downloaded pkcs8 v0.11.0
10802026-07-31T16:19:45.667Z Downloaded document-features v0.2.12
10812026-07-31T16:19:45.667Z Downloaded password-hash v0.6.1
10822026-07-31T16:19:45.667Z Downloaded potential_utf v0.1.4
10832026-07-31T16:19:45.671Z Downloaded defmt-parser v1.0.0
10842026-07-31T16:19:45.671Z Downloaded lru v0.12.5
10852026-07-31T16:19:45.671Z Downloaded rfc6979 v0.4.0
10862026-07-31T16:19:45.671Z Downloaded normalize-line-endings v0.3.0
10872026-07-31T16:19:45.671Z Downloaded openssl-probe v0.1.6
10882026-07-31T16:19:45.675Z Downloaded psm v0.1.30
10892026-07-31T16:19:45.678Z Downloaded rustyline v14.0.0
10902026-07-31T16:19:45.682Z Downloaded slog-scope v4.4.1
10912026-07-31T16:19:45.686Z Downloaded serde_with v1.14.0
10922026-07-31T16:19:45.690Z Downloaded tabwriter v1.4.1
10932026-07-31T16:19:45.694Z Downloaded rayon v1.11.0
10942026-07-31T16:19:45.708Z Downloaded num_enum v0.7.6
10952026-07-31T16:19:45.712Z Downloaded parking_lot_core v0.8.6
10962026-07-31T16:19:45.712Z Downloaded pem-rfc7468 v0.7.0
10972026-07-31T16:19:45.712Z Downloaded scopeguard v1.2.0
10982026-07-31T16:19:45.712Z Downloaded derive_more v2.1.1
10992026-07-31T16:19:45.712Z Downloaded zstd-safe v7.2.4
11002026-07-31T16:19:45.712Z Downloaded cookie v0.18.1
11012026-07-31T16:19:45.715Z Downloaded critical-section v1.2.0
11022026-07-31T16:19:45.724Z Downloaded linked-hash-map v0.5.6
11032026-07-31T16:19:45.727Z Downloaded schemars v0.9.0
11042026-07-31T16:19:45.731Z Downloaded vergen-gitcl v1.0.8
11052026-07-31T16:19:45.735Z Downloaded indoc v2.0.7
11062026-07-31T16:19:45.735Z Downloaded want v0.3.1
11072026-07-31T16:19:45.735Z Downloaded nonempty v0.12.0
11082026-07-31T16:19:45.735Z Downloaded dof v0.4.0
11092026-07-31T16:19:45.738Z Downloaded indent_write v2.2.0
11102026-07-31T16:19:45.742Z Downloaded time-macros v0.2.27
11112026-07-31T16:19:45.745Z Downloaded secrecy v0.10.3
11122026-07-31T16:19:45.748Z Downloaded sqlparser_derive v0.5.0
11132026-07-31T16:19:45.748Z Downloaded termtree v0.5.1
11142026-07-31T16:19:45.748Z Downloaded icu_properties_data v2.1.2
11152026-07-31T16:19:45.751Z Downloaded unicode_categories v0.1.1
11162026-07-31T16:19:45.755Z Downloaded crossterm v0.29.0
11172026-07-31T16:19:45.758Z Downloaded rand_seeder v0.4.0
11182026-07-31T16:19:45.761Z Downloaded dsl_auto_type v0.2.0
11192026-07-31T16:19:45.764Z Downloaded rand_pcg v0.10.2
11202026-07-31T16:19:45.774Z Downloaded libm v0.2.16
11212026-07-31T16:19:45.779Z Downloaded stacker v0.1.23
11222026-07-31T16:19:45.782Z Downloaded tokio-dtrace v0.1.1
11232026-07-31T16:19:45.783Z Downloaded memoffset v0.9.1
11242026-07-31T16:19:45.783Z Downloaded aws-lc-rs v1.16.3
11252026-07-31T16:19:45.786Z Downloaded signature v3.0.0
11262026-07-31T16:19:45.789Z Downloaded untrusted v0.7.1
11272026-07-31T16:19:45.792Z Downloaded inout v0.1.4
11282026-07-31T16:19:45.796Z Downloaded rawzip v0.4.4
11292026-07-31T16:19:45.800Z Downloaded pkcs1 v0.7.5
11302026-07-31T16:19:45.800Z Downloaded portable-atomic v1.13.1
11312026-07-31T16:19:45.803Z Downloaded itertools v0.14.0
11322026-07-31T16:19:45.806Z Downloaded itertools v0.12.1
11332026-07-31T16:19:45.809Z Downloaded num-traits v0.2.19
11342026-07-31T16:19:45.812Z Downloaded rayon-core v1.13.0
11352026-07-31T16:19:45.812Z Downloaded twox-hash v2.1.2
11362026-07-31T16:19:45.812Z Downloaded whoami v2.1.0
11372026-07-31T16:19:45.815Z Downloaded instant v0.1.13
11382026-07-31T16:19:45.815Z Downloaded paste v1.0.15
11392026-07-31T16:19:45.818Z Downloaded ctr v0.10.1
11402026-07-31T16:19:45.818Z Downloaded openssl-probe v0.2.1
11412026-07-31T16:19:45.818Z Downloaded winnow v0.6.26
11422026-07-31T16:19:45.822Z Downloaded structmeta-derive v0.3.0
11432026-07-31T16:19:45.824Z Downloaded tungstenite v0.23.0
11442026-07-31T16:19:45.825Z Downloaded libloading v0.8.9
11452026-07-31T16:19:45.830Z Downloaded poly1305 v0.8.0
11462026-07-31T16:19:45.830Z Downloaded diff v0.1.13
11472026-07-31T16:19:45.830Z Downloaded num-conv v0.2.0
11482026-07-31T16:19:45.834Z Downloaded sync_wrapper v1.0.2
11492026-07-31T16:19:45.834Z Downloaded crucible-workspace-hack v0.1.0
11502026-07-31T16:19:45.834Z Downloaded icu_provider v2.1.1
11512026-07-31T16:19:45.834Z Downloaded regex v1.12.3
11522026-07-31T16:19:45.837Z Downloaded blake3 v1.8.5
11532026-07-31T16:19:45.842Z Downloaded defmt-macros v1.0.1
11542026-07-31T16:19:45.845Z Downloaded derive_more v0.99.20
11552026-07-31T16:19:45.849Z Downloaded memmap2 v0.9.10
11562026-07-31T16:19:45.852Z Downloaded peg-runtime v0.8.5
11572026-07-31T16:19:45.856Z Downloaded bindgen v0.71.1
11582026-07-31T16:19:45.860Z Downloaded tokio-macros v2.7.0
11592026-07-31T16:19:45.860Z Downloaded secrecy v0.8.0
11602026-07-31T16:19:45.860Z Downloaded url v2.5.8
11612026-07-31T16:19:45.864Z Downloaded bitvec v1.0.1
11622026-07-31T16:19:45.868Z Downloaded ml-kem v0.3.2
11632026-07-31T16:19:45.871Z Downloaded sha2 v0.11.0
11642026-07-31T16:19:45.874Z Downloaded ryu v1.0.23
11652026-07-31T16:19:45.874Z Downloaded newtype-uuid v1.3.2
11662026-07-31T16:19:45.874Z Downloaded strum v0.27.2
11672026-07-31T16:19:45.874Z Downloaded crossbeam-channel v0.5.15
11682026-07-31T16:19:45.877Z Downloaded crypto-bigint v0.5.5
11692026-07-31T16:19:45.880Z Downloaded sec1 v0.7.3
11702026-07-31T16:19:45.880Z Downloaded static_assertions v1.1.0
11712026-07-31T16:19:45.883Z Downloaded sapling-renderdag v0.1.0
11722026-07-31T16:19:45.883Z Downloaded same-file v1.0.6
11732026-07-31T16:19:45.883Z Downloaded zerocopy-derive v0.8.40
11742026-07-31T16:19:45.886Z Downloaded ref-cast-impl v1.0.25
11752026-07-31T16:19:45.889Z Downloaded thread-id v5.1.0
11762026-07-31T16:19:45.889Z Downloaded resolv-conf v0.7.6
11772026-07-31T16:19:45.889Z Downloaded darling v0.20.11
11782026-07-31T16:19:45.892Z Downloaded radium v0.7.0
11792026-07-31T16:19:45.892Z Downloaded try-lock v0.2.5
11802026-07-31T16:19:45.892Z Downloaded zerofrom-derive v0.1.6
11812026-07-31T16:19:45.892Z Downloaded der v0.8.0
11822026-07-31T16:19:45.895Z Downloaded phf_shared v0.13.1
11832026-07-31T16:19:45.899Z Downloaded tower-service v0.3.3
11842026-07-31T16:19:45.899Z Downloaded oxide-update-engine v0.1.2
11852026-07-31T16:19:45.899Z Downloaded vergen-lib v0.1.6
11862026-07-31T16:19:45.899Z Downloaded ingot-types v0.2.0
11872026-07-31T16:19:45.899Z Downloaded embedded-io v0.6.1
11882026-07-31T16:19:45.902Z Downloaded curve25519-dalek-derive v0.1.1
11892026-07-31T16:19:45.902Z Downloaded idna v1.1.0
11902026-07-31T16:19:45.902Z Downloaded keccak v0.1.6
11912026-07-31T16:19:45.908Z Downloaded schemars v1.2.1
11922026-07-31T16:19:45.912Z Downloaded quinn v0.11.9
11932026-07-31T16:19:45.915Z Downloaded cookie_store v0.22.1
11942026-07-31T16:19:45.915Z Downloaded quinn-udp v0.5.14
11952026-07-31T16:19:45.918Z Downloaded russh-cryptovec v0.62.0
11962026-07-31T16:19:45.918Z Downloaded git2 v0.20.4
11972026-07-31T16:19:45.921Z Downloaded slog-envlogger v2.2.0
11982026-07-31T16:19:45.925Z Downloaded ssh-cipher v0.3.0
11992026-07-31T16:19:45.925Z Downloaded kem v0.3.0
12002026-07-31T16:19:45.925Z Downloaded reqwest v0.12.28
12012026-07-31T16:19:45.928Z Downloaded crossbeam-deque v0.8.6
12022026-07-31T16:19:45.928Z Downloaded progenitor-impl v0.14.0
12032026-07-31T16:19:45.933Z Downloaded vsss-rs v3.3.4
12042026-07-31T16:19:45.933Z Downloaded pkcs8 v0.10.2
12052026-07-31T16:19:45.936Z Downloaded mio v1.2.0
12062026-07-31T16:19:45.936Z Downloaded vergen-git2 v9.1.0
12072026-07-31T16:19:45.939Z Downloaded toml v1.1.2+spec-1.1.0
12082026-07-31T16:19:45.939Z Downloaded term v1.2.1
12092026-07-31T16:19:45.942Z Downloaded tokio-tungstenite v0.21.0
12102026-07-31T16:19:45.956Z Downloaded unsafe-libyaml v0.2.11
12112026-07-31T16:19:45.959Z Downloaded serde_with v3.21.0
12122026-07-31T16:19:45.965Z Downloaded serde_with_macros v3.21.0
12132026-07-31T16:19:45.969Z Downloaded oso v0.27.3
12142026-07-31T16:19:45.969Z Downloaded native-tls v0.2.18
12152026-07-31T16:19:45.972Z Downloaded diesel-dtrace v0.5.0
12162026-07-31T16:19:45.972Z Downloaded p384 v0.13.1
12172026-07-31T16:19:45.972Z Downloaded prefix-trie v0.7.0
12182026-07-31T16:19:45.975Z Downloaded internal-russh-num-bigint v0.5.0
12192026-07-31T16:19:45.978Z Downloaded unicode-segmentation v1.12.0
12202026-07-31T16:19:45.981Z Downloaded drift v0.2.0
12212026-07-31T16:19:45.984Z Downloaded icu_properties v2.1.2
12222026-07-31T16:19:45.988Z Downloaded nom v7.1.3
12232026-07-31T16:19:45.992Z Downloaded litemap v0.8.1
12242026-07-31T16:19:45.998Z Downloaded crossbeam-epoch v0.9.18
12252026-07-31T16:19:46.002Z Downloaded tower v0.5.3
12262026-07-31T16:19:46.010Z Downloaded indexmap v1.9.3
12272026-07-31T16:19:46.031Z Downloaded rcgen v0.12.1
12282026-07-31T16:19:46.034Z Downloaded quick-xml v0.37.5
12292026-07-31T16:19:46.037Z Downloaded quinn-proto v0.11.16
12302026-07-31T16:19:46.040Z Downloaded oxide-update-engine-types v0.1.2
12312026-07-31T16:19:46.040Z Downloaded darling_core v0.23.0
12322026-07-31T16:19:46.043Z Downloaded radix_trie v0.2.1
12332026-07-31T16:19:46.054Z Downloaded darling_core v0.13.4
12342026-07-31T16:19:46.057Z Downloaded prettyplease v0.2.37
12352026-07-31T16:19:46.060Z Downloaded iri-string v0.7.10
12362026-07-31T16:19:46.063Z Downloaded winnow v1.0.3
12372026-07-31T16:19:46.070Z Downloaded serde_yaml v0.9.34+deprecated
12382026-07-31T16:19:46.073Z Downloaded pem-rfc7468 v1.0.0
12392026-07-31T16:19:46.076Z Downloaded zip v0.6.6
12402026-07-31T16:19:46.076Z Downloaded miniz_oxide v0.8.9
12412026-07-31T16:19:46.080Z Downloaded unicode-bidi v0.3.18
12422026-07-31T16:19:46.084Z Downloaded snafu v0.8.9
12432026-07-31T16:19:46.088Z Downloaded goblin v0.10.5
12442026-07-31T16:19:46.091Z Downloaded rand v0.10.1
12452026-07-31T16:19:46.094Z Downloaded sha3 v0.12.0
12462026-07-31T16:19:46.112Z Downloaded typed-path v0.9.3
12472026-07-31T16:19:46.116Z Downloaded chrono v0.4.45
12482026-07-31T16:19:46.126Z Downloaded itertools v0.10.5
12492026-07-31T16:19:46.129Z Downloaded libxml v0.3.3
12502026-07-31T16:19:46.139Z Downloaded dropshot-api-manager v0.7.2
12512026-07-31T16:19:46.143Z Downloaded winnow v0.5.40
12522026-07-31T16:19:46.147Z Downloaded jiff-static v0.2.21
12532026-07-31T16:19:46.150Z Downloaded itertools v0.15.0
12542026-07-31T16:19:46.155Z Downloaded elliptic-curve v0.13.8
12552026-07-31T16:19:46.158Z Downloaded nom v8.0.0
12562026-07-31T16:19:46.174Z Downloaded tough v0.22.0
12572026-07-31T16:19:46.186Z Downloaded proptest v1.11.0
12582026-07-31T16:19:46.191Z Downloaded unicode-normalization v0.1.25
12592026-07-31T16:19:46.194Z Downloaded reedline v0.40.0
12602026-07-31T16:19:46.197Z Downloaded regex-syntax v0.6.29
12612026-07-31T16:19:46.202Z Downloaded iddqd v0.4.2
12622026-07-31T16:19:46.209Z Downloaded openssl v0.10.79
12632026-07-31T16:19:46.215Z Downloaded rand v0.9.2
12642026-07-31T16:19:46.218Z Downloaded crypto-primes v0.7.2
12652026-07-31T16:19:46.221Z Downloaded der v0.7.10
12662026-07-31T16:19:46.238Z Downloaded zlib-rs v0.6.2
12672026-07-31T16:19:46.245Z Downloaded tabled v0.20.0
12682026-07-31T16:19:46.254Z Downloaded lalrpop v0.19.12
12692026-07-31T16:19:46.260Z Downloaded tokio-util v0.7.18
12702026-07-31T16:19:46.264Z Downloaded vcpkg v0.2.15
12712026-07-31T16:19:46.285Z Downloaded time v0.3.47
12722026-07-31T16:19:46.291Z Downloaded curve25519-dalek v4.1.3
12732026-07-31T16:19:46.297Z Downloaded diesel_derives v2.3.7
12742026-07-31T16:19:46.300Z Downloaded zerovec v0.11.5
12752026-07-31T16:19:46.303Z Downloaded polar-core v0.27.3
12762026-07-31T16:19:46.306Z Downloaded petname v2.0.2
12772026-07-31T16:19:46.309Z Downloaded smoltcp v0.9.1
12782026-07-31T16:19:46.315Z Downloaded hickory-proto v0.24.4
12792026-07-31T16:19:46.324Z Downloaded itertools v0.13.0
12802026-07-31T16:19:46.327Z Downloaded reqwest v0.13.2
12812026-07-31T16:19:46.330Z Downloaded hickory-proto v0.25.2
12822026-07-31T16:19:46.340Z Downloaded bstr v1.12.1
12832026-07-31T16:19:46.347Z Downloaded object v0.37.3
12842026-07-31T16:19:46.351Z Downloaded nix v0.27.1
12852026-07-31T16:19:46.372Z Downloaded regress v0.11.1
12862026-07-31T16:19:46.377Z Downloaded salty v0.3.0
12872026-07-31T16:19:46.377Z Downloaded tracing v0.1.44
12882026-07-31T16:19:46.388Z Downloaded curve25519-dalek v5.0.0
12892026-07-31T16:19:46.391Z Downloaded diesel v2.3.7
12902026-07-31T16:19:46.403Z Downloaded ratatui v0.29.0
12912026-07-31T16:19:46.413Z Downloaded ed25519-dalek v3.0.0
12922026-07-31T16:19:46.418Z Downloaded crypto-bigint v0.7.5
12932026-07-31T16:19:46.435Z Downloaded regex-syntax v0.8.10
12942026-07-31T16:19:46.440Z Downloaded sha3 v0.11.0
12952026-07-31T16:19:46.445Z Downloaded zerocopy-derive v0.6.6
12962026-07-31T16:19:46.482Z Downloaded csv v1.4.0
12972026-07-31T16:19:46.493Z Downloaded nix v0.28.0
12982026-07-31T16:19:46.510Z Downloaded russh v0.62.4
12992026-07-31T16:19:46.520Z Downloaded nix v0.31.2
13002026-07-31T16:19:46.527Z Downloaded openapiv3 v2.2.0
13012026-07-31T16:19:46.557Z Downloaded libgit2-sys v0.18.3+1.9.2
13022026-07-31T16:19:46.588Z Downloaded object v0.30.4
13032026-07-31T16:19:46.593Z Downloaded moka v0.12.13
13042026-07-31T16:19:46.597Z Downloaded zerocopy v0.8.40
13052026-07-31T16:19:46.603Z Downloaded regress v0.10.5
13062026-07-31T16:19:46.609Z Downloaded dropshot v0.17.1
13072026-07-31T16:19:46.649Z Downloaded smoltcp v0.11.0
13082026-07-31T16:19:46.675Z Downloaded sqlparser v0.61.0
13092026-07-31T16:19:46.682Z Downloaded rustix v0.38.44
13102026-07-31T16:19:46.692Z Downloaded typify-impl v0.6.2
13112026-07-31T16:19:46.707Z Downloaded rustls v0.23.41
13122026-07-31T16:19:46.783Z Downloaded bzip2-sys v0.1.13+1.0.8
13132026-07-31T16:19:46.805Z Downloaded sled v0.34.7
13142026-07-31T16:19:46.900Z Downloaded regex-automata v0.4.14
13152026-07-31T16:19:46.947Z Downloaded chrono-tz v0.10.4
13162026-07-31T16:19:46.957Z Downloaded petgraph v0.8.3
13172026-07-31T16:19:46.970Z Downloaded jiff v0.2.21
13182026-07-31T16:19:46.982Z Downloaded petgraph v0.6.5
13192026-07-31T16:19:46.991Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13202026-07-31T16:19:47.001Z Downloaded sha3 v0.10.8
13212026-07-31T16:19:47.006Z Downloaded tokio v1.52.1
13222026-07-31T16:19:47.025Z Downloaded libz-sys v1.1.24
13232026-07-31T16:19:47.122Z Downloaded encoding_rs v0.8.35
13242026-07-31T16:19:47.142Z Downloaded ring v0.17.14
13252026-07-31T16:19:47.729Z Downloaded aws-lc-sys v0.40.0
13262026-07-31T16:19:47.975Z Compiling libc v0.2.185
13272026-07-31T16:19:47.975Z Compiling serde_core v1.0.228
13282026-07-31T16:19:47.975Z Compiling serde v1.0.228
13292026-07-31T16:19:47.978Z Compiling log v0.4.29
13302026-07-31T16:19:47.979Z Compiling smallvec v1.15.1
13312026-07-31T16:19:47.979Z Compiling shlex v1.3.0
13322026-07-31T16:19:48.114Z Compiling find-msvc-tools v0.1.9
13332026-07-31T16:19:48.121Z Compiling syn v2.0.117
13342026-07-31T16:19:48.297Z Compiling subtle v2.6.1
13352026-07-31T16:19:48.325Z Compiling scopeguard v1.2.0
13362026-07-31T16:19:48.348Z Compiling stable_deref_trait v1.2.1
13372026-07-31T16:19:48.403Z Compiling typenum v1.20.1
13382026-07-31T16:19:48.416Z Compiling lock_api v0.4.14
13392026-07-31T16:19:48.430Z Compiling serde_json v1.0.151
13402026-07-31T16:19:48.433Z Compiling zerocopy v0.8.40
13412026-07-31T16:19:48.469Z Compiling portable-atomic v1.13.1
13422026-07-31T16:19:48.627Z Compiling parking_lot_core v0.9.12
13432026-07-31T16:19:48.649Z Compiling pin-project-lite v0.2.17
13442026-07-31T16:19:48.732Z Compiling pkg-config v0.3.32
13452026-07-31T16:19:48.865Z Compiling critical-section v1.2.0
13462026-07-31T16:19:48.882Z Compiling libm v0.2.16
13472026-07-31T16:19:48.916Z Compiling jobserver v0.1.34
13482026-07-31T16:19:48.965Z Compiling errno v0.3.14
13492026-07-31T16:19:49.108Z Compiling getrandom v0.2.17
13502026-07-31T16:19:49.182Z Compiling cc v1.2.56
13512026-07-31T16:19:49.196Z Compiling getrandom v0.4.1
13522026-07-31T16:19:49.254Z Compiling rand_core v0.6.4
13532026-07-31T16:19:49.295Z Compiling signal-hook-registry v1.4.8
13542026-07-31T16:19:49.521Z Compiling once_cell v1.21.3
13552026-07-31T16:19:49.549Z Compiling num-traits v0.2.19
13562026-07-31T16:19:49.563Z Compiling rand_core v0.10.0
13572026-07-31T16:19:49.577Z Compiling futures-core v0.3.32
13582026-07-31T16:19:49.611Z Compiling parking_lot v0.12.5
13592026-07-31T16:19:49.719Z Compiling mio v1.2.0
13602026-07-31T16:19:49.916Z Compiling generic-array v0.14.7
13612026-07-31T16:19:49.940Z Compiling percent-encoding v2.3.2
13622026-07-31T16:19:49.969Z Compiling const-oid v0.9.6
13632026-07-31T16:19:50.216Z Compiling writeable v0.6.2
13642026-07-31T16:19:50.261Z Compiling bitflags v2.11.0
13652026-07-31T16:19:50.383Z Compiling litemap v0.8.1
13662026-07-31T16:19:50.405Z Compiling semver v1.0.28
13672026-07-31T16:19:50.534Z Compiling icu_normalizer_data v2.1.1
13682026-07-31T16:19:50.718Z Compiling icu_properties_data v2.1.2
13692026-07-31T16:19:50.745Z Compiling socket2 v0.6.3
13702026-07-31T16:19:50.779Z Compiling futures-sink v0.3.32
13712026-07-31T16:19:50.836Z Compiling slab v0.4.12
13722026-07-31T16:19:50.884Z Compiling futures-channel v0.3.32
13732026-07-31T16:19:50.930Z Compiling futures-io v0.3.32
13742026-07-31T16:19:51.014Z Compiling synstructure v0.13.2
13752026-07-31T16:19:51.047Z Compiling futures-task v0.3.32
13762026-07-31T16:19:51.080Z Compiling utf8_iter v1.0.4
13772026-07-31T16:19:51.112Z Compiling indexmap v2.14.0
13782026-07-31T16:19:51.152Z Compiling form_urlencoded v1.2.2
13792026-07-31T16:19:51.210Z Compiling getrandom v0.3.4
13802026-07-31T16:19:51.225Z Compiling rustversion v1.0.22
13812026-07-31T16:19:51.225Z Compiling cmake v0.1.57
13822026-07-31T16:19:51.323Z Compiling dunce v1.0.5
13832026-07-31T16:19:51.397Z Compiling rustix v1.1.3
13842026-07-31T16:19:51.424Z Compiling iana-time-zone v0.1.65
13852026-07-31T16:19:51.607Z Compiling fs_extra v1.3.0
13862026-07-31T16:19:51.623Z Compiling ident_case v1.0.1
13872026-07-31T16:19:51.627Z Compiling regex-syntax v0.8.10
13882026-07-31T16:19:51.743Z Compiling uuid v1.23.4
13892026-07-31T16:19:51.779Z Compiling vcpkg v0.2.15
13902026-07-31T16:19:51.886Z Compiling aws-lc-sys v0.40.0
13912026-07-31T16:19:52.093Z Compiling rand_core v0.9.5
13922026-07-31T16:19:52.278Z Compiling base64ct v1.8.3
13932026-07-31T16:19:52.393Z Compiling base64 v0.22.1
13942026-07-31T16:19:52.459Z Compiling rustc_version v0.4.1
13952026-07-31T16:19:52.527Z Compiling openssl-sys v0.9.115
13962026-07-31T16:19:52.576Z Compiling pem-rfc7468 v0.7.0
13972026-07-31T16:19:52.723Z Compiling tracing-core v0.1.36
13982026-07-31T16:19:52.740Z Compiling serde_derive v1.0.228
13992026-07-31T16:19:52.783Z Compiling zeroize_derive v1.5.0
14002026-07-31T16:19:52.877Z Compiling zerofrom-derive v0.1.6
14012026-07-31T16:19:53.055Z Compiling yoke-derive v0.8.1
14022026-07-31T16:19:53.176Z Compiling zerovec-derive v0.11.2
14032026-07-31T16:19:53.271Z Compiling zerocopy-derive v0.8.40
14042026-07-31T16:19:53.432Z Compiling zeroize v1.9.0
14052026-07-31T16:19:53.646Z Compiling displaydoc v0.2.5
14062026-07-31T16:19:54.254Z Compiling tokio-macros v2.7.0
14072026-07-31T16:19:54.297Z Compiling zerofrom v0.1.6
14082026-07-31T16:19:54.351Z Compiling futures-macro v0.3.32
14092026-07-31T16:19:54.401Z Compiling yoke v0.8.1
14102026-07-31T16:19:54.430Z Compiling tracing-attributes v0.1.31
14112026-07-31T16:19:54.584Z Compiling zerovec v0.11.5
14122026-07-31T16:19:54.605Z Compiling zerotrie v0.2.3
14132026-07-31T16:19:54.901Z Compiling crypto-common v0.1.7
14142026-07-31T16:19:54.975Z Compiling block-buffer v0.10.4
14152026-07-31T16:19:55.082Z Compiling tinystr v0.8.2
14162026-07-31T16:19:55.144Z Compiling potential_utf v0.1.4
14172026-07-31T16:19:55.149Z Compiling digest v0.10.7
14182026-07-31T16:19:55.210Z Compiling futures-util v0.3.32
14192026-07-31T16:19:55.288Z Compiling icu_locale_core v2.1.1
14202026-07-31T16:19:55.305Z Compiling icu_collections v2.1.1
14212026-07-31T16:19:55.407Z Compiling der_derive v0.7.3
14222026-07-31T16:19:55.788Z Compiling thiserror-impl v2.0.18
14232026-07-31T16:19:55.802Z Compiling flagset v0.4.7
14242026-07-31T16:19:55.935Z Compiling icu_provider v2.1.1
14252026-07-31T16:19:56.181Z Compiling bytes v1.11.1
14262026-07-31T16:19:56.228Z Compiling icu_properties v2.1.2
14272026-07-31T16:19:56.244Z Compiling icu_normalizer v2.1.1
14282026-07-31T16:19:56.369Z Compiling chrono v0.4.45
14292026-07-31T16:19:56.772Z Compiling tokio v1.52.1
14302026-07-31T16:19:56.789Z Compiling http v1.4.2
14312026-07-31T16:19:57.087Z Compiling idna_adapter v1.2.1
14322026-07-31T16:19:57.228Z Compiling idna v1.1.0
14332026-07-31T16:19:57.323Z Compiling aws-lc-rs v1.16.3
14342026-07-31T16:19:57.477Z Compiling http-body v1.0.1
14352026-07-31T16:19:57.605Z Compiling ppv-lite86 v0.2.21
14362026-07-31T16:19:57.630Z Compiling url v2.5.8
14372026-07-31T16:19:57.686Z Compiling thiserror v2.0.18
14382026-07-31T16:19:57.728Z Compiling der v0.7.10
14392026-07-31T16:19:57.775Z Compiling tracing v0.1.44
14402026-07-31T16:19:57.789Z Compiling rustls-pki-types v1.14.0
14412026-07-31T16:19:57.919Z Compiling rand_chacha v0.9.0
14422026-07-31T16:19:57.984Z Compiling serde_derive_internals v0.29.1
14432026-07-31T16:19:58.031Z Compiling cmov v0.5.4
14442026-07-31T16:19:58.235Z Compiling dyn-clone v1.0.20
14452026-07-31T16:19:58.238Z Compiling openssl-probe v0.2.1
14462026-07-31T16:19:58.382Z Compiling schemars v0.8.22
14472026-07-31T16:19:58.400Z Compiling httparse v1.10.1
14482026-07-31T16:19:58.414Z Compiling tinyvec_macros v0.1.1
14492026-07-31T16:19:58.480Z Compiling tinyvec v1.10.0
14502026-07-31T16:19:58.589Z Compiling spki v0.7.3
14512026-07-31T16:19:58.603Z Compiling ctutils v0.4.2
14522026-07-31T16:19:58.767Z Compiling rand v0.9.2
14532026-07-31T16:19:58.785Z Compiling pest_generator v2.8.6
14542026-07-31T16:19:58.814Z Compiling aho-corasick v1.1.4
14552026-07-31T16:19:58.828Z Compiling tower-service v0.3.3
14562026-07-31T16:19:58.841Z Compiling schemars_derive v0.8.22
14572026-07-31T16:19:58.882Z Compiling atomic-waker v1.1.2
14582026-07-31T16:19:58.915Z Compiling untrusted v0.7.1
14592026-07-31T16:19:58.999Z Compiling try-lock v0.2.5
14602026-07-31T16:19:59.033Z Compiling tower-layer v0.3.3
14612026-07-31T16:19:59.102Z Compiling want v0.3.1
14622026-07-31T16:19:59.185Z Compiling tempfile v3.25.0
14632026-07-31T16:19:59.260Z Compiling hybrid-array v0.4.13
14642026-07-31T16:19:59.448Z Compiling pest_derive v2.8.6
14652026-07-31T16:19:59.542Z Compiling ipnet v2.11.0
14662026-07-31T16:19:59.768Z Compiling regex-automata v0.4.14
14672026-07-31T16:19:59.873Z Compiling scroll_derive v0.13.1
14682026-07-31T16:20:00.034Z Compiling darling_core v0.20.11
14692026-07-31T16:20:00.060Z Compiling openssl v0.10.79
14702026-07-31T16:20:00.282Z Compiling rustls v0.23.41
14712026-07-31T16:20:00.449Z Compiling tokio-util v0.7.18
14722026-07-31T16:20:00.469Z Compiling httpdate v1.0.3
14732026-07-31T16:20:00.692Z Compiling foreign-types-shared v0.1.1
14742026-07-31T16:20:00.708Z Compiling untrusted v0.9.0
14752026-07-31T16:20:00.779Z Compiling cpufeatures v0.2.17
14762026-07-31T16:20:00.826Z Compiling foreign-types v0.3.2
14772026-07-31T16:20:00.851Z Compiling scroll v0.13.0
14782026-07-31T16:20:00.917Z Compiling unicode-normalization v0.1.25
14792026-07-31T16:20:01.114Z Compiling h2 v0.4.15
14802026-07-31T16:20:01.348Z Compiling pkcs8 v0.10.2
14812026-07-31T16:20:01.454Z Compiling openssl-macros v0.1.1
14822026-07-31T16:20:01.594Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14832026-07-31T16:20:01.762Z Compiling spin v0.9.8
14842026-07-31T16:20:01.839Z Compiling crc32fast v1.5.0
14852026-07-31T16:20:01.966Z Compiling powerfmt v0.2.0
14862026-07-31T16:20:01.966Z Compiling num-conv v0.2.0
14872026-07-31T16:20:02.092Z Compiling native-tls v0.2.18
14882026-07-31T16:20:02.108Z Compiling time-core v0.1.8
14892026-07-31T16:20:02.162Z Compiling deranged v0.5.8
14902026-07-31T16:20:02.248Z Compiling time-macros v0.2.27
14912026-07-31T16:20:02.273Z Compiling darling_macro v0.20.11
14922026-07-31T16:20:02.736Z Compiling darling v0.20.11
14932026-07-31T16:20:02.817Z Compiling goblin v0.10.5
14942026-07-31T16:20:03.116Z Compiling sha2 v0.10.9
14952026-07-31T16:20:03.265Z Compiling hmac v0.12.1
14962026-07-31T16:20:03.418Z Compiling sync_wrapper v1.0.2
14972026-07-31T16:20:03.527Z Compiling wait-timeout v0.2.1
14982026-07-31T16:20:03.780Z Compiling simd-adler32 v0.3.8
14992026-07-31T16:20:03.817Z Compiling bit-vec v0.8.0
15002026-07-31T16:20:04.012Z Compiling syn v1.0.109
15012026-07-31T16:20:04.042Z Compiling crossbeam-utils v0.8.21
15022026-07-31T16:20:04.299Z Compiling hyper v1.10.1
15032026-07-31T16:20:04.314Z Compiling usdt-impl v0.6.0
15042026-07-31T16:20:04.377Z Compiling num_threads v0.1.7
15052026-07-31T16:20:04.474Z Compiling quick-error v1.2.3
15062026-07-31T16:20:04.509Z Compiling siphasher v1.0.2
15072026-07-31T16:20:04.578Z Compiling rusty-fork v0.3.1
15082026-07-31T16:20:04.899Z Compiling time v0.3.47
15092026-07-31T16:20:05.084Z Compiling bit-set v0.8.0
15102026-07-31T16:20:05.114Z Compiling tower v0.5.3
15112026-07-31T16:20:05.246Z Compiling derive_builder_core v0.20.2
15122026-07-31T16:20:05.514Z Compiling hyper-util v0.1.20
15132026-07-31T16:20:05.593Z Compiling dof v0.4.0
15142026-07-31T16:20:05.923Z Compiling dtrace-parser v0.3.0
15152026-07-31T16:20:06.110Z Compiling http-body-util v0.1.3
15162026-07-31T16:20:06.357Z Compiling heapless v0.7.17
15172026-07-31T16:20:06.486Z Compiling scroll_derive v0.12.1
15182026-07-31T16:20:06.587Z Compiling thiserror-impl v1.0.69
15192026-07-31T16:20:06.644Z Compiling rand_xorshift v0.4.0
15202026-07-31T16:20:06.742Z Compiling slog v2.8.2
15212026-07-31T16:20:06.801Z Compiling darling_core v0.23.0
15222026-07-31T16:20:06.918Z Compiling bzip2-sys v0.1.13+1.0.8
15232026-07-31T16:20:06.986Z Compiling thread-id v5.1.0
15242026-07-31T16:20:07.071Z Compiling cookie v0.18.1
15252026-07-31T16:20:07.126Z Compiling paste v1.0.15
15262026-07-31T16:20:07.186Z Compiling unarray v0.1.4
15272026-07-31T16:20:07.214Z Compiling zstd-safe v7.2.4
15282026-07-31T16:20:07.246Z Compiling adler2 v2.0.1
15292026-07-31T16:20:07.353Z Compiling unicode-bidi v0.3.18
15302026-07-31T16:20:07.370Z Compiling allocator-api2 v0.2.21
15312026-07-31T16:20:07.384Z Compiling signal-hook v0.3.18
15322026-07-31T16:20:07.397Z Compiling anyhow v1.0.102
15332026-07-31T16:20:07.544Z Compiling iri-string v0.7.10
15342026-07-31T16:20:07.680Z Compiling unicode-properties v0.1.4
15352026-07-31T16:20:07.694Z Compiling ryu v1.0.23
15362026-07-31T16:20:07.787Z Compiling thiserror v1.0.69
15372026-07-31T16:20:07.865Z Compiling stringprep v0.1.5
15382026-07-31T16:20:07.882Z Compiling serde_urlencoded v0.7.1
15392026-07-31T16:20:07.956Z Compiling miniz_oxide v0.8.9
15402026-07-31T16:20:07.999Z Compiling proptest v1.11.0
15412026-07-31T16:20:08.284Z Compiling scroll v0.12.0
15422026-07-31T16:20:08.608Z Compiling derive_builder_macro v0.20.2
15432026-07-31T16:20:08.913Z Compiling tower-http v0.6.8
15442026-07-31T16:20:09.064Z Compiling tokio-native-tls v0.3.1
15452026-07-31T16:20:09.081Z Compiling camino v1.2.2
15462026-07-31T16:20:09.226Z Compiling darling_macro v0.23.0
15472026-07-31T16:20:09.241Z Compiling bstr v1.12.1
15482026-07-31T16:20:09.296Z Compiling ipnetwork v0.21.1
15492026-07-31T16:20:09.444Z Compiling block-buffer v0.12.1
15502026-07-31T16:20:09.484Z Compiling crypto-common v0.2.2
15512026-07-31T16:20:09.639Z Compiling block-padding v0.4.2
15522026-07-31T16:20:09.670Z Compiling rustls-native-certs v0.8.3
15532026-07-31T16:20:09.700Z Compiling rand_chacha v0.3.1
15542026-07-31T16:20:09.795Z Compiling serde_spanned v0.6.9
15552026-07-31T16:20:09.873Z Compiling hex v0.4.3
15562026-07-31T16:20:09.934Z Compiling erased-serde v0.3.31
15572026-07-31T16:20:09.948Z Compiling toml_datetime v0.6.11
15582026-07-31T16:20:10.161Z Compiling serde_tokenstream v0.2.3
15592026-07-31T16:20:10.228Z Compiling md-5 v0.10.6
15602026-07-31T16:20:10.396Z Compiling signature v2.2.0
15612026-07-31T16:20:10.472Z Compiling curve25519-dalek v4.1.3
15622026-07-31T16:20:10.477Z Compiling async-trait v0.1.89
15632026-07-31T16:20:10.500Z Compiling zerocopy-derive v0.7.35
15642026-07-31T16:20:10.572Z Compiling pin-project-internal v1.1.11
15652026-07-31T16:20:10.800Z Compiling vergen-lib v9.1.0
15662026-07-31T16:20:10.977Z Compiling hash32 v0.2.1
15672026-07-31T16:20:11.173Z Compiling num-integer v0.1.46
15682026-07-31T16:20:11.258Z Compiling memoffset v0.9.1
15692026-07-31T16:20:11.370Z Compiling encoding_rs v0.8.35
15702026-07-31T16:20:11.451Z Compiling num-bigint-dig v0.8.6
15712026-07-31T16:20:11.487Z Compiling ref-cast v1.0.25
15722026-07-31T16:20:11.509Z Compiling fallible-iterator v0.2.0
15732026-07-31T16:20:11.630Z Compiling cfg_aliases v0.2.1
15742026-07-31T16:20:11.659Z Compiling psl-types v2.0.11
15752026-07-31T16:20:11.703Z Compiling litrs v1.0.0
15762026-07-31T16:20:11.777Z Compiling smoltcp v0.9.1
15772026-07-31T16:20:11.780Z Compiling zlib-rs v0.6.2
15782026-07-31T16:20:11.818Z Compiling mime v0.3.17
15792026-07-31T16:20:12.065Z Compiling rustix v0.38.44
15802026-07-31T16:20:12.122Z Compiling postgres-protocol v0.6.10
15812026-07-31T16:20:12.191Z Compiling document-features v0.2.12
15822026-07-31T16:20:12.533Z Compiling publicsuffix v2.3.0
15832026-07-31T16:20:12.648Z Compiling nix v0.31.2
15842026-07-31T16:20:12.699Z Compiling pin-project v1.1.11
15852026-07-31T16:20:12.764Z Compiling hubpack_derive v0.1.1
15862026-07-31T16:20:12.808Z Compiling num-iter v0.1.45
15872026-07-31T16:20:12.838Z Compiling zerocopy v0.7.35
15882026-07-31T16:20:13.015Z Compiling newtype-uuid v1.3.2
15892026-07-31T16:20:13.213Z Compiling rand v0.8.6
15902026-07-31T16:20:13.330Z Compiling inout v0.2.2
15912026-07-31T16:20:13.345Z Compiling darling v0.23.0
15922026-07-31T16:20:13.368Z Compiling oxnet v0.1.6
15932026-07-31T16:20:13.371Z Compiling hyper-tls v0.6.0
15942026-07-31T16:20:13.421Z Compiling derive_builder v0.20.2
15952026-07-31T16:20:13.594Z Compiling goblin v0.8.2
15962026-07-31T16:20:14.038Z Compiling phf_shared v0.13.1
15972026-07-31T16:20:14.143Z Compiling regex v1.12.3
15982026-07-31T16:20:14.266Z Compiling lazy_static v1.5.0
15992026-07-31T16:20:14.269Z Compiling anstyle-parse v0.2.7
16002026-07-31T16:20:14.292Z Compiling futures-executor v0.3.32
16012026-07-31T16:20:14.357Z Compiling terminal_size v0.4.3
16022026-07-31T16:20:14.451Z Compiling strum_macros v0.27.2
16032026-07-31T16:20:14.490Z Compiling ref-cast-impl v1.0.25
16042026-07-31T16:20:14.540Z Compiling snafu-derive v0.8.9
16052026-07-31T16:20:14.554Z Compiling curve25519-dalek-derive v0.1.1
16062026-07-31T16:20:14.943Z Compiling flate2 v1.1.9
16072026-07-31T16:20:15.069Z Compiling daft-derive v0.1.7
16082026-07-31T16:20:15.241Z Compiling vergen v9.1.0
16092026-07-31T16:20:15.363Z Compiling cargo-platform v0.3.2
16102026-07-31T16:20:15.421Z Compiling ff v0.13.1
16112026-07-31T16:20:15.561Z Compiling fs-err v3.3.0
16122026-07-31T16:20:15.632Z Compiling ahash v0.8.12
16132026-07-31T16:20:15.752Z Compiling managed v0.8.0
16142026-07-31T16:20:15.788Z Compiling same-file v1.0.6
16152026-07-31T16:20:15.839Z Compiling object v0.37.3
16162026-07-31T16:20:15.950Z Compiling bitflags v1.3.2
16172026-07-31T16:20:15.965Z Compiling foldhash v0.2.0
16182026-07-31T16:20:16.028Z Compiling bumpalo v3.20.2
16192026-07-31T16:20:16.103Z Compiling unicode-segmentation v1.12.0
16202026-07-31T16:20:16.185Z Compiling base16ct v0.2.0
16212026-07-31T16:20:16.284Z Compiling winnow v0.5.40
16222026-07-31T16:20:16.366Z Compiling foldhash v0.1.5
16232026-07-31T16:20:16.433Z Compiling libbz2-rs-sys v0.2.2
16242026-07-31T16:20:16.477Z Compiling snafu v0.8.9
16252026-07-31T16:20:16.490Z Compiling hashbrown v0.15.5
16262026-07-31T16:20:16.532Z Compiling strum v0.27.2
16272026-07-31T16:20:16.660Z Compiling sec1 v0.7.3
16282026-07-31T16:20:16.823Z Compiling clap_builder v4.6.0
16292026-07-31T16:20:16.929Z Compiling bzip2 v0.6.1
16302026-07-31T16:20:17.022Z Compiling zopfli v0.8.3
16312026-07-31T16:20:17.042Z Compiling hashbrown v0.16.1
16322026-07-31T16:20:17.140Z Compiling walkdir v2.5.0
16332026-07-31T16:20:17.486Z Compiling dof v0.3.0
16342026-07-31T16:20:17.609Z Compiling toml_edit v0.19.15
16352026-07-31T16:20:17.653Z Compiling daft v0.1.7
16362026-07-31T16:20:17.779Z Compiling cargo_metadata v0.23.1
16372026-07-31T16:20:17.914Z Compiling group v0.13.0
16382026-07-31T16:20:18.179Z Compiling futures v0.3.32
16392026-07-31T16:20:18.194Z Compiling anstream v0.6.21
16402026-07-31T16:20:18.492Z Compiling phf v0.13.1
16412026-07-31T16:20:18.651Z Compiling signal-hook-mio v0.2.5
16422026-07-31T16:20:18.887Z Compiling cookie_store v0.22.1
16432026-07-31T16:20:19.087Z Compiling zstd v0.13.3
16442026-07-31T16:20:19.118Z Compiling bzip2 v0.4.4
16452026-07-31T16:20:19.324Z Compiling reqwest v0.12.28
16462026-07-31T16:20:19.342Z Compiling cipher v0.5.2
16472026-07-31T16:20:19.517Z Compiling serde_with_macros v3.21.0
16482026-07-31T16:20:19.647Z Compiling hubpack v0.1.2
16492026-07-31T16:20:19.862Z Compiling postgres-types v0.2.12
16502026-07-31T16:20:20.183Z Compiling ed25519 v2.2.3
16512026-07-31T16:20:20.439Z Compiling usdt-macro v0.6.0
16522026-07-31T16:20:20.686Z Compiling usdt-attr-macro v0.6.0
16532026-07-31T16:20:20.891Z Compiling globset v0.4.18
16542026-07-31T16:20:20.981Z Compiling dtrace-parser v0.2.0
16552026-07-31T16:20:21.082Z Compiling phf_shared v0.11.3
16562026-07-31T16:20:21.189Z Compiling hkdf v0.12.4
16572026-07-31T16:20:21.260Z Compiling pkcs1 v0.7.5
16582026-07-31T16:20:21.350Z Compiling olpc-cjson v0.1.4
16592026-07-31T16:20:21.481Z Compiling serde_plain v1.0.2
16602026-07-31T16:20:21.513Z Compiling serde-big-array v0.5.1
16612026-07-31T16:20:21.553Z Compiling crypto-bigint v0.5.5
16622026-07-31T16:20:21.645Z Compiling serde_repr v0.1.20
16632026-07-31T16:20:21.648Z Compiling clap_derive v4.6.1
16642026-07-31T16:20:21.671Z Compiling async-recursion v1.1.1
16652026-07-31T16:20:21.711Z Compiling strum_macros v0.26.4
16662026-07-31T16:20:22.156Z Compiling enum-as-inner v0.6.1
16672026-07-31T16:20:22.300Z Compiling pem v3.0.6
16682026-07-31T16:20:22.621Z Compiling float-cmp v0.10.0
16692026-07-31T16:20:22.652Z Compiling memmap2 v0.9.10
16702026-07-31T16:20:22.769Z Compiling thread-id v4.2.2
16712026-07-31T16:20:22.856Z Compiling env_filter v1.0.0
16722026-07-31T16:20:22.871Z Compiling winnow v1.0.3
16732026-07-31T16:20:23.066Z Compiling static_assertions v1.1.0
16742026-07-31T16:20:23.141Z Compiling fixedbitset v0.4.2
16752026-07-31T16:20:23.155Z Compiling fixedbitset v0.5.7
16762026-07-31T16:20:23.217Z Compiling normalize-line-endings v0.3.0
16772026-07-31T16:20:23.312Z Compiling precomputed-hash v0.1.1
16782026-07-31T16:20:23.350Z Compiling predicates-core v1.0.10
16792026-07-31T16:20:23.366Z Compiling either v1.15.0
16802026-07-31T16:20:23.398Z Compiling whoami v2.1.0
16812026-07-31T16:20:23.413Z Compiling data-encoding v2.10.0
16822026-07-31T16:20:23.447Z Compiling cpufeatures v0.3.0
16832026-07-31T16:20:23.517Z Compiling jiff v0.2.21
16842026-07-31T16:20:23.531Z Compiling new_debug_unreachable v1.0.6
16852026-07-31T16:20:23.563Z Compiling typed-path v0.9.3
16862026-07-31T16:20:23.598Z Compiling const-oid v0.10.2
16872026-07-31T16:20:23.647Z Compiling keccak v0.1.6
16882026-07-31T16:20:23.694Z Compiling difflib v0.4.0
16892026-07-31T16:20:23.758Z Compiling digest v0.11.3
16902026-07-31T16:20:23.795Z Compiling sha3 v0.10.8
16912026-07-31T16:20:23.970Z Compiling predicates v3.1.4
16922026-07-31T16:20:24.089Z Compiling hickory-proto v0.25.2
16932026-07-31T16:20:24.218Z Compiling tokio-postgres v0.7.16
16942026-07-31T16:20:24.233Z Compiling string_cache v0.8.9
16952026-07-31T16:20:24.365Z Compiling itertools v0.13.0
16962026-07-31T16:20:24.452Z Compiling chacha20 v0.10.0
16972026-07-31T16:20:24.589Z Compiling toml_edit v0.22.27
16982026-07-31T16:20:24.754Z Compiling strum v0.26.3
16992026-07-31T16:20:24.825Z Compiling clap v4.6.1
17002026-07-31T16:20:24.881Z Compiling petgraph v0.8.3
17012026-07-31T16:20:24.904Z Compiling petgraph v0.6.5
17022026-07-31T16:20:25.596Z Compiling toml_parser v1.1.2+spec-1.1.0
17032026-07-31T16:20:26.217Z Compiling zip v4.6.1
17042026-07-31T16:20:26.413Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17052026-07-31T16:20:26.428Z Compiling env_logger v0.11.9
17062026-07-31T16:20:26.774Z Compiling usdt-impl v0.5.0
17072026-07-31T16:20:26.864Z Compiling usdt v0.6.0
17082026-07-31T16:20:27.123Z Compiling elliptic-curve v0.13.8
17092026-07-31T16:20:27.155Z Compiling rsa v0.9.10
17102026-07-31T16:20:27.306Z Compiling crossterm v0.28.1
17112026-07-31T16:20:27.345Z Compiling serde_with v3.21.0
17122026-07-31T16:20:27.524Z Compiling ed25519-dalek v2.2.0
17132026-07-31T16:20:28.038Z Compiling zip v0.6.6
17142026-07-31T16:20:28.615Z Compiling toml v0.7.8
17152026-07-31T16:20:28.748Z Compiling iddqd v0.4.2
17162026-07-31T16:20:29.227Z Compiling similar v2.7.0
17172026-07-31T16:20:29.311Z Compiling heck v0.4.1
17182026-07-31T16:20:29.339Z Compiling byte-wrapper v0.1.0
17192026-07-31T16:20:29.342Z Compiling crossbeam-epoch v0.9.18
17202026-07-31T16:20:29.534Z Compiling tokio-stream v0.1.18
17212026-07-31T16:20:29.660Z Compiling buf-list v1.1.2
17222026-07-31T16:20:29.674Z Compiling x509-cert v0.2.5
17232026-07-31T16:20:29.929Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17242026-07-31T16:20:29.977Z Compiling openapiv3 v2.2.0
17252026-07-31T16:20:30.021Z Compiling lalrpop-util v0.19.12
17262026-07-31T16:20:30.096Z Compiling peg-runtime v0.8.5
17272026-07-31T16:20:30.222Z Compiling thread_local v1.1.9
17282026-07-31T16:20:30.236Z Compiling slog-async v2.8.0
17292026-07-31T16:20:30.258Z Compiling crossbeam-channel v0.5.15
17302026-07-31T16:20:30.371Z Compiling filetime v0.2.27
17312026-07-31T16:20:30.469Z Compiling is-terminal v0.4.17
17322026-07-31T16:20:30.539Z Compiling xattr v1.6.1
17332026-07-31T16:20:30.554Z Compiling term v1.2.1
17342026-07-31T16:20:30.566Z Compiling take_mut v0.2.2
17352026-07-31T16:20:30.673Z Compiling tar v0.4.46
17362026-07-31T16:20:30.721Z Compiling camino-tempfile v1.4.1
17372026-07-31T16:20:30.944Z Compiling slog-term v2.9.2
17382026-07-31T16:20:40.996Z Compiling rustls-webpki v0.103.13
17392026-07-31T16:20:43.649Z Compiling tokio-rustls v0.26.4
17402026-07-31T16:20:43.649Z Compiling rustls-platform-verifier v0.6.2
17412026-07-31T16:20:43.652Z Compiling tough v0.22.0
17422026-07-31T16:20:43.849Z Compiling hyper-rustls v0.27.7
17432026-07-31T16:20:44.040Z Compiling reqwest v0.13.2
17442026-07-31T16:20:46.250Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17452026-07-31T16:20:46.462Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17462026-07-31T16:20:49.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17472026-07-31T16:20:49.524Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17482026-07-31T16:20:49.576ZJul 31 16:20:48.196 INFO Starting download, target: Clickhouse
17492026-07-31T16:20:49.576ZJul 31 16:20:48.197 INFO Starting download, target: Cockroach
17502026-07-31T16:20:49.580ZJul 31 16:20:48.197 INFO Starting download, target: Console
17512026-07-31T16:20:49.580ZJul 31 16:20:48.197 INFO Starting download, target: DendriteStub
17522026-07-31T16:20:49.580ZJul 31 16:20:48.197 INFO Starting download, target: MaghemiteMgd
17532026-07-31T16:20:49.580ZJul 31 16:20:48.197 INFO Starting download, target: MaghemiteDdmd
17542026-07-31T16:20:49.580ZJul 31 16:20:48.197 INFO Starting download, target: TransceiverControl
17552026-07-31T16:20:49.580ZJul 31 16:20:48.197 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17562026-07-31T16:20:49.580ZJul 31 16:20:48.197 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17572026-07-31T16:20:49.580ZJul 31 16:20:48.197 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17582026-07-31T16:20:49.580ZJul 31 16:20:48.197 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17592026-07-31T16:20:49.580ZJul 31 16:20:48.197 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-07-31T16:20:49.580ZJul 31 16:20:48.197 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17612026-07-31T16:20:49.580ZJul 31 16:20:48.197 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17622026-07-31T16:20:50.231ZJul 31 16:20:48.839 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17632026-07-31T16:20:50.454ZJul 31 16:20:49.049 INFO Download complete, target: TransceiverControl
17642026-07-31T16:20:50.711ZJul 31 16:20:49.321 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17652026-07-31T16:20:51.446ZJul 31 16:20:50.044 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-07-31T16:20:51.704ZJul 31 16:20:50.284 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17672026-07-31T16:20:51.744ZJul 31 16:20:50.308 INFO Download complete, target: Console
17682026-07-31T16:20:52.264ZJul 31 16:20:50.834 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17692026-07-31T16:20:52.331ZJul 31 16:20:50.932 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-07-31T16:20:52.584ZJul 31 16:20:51.187 INFO Download complete, target: MaghemiteDdmd
17712026-07-31T16:20:52.739ZJul 31 16:20:51.355 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-07-31T16:20:52.739ZJul 31 16:20:51.355 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-07-31T16:20:54.199ZJul 31 16:20:52.819 INFO Download complete, target: DendriteStub
17742026-07-31T16:20:54.890ZJul 31 16:20:53.510 INFO Download complete, target: MaghemiteMgd
17752026-07-31T16:20:57.331ZJul 31 16:20:55.952 INFO Checking that binary works, target: Cockroach
17762026-07-31T16:20:57.447ZJul 31 16:20:56.068 INFO Download complete, target: Cockroach
17772026-07-31T16:20:58.961ZJul 31 16:20:57.581 INFO Checking that binary works, target: Clickhouse
17782026-07-31T16:20:59.068ZJul 31 16:20:57.689 INFO Download complete, target: Clickhouse
17792026-07-31T16:20:59.085ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-07-31T16:20:59.088Z
17812026-07-31T16:20:59.088Zreal 2:07.235281098
17822026-07-31T16:20:59.088Zuser 6:32.412472387
17832026-07-31T16:20:59.088Zsys 1:19.317929392
17842026-07-31T16:20:59.088Ztrap 0.234756317
17852026-07-31T16:20:59.088Ztflt 0.674508030
17862026-07-31T16:20:59.088Zdflt 0.841765743
17872026-07-31T16:20:59.088Zkflt 0.024285964
17882026-07-31T16:20:59.088Zlock 28:55.089619179
17892026-07-31T16:20:59.088Zslp 19:57.110451928
17902026-07-31T16:20:59.088Zlat 40.729686350
17912026-07-31T16:20:59.088Zstop 2:21.690239754
17922026-07-31T16:20:59.088Z+ banner hack-check
17932026-07-31T16:20:59.088Z
17942026-07-31T16:20:59.088Z # # ## #### # # #### # # ###### #### # #
17952026-07-31T16:20:59.089Z # # # # # # # # # # # # # # # # #
17962026-07-31T16:20:59.089Z ###### # # # #### ##### # ###### ##### # ####
17972026-07-31T16:20:59.089Z # # ###### # # # # # # # # # #
17982026-07-31T16:20:59.089Z # # # # # # # # # # # # # # # # #
17992026-07-31T16:20:59.089Z # # # # #### # # #### # # ###### #### # #
18002026-07-31T16:20:59.089Z
18012026-07-31T16:20:59.089Z+ export CARGO_INCREMENTAL=0
18022026-07-31T16:20:59.089Z+ CARGO_INCREMENTAL=0
18032026-07-31T16:20:59.089Z+ ptime -m timeout 2h cargo xtask check-features --ci
18042026-07-31T16:20:59.587Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-07-31T16:20:59.871Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-07-31T16:21:01.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s
18072026-07-31T16:21:01.710Z Running `target/debug/xtask check-features --ci`
18082026-07-31T16:21:01.737Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18092026-07-31T16:21:01.740Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18102026-07-31T16:21:02.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18112026-07-31T16:21:02.180Z Running `target/debug/xtask download cargo-hack`
18122026-07-31T16:21:02.941Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18132026-07-31T16:21:03.248Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18142026-07-31T16:21:05.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s
18152026-07-31T16:21:05.947Z Running `target/debug/xtask-downloader cargo-hack`
18162026-07-31T16:21:05.987ZJul 31 16:21:04.607 INFO Starting download, target: CargoHack
18172026-07-31T16:21:05.990ZJul 31 16:21:04.608 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18182026-07-31T16:21:06.364ZJul 31 16:21:04.984 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18192026-07-31T16:21:06.414ZJul 31 16:21:05.034 INFO Download complete, target: CargoHack
18202026-07-31T16:21:06.418Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18212026-07-31T16:21:06.429Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18222026-07-31T16:21:06.588Zinfo: running `cargo check --bins` on api_identity (1/305)
18232026-07-31T16:21:07.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-07-31T16:21:07.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-07-31T16:21:07.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-07-31T16:21:07.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18272026-07-31T16:21:07.119Z
18282026-07-31T16:21:07.119Zinfo: running `cargo check --bins` on bootstore (2/305)
18292026-07-31T16:21:07.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-07-31T16:21:07.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-07-31T16:21:07.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-07-31T16:21:07.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18332026-07-31T16:21:07.650Z
18342026-07-31T16:21:07.650Zinfo: running `cargo check --bins` on omicron-ledger (3/305)
18352026-07-31T16:21:08.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-07-31T16:21:08.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-07-31T16:21:08.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-07-31T16:21:08.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18392026-07-31T16:21:08.177Z
18402026-07-31T16:21:08.177Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/305)
18412026-07-31T16:21:08.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-07-31T16:21:08.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-07-31T16:21:08.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-07-31T16:21:08.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18452026-07-31T16:21:08.700Z
18462026-07-31T16:21:08.700Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/305)
18472026-07-31T16:21:09.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-07-31T16:21:09.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-07-31T16:21:09.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-07-31T16:21:09.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18512026-07-31T16:21:09.224Z
18522026-07-31T16:21:09.224Zinfo: running `cargo check --bins` on omicron-certificates (6/305)
18532026-07-31T16:21:09.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-07-31T16:21:09.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-07-31T16:21:09.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-07-31T16:21:09.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18572026-07-31T16:21:09.775Z
18582026-07-31T16:21:09.775Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/305)
18592026-07-31T16:21:10.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-07-31T16:21:10.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-07-31T16:21:10.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-07-31T16:21:10.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18632026-07-31T16:21:10.322Z
18642026-07-31T16:21:10.322Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/305)
18652026-07-31T16:21:10.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-07-31T16:21:10.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-07-31T16:21:10.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-07-31T16:21:10.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18692026-07-31T16:21:10.870Z
18702026-07-31T16:21:10.870Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/305)
18712026-07-31T16:21:11.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-07-31T16:21:11.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-07-31T16:21:11.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-07-31T16:21:11.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18752026-07-31T16:21:11.284Z
18762026-07-31T16:21:11.284Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/305)
18772026-07-31T16:21:11.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-07-31T16:21:11.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-07-31T16:21:11.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-07-31T16:21:11.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18812026-07-31T16:21:11.693Z
18822026-07-31T16:21:11.693Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/305)
18832026-07-31T16:21:12.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-07-31T16:21:12.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-07-31T16:21:12.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-07-31T16:21:12.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18872026-07-31T16:21:12.100Z
18882026-07-31T16:21:12.100Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/305)
18892026-07-31T16:21:12.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-07-31T16:21:12.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-07-31T16:21:12.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-07-31T16:21:12.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18932026-07-31T16:21:12.509Z
18942026-07-31T16:21:12.509Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/305)
18952026-07-31T16:21:12.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-07-31T16:21:12.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-07-31T16:21:12.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-07-31T16:21:12.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18992026-07-31T16:21:12.918Z
19002026-07-31T16:21:12.918Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/305)
19012026-07-31T16:21:13.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-07-31T16:21:13.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-07-31T16:21:13.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-07-31T16:21:13.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19052026-07-31T16:21:13.327Z
19062026-07-31T16:21:13.327Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/305)
19072026-07-31T16:21:13.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-07-31T16:21:13.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-07-31T16:21:13.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-07-31T16:21:13.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19112026-07-31T16:21:13.735Z
19122026-07-31T16:21:13.735Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/305)
19132026-07-31T16:21:14.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-07-31T16:21:14.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-07-31T16:21:14.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-07-31T16:21:14.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19172026-07-31T16:21:14.145Z
19182026-07-31T16:21:14.145Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/305)
19192026-07-31T16:21:14.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-07-31T16:21:14.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-07-31T16:21:14.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-07-31T16:21:14.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19232026-07-31T16:21:14.554Z
19242026-07-31T16:21:14.554Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/305)
19252026-07-31T16:21:14.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-07-31T16:21:14.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-07-31T16:21:14.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-07-31T16:21:14.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19292026-07-31T16:21:14.964Z
19302026-07-31T16:21:14.964Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/305)
19312026-07-31T16:21:15.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-07-31T16:21:15.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-07-31T16:21:15.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-07-31T16:21:15.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19352026-07-31T16:21:15.377Z
19362026-07-31T16:21:15.377Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/305)
19372026-07-31T16:21:15.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-07-31T16:21:15.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-07-31T16:21:15.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-07-31T16:21:15.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19412026-07-31T16:21:15.790Z
19422026-07-31T16:21:15.790Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/305)
19432026-07-31T16:21:16.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-07-31T16:21:16.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-07-31T16:21:16.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-07-31T16:21:16.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19472026-07-31T16:21:16.200Z
19482026-07-31T16:21:16.200Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/305)
19492026-07-31T16:21:16.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-07-31T16:21:16.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-07-31T16:21:16.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-07-31T16:21:16.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19532026-07-31T16:21:16.612Z
19542026-07-31T16:21:16.612Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/305)
19552026-07-31T16:21:16.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-07-31T16:21:16.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-07-31T16:21:16.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-07-31T16:21:16.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19592026-07-31T16:21:17.027Z
19602026-07-31T16:21:17.027Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/305)
19612026-07-31T16:21:17.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-07-31T16:21:17.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-07-31T16:21:17.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-07-31T16:21:17.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19652026-07-31T16:21:17.429Z
19662026-07-31T16:21:17.429Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/305)
19672026-07-31T16:21:17.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-07-31T16:21:17.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-07-31T16:21:17.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-07-31T16:21:17.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19712026-07-31T16:21:17.835Z
19722026-07-31T16:21:17.835Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/305)
19732026-07-31T16:21:18.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-07-31T16:21:18.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-07-31T16:21:18.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-07-31T16:21:18.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19772026-07-31T16:21:18.240Z
19782026-07-31T16:21:18.241Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/305)
19792026-07-31T16:21:18.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-07-31T16:21:18.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-07-31T16:21:18.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-07-31T16:21:18.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19832026-07-31T16:21:18.648Z
19842026-07-31T16:21:18.648Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/305)
19852026-07-31T16:21:19.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-07-31T16:21:19.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-07-31T16:21:19.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-07-31T16:21:19.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19892026-07-31T16:21:19.055Z
19902026-07-31T16:21:19.055Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/305)
19912026-07-31T16:21:19.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-07-31T16:21:19.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-07-31T16:21:19.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-07-31T16:21:19.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19952026-07-31T16:21:19.463Z
19962026-07-31T16:21:19.463Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/305)
19972026-07-31T16:21:19.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-07-31T16:21:19.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-07-31T16:21:19.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-07-31T16:21:19.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20012026-07-31T16:21:19.867Z
20022026-07-31T16:21:19.867Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/305)
20032026-07-31T16:21:20.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-07-31T16:21:20.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-07-31T16:21:20.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-07-31T16:21:20.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20072026-07-31T16:21:20.272Z
20082026-07-31T16:21:20.272Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/305)
20092026-07-31T16:21:20.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-07-31T16:21:20.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-07-31T16:21:20.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-07-31T16:21:20.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20132026-07-31T16:21:20.678Z
20142026-07-31T16:21:20.678Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/305)
20152026-07-31T16:21:21.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-07-31T16:21:21.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-07-31T16:21:21.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-07-31T16:21:21.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20192026-07-31T16:21:21.083Z
20202026-07-31T16:21:21.083Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/305)
20212026-07-31T16:21:21.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-07-31T16:21:21.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-07-31T16:21:21.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-07-31T16:21:21.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20252026-07-31T16:21:21.490Z
20262026-07-31T16:21:21.490Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/305)
20272026-07-31T16:21:21.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-07-31T16:21:21.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-07-31T16:21:21.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-07-31T16:21:21.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20312026-07-31T16:21:21.894Z
20322026-07-31T16:21:21.895Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/305)
20332026-07-31T16:21:22.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-07-31T16:21:22.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-07-31T16:21:22.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-07-31T16:21:22.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20372026-07-31T16:21:22.298Z
20382026-07-31T16:21:22.298Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/305)
20392026-07-31T16:21:22.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-07-31T16:21:22.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-07-31T16:21:22.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-07-31T16:21:22.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20432026-07-31T16:21:22.703Z
20442026-07-31T16:21:22.703Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/305)
20452026-07-31T16:21:23.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-07-31T16:21:23.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-07-31T16:21:23.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-07-31T16:21:23.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20492026-07-31T16:21:23.111Z
20502026-07-31T16:21:23.111Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/305)
20512026-07-31T16:21:23.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-07-31T16:21:23.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-07-31T16:21:23.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-07-31T16:21:23.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20552026-07-31T16:21:23.516Z
20562026-07-31T16:21:23.516Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/305)
20572026-07-31T16:21:23.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-07-31T16:21:23.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-07-31T16:21:23.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-07-31T16:21:23.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20612026-07-31T16:21:23.922Z
20622026-07-31T16:21:23.922Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/305)
20632026-07-31T16:21:24.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-07-31T16:21:24.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-07-31T16:21:24.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-07-31T16:21:24.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20672026-07-31T16:21:24.328Z
20682026-07-31T16:21:24.329Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/305)
20692026-07-31T16:21:24.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-07-31T16:21:24.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-07-31T16:21:24.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-07-31T16:21:24.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20732026-07-31T16:21:24.739Z
20742026-07-31T16:21:24.739Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/305)
20752026-07-31T16:21:25.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-07-31T16:21:25.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-07-31T16:21:25.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-07-31T16:21:25.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20792026-07-31T16:21:25.145Z
20802026-07-31T16:21:25.145Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/305)
20812026-07-31T16:21:25.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-07-31T16:21:25.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-07-31T16:21:25.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-07-31T16:21:25.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20852026-07-31T16:21:25.555Z
20862026-07-31T16:21:25.555Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/305)
20872026-07-31T16:21:25.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-07-31T16:21:25.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-07-31T16:21:25.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-07-31T16:21:25.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20912026-07-31T16:21:25.962Z
20922026-07-31T16:21:25.962Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/305)
20932026-07-31T16:21:26.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-07-31T16:21:26.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-07-31T16:21:26.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-07-31T16:21:26.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20972026-07-31T16:21:26.372Z
20982026-07-31T16:21:26.372Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/305)
20992026-07-31T16:21:26.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-07-31T16:21:26.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-07-31T16:21:26.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-07-31T16:21:26.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21032026-07-31T16:21:26.783Z
21042026-07-31T16:21:26.784Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/305)
21052026-07-31T16:21:27.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-07-31T16:21:27.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-07-31T16:21:27.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-07-31T16:21:27.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21092026-07-31T16:21:27.191Z
21102026-07-31T16:21:27.191Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/305)
21112026-07-31T16:21:27.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-07-31T16:21:27.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-07-31T16:21:27.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-07-31T16:21:27.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21152026-07-31T16:21:27.769Z
21162026-07-31T16:21:27.769Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/305)
21172026-07-31T16:21:28.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-07-31T16:21:28.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-07-31T16:21:28.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-07-31T16:21:28.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21212026-07-31T16:21:28.355Z
21222026-07-31T16:21:28.355Zinfo: running `cargo check --bins` on nexus-config (51/305)
21232026-07-31T16:21:28.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-07-31T16:21:28.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-07-31T16:21:28.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-07-31T16:21:28.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21272026-07-31T16:21:28.937Z
21282026-07-31T16:21:28.937Zinfo: running `cargo check --bins` on nexus-types (52/305)
21292026-07-31T16:21:29.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-07-31T16:21:29.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-07-31T16:21:29.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-07-31T16:21:29.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21332026-07-31T16:21:29.521Z
21342026-07-31T16:21:29.521Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/305)
21352026-07-31T16:21:29.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-07-31T16:21:29.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-07-31T16:21:29.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-07-31T16:21:29.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21392026-07-31T16:21:30.068Z
21402026-07-31T16:21:30.068Zinfo: running `cargo check --bins` on omicron-passwords (54/305)
21412026-07-31T16:21:30.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-07-31T16:21:30.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-07-31T16:21:30.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-07-31T16:21:30.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21452026-07-31T16:21:30.596Z
21462026-07-31T16:21:30.596Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/305)
21472026-07-31T16:21:31.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-07-31T16:21:31.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-07-31T16:21:31.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-07-31T16:21:31.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21512026-07-31T16:21:31.148Z
21522026-07-31T16:21:31.148Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/305)
21532026-07-31T16:21:31.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-07-31T16:21:31.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-07-31T16:21:31.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-07-31T16:21:31.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21572026-07-31T16:21:31.694Z
21582026-07-31T16:21:31.695Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/305)
21592026-07-31T16:21:32.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-07-31T16:21:32.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-07-31T16:21:32.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-07-31T16:21:32.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21632026-07-31T16:21:32.244Z
21642026-07-31T16:21:32.245Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/305)
21652026-07-31T16:21:32.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-07-31T16:21:32.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-07-31T16:21:32.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-07-31T16:21:32.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21692026-07-31T16:21:32.794Z
21702026-07-31T16:21:32.794Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/305)
21712026-07-31T16:21:33.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-07-31T16:21:33.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-07-31T16:21:33.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-07-31T16:21:33.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21752026-07-31T16:21:33.321Z
21762026-07-31T16:21:33.321Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/305)
21772026-07-31T16:21:33.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-07-31T16:21:33.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-07-31T16:21:33.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-07-31T16:21:33.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21812026-07-31T16:21:33.848Z
21822026-07-31T16:21:33.848Zinfo: running `cargo check --bins --no-default-features` on gfss (61/305)
21832026-07-31T16:21:34.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-07-31T16:21:34.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-07-31T16:21:34.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-07-31T16:21:34.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21872026-07-31T16:21:34.376Z
21882026-07-31T16:21:34.376Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/305)
21892026-07-31T16:21:34.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-07-31T16:21:34.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-07-31T16:21:34.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-07-31T16:21:34.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21932026-07-31T16:21:34.908Z
21942026-07-31T16:21:34.908Zinfo: running `cargo check --bins` on trust-quorum-types (63/305)
21952026-07-31T16:21:35.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-07-31T16:21:35.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-07-31T16:21:35.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-07-31T16:21:35.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21992026-07-31T16:21:35.439Z
22002026-07-31T16:21:35.439Zinfo: running `cargo check --bins` on clickhouse-admin-types (64/305)
22012026-07-31T16:21:35.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-07-31T16:21:35.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-07-31T16:21:35.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-07-31T16:21:35.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22052026-07-31T16:21:35.991Z
22062026-07-31T16:21:35.991Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (65/305)
22072026-07-31T16:21:36.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-07-31T16:21:36.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-07-31T16:21:36.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-07-31T16:21:36.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22112026-07-31T16:21:36.546Z
22122026-07-31T16:21:36.546Zinfo: running `cargo check --bins` on cockroach-admin-types (66/305)
22132026-07-31T16:21:37.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-07-31T16:21:37.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-07-31T16:21:37.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-07-31T16:21:37.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22172026-07-31T16:21:37.085Z
22182026-07-31T16:21:37.085Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (67/305)
22192026-07-31T16:21:37.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-07-31T16:21:37.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-07-31T16:21:37.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-07-31T16:21:37.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22232026-07-31T16:21:37.623Z
22242026-07-31T16:21:37.623Zinfo: running `cargo check --bins` on ereport-types (68/305)
22252026-07-31T16:21:38.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-07-31T16:21:38.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-07-31T16:21:38.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-07-31T16:21:38.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22292026-07-31T16:21:38.161Z
22302026-07-31T16:21:38.161Zinfo: running `cargo check --bins` on gateway-client (69/305)
22312026-07-31T16:21:38.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-07-31T16:21:38.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-07-31T16:21:38.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-07-31T16:21:38.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22352026-07-31T16:21:38.705Z
22362026-07-31T16:21:38.706Zinfo: running `cargo check --bins --no-default-features` on gateway-types (70/305)
22372026-07-31T16:21:39.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-07-31T16:21:39.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-07-31T16:21:39.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-07-31T16:21:39.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22412026-07-31T16:21:39.250Z
22422026-07-31T16:21:39.250Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (71/305)
22432026-07-31T16:21:39.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-07-31T16:21:39.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-07-31T16:21:39.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-07-31T16:21:39.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22472026-07-31T16:21:39.792Z
22482026-07-31T16:21:39.792Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (72/305)
22492026-07-31T16:21:40.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-07-31T16:21:40.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-07-31T16:21:40.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-07-31T16:21:40.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22532026-07-31T16:21:40.331Z
22542026-07-31T16:21:40.331Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (73/305)
22552026-07-31T16:21:40.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-07-31T16:21:40.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-07-31T16:21:40.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-07-31T16:21:40.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22592026-07-31T16:21:40.880Z
22602026-07-31T16:21:40.880Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (74/305)
22612026-07-31T16:21:41.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-07-31T16:21:41.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-07-31T16:21:41.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-07-31T16:21:41.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22652026-07-31T16:21:41.445Z
22662026-07-31T16:21:41.445Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (75/305)
22672026-07-31T16:21:41.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-07-31T16:21:41.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-07-31T16:21:41.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-07-31T16:21:41.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22712026-07-31T16:21:42.010Z
22722026-07-31T16:21:42.010Zinfo: running `cargo check --bins` on key-manager-types (76/305)
22732026-07-31T16:21:42.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-07-31T16:21:42.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-07-31T16:21:42.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762026-07-31T16:21:42.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22772026-07-31T16:21:42.545Z
22782026-07-31T16:21:42.545Zinfo: running `cargo check --bins` on oxlog (77/305)
22792026-07-31T16:21:42.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802026-07-31T16:21:42.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812026-07-31T16:21:43.118Z Checking cfg-if v1.0.4
22822026-07-31T16:21:43.121Z Checking libc v0.2.185
22832026-07-31T16:21:43.121Z Checking serde_core v1.0.228
22842026-07-31T16:21:43.233Z Checking memchr v2.8.0
22852026-07-31T16:21:43.236Z Checking zeroize v1.9.0
22862026-07-31T16:21:43.251Z Checking log v0.4.29
22872026-07-31T16:21:43.251Z Checking smallvec v1.15.1
22882026-07-31T16:21:43.271Z Checking itoa v1.0.17
22892026-07-31T16:21:43.271Z Checking subtle v2.6.1
22902026-07-31T16:21:43.386Z Checking stable_deref_trait v1.2.1
22912026-07-31T16:21:43.404Z Checking scopeguard v1.2.0
22922026-07-31T16:21:43.418Z Checking typenum v1.20.1
22932026-07-31T16:21:43.427Z Checking zerofrom v0.1.6
22942026-07-31T16:21:43.439Z Checking pin-project-lite v0.2.17
22952026-07-31T16:21:43.453Z Checking zmij v1.0.21
22962026-07-31T16:21:43.499Z Checking lock_api v0.4.14
22972026-07-31T16:21:43.524Z Checking futures-core v0.3.32
22982026-07-31T16:21:43.536Z Checking yoke v0.8.1
22992026-07-31T16:21:43.606Z Checking zerocopy v0.8.40
23002026-07-31T16:21:43.620Z Checking errno v0.3.14
23012026-07-31T16:21:43.638Z Checking getrandom v0.2.17
23022026-07-31T16:21:43.655Z Checking parking_lot_core v0.9.12
23032026-07-31T16:21:43.695Z Checking mio v1.2.0
23042026-07-31T16:21:43.697Z Checking zerovec v0.11.5
23052026-07-31T16:21:43.724Z Checking signal-hook-registry v1.4.8
23062026-07-31T16:21:43.775Z Checking rand_core v0.6.4
23072026-07-31T16:21:43.834Z Checking parking_lot v0.12.5
23082026-07-31T16:21:43.876Z Checking percent-encoding v2.3.2
23092026-07-31T16:21:43.944Z Checking const-oid v0.9.6
23102026-07-31T16:21:43.962Z Checking litemap v0.8.1
23112026-07-31T16:21:44.007Z Checking writeable v0.6.2
23122026-07-31T16:21:44.020Z Checking zerotrie v0.2.3
23132026-07-31T16:21:44.124Z Checking tinystr v0.8.2
23142026-07-31T16:21:44.124Z Checking potential_utf v0.1.4
23152026-07-31T16:21:44.145Z Checking libm v0.2.16
23162026-07-31T16:21:44.162Z Checking generic-array v0.14.7
23172026-07-31T16:21:44.245Z Checking icu_collections v2.1.1
23182026-07-31T16:21:44.257Z Checking socket2 v0.6.3
23192026-07-31T16:21:44.304Z Checking icu_locale_core v2.1.1
23202026-07-31T16:21:44.490Z Checking equivalent v1.0.2
23212026-07-31T16:21:44.552Z Checking rand_core v0.10.0
23222026-07-31T16:21:44.572Z Checking icu_normalizer_data v2.1.1
23232026-07-31T16:21:44.612Z Checking icu_properties_data v2.1.2
23242026-07-31T16:21:44.625Z Checking futures-sink v0.3.32
23252026-07-31T16:21:44.643Z Checking portable-atomic v1.13.1
23262026-07-31T16:21:44.687Z Checking getrandom v0.4.1
23272026-07-31T16:21:44.699Z Checking serde v1.0.228
23282026-07-31T16:21:44.720Z Checking bitflags v2.11.0
23292026-07-31T16:21:44.732Z Checking serde_json v1.0.151
23302026-07-31T16:21:44.829Z Checking futures-channel v0.3.32
23312026-07-31T16:21:44.856Z Checking num-traits v0.2.19
23322026-07-31T16:21:44.860Z Checking icu_provider v2.1.1
23332026-07-31T16:21:44.893Z Checking futures-task v0.3.32
23342026-07-31T16:21:45.012Z Checking slab v0.4.12
23352026-07-31T16:21:45.025Z Checking critical-section v1.2.0
23362026-07-31T16:21:45.047Z Checking futures-io v0.3.32
23372026-07-31T16:21:45.089Z Checking bytes v1.11.1
23382026-07-31T16:21:45.103Z Checking icu_properties v2.1.2
23392026-07-31T16:21:45.115Z Checking icu_normalizer v2.1.1
23402026-07-31T16:21:45.153Z Checking once_cell v1.21.3
23412026-07-31T16:21:45.165Z Checking futures-util v0.3.32
23422026-07-31T16:21:45.319Z Checking utf8_iter v1.0.4
23432026-07-31T16:21:45.382Z Checking hashbrown v0.17.0
23442026-07-31T16:21:45.397Z Checking crypto-common v0.1.7
23452026-07-31T16:21:45.407Z Checking block-buffer v0.10.4
23462026-07-31T16:21:45.438Z Checking form_urlencoded v1.2.2
23472026-07-31T16:21:45.515Z Checking getrandom v0.3.4
23482026-07-31T16:21:45.527Z Checking tokio v1.52.1
23492026-07-31T16:21:45.537Z Checking digest v0.10.7
23502026-07-31T16:21:45.560Z Checking byteorder v1.5.0
23512026-07-31T16:21:45.655Z Checking iana-time-zone v0.1.65
23522026-07-31T16:21:45.723Z Checking rand_core v0.9.5
23532026-07-31T16:21:45.754Z Checking http v1.4.2
23542026-07-31T16:21:45.757Z Checking chrono v0.4.45
23552026-07-31T16:21:45.846Z Checking indexmap v2.14.0
23562026-07-31T16:21:45.903Z Checking uuid v1.23.4
23572026-07-31T16:21:45.914Z Checking idna_adapter v1.2.1
23582026-07-31T16:21:46.027Z Checking idna v1.1.0
23592026-07-31T16:21:46.218Z Checking base64ct v1.8.3
23602026-07-31T16:21:46.265Z Checking url v2.5.8
23612026-07-31T16:21:46.313Z Checking regex-syntax v0.8.10
23622026-07-31T16:21:46.336Z Checking ppv-lite86 v0.2.21
23632026-07-31T16:21:46.383Z Checking base64 v0.22.1
23642026-07-31T16:21:46.447Z Checking pem-rfc7468 v0.7.0
23652026-07-31T16:21:46.594Z Checking tracing-core v0.1.36
23662026-07-31T16:21:46.608Z Checking flagset v0.4.7
23672026-07-31T16:21:46.620Z Checking rand_chacha v0.9.0
23682026-07-31T16:21:46.634Z Checking http-body v1.0.1
23692026-07-31T16:21:46.692Z Checking rustls-pki-types v1.14.0
23702026-07-31T16:21:46.724Z Checking der v0.7.10
23712026-07-31T16:21:46.758Z Checking dyn-clone v1.0.20
23722026-07-31T16:21:46.815Z Checking cmov v0.5.4
23732026-07-31T16:21:46.857Z Checking tinyvec_macros v0.1.1
23742026-07-31T16:21:46.902Z Checking tracing v0.1.44
23752026-07-31T16:21:46.921Z Checking openssl-probe v0.2.1
23762026-07-31T16:21:46.970Z Checking tinyvec v1.10.0
23772026-07-31T16:21:46.999Z Checking ctutils v0.4.2
23782026-07-31T16:21:47.024Z Checking rand v0.9.2
23792026-07-31T16:21:47.056Z Checking semver v1.0.28
23802026-07-31T16:21:47.101Z Checking aws-lc-sys v0.40.0
23812026-07-31T16:21:47.204Z Checking try-lock v0.2.5
23822026-07-31T16:21:47.257Z Checking tower-service v0.3.3
23832026-07-31T16:21:47.269Z Checking tower-layer v0.3.3
23842026-07-31T16:21:47.299Z Checking atomic-waker v1.1.2
23852026-07-31T16:21:47.340Z Checking untrusted v0.7.1
23862026-07-31T16:21:47.393Z Checking fnv v1.0.7
23872026-07-31T16:21:47.411Z Checking want v0.3.1
23882026-07-31T16:21:47.468Z Checking schemars v0.8.22
23892026-07-31T16:21:47.474Z Checking spki v0.7.3
23902026-07-31T16:21:47.478Z Checking hybrid-array v0.4.13
23912026-07-31T16:21:47.493Z Checking ipnet v2.11.0
23922026-07-31T16:21:47.529Z Checking httparse v1.10.1
23932026-07-31T16:21:47.591Z Checking aws-lc-rs v1.16.3
23942026-07-31T16:21:47.596Z Checking aho-corasick v1.1.4
23952026-07-31T16:21:47.617Z Checking untrusted v0.9.0
23962026-07-31T16:21:47.723Z Checking httpdate v1.0.3
23972026-07-31T16:21:47.733Z Checking foreign-types-shared v0.1.1
23982026-07-31T16:21:47.745Z Checking utf8parse v0.2.2
23992026-07-31T16:21:47.813Z Checking cpufeatures v0.2.17
24002026-07-31T16:21:47.840Z Checking plain v0.2.3
24012026-07-31T16:21:47.861Z Checking foreign-types v0.3.2
24022026-07-31T16:21:47.877Z Checking pkcs8 v0.10.2
24032026-07-31T16:21:47.926Z Checking unicode-normalization v0.1.25
24042026-07-31T16:21:47.940Z Checking openssl-sys v0.9.115
24052026-07-31T16:21:48.026Z Checking spin v0.9.8
24062026-07-31T16:21:48.081Z Checking anstyle v1.0.14
24072026-07-31T16:21:48.207Z Checking ucd-trie v0.1.7
24082026-07-31T16:21:48.217Z Checking unicode-ident v1.0.24
24092026-07-31T16:21:48.256Z Checking regex-automata v0.4.14
24102026-07-31T16:21:48.273Z Compiling proptest v1.11.0
24112026-07-31T16:21:48.301Z Checking openssl v0.10.79
24122026-07-31T16:21:48.321Z Checking proc-macro2 v1.0.106
24132026-07-31T16:21:48.333Z Checking sha2 v0.10.9
24142026-07-31T16:21:48.349Z Checking pest v2.8.6
24152026-07-31T16:21:48.404Z Checking rustls-webpki v0.103.13
24162026-07-31T16:21:48.598Z Checking hmac v0.12.1
24172026-07-31T16:21:48.619Z Checking rustix v1.1.3
24182026-07-31T16:21:48.728Z Checking thiserror v2.0.18
24192026-07-31T16:21:48.741Z Checking tokio-util v0.7.18
24202026-07-31T16:21:48.811Z Checking rustls v0.23.41
24212026-07-31T16:21:48.824Z Checking sync_wrapper v1.0.2
24222026-07-31T16:21:48.923Z Checking powerfmt v0.2.0
24232026-07-31T16:21:49.071Z Checking siphasher v1.0.2
24242026-07-31T16:21:49.228Z Checking pretty-hex v0.4.1
24252026-07-31T16:21:49.337Z Checking h2 v0.4.15
24262026-07-31T16:21:49.362Z Checking anstyle-query v1.1.5
24272026-07-31T16:21:49.374Z Checking is_terminal_polyfill v1.70.2
24282026-07-31T16:21:49.448Z Checking colorchoice v1.0.4
24292026-07-31T16:21:49.462Z Checking simd-adler32 v0.3.8
24302026-07-31T16:21:49.477Z Checking deranged v0.5.8
24312026-07-31T16:21:49.559Z Checking tower v0.5.3
24322026-07-31T16:21:50.483Z Checking quote v1.0.45
24332026-07-31T16:21:50.483Z Checking http-body-util v0.1.3
24342026-07-31T16:21:50.483Z Checking crossbeam-utils v0.8.21
24352026-07-31T16:21:50.484Z Checking rand_xorshift v0.4.0
24362026-07-31T16:21:50.484Z Checking crc32fast v1.5.0
24372026-07-31T16:21:50.484Z Checking scroll v0.13.0
24382026-07-31T16:21:50.484Z Checking unicode-properties v0.1.4
24392026-07-31T16:21:50.484Z Checking adler2 v2.0.1
24402026-07-31T16:21:50.484Z Checking native-tls v0.2.18
24412026-07-31T16:21:50.484Z Checking unicode-bidi v0.3.18
24422026-07-31T16:21:50.484Z Checking time-core v0.1.8
24432026-07-31T16:21:50.484Z Checking unarray v0.1.4
24442026-07-31T16:21:50.484Z Checking ryu v1.0.23
24452026-07-31T16:21:50.484Z Checking allocator-api2 v0.2.21
24462026-07-31T16:21:50.530Z Checking iri-string v0.7.10
24472026-07-31T16:21:50.546Z Checking num-conv v0.2.0
24482026-07-31T16:21:50.546Z Checking num_threads v0.1.7
24492026-07-31T16:21:50.617Z Compiling newtype-uuid v1.3.2
24502026-07-31T16:21:50.630Z Checking time v0.3.47
24512026-07-31T16:21:50.642Z Checking stringprep v0.1.5
24522026-07-31T16:21:50.754Z Checking serde_urlencoded v0.7.1
24532026-07-31T16:21:50.935Z Compiling daft v0.1.7
24542026-07-31T16:21:50.960Z Checking tokio-native-tls v0.3.1
24552026-07-31T16:21:51.070Z Checking miniz_oxide v0.8.9
24562026-07-31T16:21:51.115Z Checking goblin v0.10.5
24572026-07-31T16:21:51.214Z Checking crossbeam-epoch v0.9.18
24582026-07-31T16:21:51.424Z Checking bstr v1.12.1
24592026-07-31T16:21:51.441Z Checking syn v2.0.117
24602026-07-31T16:21:51.500Z Checking tower-http v0.6.8
24612026-07-31T16:21:51.757Z Checking block-buffer v0.12.1
24622026-07-31T16:21:51.776Z Checking crypto-common v0.2.2
24632026-07-31T16:21:51.818Z Checking block-padding v0.4.2
24642026-07-31T16:21:51.919Z Checking ipnetwork v0.21.1
24652026-07-31T16:21:51.952Z Checking anstyle-parse v1.0.0
24662026-07-31T16:21:52.101Z Checking rustls-native-certs v0.8.3
24672026-07-31T16:21:52.129Z Checking rand_chacha v0.3.1
24682026-07-31T16:21:52.150Z Checking hyper v1.10.1
24692026-07-31T16:21:52.228Z Checking thiserror v1.0.69
24702026-07-31T16:21:52.328Z Checking scroll v0.12.0
24712026-07-31T16:21:52.341Z Checking hash32 v0.2.1
24722026-07-31T16:21:52.374Z Checking zstd-sys v2.0.16+zstd.1.5.7
24732026-07-31T16:21:52.485Z Checking md-5 v0.10.6
24742026-07-31T16:21:52.497Z Checking signature v2.2.0
24752026-07-31T16:21:52.536Z Checking num-integer v0.1.46
24762026-07-31T16:21:52.551Z Checking hex v0.4.3
24772026-07-31T16:21:52.619Z Checking serde_spanned v0.6.9
24782026-07-31T16:21:52.622Z Checking toml_datetime v0.6.11
24792026-07-31T16:21:52.744Z Checking encoding_rs v0.8.35
24802026-07-31T16:21:52.758Z Checking zlib-rs v0.6.2
24812026-07-31T16:21:52.770Z Checking mime v0.3.17
24822026-07-31T16:21:52.808Z Checking psl-types v2.0.11
24832026-07-31T16:21:52.924Z Checking fallible-iterator v0.2.0
24842026-07-31T16:21:52.939Z Checking publicsuffix v2.3.0
24852026-07-31T16:21:53.086Z Checking hyper-util v0.1.20
24862026-07-31T16:21:53.101Z Checking num-iter v0.1.45
24872026-07-31T16:21:53.193Z Checking postgres-protocol v0.6.10
24882026-07-31T16:21:53.211Z Checking goblin v0.8.2
24892026-07-31T16:21:53.432Z Checking dof v0.4.0
24902026-07-31T16:21:53.622Z Checking flate2 v1.1.9
24912026-07-31T16:21:53.672Z Checking heapless v0.7.17
24922026-07-31T16:21:53.684Z Checking zstd-safe v7.2.4
24932026-07-31T16:21:53.711Z Checking rand v0.8.6
24942026-07-31T16:21:53.843Z Checking oxnet v0.1.6
24952026-07-31T16:21:53.966Z Checking anstream v1.0.0
24962026-07-31T16:21:54.069Z Checking inout v0.2.2
24972026-07-31T16:21:54.083Z Compiling iddqd v0.4.2
24982026-07-31T16:21:54.095Z Checking cookie v0.18.1
24992026-07-31T16:21:54.171Z Checking tokio-rustls v0.26.4
25002026-07-31T16:21:54.213Z Checking terminal_size v0.4.3
25012026-07-31T16:21:54.225Z Checking dtrace-parser v0.3.0
25022026-07-31T16:21:54.322Z Checking phf_shared v0.13.1
25032026-07-31T16:21:54.339Z Checking lazy_static v1.5.0
25042026-07-31T16:21:54.346Z Checking hyper-tls v0.6.0
25052026-07-31T16:21:54.417Z Checking anstyle-parse v0.2.7
25062026-07-31T16:21:54.420Z Checking zerocopy v0.7.35
25072026-07-31T16:21:54.476Z Checking pin-project v1.1.11
25082026-07-31T16:21:54.518Z Checking bzip2-sys v0.1.13+1.0.8
25092026-07-31T16:21:54.530Z Checking futures-executor v0.3.32
25102026-07-31T16:21:54.570Z Checking signal-hook v0.3.18
25112026-07-31T16:21:54.582Z Checking ff v0.13.1
25122026-07-31T16:21:54.601Z Checking thread-id v5.1.0
25132026-07-31T16:21:54.677Z Checking clap_lex v1.0.0
25142026-07-31T16:21:54.680Z Checking winnow v0.5.40
25152026-07-31T16:21:54.706Z Checking managed v0.8.0
25162026-07-31T16:21:54.762Z Checking fastrand v2.3.0
25172026-07-31T16:21:54.828Z Compiling rayon-core v1.13.0
25182026-07-31T16:21:54.886Z Checking foldhash v0.1.5
25192026-07-31T16:21:54.925Z Checking libbz2-rs-sys v0.2.2
25202026-07-31T16:21:54.944Z Checking bumpalo v3.20.2
25212026-07-31T16:21:55.004Z Checking either v1.15.0
25222026-07-31T16:21:55.017Z Checking same-file v1.0.6
25232026-07-31T16:21:55.135Z Checking base16ct v0.2.0
25242026-07-31T16:21:55.138Z Checking strsim v0.11.1
25252026-07-31T16:21:55.159Z Checking foldhash v0.2.0
25262026-07-31T16:21:55.190Z Checking bitflags v1.3.2
25272026-07-31T16:21:55.258Z Checking sec1 v0.7.3
25282026-07-31T16:21:55.270Z Checking smoltcp v0.9.1
25292026-07-31T16:21:55.305Z Checking hashbrown v0.16.1
25302026-07-31T16:21:55.309Z Checking clap_builder v4.6.0
25312026-07-31T16:21:55.328Z Checking bzip2 v0.6.1
25322026-07-31T16:21:55.357Z Checking dof v0.3.0
25332026-07-31T16:21:55.456Z Checking zopfli v0.8.3
25342026-07-31T16:21:55.490Z Checking walkdir v2.5.0
25352026-07-31T16:21:55.636Z Checking hashbrown v0.15.5
25362026-07-31T16:21:55.667Z Checking tempfile v3.25.0
25372026-07-31T16:21:55.780Z Checking signal-hook-mio v0.2.5
25382026-07-31T16:21:55.796Z Checking group v0.13.0
25392026-07-31T16:21:55.839Z Checking toml_edit v0.19.15
25402026-07-31T16:21:55.858Z Checking futures v0.3.32
25412026-07-31T16:21:55.871Z Checking usdt-impl v0.6.0
25422026-07-31T16:21:55.883Z Checking bzip2 v0.4.4
25432026-07-31T16:21:55.935Z Checking snafu v0.8.9
25442026-07-31T16:21:55.947Z Checking anstream v0.6.21
25452026-07-31T16:21:56.043Z Checking phf v0.13.1
25462026-07-31T16:21:56.101Z Checking reqwest v0.12.28
25472026-07-31T16:21:56.142Z Checking hyper-rustls v0.27.7
25482026-07-31T16:21:56.154Z Checking num-bigint-dig v0.8.6
25492026-07-31T16:21:56.168Z Checking cookie_store v0.22.1
25502026-07-31T16:21:56.188Z Checking cipher v0.5.2
25512026-07-31T16:21:56.423Z Checking zstd v0.13.3
25522026-07-31T16:21:56.491Z Checking postgres-types v0.2.12
25532026-07-31T16:21:56.559Z Checking ed25519 v2.2.3
25542026-07-31T16:21:56.587Z Checking dtrace-parser v0.2.0
25552026-07-31T16:21:56.609Z Checking rustls-platform-verifier v0.6.2
25562026-07-31T16:21:56.744Z Checking globset v0.4.18
25572026-07-31T16:21:56.754Z Checking crossbeam-deque v0.8.6
25582026-07-31T16:21:56.802Z Checking regex v1.12.3
25592026-07-31T16:21:56.818Z Checking phf_shared v0.11.3
25602026-07-31T16:21:56.842Z Checking hkdf v0.12.4
25612026-07-31T16:21:56.866Z Checking olpc-cjson v0.1.4
25622026-07-31T16:21:56.928Z Checking ref-cast v1.0.25
25632026-07-31T16:21:56.959Z Checking curve25519-dalek v4.1.3
25642026-07-31T16:21:56.962Z Checking strum v0.27.2
25652026-07-31T16:21:56.982Z Checking pkcs1 v0.7.5
25662026-07-31T16:21:56.993Z Checking hubpack v0.1.2
25672026-07-31T16:21:56.993Z Checking memoffset v0.9.1
25682026-07-31T16:21:57.019Z Checking rustix v0.38.44
25692026-07-31T16:21:57.073Z Checking pem v3.0.6
25702026-07-31T16:21:57.086Z Checking float-cmp v0.10.0
25712026-07-31T16:21:57.096Z Checking erased-serde v0.3.31
25722026-07-31T16:21:57.153Z Checking serde-big-array v0.5.1
25732026-07-31T16:21:57.180Z Checking serde_plain v1.0.2
25742026-07-31T16:21:57.205Z Checking crypto-bigint v0.5.5
25752026-07-31T16:21:57.226Z Checking thread-id v4.2.2
25762026-07-31T16:21:57.283Z Checking memmap2 v0.9.10
25772026-07-31T16:21:57.301Z Checking env_filter v1.0.0
25782026-07-31T16:21:57.320Z Checking precomputed-hash v0.1.1
25792026-07-31T16:21:57.403Z Checking cpufeatures v0.3.0
25802026-07-31T16:21:57.438Z Checking static_assertions v1.1.0
25812026-07-31T16:21:57.441Z Checking unicode-segmentation v1.12.0
25822026-07-31T16:21:57.471Z Checking winnow v1.0.3
25832026-07-31T16:21:57.483Z Checking fixedbitset v0.4.2
25842026-07-31T16:21:57.515Z Checking difflib v0.4.0
25852026-07-31T16:21:57.630Z Checking fixedbitset v0.5.7
25862026-07-31T16:21:57.693Z Checking predicates-core v1.0.10
25872026-07-31T16:21:57.724Z Checking jiff v0.2.21
25882026-07-31T16:21:57.743Z Checking new_debug_unreachable v1.0.6
25892026-07-31T16:21:57.755Z Checking const-oid v0.10.2
25902026-07-31T16:21:57.807Z Checking typed-path v0.9.3
25912026-07-31T16:21:57.819Z Checking normalize-line-endings v0.3.0
25922026-07-31T16:21:57.830Z Checking keccak v0.1.6
25932026-07-31T16:21:57.833Z Checking whoami v2.1.0
25942026-07-31T16:21:57.903Z Checking data-encoding v2.10.0
25952026-07-31T16:21:57.907Z Checking toml_write v0.1.2
25962026-07-31T16:21:57.995Z Checking winnow v0.7.14
25972026-07-31T16:21:58.034Z Checking tokio-postgres v0.7.16
25982026-07-31T16:21:58.081Z Checking sha3 v0.10.8
25992026-07-31T16:21:58.113Z Checking elliptic-curve v0.13.8
26002026-07-31T16:21:58.171Z Checking hickory-proto v0.25.2
26012026-07-31T16:21:58.281Z Checking digest v0.11.3
26022026-07-31T16:21:58.414Z Checking predicates v3.1.4
26032026-07-31T16:21:58.463Z Checking petgraph v0.8.3
26042026-07-31T16:21:58.578Z Checking tough v0.22.0
26052026-07-31T16:21:58.707Z Checking crossterm v0.28.1
26062026-07-31T16:21:58.731Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26072026-07-31T16:21:58.931Z Checking string_cache v0.8.9
26082026-07-31T16:21:59.102Z Checking toml_parser v1.1.2+spec-1.1.0
26092026-07-31T16:21:59.160Z Checking toml_edit v0.22.27
26102026-07-31T16:21:59.307Z Checking similar v2.7.0
26112026-07-31T16:21:59.423Z Checking ed25519-dalek v2.2.0
26122026-07-31T16:21:59.438Z Checking petgraph v0.6.5
26132026-07-31T16:21:59.652Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26142026-07-31T16:21:59.694Z Checking slog v2.8.2
26152026-07-31T16:21:59.931Z Checking zip v4.6.1
26162026-07-31T16:21:59.956Z Checking chacha20 v0.10.0
26172026-07-31T16:22:00.043Z Checking env_logger v0.11.9
26182026-07-31T16:22:00.206Z Checking usdt v0.6.0
26192026-07-31T16:22:00.233Z Checking usdt-impl v0.5.0
26202026-07-31T16:22:00.251Z Checking rsa v0.9.10
26212026-07-31T16:22:00.372Z Checking nix v0.31.2
26222026-07-31T16:22:00.596Z Checking toml v0.7.8
26232026-07-31T16:22:00.686Z Checking reqwest v0.13.2
26242026-07-31T16:22:00.717Z Checking clap v4.6.1
26252026-07-31T16:22:00.797Z Checking zip v0.6.6
26262026-07-31T16:22:00.840Z Checking itertools v0.13.0
26272026-07-31T16:22:00.901Z Checking byte-wrapper v0.1.0
26282026-07-31T16:22:00.950Z Checking serde_with v3.21.0
26292026-07-31T16:22:01.099Z Checking strum v0.26.3
26302026-07-31T16:22:01.112Z Checking fs-err v3.3.0
26312026-07-31T16:22:01.211Z Checking ahash v0.8.12
26322026-07-31T16:22:01.390Z Checking object v0.37.3
26332026-07-31T16:22:01.403Z Checking tokio-stream v0.1.18
26342026-07-31T16:22:01.406Z Checking buf-list v1.1.2
26352026-07-31T16:22:01.513Z Checking camino v1.2.2
26362026-07-31T16:22:01.550Z Checking anyhow v1.0.102
26372026-07-31T16:22:01.581Z Checking x509-cert v0.2.5
26382026-07-31T16:22:01.747Z Checking openapiv3 v2.2.0
26392026-07-31T16:22:01.760Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26402026-07-31T16:22:01.781Z Checking peg-runtime v0.8.5
26412026-07-31T16:22:01.853Z Checking lalrpop-util v0.19.12
26422026-07-31T16:22:01.892Z Checking rayon v1.11.0
26432026-07-31T16:22:01.922Z Checking sigpipe v0.1.3
26442026-07-31T16:22:01.997Z Checking glob v0.3.3
26452026-07-31T16:22:03.563Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26462026-07-31T16:22:03.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.29s
26472026-07-31T16:22:03.988Z
26482026-07-31T16:22:03.988Zinfo: running `cargo check --bins` on internal-dns-types (78/305)
26492026-07-31T16:22:04.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-07-31T16:22:04.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-07-31T16:22:04.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-07-31T16:22:04.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26532026-07-31T16:22:04.544Z
26542026-07-31T16:22:04.544Zinfo: running `cargo check --bins` on internal-dns-types-versions (79/305)
26552026-07-31T16:22:05.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-07-31T16:22:05.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-07-31T16:22:05.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-07-31T16:22:05.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26592026-07-31T16:22:05.086Z
26602026-07-31T16:22:05.086Zinfo: running `cargo check --bins` on nexus-types-versions (80/305)
26612026-07-31T16:22:05.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-07-31T16:22:05.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-07-31T16:22:05.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-07-31T16:22:05.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26652026-07-31T16:22:05.654Z
26662026-07-31T16:22:05.654Zinfo: running `cargo check --bins` on oxql-types (81/305)
26672026-07-31T16:22:06.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-07-31T16:22:06.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-07-31T16:22:06.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702026-07-31T16:22:06.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26712026-07-31T16:22:06.205Z
26722026-07-31T16:22:06.205Zinfo: running `cargo check --bins` on oximeter-types (82/305)
26732026-07-31T16:22:06.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-07-31T16:22:06.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-07-31T16:22:06.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762026-07-31T16:22:06.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26772026-07-31T16:22:06.757Z
26782026-07-31T16:22:06.757Zinfo: running `cargo check --bins` on oximeter-types-versions (83/305)
26792026-07-31T16:22:07.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802026-07-31T16:22:07.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812026-07-31T16:22:07.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822026-07-31T16:22:07.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26832026-07-31T16:22:07.305Z
26842026-07-31T16:22:07.306Zinfo: running `cargo check --bins` on oximeter-macro-impl (84/305)
26852026-07-31T16:22:07.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862026-07-31T16:22:07.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872026-07-31T16:22:07.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26882026-07-31T16:22:07.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26892026-07-31T16:22:07.840Z
26902026-07-31T16:22:07.840Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (85/305)
26912026-07-31T16:22:08.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922026-07-31T16:22:08.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932026-07-31T16:22:08.500Z Compiling structmeta-derive v0.3.0
26942026-07-31T16:22:08.613Z Compiling multer v3.1.0
26952026-07-31T16:22:08.624Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26962026-07-31T16:22:08.628Z Compiling async-stream-impl v0.3.6
26972026-07-31T16:22:08.628Z Checking wait-timeout v0.2.1
26982026-07-31T16:22:08.647Z Checking bit-vec v0.8.0
26992026-07-31T16:22:08.651Z Checking quick-error v1.2.3
27002026-07-31T16:22:08.672Z Compiling dropshot v0.17.1
27012026-07-31T16:22:08.747Z Checking rusty-fork v0.3.1
27022026-07-31T16:22:08.763Z Compiling dropshot_endpoint v0.17.1
27032026-07-31T16:22:08.827Z Compiling newtype-uuid-macros v0.1.0
27042026-07-31T16:22:08.839Z Checking bit-set v0.8.0
27052026-07-31T16:22:08.898Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27062026-07-31T16:22:08.954Z Checking thread_local v1.1.9
27072026-07-31T16:22:08.980Z Checking proptest v1.11.0
27082026-07-31T16:22:08.997Z Checking compression-core v0.4.31
27092026-07-31T16:22:09.115Z Checking match_cfg v0.1.0
27102026-07-31T16:22:09.128Z Checking compression-codecs v0.4.37
27112026-07-31T16:22:09.181Z Checking hostname v0.3.1
27122026-07-31T16:22:09.201Z Checking crossbeam-channel v0.5.15
27132026-07-31T16:22:09.277Z Checking atomicwrites v0.4.4
27142026-07-31T16:22:09.292Z Checking slog-json v2.6.1
27152026-07-31T16:22:09.320Z Checking is-terminal v0.4.17
27162026-07-31T16:22:09.408Z Checking serde_spanned v1.1.1
27172026-07-31T16:22:09.421Z Checking toml_datetime v1.1.1+spec-1.1.0
27182026-07-31T16:22:09.442Z Checking take_mut v0.2.2
27192026-07-31T16:22:09.538Z Checking toml_writer v1.1.1+spec-1.1.0
27202026-07-31T16:22:09.550Z Checking term v1.2.1
27212026-07-31T16:22:09.563Z Checking debug-ignore v1.0.5
27222026-07-31T16:22:09.591Z Checking slog-async v2.8.0
27232026-07-31T16:22:09.618Z Checking slog-bunyan v2.5.0
27242026-07-31T16:22:09.635Z Compiling structmeta v0.3.0
27252026-07-31T16:22:09.654Z Checking async-compression v0.4.41
27262026-07-31T16:22:09.716Z Checking toml v1.1.2+spec-1.1.0
27272026-07-31T16:22:09.731Z Checking async-stream v0.3.6
27282026-07-31T16:22:09.761Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27292026-07-31T16:22:09.774Z Checking slog-term v2.9.2
27302026-07-31T16:22:09.845Z Compiling derive-ex v0.1.8
27312026-07-31T16:22:09.858Z Compiling parse-display-derive v0.10.0
27322026-07-31T16:22:09.870Z Checking progenitor-client v0.14.0
27332026-07-31T16:22:09.895Z Checking sha1 v0.11.0
27342026-07-31T16:22:10.023Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27352026-07-31T16:22:10.092Z Checking waitgroup v0.1.2
27362026-07-31T16:22:10.163Z Checking rustls-pemfile v2.2.0
27372026-07-31T16:22:10.187Z Checking backon v1.6.0
27382026-07-31T16:22:10.283Z Checking serde_path_to_error v0.1.20
27392026-07-31T16:22:10.297Z Checking hostname v0.4.2
27402026-07-31T16:22:10.308Z Checking instant v0.1.13
27412026-07-31T16:22:10.389Z Checking backoff v0.4.0
27422026-07-31T16:22:10.544Z Checking progenitor-extras v0.2.0
27432026-07-31T16:22:10.555Z Checking itertools v0.14.0
27442026-07-31T16:22:10.578Z Checking regress v0.10.5
27452026-07-31T16:22:10.764Z Checking macaddr v1.0.1
27462026-07-31T16:22:10.785Z Checking newtype-uuid v1.3.2
27472026-07-31T16:22:10.987Z Checking daft v0.1.7
27482026-07-31T16:22:11.225Z Checking humantime v2.3.0
27492026-07-31T16:22:11.228Z Checking iddqd v0.4.2
27502026-07-31T16:22:11.311Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27512026-07-31T16:22:11.490Z Checking parse-display v0.10.0
27522026-07-31T16:22:11.503Z Compiling test-strategy v0.4.5
27532026-07-31T16:22:12.141Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27542026-07-31T16:22:12.254Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27552026-07-31T16:22:12.457Z Compiling prettyplease v0.2.37
27562026-07-31T16:22:12.667Z Checking num-rational v0.4.2
27572026-07-31T16:22:12.821Z Checking num-complex v0.4.6
27582026-07-31T16:22:12.917Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27592026-07-31T16:22:13.283Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27602026-07-31T16:22:13.452Z Checking num v0.4.3
27612026-07-31T16:22:13.522Z Compiling usdt-macro v0.5.0
27622026-07-31T16:22:13.535Z Compiling usdt-attr-macro v0.5.0
27632026-07-31T16:22:13.562Z Checking memmap v0.7.0
27642026-07-31T16:22:13.588Z Checking float-ord v0.3.2
27652026-07-31T16:22:13.688Z Checking unicode-width v0.2.0
27662026-07-31T16:22:13.807Z Compiling convert_case v0.4.0
27672026-07-31T16:22:13.944Z Checking console v0.15.11
27682026-07-31T16:22:14.171Z Compiling derive_more v0.99.20
27692026-07-31T16:22:14.225Z Checking newline-converter v0.3.0
27702026-07-31T16:22:14.245Z Compiling toml v0.8.23
27712026-07-31T16:22:14.315Z Checking usdt v0.5.0
27722026-07-31T16:22:14.331Z Checking linked-hash-map v0.5.6
27732026-07-31T16:22:14.510Z Compiling minimal-lexical v0.2.1
27742026-07-31T16:22:14.522Z Checking lru-cache v0.1.2
27752026-07-31T16:22:14.641Z Checking expectorate v1.2.0
27762026-07-31T16:22:14.764Z Compiling nom v7.1.3
27772026-07-31T16:22:15.130Z Checking camino-tempfile v1.4.1
27782026-07-31T16:22:15.230Z Checking hickory-proto v0.24.4
27792026-07-31T16:22:15.290Z Checking phf_shared v0.12.1
27802026-07-31T16:22:15.302Z Compiling slog-dtrace v0.3.0
27812026-07-31T16:22:15.436Z Checking heck v0.5.0
27822026-07-31T16:22:15.488Z Compiling chrono-tz v0.10.4
27832026-07-31T16:22:15.566Z Checking resolv-conf v0.7.6
27842026-07-31T16:22:15.747Z Compiling unicode-xid v0.2.6
27852026-07-31T16:22:15.871Z Compiling const_format_proc_macros v0.2.34
27862026-07-31T16:22:15.884Z Checking phf v0.12.1
27872026-07-31T16:22:16.024Z Checking tokio-dtrace v0.1.1
27882026-07-31T16:22:16.114Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27892026-07-31T16:22:16.213Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27902026-07-31T16:22:16.396Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27912026-07-31T16:22:16.587Z Compiling derive-where v1.6.0
27922026-07-31T16:22:16.675Z Checking highway v1.3.0
27932026-07-31T16:22:16.772Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27942026-07-31T16:22:16.901Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27952026-07-31T16:22:17.043Z Checking hickory-resolver v0.24.4
27962026-07-31T16:22:17.385Z Checking const_format v0.2.35
27972026-07-31T16:22:17.638Z Checking oxide-tokio-rt v0.1.4
27982026-07-31T16:22:17.874Z Checking qorb v0.4.1
27992026-07-31T16:22:17.900Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28002026-07-31T16:22:18.007Z Checking gethostname v0.5.0
28012026-07-31T16:22:18.042Z Checking bcs v0.1.6
28022026-07-31T16:22:18.095Z Checking termtree v0.5.1
28032026-07-31T16:22:18.150Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28042026-07-31T16:22:18.208Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28052026-07-31T16:22:18.233Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28062026-07-31T16:22:21.481Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28072026-07-31T16:22:23.946Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28082026-07-31T16:22:26.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.24s
28092026-07-31T16:22:26.253Z
28102026-07-31T16:22:26.253Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (86/305)
28112026-07-31T16:22:26.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-07-31T16:22:26.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-07-31T16:22:26.891Z Compiling ar_archive_writer v0.5.1
28142026-07-31T16:22:27.000Z Compiling stacker v0.1.23
28152026-07-31T16:22:27.006Z Compiling cfg_aliases v0.1.1
28162026-07-31T16:22:27.012Z Compiling convert_case v0.10.0
28172026-07-31T16:22:27.018Z Checking unicode-width v0.1.14
28182026-07-31T16:22:27.026Z Compiling proc-macro-error v1.0.4
28192026-07-31T16:22:27.037Z Checking fd-lock v4.0.4
28202026-07-31T16:22:27.040Z Checking nibble_vec v0.1.0
28212026-07-31T16:22:27.059Z Compiling nix v0.28.0
28222026-07-31T16:22:27.152Z Checking vte v0.14.1
28232026-07-31T16:22:27.165Z Compiling recursive-proc-macro-impl v0.1.1
28242026-07-31T16:22:27.254Z Checking endian-type v0.1.2
28252026-07-31T16:22:27.254Z Checking bytecount v0.6.9
28262026-07-31T16:22:27.291Z Compiling derive_more-impl v2.1.1
28272026-07-31T16:22:27.305Z Checking strip-ansi-escapes v0.2.1
28282026-07-31T16:22:27.309Z Compiling tabled_derive v0.7.0
28292026-07-31T16:22:27.365Z Checking radix_trie v0.2.1
28302026-07-31T16:22:27.365Z Checking papergrid v0.11.0
28312026-07-31T16:22:27.435Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322026-07-31T16:22:27.555Z Compiling peg-macros v0.8.5
28332026-07-31T16:22:27.577Z Checking winnow v0.6.26
28342026-07-31T16:22:27.810Z Compiling psm v0.1.30
28352026-07-31T16:22:27.895Z Compiling sqlparser_derive v0.5.0
28362026-07-31T16:22:27.964Z Checking home v0.5.12
28372026-07-31T16:22:28.067Z Checking nu-ansi-term v0.50.3
28382026-07-31T16:22:28.078Z Checking derive_more v2.1.1
28392026-07-31T16:22:28.151Z Checking unicode_categories v0.1.1
28402026-07-31T16:22:28.271Z Checking reedline v0.40.0
28412026-07-31T16:22:28.286Z Checking tabled v0.15.0
28422026-07-31T16:22:28.311Z Checking rustyline v14.0.0
28432026-07-31T16:22:28.311Z Checking crossterm v0.29.0
28442026-07-31T16:22:28.567Z Checking recursive v0.1.1
28452026-07-31T16:22:28.651Z Checking display-error-chain v0.2.2
28462026-07-31T16:22:28.664Z Checking sqlparser v0.61.0
28472026-07-31T16:22:28.708Z Checking sqlformat v0.3.5
28482026-07-31T16:22:28.883Z Checking peg v0.8.5
28492026-07-31T16:22:39.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.49s
28502026-07-31T16:22:39.919Z
28512026-07-31T16:22:39.919Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (87/305)
28522026-07-31T16:22:40.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-07-31T16:22:40.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-07-31T16:22:40.564Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-07-31T16:22:43.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28562026-07-31T16:22:44.148Z
28572026-07-31T16:22:44.148Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (88/305)
28582026-07-31T16:22:44.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-07-31T16:22:44.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-07-31T16:22:44.788Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-07-31T16:22:47.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28622026-07-31T16:22:47.425Z
28632026-07-31T16:22:47.425Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (89/305)
28642026-07-31T16:22:47.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-07-31T16:22:47.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-07-31T16:22:48.064Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-07-31T16:22:51.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28682026-07-31T16:22:51.459Z
28692026-07-31T16:22:51.459Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (90/305)
28702026-07-31T16:22:51.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-07-31T16:22:51.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-07-31T16:22:52.100Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28732026-07-31T16:22:55.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28742026-07-31T16:22:55.550Z
28752026-07-31T16:22:55.550Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (91/305)
28762026-07-31T16:22:56.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-07-31T16:22:56.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-07-31T16:22:56.190Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28792026-07-31T16:22:58.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28802026-07-31T16:22:58.972Z
28812026-07-31T16:22:58.972Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (92/305)
28822026-07-31T16:22:59.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-07-31T16:22:59.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-07-31T16:22:59.612Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28852026-07-31T16:23:02.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28862026-07-31T16:23:02.406Z
28872026-07-31T16:23:02.407Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (93/305)
28882026-07-31T16:23:02.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-07-31T16:23:02.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-07-31T16:23:03.049Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28912026-07-31T16:23:06.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28922026-07-31T16:23:06.631Z
28932026-07-31T16:23:06.631Zinfo: running `cargo check --bins` on oximeter (94/305)
28942026-07-31T16:23:07.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-07-31T16:23:07.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-07-31T16:23:07.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-07-31T16:23:07.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28982026-07-31T16:23:07.182Z
28992026-07-31T16:23:07.182Zinfo: running `cargo check --bins` on oximeter-schema (95/305)
29002026-07-31T16:23:07.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-07-31T16:23:07.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-07-31T16:23:07.790Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29032026-07-31T16:23:07.949Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
29042026-07-31T16:23:07.954Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
29052026-07-31T16:23:08.289Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29062026-07-31T16:23:10.746Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29072026-07-31T16:23:11.941Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29082026-07-31T16:23:12.146Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29092026-07-31T16:23:12.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
29102026-07-31T16:23:12.978Z
29112026-07-31T16:23:12.979Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (96/305)
29122026-07-31T16:23:13.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-07-31T16:23:13.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-07-31T16:23:13.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-07-31T16:23:13.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29162026-07-31T16:23:13.530Z
29172026-07-31T16:23:13.530Zinfo: running `cargo check --bins` on oximeter-test-utils (97/305)
29182026-07-31T16:23:14.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-07-31T16:23:14.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-07-31T16:23:14.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-07-31T16:23:14.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29222026-07-31T16:23:14.125Z
29232026-07-31T16:23:14.125Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (98/305)
29242026-07-31T16:23:14.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-07-31T16:23:14.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-07-31T16:23:14.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-07-31T16:23:14.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29282026-07-31T16:23:14.678Z
29292026-07-31T16:23:14.678Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (99/305)
29302026-07-31T16:23:15.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-07-31T16:23:15.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-07-31T16:23:15.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-07-31T16:23:15.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29342026-07-31T16:23:15.228Z
29352026-07-31T16:23:15.228Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (100/305)
29362026-07-31T16:23:15.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-07-31T16:23:15.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-07-31T16:23:15.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-07-31T16:23:15.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29402026-07-31T16:23:15.783Z
29412026-07-31T16:23:15.783Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (101/305)
29422026-07-31T16:23:16.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-07-31T16:23:16.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-07-31T16:23:16.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-07-31T16:23:16.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29462026-07-31T16:23:16.336Z
29472026-07-31T16:23:16.337Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/305)
29482026-07-31T16:23:16.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-07-31T16:23:16.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-07-31T16:23:16.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-07-31T16:23:16.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29522026-07-31T16:23:16.890Z
29532026-07-31T16:23:16.890Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/305)
29542026-07-31T16:23:17.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-07-31T16:23:17.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-07-31T16:23:17.569Z Compiling crucible-workspace-hack v0.1.0
29572026-07-31T16:23:17.684Z Compiling itertools v0.15.0
29582026-07-31T16:23:17.690Z Checking secrecy v0.10.3
29592026-07-31T16:23:17.696Z Compiling heapless v0.8.0
29602026-07-31T16:23:17.701Z Compiling toml_datetime v0.7.5+spec-1.1.0
29612026-07-31T16:23:17.712Z Checking hash32 v0.3.1
29622026-07-31T16:23:17.715Z Checking inout v0.1.4
29632026-07-31T16:23:17.733Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29642026-07-31T16:23:17.788Z Compiling smoltcp v0.11.0
29652026-07-31T16:23:17.827Z Checking cobs v0.3.0
29662026-07-31T16:23:17.852Z Compiling toml_edit v0.23.10+spec-1.0.0
29672026-07-31T16:23:17.925Z Checking cipher v0.4.4
29682026-07-31T16:23:17.950Z Checking universal-hash v0.5.1
29692026-07-31T16:23:17.962Z Compiling thiserror-impl-no-std v2.0.2
29702026-07-31T16:23:17.965Z Checking half v2.7.1
29712026-07-31T16:23:18.065Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29722026-07-31T16:23:18.115Z Checking ciborium-io v0.2.2
29732026-07-31T16:23:18.130Z Checking opaque-debug v0.3.1
29742026-07-31T16:23:18.195Z Checking poly1305 v0.8.0
29752026-07-31T16:23:18.209Z Checking chacha20 v0.9.1
29762026-07-31T16:23:18.253Z Checking ciborium-ll v0.2.2
29772026-07-31T16:23:18.267Z Checking postcard v1.1.3
29782026-07-31T16:23:18.391Z Compiling proc-macro-crate v3.4.0
29792026-07-31T16:23:18.424Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29802026-07-31T16:23:18.445Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29812026-07-31T16:23:18.551Z Checking password-hash v0.5.0
29822026-07-31T16:23:18.700Z Checking blake2 v0.10.6
29832026-07-31T16:23:18.772Z Compiling proc-macro-crate v1.3.1
29842026-07-31T16:23:18.818Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29852026-07-31T16:23:18.891Z Checking aead v0.5.2
29862026-07-31T16:23:18.921Z Compiling num_enum_derive v0.7.6
29872026-07-31T16:23:18.934Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
29882026-07-31T16:23:18.955Z Compiling ingot-macros v0.2.0
29892026-07-31T16:23:19.026Z Compiling foreign-types-macros v0.2.3
29902026-07-31T16:23:19.048Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
29912026-07-31T16:23:19.131Z Checking foreign-types-shared v0.3.1
29922026-07-31T16:23:19.163Z Checking thiserror-no-std v2.0.2
29932026-07-31T16:23:19.176Z Compiling num_enum_derive v0.5.11
29942026-07-31T16:23:19.217Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29952026-07-31T16:23:19.247Z Checking vsss-rs v3.3.4
29962026-07-31T16:23:19.279Z Checking chacha20poly1305 v0.10.1
29972026-07-31T16:23:19.430Z Checking argon2 v0.5.3
29982026-07-31T16:23:19.614Z Checking foreign-types v0.5.0
29992026-07-31T16:23:19.692Z Checking ciborium v0.2.2
30002026-07-31T16:23:19.815Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30012026-07-31T16:23:19.880Z Checking tabwriter v1.4.1
30022026-07-31T16:23:19.948Z Checking num_enum v0.7.6
30032026-07-31T16:23:20.023Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30042026-07-31T16:23:20.064Z Checking cstr-argument v0.1.2
30052026-07-31T16:23:20.098Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30062026-07-31T16:23:20.113Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30072026-07-31T16:23:20.181Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30082026-07-31T16:23:20.226Z Checking num_enum v0.5.11
30092026-07-31T16:23:20.310Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30102026-07-31T16:23:20.339Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30112026-07-31T16:23:20.352Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30122026-07-31T16:23:20.381Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30132026-07-31T16:23:20.447Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30142026-07-31T16:23:20.503Z Checking rand v0.10.1
30152026-07-31T16:23:20.537Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30162026-07-31T16:23:20.552Z Checking indent_write v2.2.0
30172026-07-31T16:23:20.566Z Checking colored v3.1.1
30182026-07-31T16:23:20.681Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30192026-07-31T16:23:20.694Z Compiling zone_cfg_derive v0.3.1
30202026-07-31T16:23:20.760Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30212026-07-31T16:23:20.776Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30222026-07-31T16:23:20.857Z Checking itertools v0.12.1
30232026-07-31T16:23:20.931Z Compiling num-derive v0.4.2
30242026-07-31T16:23:20.946Z Checking swrite v0.1.0
30252026-07-31T16:23:20.949Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30262026-07-31T16:23:21.035Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30272026-07-31T16:23:21.153Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30282026-07-31T16:23:21.313Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30292026-07-31T16:23:21.337Z Checking dropshot-api-manager-types v0.7.2
30302026-07-31T16:23:21.350Z Checking smf v0.2.3
30312026-07-31T16:23:21.423Z Checking nanorand v0.7.0
30322026-07-31T16:23:21.499Z Checking whoami v1.6.1
30332026-07-31T16:23:21.515Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30342026-07-31T16:23:21.584Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30352026-07-31T16:23:21.620Z Checking flume v0.11.1
30362026-07-31T16:23:21.769Z Checking ingot-types v0.2.0
30372026-07-31T16:23:21.835Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30382026-07-31T16:23:21.851Z Checking zone v0.3.1
30392026-07-31T16:23:22.101Z Checking ingot v0.2.1
30402026-07-31T16:23:23.514Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30412026-07-31T16:23:24.448Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30422026-07-31T16:23:25.336Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30432026-07-31T16:23:27.829Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30442026-07-31T16:23:29.879Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30452026-07-31T16:23:31.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.10s
30462026-07-31T16:23:31.177Z
30472026-07-31T16:23:31.178Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/305)
30482026-07-31T16:23:31.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-07-31T16:23:31.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-07-31T16:23:31.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-07-31T16:23:31.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30522026-07-31T16:23:31.728Z
30532026-07-31T16:23:31.728Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/305)
30542026-07-31T16:23:32.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-07-31T16:23:32.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-07-31T16:23:32.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-07-31T16:23:32.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30582026-07-31T16:23:32.277Z
30592026-07-31T16:23:32.277Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/305)
30602026-07-31T16:23:32.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-07-31T16:23:32.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-07-31T16:23:32.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-07-31T16:23:32.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30642026-07-31T16:23:32.833Z
30652026-07-31T16:23:32.833Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/305)
30662026-07-31T16:23:33.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-07-31T16:23:33.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-07-31T16:23:33.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-07-31T16:23:33.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30702026-07-31T16:23:33.384Z
30712026-07-31T16:23:33.385Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/305)
30722026-07-31T16:23:33.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-07-31T16:23:33.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-07-31T16:23:33.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-07-31T16:23:33.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30762026-07-31T16:23:33.934Z
30772026-07-31T16:23:33.934Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (109/305)
30782026-07-31T16:23:34.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-07-31T16:23:34.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-07-31T16:23:34.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-07-31T16:23:34.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30822026-07-31T16:23:34.482Z
30832026-07-31T16:23:34.482Zinfo: running `cargo check --bins` on cockroach-admin-client (110/305)
30842026-07-31T16:23:34.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-07-31T16:23:34.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-07-31T16:23:34.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-07-31T16:23:34.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30882026-07-31T16:23:35.014Z
30892026-07-31T16:23:35.014Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (111/305)
30902026-07-31T16:23:35.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-07-31T16:23:35.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-07-31T16:23:35.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-07-31T16:23:35.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30942026-07-31T16:23:35.563Z
30952026-07-31T16:23:35.563Zinfo: running `cargo check --bins` on dns-service-client (112/305)
30962026-07-31T16:23:36.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-07-31T16:23:36.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-07-31T16:23:36.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-07-31T16:23:36.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31002026-07-31T16:23:36.110Z
31012026-07-31T16:23:36.110Zinfo: running `cargo check --bins` on installinator-client (113/305)
31022026-07-31T16:23:36.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-07-31T16:23:36.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-07-31T16:23:36.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-07-31T16:23:36.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31062026-07-31T16:23:36.660Z
31072026-07-31T16:23:36.660Zinfo: running `cargo check --bins` on nexus-client (114/305)
31082026-07-31T16:23:37.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-07-31T16:23:37.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-07-31T16:23:37.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-07-31T16:23:37.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31122026-07-31T16:23:37.241Z
31132026-07-31T16:23:37.241Zinfo: running `cargo check --bins` on nexus-lockstep-client (115/305)
31142026-07-31T16:23:37.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-07-31T16:23:37.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-07-31T16:23:37.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-07-31T16:23:37.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31182026-07-31T16:23:37.821Z
31192026-07-31T16:23:37.821Zinfo: running `cargo check --bins` on ntp-admin-client (116/305)
31202026-07-31T16:23:38.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-07-31T16:23:38.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-07-31T16:23:38.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-07-31T16:23:38.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31242026-07-31T16:23:38.350Z
31252026-07-31T16:23:38.350Zinfo: running `cargo check --bins` on oxide-client (117/305)
31262026-07-31T16:23:38.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-07-31T16:23:38.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-07-31T16:23:38.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-07-31T16:23:38.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31302026-07-31T16:23:38.882Z
31312026-07-31T16:23:38.882Zinfo: running `cargo check --bins` on oximeter-client (118/305)
31322026-07-31T16:23:39.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-07-31T16:23:39.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-07-31T16:23:39.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-07-31T16:23:39.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31362026-07-31T16:23:39.428Z
31372026-07-31T16:23:39.428Zinfo: running `cargo check --bins` on repo-depot-client (119/305)
31382026-07-31T16:23:39.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-07-31T16:23:39.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-07-31T16:23:39.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-07-31T16:23:39.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31422026-07-31T16:23:39.963Z
31432026-07-31T16:23:39.963Zinfo: running `cargo check --bins` on sled-agent-client (120/305)
31442026-07-31T16:23:40.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-07-31T16:23:40.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-07-31T16:23:40.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-07-31T16:23:40.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31482026-07-31T16:23:40.518Z
31492026-07-31T16:23:40.518Zinfo: running `cargo check --bins` on wicketd-client (121/305)
31502026-07-31T16:23:41.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-07-31T16:23:41.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-07-31T16:23:41.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-07-31T16:23:41.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31542026-07-31T16:23:41.097Z
31552026-07-31T16:23:41.097Zinfo: running `cargo check --bins` on installinator-common (122/305)
31562026-07-31T16:23:41.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-07-31T16:23:41.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-07-31T16:23:41.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-07-31T16:23:41.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31602026-07-31T16:23:41.668Z
31612026-07-31T16:23:41.668Zinfo: running `cargo check --bins` on installinator-common-versions (123/305)
31622026-07-31T16:23:42.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-07-31T16:23:42.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-07-31T16:23:42.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-07-31T16:23:42.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31662026-07-31T16:23:42.206Z
31672026-07-31T16:23:42.206Zinfo: running `cargo check --bins` on wicket-common (124/305)
31682026-07-31T16:23:42.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-07-31T16:23:42.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-07-31T16:23:42.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-07-31T16:23:42.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31722026-07-31T16:23:42.769Z
31732026-07-31T16:23:42.769Zinfo: running `cargo check --bins` on wicketd-commission-types (125/305)
31742026-07-31T16:23:43.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-07-31T16:23:43.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-07-31T16:23:43.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-07-31T16:23:43.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31782026-07-31T16:23:43.325Z
31792026-07-31T16:23:43.325Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (126/305)
31802026-07-31T16:23:43.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-07-31T16:23:43.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-07-31T16:23:43.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-07-31T16:23:43.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31842026-07-31T16:23:43.880Z
31852026-07-31T16:23:43.880Zinfo: running `cargo check --bins` on wicketd-commission-client (127/305)
31862026-07-31T16:23:44.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-07-31T16:23:44.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-07-31T16:23:44.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-07-31T16:23:44.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31902026-07-31T16:23:44.438Z
31912026-07-31T16:23:44.439Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/305)
31922026-07-31T16:23:44.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-07-31T16:23:44.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-07-31T16:23:45.095Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31952026-07-31T16:23:45.208Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31962026-07-31T16:23:45.214Z Checking csv-core v0.1.13
31972026-07-31T16:23:45.221Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31982026-07-31T16:23:45.227Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31992026-07-31T16:23:45.230Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32002026-07-31T16:23:45.247Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32012026-07-31T16:23:45.258Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32022026-07-31T16:23:45.364Z Checking csv v1.4.0
32032026-07-31T16:23:45.397Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32042026-07-31T16:23:45.411Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32052026-07-31T16:23:45.438Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32062026-07-31T16:23:45.515Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32072026-07-31T16:23:45.698Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32082026-07-31T16:23:46.060Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32092026-07-31T16:23:46.063Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32102026-07-31T16:23:46.400Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32112026-07-31T16:23:52.449Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32122026-07-31T16:23:52.977Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32132026-07-31T16:23:55.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.89s
32142026-07-31T16:23:55.511Z
32152026-07-31T16:23:55.511Zinfo: running `cargo check --bins` on cockroach-admin-api (129/305)
32162026-07-31T16:23:55.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-31T16:23:55.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-31T16:23:55.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-07-31T16:23:55.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32202026-07-31T16:23:56.063Z
32212026-07-31T16:23:56.063Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/305)
32222026-07-31T16:23:56.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-07-31T16:23:56.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-07-31T16:23:56.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-07-31T16:23:56.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32262026-07-31T16:23:56.705Z
32272026-07-31T16:23:56.705Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/305)
32282026-07-31T16:23:57.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-07-31T16:23:57.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-07-31T16:23:57.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-07-31T16:23:57.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32322026-07-31T16:23:57.345Z
32332026-07-31T16:23:57.346Zinfo: running `cargo check --bins` on gateway-test-utils (132/305)
32342026-07-31T16:23:57.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-07-31T16:23:57.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-07-31T16:23:57.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-07-31T16:23:57.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32382026-07-31T16:23:57.946Z
32392026-07-31T16:23:57.946Zinfo: running `cargo check --bins` on omicron-gateway (133/305)
32402026-07-31T16:23:58.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-07-31T16:23:58.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-07-31T16:23:58.670Z Compiling regress v0.11.1
32432026-07-31T16:23:58.811Z Compiling unsafe-libyaml v0.2.11
32442026-07-31T16:23:58.821Z Compiling radium v0.7.0
32452026-07-31T16:23:58.829Z Compiling semver v0.1.20
32462026-07-31T16:23:58.842Z Checking nom v8.0.0
32472026-07-31T16:23:58.845Z Checking tap v1.0.1
32482026-07-31T16:23:58.846Z Compiling maybe-uninit v2.0.0
32492026-07-31T16:23:58.952Z Checking wyz v0.5.1
32502026-07-31T16:23:59.074Z Compiling rustc_version v0.1.7
32512026-07-31T16:23:59.138Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32522026-07-31T16:23:59.170Z Compiling zerocopy-derive v0.6.6
32532026-07-31T16:23:59.280Z Compiling packed_struct v0.10.1
32542026-07-31T16:23:59.300Z Compiling serde_yaml v0.9.34+deprecated
32552026-07-31T16:23:59.533Z Compiling newtype_derive v0.1.6
32562026-07-31T16:23:59.547Z Compiling cancel-safe-futures v0.1.5
32572026-07-31T16:23:59.720Z Checking crc-catalog v2.4.0
32582026-07-31T16:23:59.750Z Checking funty v2.0.0
32592026-07-31T16:23:59.816Z Checking crc v3.4.0
32602026-07-31T16:24:00.007Z Checking zerocopy v0.6.6
32612026-07-31T16:24:00.063Z Checking bitvec v1.0.1
32622026-07-31T16:24:00.168Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32632026-07-31T16:24:00.252Z Checking typify-impl v0.6.2
32642026-07-31T16:24:00.296Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32652026-07-31T16:24:00.313Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32662026-07-31T16:24:00.657Z Compiling packed_struct_codegen v0.10.1
32672026-07-31T16:24:00.716Z Compiling bitfield-macros v0.19.4
32682026-07-31T16:24:00.771Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32692026-07-31T16:24:00.833Z Compiling indexmap v1.9.3
32702026-07-31T16:24:01.026Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32712026-07-31T16:24:01.099Z Compiling owo-colors v4.3.0
32722026-07-31T16:24:01.377Z Checking nodrop v0.1.14
32732026-07-31T16:24:01.412Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32742026-07-31T16:24:01.426Z Checking bitfield v0.19.4
32752026-07-31T16:24:01.468Z Checking array-init v0.0.4
32762026-07-31T16:24:01.485Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32772026-07-31T16:24:01.673Z Checking smallvec v0.6.14
32782026-07-31T16:24:01.697Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32792026-07-31T16:24:01.834Z Checking oxide-update-engine-types v0.1.2
32802026-07-31T16:24:01.863Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32812026-07-31T16:24:01.975Z Checking unicode-linebreak v0.1.5
32822026-07-31T16:24:02.039Z Checking smawk v0.3.2
32832026-07-31T16:24:02.117Z Checking hashbrown v0.12.3
32842026-07-31T16:24:02.170Z Checking linear-map v1.2.0
32852026-07-31T16:24:02.183Z Checking tagptr v0.2.0
32862026-07-31T16:24:02.322Z Checking base64 v0.21.7
32872026-07-31T16:24:02.336Z Checking moka v0.12.13
32882026-07-31T16:24:02.336Z Checking textwrap v0.16.2
32892026-07-31T16:24:02.547Z Checking ron v0.8.1
32902026-07-31T16:24:02.552Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32912026-07-31T16:24:02.716Z Checking oxide-update-engine v0.1.2
32922026-07-31T16:24:02.733Z Checking serde-hex v0.1.0
32932026-07-31T16:24:02.766Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32942026-07-31T16:24:02.831Z Checking steno v0.4.1
32952026-07-31T16:24:03.061Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32962026-07-31T16:24:03.126Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32972026-07-31T16:24:03.526Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32982026-07-31T16:24:03.689Z Checking hashbrown v0.13.2
32992026-07-31T16:24:03.715Z Checking crc-any v2.5.0
33002026-07-31T16:24:03.807Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33012026-07-31T16:24:03.896Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33022026-07-31T16:24:03.929Z Checking hickory-resolver v0.25.2
33032026-07-31T16:24:04.014Z Checking sha1 v0.10.6
33042026-07-31T16:24:04.062Z Checking path-slash v0.1.5
33052026-07-31T16:24:04.108Z Checking object v0.30.4
33062026-07-31T16:24:04.165Z Checking utf-8 v0.7.6
33072026-07-31T16:24:04.181Z Checking void v1.0.2
33082026-07-31T16:24:04.206Z Checking half v1.8.3
33092026-07-31T16:24:04.283Z Checking lzss v0.8.2
33102026-07-31T16:24:04.303Z Checking tungstenite v0.23.0
33112026-07-31T16:24:04.434Z Checking serde_cbor v0.11.2
33122026-07-31T16:24:04.642Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33132026-07-31T16:24:04.657Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33142026-07-31T16:24:04.756Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33152026-07-31T16:24:04.771Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33162026-07-31T16:24:04.808Z Checking nix v0.27.1
33172026-07-31T16:24:04.824Z Checking kstat-rs v0.2.4
33182026-07-31T16:24:04.856Z Checking fxhash v0.2.1
33192026-07-31T16:24:04.979Z Checking serde_bytes v0.11.19
33202026-07-31T16:24:05.010Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33212026-07-31T16:24:05.025Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33222026-07-31T16:24:05.072Z Checking tokio-tungstenite v0.23.1
33232026-07-31T16:24:05.098Z Compiling typify-macro v0.6.2
33242026-07-31T16:24:05.152Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33252026-07-31T16:24:05.318Z Checking signal-hook-tokio v0.3.1
33262026-07-31T16:24:05.808Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33272026-07-31T16:24:06.293Z Compiling typify v0.6.2
33282026-07-31T16:24:06.371Z Compiling progenitor-impl v0.14.0
33292026-07-31T16:24:06.711Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33302026-07-31T16:24:07.022Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33312026-07-31T16:24:07.809Z Compiling progenitor-macro v0.14.0
33322026-07-31T16:24:10.162Z Checking progenitor v0.14.0
33332026-07-31T16:24:10.280Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33342026-07-31T16:24:10.283Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33352026-07-31T16:24:12.974Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33362026-07-31T16:24:21.193Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33372026-07-31T16:24:27.904Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33382026-07-31T16:24:29.284Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33392026-07-31T16:24:29.790Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33402026-07-31T16:24:31.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.95s
33412026-07-31T16:24:32.084Z
33422026-07-31T16:24:32.084Zinfo: running `cargo check --bins` on gateway-api (134/305)
33432026-07-31T16:24:32.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-07-31T16:24:32.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-07-31T16:24:32.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-07-31T16:24:32.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33472026-07-31T16:24:32.637Z
33482026-07-31T16:24:32.637Zinfo: running `cargo check --bins` on ipcc (135/305)
33492026-07-31T16:24:33.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-07-31T16:24:33.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-07-31T16:24:33.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-07-31T16:24:33.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33532026-07-31T16:24:33.186Z
33542026-07-31T16:24:33.186Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/305)
33552026-07-31T16:24:33.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-07-31T16:24:33.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-07-31T16:24:33.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-07-31T16:24:33.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33592026-07-31T16:24:33.723Z
33602026-07-31T16:24:33.723Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/305)
33612026-07-31T16:24:34.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-07-31T16:24:34.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-07-31T16:24:34.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-07-31T16:24:34.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33652026-07-31T16:24:34.298Z
33662026-07-31T16:24:34.298Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/305)
33672026-07-31T16:24:34.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-07-31T16:24:34.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-07-31T16:24:34.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-07-31T16:24:34.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33712026-07-31T16:24:34.846Z
33722026-07-31T16:24:34.846Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/305)
33732026-07-31T16:24:35.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-07-31T16:24:35.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-07-31T16:24:35.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-07-31T16:24:35.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33772026-07-31T16:24:35.393Z
33782026-07-31T16:24:35.393Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/305)
33792026-07-31T16:24:35.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-07-31T16:24:35.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-07-31T16:24:35.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-07-31T16:24:35.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33832026-07-31T16:24:35.939Z
33842026-07-31T16:24:35.939Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/305)
33852026-07-31T16:24:36.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-07-31T16:24:36.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-07-31T16:24:36.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-07-31T16:24:36.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33892026-07-31T16:24:36.508Z
33902026-07-31T16:24:36.508Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/305)
33912026-07-31T16:24:36.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-07-31T16:24:36.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-07-31T16:24:36.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-07-31T16:24:36.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33952026-07-31T16:24:37.054Z
33962026-07-31T16:24:37.054Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/305)
33972026-07-31T16:24:37.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-07-31T16:24:37.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-07-31T16:24:37.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-07-31T16:24:37.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34012026-07-31T16:24:37.602Z
34022026-07-31T16:24:37.602Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/305)
34032026-07-31T16:24:38.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-07-31T16:24:38.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-07-31T16:24:38.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-07-31T16:24:38.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34072026-07-31T16:24:38.150Z
34082026-07-31T16:24:38.150Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/305)
34092026-07-31T16:24:38.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-07-31T16:24:38.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-07-31T16:24:38.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-07-31T16:24:38.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34132026-07-31T16:24:38.702Z
34142026-07-31T16:24:38.702Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/305)
34152026-07-31T16:24:39.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-07-31T16:24:39.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-07-31T16:24:39.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-07-31T16:24:39.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34192026-07-31T16:24:39.252Z
34202026-07-31T16:24:39.252Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/305)
34212026-07-31T16:24:39.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-07-31T16:24:39.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-07-31T16:24:39.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-07-31T16:24:39.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34252026-07-31T16:24:39.807Z
34262026-07-31T16:24:39.807Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/305)
34272026-07-31T16:24:40.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-07-31T16:24:40.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-07-31T16:24:40.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-07-31T16:24:40.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34312026-07-31T16:24:40.379Z
34322026-07-31T16:24:40.379Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/305)
34332026-07-31T16:24:40.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-07-31T16:24:40.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-07-31T16:24:40.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-07-31T16:24:40.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34372026-07-31T16:24:40.953Z
34382026-07-31T16:24:40.953Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/305)
34392026-07-31T16:24:41.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-07-31T16:24:41.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-07-31T16:24:41.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-07-31T16:24:41.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34432026-07-31T16:24:41.524Z
34442026-07-31T16:24:41.524Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/305)
34452026-07-31T16:24:42.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-07-31T16:24:42.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-07-31T16:24:42.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-07-31T16:24:42.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34492026-07-31T16:24:42.098Z
34502026-07-31T16:24:42.098Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/305)
34512026-07-31T16:24:42.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-07-31T16:24:42.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-07-31T16:24:42.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-07-31T16:24:42.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34552026-07-31T16:24:42.667Z
34562026-07-31T16:24:42.667Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/305)
34572026-07-31T16:24:43.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-07-31T16:24:43.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-07-31T16:24:43.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-07-31T16:24:43.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34612026-07-31T16:24:43.238Z
34622026-07-31T16:24:43.238Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/305)
34632026-07-31T16:24:43.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-07-31T16:24:43.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-07-31T16:24:43.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-07-31T16:24:43.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34672026-07-31T16:24:43.808Z
34682026-07-31T16:24:43.808Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/305)
34692026-07-31T16:24:44.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-07-31T16:24:44.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-07-31T16:24:44.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-07-31T16:24:44.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34732026-07-31T16:24:44.377Z
34742026-07-31T16:24:44.377Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/305)
34752026-07-31T16:24:44.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-07-31T16:24:44.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-07-31T16:24:44.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-07-31T16:24:44.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34792026-07-31T16:24:44.951Z
34802026-07-31T16:24:44.951Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/305)
34812026-07-31T16:24:45.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-07-31T16:24:45.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-07-31T16:24:45.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-07-31T16:24:45.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34852026-07-31T16:24:45.525Z
34862026-07-31T16:24:45.525Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/305)
34872026-07-31T16:24:45.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-07-31T16:24:45.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-07-31T16:24:45.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-07-31T16:24:45.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34912026-07-31T16:24:46.071Z
34922026-07-31T16:24:46.071Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/305)
34932026-07-31T16:24:46.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-07-31T16:24:46.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-07-31T16:24:46.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-07-31T16:24:46.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34972026-07-31T16:24:46.625Z
34982026-07-31T16:24:46.625Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/305)
34992026-07-31T16:24:47.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-07-31T16:24:47.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-07-31T16:24:47.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-07-31T16:24:47.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35032026-07-31T16:24:47.177Z
35042026-07-31T16:24:47.177Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/305)
35052026-07-31T16:24:47.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-07-31T16:24:47.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-07-31T16:24:47.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-07-31T16:24:47.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35092026-07-31T16:24:47.730Z
35102026-07-31T16:24:47.730Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/305)
35112026-07-31T16:24:48.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-07-31T16:24:48.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-07-31T16:24:48.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-07-31T16:24:48.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35152026-07-31T16:24:48.285Z
35162026-07-31T16:24:48.285Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/305)
35172026-07-31T16:24:48.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-07-31T16:24:48.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-07-31T16:24:48.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-07-31T16:24:48.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35212026-07-31T16:24:48.840Z
35222026-07-31T16:24:48.840Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/305)
35232026-07-31T16:24:49.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-07-31T16:24:49.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-07-31T16:24:49.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-07-31T16:24:49.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35272026-07-31T16:24:49.389Z
35282026-07-31T16:24:49.389Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/305)
35292026-07-31T16:24:49.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-07-31T16:24:49.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-07-31T16:24:49.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-07-31T16:24:49.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35332026-07-31T16:24:49.940Z
35342026-07-31T16:24:49.941Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/305)
35352026-07-31T16:24:50.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-07-31T16:24:50.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-07-31T16:24:50.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-07-31T16:24:50.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35392026-07-31T16:24:50.512Z
35402026-07-31T16:24:50.512Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/305)
35412026-07-31T16:24:50.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-07-31T16:24:50.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-07-31T16:24:50.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-07-31T16:24:50.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35452026-07-31T16:24:51.084Z
35462026-07-31T16:24:51.084Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/305)
35472026-07-31T16:24:51.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-07-31T16:24:51.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-07-31T16:24:51.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-07-31T16:24:51.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35512026-07-31T16:24:51.649Z
35522026-07-31T16:24:51.649Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/305)
35532026-07-31T16:24:52.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-07-31T16:24:52.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-07-31T16:24:52.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-07-31T16:24:52.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35572026-07-31T16:24:52.219Z
35582026-07-31T16:24:52.219Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/305)
35592026-07-31T16:24:52.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-07-31T16:24:52.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-07-31T16:24:52.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-07-31T16:24:52.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35632026-07-31T16:24:52.791Z
35642026-07-31T16:24:52.791Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/305)
35652026-07-31T16:24:53.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-07-31T16:24:53.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-07-31T16:24:53.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-07-31T16:24:53.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35692026-07-31T16:24:53.365Z
35702026-07-31T16:24:53.365Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/305)
35712026-07-31T16:24:53.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-07-31T16:24:53.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-07-31T16:24:53.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-07-31T16:24:53.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35752026-07-31T16:24:53.938Z
35762026-07-31T16:24:53.938Zinfo: running `cargo check --bins` on oximeter-producer (173/305)
35772026-07-31T16:24:54.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-07-31T16:24:54.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-07-31T16:24:54.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-07-31T16:24:54.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35812026-07-31T16:24:54.528Z
35822026-07-31T16:24:54.528Zinfo: running `cargo check --bins` on internal-dns-resolver (174/305)
35832026-07-31T16:24:54.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-07-31T16:24:54.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-07-31T16:24:54.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-07-31T16:24:55.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35872026-07-31T16:24:55.083Z
35882026-07-31T16:24:55.083Zinfo: running `cargo check --bins` on dns-server (175/305)
35892026-07-31T16:24:55.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-07-31T16:24:55.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-07-31T16:24:55.699Z Compiling parking_lot_core v0.8.6
35922026-07-31T16:24:55.702Z Compiling git-stub v1.0.0
35932026-07-31T16:24:55.702Z Checking prefix-trie v0.7.0
35942026-07-31T16:24:55.816Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35952026-07-31T16:24:55.927Z Compiling git-stub-vcs v0.1.0
35962026-07-31T16:24:56.085Z Checking hickory-server v0.25.2
35972026-07-31T16:24:56.197Z Checking parking_lot v0.11.2
35982026-07-31T16:24:56.230Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35992026-07-31T16:24:56.271Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36002026-07-31T16:24:56.274Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
36012026-07-31T16:24:56.366Z Checking sled v0.34.7
36022026-07-31T16:24:58.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
36032026-07-31T16:24:58.428Z
36042026-07-31T16:24:58.428Zinfo: running `cargo check --bins` on dns-server-api (176/305)
36052026-07-31T16:24:58.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-07-31T16:24:58.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-07-31T16:24:58.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-07-31T16:24:58.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36092026-07-31T16:24:58.972Z
36102026-07-31T16:24:58.972Zinfo: running `cargo check --bins` on oximeter-producer-api (177/305)
36112026-07-31T16:24:59.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-07-31T16:24:59.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-07-31T16:24:59.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-07-31T16:24:59.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36152026-07-31T16:24:59.526Z
36162026-07-31T16:24:59.526Zinfo: running `cargo check --bins` on sp-sim (178/305)
36172026-07-31T16:25:00.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-07-31T16:25:00.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-07-31T16:25:00.219Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36202026-07-31T16:25:01.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
36212026-07-31T16:25:02.157Z
36222026-07-31T16:25:02.157Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/305)
36232026-07-31T16:25:02.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-07-31T16:25:02.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-07-31T16:25:02.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-07-31T16:25:02.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36272026-07-31T16:25:02.765Z
36282026-07-31T16:25:02.765Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/305)
36292026-07-31T16:25:03.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-07-31T16:25:03.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-07-31T16:25:03.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-07-31T16:25:03.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36332026-07-31T16:25:03.368Z
36342026-07-31T16:25:03.368Zinfo: running `cargo check --bins` on db-macros (181/305)
36352026-07-31T16:25:03.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-07-31T16:25:03.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-07-31T16:25:03.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-07-31T16:25:03.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36392026-07-31T16:25:03.900Z
36402026-07-31T16:25:03.900Zinfo: running `cargo check --bins` on nexus-macros-common (182/305)
36412026-07-31T16:25:04.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-07-31T16:25:04.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-07-31T16:25:04.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-07-31T16:25:04.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36452026-07-31T16:25:04.435Z
36462026-07-31T16:25:04.435Zinfo: running `cargo check --bins` on nexus-auth (183/305)
36472026-07-31T16:25:04.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-07-31T16:25:04.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-07-31T16:25:04.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-07-31T16:25:04.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36512026-07-31T16:25:05.033Z
36522026-07-31T16:25:05.033Zinfo: running `cargo check --bins` on authz-macros (184/305)
36532026-07-31T16:25:05.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-07-31T16:25:05.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-07-31T16:25:05.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-07-31T16:25:05.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36572026-07-31T16:25:05.563Z
36582026-07-31T16:25:05.563Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/305)
36592026-07-31T16:25:06.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-07-31T16:25:06.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-07-31T16:25:06.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-07-31T16:25:06.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36632026-07-31T16:25:06.157Z
36642026-07-31T16:25:06.157Zinfo: running `cargo check --bins` on nexus-db-model (186/305)
36652026-07-31T16:25:06.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-07-31T16:25:06.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-07-31T16:25:06.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-07-31T16:25:06.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36692026-07-31T16:25:06.752Z
36702026-07-31T16:25:06.752Zinfo: running `cargo check --bins` on nexus-db-schema (187/305)
36712026-07-31T16:25:07.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-07-31T16:25:07.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-07-31T16:25:07.209Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-07-31T16:25:07.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36752026-07-31T16:25:07.289Z
36762026-07-31T16:25:07.289Zinfo: running `cargo check --bins` on omicron-rpaths (188/305)
36772026-07-31T16:25:07.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-07-31T16:25:07.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-07-31T16:25:07.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-07-31T16:25:07.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36812026-07-31T16:25:07.819Z
36822026-07-31T16:25:07.819Zinfo: running `cargo check --bins` on nexus-defaults (189/305)
36832026-07-31T16:25:08.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-07-31T16:25:08.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-07-31T16:25:08.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-07-31T16:25:08.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36872026-07-31T16:25:08.364Z
36882026-07-31T16:25:08.364Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/305)
36892026-07-31T16:25:08.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-07-31T16:25:08.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-07-31T16:25:08.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-07-31T16:25:08.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36932026-07-31T16:25:08.899Z
36942026-07-31T16:25:08.899Zinfo: running `cargo check --bins` on parallel-task-set (191/305)
36952026-07-31T16:25:09.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-07-31T16:25:09.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-07-31T16:25:09.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-07-31T16:25:09.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36992026-07-31T16:25:09.432Z
37002026-07-31T16:25:09.432Zinfo: running `cargo check --bins` on omicron-git-version (192/305)
37012026-07-31T16:25:09.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-07-31T16:25:09.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-07-31T16:25:09.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-07-31T16:25:09.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37052026-07-31T16:25:09.963Z
37062026-07-31T16:25:09.963Zinfo: running `cargo check --bins` on nexus-db-errors (193/305)
37072026-07-31T16:25:10.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-07-31T16:25:10.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-07-31T16:25:10.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-07-31T16:25:10.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37112026-07-31T16:25:10.561Z
37122026-07-31T16:25:10.561Zinfo: running `cargo check --bins` on nexus-db-lookup (194/305)
37132026-07-31T16:25:11.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-07-31T16:25:11.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-07-31T16:25:11.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-07-31T16:25:11.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37172026-07-31T16:25:11.161Z
37182026-07-31T16:25:11.161Zinfo: running `cargo check --bins` on nexus-inventory (195/305)
37192026-07-31T16:25:11.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-07-31T16:25:11.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-07-31T16:25:11.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-07-31T16:25:11.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37232026-07-31T16:25:11.754Z
37242026-07-31T16:25:11.754Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/305)
37252026-07-31T16:25:12.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-07-31T16:25:12.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-07-31T16:25:12.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-07-31T16:25:12.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37292026-07-31T16:25:12.323Z
37302026-07-31T16:25:12.323Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/305)
37312026-07-31T16:25:12.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-07-31T16:25:12.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-07-31T16:25:12.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-07-31T16:25:12.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37352026-07-31T16:25:12.888Z
37362026-07-31T16:25:12.888Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/305)
37372026-07-31T16:25:13.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-07-31T16:25:13.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-07-31T16:25:13.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-07-31T16:25:13.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37412026-07-31T16:25:13.454Z
37422026-07-31T16:25:13.454Zinfo: running `cargo check --bins` on key-manager (199/305)
37432026-07-31T16:25:13.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-07-31T16:25:13.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-07-31T16:25:13.917Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-07-31T16:25:13.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37472026-07-31T16:25:14.000Z
37482026-07-31T16:25:14.000Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/305)
37492026-07-31T16:25:14.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-07-31T16:25:14.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-07-31T16:25:14.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-07-31T16:25:14.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37532026-07-31T16:25:14.571Z
37542026-07-31T16:25:14.571Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/305)
37552026-07-31T16:25:15.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-07-31T16:25:15.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-07-31T16:25:15.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-07-31T16:25:15.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
37592026-07-31T16:25:15.137Z
37602026-07-31T16:25:15.137Zinfo: running `cargo check --bins` on typed-rng (202/305)
37612026-07-31T16:25:15.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-07-31T16:25:15.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-07-31T16:25:15.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-07-31T16:25:15.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37652026-07-31T16:25:15.673Z
37662026-07-31T16:25:15.673Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/305)
37672026-07-31T16:25:16.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-07-31T16:25:16.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-07-31T16:25:16.473Z Compiling libefi-sys v0.1.0
37702026-07-31T16:25:16.476Z Compiling bitfield-struct v0.6.2
37712026-07-31T16:25:16.613Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37722026-07-31T16:25:16.621Z Compiling xshell-macros v0.2.7
37732026-07-31T16:25:16.630Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37742026-07-31T16:25:16.643Z Compiling salty v0.3.0
37752026-07-31T16:25:16.658Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37762026-07-31T16:25:16.674Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37772026-07-31T16:25:16.677Z Checking rfc6979 v0.4.0
37782026-07-31T16:25:16.798Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37792026-07-31T16:25:16.814Z Checking ecdsa v0.16.9
37802026-07-31T16:25:16.947Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37812026-07-31T16:25:16.964Z Checking primeorder v0.13.6
37822026-07-31T16:25:16.977Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37832026-07-31T16:25:16.991Z Checking xshell v0.2.7
37842026-07-31T16:25:17.093Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37852026-07-31T16:25:17.133Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37862026-07-31T16:25:17.153Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37872026-07-31T16:25:17.177Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37882026-07-31T16:25:17.191Z Checking p384 v0.13.1
37892026-07-31T16:25:17.216Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37902026-07-31T16:25:17.280Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37912026-07-31T16:25:17.326Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37922026-07-31T16:25:17.370Z Checking corncobs v0.1.4
37932026-07-31T16:25:17.444Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37942026-07-31T16:25:17.482Z Checking secrecy v0.8.0
37952026-07-31T16:25:17.497Z Compiling proc-macro-error-attr2 v2.0.0
37962026-07-31T16:25:17.510Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37972026-07-31T16:25:17.513Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37982026-07-31T16:25:17.590Z Checking tungstenite v0.21.0
37992026-07-31T16:25:17.607Z Checking papergrid v0.17.0
38002026-07-31T16:25:17.646Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38012026-07-31T16:25:17.669Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38022026-07-31T16:25:17.719Z Checking libscf-sys v1.2.0
38032026-07-31T16:25:17.765Z Compiling progenitor-impl v0.13.0
38042026-07-31T16:25:17.786Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38052026-07-31T16:25:17.844Z Checking testing_table v0.3.0
38062026-07-31T16:25:17.874Z Compiling proc-macro-error2 v2.0.1
38072026-07-31T16:25:17.933Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38082026-07-31T16:25:18.002Z Checking tokio-tungstenite v0.21.0
38092026-07-31T16:25:18.180Z Compiling tabled_derive v0.11.0
38102026-07-31T16:25:18.275Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38112026-07-31T16:25:18.343Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38122026-07-31T16:25:18.372Z Compiling unicase v2.9.0
38132026-07-31T16:25:18.493Z Compiling illumos-nvpair-sys v0.2.0
38142026-07-31T16:25:18.538Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38152026-07-31T16:25:18.566Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38162026-07-31T16:25:18.580Z Compiling mime_guess v2.0.5
38172026-07-31T16:25:18.690Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38182026-07-31T16:25:18.690Z Checking progenitor-client v0.13.0
38192026-07-31T16:25:18.762Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38202026-07-31T16:25:18.924Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38212026-07-31T16:25:19.094Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38222026-07-31T16:25:19.134Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38232026-07-31T16:25:19.218Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38242026-07-31T16:25:19.318Z Checking tabled v0.20.0
38252026-07-31T16:25:19.446Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38262026-07-31T16:25:19.563Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38272026-07-31T16:25:19.589Z Checking filetime v0.2.27
38282026-07-31T16:25:19.726Z Checking http-range v0.1.5
38292026-07-31T16:25:19.743Z Checking crc8 v0.1.1
38302026-07-31T16:25:19.756Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38312026-07-31T16:25:19.860Z Checking xattr v1.6.1
38322026-07-31T16:25:19.902Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38332026-07-31T16:25:19.918Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38342026-07-31T16:25:19.991Z Checking tar v0.4.46
38352026-07-31T16:25:20.087Z Checking illumos-nvpair v0.3.0
38362026-07-31T16:25:20.331Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38372026-07-31T16:25:20.353Z Compiling progenitor-macro v0.13.0
38382026-07-31T16:25:20.367Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38392026-07-31T16:25:20.382Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38402026-07-31T16:25:20.461Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38412026-07-31T16:25:20.580Z Checking atty v0.2.14
38422026-07-31T16:25:20.677Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38432026-07-31T16:25:20.701Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38442026-07-31T16:25:20.833Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38452026-07-31T16:25:20.951Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38462026-07-31T16:25:21.029Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38472026-07-31T16:25:21.215Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38482026-07-31T16:25:21.244Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38492026-07-31T16:25:21.284Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38502026-07-31T16:25:21.374Z Checking hyper-staticfile v0.10.1
38512026-07-31T16:25:21.475Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38522026-07-31T16:25:21.600Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38532026-07-31T16:25:21.664Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38542026-07-31T16:25:21.739Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38552026-07-31T16:25:21.942Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38562026-07-31T16:25:23.325Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38572026-07-31T16:25:23.829Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38582026-07-31T16:25:24.083Z Checking progenitor v0.13.0
38592026-07-31T16:25:24.223Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38602026-07-31T16:25:24.240Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38612026-07-31T16:25:25.269Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
38622026-07-31T16:25:25.718Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
38632026-07-31T16:25:26.076Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38642026-07-31T16:25:26.371Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38652026-07-31T16:25:29.599Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38662026-07-31T16:25:40.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.84s
38672026-07-31T16:25:40.531Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38682026-07-31T16:25:40.531Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38692026-07-31T16:25:40.728Z
38702026-07-31T16:25:40.728Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/305)
38712026-07-31T16:25:41.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-07-31T16:25:41.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-07-31T16:25:41.479Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38742026-07-31T16:25:52.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38752026-07-31T16:25:52.088Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38762026-07-31T16:25:52.088Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38772026-07-31T16:25:52.287Z
38782026-07-31T16:25:52.287Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/305)
38792026-07-31T16:25:52.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-07-31T16:25:52.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-07-31T16:25:53.035Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38822026-07-31T16:26:03.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38832026-07-31T16:26:03.663Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38842026-07-31T16:26:03.663Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38852026-07-31T16:26:03.858Z
38862026-07-31T16:26:03.858Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/305)
38872026-07-31T16:26:04.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-07-31T16:26:04.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-07-31T16:26:04.605Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38902026-07-31T16:26:15.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38912026-07-31T16:26:15.314Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38922026-07-31T16:26:15.315Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38932026-07-31T16:26:15.509Z
38942026-07-31T16:26:15.509Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/305)
38952026-07-31T16:26:16.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-07-31T16:26:16.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-07-31T16:26:16.253Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38982026-07-31T16:26:26.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38992026-07-31T16:26:26.912Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39002026-07-31T16:26:26.912Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39012026-07-31T16:26:27.108Z
39022026-07-31T16:26:27.108Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/305)
39032026-07-31T16:26:27.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-07-31T16:26:27.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-07-31T16:26:27.856Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39062026-07-31T16:26:38.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
39072026-07-31T16:26:38.487Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39082026-07-31T16:26:38.487Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39092026-07-31T16:26:38.681Z
39102026-07-31T16:26:38.681Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/305)
39112026-07-31T16:26:39.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-07-31T16:26:39.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-07-31T16:26:39.427Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39142026-07-31T16:26:50.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
39152026-07-31T16:26:50.065Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39162026-07-31T16:26:50.065Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39172026-07-31T16:26:50.259Z
39182026-07-31T16:26:50.259Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/305)
39192026-07-31T16:26:50.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39202026-07-31T16:26:50.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39212026-07-31T16:26:51.007Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39222026-07-31T16:27:01.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
39232026-07-31T16:27:01.725Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39242026-07-31T16:27:01.726Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39252026-07-31T16:27:01.920Z
39262026-07-31T16:27:01.920Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/305)
39272026-07-31T16:27:02.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39282026-07-31T16:27:02.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39292026-07-31T16:27:02.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39302026-07-31T16:27:02.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39312026-07-31T16:27:02.513Z
39322026-07-31T16:27:02.513Zinfo: running `cargo check --bins` on sled-agent-multirack-join (212/305)
39332026-07-31T16:27:03.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-07-31T16:27:03.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-07-31T16:27:03.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-07-31T16:27:03.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39372026-07-31T16:27:03.106Z
39382026-07-31T16:27:03.106Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (213/305)
39392026-07-31T16:27:03.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-07-31T16:27:03.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-07-31T16:27:03.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-07-31T16:27:03.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39432026-07-31T16:27:03.689Z
39442026-07-31T16:27:03.689Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (214/305)
39452026-07-31T16:27:04.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-07-31T16:27:04.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-07-31T16:27:04.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-07-31T16:27:04.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39492026-07-31T16:27:04.266Z
39502026-07-31T16:27:04.266Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (215/305)
39512026-07-31T16:27:04.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-07-31T16:27:04.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-07-31T16:27:04.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-07-31T16:27:04.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39552026-07-31T16:27:04.842Z
39562026-07-31T16:27:04.843Zinfo: running `cargo check --bins` on sled-agent-api (216/305)
39572026-07-31T16:27:05.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-07-31T16:27:05.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-07-31T16:27:05.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-07-31T16:27:05.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39612026-07-31T16:27:05.411Z
39622026-07-31T16:27:05.411Zinfo: running `cargo check --bins` on sled-diagnostics (217/305)
39632026-07-31T16:27:05.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-07-31T16:27:05.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-07-31T16:27:05.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-07-31T16:27:05.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39672026-07-31T16:27:05.980Z
39682026-07-31T16:27:05.980Zinfo: running `cargo check --bins` on zfs-test-harness (218/305)
39692026-07-31T16:27:06.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-07-31T16:27:06.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-07-31T16:27:06.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-07-31T16:27:06.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39732026-07-31T16:27:06.552Z
39742026-07-31T16:27:06.552Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (219/305)
39752026-07-31T16:27:07.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-07-31T16:27:07.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-07-31T16:27:07.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39782026-07-31T16:27:07.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39792026-07-31T16:27:07.129Z
39802026-07-31T16:27:07.129Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (220/305)
39812026-07-31T16:27:07.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-07-31T16:27:07.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-07-31T16:27:07.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39842026-07-31T16:27:07.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39852026-07-31T16:27:07.707Z
39862026-07-31T16:27:07.707Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (221/305)
39872026-07-31T16:27:08.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-07-31T16:27:08.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-07-31T16:27:08.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-07-31T16:27:08.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39912026-07-31T16:27:08.282Z
39922026-07-31T16:27:08.282Zinfo: running `cargo check --bins` on trust-quorum (222/305)
39932026-07-31T16:27:08.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-07-31T16:27:08.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-07-31T16:27:08.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-07-31T16:27:08.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39972026-07-31T16:27:08.860Z
39982026-07-31T16:27:08.860Zinfo: running `cargo check --bins` on range-requests (223/305)
39992026-07-31T16:27:09.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-07-31T16:27:09.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-07-31T16:27:09.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-07-31T16:27:09.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40032026-07-31T16:27:09.407Z
40042026-07-31T16:27:09.407Zinfo: running `cargo check --bins` on repo-depot-api (224/305)
40052026-07-31T16:27:09.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-07-31T16:27:09.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-07-31T16:27:09.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-07-31T16:27:09.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40092026-07-31T16:27:09.957Z
40102026-07-31T16:27:09.957Zinfo: running `cargo check --bins` on sled-agent-early-networking (225/305)
40112026-07-31T16:27:10.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-07-31T16:27:10.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-07-31T16:27:10.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-07-31T16:27:10.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40152026-07-31T16:27:10.531Z
40162026-07-31T16:27:10.531Zinfo: running `cargo check --bins` on sled-agent-health-monitor (226/305)
40172026-07-31T16:27:11.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-07-31T16:27:11.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-07-31T16:27:11.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-07-31T16:27:11.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40212026-07-31T16:27:11.103Z
40222026-07-31T16:27:11.103Zinfo: running `cargo check --bins` on sled-agent-rack-setup (227/305)
40232026-07-31T16:27:11.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-07-31T16:27:11.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-07-31T16:27:11.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-07-31T16:27:11.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40272026-07-31T16:27:11.703Z
40282026-07-31T16:27:11.703Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (228/305)
40292026-07-31T16:27:12.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-07-31T16:27:12.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-07-31T16:27:12.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-07-31T16:27:12.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40332026-07-31T16:27:12.293Z
40342026-07-31T16:27:12.293Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (229/305)
40352026-07-31T16:27:12.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-07-31T16:27:12.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-07-31T16:27:12.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-07-31T16:27:12.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40392026-07-31T16:27:12.900Z
40402026-07-31T16:27:12.900Zinfo: running `cargo check --bins` on update-common (230/305)
40412026-07-31T16:27:13.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-07-31T16:27:13.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-07-31T16:27:13.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-07-31T16:27:13.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40452026-07-31T16:27:13.463Z
40462026-07-31T16:27:13.463Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (231/305)
40472026-07-31T16:27:13.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-07-31T16:27:13.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-07-31T16:27:13.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-07-31T16:27:13.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40512026-07-31T16:27:14.069Z
40522026-07-31T16:27:14.069Zinfo: running `cargo check --bins` on omicron-deployment-graph (232/305)
40532026-07-31T16:27:14.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-07-31T16:27:14.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-07-31T16:27:14.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-07-31T16:27:14.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40572026-07-31T16:27:14.608Z
40582026-07-31T16:27:14.609Zinfo: running `cargo check --bins` on reconfigurator-cli (233/305)
40592026-07-31T16:27:15.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-07-31T16:27:15.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-07-31T16:27:15.353Z Compiling fs-err v2.11.0
40622026-07-31T16:27:15.355Z Checking ignore v0.4.25
40632026-07-31T16:27:15.356Z Checking arc-swap v1.8.2
40642026-07-31T16:27:15.488Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40652026-07-31T16:27:15.488Z Checking predicates-tree v1.0.13
40662026-07-31T16:27:15.492Z Checking parse-size v1.1.0
40672026-07-31T16:27:15.515Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40682026-07-31T16:27:15.527Z Checking rand_seeder v0.4.0
40692026-07-31T16:27:15.591Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40702026-07-31T16:27:15.612Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40712026-07-31T16:27:15.662Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40722026-07-31T16:27:15.676Z Checking slog-scope v4.4.1
40732026-07-31T16:27:15.711Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40742026-07-31T16:27:15.797Z Compiling petname v2.0.2
40752026-07-31T16:27:15.811Z Checking slog-stdlog v4.1.1
40762026-07-31T16:27:15.826Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40772026-07-31T16:27:15.855Z Checking globwalk v0.9.1
40782026-07-31T16:27:15.897Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40792026-07-31T16:27:15.929Z Checking slog-envlogger v2.2.0
40802026-07-31T16:27:16.029Z Checking camino-tempfile-ext v0.3.3
40812026-07-31T16:27:16.079Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40822026-07-31T16:27:16.104Z Checking sapling-renderdag v0.1.0
40832026-07-31T16:27:16.220Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40842026-07-31T16:27:16.264Z Checking subprocess v0.2.15
40852026-07-31T16:27:16.336Z Checking sync-ptr v0.1.4
40862026-07-31T16:27:16.446Z Checking colored v2.2.0
40872026-07-31T16:27:16.460Z Checking assert_matches v1.5.0
40882026-07-31T16:27:16.545Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40892026-07-31T16:27:16.703Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40902026-07-31T16:27:16.707Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40912026-07-31T16:27:17.414Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40922026-07-31T16:27:18.725Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40932026-07-31T16:27:20.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s
40942026-07-31T16:27:21.103Z
40952026-07-31T16:27:21.103Zinfo: running `cargo check --bins` on omicron-repl-utils (234/305)
40962026-07-31T16:27:21.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-07-31T16:27:21.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-07-31T16:27:21.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-07-31T16:27:21.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
41002026-07-31T16:27:21.640Z
41012026-07-31T16:27:21.640Zinfo: running `cargo check --bins` on transient-dns-server (235/305)
41022026-07-31T16:27:22.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-07-31T16:27:22.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-07-31T16:27:22.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-07-31T16:27:22.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41062026-07-31T16:27:22.207Z
41072026-07-31T16:27:22.207Zinfo: running `cargo check --bins` on nexus-test-interface (236/305)
41082026-07-31T16:27:22.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-07-31T16:27:22.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-07-31T16:27:22.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-07-31T16:27:22.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41122026-07-31T16:27:22.822Z
41132026-07-31T16:27:22.823Zinfo: running `cargo check --bins` on oximeter-collector (237/305)
41142026-07-31T16:27:23.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-07-31T16:27:23.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-07-31T16:27:23.503Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41172026-07-31T16:27:23.503Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41182026-07-31T16:27:24.138Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41192026-07-31T16:27:25.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
41202026-07-31T16:27:25.960Z
41212026-07-31T16:27:25.960Zinfo: running `cargo check --bins` on oximeter-api (238/305)
41222026-07-31T16:27:26.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-07-31T16:27:26.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-07-31T16:27:26.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41252026-07-31T16:27:26.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41262026-07-31T16:27:26.512Z
41272026-07-31T16:27:26.512Zinfo: running `cargo check --bins` on cert-dev (239/305)
41282026-07-31T16:27:26.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-07-31T16:27:26.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-07-31T16:27:27.087Z Checking yasna v0.5.2
41312026-07-31T16:27:27.493Z Checking rcgen v0.12.1
41322026-07-31T16:27:27.739Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41332026-07-31T16:27:27.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41342026-07-31T16:27:28.095Z
41352026-07-31T16:27:28.095Zinfo: running `cargo check --bins` on clickana (240/305)
41362026-07-31T16:27:28.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-07-31T16:27:28.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-07-31T16:27:28.711Z Compiling instability v0.3.11
41392026-07-31T16:27:28.711Z Checking castaway v0.2.4
41402026-07-31T16:27:28.714Z Compiling indoc v2.0.7
41412026-07-31T16:27:28.714Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41422026-07-31T16:27:28.824Z Checking unicode-truncate v1.1.0
41432026-07-31T16:27:28.841Z Checking lru v0.12.5
41442026-07-31T16:27:28.844Z Checking cassowary v0.3.0
41452026-07-31T16:27:28.918Z Checking compact_str v0.8.1
41462026-07-31T16:27:29.749Z Checking ratatui v0.29.0
41472026-07-31T16:27:30.095Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41482026-07-31T16:27:30.269Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41492026-07-31T16:27:31.168Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41502026-07-31T16:27:31.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.73s
41512026-07-31T16:27:31.988Z
41522026-07-31T16:27:31.988Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (241/305)
41532026-07-31T16:27:32.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-07-31T16:27:32.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-07-31T16:27:32.679Z Checking headers-core v0.3.0
41562026-07-31T16:27:32.682Z Checking port-file v0.1.0
41572026-07-31T16:27:32.682Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41582026-07-31T16:27:32.872Z Checking headers v0.4.1
41592026-07-31T16:27:33.234Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41602026-07-31T16:27:34.166Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41612026-07-31T16:27:34.662Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41622026-07-31T16:27:35.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
41632026-07-31T16:27:35.266Z
41642026-07-31T16:27:35.266Zinfo: running `cargo check --bins` on ch-dev (242/305)
41652026-07-31T16:27:35.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-07-31T16:27:35.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-07-31T16:27:35.951Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41682026-07-31T16:27:36.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41692026-07-31T16:27:36.867Z
41702026-07-31T16:27:36.867Zinfo: running `cargo check --bins` on dev-tools-common (243/305)
41712026-07-31T16:27:37.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41722026-07-31T16:27:37.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41732026-07-31T16:27:37.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41742026-07-31T16:27:37.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41752026-07-31T16:27:37.281Z
41762026-07-31T16:27:37.281Zinfo: running `cargo check --bins` on corpus-adjust (244/305)
41772026-07-31T16:27:37.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41782026-07-31T16:27:37.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41792026-07-31T16:27:37.881Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41802026-07-31T16:27:38.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
41812026-07-31T16:27:38.396Z
41822026-07-31T16:27:38.396Zinfo: running `cargo check --bins` on crdb-seed (245/305)
41832026-07-31T16:27:38.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41842026-07-31T16:27:38.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41852026-07-31T16:27:39.075Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41862026-07-31T16:27:40.133Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41872026-07-31T16:27:40.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
41882026-07-31T16:27:40.653Z
41892026-07-31T16:27:40.653Zinfo: running `cargo check --bins` on db-dev (246/305)
41902026-07-31T16:27:41.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-07-31T16:27:41.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-07-31T16:27:41.422Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41932026-07-31T16:27:42.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41942026-07-31T16:27:42.246Z
41952026-07-31T16:27:42.246Zinfo: running `cargo check --bins` on omicron-dev-lib (247/305)
41962026-07-31T16:27:42.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-07-31T16:27:42.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-07-31T16:27:42.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-07-31T16:27:42.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42002026-07-31T16:27:42.838Z
42012026-07-31T16:27:42.838Zinfo: running `cargo check --bins` on xtask-downloader (248/305)
42022026-07-31T16:27:43.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-07-31T16:27:43.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-07-31T16:27:43.420Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
42052026-07-31T16:27:44.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
42062026-07-31T16:27:44.263Z
42072026-07-31T16:27:44.263Zinfo: running `cargo check --bins` on omicron-dropshot-apis (249/305)
42082026-07-31T16:27:44.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-07-31T16:27:44.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-07-31T16:27:44.984Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
42112026-07-31T16:27:44.988Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42122026-07-31T16:27:44.988Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42132026-07-31T16:27:44.988Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
42142026-07-31T16:27:44.988Z Checking git-stub v1.0.0
42152026-07-31T16:27:45.102Z Compiling trait-variant v0.1.2
42162026-07-31T16:27:45.108Z Checking maplit v1.0.2
42172026-07-31T16:27:45.114Z Checking is_ci v1.2.0
42182026-07-31T16:27:45.191Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
42192026-07-31T16:27:45.217Z Checking supports-color v3.0.2
42202026-07-31T16:27:45.249Z Checking git-stub-vcs v0.1.0
42212026-07-31T16:27:45.338Z Checking drift v0.2.0
42222026-07-31T16:27:45.366Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42232026-07-31T16:27:45.387Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42242026-07-31T16:27:45.441Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42252026-07-31T16:27:45.601Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42262026-07-31T16:27:45.618Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42272026-07-31T16:27:45.680Z Checking dropshot-api-manager v0.7.2
42282026-07-31T16:27:45.821Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42292026-07-31T16:27:45.835Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42302026-07-31T16:27:46.035Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
42312026-07-31T16:27:46.068Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42322026-07-31T16:27:46.361Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42332026-07-31T16:27:46.956Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42342026-07-31T16:27:46.956Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
42352026-07-31T16:27:51.303Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42362026-07-31T16:27:52.214Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42372026-07-31T16:27:52.749Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42382026-07-31T16:27:53.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.92s
42392026-07-31T16:27:53.191Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42402026-07-31T16:27:53.191Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42412026-07-31T16:27:53.375Z
42422026-07-31T16:27:53.375Zinfo: running `cargo check --bins` on installinator-api (250/305)
42432026-07-31T16:27:53.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42442026-07-31T16:27:53.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42452026-07-31T16:27:53.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42462026-07-31T16:27:53.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42472026-07-31T16:27:53.928Z
42482026-07-31T16:27:53.928Zinfo: running `cargo check --bins` on nexus-external-api (251/305)
42492026-07-31T16:27:54.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-07-31T16:27:54.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-07-31T16:27:54.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42522026-07-31T16:27:54.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42532026-07-31T16:27:54.521Z
42542026-07-31T16:27:54.521Zinfo: running `cargo check --bins` on nexus-internal-api (252/305)
42552026-07-31T16:27:55.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42562026-07-31T16:27:55.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42572026-07-31T16:27:55.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42582026-07-31T16:27:55.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42592026-07-31T16:27:55.109Z
42602026-07-31T16:27:55.109Zinfo: running `cargo check --bins` on nexus-lockstep-api (253/305)
42612026-07-31T16:27:55.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-07-31T16:27:55.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-07-31T16:27:55.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42642026-07-31T16:27:55.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42652026-07-31T16:27:55.707Z
42662026-07-31T16:27:55.707Zinfo: running `cargo check --bins` on ntp-admin-api (254/305)
42672026-07-31T16:27:56.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-07-31T16:27:56.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-07-31T16:27:56.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42702026-07-31T16:27:56.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42712026-07-31T16:27:56.256Z
42722026-07-31T16:27:56.256Zinfo: running `cargo check --bins` on ntp-admin-types-versions (255/305)
42732026-07-31T16:27:56.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-07-31T16:27:56.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-07-31T16:27:56.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42762026-07-31T16:27:56.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42772026-07-31T16:27:56.797Z
42782026-07-31T16:27:56.797Zinfo: running `cargo check --bins` on wicketd-api (256/305)
42792026-07-31T16:27:57.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-07-31T16:27:57.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-07-31T16:27:57.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42822026-07-31T16:27:57.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42832026-07-31T16:27:57.365Z
42842026-07-31T16:27:57.365Zinfo: running `cargo check --bins` on wicketd-commission-api (257/305)
42852026-07-31T16:27:57.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-07-31T16:27:57.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-07-31T16:27:57.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42882026-07-31T16:27:57.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42892026-07-31T16:27:57.929Z
42902026-07-31T16:27:57.929Zinfo: running `cargo check --bins` on omicron-ls-apis (258/305)
42912026-07-31T16:27:58.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42922026-07-31T16:27:58.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42932026-07-31T16:27:58.508Z Compiling blake3 v1.8.5
42942026-07-31T16:27:58.617Z Checking arrayref v0.3.9
42952026-07-31T16:27:58.620Z Checking constant_time_eq v0.4.2
42962026-07-31T16:27:58.627Z Checking arrayvec v0.7.6
42972026-07-31T16:27:58.640Z Checking cargo-platform v0.3.2
42982026-07-31T16:27:58.640Z Checking topological-sort v0.2.2
42992026-07-31T16:27:58.643Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
43002026-07-31T16:27:58.795Z Checking cargo_metadata v0.23.1
43012026-07-31T16:27:59.396Z Checking omicron-zone-package v0.12.3
43022026-07-31T16:28:00.109Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
43032026-07-31T16:28:00.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
43042026-07-31T16:28:01.099Z
43052026-07-31T16:28:01.099Zinfo: running `cargo check --bins` on mgs-dev (259/305)
43062026-07-31T16:28:01.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43072026-07-31T16:28:01.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43082026-07-31T16:28:01.800Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43092026-07-31T16:28:02.415Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
43102026-07-31T16:28:02.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
43112026-07-31T16:28:03.098Z
43122026-07-31T16:28:03.098Zinfo: running `cargo check --bins` on omicron-omdb (260/305)
43132026-07-31T16:28:03.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-07-31T16:28:03.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-07-31T16:28:04.028Z Compiling darling_core v0.21.3
43162026-07-31T16:28:04.029Z Compiling vergen-lib v0.1.6
43172026-07-31T16:28:04.029Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43182026-07-31T16:28:04.032Z Compiling diesel_derives v2.3.7
43192026-07-31T16:28:04.032Z Checking scheduled-thread-pool v0.2.7
43202026-07-31T16:28:04.032Z Compiling vergen-gitcl v1.0.8
43212026-07-31T16:28:04.032Z Compiling diesel_table_macro_syntax v0.3.0
43222026-07-31T16:28:04.032Z Compiling dirs-sys-next v0.1.2
43232026-07-31T16:28:04.302Z Compiling crunchy v0.2.4
43242026-07-31T16:28:04.355Z Compiling glob v0.3.3
43252026-07-31T16:28:04.384Z Compiling dirs-next v2.0.0
43262026-07-31T16:28:04.422Z Checking r2d2 v0.8.10
43272026-07-31T16:28:04.454Z Checking downcast-rs v2.0.2
43282026-07-31T16:28:04.504Z Compiling tiny-keccak v2.0.2
43292026-07-31T16:28:04.548Z Compiling term v0.7.0
43302026-07-31T16:28:04.631Z Compiling bit-vec v0.6.3
43312026-07-31T16:28:04.730Z Compiling clang-sys v1.8.1
43322026-07-31T16:28:04.831Z Compiling ascii-canvas v3.0.0
43332026-07-31T16:28:04.850Z Compiling bit-set v0.5.3
43342026-07-31T16:28:05.008Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43352026-07-31T16:28:05.068Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43362026-07-31T16:28:05.098Z Compiling itertools v0.10.5
43372026-07-31T16:28:05.119Z Compiling ena v0.14.4
43382026-07-31T16:28:05.152Z Compiling libloading v0.8.9
43392026-07-31T16:28:05.187Z Compiling regex-syntax v0.6.29
43402026-07-31T16:28:05.217Z Compiling diff v0.1.13
43412026-07-31T16:28:05.275Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43422026-07-31T16:28:05.329Z Compiling bindgen v0.71.1
43432026-07-31T16:28:05.499Z Compiling cexpr v0.6.0
43442026-07-31T16:28:05.731Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43452026-07-31T16:28:05.888Z Compiling rustc-hash v2.1.1
43462026-07-31T16:28:06.022Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43472026-07-31T16:28:06.102Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43482026-07-31T16:28:06.147Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43492026-07-31T16:28:06.164Z Compiling libxml v0.3.3
43502026-07-31T16:28:06.407Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43512026-07-31T16:28:06.410Z Compiling strum_macros v0.24.3
43522026-07-31T16:28:06.441Z Compiling indoc v1.0.9
43532026-07-31T16:28:06.603Z Compiling lalrpop v0.19.12
43542026-07-31T16:28:06.742Z Compiling darling_macro v0.21.3
43552026-07-31T16:28:07.248Z Compiling darling v0.21.3
43562026-07-31T16:28:07.300Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43572026-07-31T16:28:07.339Z Compiling dsl_auto_type v0.2.0
43582026-07-31T16:28:07.484Z Checking derive_builder v0.20.2
43592026-07-31T16:28:07.602Z Compiling oso-derive v0.27.3
43602026-07-31T16:28:07.734Z Checking quick-xml v0.37.5
43612026-07-31T16:28:07.851Z Compiling impl-trait-for-tuples v0.2.3
43622026-07-31T16:28:08.104Z Checking openssl-probe v0.1.6
43632026-07-31T16:28:08.243Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43642026-07-31T16:28:08.595Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43652026-07-31T16:28:08.785Z Checking bb8 v0.8.6
43662026-07-31T16:28:08.921Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43672026-07-31T16:28:08.961Z Checking nonempty v0.12.0
43682026-07-31T16:28:09.066Z Compiling libz-sys v1.1.24
43692026-07-31T16:28:09.128Z Compiling strsim v0.10.0
43702026-07-31T16:28:09.145Z Compiling libgit2-sys v0.18.3+1.9.2
43712026-07-31T16:28:09.400Z Compiling darling_core v0.13.4
43722026-07-31T16:28:09.521Z Compiling vergen-git2 v9.1.0
43732026-07-31T16:28:09.699Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43742026-07-31T16:28:09.739Z Compiling base64 v0.21.7
43752026-07-31T16:28:09.913Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43762026-07-31T16:28:10.067Z Compiling ron v0.8.1
43772026-07-31T16:28:10.893Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43782026-07-31T16:28:11.011Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43792026-07-31T16:28:11.100Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43802026-07-31T16:28:11.287Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43812026-07-31T16:28:11.304Z Compiling darling_macro v0.13.4
43822026-07-31T16:28:11.472Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43832026-07-31T16:28:11.660Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43842026-07-31T16:28:11.778Z Compiling darling v0.13.4
43852026-07-31T16:28:11.845Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43862026-07-31T16:28:11.870Z Compiling serde_with_macros v1.5.2
43872026-07-31T16:28:12.033Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43882026-07-31T16:28:12.219Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43892026-07-31T16:28:12.403Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43902026-07-31T16:28:12.424Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43912026-07-31T16:28:12.587Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43922026-07-31T16:28:12.700Z Compiling serde_with v1.14.0
43932026-07-31T16:28:13.301Z Checking diesel v2.3.7
43942026-07-31T16:28:13.835Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43952026-07-31T16:28:14.102Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43962026-07-31T16:28:14.343Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43972026-07-31T16:28:15.083Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43982026-07-31T16:28:15.448Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43992026-07-31T16:28:15.765Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44002026-07-31T16:28:15.886Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
44012026-07-31T16:28:16.510Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44022026-07-31T16:28:16.531Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
44032026-07-31T16:28:16.549Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-07-31T16:28:16.735Z Checking twox-hash v2.1.2
44052026-07-31T16:28:16.879Z Checking libsw-core v0.3.2
44062026-07-31T16:28:17.035Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44072026-07-31T16:28:17.039Z Checking libsw v3.5.0
44082026-07-31T16:28:17.102Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44092026-07-31T16:28:17.230Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44102026-07-31T16:28:17.463Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44112026-07-31T16:28:17.619Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
44122026-07-31T16:28:18.871Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44132026-07-31T16:28:18.889Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44142026-07-31T16:28:19.131Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44152026-07-31T16:28:19.565Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
44162026-07-31T16:28:19.836Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44172026-07-31T16:28:20.026Z Checking console v0.16.2
44182026-07-31T16:28:20.341Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
44192026-07-31T16:28:20.489Z Checking fatfs v0.3.6
44202026-07-31T16:28:20.532Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44212026-07-31T16:28:20.941Z Checking unit-prefix v0.5.2
44222026-07-31T16:28:21.076Z Compiling seq-macro v0.3.6
44232026-07-31T16:28:21.572Z Checking indicatif v0.18.4
44242026-07-31T16:28:21.845Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44252026-07-31T16:28:21.951Z Checking oxide-update-engine-display v0.1.2
44262026-07-31T16:28:21.982Z Checking support-bundle-viewer v0.1.2
44272026-07-31T16:28:22.225Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
44282026-07-31T16:28:22.251Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
44292026-07-31T16:28:22.473Z Checking multimap v0.10.1
44302026-07-31T16:28:28.074Z Checking async-bb8-diesel v0.2.1
44312026-07-31T16:28:28.433Z Checking diesel-dtrace v0.5.0
44322026-07-31T16:28:31.523Z Compiling samael v0.0.19
44332026-07-31T16:28:36.337Z Compiling git2 v0.20.4
44342026-07-31T16:28:37.734Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
44352026-07-31T16:28:38.573Z Compiling polar-core v0.27.3
44362026-07-31T16:28:38.808Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
44372026-07-31T16:28:43.017Z Checking oso v0.27.3
44382026-07-31T16:29:14.408Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44392026-07-31T16:30:28.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
44402026-07-31T16:30:28.464Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44412026-07-31T16:30:28.464Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44422026-07-31T16:30:28.671Z
44432026-07-31T16:30:28.671Zinfo: running `cargo check --bins` on nexus-networking (261/305)
44442026-07-31T16:30:29.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-07-31T16:30:29.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-07-31T16:30:29.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-07-31T16:30:29.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44482026-07-31T16:30:29.315Z
44492026-07-31T16:30:29.315Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (262/305)
44502026-07-31T16:30:29.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-07-31T16:30:29.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-07-31T16:30:29.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-07-31T16:30:29.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44542026-07-31T16:30:29.921Z
44552026-07-31T16:30:29.921Zinfo: running `cargo check --bins` on nexus-saga-recovery (263/305)
44562026-07-31T16:30:30.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-07-31T16:30:30.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-07-31T16:30:30.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-07-31T16:30:30.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44602026-07-31T16:30:30.527Z
44612026-07-31T16:30:30.527Zinfo: running `cargo check --bins` on nexus-test-utils-macros (264/305)
44622026-07-31T16:30:30.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-07-31T16:30:30.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-07-31T16:30:30.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-07-31T16:30:30.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44662026-07-31T16:30:31.068Z
44672026-07-31T16:30:31.068Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (265/305)
44682026-07-31T16:30:31.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-07-31T16:30:31.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-07-31T16:30:31.872Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44712026-07-31T16:30:32.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
44722026-07-31T16:30:32.619Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44732026-07-31T16:30:32.619Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44742026-07-31T16:30:32.823Z
44752026-07-31T16:30:32.823Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (266/305)
44762026-07-31T16:30:33.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-07-31T16:30:33.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-07-31T16:30:33.612Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44792026-07-31T16:31:11.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.96s
44802026-07-31T16:31:11.796Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44812026-07-31T16:31:11.797Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44822026-07-31T16:31:12.000Z
44832026-07-31T16:31:12.001Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (267/305)
44842026-07-31T16:31:12.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-07-31T16:31:12.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-07-31T16:31:12.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-07-31T16:31:12.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44882026-07-31T16:31:12.537Z
44892026-07-31T16:31:12.537Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (268/305)
44902026-07-31T16:31:12.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-07-31T16:31:12.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-07-31T16:31:12.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-07-31T16:31:12.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44942026-07-31T16:31:13.074Z
44952026-07-31T16:31:13.075Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (269/305)
44962026-07-31T16:31:13.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-07-31T16:31:13.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-07-31T16:31:13.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44992026-07-31T16:31:13.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45002026-07-31T16:31:13.673Z
45012026-07-31T16:31:13.673Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (270/305)
45022026-07-31T16:31:14.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-07-31T16:31:14.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-07-31T16:31:14.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45052026-07-31T16:31:14.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45062026-07-31T16:31:14.285Z
45072026-07-31T16:31:14.285Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (271/305)
45082026-07-31T16:31:14.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-07-31T16:31:14.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-07-31T16:31:14.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45112026-07-31T16:31:14.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45122026-07-31T16:31:14.891Z
45132026-07-31T16:31:14.891Zinfo: running `cargo check --bins` on nexus-mgs-updates (272/305)
45142026-07-31T16:31:15.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-07-31T16:31:15.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-07-31T16:31:15.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45172026-07-31T16:31:15.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45182026-07-31T16:31:15.486Z
45192026-07-31T16:31:15.486Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (273/305)
45202026-07-31T16:31:15.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-07-31T16:31:16.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-07-31T16:31:16.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45232026-07-31T16:31:16.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45242026-07-31T16:31:16.093Z
45252026-07-31T16:31:16.093Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (274/305)
45262026-07-31T16:31:16.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-07-31T16:31:16.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-07-31T16:31:16.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45292026-07-31T16:31:16.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45302026-07-31T16:31:16.699Z
45312026-07-31T16:31:16.699Zinfo: running `cargo check --bins` on nexus-switch-config (275/305)
45322026-07-31T16:31:17.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-07-31T16:31:17.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-07-31T16:31:17.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45352026-07-31T16:31:17.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45362026-07-31T16:31:17.287Z
45372026-07-31T16:31:17.287Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (276/305)
45382026-07-31T16:31:17.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45392026-07-31T16:31:17.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45402026-07-31T16:31:17.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45412026-07-31T16:31:17.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45422026-07-31T16:31:17.895Z
45432026-07-31T16:31:17.895Zinfo: running `cargo check --bins` on support-bundle-collection (277/305)
45442026-07-31T16:31:18.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-07-31T16:31:18.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-07-31T16:31:18.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45472026-07-31T16:31:18.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45482026-07-31T16:31:18.504Z
45492026-07-31T16:31:18.504Zinfo: running `cargo check --bins` on omicron-dev (278/305)
45502026-07-31T16:31:19.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45512026-07-31T16:31:19.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45522026-07-31T16:31:19.371Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45532026-07-31T16:31:19.374Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45542026-07-31T16:31:19.555Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
45552026-07-31T16:31:19.582Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45562026-07-31T16:31:19.599Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45572026-07-31T16:31:19.620Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45582026-07-31T16:31:19.623Z Checking yansi v1.0.1
45592026-07-31T16:31:19.623Z Checking diff v0.1.13
45602026-07-31T16:31:19.690Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45612026-07-31T16:31:19.790Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45622026-07-31T16:31:19.868Z Checking pretty_assertions v1.4.1
45632026-07-31T16:31:20.311Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
45642026-07-31T16:31:20.629Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45652026-07-31T16:31:20.674Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45662026-07-31T16:31:45.195Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45672026-07-31T16:31:45.198Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45682026-07-31T16:31:45.199Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45692026-07-31T16:31:45.199Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45702026-07-31T16:31:45.199Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45712026-07-31T16:31:45.199Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45722026-07-31T16:31:45.199Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45732026-07-31T16:31:46.005Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45742026-07-31T16:31:46.008Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45752026-07-31T16:31:47.227Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45762026-07-31T16:32:25.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45772026-07-31T16:32:25.347Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45782026-07-31T16:32:25.347Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45792026-07-31T16:32:25.555Z
45802026-07-31T16:32:25.555Zinfo: running `cargo check --bins` on oximeter-load-test (279/305)
45812026-07-31T16:32:26.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-07-31T16:32:26.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-07-31T16:32:26.233Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
45842026-07-31T16:32:26.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
45852026-07-31T16:32:27.005Z
45862026-07-31T16:32:27.006Zinfo: running `cargo check --bins` on omicron-pins (280/305)
45872026-07-31T16:32:27.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45882026-07-31T16:32:27.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45892026-07-31T16:32:27.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45902026-07-31T16:32:27.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
45912026-07-31T16:32:27.544Z
45922026-07-31T16:32:27.544Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (281/305)
45932026-07-31T16:32:28.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45942026-07-31T16:32:28.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45952026-07-31T16:32:28.282Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45962026-07-31T16:32:28.404Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45972026-07-31T16:32:28.408Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45982026-07-31T16:32:54.777Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45992026-07-31T16:32:55.164Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
46002026-07-31T16:32:56.898Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46012026-07-31T16:32:57.353Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
46022026-07-31T16:33:00.420Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46032026-07-31T16:33:23.967Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46042026-07-31T16:33:24.676Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46052026-07-31T16:33:26.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.75s
46062026-07-31T16:33:26.503Z
46072026-07-31T16:33:26.503Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (282/305)
46082026-07-31T16:33:27.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-07-31T16:33:27.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-07-31T16:33:27.202Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
46112026-07-31T16:33:27.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
46122026-07-31T16:33:28.061Z
46132026-07-31T16:33:28.061Zinfo: running `cargo check --bins` on omicron-releng (283/305)
46142026-07-31T16:33:28.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-07-31T16:33:28.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-07-31T16:33:28.679Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
46172026-07-31T16:33:28.785Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46182026-07-31T16:33:28.793Z Checking digest-io v0.1.0
46192026-07-31T16:33:28.795Z Checking sha2 v0.11.0
46202026-07-31T16:33:28.804Z Checking rawzip v0.4.4
46212026-07-31T16:33:28.812Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
46222026-07-31T16:33:28.815Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46232026-07-31T16:33:28.815Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46242026-07-31T16:33:28.894Z Checking shell-words v1.1.1
46252026-07-31T16:33:29.250Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
46262026-07-31T16:33:29.470Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
46272026-07-31T16:33:30.480Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46282026-07-31T16:33:31.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
46292026-07-31T16:33:31.680Z
46302026-07-31T16:33:31.680Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (284/305)
46312026-07-31T16:33:32.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-07-31T16:33:32.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-07-31T16:33:32.289Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46342026-07-31T16:33:32.610Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
46352026-07-31T16:33:33.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
46362026-07-31T16:33:33.173Z
46372026-07-31T16:33:33.173Zinfo: running `cargo check --bins` on schema (285/305)
46382026-07-31T16:33:33.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-07-31T16:33:33.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-07-31T16:33:33.862Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46412026-07-31T16:33:34.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
46422026-07-31T16:33:34.727Z
46432026-07-31T16:33:34.727Zinfo: running `cargo check --bins` on xtask (286/305)
46442026-07-31T16:33:35.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46452026-07-31T16:33:35.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46462026-07-31T16:33:35.121Z Checking serde_core v1.0.228
46472026-07-31T16:33:35.121Z Checking libc v0.2.185
46482026-07-31T16:33:35.203Z Checking bitflags v2.11.0
46492026-07-31T16:33:35.212Z Checking scroll v0.12.0
46502026-07-31T16:33:35.215Z Checking thiserror v1.0.69
46512026-07-31T16:33:35.225Z Checking log v0.4.29
46522026-07-31T16:33:35.233Z Checking indexmap v2.14.0
46532026-07-31T16:33:35.236Z Checking zerocopy v0.7.35
46542026-07-31T16:33:35.306Z Checking syn v2.0.117
46552026-07-31T16:33:35.344Z Checking dtrace-parser v0.2.0
46562026-07-31T16:33:35.367Z Checking once_cell v1.21.3
46572026-07-31T16:33:35.423Z Checking goblin v0.8.2
46582026-07-31T16:33:35.483Z Checking errno v0.3.14
46592026-07-31T16:33:35.539Z Checking getrandom v0.4.1
46602026-07-31T16:33:35.573Z Checking thread-id v4.2.2
46612026-07-31T16:33:35.599Z Checking rustix v1.1.3
46622026-07-31T16:33:35.648Z Checking memmap v0.7.0
46632026-07-31T16:33:35.667Z Checking thiserror v2.0.18
46642026-07-31T16:33:35.707Z Checking fs-err v3.3.0
46652026-07-31T16:33:35.764Z Checking tabled v0.15.0
46662026-07-31T16:33:35.767Z Checking anyhow v1.0.102
46672026-07-31T16:33:36.366Z Checking terminal_size v0.4.3
46682026-07-31T16:33:36.366Z Checking tempfile v3.25.0
46692026-07-31T16:33:36.474Z Checking clap_builder v4.6.0
46702026-07-31T16:33:36.477Z Checking textwrap v0.16.2
46712026-07-31T16:33:36.651Z Checking serde v1.0.228
46722026-07-31T16:33:36.654Z Checking serde_json v1.0.151
46732026-07-31T16:33:36.654Z Checking camino v1.2.2
46742026-07-31T16:33:36.679Z Checking cargo-platform v0.3.2
46752026-07-31T16:33:36.845Z Checking semver v1.0.28
46762026-07-31T16:33:36.899Z Checking camino-tempfile v1.4.1
46772026-07-31T16:33:37.049Z Checking toml_datetime v0.6.11
46782026-07-31T16:33:37.049Z Checking serde_spanned v0.6.9
46792026-07-31T16:33:37.053Z Checking macaddr v1.0.1
46802026-07-31T16:33:37.053Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46812026-07-31T16:33:37.224Z Checking toml_edit v0.22.27
46822026-07-31T16:33:37.251Z Checking cargo_metadata v0.23.1
46832026-07-31T16:33:37.261Z Checking dof v0.3.0
46842026-07-31T16:33:37.520Z Checking usdt-impl v0.5.0
46852026-07-31T16:33:37.658Z Checking clap v4.6.1
46862026-07-31T16:33:37.778Z Checking usdt v0.5.0
46872026-07-31T16:33:38.184Z Checking toml v0.8.23
46882026-07-31T16:33:38.447Z Checking cargo_toml v0.21.0
46892026-07-31T16:33:39.074Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46902026-07-31T16:33:39.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s
46912026-07-31T16:33:39.569Z
46922026-07-31T16:33:39.570Zinfo: running `cargo check --bins` on dnsadm (287/305)
46932026-07-31T16:33:40.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46942026-07-31T16:33:40.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46952026-07-31T16:33:40.173Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46962026-07-31T16:33:40.636Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46972026-07-31T16:33:41.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
46982026-07-31T16:33:41.192Z
46992026-07-31T16:33:41.192Zinfo: running `cargo check --bins` on end-to-end-tests (288/305)
47002026-07-31T16:33:41.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-07-31T16:33:41.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-07-31T16:33:41.983Z Checking cpubits v0.1.1
47032026-07-31T16:33:42.111Z Checking pem-rfc7468 v1.0.0
47042026-07-31T16:33:42.123Z Checking hmac v0.13.0
47052026-07-31T16:33:42.123Z Checking universal-hash v0.6.1
47062026-07-31T16:33:42.146Z Checking ctr v0.10.1
47072026-07-31T16:33:42.146Z Checking aead v0.6.1
47082026-07-31T16:33:42.174Z Checking crypto-bigint v0.7.5
47092026-07-31T16:33:42.174Z Checking aes v0.9.1
47102026-07-31T16:33:42.203Z Checking salsa20 v0.11.0
47112026-07-31T16:33:42.257Z Checking polyval v0.7.1
47122026-07-31T16:33:42.257Z Checking der v0.8.0
47132026-07-31T16:33:42.273Z Checking pbkdf2 v0.13.0
47142026-07-31T16:33:42.310Z Checking cbc v0.2.1
47152026-07-31T16:33:42.331Z Checking ff v0.14.0
47162026-07-31T16:33:42.375Z Checking signature v3.0.0
47172026-07-31T16:33:42.405Z Checking scrypt v0.12.0
47182026-07-31T16:33:42.429Z Checking ghash v0.6.0
47192026-07-31T16:33:42.443Z Checking base16ct v1.0.0
47202026-07-31T16:33:42.464Z Checking group v0.14.0
47212026-07-31T16:33:42.522Z Checking hkdf v0.13.0
47222026-07-31T16:33:42.550Z Compiling curve25519-dalek v5.0.0
47232026-07-31T16:33:42.567Z Checking aes-gcm v0.11.0
47242026-07-31T16:33:42.582Z Checking keccak v0.2.0
47252026-07-31T16:33:42.599Z Checking poly1305 v0.9.0
47262026-07-31T16:33:42.613Z Checking wnaf v0.14.0
47272026-07-31T16:33:43.053Z Checking blowfish v0.10.0
47282026-07-31T16:33:43.083Z Checking blake2 v0.11.0-rc.6
47292026-07-31T16:33:43.083Z Checking sha3 v0.11.0
47302026-07-31T16:33:43.083Z Checking kem v0.3.0
47312026-07-31T16:33:43.083Z Checking bcrypt-pbkdf v0.11.0
47322026-07-31T16:33:43.083Z Checking module-lattice v0.2.3
47332026-07-31T16:33:43.083Z Checking sponge-cursor v0.1.0
47342026-07-31T16:33:43.083Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47352026-07-31T16:33:43.083Z Checking argon2 v0.6.0-rc.8
47362026-07-31T16:33:43.083Z Checking sha3 v0.12.0
47372026-07-31T16:33:43.084Z Checking spki v0.8.0
47382026-07-31T16:33:43.088Z Checking sec1 v0.8.1
47392026-07-31T16:33:43.088Z Checking ml-kem v0.3.2
47402026-07-31T16:33:43.142Z Checking internal-russh-num-bigint v0.5.0
47412026-07-31T16:33:43.206Z Checking num-bigint v0.4.6
47422026-07-31T16:33:43.221Z Checking pkcs5 v0.8.1
47432026-07-31T16:33:43.272Z Checking pkcs1 v0.8.0-rc.4
47442026-07-31T16:33:43.287Z Checking generic-array v1.4.3
47452026-07-31T16:33:43.479Z Checking russh-util v0.52.0
47462026-07-31T16:33:43.501Z Checking pkcs8 v0.11.0
47472026-07-31T16:33:43.601Z Compiling enum_dispatch v0.3.13
47482026-07-31T16:33:43.680Z Compiling delegate v0.13.5
47492026-07-31T16:33:43.696Z Checking ed25519 v3.0.0
47502026-07-31T16:33:43.816Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47512026-07-31T16:33:43.844Z Checking hex-literal v1.1.0
47522026-07-31T16:33:43.885Z Checking ed25519-dalek v3.0.0
47532026-07-31T16:33:43.944Z Checking md5 v0.8.0
47542026-07-31T16:33:44.001Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47552026-07-31T16:33:44.109Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47562026-07-31T16:33:44.121Z Checking socket2 v0.5.10
47572026-07-31T16:33:44.131Z Checking internet-checksum v0.2.1
47582026-07-31T16:33:44.220Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47592026-07-31T16:33:44.359Z Checking elliptic-curve v0.14.1
47602026-07-31T16:33:44.359Z Checking primefield v0.14.0
47612026-07-31T16:33:44.363Z Checking rfc6979 v0.6.0
47622026-07-31T16:33:44.363Z Checking ssh-encoding v0.3.0
47632026-07-31T16:33:44.534Z Checking crypto-primes v0.7.2
47642026-07-31T16:33:44.595Z Checking ssh-cipher v0.3.0
47652026-07-31T16:33:44.595Z Checking russh-cryptovec v0.62.0
47662026-07-31T16:33:44.772Z Checking primeorder v0.14.0
47672026-07-31T16:33:44.775Z Checking ecdsa v0.17.0
47682026-07-31T16:33:45.125Z Checking p384 v0.14.0
47692026-07-31T16:33:45.125Z Checking p521 v0.14.0
47702026-07-31T16:33:45.128Z Checking p256 v0.14.0
47712026-07-31T16:33:45.444Z Checking rsa v0.10.0-rc.18
47722026-07-31T16:33:47.961Z Checking ssh-key v0.7.0-rc.11
47732026-07-31T16:33:48.725Z Checking russh v0.62.4
47742026-07-31T16:34:02.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.07s
47752026-07-31T16:34:02.277Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47762026-07-31T16:34:02.277Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47772026-07-31T16:34:02.477Z
47782026-07-31T16:34:02.477Zinfo: running `cargo check --bins` on gateway-cli (289/305)
47792026-07-31T16:34:02.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-07-31T16:34:02.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-07-31T16:34:03.087Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47822026-07-31T16:34:03.196Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47832026-07-31T16:34:03.203Z Checking termios v0.3.3
47842026-07-31T16:34:04.388Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47852026-07-31T16:34:04.538Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47862026-07-31T16:34:06.209Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47872026-07-31T16:34:06.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
47882026-07-31T16:34:06.952Z
47892026-07-31T16:34:06.952Zinfo: running `cargo check --bins --no-default-features` on installinator (290/305)
47902026-07-31T16:34:07.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47912026-07-31T16:34:07.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47922026-07-31T16:34:07.620Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47932026-07-31T16:34:07.624Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47942026-07-31T16:34:07.624Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47952026-07-31T16:34:07.624Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47962026-07-31T16:34:07.624Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47972026-07-31T16:34:07.734Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47982026-07-31T16:34:07.885Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47992026-07-31T16:34:08.525Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48002026-07-31T16:34:09.083Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48012026-07-31T16:34:10.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s
48022026-07-31T16:34:10.899Z
48032026-07-31T16:34:10.899Zinfo: running `cargo check --bins` on internal-dns-cli (291/305)
48042026-07-31T16:34:11.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48052026-07-31T16:34:11.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48062026-07-31T16:34:11.502Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
48072026-07-31T16:34:11.950Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
48082026-07-31T16:34:12.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
48092026-07-31T16:34:12.430Z
48102026-07-31T16:34:12.430Zinfo: running `cargo check --bins` on omicron-live-tests (292/305)
48112026-07-31T16:34:12.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48122026-07-31T16:34:12.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48132026-07-31T16:34:12.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48142026-07-31T16:34:12.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48152026-07-31T16:34:12.963Z
48162026-07-31T16:34:12.963Zinfo: running `cargo check --bins` on live-tests-macros (293/305)
48172026-07-31T16:34:13.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48182026-07-31T16:34:13.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48192026-07-31T16:34:13.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48202026-07-31T16:34:13.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48212026-07-31T16:34:13.497Z
48222026-07-31T16:34:13.497Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (294/305)
48232026-07-31T16:34:14.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48242026-07-31T16:34:14.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48252026-07-31T16:34:14.213Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48262026-07-31T16:34:14.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
48272026-07-31T16:34:14.983Z
48282026-07-31T16:34:14.983Zinfo: running `cargo check --bins` on omicron-ntp-admin (295/305)
48292026-07-31T16:34:15.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48302026-07-31T16:34:15.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48312026-07-31T16:34:15.593Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
48322026-07-31T16:34:15.596Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48332026-07-31T16:34:15.865Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48342026-07-31T16:34:15.866Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48352026-07-31T16:34:16.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
48362026-07-31T16:34:16.842Z
48372026-07-31T16:34:16.842Zinfo: running `cargo check --bins` on ntp-admin-types (296/305)
48382026-07-31T16:34:17.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48392026-07-31T16:34:17.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48402026-07-31T16:34:17.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48412026-07-31T16:34:17.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48422026-07-31T16:34:17.376Z
48432026-07-31T16:34:17.376Zinfo: running `cargo check --bins` on omicron-package (297/305)
48442026-07-31T16:34:17.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48452026-07-31T16:34:17.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48462026-07-31T16:34:18.014Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48472026-07-31T16:34:19.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
48482026-07-31T16:34:19.252Z
48492026-07-31T16:34:19.252Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (298/305)
48502026-07-31T16:34:19.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48512026-07-31T16:34:19.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48522026-07-31T16:34:19.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48532026-07-31T16:34:19.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48542026-07-31T16:34:19.820Z
48552026-07-31T16:34:19.820Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (299/305)
48562026-07-31T16:34:20.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48572026-07-31T16:34:20.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48582026-07-31T16:34:20.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48592026-07-31T16:34:20.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48602026-07-31T16:34:20.389Z
48612026-07-31T16:34:20.389Zinfo: running `cargo check --bins` on tqdb (300/305)
48622026-07-31T16:34:20.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48632026-07-31T16:34:20.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48642026-07-31T16:34:21.129Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48652026-07-31T16:34:21.479Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48662026-07-31T16:34:21.988Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48672026-07-31T16:34:21.988Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48682026-07-31T16:34:28.113Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48692026-07-31T16:34:28.113Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48702026-07-31T16:34:28.684Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48712026-07-31T16:34:28.688Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48722026-07-31T16:34:28.688Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48732026-07-31T16:34:28.688Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48742026-07-31T16:34:29.453Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48752026-07-31T16:34:30.450Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48762026-07-31T16:34:31.274Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48772026-07-31T16:34:31.888Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48782026-07-31T16:34:36.679Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48792026-07-31T16:34:43.398Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48802026-07-31T16:34:43.402Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48812026-07-31T16:34:43.402Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48822026-07-31T16:34:43.402Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48832026-07-31T16:34:44.884Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48842026-07-31T16:34:46.215Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48852026-07-31T16:34:46.895Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48862026-07-31T16:34:48.111Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48872026-07-31T16:34:48.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.26s
48882026-07-31T16:34:48.851Z
48892026-07-31T16:34:48.852Zinfo: running `cargo check --bins` on wicket-dbg (301/305)
48902026-07-31T16:34:49.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48912026-07-31T16:34:49.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48922026-07-31T16:34:49.534Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48932026-07-31T16:34:49.649Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48942026-07-31T16:34:49.657Z Checking rtoolbox v0.0.3
48952026-07-31T16:34:49.665Z Checking tui-tree-widget v0.23.1
48962026-07-31T16:34:49.754Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48972026-07-31T16:34:49.768Z Checking rpassword v7.5.4
48982026-07-31T16:34:51.223Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48992026-07-31T16:34:51.412Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
49002026-07-31T16:34:52.333Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
49012026-07-31T16:34:55.444Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
49022026-07-31T16:34:57.257Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
49032026-07-31T16:34:58.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.28s
49042026-07-31T16:34:58.140Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49052026-07-31T16:34:58.140Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49062026-07-31T16:34:58.322Z
49072026-07-31T16:34:58.322Zinfo: running `cargo check --bins` on wicket (302/305)
49082026-07-31T16:34:58.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49092026-07-31T16:34:58.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49102026-07-31T16:34:58.977Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
49112026-07-31T16:34:59.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
49122026-07-31T16:34:59.329Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49132026-07-31T16:34:59.329Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49142026-07-31T16:34:59.503Z
49152026-07-31T16:34:59.503Zinfo: running `cargo check --bins` on wicketd (303/305)
49162026-07-31T16:35:00.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49172026-07-31T16:35:00.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49182026-07-31T16:35:00.182Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
49192026-07-31T16:35:00.186Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
49202026-07-31T16:35:00.186Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49212026-07-31T16:35:00.186Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
49222026-07-31T16:35:00.186Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49232026-07-31T16:35:01.270Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
49242026-07-31T16:35:04.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s
49252026-07-31T16:35:04.661Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49262026-07-31T16:35:04.661Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49272026-07-31T16:35:04.841Z
49282026-07-31T16:35:04.841Zinfo: running `cargo check --bins` on omicron-workspace-hack (304/305)
49292026-07-31T16:35:05.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49302026-07-31T16:35:05.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49312026-07-31T16:35:05.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49322026-07-31T16:35:05.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
49332026-07-31T16:35:05.377Z
49342026-07-31T16:35:05.377Zinfo: running `cargo check --bins` on zone-setup (305/305)
49352026-07-31T16:35:05.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49362026-07-31T16:35:05.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49372026-07-31T16:35:06.009Z Checking uzers v0.12.2
49382026-07-31T16:35:06.276Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
49392026-07-31T16:35:07.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
49402026-07-31T16:35:07.210Z
49412026-07-31T16:35:07.210Zreal 14:08.115493420
49422026-07-31T16:35:07.210Zuser 21:17.658070448
49432026-07-31T16:35:07.210Zsys 4:20.487875280
49442026-07-31T16:35:07.210Ztrap 0.335059292
49452026-07-31T16:35:07.210Ztflt 0.599482578
49462026-07-31T16:35:07.210Zdflt 0.986686302
49472026-07-31T16:35:07.210Zkflt 0.010652062
49482026-07-31T16:35:07.210Zlock 1:32:41.658125351
49492026-07-31T16:35:07.210Zslp 1:43:14.218183475
49502026-07-31T16:35:07.210Zlat 57.032359714
49512026-07-31T16:35:07.210Zstop 4:04.727365626
49522026-07-31T16:35:07.214Zprocess exited: duration 975404 ms, exit code 0
 
49532026-07-31T16:35:07.221Zfound 0 output files