01M156Y7NVQ1N0NMDZVZZFS490: 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: 01M156ZCSH620NYZC5CJA66DX2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-28T22:14:45.142Zjob assigned to worker 01M156ZSK6VZ46CC5CZF8VXGE1 [factory aws, i-0af55e1c8b5cfd661] (queued for 55 s)
 
22026-08-28T22:14:51.599Zstarting task 0: "setup"
32026-08-28T22:14:51.604Z++ uname -s
42026-08-28T22:14:51.607Z+ kern=SunOS
52026-08-28T22:14:51.607Z+ build_user=build
62026-08-28T22:14:51.607Z+ build_uid=12345
72026-08-28T22:14:51.607Z+ work_dir=/work
82026-08-28T22:14:51.607Z+ input_dir=/input
92026-08-28T22:14:51.607Z+ [[ 0 == 12345 ]]
102026-08-28T22:14:51.608Z+ case "$kern" in
112026-08-28T22:14:51.608Z+ groupadd -g 12345 build
122026-08-28T22:14:51.608Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-28T22:14:53.657Z+ zfs create -o mountpoint=/work rpool/work
142026-08-28T22:14:53.754Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-28T22:14:53.754Z+ home_fs=zfs
162026-08-28T22:14:53.754Z+ [[ zfs == autofs ]]
172026-08-28T22:14:53.754Z+ mkdir -p /home/build
182026-08-28T22:14:53.754Z+ chown build:build /home/build /work
192026-08-28T22:14:55.744Z+ chmod 0700 /home/build /work
202026-08-28T22:14:55.836Zprocess exited: duration 4094 ms, exit code 0
 
212026-08-28T22:14:55.936Zstarting task 1: "rust-toolchain"
222026-08-28T22:14:55.984Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-28T22:14:55.985Z * rust toolchain channel = "1.97.1"
242026-08-28T22:14:55.985Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-28T22:14:55.985Z * rust toolchain profile = "default"
262026-08-28T22:14:55.985Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-28T22:14:55.986Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-28T22:14:55.986Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-28T22:14:55.986Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-28T22:14:56.027Zinfo: downloading installer
312026-08-28T22:14:57.647Zwarn: It looks like you have an existing rustup settings file at:
322026-08-28T22:14:57.647Zwarn: /home/build/.rustup/settings.toml
332026-08-28T22:14:57.647Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-28T22:14:57.648Zwarn: instead of the one inferred from the default host triple.
352026-08-28T22:14:57.674Zinfo: profile set to default
362026-08-28T22:14:57.674Zinfo: default host triple is x86_64-unknown-illumos
372026-08-28T22:14:57.674Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-28T22:14:57.787Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-28T22:14:57.818Zinfo: downloading 6 components
402026-08-28T22:15:12.222Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-28T22:15:12.222Z
422026-08-28T22:15:12.250Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-28T22:15:12.250Z
442026-08-28T22:15:12.250Z
452026-08-28T22:15:12.250ZRust is installed now. Great!
462026-08-28T22:15:12.250Z
472026-08-28T22:15:12.254ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-28T22:15:12.254Zenvironment variable. This has not been done automatically.
492026-08-28T22:15:12.254Z
502026-08-28T22:15:12.254ZTo configure your current shell, you need to source
512026-08-28T22:15:12.254Zthe corresponding env file under $HOME/.cargo.
522026-08-28T22:15:12.254Z
532026-08-28T22:15:12.254ZThis is usually done by running one of the following (note the leading DOT):
542026-08-28T22:15:12.254Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-28T22:15:12.254Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-28T22:15:12.254Zsource "~/.cargo/env.nu" # For nushell
572026-08-28T22:15:12.254Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-28T22:15:12.254Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-28T22:15:12.254Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-28T22:15:12.254Zwarn: no default linker (`cc`) was found in your PATH
612026-08-28T22:15:12.254Zwarn: many Rust crates require a system C toolchain to build
622026-08-28T22:15:12.341Z+ rustup --version
632026-08-28T22:15:12.350Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-28T22:15:12.353Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-28T22:15:12.373Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-28T22:15:12.376Z+ cargo --version
672026-08-28T22:15:12.391Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-28T22:15:12.394Z+ rustc --version
692026-08-28T22:15:12.414Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-28T22:15:12.418Zprocess exited: duration 16509 ms, exit code 0
 
712026-08-28T22:15:12.425Zstarting task 2: "authentication"
722026-08-28T22:15:12.442Zprocess exited: duration 16 ms, exit code 0
 
732026-08-28T22:15:12.448Zstarting task 3: "clone repository"
742026-08-28T22:15:12.452Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-28T22:15:12.456Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-28T22:15:12.480ZCloning into '/work/oxidecomputer/omicron'...
772026-08-28T22:15:31.813Z+ cd /work/oxidecomputer/omicron
782026-08-28T22:15:31.813Z+ git fetch origin c265b118cf0b6f321eb31fe00385c0178de5bafe
792026-08-28T22:15:32.227ZFrom https://github.com/oxidecomputer/omicron
802026-08-28T22:15:32.227Z * branch c265b118cf0b6f321eb31fe00385c0178de5bafe -> FETCH_HEAD
812026-08-28T22:15:32.238Z+ [[ -n '' ]]
822026-08-28T22:15:32.238Z+ git reset --hard c265b118cf0b6f321eb31fe00385c0178de5bafe
832026-08-28T22:15:32.493ZHEAD is now at c265b118c Clarify AffinityPolicy variant doc comments (#7649)
842026-08-28T22:15:32.496Zprocess exited: duration 20048 ms, exit code 0
 
852026-08-28T22:15:32.503Zstarting task 4: "build"
862026-08-28T22:15:32.506Z+ source .github/buildomat/ci-env.sh
872026-08-28T22:15:32.509Z++ export CARGO_TERM_COLOR=always
882026-08-28T22:15:32.509Z++ CARGO_TERM_COLOR=always
892026-08-28T22:15:32.509Z+++ uname -s
902026-08-28T22:15:32.509Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-28T22:15:32.509Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-28T22:15:32.512Z+ cargo --version
932026-08-28T22:15:32.519Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-28T22:15:32.522Z+ rustc --version
952026-08-28T22:15:32.541Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-28T22:15:32.546Z+ source ./env.sh
972026-08-28T22:15:32.547Z++ OLD_SHELL_OPTS=ehxB
982026-08-28T22:15:32.547Z++ set -o xtrace
992026-08-28T22:15:32.547Z++++ dirname ./env.sh
1002026-08-28T22:15:32.556Z+++ readlink -f .
1012026-08-28T22:15:32.556Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-28T22:15:32.556Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-28T22:15:32.556Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-28T22:15:32.556Z++ 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
1052026-08-28T22:15:32.556Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-08-28T22:15:32.556Z++ 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
1072026-08-28T22:15:32.556Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-08-28T22:15:32.557Z++ 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
1092026-08-28T22:15:32.557Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-28T22:15:32.557Z++ 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
1112026-08-28T22:15:32.557Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-08-28T22:15:32.557Z++ case $OLD_SHELL_OPTS in
1132026-08-28T22:15:32.557Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-28T22:15:32.558Z+ 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
1152026-08-28T22:15:32.558Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-08-28T22:15:32.558Z+ banner prerequisites
1172026-08-28T22:15:32.558Z
1182026-08-28T22:15:32.558Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-08-28T22:15:32.558Z # # # # # # # # # # # # # # #
1202026-08-28T22:15:32.558Z # # # # ##### # # ##### # # # # # #### #
1212026-08-28T22:15:32.558Z ##### ##### # ##### # # # # # # # # #
1222026-08-28T22:15:32.558Z # # # # # # # # # # # # # # #
1232026-08-28T22:15:32.558Z # # # ###### # # ###### ### # #### # #### #
1242026-08-28T22:15:32.558Z
1252026-08-28T22:15:32.558Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-08-28T22:15:34.496Z Startup: Refreshing catalog 'helios' ... Done
1272026-08-28T22:15:34.932Z Startup: Caching catalogs ... Done
1282026-08-28T22:15:37.222ZPlanning: Solver setup ... Done (2.164s)
1292026-08-28T22:15:37.251ZPlanning: Running solver ... Done (0.065s)
1302026-08-28T22:15:37.303ZPlanning: Finding local manifests ... Done (0.002s)
1312026-08-28T22:15:37.315ZPlanning: Fetching manifests: 0/2 0% complete
1322026-08-28T22:15:37.338ZPlanning: Fetching manifests: 2/2 100% complete
1332026-08-28T22:15:37.351ZPlanning: Package planning ... Done (0.014s)
1342026-08-28T22:15:37.354ZPlanning: Merging actions ... Done (0.001s)
1352026-08-28T22:15:37.577ZPlanning: Checking for conflicting actions ... Done (0.224s)
1362026-08-28T22:15:37.580ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-08-28T22:15:38.379ZPlanning: Evaluating mediators ... Done (0.800s)
1382026-08-28T22:15:38.382ZPlanning: Planning completed in 3.44 seconds
1392026-08-28T22:15:38.388Z Packages to install: 2
1402026-08-28T22:15:38.391Z Estimated space available: 156.00 GB
1412026-08-28T22:15:38.391ZEstimated space to be consumed: 83.65 MB
1422026-08-28T22:15:38.391Z Create boot environment: No
1432026-08-28T22:15:38.391ZCreate backup boot environment: No
1442026-08-28T22:15:38.391Z Rebuild boot archive: No
1452026-08-28T22:15:38.391Z
1462026-08-28T22:15:38.392ZChanged packages:
1472026-08-28T22:15:38.392Zhelios
1482026-08-28T22:15:38.392Z developer/build-essential
1492026-08-28T22:15:38.392Z None -> 11-3.0
1502026-08-28T22:15:38.392Z library/libxmlsec1
1512026-08-28T22:15:38.392Z None -> 1.2.35-3.0
1522026-08-28T22:15:38.413Z
1532026-08-28T22:15:38.413ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-08-28T22:15:38.480ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1552026-08-28T22:15:38.526Z Actions: 1/268 actions (Installing new actions)
1562026-08-28T22:15:38.565Z Actions: Completed 268 actions in 0.04 seconds.
1572026-08-28T22:15:38.601ZFinalize: Updating package state database ... Done (0.037s)
1582026-08-28T22:15:38.601ZFinalize: Updating package cache ... Done (0.000s)
1592026-08-28T22:15:38.693ZFinalize: Updating image state ... Done (0.091s)
1602026-08-28T22:15:41.171ZFinalize: Creating fast lookup database ... Done (2.423s)
1612026-08-28T22:15:41.237ZFinalize: Reading search index ... Done (0.012s)
1622026-08-28T22:15:41.240ZFinalize: Updating search index ... Done (0.000s)
1632026-08-28T22:15:41.318ZFinalize: Updating package cache ... Done (0.000s)
1642026-08-28T22:15:41.688ZPlanning: Evaluating mediator changes ... Done
1652026-08-28T22:15:41.795ZPlanning: Checking for conflicting actions ... Done
1662026-08-28T22:15:41.798ZPlanning: Consolidating action changes ... Done
1672026-08-28T22:15:41.954ZPlanning: Evaluating mediators ... Done
1682026-08-28T22:15:41.957ZPlanning: Planning completed in 0.27 seconds
1692026-08-28T22:15:41.976Z Mediators to change: 2
1702026-08-28T22:15:41.976Z Create boot environment: No
1712026-08-28T22:15:41.976ZCreate backup boot environment: No
1722026-08-28T22:15:42.040ZFinalize: Updating package state database ... Done
1732026-08-28T22:15:42.040ZFinalize: Updating package cache ... Done
1742026-08-28T22:15:42.097ZFinalize: Updating image state ... Done
1752026-08-28T22:15:44.063ZFinalize: Creating fast lookup database ... Done
1762026-08-28T22:15:44.138ZFinalize: Reading search index ... Done
1772026-08-28T22:15:44.149ZFinalize: Updating search index ... Done
1782026-08-28T22:15:44.176ZFinalize: Updating package cache ... Done
1792026-08-28T22:15:44.468ZPlanning: Evaluating mediator changes ... Done
1802026-08-28T22:15:44.573ZPlanning: Checking for conflicting actions ... Done
1812026-08-28T22:15:44.586ZPlanning: Consolidating action changes ... Done
1822026-08-28T22:15:44.751ZPlanning: Evaluating mediators ... Done
1832026-08-28T22:15:44.756ZPlanning: Planning completed in 0.27 seconds
1842026-08-28T22:15:44.756Z Mediators to change: 1
1852026-08-28T22:15:44.756Z Create boot environment: No
1862026-08-28T22:15:44.756ZCreate backup boot environment: No
1872026-08-28T22:15:44.795ZFinalize: Updating package state database ... Done
1882026-08-28T22:15:44.795ZFinalize: Updating package cache ... Done
1892026-08-28T22:15:44.848ZFinalize: Updating image state ... Done
1902026-08-28T22:15:46.850ZFinalize: Creating fast lookup database ... Done
1912026-08-28T22:15:46.896ZFinalize: Reading search index ... Done
1922026-08-28T22:15:46.929ZFinalize: Updating search index ... Done
1932026-08-28T22:15:46.991ZFinalize: Updating package cache ... Done
1942026-08-28T22:15:47.258ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-08-28T22:15:47.258Zapache system 2.4 system
1962026-08-28T22:15:47.258Zclang system 15 system
1972026-08-28T22:15:47.258Zcsh system system illumos
1982026-08-28T22:15:47.258Zctags system system illumos
1992026-08-28T22:15:47.258Zfile vendor vendor darwinsys
2002026-08-28T22:15:47.258Zfile system system illumos
2012026-08-28T22:15:47.258Zgcc vendor 14 vendor
2022026-08-28T22:15:47.259Zgcc system 13 system
2032026-08-28T22:15:47.259Zgcc system 10 system
2042026-08-28T22:15:47.259Zgo system 1.25 system
2052026-08-28T22:15:47.259Zllvm system 15 system
2062026-08-28T22:15:47.259Zmariadb system 11.4 system
2072026-08-28T22:15:47.259Zmta vendor vendor dma
2082026-08-28T22:15:47.259Zopenjdk system 17 system
2092026-08-28T22:15:47.259Zopenjdk system 11 system
2102026-08-28T22:15:47.259Zopenssl vendor 3 vendor
2112026-08-28T22:15:47.259Zperl system 5.40 system
2122026-08-28T22:15:47.259Zpostgresql system 18 system
2132026-08-28T22:15:47.259Zpostgresql system 17 system
2142026-08-28T22:15:47.259Zpython vendor 3 vendor
2152026-08-28T22:15:47.259Zpython system 2 system
2162026-08-28T22:15:47.259Zpython3 vendor 3.13 vendor
2172026-08-28T22:15:47.260Zruby system 3.4 system
2182026-08-28T22:15:47.260Zruby system 3.0 system
2192026-08-28T22:15:47.260Zwords vendor vendor american-english
2202026-08-28T22:15:47.260Zwords system system australian-english
2212026-08-28T22:15:47.260Zwords system system british-english
2222026-08-28T22:15:47.260Zwords system system canadian-english
2232026-08-28T22:15:47.260Zwords system system french
2242026-08-28T22:15:47.260Zwords system system italian
2252026-08-28T22:15:47.260Zwords system system ngerman
2262026-08-28T22:15:47.260Zwords system system ogerman
2272026-08-28T22:15:47.260Zwords system system spanish
2282026-08-28T22:15:47.517ZPUBLISHER TYPE STATUS P LOCATION
2292026-08-28T22:15:47.517Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-08-28T22:15:48.017ZFMRI IFO
2312026-08-28T22:15:48.017Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-08-28T22:15:48.017Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-08-28T22:15:48.017Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-08-28T22:15:48.017Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-08-28T22:15:48.017Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-08-28T22:15:48.017Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-08-28T22:15:48.017Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-08-28T22:15:48.017Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-08-28T22:15:48.017Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-08-28T22:15:48.374Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-08-28T22:15:48.702Z Updating crates.io index
2422026-08-28T22:15:48.708Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-08-28T22:15:48.973Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-28T22:15:49.391Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2452026-08-28T22:15:49.678Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-08-28T22:15:51.052Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-08-28T22:15:51.676Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-08-28T22:15:53.671Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-08-28T22:15:54.762Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-08-28T22:15:55.241Z Updating git repository `https://github.com/oxidecomputer/lldp`
2512026-08-28T22:15:55.588Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-08-28T22:15:56.803Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-08-28T22:15:57.136Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-08-28T22:15:57.558Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2552026-08-28T22:15:58.139Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-08-28T22:15:58.443Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-08-28T22:15:58.738Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-08-28T22:15:59.072Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-08-28T22:15:59.372Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-08-28T22:15:59.756Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612026-08-28T22:16:00.141Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2622026-08-28T22:16:00.681Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2632026-08-28T22:16:01.010Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2642026-08-28T22:16:01.620Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2652026-08-28T22:16:01.987Z Updating git repository `https://github.com/oxidecomputer/erebor`
2662026-08-28T22:16:02.249Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-08-28T22:16:02.724Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-08-28T22:16:03.373Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-08-28T22:16:03.822Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-08-28T22:16:04.245Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-08-28T22:16:04.522Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722026-08-28T22:16:04.834Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-08-28T22:16:05.211Z Updating git repository `https://github.com/oxidecomputer/tough`
2742026-08-28T22:16:05.763Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-08-28T22:16:06.038Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-08-28T22:16:06.295Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-08-28T22:16:06.592Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-08-28T22:16:07.291Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792026-08-28T22:16:07.583Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-08-28T22:16:07.900Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-08-28T22:16:08.251Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-08-28T22:16:08.529Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-28T22:16:08.990Z Updating git repository `https://github.com/illumos/smf-rs`
2842026-08-28T22:16:11.350Z Downloading crates ...
2852026-08-28T22:16:11.426Z Downloaded dtrace-parser v0.2.0
2862026-08-28T22:16:11.460Z Downloaded fastrand v2.3.0
2872026-08-28T22:16:11.460Z Downloaded heck v0.4.1
2882026-08-28T22:16:11.461Z Downloaded proc-macro-error-attr v1.0.4
2892026-08-28T22:16:11.461Z Downloaded serde_spanned v0.6.9
2902026-08-28T22:16:11.461Z Downloaded unicode-linebreak v0.1.5
2912026-08-28T22:16:11.461Z Downloaded scroll_derive v0.12.1
2922026-08-28T22:16:11.461Z Downloaded cargo_metadata v0.23.1
2932026-08-28T22:16:11.461Z Downloaded digest v0.10.7
2942026-08-28T22:16:11.461Z Downloaded equivalent v1.0.2
2952026-08-28T22:16:11.461Z Downloaded plain v0.2.3
2962026-08-28T22:16:11.461Z Downloaded anstyle-parse v1.0.0
2972026-08-28T22:16:11.461Z Downloaded cfg-if v1.0.4
2982026-08-28T22:16:11.461Z Downloaded zerocopy-derive v0.7.35
2992026-08-28T22:16:11.461Z Downloaded usdt-impl v0.5.0
3002026-08-28T22:16:11.490Z Downloaded toml v0.8.23
3012026-08-28T22:16:11.490Z Downloaded clap v4.6.1
3022026-08-28T22:16:11.490Z Downloaded zerocopy v0.7.35
3032026-08-28T22:16:11.493Z Downloaded zmij v1.0.21
3042026-08-28T22:16:11.493Z Downloaded heck v0.5.0
3052026-08-28T22:16:11.493Z Downloaded crypto-common v0.1.7
3062026-08-28T22:16:11.493Z Downloaded colorchoice v1.0.4
3072026-08-28T22:16:11.493Z Downloaded anstyle v1.0.14
3082026-08-28T22:16:11.493Z Downloaded clap_derive v4.6.1
3092026-08-28T22:16:11.494Z Downloaded generic-array v0.14.7
3102026-08-28T22:16:11.494Z Downloaded clap_lex v1.0.0
3112026-08-28T22:16:11.494Z Downloaded block-buffer v0.10.4
3122026-08-28T22:16:11.494Z Downloaded anyhow v1.0.104
3132026-08-28T22:16:11.494Z Downloaded cargo-platform v0.3.2
3142026-08-28T22:16:11.494Z Downloaded dof v0.3.0
3152026-08-28T22:16:11.494Z Downloaded itoa v1.0.17
3162026-08-28T22:16:11.494Z Downloaded serde_core v1.0.228
3172026-08-28T22:16:11.494Z Downloaded camino-tempfile v1.4.1
3182026-08-28T22:16:11.494Z Downloaded camino v1.2.5
3192026-08-28T22:16:11.494Z Downloaded pest_generator v2.8.6
3202026-08-28T22:16:11.494Z Downloaded fnv v1.0.7
3212026-08-28T22:16:11.494Z Downloaded strsim v0.11.1
3222026-08-28T22:16:11.494Z Downloaded anstyle-query v1.1.5
3232026-08-28T22:16:11.494Z Downloaded pretty-hex v0.4.1
3242026-08-28T22:16:11.494Z Downloaded macaddr v1.0.1
3252026-08-28T22:16:11.523Z Downloaded cargo_toml v0.21.0
3262026-08-28T22:16:11.523Z Downloaded is_terminal_polyfill v1.70.2
3272026-08-28T22:16:11.523Z Downloaded errno v0.3.14
3282026-08-28T22:16:11.523Z Downloaded version_check v0.9.5
3292026-08-28T22:16:11.523Z Downloaded terminal_size v0.4.3
3302026-08-28T22:16:11.523Z Downloaded utf8parse v0.2.2
3312026-08-28T22:16:11.523Z Downloaded smawk v0.3.2
3322026-08-28T22:16:11.523Z Downloaded cpufeatures v0.2.17
3332026-08-28T22:16:11.523Z Downloaded toml_datetime v0.6.11
3342026-08-28T22:16:11.523Z Downloaded tabled_derive v0.7.0
3352026-08-28T22:16:11.562Z Downloaded thread-id v4.2.2
3362026-08-28T22:16:11.562Z Downloaded swrite v0.1.0
3372026-08-28T22:16:11.562Z Downloaded usdt-attr-macro v0.5.0
3382026-08-28T22:16:11.562Z Downloaded toml_write v0.1.2
3392026-08-28T22:16:11.562Z Downloaded memchr v2.8.0
3402026-08-28T22:16:11.563Z Downloaded usdt-macro v0.5.0
3412026-08-28T22:16:11.563Z Downloaded thiserror-impl v1.0.69
3422026-08-28T22:16:11.563Z Downloaded anstream v1.0.0
3432026-08-28T22:16:11.563Z Downloaded autocfg v1.5.0
3442026-08-28T22:16:11.563Z Downloaded bytecount v0.6.9
3452026-08-28T22:16:11.563Z Downloaded memmap v0.7.0
3462026-08-28T22:16:11.565Z Downloaded byteorder v1.5.0
3472026-08-28T22:16:11.584Z Downloaded scroll v0.12.0
3482026-08-28T22:16:11.584Z Downloaded quote v1.0.45
3492026-08-28T22:16:11.584Z Downloaded usdt v0.5.0
3502026-08-28T22:16:11.585Z Downloaded thiserror v1.0.69
3512026-08-28T22:16:11.585Z Downloaded thiserror-impl v2.0.18
3522026-08-28T22:16:11.585Z Downloaded sha2 v0.10.9
3532026-08-28T22:16:11.585Z Downloaded fs-err v3.3.0
3542026-08-28T22:16:11.585Z Downloaded thiserror v2.0.18
3552026-08-28T22:16:11.585Z Downloaded log v0.4.33
3562026-08-28T22:16:11.585Z Downloaded proc-macro-error v1.0.4
3572026-08-28T22:16:11.585Z Downloaded ucd-trie v0.1.7
3582026-08-28T22:16:11.585Z Downloaded once_cell v1.21.3
3592026-08-28T22:16:11.585Z Downloaded semver v1.0.28
3602026-08-28T22:16:11.585Z Downloaded serde_tokenstream v0.2.3
3612026-08-28T22:16:11.585Z Downloaded getrandom v0.4.3
3622026-08-28T22:16:11.623Z Downloaded pest_derive v2.8.6
3632026-08-28T22:16:11.623Z Downloaded papergrid v0.11.0
3642026-08-28T22:16:11.623Z Downloaded pest_meta v2.8.6
3652026-08-28T22:16:11.623Z Downloaded bitflags v2.11.0
3662026-08-28T22:16:11.623Z Downloaded unicode-ident v1.0.24
3672026-08-28T22:16:11.623Z Downloaded proc-macro2 v1.0.106
3682026-08-28T22:16:11.625Z Downloaded textwrap v0.16.2
3692026-08-28T22:16:11.638Z Downloaded tempfile v3.27.0
3702026-08-28T22:16:11.717Z Downloaded toml_edit v0.22.27
3712026-08-28T22:16:11.717Z Downloaded serde_derive v1.0.228
3722026-08-28T22:16:11.717Z Downloaded serde v1.0.228
3732026-08-28T22:16:11.717Z Downloaded indexmap v2.14.0
3742026-08-28T22:16:11.717Z Downloaded typenum v1.20.1
3752026-08-28T22:16:11.749Z Downloaded goblin v0.8.2
3762026-08-28T22:16:11.749Z Downloaded pest v2.8.6
3772026-08-28T22:16:11.749Z Downloaded serde_json v1.0.151
3782026-08-28T22:16:11.749Z Downloaded hashbrown v0.17.0
3792026-08-28T22:16:11.749Z Downloaded syn v1.0.109
3802026-08-28T22:16:11.749Z Downloaded clap_builder v4.6.0
3812026-08-28T22:16:11.749Z Downloaded winnow v0.7.14
3822026-08-28T22:16:11.749Z Downloaded unicode-width v0.2.0
3832026-08-28T22:16:11.749Z Downloaded tabled v0.15.0
3842026-08-28T22:16:11.749Z Downloaded syn v2.0.117
3852026-08-28T22:16:11.749Z Downloaded unicode-width v0.1.14
3862026-08-28T22:16:11.750Z Downloaded rustix v1.1.4
3872026-08-28T22:16:11.761Z Downloaded libc v0.2.185
3882026-08-28T22:16:11.846Z Compiling proc-macro2 v1.0.106
3892026-08-28T22:16:11.846Z Compiling unicode-ident v1.0.24
3902026-08-28T22:16:11.846Z Compiling quote v1.0.45
3912026-08-28T22:16:11.910Z Compiling serde_core v1.0.228
3922026-08-28T22:16:11.910Z Compiling libc v0.2.185
3932026-08-28T22:16:11.910Z Compiling version_check v0.9.5
3942026-08-28T22:16:11.911Z Compiling memchr v2.8.0
3952026-08-28T22:16:11.911Z Compiling serde v1.0.228
3962026-08-28T22:16:12.185Z Compiling zmij v1.0.21
3972026-08-28T22:16:12.342Z Compiling thiserror v1.0.69
3982026-08-28T22:16:12.489Z Compiling ucd-trie v0.1.7
3992026-08-28T22:16:12.515Z Compiling itoa v1.0.17
4002026-08-28T22:16:12.742Z Compiling pest v2.8.6
4012026-08-28T22:16:12.847Z Compiling byteorder v1.5.0
4022026-08-28T22:16:12.912Z Compiling rustix v1.1.4
4032026-08-28T22:16:13.015Z Compiling errno v0.3.14
4042026-08-28T22:16:13.036Z Compiling serde_json v1.0.151
4052026-08-28T22:16:13.049Z Compiling bitflags v2.11.0
4062026-08-28T22:16:13.332Z Compiling thread-id v4.2.2
4072026-08-28T22:16:13.380Z Compiling syn v2.0.117
4082026-08-28T22:16:13.404Z Compiling usdt-impl v0.5.0
4092026-08-28T22:16:13.404Z Compiling proc-macro-error-attr v1.0.4
4102026-08-28T22:16:13.465Z Compiling syn v1.0.109
4112026-08-28T22:16:13.548Z Compiling camino v1.2.5
4122026-08-28T22:16:13.755Z Compiling proc-macro-error v1.0.4
4132026-08-28T22:16:13.774Z Compiling pest_meta v2.8.6
4142026-08-28T22:16:13.942Z Compiling log v0.4.33
4152026-08-28T22:16:13.970Z Compiling equivalent v1.0.2
4162026-08-28T22:16:14.031Z Compiling getrandom v0.4.3
4172026-08-28T22:16:14.059Z Compiling plain v0.2.3
4182026-08-28T22:16:14.114Z Compiling utf8parse v0.2.2
4192026-08-28T22:16:14.228Z Compiling hashbrown v0.17.0
4202026-08-28T22:16:14.311Z Compiling terminal_size v0.4.3
4212026-08-28T22:16:14.394Z Compiling anstyle-parse v1.0.0
4222026-08-28T22:16:14.782Z Compiling indexmap v2.14.0
4232026-08-28T22:16:15.055Z Compiling colorchoice v1.0.4
4242026-08-28T22:16:15.170Z Compiling anstyle v1.0.14
4252026-08-28T22:16:15.180Z Compiling is_terminal_polyfill v1.70.2
4262026-08-28T22:16:15.186Z Compiling anstyle-query v1.1.5
4272026-08-28T22:16:15.298Z Compiling toml_write v0.1.2
4282026-08-28T22:16:15.302Z Compiling cfg-if v1.0.4
4292026-08-28T22:16:15.356Z Compiling pretty-hex v0.4.1
4302026-08-28T22:16:15.373Z Compiling winnow v0.7.14
4312026-08-28T22:16:15.395Z Compiling autocfg v1.5.0
4322026-08-28T22:16:15.395Z Compiling thiserror v2.0.18
4332026-08-28T22:16:15.514Z Compiling anstream v1.0.0
4342026-08-28T22:16:15.653Z Compiling pest_generator v2.8.6
4352026-08-28T22:16:15.820Z Compiling fs-err v3.3.0
4362026-08-28T22:16:15.938Z Compiling clap_lex v1.0.0
4372026-08-28T22:16:15.957Z Compiling strsim v0.11.1
4382026-08-28T22:16:15.980Z Compiling fnv v1.0.7
4392026-08-28T22:16:16.012Z Compiling anyhow v1.0.104
4402026-08-28T22:16:16.091Z Compiling unicode-width v0.1.14
4412026-08-28T22:16:16.183Z Compiling heck v0.5.0
4422026-08-28T22:16:16.324Z Compiling heck v0.4.1
4432026-08-28T22:16:16.354Z Compiling fastrand v2.3.0
4442026-08-28T22:16:16.369Z Compiling bytecount v0.6.9
4452026-08-28T22:16:16.397Z Compiling once_cell v1.21.3
4462026-08-28T22:16:16.492Z Compiling papergrid v0.11.0
4472026-08-28T22:16:16.517Z Compiling clap_builder v4.6.0
4482026-08-28T22:16:16.530Z Compiling tabled_derive v0.7.0
4492026-08-28T22:16:16.576Z Compiling tempfile v3.27.0
4502026-08-28T22:16:16.636Z Compiling semver v1.0.28
4512026-08-28T22:16:16.687Z Compiling cargo-platform v0.3.2
4522026-08-28T22:16:16.852Z Compiling memmap v0.7.0
4532026-08-28T22:16:17.109Z Compiling unicode-linebreak v0.1.5
4542026-08-28T22:16:17.132Z Compiling smawk v0.3.2
4552026-08-28T22:16:17.132Z Compiling unicode-width v0.2.0
4562026-08-28T22:16:17.133Z Compiling camino-tempfile v1.4.1
4572026-08-28T22:16:17.294Z Compiling serde_derive v1.0.228
4582026-08-28T22:16:17.308Z Compiling thiserror-impl v1.0.69
4592026-08-28T22:16:17.309Z Compiling zerocopy-derive v0.7.35
4602026-08-28T22:16:17.310Z Compiling pest_derive v2.8.6
4612026-08-28T22:16:17.467Z Compiling scroll_derive v0.12.1
4622026-08-28T22:16:17.475Z Compiling thiserror-impl v2.0.18
4632026-08-28T22:16:17.746Z Compiling clap_derive v4.6.1
4642026-08-28T22:16:17.962Z Compiling tabled v0.15.0
4652026-08-28T22:16:18.114Z Compiling scroll v0.12.0
4662026-08-28T22:16:18.198Z Compiling zerocopy v0.7.35
4672026-08-28T22:16:18.390Z Compiling goblin v0.8.2
4682026-08-28T22:16:18.623Z Compiling dtrace-parser v0.2.0
4692026-08-28T22:16:18.757Z Compiling textwrap v0.16.2
4702026-08-28T22:16:19.218Z Compiling swrite v0.1.0
4712026-08-28T22:16:19.496Z Compiling clap v4.6.1
4722026-08-28T22:16:20.258Z Compiling serde_spanned v0.6.9
4732026-08-28T22:16:20.258Z Compiling toml_datetime v0.6.11
4742026-08-28T22:16:20.262Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4752026-08-28T22:16:20.262Z Compiling cargo_metadata v0.23.1
4762026-08-28T22:16:20.262Z Compiling macaddr v1.0.1
4772026-08-28T22:16:20.342Z Compiling dof v0.3.0
4782026-08-28T22:16:20.348Z Compiling serde_tokenstream v0.2.3
4792026-08-28T22:16:20.444Z Compiling toml_edit v0.22.27
4802026-08-28T22:16:21.157Z Compiling usdt-attr-macro v0.5.0
4812026-08-28T22:16:21.157Z Compiling usdt-macro v0.5.0
4822026-08-28T22:16:21.725Z Compiling usdt v0.5.0
4832026-08-28T22:16:21.768Z Compiling toml v0.8.23
4842026-08-28T22:16:22.147Z Compiling cargo_toml v0.21.0
4852026-08-28T22:16:23.434Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4862026-08-28T22:16:25.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.25s
4872026-08-28T22:16:25.656Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4882026-08-28T22:16:26.168Z Downloading crates ...
4892026-08-28T22:16:26.226Z Downloaded arrayref v0.3.9
4902026-08-28T22:16:26.248Z Downloaded adler2 v2.0.1
4912026-08-28T22:16:26.248Z Downloaded aead v0.5.2
4922026-08-28T22:16:26.248Z Downloaded argon2 v0.5.3
4932026-08-28T22:16:26.248Z Downloaded addr2line v0.25.1
4942026-08-28T22:16:26.257Z Downloaded cfg_aliases v0.2.1
4952026-08-28T22:16:26.257Z Downloaded bit-set v0.8.0
4962026-08-28T22:16:26.257Z Downloaded bitfield-struct v0.6.2
4972026-08-28T22:16:26.258Z Downloaded env_filter v2.0.0
4982026-08-28T22:16:26.258Z Downloaded ena v0.14.4
4992026-08-28T22:16:26.258Z Downloaded enum-as-inner v0.6.1
5002026-08-28T22:16:26.258Z Downloaded env_logger v0.11.11
5012026-08-28T22:16:26.258Z Downloaded ff v0.14.0
5022026-08-28T22:16:26.258Z Downloaded home v0.5.12
5032026-08-28T22:16:26.258Z Downloaded backtrace-ext v0.2.1
5042026-08-28T22:16:26.258Z Downloaded hex-literal v1.1.0
5052026-08-28T22:16:26.345Z Downloaded bit-set v0.5.3
5062026-08-28T22:16:26.345Z Downloaded const-oid v0.10.2
5072026-08-28T22:16:26.345Z Downloaded httpdate v1.0.3
5082026-08-28T22:16:26.345Z Downloaded assert_matches v1.5.0
5092026-08-28T22:16:26.345Z Downloaded base16ct v1.0.0
5102026-08-28T22:16:26.480Z Downloaded async-recursion v1.1.1
5112026-08-28T22:16:26.480Z Downloaded float-cmp v0.10.0
5122026-08-28T22:16:26.480Z Downloaded hubpack_derive v0.1.1
5132026-08-28T22:16:26.480Z Downloaded ascii-canvas v3.0.0
5142026-08-28T22:16:26.481Z Downloaded async-stream v0.3.6
5152026-08-28T22:16:26.481Z Downloaded erased-serde v0.3.31
5162026-08-28T22:16:26.481Z Downloaded fs_extra v1.3.0
5172026-08-28T22:16:26.481Z Downloaded block-padding v0.4.2
5182026-08-28T22:16:26.481Z Downloaded bs58 v0.5.1
5192026-08-28T22:16:26.481Z Downloaded anstyle-parse v0.2.7
5202026-08-28T22:16:26.481Z Downloaded atomicwrites v0.4.4
5212026-08-28T22:16:26.481Z Downloaded foreign-types-shared v0.3.1
5222026-08-28T22:16:26.481Z Downloaded aead v0.6.1
5232026-08-28T22:16:26.481Z Downloaded bit-vec v0.6.3
5242026-08-28T22:16:26.481Z Downloaded foreign-types v0.3.2
5252026-08-28T22:16:26.481Z Downloaded foreign-types-shared v0.1.1
5262026-08-28T22:16:26.481Z Downloaded ciborium-io v0.2.2
5272026-08-28T22:16:26.481Z Downloaded block-buffer v0.12.1
5282026-08-28T22:16:26.481Z Downloaded bcrypt-pbkdf v0.11.0
5292026-08-28T22:16:26.481Z Downloaded atty v0.2.14
5302026-08-28T22:16:26.481Z Downloaded expectorate v1.2.0
5312026-08-28T22:16:26.481Z Downloaded funty v2.0.0
5322026-08-28T22:16:26.481Z Downloaded fxhash v0.2.1
5332026-08-28T22:16:26.481Z Downloaded bb8 v0.8.6
5342026-08-28T22:16:26.481Z Downloaded fd-lock v4.0.4
5352026-08-28T22:16:26.481Z Downloaded fixedbitset v0.4.2
5362026-08-28T22:16:26.482Z Downloaded gethostname v0.5.0
5372026-08-28T22:16:26.482Z Downloaded atomic-waker v1.1.2
5382026-08-28T22:16:26.482Z Downloaded embedded-io v0.4.0
5392026-08-28T22:16:26.482Z Downloaded array-init v0.0.4
5402026-08-28T22:16:26.482Z Downloaded async-stream-impl v0.3.6
5412026-08-28T22:16:26.482Z Downloaded foreign-types-macros v0.2.3
5422026-08-28T22:16:26.482Z Downloaded base16ct v0.2.0
5432026-08-28T22:16:26.491Z Downloaded compression-core v0.4.31
5442026-08-28T22:16:26.492Z Downloaded cfg_aliases v0.1.1
5452026-08-28T22:16:26.492Z Downloaded ff v0.13.1
5462026-08-28T22:16:26.492Z Downloaded futures-macro v0.3.32
5472026-08-28T22:16:26.492Z Downloaded hostname v0.4.2
5482026-08-28T22:16:26.492Z Downloaded ciborium-ll v0.2.2
5492026-08-28T22:16:26.492Z Downloaded fixedbitset v0.5.7
5502026-08-28T22:16:26.492Z Downloaded endian-type v0.1.2
5512026-08-28T22:16:26.492Z Downloaded futures-sink v0.3.32
5522026-08-28T22:16:26.492Z Downloaded float-ord v0.3.2
5532026-08-28T22:16:26.492Z Downloaded futures-task v0.3.32
5542026-08-28T22:16:26.492Z Downloaded cobs v0.3.0
5552026-08-28T22:16:26.492Z Downloaded form_urlencoded v1.2.2
5562026-08-28T22:16:26.492Z Downloaded futures-core v0.3.32
5572026-08-28T22:16:26.492Z Downloaded nodrop v0.1.14
5582026-08-28T22:16:26.492Z Downloaded newline-converter v0.3.0
5592026-08-28T22:16:26.492Z Downloaded nibble_vec v0.1.0
5602026-08-28T22:16:26.492Z Downloaded normalize-line-endings v0.3.0
5612026-08-28T22:16:26.492Z Downloaded bitfield v0.19.4
5622026-08-28T22:16:26.492Z Downloaded flagset v0.4.7
5632026-08-28T22:16:26.492Z Downloaded headers-core v0.3.0
5642026-08-28T22:16:26.492Z Downloaded http-body v1.0.1
5652026-08-28T22:16:26.492Z Downloaded arrayvec v0.7.6
5662026-08-28T22:16:26.492Z Downloaded bit-vec v0.8.0
5672026-08-28T22:16:26.492Z Downloaded bitfield-macros v0.19.4
5682026-08-28T22:16:26.492Z Downloaded blowfish v0.10.0
5692026-08-28T22:16:26.493Z Downloaded enum_dispatch v0.3.13
5702026-08-28T22:16:26.493Z Downloaded group v0.14.0
5712026-08-28T22:16:26.493Z Downloaded base64ct v1.8.3
5722026-08-28T22:16:26.493Z Downloaded cassowary v0.3.0
5732026-08-28T22:16:26.493Z Downloaded foldhash v0.2.0
5742026-08-28T22:16:26.493Z Downloaded async-trait v0.1.89
5752026-08-28T22:16:26.493Z Downloaded bitflags v1.3.2
5762026-08-28T22:16:26.493Z Downloaded embedded-io v0.6.1
5772026-08-28T22:16:26.493Z Downloaded ahash v0.8.12
5782026-08-28T22:16:26.493Z Downloaded foreign-types v0.5.0
5792026-08-28T22:16:26.494Z Downloaded hash32 v0.3.1
5802026-08-28T22:16:26.494Z Downloaded num_threads v0.1.7
5812026-08-28T22:16:26.494Z Downloaded hostname v0.3.1
5822026-08-28T22:16:26.494Z Downloaded hubpack v0.1.2
5832026-08-28T22:16:26.494Z Downloaded percent-encoding v2.3.2
5842026-08-28T22:16:26.494Z Downloaded hex v0.4.3
5852026-08-28T22:16:26.494Z Downloaded globwalk v0.9.1
5862026-08-28T22:16:26.494Z Downloaded phf_shared v0.13.1
5872026-08-28T22:16:26.494Z Downloaded proc-macro-crate v1.3.1
5882026-08-28T22:16:26.547Z Downloaded http-range v0.1.5
5892026-08-28T22:16:26.548Z Downloaded hash32 v0.2.1
5902026-08-28T22:16:26.548Z Downloaded openssl-macros v0.1.1
5912026-08-28T22:16:26.548Z Downloaded chacha20 v0.9.1
5922026-08-28T22:16:26.548Z Downloaded anstream v0.6.21
5932026-08-28T22:16:26.548Z Downloaded bcs v0.1.6
5942026-08-28T22:16:26.548Z Downloaded git-stub v1.0.0
5952026-08-28T22:16:26.548Z Downloaded futures-io v0.3.32
5962026-08-28T22:16:26.548Z Downloaded fallible-iterator v0.2.0
5972026-08-28T22:16:26.548Z Downloaded cmake v0.1.57
5982026-08-28T22:16:26.548Z Downloaded oxide-generation-macros v0.2.0
5992026-08-28T22:16:26.548Z Downloaded castaway v0.2.4
6002026-08-28T22:16:26.548Z Downloaded cipher v0.5.2
6012026-08-28T22:16:26.548Z Downloaded powerfmt v0.2.0
6022026-08-28T22:16:26.548Z Downloaded byte-wrapper v0.1.0
6032026-08-28T22:16:26.548Z Downloaded cexpr v0.6.0
6042026-08-28T22:16:26.548Z Downloaded cipher v0.4.4
6052026-08-28T22:16:26.548Z Downloaded cmov v0.5.4
6062026-08-28T22:16:26.548Z Downloaded foldhash v0.1.5
6072026-08-28T22:16:26.548Z Downloaded filetime v0.2.27
6082026-08-28T22:16:26.548Z Downloaded find-msvc-tools v0.1.9
6092026-08-28T22:16:26.548Z Downloaded group v0.13.0
6102026-08-28T22:16:26.548Z Downloaded progenitor-macro v0.14.0
6112026-08-28T22:16:26.548Z Downloaded fs-err v2.11.0
6122026-08-28T22:16:26.548Z Downloaded futures-executor v0.3.32
6132026-08-28T22:16:26.549Z Downloaded http-body-util v0.1.3
6142026-08-28T22:16:26.549Z Downloaded camino-tempfile-ext v0.3.3
6152026-08-28T22:16:26.549Z Downloaded backoff v0.4.0
6162026-08-28T22:16:26.549Z Downloaded fatfs v0.3.6
6172026-08-28T22:16:26.549Z Downloaded backon v1.6.0
6182026-08-28T22:16:26.549Z Downloaded ciborium v0.2.2
6192026-08-28T22:16:26.549Z Downloaded colored v3.1.1
6202026-08-28T22:16:26.549Z Downloaded allocator-api2 v0.2.21
6212026-08-28T22:16:26.549Z Downloaded russh-util v0.52.0
6222026-08-28T22:16:26.549Z Downloaded console v0.16.2
6232026-08-28T22:16:26.549Z Downloaded russh-cryptovec v0.62.0
6242026-08-28T22:16:26.549Z Downloaded scopeguard v1.2.0
6252026-08-28T22:16:26.549Z Downloaded serde_plain v1.0.2
6262026-08-28T22:16:26.549Z Downloaded same-file v1.0.6
6272026-08-28T22:16:26.549Z Downloaded serde_repr v0.1.20
6282026-08-28T22:16:26.549Z Downloaded ghash v0.6.0
6292026-08-28T22:16:26.549Z Downloaded num_enum v0.5.11
6302026-08-28T22:16:26.549Z Downloaded async-compression v0.4.41
6312026-08-28T22:16:26.549Z Downloaded num_enum_derive v0.7.6
6322026-08-28T22:16:26.549Z Downloaded password-hash v0.5.0
6332026-08-28T22:16:26.549Z Downloaded phf v0.12.1
6342026-08-28T22:16:26.549Z Downloaded secrecy v0.10.3
6352026-08-28T22:16:26.550Z Downloaded serde-big-array v0.5.1
6362026-08-28T22:16:26.550Z Downloaded sqlparser_derive v0.5.0
6372026-08-28T22:16:26.550Z Downloaded slog-envlogger v2.2.0
6382026-08-28T22:16:26.550Z Downloaded sync_wrapper v1.0.2
6392026-08-28T22:16:26.550Z Downloaded take_mut v0.2.2
6402026-08-28T22:16:26.550Z Downloaded signature v2.2.0
6412026-08-28T22:16:26.550Z Downloaded supports-unicode v3.0.0
6422026-08-28T22:16:26.550Z Downloaded tap v1.0.1
6432026-08-28T22:16:26.550Z Downloaded siphasher v1.0.2
6442026-08-28T22:16:26.550Z Downloaded structmeta-derive v0.3.0
6452026-08-28T22:16:26.550Z Downloaded strum v0.26.3
6462026-08-28T22:16:26.550Z Downloaded structmeta v0.3.0
6472026-08-28T22:16:26.550Z Downloaded tokio-macros v2.7.0
6482026-08-28T22:16:26.550Z Downloaded bzip2 v0.6.1
6492026-08-28T22:16:26.550Z Downloaded bzip2 v0.4.4
6502026-08-28T22:16:26.550Z Downloaded compression-codecs v0.4.37
6512026-08-28T22:16:26.550Z Downloaded const-oid v0.9.6
6522026-08-28T22:16:26.550Z Downloaded cancel-safe-futures v0.1.5
6532026-08-28T22:16:26.550Z Downloaded cbc v0.2.1
6542026-08-28T22:16:26.550Z Downloaded async-bb8-diesel v0.2.1
6552026-08-28T22:16:26.550Z Downloaded blake2 v0.10.6
6562026-08-28T22:16:26.550Z Downloaded oxide-tokio-rt v0.1.4
6572026-08-28T22:16:26.550Z Downloaded pbkdf2 v0.13.0
6582026-08-28T22:16:26.550Z Downloaded highway v1.3.0
6592026-08-28T22:16:26.550Z Downloaded buf-list v1.1.2
6602026-08-28T22:16:26.551Z Downloaded pem v3.0.6
6612026-08-28T22:16:26.551Z Downloaded predicates-core v1.0.10
6622026-08-28T22:16:26.551Z Downloaded clang-sys v1.8.1
6632026-08-28T22:16:26.551Z Downloaded colored v2.2.0
6642026-08-28T22:16:26.551Z Downloaded console v0.15.11
6652026-08-28T22:16:26.551Z Downloaded chacha20 v0.10.0
6662026-08-28T22:16:26.551Z Downloaded pin-project-lite v0.2.17
6672026-08-28T22:16:26.551Z Downloaded testing_table v0.3.0
6682026-08-28T22:16:26.551Z Downloaded tower-layer v0.3.3
6692026-08-28T22:16:26.551Z Downloaded futures-channel v0.3.32
6702026-08-28T22:16:26.551Z Downloaded httparse v1.10.1
6712026-08-28T22:16:26.551Z Downloaded progenitor v0.13.0
6722026-08-28T22:16:26.583Z Downloaded psm v0.1.30
6732026-08-28T22:16:26.583Z Downloaded rand_seeder v0.4.0
6742026-08-28T22:16:26.584Z Downloaded radium v0.7.0
6752026-08-28T22:16:26.584Z Downloaded tower-service v0.3.3
6762026-08-28T22:16:26.584Z Downloaded rand_core v0.9.5
6772026-08-28T22:16:26.584Z Downloaded argon2 v0.6.0-rc.8
6782026-08-28T22:16:26.584Z Downloaded untrusted v0.7.1
6792026-08-28T22:16:26.584Z Downloaded utf-8 v0.7.6
6802026-08-28T22:16:26.584Z Downloaded generic-array v1.4.3
6812026-08-28T22:16:26.584Z Downloaded half v1.8.3
6822026-08-28T22:16:26.585Z Downloaded chacha20poly1305 v0.10.1
6832026-08-28T22:16:26.586Z Downloaded heapless v0.7.17
6842026-08-28T22:16:26.586Z Downloaded rpassword v7.5.4
6852026-08-28T22:16:26.586Z Downloaded want v0.3.1
6862026-08-28T22:16:26.586Z Downloaded zeroize_derive v1.5.0
6872026-08-28T22:16:26.586Z Downloaded crc-catalog v2.4.0
6882026-08-28T22:16:26.586Z Downloaded poly1305 v0.9.0
6892026-08-28T22:16:26.586Z Downloaded polyval v0.7.1
6902026-08-28T22:16:26.586Z Downloaded xshell-macros v0.2.7
6912026-08-28T22:16:26.586Z Downloaded yoke-derive v0.8.1
6922026-08-28T22:16:26.586Z Downloaded convert_case v0.4.0
6932026-08-28T22:16:26.586Z Downloaded flate2 v1.1.9
6942026-08-28T22:16:26.586Z Downloaded http v1.4.2
6952026-08-28T22:16:26.586Z Downloaded git-stub-vcs v0.1.0
6962026-08-28T22:16:26.586Z Downloaded serde_path_to_error v0.1.20
6972026-08-28T22:16:26.586Z Downloaded ssh-cipher v0.3.0
6982026-08-28T22:16:26.586Z Downloaded spki v0.7.3
6992026-08-28T22:16:26.586Z Downloaded tiny-keccak v2.0.2
7002026-08-28T22:16:26.587Z Downloaded tinystr v0.8.2
7012026-08-28T22:16:26.587Z Downloaded zone_cfg_derive v0.3.1
7022026-08-28T22:16:26.587Z Downloaded getrandom v0.2.17
7032026-08-28T22:16:26.587Z Downloaded hmac v0.12.1
7042026-08-28T22:16:26.587Z Downloaded crc v3.4.0
7052026-08-28T22:16:26.587Z Downloaded defmt-parser v1.0.0
7062026-08-28T22:16:26.587Z Downloaded progenitor v0.14.0
7072026-08-28T22:16:26.587Z Downloaded toml_writer v1.1.1+spec-1.1.0
7082026-08-28T22:16:26.587Z Downloaded blake2 v0.11.0-rc.6
7092026-08-28T22:16:26.587Z Downloaded shlex v1.3.0
7102026-08-28T22:16:26.587Z Downloaded slog-term v2.9.2
7112026-08-28T22:16:26.587Z Downloaded crunchy v0.2.4
7122026-08-28T22:16:26.587Z Downloaded cstr-argument v0.1.2
7132026-08-28T22:16:26.587Z Downloaded darling_macro v0.20.11
7142026-08-28T22:16:26.587Z Downloaded dirs-sys-next v0.1.2
7152026-08-28T22:16:26.587Z Downloaded darling_macro v0.21.3
7162026-08-28T22:16:26.587Z Downloaded dof v0.4.0
7172026-08-28T22:16:26.587Z Downloaded elliptic-curve v0.14.1
7182026-08-28T22:16:26.587Z Downloaded glob v0.3.3
7192026-08-28T22:16:26.587Z Downloaded parking_lot_core v0.9.12
7202026-08-28T22:16:26.587Z Downloaded pkcs1 v0.7.5
7212026-08-28T22:16:26.599Z Downloaded thiserror-impl-no-std v2.0.2
7222026-08-28T22:16:26.599Z Downloaded arc-swap v1.8.2
7232026-08-28T22:16:26.599Z Downloaded instability v0.3.11
7242026-08-28T22:16:26.599Z Downloaded instant v0.1.13
7252026-08-28T22:16:26.599Z Downloaded is_ci v1.2.0
7262026-08-28T22:16:26.599Z Downloaded num-integer v0.1.46
7272026-08-28T22:16:26.599Z Downloaded backtrace v0.3.76
7282026-08-28T22:16:26.599Z Downloaded base64 v0.21.7
7292026-08-28T22:16:26.599Z Downloaded dtrace-parser v0.3.0
7302026-08-28T22:16:26.599Z Downloaded illumos-nvpair-sys v0.2.0
7312026-08-28T22:16:26.599Z Downloaded indent_write v2.2.0
7322026-08-28T22:16:26.600Z Downloaded getrandom v0.3.4
7332026-08-28T22:16:26.600Z Downloaded mime v0.3.17
7342026-08-28T22:16:26.600Z Downloaded papergrid v0.18.0
7352026-08-28T22:16:26.601Z Downloaded serde_with_macros v3.21.0
7362026-08-28T22:16:26.601Z Downloaded string_cache v0.8.9
7372026-08-28T22:16:26.601Z Downloaded corncobs v0.1.4
7382026-08-28T22:16:26.617Z Downloaded der_derive v0.7.3
7392026-08-28T22:16:26.617Z Downloaded num v0.4.3
7402026-08-28T22:16:26.617Z Downloaded match_cfg v0.1.0
7412026-08-28T22:16:26.617Z Downloaded parse-display v0.10.0
7422026-08-28T22:16:26.617Z Downloaded maybe-uninit v2.0.0
7432026-08-28T22:16:26.617Z Downloaded oso-derive v0.27.3
7442026-08-28T22:16:26.623Z Downloaded precomputed-hash v0.1.1
7452026-08-28T22:16:26.623Z Downloaded globset v0.4.18
7462026-08-28T22:16:26.623Z Downloaded vergen-gitcl v1.0.8
7472026-08-28T22:16:26.623Z Downloaded predicates-tree v1.0.13
7482026-08-28T22:16:26.623Z Downloaded quick-error v1.2.3
7492026-08-28T22:16:26.623Z Downloaded bytes v1.11.1
7502026-08-28T22:16:26.623Z Downloaded half v2.7.1
7512026-08-28T22:16:26.638Z Downloaded num_enum_derive v0.5.11
7522026-08-28T22:16:26.644Z Downloaded base64 v0.22.1
7532026-08-28T22:16:26.644Z Downloaded unicode-properties v0.1.4
7542026-08-28T22:16:26.644Z Downloaded ar_archive_writer v0.5.1
7552026-08-28T22:16:26.644Z Downloaded phf_shared v0.11.3
7562026-08-28T22:16:26.644Z Downloaded flume v0.11.1
7572026-08-28T22:16:26.644Z Downloaded signal-hook-mio v0.2.5
7582026-08-28T22:16:26.649Z Downloaded progenitor-client v0.14.0
7592026-08-28T22:16:26.649Z Downloaded progenitor-macro v0.13.0
7602026-08-28T22:16:26.649Z Downloaded rand_xorshift v0.4.0
7612026-08-28T22:16:26.651Z Downloaded wyz v0.5.1
7622026-08-28T22:16:26.658Z Downloaded oso v0.27.3
7632026-08-28T22:16:26.658Z Downloaded libefi-sys v0.1.0
7642026-08-28T22:16:26.658Z Downloaded sigpipe v0.1.3
7652026-08-28T22:16:26.667Z Downloaded strum v0.27.2
7662026-08-28T22:16:26.667Z Downloaded supports-hyperlinks v3.2.0
7672026-08-28T22:16:26.667Z Downloaded hyper-tls v0.6.0
7682026-08-28T22:16:26.667Z Downloaded nu-ansi-term v0.50.3
7692026-08-28T22:16:26.667Z Downloaded rustls-platform-verifier v0.6.2
7702026-08-28T22:16:26.678Z Downloaded socket2 v0.5.10
7712026-08-28T22:16:26.679Z Downloaded module-lattice v0.2.3
7722026-08-28T22:16:26.679Z Downloaded seq-macro v0.3.6
7732026-08-28T22:16:26.679Z Downloaded serde_bytes v0.11.19
7742026-08-28T22:16:26.679Z Downloaded sha1 v0.10.6
7752026-08-28T22:16:26.679Z Downloaded parking_lot_core v0.8.6
7762026-08-28T22:16:26.679Z Downloaded predicates v3.1.4
7772026-08-28T22:16:26.685Z Downloaded unicode-truncate v1.1.0
7782026-08-28T22:16:26.686Z Downloaded universal-hash v0.6.1
7792026-08-28T22:16:26.686Z Downloaded wait-timeout v0.2.1
7802026-08-28T22:16:26.686Z Downloaded des v0.9.0
7812026-08-28T22:16:26.686Z Downloaded chumsky v0.9.3
7822026-08-28T22:16:26.686Z Downloaded hashbrown v0.13.2
7832026-08-28T22:16:26.686Z Downloaded compact_str v0.8.1
7842026-08-28T22:16:26.695Z Downloaded tokio-stream v0.1.18
7852026-08-28T22:16:26.698Z Downloaded rand_core v0.10.0
7862026-08-28T22:16:26.698Z Downloaded usdt-macro v0.6.0
7872026-08-28T22:16:26.698Z Downloaded waitgroup v0.1.2
7882026-08-28T22:16:26.698Z Downloaded usdt-attr-macro v0.6.0
7892026-08-28T22:16:26.698Z Downloaded tinyvec_macros v0.1.1
7902026-08-28T22:16:26.698Z Downloaded try-lock v0.2.5
7912026-08-28T22:16:26.703Z Downloaded impl-trait-for-tuples v0.2.3
7922026-08-28T22:16:26.703Z Downloaded unsafe-libyaml v0.2.11
7932026-08-28T22:16:26.711Z Downloaded lock_api v0.4.14
7942026-08-28T22:16:26.711Z Downloaded hybrid-array v0.4.13
7952026-08-28T22:16:26.715Z Downloaded stable_deref_trait v1.2.1
7962026-08-28T22:16:26.715Z Downloaded cpubits v0.1.1
7972026-08-28T22:16:26.715Z Downloaded simd-adler32 v0.3.8
7982026-08-28T22:16:26.715Z Downloaded slab v0.4.12
7992026-08-28T22:16:26.720Z Downloaded cpufeatures v0.3.0
8002026-08-28T22:16:26.725Z Downloaded curve25519-dalek-derive v0.1.1
8012026-08-28T22:16:26.734Z Downloaded debug-ignore v1.0.5
8022026-08-28T22:16:26.734Z Downloaded cc v1.2.56
8032026-08-28T22:16:26.735Z Downloaded hmac v0.13.0
8042026-08-28T22:16:26.745Z Downloaded headers v0.4.1
8052026-08-28T22:16:26.745Z Downloaded heapless v0.8.0
8062026-08-28T22:16:26.745Z Downloaded similar v2.7.0
8072026-08-28T22:16:26.745Z Downloaded strum_macros v0.27.2
8082026-08-28T22:16:26.745Z Downloaded tokio-dtrace v0.1.1
8092026-08-28T22:16:26.746Z Downloaded darling v0.20.11
8102026-08-28T22:16:26.746Z Downloaded futures v0.3.32
8112026-08-28T22:16:26.753Z Downloaded crc-any v2.5.0
8122026-08-28T22:16:26.753Z Downloaded digest-io v0.1.0
8132026-08-28T22:16:26.753Z Downloaded scuffle v0.1.0
8142026-08-28T22:16:26.753Z Downloaded zopfli v0.8.3
8152026-08-28T22:16:26.764Z Downloaded aes v0.9.1
8162026-08-28T22:16:26.764Z Downloaded phf v0.13.1
8172026-08-28T22:16:26.764Z Downloaded poly1305 v0.8.0
8182026-08-28T22:16:26.764Z Downloaded p384 v0.14.0
8192026-08-28T22:16:26.764Z Downloaded derive_builder v0.20.2
8202026-08-28T22:16:26.768Z Downloaded phc v0.6.1
8212026-08-28T22:16:26.768Z Downloaded rand_pcg v0.10.2
8222026-08-28T22:16:26.769Z Downloaded parking_lot v0.12.5
8232026-08-28T22:16:26.769Z Downloaded pem-rfc7468 v1.0.0
8242026-08-28T22:16:26.769Z Downloaded dropshot-api-manager-types v0.8.0
8252026-08-28T22:16:26.769Z Downloaded hickory-resolver v0.24.4
8262026-08-28T22:16:26.769Z Downloaded idna_adapter v1.2.1
8272026-08-28T22:16:26.769Z Downloaded keccak v0.1.6
8282026-08-28T22:16:26.769Z Downloaded toml v0.7.8
8292026-08-28T22:16:26.774Z Downloaded usdt-impl v0.6.0
8302026-08-28T22:16:26.774Z Downloaded ecdsa v0.17.0
8312026-08-28T22:16:26.774Z Downloaded resolv-conf v0.7.6
8322026-08-28T22:16:26.774Z Downloaded schemars_derive v0.8.22
8332026-08-28T22:16:26.774Z Downloaded scroll v0.13.0
8342026-08-28T22:16:26.783Z Downloaded serde-hex v0.1.0
8352026-08-28T22:16:26.783Z Downloaded serdect v0.4.3
8362026-08-28T22:16:26.783Z Downloaded snafu-derive v0.8.9
8372026-08-28T22:16:26.783Z Downloaded document-features v0.2.12
8382026-08-28T22:16:26.783Z Downloaded constant_time_eq v0.4.2
8392026-08-28T22:16:26.784Z Downloaded spki v0.8.0
8402026-08-28T22:16:26.791Z Downloaded lru-slab v0.1.2
8412026-08-28T22:16:26.791Z Downloaded managed v0.8.0
8422026-08-28T22:16:26.791Z Downloaded rayon-core v1.13.0
8432026-08-28T22:16:26.791Z Downloaded litrs v1.0.0
8442026-08-28T22:16:26.791Z Downloaded rustls-pki-types v1.14.0
8452026-08-28T22:16:26.791Z Downloaded salsa20 v0.11.0
8462026-08-28T22:16:26.791Z Downloaded thiserror-no-std v2.0.2
8472026-08-28T22:16:26.796Z Downloaded tokio-test v0.4.5
8482026-08-28T22:16:26.796Z Downloaded lzss v0.8.2
8492026-08-28T22:16:26.796Z Downloaded num-conv v0.2.0
8502026-08-28T22:16:26.796Z Downloaded tokio-tungstenite v0.21.0
8512026-08-28T22:16:26.796Z Downloaded tui-tree-widget v0.23.1
8522026-08-28T22:16:26.796Z Downloaded unicase v2.9.0
8532026-08-28T22:16:26.796Z Downloaded tokio-tungstenite v0.23.1
8542026-08-28T22:16:26.796Z Downloaded olpc-cjson v0.1.4
8552026-08-28T22:16:26.796Z Downloaded indoc v1.0.9
8562026-08-28T22:16:26.804Z Downloaded linked-hash-map v0.5.6
8572026-08-28T22:16:26.804Z Downloaded vte v0.14.1
8582026-08-28T22:16:26.804Z Downloaded oxide-update-engine-display v0.1.2
8592026-08-28T22:16:26.809Z Downloaded phf_shared v0.12.1
8602026-08-28T22:16:26.810Z Downloaded samael v0.0.19
8612026-08-28T22:16:26.810Z Downloaded hickory-resolver v0.25.2
8622026-08-28T22:16:26.814Z Downloaded ml-kem v0.3.2
8632026-08-28T22:16:26.814Z Downloaded either v1.15.0
8642026-08-28T22:16:26.814Z Downloaded psl-types v2.0.11
8652026-08-28T22:16:26.814Z Downloaded recursive-proc-macro-impl v0.1.1
8662026-08-28T22:16:26.822Z Downloaded rfc6979 v0.4.0
8672026-08-28T22:16:26.822Z Downloaded rfc6979 v0.6.0
8682026-08-28T22:16:26.822Z Downloaded port-file v0.1.0
8692026-08-28T22:16:26.823Z Downloaded prettyplease v0.2.37
8702026-08-28T22:16:26.828Z Downloaded quinn-udp v0.5.14
8712026-08-28T22:16:26.828Z Downloaded writeable v0.6.2
8722026-08-28T22:16:26.828Z Downloaded yasna v0.5.2
8732026-08-28T22:16:26.829Z Downloaded bumpalo v3.20.2
8742026-08-28T22:16:26.829Z Downloaded publicsuffix v2.3.0
8752026-08-28T22:16:26.829Z Downloaded ctr v0.10.1
8762026-08-28T22:16:26.829Z Downloaded parse-size v1.1.0
8772026-08-28T22:16:26.829Z Downloaded zeroize v1.9.0
8782026-08-28T22:16:26.839Z Downloaded proc-macro-crate v3.4.0
8792026-08-28T22:16:26.839Z Downloaded zstd-safe v7.2.4
8802026-08-28T22:16:26.839Z Downloaded crossbeam-epoch v0.9.18
8812026-08-28T22:16:26.839Z Downloaded knus-derive v3.4.0
8822026-08-28T22:16:26.844Z Downloaded libloading v0.8.9
8832026-08-28T22:16:26.844Z Downloaded delegate v0.13.5
8842026-08-28T22:16:26.844Z Downloaded strsim v0.10.0
8852026-08-28T22:16:26.844Z Downloaded typify v0.6.2
8862026-08-28T22:16:26.844Z Downloaded rand_chacha v0.3.1
8872026-08-28T22:16:26.844Z Downloaded serde_spanned v1.1.1
8882026-08-28T22:16:26.858Z Downloaded secrecy v0.8.0
8892026-08-28T22:16:26.858Z Downloaded icu_provider v2.1.1
8902026-08-28T22:16:26.863Z Downloaded num_enum v0.7.6
8912026-08-28T22:16:26.863Z Downloaded unicode-xid v0.2.6
8922026-08-28T22:16:26.863Z Downloaded unit-prefix v0.5.2
8932026-08-28T22:16:26.867Z Downloaded parse-display-derive v0.10.0
8942026-08-28T22:16:26.867Z Downloaded pem-rfc7468 v0.7.0
8952026-08-28T22:16:26.875Z Downloaded term v0.7.0
8962026-08-28T22:16:26.894Z Downloaded unarray v0.1.4
8972026-08-28T22:16:26.899Z Downloaded darling_macro v0.23.0
8982026-08-28T22:16:26.899Z Downloaded dunce v1.0.5
8992026-08-28T22:16:26.899Z Downloaded inout v0.1.4
9002026-08-28T22:16:26.899Z Downloaded derive_more v2.1.1
9012026-08-28T22:16:26.903Z Downloaded universal-hash v0.5.1
9022026-08-28T22:16:26.911Z Downloaded nanorand v0.7.0
9032026-08-28T22:16:26.919Z Downloaded zip v0.6.6
9042026-08-28T22:16:26.919Z Downloaded hickory-server v0.25.2
9052026-08-28T22:16:26.919Z Downloaded rustls-pemfile v2.2.0
9062026-08-28T22:16:26.924Z Downloaded topological-sort v0.2.2
9072026-08-28T22:16:26.924Z Downloaded stacker v0.1.23
9082026-08-28T22:16:26.924Z Downloaded lru v0.12.5
9092026-08-28T22:16:26.924Z Downloaded newtype-uuid-macros v0.1.0
9102026-08-28T22:16:26.927Z Downloaded ryu v1.0.23
9112026-08-28T22:16:26.927Z Downloaded vergen-lib v9.1.0
9122026-08-28T22:16:26.927Z Downloaded num-bigint-dig v0.8.6
9132026-08-28T22:16:26.932Z Downloaded progenitor-extras v0.2.0
9142026-08-28T22:16:26.937Z Downloaded newtype_derive v0.1.6
9152026-08-28T22:16:26.937Z Downloaded darling v0.21.3
9162026-08-28T22:16:26.943Z Downloaded icu_locale_core v2.1.1
9172026-08-28T22:16:26.943Z Downloaded num-iter v0.1.45
9182026-08-28T22:16:26.952Z Downloaded dirs-next v2.0.0
9192026-08-28T22:16:26.953Z Downloaded oxide-update-engine v0.1.2
9202026-08-28T22:16:26.953Z Downloaded aes-gcm v0.11.0
9212026-08-28T22:16:26.953Z Downloaded lazy_static v1.5.0
9222026-08-28T22:16:26.953Z Downloaded kem v0.3.0
9232026-08-28T22:16:26.957Z Downloaded derive_more v0.99.20
9242026-08-28T22:16:26.957Z Downloaded ref-cast-impl v1.0.25
9252026-08-28T22:16:26.957Z Downloaded scheduled-thread-pool v0.2.7
9262026-08-28T22:16:26.957Z Downloaded serde_derive_internals v0.29.1
9272026-08-28T22:16:26.957Z Downloaded hashbrown v0.16.1
9282026-08-28T22:16:26.961Z Downloaded rand v0.10.1
9292026-08-28T22:16:26.967Z Downloaded slog-json v2.6.1
9302026-08-28T22:16:26.967Z Downloaded slog-scope v4.4.1
9312026-08-28T22:16:26.967Z Downloaded thread_local v1.1.9
9322026-08-28T22:16:26.970Z Downloaded test-strategy v0.4.5
9332026-08-28T22:16:26.977Z Downloaded daft v0.1.8
9342026-08-28T22:16:26.977Z Downloaded iana-time-zone v0.1.65
9352026-08-28T22:16:26.977Z Downloaded ed25519 v3.0.0
9362026-08-28T22:16:26.981Z Downloaded synstructure v0.13.2
9372026-08-28T22:16:26.982Z Downloaded shell-words v1.1.1
9382026-08-28T22:16:26.982Z Downloaded signature v3.0.0
9392026-08-28T22:16:26.982Z Downloaded time-macros v0.2.27
9402026-08-28T22:16:26.982Z Downloaded tokio-native-tls v0.3.1
9412026-08-28T22:16:26.982Z Downloaded crypto-common v0.2.2
9422026-08-28T22:16:26.985Z Downloaded derive_more-impl v2.1.1
9432026-08-28T22:16:26.985Z Downloaded whoami v1.6.1
9442026-08-28T22:16:26.985Z Downloaded whoami v2.1.0
9452026-08-28T22:16:26.988Z Downloaded yoke v0.8.1
9462026-08-28T22:16:26.989Z Downloaded critical-section v1.2.0
9472026-08-28T22:16:26.989Z Downloaded derive_builder_core v0.20.2
9482026-08-28T22:16:26.989Z Downloaded semver v0.1.20
9492026-08-28T22:16:26.994Z Downloaded yansi v1.0.1
9502026-08-28T22:16:26.994Z Downloaded oxide-update-engine-types v0.1.2
9512026-08-28T22:16:26.994Z Downloaded libbz2-rs-sys v0.2.2
9522026-08-28T22:16:27.001Z Downloaded hashbrown v0.12.3
9532026-08-28T22:16:27.005Z Downloaded rustls-native-certs v0.8.3
9542026-08-28T22:16:27.005Z Downloaded sha2 v0.11.0
9552026-08-28T22:16:27.005Z Downloaded spin v0.9.8
9562026-08-28T22:16:27.005Z Downloaded strum_macros v0.24.3
9572026-08-28T22:16:27.005Z Downloaded toml_parser v1.1.2+spec-1.1.0
9582026-08-28T22:16:27.012Z Downloaded darling_core v0.20.11
9592026-08-28T22:16:27.012Z Downloaded mime_guess v2.0.5
9602026-08-28T22:16:27.012Z Downloaded native-tls v0.2.18
9612026-08-28T22:16:27.017Z Downloaded ron v0.8.1
9622026-08-28T22:16:27.017Z Downloaded rsa v0.9.10
9632026-08-28T22:16:27.017Z Downloaded defmt-macros v1.0.1
9642026-08-28T22:16:27.018Z Downloaded num-traits v0.2.19
9652026-08-28T22:16:27.024Z Downloaded unicode_categories v0.1.1
9662026-08-28T22:16:27.024Z Downloaded libsw-core v0.3.2
9672026-08-28T22:16:27.024Z Downloaded hyper-staticfile v0.10.1
9682026-08-28T22:16:27.024Z Downloaded digest v0.11.3
9692026-08-28T22:16:27.030Z Downloaded miette-derive v7.6.0
9702026-08-28T22:16:27.030Z Downloaded md5 v0.8.0
9712026-08-28T22:16:27.030Z Downloaded indoc v2.0.7
9722026-08-28T22:16:27.030Z Downloaded ipnetwork v0.21.1
9732026-08-28T22:16:27.030Z Downloaded num-rational v0.4.2
9742026-08-28T22:16:27.030Z Downloaded owo-colors v4.3.0
9752026-08-28T22:16:27.030Z Downloaded oxnet v0.1.6
9762026-08-28T22:16:27.030Z Downloaded darling_core v0.23.0
9772026-08-28T22:16:27.035Z Downloaded oxide-generation v0.1.3
9782026-08-28T22:16:27.035Z Downloaded proc-macro-error2 v2.0.1
9792026-08-28T22:16:27.035Z Downloaded ppv-lite86 v0.2.21
9802026-08-28T22:16:27.035Z Downloaded untrusted v0.9.0
9812026-08-28T22:16:27.040Z Downloaded h2 v0.4.15
9822026-08-28T22:16:27.040Z Downloaded rustyline v14.0.0
9832026-08-28T22:16:27.046Z Downloaded pkcs5 v0.8.1
9842026-08-28T22:16:27.056Z Downloaded icu_properties v2.1.2
9852026-08-28T22:16:27.056Z Downloaded term v1.2.1
9862026-08-28T22:16:27.061Z Downloaded zerocopy v0.6.6
9872026-08-28T22:16:27.061Z Downloaded rustversion v1.0.22
9882026-08-28T22:16:27.061Z Downloaded slog-dtrace v0.3.0
9892026-08-28T22:16:27.061Z Downloaded slog-stdlog v4.1.1
9902026-08-28T22:16:27.061Z Downloaded zone v0.3.1
9912026-08-28T22:16:27.061Z Downloaded crc8 v0.1.1
9922026-08-28T22:16:27.061Z Downloaded rustc_version v0.1.7
9932026-08-28T22:16:27.061Z Downloaded scrypt v0.12.0
9942026-08-28T22:16:27.061Z Downloaded zerocopy-derive v0.8.55
9952026-08-28T22:16:27.065Z Downloaded schemars v0.8.22
9962026-08-28T22:16:27.069Z Downloaded sqlformat v0.3.5
9972026-08-28T22:16:27.072Z Downloaded darling_macro v0.13.4
9982026-08-28T22:16:27.078Z Downloaded socket2 v0.6.3
9992026-08-28T22:16:27.084Z Downloaded display-error-chain v0.2.2
10002026-08-28T22:16:27.084Z Downloaded ident_case v1.0.1
10012026-08-28T22:16:27.084Z Downloaded inout v0.2.2
10022026-08-28T22:16:27.097Z Downloaded reedline v0.40.0
10032026-08-28T22:16:27.103Z Downloaded tls_codec_derive v0.4.2
10042026-08-28T22:16:27.103Z Downloaded crypto-bigint v0.5.5
10052026-08-28T22:16:27.103Z Downloaded internet-checksum v0.2.1
10062026-08-28T22:16:27.103Z Downloaded openssl-probe v0.1.6
10072026-08-28T22:16:27.103Z Downloaded termios v0.3.3
10082026-08-28T22:16:27.103Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10092026-08-28T22:16:27.103Z Downloaded nonempty v0.12.0
10102026-08-28T22:16:27.103Z Downloaded path-slash v0.1.5
10112026-08-28T22:16:27.103Z Downloaded pkcs1 v0.8.0-rc.4
10122026-08-28T22:16:27.103Z Downloaded aho-corasick v1.1.4
10132026-08-28T22:16:27.103Z Downloaded typed-path v0.9.3
10142026-08-28T22:16:27.114Z Downloaded postcard v1.1.3
10152026-08-28T22:16:27.114Z Downloaded trait-variant v0.1.2
10162026-08-28T22:16:27.114Z Downloaded vergen-lib v0.1.6
10172026-08-28T22:16:27.114Z Downloaded xattr v1.6.1
10182026-08-28T22:16:27.114Z Downloaded libscf-sys v1.2.0
10192026-08-28T22:16:27.114Z Downloaded new_debug_unreachable v1.0.6
10202026-08-28T22:16:27.122Z Downloaded packed_struct_codegen v0.10.1
10212026-08-28T22:16:27.122Z Downloaded rtoolbox v0.0.3
10222026-08-28T22:16:27.122Z Downloaded sha1 v0.11.0
10232026-08-28T22:16:27.122Z Downloaded mio v1.2.0
10242026-08-28T22:16:27.132Z Downloaded xshell v0.2.7
10252026-08-28T22:16:27.132Z Downloaded ref-cast v1.0.25
10262026-08-28T22:16:27.132Z Downloaded serde_urlencoded v0.7.1
10272026-08-28T22:16:27.132Z Downloaded hkdf v0.13.0
10282026-08-28T22:16:27.132Z Downloaded pretty_assertions v1.4.1
10292026-08-28T22:16:27.141Z Downloaded derive-where v1.6.0
10302026-08-28T22:16:27.141Z Downloaded indicatif v0.18.4
10312026-08-28T22:16:27.141Z Downloaded sponge-cursor v0.1.0
10322026-08-28T22:16:27.141Z Downloaded strip-ansi-escapes v0.2.1
10332026-08-28T22:16:27.146Z Downloaded zerofrom-derive v0.1.6
10342026-08-28T22:16:27.146Z Downloaded diesel_table_macro_syntax v0.3.0
10352026-08-28T22:16:27.146Z Downloaded ctutils v0.4.2
10362026-08-28T22:16:27.146Z Downloaded deranged v0.5.8
10372026-08-28T22:16:27.146Z Downloaded displaydoc v0.2.5
10382026-08-28T22:16:27.146Z Downloaded sapling-renderdag v0.1.0
10392026-08-28T22:16:27.153Z Downloaded tokio-util v0.7.18
10402026-08-28T22:16:27.159Z Downloaded rsa v0.10.0-rc.18
10412026-08-28T22:16:27.163Z Downloaded wnaf v0.14.0
10422026-08-28T22:16:27.166Z Downloaded tungstenite v0.23.0
10432026-08-28T22:16:27.171Z Downloaded rand v0.9.2
10442026-08-28T22:16:27.171Z Downloaded kstat-rs v0.2.5
10452026-08-28T22:16:27.180Z Downloaded proc-macro-error-attr2 v2.0.0
10462026-08-28T22:16:27.180Z Downloaded hashbrown v0.15.5
10472026-08-28T22:16:27.186Z Downloaded ed25519 v2.2.3
10482026-08-28T22:16:27.186Z Downloaded primeorder v0.13.6
10492026-08-28T22:16:27.186Z Downloaded memoffset v0.9.1
10502026-08-28T22:16:27.186Z Downloaded lru-cache v0.1.2
10512026-08-28T22:16:27.193Z Downloaded multimap v0.10.1
10522026-08-28T22:16:27.193Z Downloaded opaque-debug v0.3.1
10532026-08-28T22:16:27.193Z Downloaded peg v0.8.5
10542026-08-28T22:16:27.194Z Downloaded der v0.7.10
10552026-08-28T22:16:27.195Z Downloaded scroll_derive v0.13.1
10562026-08-28T22:16:27.200Z Downloaded dropshot_endpoint v0.17.1
10572026-08-28T22:16:27.200Z Downloaded hyper-rustls v0.27.7
10582026-08-28T22:16:27.200Z Downloaded ed25519-dalek v3.0.0
10592026-08-28T22:16:27.200Z Downloaded prefix-trie v0.7.0
10602026-08-28T22:16:27.206Z Downloaded sec1 v0.7.3
10612026-08-28T22:16:27.206Z Downloaded keccak v0.2.0
10622026-08-28T22:16:27.206Z Downloaded pin-project-internal v1.1.11
10632026-08-28T22:16:27.206Z Downloaded primeorder v0.14.0
10642026-08-28T22:16:27.213Z Downloaded smf v0.2.3
10652026-08-28T22:16:27.213Z Downloaded strum_macros v0.26.4
10662026-08-28T22:16:27.213Z Downloaded pkcs8 v0.10.2
10672026-08-28T22:16:27.218Z Downloaded r2d2 v0.8.10
10682026-08-28T22:16:27.218Z Downloaded time-core v0.1.8
10692026-08-28T22:16:27.219Z Downloaded vergen-git2 v9.1.0
10702026-08-28T22:16:27.219Z Downloaded rustc-hash v2.1.1
10712026-08-28T22:16:27.219Z Downloaded usdt v0.6.0
10722026-08-28T22:16:27.219Z Downloaded utf8_iter v1.0.4
10732026-08-28T22:16:27.224Z Downloaded dropshot-api-manager v0.8.0
10742026-08-28T22:16:27.232Z Downloaded ed25519-dalek v2.2.0
10752026-08-28T22:16:27.239Z Downloaded miniz_oxide v0.8.9
10762026-08-28T22:16:27.239Z Downloaded tls_codec v0.4.2
10772026-08-28T22:16:27.243Z Downloaded maplit v1.0.2
10782026-08-28T22:16:27.243Z Downloaded num-derive v0.4.2
10792026-08-28T22:16:27.252Z Downloaded zip v4.6.1
10802026-08-28T22:16:27.252Z Downloaded hashbrown v0.14.5
10812026-08-28T22:16:27.260Z Downloaded darling v0.23.0
10822026-08-28T22:16:27.260Z Downloaded paste v1.0.15
10832026-08-28T22:16:27.260Z Downloaded peg-runtime v0.8.5
10842026-08-28T22:16:27.260Z Downloaded primefield v0.14.0
10852026-08-28T22:16:27.260Z Downloaded recursive v0.1.1
10862026-08-28T22:16:27.260Z Downloaded zstd v0.13.3
10872026-08-28T22:16:27.260Z Downloaded slog-bunyan v2.5.0
10882026-08-28T22:16:27.265Z Downloaded is-terminal v0.4.17
10892026-08-28T22:16:27.265Z Downloaded openssl-sys v0.9.117
10902026-08-28T22:16:27.265Z Downloaded md-5 v0.10.6
10912026-08-28T22:16:27.265Z Downloaded winnow v0.5.40
10922026-08-28T22:16:27.270Z Downloaded data-encoding v2.10.0
10932026-08-28T22:16:27.270Z Downloaded ingot-types v0.2.0
10942026-08-28T22:16:27.275Z Downloaded peg-macros v0.8.5
10952026-08-28T22:16:27.276Z Downloaded ecdsa v0.16.9
10962026-08-28T22:16:27.276Z Downloaded rusty-fork v0.3.1
10972026-08-28T22:16:27.276Z Downloaded signal-hook-registry v1.4.8
10982026-08-28T22:16:27.276Z Downloaded signal-hook-tokio v0.3.1
10992026-08-28T22:16:27.276Z Downloaded slog-async v2.8.0
11002026-08-28T22:16:27.276Z Downloaded subtle v2.6.1
11012026-08-28T22:16:27.284Z Downloaded supports-color v3.0.2
11022026-08-28T22:16:27.284Z Downloaded sync-ptr v0.1.4
11032026-08-28T22:16:27.284Z Downloaded subprocess v0.2.15
11042026-08-28T22:16:27.284Z Downloaded const_format v0.2.35
11052026-08-28T22:16:27.285Z Downloaded libsw v3.5.0
11062026-08-28T22:16:27.290Z Downloaded futures-util v0.3.32
11072026-08-28T22:16:27.295Z Downloaded rand_core v0.6.4
11082026-08-28T22:16:27.295Z Downloaded rustc_version v0.4.1
11092026-08-28T22:16:27.295Z Downloaded tower-http v0.6.8
11102026-08-28T22:16:27.304Z Downloaded smallvec v1.15.1
11112026-08-28T22:16:27.304Z Downloaded p256 v0.14.0
11122026-08-28T22:16:27.309Z Downloaded tagptr v0.2.0
11132026-08-28T22:16:27.309Z Downloaded daft-derive v0.1.8
11142026-08-28T22:16:27.309Z Downloaded lalrpop-util v0.19.12
11152026-08-28T22:16:27.309Z Downloaded rustc-demangle v0.1.27
11162026-08-28T22:16:27.309Z Downloaded defmt v0.3.100
11172026-08-28T22:16:27.309Z Downloaded cookie_store v0.22.1
11182026-08-28T22:16:27.309Z Downloaded zerofrom v0.1.6
11192026-08-28T22:16:27.309Z Downloaded blake3 v1.8.5
11202026-08-28T22:16:27.313Z Downloaded reqwest v0.12.28
11212026-08-28T22:16:27.323Z Downloaded diesel-dtrace v0.5.0
11222026-08-28T22:16:27.323Z Downloaded indexmap v1.9.3
11232026-08-28T22:16:27.327Z Downloaded icu_properties_data v2.1.2
11242026-08-28T22:16:27.327Z Downloaded tar v0.4.46
11252026-08-28T22:16:27.327Z Downloaded multer v3.1.0
11262026-08-28T22:16:27.415Z Downloaded void v1.0.2
11272026-08-28T22:16:27.415Z Downloaded derive_builder_macro v0.20.2
11282026-08-28T22:16:27.415Z Downloaded difflib v0.4.0
11292026-08-28T22:16:27.415Z Downloaded itertools v0.14.0
11302026-08-28T22:16:27.416Z Downloaded dyn-clone v1.0.20
11312026-08-28T22:16:27.416Z Downloaded ssh-encoding v0.3.0
11322026-08-28T22:16:27.423Z Downloaded ssh-key v0.7.0-rc.11
11332026-08-28T22:16:27.423Z Downloaded hkdf v0.12.4
11342026-08-28T22:16:27.423Z Downloaded openssl-probe v0.2.1
11352026-08-28T22:16:27.423Z Downloaded support-bundle-viewer v0.1.2
11362026-08-28T22:16:27.423Z Downloaded tokio-rustls v0.26.4
11372026-08-28T22:16:27.423Z Downloaded rand v0.8.6
11382026-08-28T22:16:27.423Z Downloaded uzers v0.12.2
11392026-08-28T22:16:27.423Z Downloaded walkdir v2.5.0
11402026-08-28T22:16:27.423Z Downloaded tinyvec v1.10.0
11412026-08-28T22:16:27.424Z Downloaded termtree v0.5.1
11422026-08-28T22:16:27.424Z Downloaded typify-macro v0.6.2
11432026-08-28T22:16:27.424Z Downloaded crossbeam-utils v0.8.21
11442026-08-28T22:16:27.424Z Downloaded ipnet v2.12.0
11452026-08-28T22:16:27.424Z Downloaded progenitor-client v0.13.0
11462026-08-28T22:16:27.424Z Downloaded drift v0.2.0
11472026-08-28T22:16:27.424Z Downloaded ignore v0.4.25
11482026-08-28T22:16:27.424Z Downloaded litemap v0.8.1
11492026-08-28T22:16:27.424Z Downloaded humantime v2.3.0
11502026-08-28T22:16:27.424Z Downloaded omicron-zone-package v0.12.3
11512026-08-28T22:16:27.424Z Downloaded static_assertions v1.1.0
11522026-08-28T22:16:27.424Z Downloaded crucible-workspace-hack v0.1.0
11532026-08-28T22:16:27.424Z Downloaded tabwriter v1.4.1
11542026-08-28T22:16:27.424Z Downloaded p521 v0.14.0
11552026-08-28T22:16:27.424Z Downloaded itertools v0.15.0
11562026-08-28T22:16:27.424Z Downloaded linear-map v1.2.0
11572026-08-28T22:16:27.424Z Downloaded vsss-rs v3.3.4
11582026-08-28T22:16:27.424Z Downloaded rand_chacha v0.9.0
11592026-08-28T22:16:27.424Z Downloaded jiff-static v0.2.34
11602026-08-28T22:16:27.424Z Downloaded smallvec v0.6.14
11612026-08-28T22:16:27.424Z Downloaded tokio-postgres v0.7.16
11622026-08-28T22:16:27.431Z Downloaded slog v2.8.2
11632026-08-28T22:16:27.435Z Downloaded num-complex v0.4.6
11642026-08-28T22:16:27.435Z Downloaded cookie v0.18.1
11652026-08-28T22:16:27.435Z Downloaded newtype-uuid v1.3.2
11662026-08-28T22:16:27.435Z Downloaded serde_with_macros v1.5.2
11672026-08-28T22:16:27.439Z Downloaded thread-id v5.1.0
11682026-08-28T22:16:27.442Z Downloaded illumos-nvpair v0.3.0
11692026-08-28T22:16:27.453Z Downloaded potential_utf v0.1.4
11702026-08-28T22:16:27.453Z Downloaded password-hash v0.6.1
11712026-08-28T22:16:27.453Z Downloaded uuid v1.23.4
11722026-08-28T22:16:27.457Z Downloaded bitvec v1.0.1
11732026-08-28T22:16:27.463Z Downloaded defmt v1.0.1
11742026-08-28T22:16:27.470Z Downloaded twox-hash v2.1.2
11752026-08-28T22:16:27.470Z Downloaded crc32fast v1.5.0
11762026-08-28T22:16:27.470Z Downloaded icu_normalizer v2.1.1
11772026-08-28T22:16:27.477Z Downloaded downcast-rs v2.0.2
11782026-08-28T22:16:27.477Z Downloaded dsl_auto_type v0.2.0
11792026-08-28T22:16:27.477Z Downloaded aws-lc-rs v1.16.3
11802026-08-28T22:16:27.477Z Downloaded zerovec-derive v0.11.2
11812026-08-28T22:16:27.482Z Downloaded darling v0.13.4
11822026-08-28T22:16:27.482Z Downloaded crossbeam-deque v0.8.6
11832026-08-28T22:16:27.482Z Downloaded convert_case v0.10.0
11842026-08-28T22:16:27.482Z Downloaded csv-core v0.1.13
11852026-08-28T22:16:27.494Z Downloaded ingot v0.2.1
11862026-08-28T22:16:27.499Z Downloaded packed_struct v0.10.1
11872026-08-28T22:16:27.499Z Downloaded postgres-types v0.2.12
11882026-08-28T22:16:27.499Z Downloaded toml v1.1.2+spec-1.1.0
11892026-08-28T22:16:27.507Z Downloaded url v2.5.8
11902026-08-28T22:16:27.507Z Downloaded crossterm v0.28.1
11912026-08-28T22:16:27.514Z Downloaded zerotrie v0.2.3
11922026-08-28T22:16:27.514Z Downloaded diff v0.1.13
11932026-08-28T22:16:27.523Z Downloaded vergen v9.1.0
11942026-08-28T22:16:27.526Z Downloaded chrono v0.4.45
11952026-08-28T22:16:27.531Z Downloaded internal-russh-num-bigint v0.5.0
11962026-08-28T22:16:27.534Z Downloaded ingot-macros v0.2.0
11972026-08-28T22:16:27.535Z Downloaded iri-string v0.7.10
11982026-08-28T22:16:27.543Z Downloaded postgres-protocol v0.6.10
11992026-08-28T22:16:27.544Z Downloaded progenitor-impl v0.14.0
12002026-08-28T22:16:27.544Z Downloaded bindgen v0.71.1
12012026-08-28T22:16:27.544Z Downloaded stringprep v0.1.5
12022026-08-28T22:16:27.544Z Downloaded schemars v0.9.0
12032026-08-28T22:16:27.550Z Downloaded pkg-config v0.3.32
12042026-08-28T22:16:27.554Z Downloaded serde_tokenstream v0.3.0
12052026-08-28T22:16:27.568Z Downloaded memmap2 v0.9.10
12062026-08-28T22:16:27.574Z Downloaded parking_lot v0.11.2
12072026-08-28T22:16:27.574Z Downloaded derive-ex v0.1.8
12082026-08-28T22:16:27.574Z Downloaded sec1 v0.8.1
12092026-08-28T22:16:27.574Z Downloaded icu_collections v2.1.1
12102026-08-28T22:16:27.579Z Downloaded git2 v0.20.4
12112026-08-28T22:16:27.595Z Downloaded tungstenite v0.21.0
12122026-08-28T22:16:27.595Z Downloaded hyper-util v0.1.20
12132026-08-28T22:16:27.595Z Downloaded quinn v0.11.11
12142026-08-28T22:16:27.595Z Downloaded pkcs8 v0.11.0
12152026-08-28T22:16:27.610Z Downloaded toml_datetime v1.1.1+spec-1.1.0
12162026-08-28T22:16:27.610Z Downloaded jobserver v0.1.34
12172026-08-28T22:16:27.610Z Downloaded progenitor-impl v0.13.0
12182026-08-28T22:16:27.610Z Downloaded const_format_proc_macros v0.2.34
12192026-08-28T22:16:27.613Z Downloaded schemars v1.2.1
12202026-08-28T22:16:27.626Z Downloaded rawzip v0.4.4
12212026-08-28T22:16:27.633Z Downloaded itertools v0.13.0
12222026-08-28T22:16:27.642Z Downloaded unicode-segmentation v1.12.0
12232026-08-28T22:16:27.642Z Downloaded nom v8.0.0
12242026-08-28T22:16:27.642Z Downloaded rcgen v0.12.1
12252026-08-28T22:16:27.642Z Downloaded signal-hook v0.3.18
12262026-08-28T22:16:27.649Z Downloaded serde_cbor v0.11.2
12272026-08-28T22:16:27.649Z Downloaded darling_core v0.21.3
12282026-08-28T22:16:27.654Z Downloaded qorb v0.4.1
12292026-08-28T22:16:27.658Z Downloaded serde_yaml v0.9.34+deprecated
12302026-08-28T22:16:27.666Z Downloaded knus v3.4.0
12312026-08-28T22:16:27.667Z Downloaded pin-project v1.1.11
12322026-08-28T22:16:27.673Z Downloaded tracing-attributes v0.1.31
12332026-08-28T22:16:27.687Z Downloaded elliptic-curve v0.13.8
12342026-08-28T22:16:27.706Z Downloaded unicode-bidi v0.3.18
12352026-08-28T22:16:27.711Z Downloaded snafu v0.8.9
12362026-08-28T22:16:27.711Z Downloaded darling_core v0.13.4
12372026-08-28T22:16:27.712Z Downloaded diesel_derives v2.3.7
12382026-08-28T22:16:27.712Z Downloaded regex v1.12.3
12392026-08-28T22:16:27.712Z Downloaded steno v0.4.1
12402026-08-28T22:16:27.725Z Downloaded winnow v0.6.26
12412026-08-28T22:16:27.742Z Downloaded zerovec v0.11.5
12422026-08-28T22:16:27.743Z Downloaded x509-cert v0.2.5
12432026-08-28T22:16:27.743Z Downloaded jiff-core v0.1.0
12442026-08-28T22:16:27.743Z Downloaded icu_normalizer_data v2.1.1
12452026-08-28T22:16:27.743Z Downloaded num-bigint v0.4.6
12462026-08-28T22:16:27.764Z Downloaded toml_edit v0.23.10+spec-1.0.0
12472026-08-28T22:16:27.764Z Downloaded itertools v0.10.5
12482026-08-28T22:16:27.764Z Downloaded minimal-lexical v0.2.1
12492026-08-28T22:16:27.772Z Downloaded portable-atomic v1.13.1
12502026-08-28T22:16:27.772Z Downloaded tracing-core v0.1.36
12512026-08-28T22:16:27.778Z Downloaded crossbeam-channel v0.5.15
12522026-08-28T22:16:27.783Z Downloaded nom v7.1.3
12532026-08-28T22:16:27.798Z Downloaded tough v0.22.0
12542026-08-28T22:16:27.819Z Downloaded unicode-normalization v0.1.25
12552026-08-28T22:16:27.819Z Downloaded russh v0.62.4
12562026-08-28T22:16:27.819Z Downloaded rustls-webpki v0.103.13
12572026-08-28T22:16:27.832Z Downloaded crossterm v0.29.0
12582026-08-28T22:16:27.832Z Downloaded nix v0.27.1
12592026-08-28T22:16:27.833Z Downloaded crypto-primes v0.7.2
12602026-08-28T22:16:27.833Z Downloaded toml_edit v0.19.15
12612026-08-28T22:16:27.850Z Downloaded serde_with v1.14.0
12622026-08-28T22:16:27.850Z Downloaded quinn-proto v0.11.16
12632026-08-28T22:16:27.856Z Downloaded vcpkg v0.2.15
12642026-08-28T22:16:27.879Z Downloaded zlib-rs v0.6.2
12652026-08-28T22:16:27.892Z Downloaded hyper v1.10.1
12662026-08-28T22:16:27.893Z Downloaded idna v1.1.0
12672026-08-28T22:16:27.893Z Downloaded bstr v1.12.1
12682026-08-28T22:16:27.893Z Downloaded goblin v0.10.5
12692026-08-28T22:16:27.903Z Downloaded polar-core v0.27.3
12702026-08-28T22:16:27.903Z Downloaded radix_trie v0.2.1
12712026-08-28T22:16:27.903Z Downloaded gimli v0.32.3
12722026-08-28T22:16:27.919Z Downloaded lalrpop v0.19.12
12732026-08-28T22:16:27.919Z Downloaded regex-syntax v0.6.29
12742026-08-28T22:16:27.926Z Downloaded sha3 v0.12.0
12752026-08-28T22:16:27.926Z Downloaded tabled v0.21.0
12762026-08-28T22:16:27.926Z Downloaded libxml v0.3.3
12772026-08-28T22:16:27.938Z Downloaded quick-xml v0.37.5
12782026-08-28T22:16:27.938Z Downloaded p384 v0.13.1
12792026-08-28T22:16:27.952Z Downloaded smoltcp v0.9.1
12802026-08-28T22:16:27.952Z Downloaded libm v0.2.16
12812026-08-28T22:16:27.961Z Downloaded winnow v1.0.3
12822026-08-28T22:16:27.962Z Downloaded nix v0.28.0
12832026-08-28T22:16:27.962Z Downloaded tower v0.5.3
12842026-08-28T22:16:27.967Z Downloaded miette v7.6.0
12852026-08-28T22:16:27.967Z Downloaded time v0.3.47
12862026-08-28T22:16:27.973Z Downloaded der v0.8.0
12872026-08-28T22:16:27.981Z Downloaded itertools v0.12.1
12882026-08-28T22:16:27.981Z Downloaded object v0.30.4
12892026-08-28T22:16:27.989Z Downloaded reqwest v0.13.2
12902026-08-28T22:16:28.001Z Downloaded proptest v1.11.0
12912026-08-28T22:16:28.008Z Downloaded serde_with v3.21.0
12922026-08-28T22:16:28.009Z Downloaded moka v0.12.13
12932026-08-28T22:16:28.033Z Downloaded regex-syntax v0.8.10
12942026-08-28T22:16:28.059Z Downloaded rayon v1.11.0
12952026-08-28T22:16:28.059Z Downloaded rustls v0.23.41
12962026-08-28T22:16:28.059Z Downloaded curve25519-dalek v5.0.0
12972026-08-28T22:16:28.070Z Downloaded salty v0.3.0
12982026-08-28T22:16:28.070Z Downloaded regress v0.11.1
12992026-08-28T22:16:28.081Z Downloaded zerocopy v0.8.55
13002026-08-28T22:16:28.091Z Downloaded hickory-proto v0.24.4
13012026-08-28T22:16:28.100Z Downloaded iddqd v0.4.2
13022026-08-28T22:16:28.107Z Downloaded openssl v0.10.80
13032026-08-28T22:16:28.118Z Downloaded diesel v2.3.7
13042026-08-28T22:16:28.122Z Downloaded smoltcp v0.11.0
13052026-08-28T22:16:28.128Z Downloaded petname v2.0.2
13062026-08-28T22:16:28.139Z Downloaded sled v0.34.7
13072026-08-28T22:16:28.147Z Downloaded rustix v0.38.44
13082026-08-28T22:16:28.157Z Downloaded object v0.37.3
13092026-08-28T22:16:28.169Z Downloaded nix v0.31.2
13102026-08-28T22:16:28.169Z Downloaded sqlparser v0.61.0
13112026-08-28T22:16:28.169Z Downloaded hickory-proto v0.25.2
13122026-08-28T22:16:28.179Z Downloaded curve25519-dalek v4.1.3
13132026-08-28T22:16:28.185Z Downloaded bzip2-sys v0.1.13+1.0.8
13142026-08-28T22:16:28.195Z Downloaded syn v3.0.3
13152026-08-28T22:16:28.215Z Downloaded crypto-bigint v0.7.5
13162026-08-28T22:16:28.225Z Downloaded jiff v0.2.34
13172026-08-28T22:16:28.225Z Downloaded zerocopy-derive v0.6.6
13182026-08-28T22:16:28.331Z Downloaded regress v0.10.5
13192026-08-28T22:16:28.355Z Downloaded chrono-tz v0.10.4
13202026-08-28T22:16:28.355Z Downloaded dropshot v0.17.1
13212026-08-28T22:16:28.355Z Downloaded openapiv3 v2.2.0
13222026-08-28T22:16:28.355Z Downloaded petgraph v0.6.5
13232026-08-28T22:16:28.355Z Downloaded sha3 v0.11.0
13242026-08-28T22:16:28.355Z Downloaded tracing v0.1.44
13252026-08-28T22:16:28.355Z Downloaded typify-impl v0.6.2
13262026-08-28T22:16:28.355Z Downloaded sha3 v0.10.8
13272026-08-28T22:16:28.373Z Downloaded regex-automata v0.4.14
13282026-08-28T22:16:28.373Z Downloaded ratatui v0.29.0
13292026-08-28T22:16:28.457Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13302026-08-28T22:16:28.475Z Downloaded ring v0.17.14
13312026-08-28T22:16:28.492Z Downloaded csv v1.4.0
13322026-08-28T22:16:28.507Z Downloaded libz-sys v1.1.24
13332026-08-28T22:16:28.516Z Downloaded petgraph v0.8.3
13342026-08-28T22:16:28.524Z Downloaded libgit2-sys v0.18.3+1.9.2
13352026-08-28T22:16:28.555Z Downloaded tokio v1.52.1
13362026-08-28T22:16:28.579Z Downloaded encoding_rs v0.8.35
13372026-08-28T22:16:29.030Z Downloaded aws-lc-sys v0.40.0
13382026-08-28T22:16:29.336Z Compiling serde_core v1.0.228
13392026-08-28T22:16:29.337Z Compiling libc v0.2.185
13402026-08-28T22:16:29.337Z Compiling serde v1.0.228
13412026-08-28T22:16:29.361Z Compiling log v0.4.33
13422026-08-28T22:16:29.361Z Compiling smallvec v1.15.1
13432026-08-28T22:16:29.361Z Compiling find-msvc-tools v0.1.9
13442026-08-28T22:16:29.361Z Compiling shlex v1.3.0
13452026-08-28T22:16:29.361Z Compiling syn v2.0.117
13462026-08-28T22:16:29.605Z Compiling subtle v2.6.1
13472026-08-28T22:16:29.612Z Compiling scopeguard v1.2.0
13482026-08-28T22:16:29.632Z Compiling stable_deref_trait v1.2.1
13492026-08-28T22:16:29.715Z Compiling lock_api v0.4.14
13502026-08-28T22:16:29.735Z Compiling typenum v1.20.1
13512026-08-28T22:16:29.735Z Compiling zerocopy v0.8.55
13522026-08-28T22:16:29.745Z Compiling portable-atomic v1.13.1
13532026-08-28T22:16:29.789Z Compiling serde_json v1.0.151
13542026-08-28T22:16:29.928Z Compiling critical-section v1.2.0
13552026-08-28T22:16:29.986Z Compiling libm v0.2.16
13562026-08-28T22:16:30.030Z Compiling num-traits v0.2.19
13572026-08-28T22:16:30.124Z Compiling pkg-config v0.3.32
13582026-08-28T22:16:30.233Z Compiling errno v0.3.14
13592026-08-28T22:16:30.275Z Compiling jobserver v0.1.34
13602026-08-28T22:16:30.354Z Compiling getrandom v0.2.17
13612026-08-28T22:16:30.508Z Compiling cc v1.2.56
13622026-08-28T22:16:30.585Z Compiling rand_core v0.6.4
13632026-08-28T22:16:30.640Z Compiling generic-array v0.14.7
13642026-08-28T22:16:30.652Z Compiling parking_lot_core v0.9.12
13652026-08-28T22:16:30.822Z Compiling once_cell v1.21.3
13662026-08-28T22:16:30.863Z Compiling getrandom v0.4.3
13672026-08-28T22:16:30.883Z Compiling const-oid v0.9.6
13682026-08-28T22:16:30.907Z Compiling pin-project-lite v0.2.17
13692026-08-28T22:16:31.036Z Compiling rand_core v0.10.0
13702026-08-28T22:16:31.345Z Compiling signal-hook-registry v1.4.8
13712026-08-28T22:16:31.433Z Compiling writeable v0.6.2
13722026-08-28T22:16:31.491Z Compiling bitflags v2.11.0
13732026-08-28T22:16:31.612Z Compiling futures-core v0.3.32
13742026-08-28T22:16:31.612Z Compiling percent-encoding v2.3.2
13752026-08-28T22:16:31.641Z Compiling litemap v0.8.1
13762026-08-28T22:16:31.719Z Compiling semver v1.0.28
13772026-08-28T22:16:31.774Z Compiling parking_lot v0.12.5
13782026-08-28T22:16:31.807Z Compiling mio v1.2.0
13792026-08-28T22:16:31.825Z Compiling icu_normalizer_data v2.1.1
13802026-08-28T22:16:31.832Z Compiling icu_properties_data v2.1.2
13812026-08-28T22:16:32.101Z Compiling socket2 v0.6.3
13822026-08-28T22:16:32.166Z Compiling getrandom v0.3.4
13832026-08-28T22:16:32.194Z Compiling rustix v1.1.4
13842026-08-28T22:16:32.253Z Compiling synstructure v0.13.2
13852026-08-28T22:16:32.288Z Compiling futures-sink v0.3.32
13862026-08-28T22:16:32.375Z Compiling indexmap v2.14.0
13872026-08-28T22:16:32.403Z Compiling futures-channel v0.3.32
13882026-08-28T22:16:32.513Z Compiling slab v0.4.12
13892026-08-28T22:16:32.655Z Compiling futures-task v0.3.32
13902026-08-28T22:16:32.702Z Compiling futures-io v0.3.32
13912026-08-28T22:16:32.794Z Compiling utf8_iter v1.0.4
13922026-08-28T22:16:32.828Z Compiling form_urlencoded v1.2.2
13932026-08-28T22:16:32.853Z Compiling rustversion v1.0.22
13942026-08-28T22:16:32.857Z Compiling iana-time-zone v0.1.65
13952026-08-28T22:16:32.944Z Compiling base64ct v1.8.3
13962026-08-28T22:16:32.995Z Compiling cmake v0.1.57
13972026-08-28T22:16:33.026Z Compiling ident_case v1.0.1
13982026-08-28T22:16:33.055Z Compiling flagset v0.4.7
13992026-08-28T22:16:33.070Z Compiling regex-syntax v0.8.10
14002026-08-28T22:16:33.150Z Compiling fs_extra v1.3.0
14012026-08-28T22:16:33.200Z Compiling pem-rfc7468 v0.7.0
14022026-08-28T22:16:33.239Z Compiling dunce v1.0.5
14032026-08-28T22:16:33.349Z Compiling rand_core v0.9.5
14042026-08-28T22:16:33.416Z Compiling uuid v1.23.4
14052026-08-28T22:16:33.431Z Compiling aws-lc-sys v0.40.0
14062026-08-28T22:16:33.516Z Compiling base64 v0.22.1
14072026-08-28T22:16:33.633Z Compiling syn v1.0.109
14082026-08-28T22:16:33.825Z Compiling vcpkg v0.2.15
14092026-08-28T22:16:33.840Z Compiling serde_derive_internals v0.29.1
14102026-08-28T22:16:33.936Z Compiling rustc_version v0.4.1
14112026-08-28T22:16:33.990Z Compiling serde_derive v1.0.228
14122026-08-28T22:16:34.007Z Compiling zeroize_derive v1.5.0
14132026-08-28T22:16:34.106Z Compiling zerofrom-derive v0.1.6
14142026-08-28T22:16:34.271Z Compiling zerocopy-derive v0.8.55
14152026-08-28T22:16:34.556Z Compiling yoke-derive v0.8.1
14162026-08-28T22:16:34.677Z Compiling zerovec-derive v0.11.2
14172026-08-28T22:16:34.744Z Compiling displaydoc v0.2.5
14182026-08-28T22:16:35.485Z Compiling tokio-macros v2.7.0
14192026-08-28T22:16:35.517Z Compiling futures-macro v0.3.32
14202026-08-28T22:16:35.554Z Compiling zerofrom v0.1.6
14212026-08-28T22:16:35.677Z Compiling thiserror-impl v2.0.18
14222026-08-28T22:16:35.759Z Compiling yoke v0.8.1
14232026-08-28T22:16:35.821Z Compiling der_derive v0.7.3
14242026-08-28T22:16:35.962Z Compiling zerovec v0.11.5
14252026-08-28T22:16:36.229Z Compiling zerotrie v0.2.3
14262026-08-28T22:16:36.345Z Compiling futures-util v0.3.32
14272026-08-28T22:16:36.466Z Compiling tinystr v0.8.2
14282026-08-28T22:16:36.523Z Compiling potential_utf v0.1.4
14292026-08-28T22:16:36.733Z Compiling icu_locale_core v2.1.1
14302026-08-28T22:16:36.750Z Compiling icu_collections v2.1.1
14312026-08-28T22:16:36.796Z Compiling openssl-sys v0.9.117
14322026-08-28T22:16:37.074Z Compiling thiserror v2.0.18
14332026-08-28T22:16:37.183Z Compiling tracing-attributes v0.1.31
14342026-08-28T22:16:37.195Z Compiling tracing-core v0.1.36
14352026-08-28T22:16:37.376Z Compiling icu_provider v2.1.1
14362026-08-28T22:16:37.589Z Compiling zeroize v1.9.0
14372026-08-28T22:16:37.619Z Compiling bytes v1.11.1
14382026-08-28T22:16:37.686Z Compiling icu_properties v2.1.2
14392026-08-28T22:16:37.744Z Compiling icu_normalizer v2.1.1
14402026-08-28T22:16:38.246Z Compiling tokio v1.52.1
14412026-08-28T22:16:38.291Z Compiling chrono v0.4.45
14422026-08-28T22:16:38.390Z Compiling block-buffer v0.10.4
14432026-08-28T22:16:38.538Z Compiling crypto-common v0.1.7
14442026-08-28T22:16:38.569Z Compiling idna_adapter v1.2.1
14452026-08-28T22:16:38.645Z Compiling digest v0.10.7
14462026-08-28T22:16:38.721Z Compiling idna v1.1.0
14472026-08-28T22:16:38.735Z Compiling der v0.7.10
14482026-08-28T22:16:38.798Z Compiling ppv-lite86 v0.2.21
14492026-08-28T22:16:38.903Z Compiling http v1.4.2
14502026-08-28T22:16:38.948Z Compiling schemars v0.8.22
14512026-08-28T22:16:39.195Z Compiling url v2.5.8
14522026-08-28T22:16:39.218Z Compiling rand_chacha v0.9.0
14532026-08-28T22:16:39.369Z Compiling simd-adler32 v0.3.8
14542026-08-28T22:16:39.610Z Compiling spki v0.7.3
14552026-08-28T22:16:39.669Z Compiling cpufeatures v0.2.17
14562026-08-28T22:16:39.747Z Compiling aws-lc-rs v1.16.3
14572026-08-28T22:16:39.796Z Compiling dyn-clone v1.0.20
14582026-08-28T22:16:39.824Z Compiling pkcs8 v0.10.2
14592026-08-28T22:16:39.851Z Compiling http-body v1.0.1
14602026-08-28T22:16:39.919Z Compiling rand v0.9.2
14612026-08-28T22:16:39.928Z Compiling tracing v0.1.44
14622026-08-28T22:16:39.958Z Compiling rustls-pki-types v1.14.0
14632026-08-28T22:16:40.012Z Compiling schemars_derive v0.8.22
14642026-08-28T22:16:40.075Z Compiling spin v0.9.8
14652026-08-28T22:16:40.200Z Compiling tinyvec_macros v0.1.1
14662026-08-28T22:16:40.267Z Compiling crc32fast v1.5.0
14672026-08-28T22:16:40.280Z Compiling openssl-probe v0.2.1
14682026-08-28T22:16:40.391Z Compiling cmov v0.5.4
14692026-08-28T22:16:40.453Z Compiling httparse v1.10.1
14702026-08-28T22:16:40.518Z Compiling adler2 v2.0.1
14712026-08-28T22:16:40.599Z Compiling ctutils v0.4.2
14722026-08-28T22:16:40.650Z Compiling miniz_oxide v0.8.9
14732026-08-28T22:16:40.664Z Compiling tempfile v3.27.0
14742026-08-28T22:16:40.842Z Compiling tinyvec v1.10.0
14752026-08-28T22:16:40.866Z Compiling pest_generator v2.8.6
14762026-08-28T22:16:41.020Z Compiling sha2 v0.10.9
14772026-08-28T22:16:41.174Z Compiling terminal_size v0.4.3
14782026-08-28T22:16:41.278Z Compiling aho-corasick v1.1.4
14792026-08-28T22:16:41.307Z Compiling radium v0.7.0
14802026-08-28T22:16:41.534Z Compiling tower-service v0.3.3
14812026-08-28T22:16:41.550Z Compiling try-lock v0.2.5
14822026-08-28T22:16:41.634Z Compiling untrusted v0.7.1
14832026-08-28T22:16:41.656Z Compiling tower-layer v0.3.3
14842026-08-28T22:16:41.760Z Compiling atomic-waker v1.1.2
14852026-08-28T22:16:41.815Z Compiling unicode-segmentation v1.12.0
14862026-08-28T22:16:41.881Z Compiling want v0.3.1
14872026-08-28T22:16:42.099Z Compiling tokio-util v0.7.18
14882026-08-28T22:16:42.228Z Compiling regex-automata v0.4.14
14892026-08-28T22:16:42.350Z Compiling pest_derive v2.8.6
14902026-08-28T22:16:42.788Z Compiling h2 v0.4.15
14912026-08-28T22:16:42.918Z Compiling hybrid-array v0.4.13
14922026-08-28T22:16:43.017Z Compiling ipnet v2.12.0
14932026-08-28T22:16:43.145Z Compiling scroll_derive v0.13.1
14942026-08-28T22:16:43.505Z Compiling darling_core v0.20.11
14952026-08-28T22:16:43.679Z Compiling maybe-uninit v2.0.0
14962026-08-28T22:16:43.879Z Compiling foreign-types-shared v0.1.1
14972026-08-28T22:16:43.907Z Compiling rustls v0.23.41
14982026-08-28T22:16:43.936Z Compiling httpdate v1.0.3
14992026-08-28T22:16:43.961Z Compiling openssl v0.10.80
15002026-08-28T22:16:43.966Z Compiling untrusted v0.9.0
15012026-08-28T22:16:44.070Z Compiling tap v1.0.1
15022026-08-28T22:16:44.084Z Compiling foreign-types v0.3.2
15032026-08-28T22:16:44.166Z Compiling wyz v0.5.1
15042026-08-28T22:16:44.180Z Compiling scroll v0.13.0
15052026-08-28T22:16:44.226Z Compiling unicode-normalization v0.1.25
15062026-08-28T22:16:44.398Z Compiling rand_chacha v0.3.1
15072026-08-28T22:16:44.453Z Compiling signature v2.2.0
15082026-08-28T22:16:44.661Z Compiling hex v0.4.3
15092026-08-28T22:16:44.703Z Compiling thiserror-impl v1.0.69
15102026-08-28T22:16:44.796Z Compiling openssl-macros v0.1.1
15112026-08-28T22:16:44.970Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-08-28T22:16:45.475Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15132026-08-28T22:16:45.801Z Compiling num-integer v0.1.46
15142026-08-28T22:16:45.801Z Compiling socket2 v0.5.10
15152026-08-28T22:16:45.801Z Compiling wait-timeout v0.2.1
15162026-08-28T22:16:46.027Z Compiling ahash v0.8.12
15172026-08-28T22:16:46.027Z Compiling funty v2.0.0
15182026-08-28T22:16:46.027Z Compiling time-core v0.1.8
15192026-08-28T22:16:46.027Z Compiling native-tls v0.2.18
15202026-08-28T22:16:46.027Z Compiling darling_macro v0.20.11
15212026-08-28T22:16:46.231Z Compiling hyper v1.10.1
15222026-08-28T22:16:46.231Z Compiling quick-error v1.2.3
15232026-08-28T22:16:46.231Z Compiling packed_struct v0.10.1
15242026-08-28T22:16:46.231Z Compiling num-bigint-dig v0.8.6
15252026-08-28T22:16:46.362Z Compiling num-conv v0.2.0
15262026-08-28T22:16:46.362Z Compiling powerfmt v0.2.0
15272026-08-28T22:16:46.362Z Compiling bit-vec v0.8.0
15282026-08-28T22:16:46.363Z Compiling darling v0.20.11
15292026-08-28T22:16:46.521Z Compiling clap_builder v4.6.0
15302026-08-28T22:16:46.521Z Compiling time-macros v0.2.27
15312026-08-28T22:16:46.521Z Compiling deranged v0.5.8
15322026-08-28T22:16:46.571Z Compiling bit-set v0.8.0
15332026-08-28T22:16:46.571Z Compiling rusty-fork v0.3.1
15342026-08-28T22:16:46.635Z Compiling thiserror v1.0.69
15352026-08-28T22:16:46.800Z Compiling bitvec v1.0.1
15362026-08-28T22:16:46.952Z Compiling num-iter v0.1.45
15372026-08-28T22:16:47.062Z Compiling hyper-util v0.1.20
15382026-08-28T22:16:47.567Z Compiling rand v0.8.6
15392026-08-28T22:16:48.308Z Compiling goblin v0.10.5
15402026-08-28T22:16:48.444Z Compiling packed_struct_codegen v0.10.1
15412026-08-28T22:16:48.444Z Compiling lazy_static v1.5.0
15422026-08-28T22:16:48.564Z Compiling hmac v0.12.1
15432026-08-28T22:16:48.580Z Compiling serde_spanned v0.6.9
15442026-08-28T22:16:48.693Z Compiling toml_datetime v0.6.11
15452026-08-28T22:16:48.765Z Compiling clap_derive v4.6.1
15462026-08-28T22:16:48.962Z Compiling bitfield-macros v0.19.4
15472026-08-28T22:16:49.274Z Compiling zerocopy-derive v0.6.6
15482026-08-28T22:16:49.289Z Compiling rand_xorshift v0.4.0
15492026-08-28T22:16:49.460Z Compiling sync_wrapper v1.0.2
15502026-08-28T22:16:49.595Z Compiling indexmap v1.9.3
15512026-08-28T22:16:49.640Z Compiling crossbeam-utils v0.8.21
15522026-08-28T22:16:49.832Z Compiling num_threads v0.1.7
15532026-08-28T22:16:49.993Z Compiling usdt-impl v0.6.0
15542026-08-28T22:16:50.103Z Compiling paste v1.0.15
15552026-08-28T22:16:50.142Z Compiling nodrop v0.1.14
15562026-08-28T22:16:50.142Z Compiling unarray v0.1.4
15572026-08-28T22:16:50.220Z Compiling object v0.37.3
15582026-08-28T22:16:50.296Z Compiling crc-catalog v2.4.0
15592026-08-28T22:16:50.296Z Compiling zlib-rs v0.6.2
15602026-08-28T22:16:50.360Z Compiling siphasher v1.0.2
15612026-08-28T22:16:50.470Z Compiling crc v3.4.0
15622026-08-28T22:16:50.534Z Compiling clap v4.6.1
15632026-08-28T22:16:50.534Z Compiling proptest v1.11.0
15642026-08-28T22:16:50.870Z Compiling array-init v0.0.4
15652026-08-28T22:16:50.870Z Compiling zerocopy v0.6.6
15662026-08-28T22:16:50.943Z Compiling time v0.3.47
15672026-08-28T22:16:50.944Z Compiling dof v0.4.0
15682026-08-28T22:16:50.944Z Compiling bitfield v0.19.4
15692026-08-28T22:16:51.556Z Compiling tower v0.5.3
15702026-08-28T22:16:52.170Z Compiling smallvec v0.6.14
15712026-08-28T22:16:52.524Z Compiling derive_builder_core v0.20.2
15722026-08-28T22:16:52.748Z Compiling dtrace-parser v0.3.0
15732026-08-28T22:16:53.601Z Compiling flate2 v1.1.9
15742026-08-28T22:16:57.703Z Compiling ipnetwork v0.21.1
15752026-08-28T22:16:57.703Z Compiling pkcs1 v0.7.5
15762026-08-28T22:16:57.703Z Compiling http-body-util v0.1.3
15772026-08-28T22:16:57.703Z Compiling heapless v0.7.17
15782026-08-28T22:16:57.785Z Compiling structmeta-derive v0.3.0
15792026-08-28T22:16:57.785Z Compiling scroll_derive v0.12.1
15802026-08-28T22:16:57.786Z Compiling slog v2.8.2
15812026-08-28T22:16:57.786Z Compiling darling_core v0.23.0
15822026-08-28T22:16:57.786Z Compiling thread-id v5.1.0
15832026-08-28T22:16:57.786Z Compiling cookie v0.18.1
15842026-08-28T22:16:57.786Z Compiling env_filter v2.0.0
15852026-08-28T22:16:57.786Z Compiling syn v3.0.3
15862026-08-28T22:16:57.786Z Compiling zstd-safe v7.2.4
15872026-08-28T22:16:57.786Z Compiling iri-string v0.7.10
15882026-08-28T22:16:57.786Z Compiling base64 v0.21.7
15892026-08-28T22:16:57.786Z Compiling hashbrown v0.12.3
15902026-08-28T22:16:57.786Z Compiling unicode-bidi v0.3.18
15912026-08-28T22:16:57.786Z Compiling signal-hook v0.3.18
15922026-08-28T22:16:57.787Z Compiling anyhow v1.0.104
15932026-08-28T22:16:57.787Z Compiling winnow v0.5.40
15942026-08-28T22:16:57.787Z Compiling gimli v0.32.3
15952026-08-28T22:16:57.787Z Compiling ryu v1.0.23
15962026-08-28T22:16:57.787Z Compiling unicode-properties v0.1.4
15972026-08-28T22:16:57.787Z Compiling allocator-api2 v0.2.21
15982026-08-28T22:16:57.787Z Compiling darling_macro v0.23.0
15992026-08-28T22:16:57.787Z Compiling stringprep v0.1.5
16002026-08-28T22:16:57.952Z Compiling toml_edit v0.19.15
16012026-08-28T22:16:58.016Z Compiling serde_urlencoded v0.7.1
16022026-08-28T22:16:58.016Z Compiling tower-http v0.6.8
16032026-08-28T22:16:58.016Z Compiling addr2line v0.25.1
16042026-08-28T22:16:58.016Z Compiling daft-derive v0.1.8
16052026-08-28T22:16:58.016Z Compiling structmeta v0.3.0
16062026-08-28T22:16:58.016Z Compiling ron v0.8.1
16072026-08-28T22:16:58.016Z Compiling scroll v0.12.0
16082026-08-28T22:16:58.017Z Compiling env_logger v0.11.11
16092026-08-28T22:16:58.017Z Compiling rsa v0.9.10
16102026-08-28T22:16:58.160Z Compiling oxnet v0.1.6
16112026-08-28T22:16:58.306Z Compiling derive_builder_macro v0.20.2
16122026-08-28T22:16:58.684Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16132026-08-28T22:16:58.740Z Compiling newtype-uuid v1.3.2
16142026-08-28T22:16:58.740Z Compiling hashbrown v0.13.2
16152026-08-28T22:16:58.761Z Compiling bzip2 v0.4.4
16162026-08-28T22:16:58.761Z Compiling serde-hex v0.1.0
16172026-08-28T22:16:58.923Z Compiling tokio-native-tls v0.3.1
16182026-08-28T22:16:58.939Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16192026-08-28T22:16:59.487Z Compiling camino v1.2.5
16202026-08-28T22:16:59.630Z Compiling bstr v1.12.1
16212026-08-28T22:16:59.762Z Compiling block-buffer v0.12.1
16222026-08-28T22:16:59.969Z Compiling block-padding v0.4.2
16232026-08-28T22:17:00.136Z Compiling crypto-common v0.2.2
16242026-08-28T22:17:00.282Z Compiling heck v0.4.1
16252026-08-28T22:17:00.496Z Compiling rustls-native-certs v0.8.3
16262026-08-28T22:17:00.517Z Compiling x509-cert v0.2.5
16272026-08-28T22:17:00.899Z Compiling md-5 v0.10.6
16282026-08-28T22:17:00.962Z Compiling serde_tokenstream v0.2.3
16292026-08-28T22:17:00.997Z Compiling erased-serde v0.3.31
16302026-08-28T22:17:01.315Z Compiling curve25519-dalek v4.1.3
16312026-08-28T22:17:01.405Z Compiling async-trait v0.1.89
16322026-08-28T22:17:01.469Z Compiling zerocopy-derive v0.7.35
16332026-08-28T22:17:01.612Z Compiling pin-project-internal v1.1.11
16342026-08-28T22:17:01.867Z Compiling vergen-lib v9.1.0
16352026-08-28T22:17:02.064Z Compiling hash32 v0.2.1
16362026-08-28T22:17:02.104Z Compiling memoffset v0.9.1
16372026-08-28T22:17:02.352Z Compiling encoding_rs v0.8.35
16382026-08-28T22:17:02.384Z Compiling ref-cast v1.0.25
16392026-08-28T22:17:02.384Z Compiling crc-any v2.5.0
16402026-08-28T22:17:02.412Z Compiling cfg_aliases v0.2.1
16412026-08-28T22:17:02.433Z Compiling rustix v0.38.44
16422026-08-28T22:17:02.482Z Compiling rustc-demangle v0.1.27
16432026-08-28T22:17:02.586Z Compiling psl-types v2.0.11
16442026-08-28T22:17:02.626Z Compiling owo-colors v4.3.0
16452026-08-28T22:17:02.708Z Compiling smoltcp v0.9.1
16462026-08-28T22:17:02.727Z Compiling fallible-iterator v0.2.0
16472026-08-28T22:17:02.763Z Compiling mime v0.3.17
16482026-08-28T22:17:02.881Z Compiling litrs v1.0.0
16492026-08-28T22:17:02.986Z Compiling backtrace v0.3.76
16502026-08-28T22:17:03.020Z Compiling postgres-protocol v0.6.10
16512026-08-28T22:17:03.046Z Compiling pin-project v1.1.11
16522026-08-28T22:17:03.047Z Compiling publicsuffix v2.3.0
16532026-08-28T22:17:03.120Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16542026-08-28T22:17:03.133Z Compiling nix v0.31.2
16552026-08-28T22:17:03.197Z Compiling zerocopy v0.7.35
16562026-08-28T22:17:03.431Z Compiling document-features v0.2.12
16572026-08-28T22:17:03.729Z Compiling snafu-derive v0.8.9
16582026-08-28T22:17:03.748Z Compiling inout v0.2.2
16592026-08-28T22:17:03.933Z Compiling daft v0.1.8
16602026-08-28T22:17:03.951Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16612026-08-28T22:17:04.008Z Compiling hyper-tls v0.6.0
16622026-08-28T22:17:04.075Z Compiling object v0.30.4
16632026-08-28T22:17:04.190Z Compiling zip v0.6.6
16642026-08-28T22:17:04.212Z Compiling derive_builder v0.20.2
16652026-08-28T22:17:04.236Z Compiling toml v0.7.8
16662026-08-28T22:17:04.320Z Compiling goblin v0.8.2
16672026-08-28T22:17:04.690Z Compiling derive-ex v0.1.8
16682026-08-28T22:17:05.107Z Compiling darling v0.23.0
16692026-08-28T22:17:05.191Z Compiling phf_shared v0.13.1
16702026-08-28T22:17:05.282Z Compiling regex v1.12.3
16712026-08-28T22:17:05.431Z Compiling hubpack_derive v0.1.1
16722026-08-28T22:17:05.596Z Compiling convert_case v0.10.0
16732026-08-28T22:17:05.702Z Compiling futures-executor v0.3.32
16742026-08-28T22:17:05.881Z Compiling curve25519-dalek-derive v0.1.1
16752026-08-28T22:17:05.899Z Compiling ref-cast-impl v1.0.25
16762026-08-28T22:17:05.981Z Compiling strum_macros v0.27.2
16772026-08-28T22:17:06.330Z Compiling vergen v9.1.0
16782026-08-28T22:17:06.432Z Compiling cargo-platform v0.3.2
16792026-08-28T22:17:06.508Z Compiling ff v0.13.1
16802026-08-28T22:17:06.523Z Compiling fs-err v3.3.0
16812026-08-28T22:17:06.650Z Compiling managed v0.8.0
16822026-08-28T22:17:06.702Z Compiling jiff-core v0.1.0
16832026-08-28T22:17:06.718Z Compiling is_ci v1.2.0
16842026-08-28T22:17:06.857Z Compiling bumpalo v3.20.2
16852026-08-28T22:17:06.881Z Compiling libbz2-rs-sys v0.2.2
16862026-08-28T22:17:06.923Z Compiling base16ct v0.2.0
16872026-08-28T22:17:07.210Z Compiling foldhash v0.2.0
16882026-08-28T22:17:07.234Z Compiling path-slash v0.1.5
16892026-08-28T22:17:07.302Z Compiling foldhash v0.1.5
16902026-08-28T22:17:07.362Z Compiling bitflags v1.3.2
16912026-08-28T22:17:07.450Z Compiling same-file v1.0.6
16922026-08-28T22:17:07.485Z Compiling jiff v0.2.34
16932026-08-28T22:17:07.592Z Compiling walkdir v2.5.0
16942026-08-28T22:17:07.624Z Compiling hashbrown v0.15.5
16952026-08-28T22:17:07.830Z Compiling textwrap v0.16.2
16962026-08-28T22:17:07.936Z Compiling bzip2 v0.6.1
16972026-08-28T22:17:08.006Z Compiling strum v0.27.2
16982026-08-28T22:17:08.141Z Compiling hashbrown v0.16.1
16992026-08-28T22:17:08.153Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17002026-08-28T22:17:08.169Z Compiling zopfli v0.8.3
17012026-08-28T22:17:08.314Z Compiling sec1 v0.7.3
17022026-08-28T22:17:08.583Z Compiling supports-color v3.0.2
17032026-08-28T22:17:08.712Z Compiling group v0.13.0
17042026-08-28T22:17:08.735Z Compiling cargo_metadata v0.23.1
17052026-08-28T22:17:08.823Z Compiling dof v0.3.0
17062026-08-28T22:17:08.996Z Compiling test-strategy v0.4.5
17072026-08-28T22:17:09.526Z Compiling derive_more-impl v2.1.1
17082026-08-28T22:17:09.544Z Compiling hubpack v0.1.2
17092026-08-28T22:17:09.761Z Compiling futures v0.3.32
17102026-08-28T22:17:09.843Z Compiling snafu v0.8.9
17112026-08-28T22:17:10.070Z Compiling phf v0.13.1
17122026-08-28T22:17:10.203Z Compiling serde_with_macros v3.21.0
17132026-08-28T22:17:10.470Z Compiling signal-hook-mio v0.2.5
17142026-08-28T22:17:10.593Z Compiling cookie_store v0.22.1
17152026-08-28T22:17:10.602Z Compiling zstd v0.13.3
17162026-08-28T22:17:10.664Z Compiling reqwest v0.12.28
17172026-08-28T22:17:10.865Z Compiling cipher v0.5.2
17182026-08-28T22:17:11.136Z Compiling backtrace-ext v0.2.1
17192026-08-28T22:17:11.170Z Compiling postgres-types v0.2.12
17202026-08-28T22:17:11.322Z Compiling usdt-attr-macro v0.6.0
17212026-08-28T22:17:11.715Z Compiling usdt-macro v0.6.0
17222026-08-28T22:17:11.734Z Compiling globset v0.4.18
17232026-08-28T22:17:12.063Z Compiling phf_shared v0.11.3
17242026-08-28T22:17:12.152Z Compiling hkdf v0.12.4
17252026-08-28T22:17:12.372Z Compiling dtrace-parser v0.2.0
17262026-08-28T22:17:12.403Z Compiling byte-wrapper v0.1.0
17272026-08-28T22:17:12.403Z Compiling olpc-cjson v0.1.4
17282026-08-28T22:17:12.403Z Compiling ed25519 v2.2.3
17292026-08-28T22:17:12.434Z Compiling crypto-bigint v0.5.5
17302026-08-28T22:17:12.486Z Compiling serde_plain v1.0.2
17312026-08-28T22:17:12.503Z Compiling serde-big-array v0.5.1
17322026-08-28T22:17:12.599Z Compiling async-recursion v1.1.1
17332026-08-28T22:17:12.649Z Compiling miette-derive v7.6.0
17342026-08-28T22:17:12.689Z Compiling serde_repr v0.1.20
17352026-08-28T22:17:12.988Z Compiling enum-as-inner v0.6.1
17362026-08-28T22:17:13.224Z Compiling strum_macros v0.26.4
17372026-08-28T22:17:13.256Z Compiling pem v3.0.6
17382026-08-28T22:17:13.256Z Compiling float-cmp v0.10.0
17392026-08-28T22:17:13.432Z Compiling memmap2 v0.9.10
17402026-08-28T22:17:13.486Z Compiling thread-id v4.2.2
17412026-08-28T22:17:13.575Z Compiling fixedbitset v0.4.2
17422026-08-28T22:17:13.587Z Compiling cpufeatures v0.3.0
17432026-08-28T22:17:13.636Z Compiling fixedbitset v0.5.7
17442026-08-28T22:17:13.674Z Compiling keccak v0.1.6
17452026-08-28T22:17:13.794Z Compiling data-encoding v2.10.0
17462026-08-28T22:17:13.816Z Compiling either v1.15.0
17472026-08-28T22:17:13.950Z Compiling difflib v0.4.0
17482026-08-28T22:17:14.021Z Compiling predicates-core v1.0.10
17492026-08-28T22:17:14.221Z Compiling winnow v1.0.3
17502026-08-28T22:17:14.407Z Compiling new_debug_unreachable v1.0.6
17512026-08-28T22:17:14.462Z Compiling supports-unicode v3.0.0
17522026-08-28T22:17:14.475Z Compiling const-oid v0.10.2
17532026-08-28T22:17:14.490Z Compiling static_assertions v1.1.0
17542026-08-28T22:17:14.581Z Compiling normalize-line-endings v0.3.0
17552026-08-28T22:17:14.602Z Compiling whoami v2.1.0
17562026-08-28T22:17:14.602Z Compiling supports-hyperlinks v3.2.0
17572026-08-28T22:17:14.609Z Compiling typed-path v0.9.3
17582026-08-28T22:17:14.621Z Compiling precomputed-hash v0.1.1
17592026-08-28T22:17:14.793Z Compiling string_cache v0.8.9
17602026-08-28T22:17:14.834Z Compiling miette v7.6.0
17612026-08-28T22:17:14.834Z Compiling digest v0.11.3
17622026-08-28T22:17:14.935Z Compiling tokio-postgres v0.7.16
17632026-08-28T22:17:14.950Z Compiling toml_edit v0.22.27
17642026-08-28T22:17:14.960Z Compiling strum v0.26.3
17652026-08-28T22:17:14.970Z Compiling predicates v3.1.4
17662026-08-28T22:17:15.084Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17672026-08-28T22:17:15.285Z Compiling toml_parser v1.1.2+spec-1.1.0
17682026-08-28T22:17:15.608Z Compiling hickory-proto v0.25.2
17692026-08-28T22:17:15.804Z Compiling itertools v0.13.0
17702026-08-28T22:17:15.838Z Compiling petgraph v0.8.3
17712026-08-28T22:17:15.915Z Compiling sha3 v0.10.8
17722026-08-28T22:17:16.376Z Compiling petgraph v0.6.5
17732026-08-28T22:17:17.096Z Compiling chacha20 v0.10.0
17742026-08-28T22:17:17.177Z Compiling usdt v0.6.0
17752026-08-28T22:17:17.423Z Compiling usdt-impl v0.5.0
17762026-08-28T22:17:17.482Z Compiling elliptic-curve v0.13.8
17772026-08-28T22:17:17.685Z Compiling ed25519-dalek v2.2.0
17782026-08-28T22:17:17.831Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17792026-08-28T22:17:17.896Z Compiling crossterm v0.28.1
17802026-08-28T22:17:17.913Z Compiling serde_with v3.21.0
17812026-08-28T22:17:18.013Z Compiling zip v4.6.1
17822026-08-28T22:17:18.227Z Compiling derive_more v2.1.1
17832026-08-28T22:17:18.710Z Compiling iddqd v0.4.2
17842026-08-28T22:17:19.151Z Compiling similar v2.7.0
17852026-08-28T22:17:19.376Z Compiling crossbeam-epoch v0.9.18
17862026-08-28T22:17:19.516Z Compiling tokio-stream v0.1.18
17872026-08-28T22:17:19.641Z Compiling buf-list v1.1.2
17882026-08-28T22:17:19.660Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17892026-08-28T22:17:19.707Z Compiling openapiv3 v2.2.0
17902026-08-28T22:17:19.823Z Compiling peg-runtime v0.8.5
17912026-08-28T22:17:19.904Z Compiling lalrpop-util v0.19.12
17922026-08-28T22:17:19.964Z Compiling thread_local v1.1.9
17932026-08-28T22:17:19.982Z Compiling slog-async v2.8.0
17942026-08-28T22:17:20.005Z Compiling crossbeam-channel v0.5.15
17952026-08-28T22:17:20.093Z Compiling filetime v0.2.27
17962026-08-28T22:17:20.107Z Compiling is-terminal v0.4.17
17972026-08-28T22:17:20.306Z Compiling term v1.2.1
17982026-08-28T22:17:20.306Z Compiling xattr v1.6.1
17992026-08-28T22:17:20.324Z Compiling take_mut v0.2.2
18002026-08-28T22:17:20.324Z Compiling camino-tempfile v1.4.1
18012026-08-28T22:17:20.397Z Compiling tar v0.4.46
18022026-08-28T22:17:20.520Z Compiling slog-term v2.9.2
18032026-08-28T22:17:26.469Z Compiling rustls-webpki v0.103.13
18042026-08-28T22:17:29.196Z Compiling tokio-rustls v0.26.4
18052026-08-28T22:17:29.196Z Compiling rustls-platform-verifier v0.6.2
18062026-08-28T22:17:29.202Z Compiling tough v0.22.0
18072026-08-28T22:17:29.404Z Compiling hyper-rustls v0.27.7
18082026-08-28T22:17:29.603Z Compiling reqwest v0.13.2
18092026-08-28T22:17:31.851Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18102026-08-28T22:17:32.148Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18112026-08-28T22:17:35.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
18122026-08-28T22:17:35.157Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18132026-08-28T22:17:35.216ZAug 28 22:17:33.690 INFO Starting download, target: Clickhouse
18142026-08-28T22:17:35.216ZAug 28 22:17:33.690 INFO Starting download, target: Cockroach
18152026-08-28T22:17:35.217ZAug 28 22:17:33.690 INFO Starting download, target: Console
18162026-08-28T22:17:35.221ZAug 28 22:17:33.690 INFO Starting download, target: DendriteStub
18172026-08-28T22:17:35.221ZAug 28 22:17:33.690 INFO Starting download, target: MaghemiteMgd
18182026-08-28T22:17:35.221ZAug 28 22:17:33.690 INFO Starting download, target: MaghemiteDdmd
18192026-08-28T22:17:35.221ZAug 28 22:17:33.690 INFO Starting download, target: TransceiverControl
18202026-08-28T22:17:35.221ZAug 28 22:17:33.691 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18212026-08-28T22:17:35.221ZAug 28 22:17:33.691 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18222026-08-28T22:17:35.221ZAug 28 22:17:33.691 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18232026-08-28T22:17:35.221ZAug 28 22:17:33.691 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18242026-08-28T22:17:35.221ZAug 28 22:17:33.691 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18252026-08-28T22:17:35.221ZAug 28 22:17:33.691 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18262026-08-28T22:17:35.221ZAug 28 22:17:33.691 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18272026-08-28T22:17:37.203ZAug 28 22:17:35.679 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18282026-08-28T22:17:37.270ZAug 28 22:17:35.743 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18292026-08-28T22:17:37.442ZAug 28 22:17:35.912 INFO Download complete, target: Console
18302026-08-28T22:17:44.262ZAug 28 22:17:42.233 INFO Checking that binary works, target: Clickhouse
18312026-08-28T22:17:44.551ZAug 28 22:17:42.326 INFO Download complete, target: Clickhouse
18322026-08-28T22:18:19.496ZAug 28 22:18:17.917 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18332026-08-28T22:18:19.655ZAug 28 22:18:18.119 INFO Download complete, target: TransceiverControl
18342026-08-28T22:18:29.227ZAug 28 22:18:27.692 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18352026-08-28T22:18:30.923ZAug 28 22:18:29.368 INFO Download complete, target: MaghemiteDdmd
18362026-08-28T22:18:31.732ZAug 28 22:18:30.092 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18372026-08-28T22:18:32.426ZAug 28 22:18:30.879 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18382026-08-28T22:18:33.962ZAug 28 22:18:32.433 INFO Download complete, target: DendriteStub
18392026-08-28T22:18:34.806ZAug 28 22:18:33.255 INFO Download complete, target: MaghemiteMgd
18402026-08-28T22:18:36.560ZAug 28 22:18:35.025 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18412026-08-28T22:18:36.561ZAug 28 22:18:35.025 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18422026-08-28T22:18:41.007ZAug 28 22:18:39.466 INFO Checking that binary works, target: Cockroach
18432026-08-28T22:18:41.126ZAug 28 22:18:39.585 INFO Download complete, target: Cockroach
18442026-08-28T22:18:41.130ZAll builder prerequisites installed successfully, and PATH looks valid
18452026-08-28T22:18:41.130Z
18462026-08-28T22:18:41.130Zreal 3:08.569975242
18472026-08-28T22:18:41.130Zuser 7:22.901666667
18482026-08-28T22:18:41.130Zsys 1:27.393632759
18492026-08-28T22:18:41.130Ztrap 0.231032429
18502026-08-28T22:18:41.130Ztflt 0.468339120
18512026-08-28T22:18:41.131Zdflt 0.878213833
18522026-08-28T22:18:41.131Zkflt 0.030127580
18532026-08-28T22:18:41.131Zlock 40:25.946778553
18542026-08-28T22:18:41.131Zslp 24:09.405449259
18552026-08-28T22:18:41.131Zlat 49.720793993
18562026-08-28T22:18:41.131Zstop 2:49.577620078
18572026-08-28T22:18:41.131Z+ banner hack-check
18582026-08-28T22:18:41.131Z
18592026-08-28T22:18:41.131Z # # ## #### # # #### # # ###### #### # #
18602026-08-28T22:18:41.131Z # # # # # # # # # # # # # # # # #
18612026-08-28T22:18:41.131Z ###### # # # #### ##### # ###### ##### # ####
18622026-08-28T22:18:41.131Z # # ###### # # # # # # # # # #
18632026-08-28T22:18:41.131Z # # # # # # # # # # # # # # # # #
18642026-08-28T22:18:41.134Z # # # # #### # # #### # # ###### #### # #
18652026-08-28T22:18:41.134Z
18662026-08-28T22:18:41.134Z+ export CARGO_INCREMENTAL=0
18672026-08-28T22:18:41.134Z+ CARGO_INCREMENTAL=0
18682026-08-28T22:18:41.134Z+ ptime -m timeout 2h cargo xtask check-features --ci
18692026-08-28T22:18:41.657Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18702026-08-28T22:18:41.922Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18712026-08-28T22:18:43.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
18722026-08-28T22:18:43.874Z Running `target/debug/xtask check-features --ci`
18732026-08-28T22:18:43.882Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18742026-08-28T22:18:43.882Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18752026-08-28T22:18:44.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18762026-08-28T22:18:44.249Z Running `target/debug/xtask download cargo-hack`
18772026-08-28T22:18:45.039Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18782026-08-28T22:18:45.386Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18792026-08-28T22:18:47.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.68s
18802026-08-28T22:18:48.124Z Running `target/debug/xtask-downloader cargo-hack`
18812026-08-28T22:18:48.159ZAug 28 22:18:46.624 INFO Starting download, target: CargoHack
18822026-08-28T22:18:48.171ZAug 28 22:18:46.625 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18832026-08-28T22:18:48.491ZAug 28 22:18:46.949 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18842026-08-28T22:18:48.525ZAug 28 22:18:46.996 INFO Download complete, target: CargoHack
18852026-08-28T22:18:48.567Zrunning: "/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"
18862026-08-28T22:18:48.601Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18872026-08-28T22:18:48.708Zinfo: running `cargo check --bins` on api_identity (1/376)
18882026-08-28T22:18:49.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-08-28T22:18:49.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-08-28T22:18:49.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-08-28T22:18:49.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18922026-08-28T22:18:49.321Z
18932026-08-28T22:18:49.322Zinfo: running `cargo check --bins` on bootstore (2/376)
18942026-08-28T22:18:49.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-08-28T22:18:49.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-08-28T22:18:49.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-08-28T22:18:49.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18982026-08-28T22:18:49.907Z
18992026-08-28T22:18:49.907Zinfo: running `cargo check --bins` on omicron-ledger (3/376)
19002026-08-28T22:18:50.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-08-28T22:18:50.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-08-28T22:18:50.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-08-28T22:18:50.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19042026-08-28T22:18:50.354Z
19052026-08-28T22:18:50.354Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/376)
19062026-08-28T22:18:50.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-08-28T22:18:50.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-08-28T22:18:50.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-08-28T22:18:50.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19102026-08-28T22:18:50.884Z
19112026-08-28T22:18:50.884Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/376)
19122026-08-28T22:18:51.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-08-28T22:18:51.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-08-28T22:18:51.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-08-28T22:18:51.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19162026-08-28T22:18:51.429Z
19172026-08-28T22:18:51.429Zinfo: running `cargo check --bins` on omicron-certificates (6/376)
19182026-08-28T22:18:51.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-08-28T22:18:51.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-08-28T22:18:51.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-08-28T22:18:51.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19222026-08-28T22:18:52.016Z
19232026-08-28T22:18:52.017Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/376)
19242026-08-28T22:18:52.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-08-28T22:18:52.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-08-28T22:18:52.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-08-28T22:18:52.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19282026-08-28T22:18:52.602Z
19292026-08-28T22:18:52.602Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/376)
19302026-08-28T22:18:53.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-08-28T22:18:53.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-08-28T22:18:53.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-08-28T22:18:53.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19342026-08-28T22:18:53.111Z
19352026-08-28T22:18:53.111Zinfo: running `cargo check --bins --no-default-features` on omicron-generation-kinds (9/376)
19362026-08-28T22:18:53.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-08-28T22:18:53.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-08-28T22:18:53.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-08-28T22:18:53.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19402026-08-28T22:18:53.530Z
19412026-08-28T22:18:53.530Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std,testing` on omicron-generation-kinds (10/376)
19422026-08-28T22:18:53.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-08-28T22:18:54.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-08-28T22:18:54.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-08-28T22:18:54.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19462026-08-28T22:18:54.040Z
19472026-08-28T22:18:54.040Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-generation-kinds (11/376)
19482026-08-28T22:18:54.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-08-28T22:18:54.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-08-28T22:18:54.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-08-28T22:18:54.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19522026-08-28T22:18:54.496Z
19532026-08-28T22:18:54.496Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-generation-kinds (12/376)
19542026-08-28T22:18:54.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-08-28T22:18:54.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-08-28T22:18:54.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-08-28T22:18:54.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19582026-08-28T22:18:54.802Z
19592026-08-28T22:18:54.802Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-generation-kinds (13/376)
19602026-08-28T22:18:55.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-08-28T22:18:55.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-08-28T22:18:55.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-08-28T22:18:55.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19642026-08-28T22:18:55.166Z
19652026-08-28T22:18:55.166Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-generation-kinds (14/376)
19662026-08-28T22:18:55.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-08-28T22:18:55.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-08-28T22:18:55.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-08-28T22:18:55.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19702026-08-28T22:18:55.639Z
19712026-08-28T22:18:55.640Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-generation-kinds (15/376)
19722026-08-28T22:18:55.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-08-28T22:18:56.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-08-28T22:18:56.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-08-28T22:18:56.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19762026-08-28T22:18:56.270Z
19772026-08-28T22:18:56.270Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-generation-kinds (16/376)
19782026-08-28T22:18:56.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-08-28T22:18:56.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-08-28T22:18:56.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-08-28T22:18:56.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19822026-08-28T22:18:56.553Z
19832026-08-28T22:18:56.553Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-generation-kinds (17/376)
19842026-08-28T22:18:56.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-08-28T22:18:56.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-08-28T22:18:56.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-08-28T22:18:56.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19882026-08-28T22:18:56.785Z
19892026-08-28T22:18:56.785Zinfo: running `cargo check --bins --no-default-features --features slog2` on omicron-generation-kinds (18/376)
19902026-08-28T22:18:57.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-08-28T22:18:57.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-08-28T22:18:57.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-08-28T22:18:57.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19942026-08-28T22:18:57.231Z
19952026-08-28T22:18:57.231Zinfo: running `cargo check --bins --no-default-features --features default,slog2` on omicron-generation-kinds (19/376)
19962026-08-28T22:18:57.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-08-28T22:18:57.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-08-28T22:18:57.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-08-28T22:18:57.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20002026-08-28T22:18:57.680Z
20012026-08-28T22:18:57.683Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2` on omicron-generation-kinds (20/376)
20022026-08-28T22:18:57.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-08-28T22:18:58.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-08-28T22:18:58.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-08-28T22:18:58.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20062026-08-28T22:18:58.447Z
20072026-08-28T22:18:58.447Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2` on omicron-generation-kinds (21/376)
20082026-08-28T22:18:58.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-08-28T22:18:58.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-08-28T22:18:58.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-08-28T22:18:58.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20122026-08-28T22:18:58.603Z
20132026-08-28T22:18:58.603Zinfo: running `cargo check --bins --no-default-features --features serde,slog2` on omicron-generation-kinds (22/376)
20142026-08-28T22:18:58.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-08-28T22:18:59.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-08-28T22:18:59.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-08-28T22:18:59.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20182026-08-28T22:18:59.016Z
20192026-08-28T22:18:59.016Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2` on omicron-generation-kinds (23/376)
20202026-08-28T22:18:59.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-08-28T22:18:59.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-08-28T22:18:59.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-08-28T22:18:59.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20242026-08-28T22:18:59.312Z
20252026-08-28T22:18:59.312Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2` on omicron-generation-kinds (24/376)
20262026-08-28T22:18:59.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-08-28T22:18:59.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-08-28T22:18:59.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-08-28T22:18:59.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20302026-08-28T22:18:59.754Z
20312026-08-28T22:18:59.754Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2` on omicron-generation-kinds (25/376)
20322026-08-28T22:19:00.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-08-28T22:19:00.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-08-28T22:19:00.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-08-28T22:19:00.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20362026-08-28T22:19:00.109Z
20372026-08-28T22:19:00.109Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-generation-kinds (26/376)
20382026-08-28T22:19:00.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-08-28T22:19:01.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-08-28T22:19:01.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-08-28T22:19:01.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20422026-08-28T22:19:01.012Z
20432026-08-28T22:19:01.012Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-generation-kinds (27/376)
20442026-08-28T22:19:01.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-08-28T22:19:01.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-08-28T22:19:01.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-08-28T22:19:01.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20482026-08-28T22:19:01.157Z
20492026-08-28T22:19:01.158Zinfo: running `cargo check --bins --no-default-features --features slog2,std` on omicron-generation-kinds (28/376)
20502026-08-28T22:19:01.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-08-28T22:19:01.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-08-28T22:19:01.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-08-28T22:19:01.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20542026-08-28T22:19:01.389Z
20552026-08-28T22:19:01.389Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,std` on omicron-generation-kinds (29/376)
20562026-08-28T22:19:01.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-08-28T22:19:01.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-08-28T22:19:01.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-08-28T22:19:01.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20602026-08-28T22:19:01.706Z
20612026-08-28T22:19:01.706Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-generation-kinds (30/376)
20622026-08-28T22:19:02.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-08-28T22:19:02.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-08-28T22:19:02.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-08-28T22:19:02.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20662026-08-28T22:19:02.142Z
20672026-08-28T22:19:02.142Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-generation-kinds (31/376)
20682026-08-28T22:19:02.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-08-28T22:19:02.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-08-28T22:19:02.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-08-28T22:19:02.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20722026-08-28T22:19:02.624Z
20732026-08-28T22:19:02.624Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-generation-kinds (32/376)
20742026-08-28T22:19:03.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-08-28T22:19:03.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-08-28T22:19:03.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-08-28T22:19:03.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20782026-08-28T22:19:03.505Z
20792026-08-28T22:19:03.505Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-generation-kinds (33/376)
20802026-08-28T22:19:03.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-08-28T22:19:03.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-08-28T22:19:03.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-08-28T22:19:03.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20842026-08-28T22:19:03.507Z
20852026-08-28T22:19:03.507Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-generation-kinds (34/376)
20862026-08-28T22:19:03.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-08-28T22:19:03.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-08-28T22:19:03.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-08-28T22:19:03.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20902026-08-28T22:19:03.876Z
20912026-08-28T22:19:03.876Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-generation-kinds (35/376)
20922026-08-28T22:19:04.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-08-28T22:19:04.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-08-28T22:19:04.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-08-28T22:19:04.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20962026-08-28T22:19:04.353Z
20972026-08-28T22:19:04.353Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-generation-kinds (36/376)
20982026-08-28T22:19:04.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-08-28T22:19:04.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-08-28T22:19:04.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-08-28T22:19:04.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21022026-08-28T22:19:04.626Z
21032026-08-28T22:19:04.626Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-generation-kinds (37/376)
21042026-08-28T22:19:04.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-08-28T22:19:04.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-08-28T22:19:04.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-08-28T22:19:04.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21082026-08-28T22:19:05.023Z
21092026-08-28T22:19:05.023Zinfo: running `cargo check --bins --no-default-features --features slog2,testing` on omicron-generation-kinds (38/376)
21102026-08-28T22:19:05.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-08-28T22:19:05.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-08-28T22:19:05.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-08-28T22:19:05.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21142026-08-28T22:19:05.564Z
21152026-08-28T22:19:05.564Zinfo: running `cargo check --bins --no-default-features --features default,slog2,testing` on omicron-generation-kinds (39/376)
21162026-08-28T22:19:05.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-08-28T22:19:05.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-08-28T22:19:05.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-08-28T22:19:05.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21202026-08-28T22:19:05.872Z
21212026-08-28T22:19:05.872Zinfo: running `cargo check --bins --no-default-features --features schemars08,slog2,testing` on omicron-generation-kinds (40/376)
21222026-08-28T22:19:06.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-08-28T22:19:06.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-08-28T22:19:06.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-08-28T22:19:06.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21262026-08-28T22:19:06.201Z
21272026-08-28T22:19:06.201Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,slog2,testing` on omicron-generation-kinds (41/376)
21282026-08-28T22:19:06.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-08-28T22:19:06.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-08-28T22:19:06.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-08-28T22:19:06.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21322026-08-28T22:19:06.900Z
21332026-08-28T22:19:06.900Zinfo: running `cargo check --bins --no-default-features --features serde,slog2,testing` on omicron-generation-kinds (42/376)
21342026-08-28T22:19:07.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-08-28T22:19:07.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-08-28T22:19:07.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-08-28T22:19:07.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21382026-08-28T22:19:07.061Z
21392026-08-28T22:19:07.061Zinfo: running `cargo check --bins --no-default-features --features default,serde,slog2,testing` on omicron-generation-kinds (43/376)
21402026-08-28T22:19:07.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-08-28T22:19:07.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-08-28T22:19:07.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-08-28T22:19:07.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21442026-08-28T22:19:07.450Z
21452026-08-28T22:19:07.450Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,slog2,testing` on omicron-generation-kinds (44/376)
21462026-08-28T22:19:07.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-08-28T22:19:07.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-08-28T22:19:07.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-08-28T22:19:07.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21502026-08-28T22:19:07.851Z
21512026-08-28T22:19:07.851Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,slog2,testing` on omicron-generation-kinds (45/376)
21522026-08-28T22:19:08.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-08-28T22:19:08.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-08-28T22:19:08.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-08-28T22:19:08.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21562026-08-28T22:19:08.732Z
21572026-08-28T22:19:08.732Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-generation-kinds (46/376)
21582026-08-28T22:19:08.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-08-28T22:19:08.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-08-28T22:19:08.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-08-28T22:19:08.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21622026-08-28T22:19:08.840Z
21632026-08-28T22:19:08.840Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-generation-kinds (47/376)
21642026-08-28T22:19:09.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-08-28T22:19:09.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-08-28T22:19:09.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-08-28T22:19:09.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21682026-08-28T22:19:09.184Z
21692026-08-28T22:19:09.184Zinfo: running `cargo check --bins --no-default-features --features slog2,std,testing` on omicron-generation-kinds (48/376)
21702026-08-28T22:19:09.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-08-28T22:19:09.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-08-28T22:19:09.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-08-28T22:19:09.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21742026-08-28T22:19:09.532Z
21752026-08-28T22:19:09.532Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (49/376)
21762026-08-28T22:19:09.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-08-28T22:19:09.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-08-28T22:19:09.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-08-28T22:19:09.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21802026-08-28T22:19:09.977Z
21812026-08-28T22:19:09.977Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (50/376)
21822026-08-28T22:19:10.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-08-28T22:19:10.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-08-28T22:19:10.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-08-28T22:19:10.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21862026-08-28T22:19:10.365Z
21872026-08-28T22:19:10.365Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (51/376)
21882026-08-28T22:19:11.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-08-28T22:19:11.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-08-28T22:19:11.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-08-28T22:19:11.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21922026-08-28T22:19:11.625Z
21932026-08-28T22:19:11.625Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (52/376)
21942026-08-28T22:19:11.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-08-28T22:19:11.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-08-28T22:19:11.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-08-28T22:19:11.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
21982026-08-28T22:19:11.626Z
21992026-08-28T22:19:11.626Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (53/376)
22002026-08-28T22:19:11.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-08-28T22:19:11.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-08-28T22:19:11.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-08-28T22:19:11.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22042026-08-28T22:19:11.626Z
22052026-08-28T22:19:11.626Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (54/376)
22062026-08-28T22:19:11.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-08-28T22:19:12.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-08-28T22:19:12.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-08-28T22:19:12.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
22102026-08-28T22:19:12.010Z
22112026-08-28T22:19:12.010Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (55/376)
22122026-08-28T22:19:12.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-08-28T22:19:12.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-08-28T22:19:12.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-08-28T22:19:12.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22162026-08-28T22:19:12.381Z
22172026-08-28T22:19:12.381Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (56/376)
22182026-08-28T22:19:12.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-08-28T22:19:12.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-08-28T22:19:12.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-08-28T22:19:12.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22222026-08-28T22:19:12.796Z
22232026-08-28T22:19:12.796Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (57/376)
22242026-08-28T22:19:13.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-08-28T22:19:13.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-08-28T22:19:13.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-08-28T22:19:13.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22282026-08-28T22:19:13.202Z
22292026-08-28T22:19:13.202Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (58/376)
22302026-08-28T22:19:13.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-08-28T22:19:13.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-08-28T22:19:13.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-08-28T22:19:13.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22342026-08-28T22:19:13.630Z
22352026-08-28T22:19:13.631Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (59/376)
22362026-08-28T22:19:13.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-08-28T22:19:14.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-08-28T22:19:14.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-08-28T22:19:14.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22402026-08-28T22:19:14.033Z
22412026-08-28T22:19:14.033Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (60/376)
22422026-08-28T22:19:14.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-08-28T22:19:14.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-08-28T22:19:14.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-08-28T22:19:14.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22462026-08-28T22:19:14.627Z
22472026-08-28T22:19:14.627Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (61/376)
22482026-08-28T22:19:14.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-08-28T22:19:14.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-08-28T22:19:14.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-08-28T22:19:14.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22522026-08-28T22:19:14.909Z
22532026-08-28T22:19:14.909Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (62/376)
22542026-08-28T22:19:15.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-08-28T22:19:15.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-08-28T22:19:15.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-08-28T22:19:15.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22582026-08-28T22:19:15.267Z
22592026-08-28T22:19:15.267Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (63/376)
22602026-08-28T22:19:15.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-08-28T22:19:15.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-08-28T22:19:15.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-08-28T22:19:15.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22642026-08-28T22:19:15.686Z
22652026-08-28T22:19:15.686Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (64/376)
22662026-08-28T22:19:16.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-08-28T22:19:16.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-08-28T22:19:16.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22692026-08-28T22:19:16.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22702026-08-28T22:19:16.090Z
22712026-08-28T22:19:16.091Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (65/376)
22722026-08-28T22:19:16.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22732026-08-28T22:19:16.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22742026-08-28T22:19:16.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22752026-08-28T22:19:16.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22762026-08-28T22:19:16.505Z
22772026-08-28T22:19:16.505Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (66/376)
22782026-08-28T22:19:16.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22792026-08-28T22:19:16.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22802026-08-28T22:19:16.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22812026-08-28T22:19:16.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22822026-08-28T22:19:16.967Z
22832026-08-28T22:19:16.976Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (67/376)
22842026-08-28T22:19:17.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22852026-08-28T22:19:17.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22862026-08-28T22:19:17.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22872026-08-28T22:19:17.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22882026-08-28T22:19:17.599Z
22892026-08-28T22:19:17.599Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (68/376)
22902026-08-28T22:19:17.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22912026-08-28T22:19:18.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22922026-08-28T22:19:18.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22932026-08-28T22:19:18.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
22942026-08-28T22:19:18.144Z
22952026-08-28T22:19:18.145Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (69/376)
22962026-08-28T22:19:18.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22972026-08-28T22:19:18.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22982026-08-28T22:19:18.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22992026-08-28T22:19:18.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23002026-08-28T22:19:18.479Z
23012026-08-28T22:19:18.479Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (70/376)
23022026-08-28T22:19:18.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23032026-08-28T22:19:18.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23042026-08-28T22:19:18.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23052026-08-28T22:19:18.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23062026-08-28T22:19:18.689Z
23072026-08-28T22:19:18.689Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (71/376)
23082026-08-28T22:19:18.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23092026-08-28T22:19:19.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23102026-08-28T22:19:19.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23112026-08-28T22:19:19.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23122026-08-28T22:19:19.029Z
23132026-08-28T22:19:19.029Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (72/376)
23142026-08-28T22:19:19.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23152026-08-28T22:19:19.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23162026-08-28T22:19:19.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23172026-08-28T22:19:19.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23182026-08-28T22:19:19.423Z
23192026-08-28T22:19:19.424Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (73/376)
23202026-08-28T22:19:20.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23212026-08-28T22:19:21.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23222026-08-28T22:19:21.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23232026-08-28T22:19:21.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23242026-08-28T22:19:21.035Z
23252026-08-28T22:19:21.035Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (74/376)
23262026-08-28T22:19:21.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23272026-08-28T22:19:21.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23282026-08-28T22:19:21.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23292026-08-28T22:19:21.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23302026-08-28T22:19:21.035Z
23312026-08-28T22:19:21.035Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (75/376)
23322026-08-28T22:19:21.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23332026-08-28T22:19:21.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23342026-08-28T22:19:21.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23352026-08-28T22:19:21.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23362026-08-28T22:19:21.151Z
23372026-08-28T22:19:21.151Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (76/376)
23382026-08-28T22:19:21.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23392026-08-28T22:19:21.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23402026-08-28T22:19:21.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23412026-08-28T22:19:21.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23422026-08-28T22:19:21.281Z
23432026-08-28T22:19:21.281Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (77/376)
23442026-08-28T22:19:21.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23452026-08-28T22:19:21.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23462026-08-28T22:19:21.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23472026-08-28T22:19:21.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23482026-08-28T22:19:21.541Z
23492026-08-28T22:19:21.541Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (78/376)
23502026-08-28T22:19:21.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23512026-08-28T22:19:21.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23522026-08-28T22:19:21.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23532026-08-28T22:19:21.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23542026-08-28T22:19:21.920Z
23552026-08-28T22:19:21.921Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (79/376)
23562026-08-28T22:19:22.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23572026-08-28T22:19:22.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23582026-08-28T22:19:22.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23592026-08-28T22:19:22.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
23602026-08-28T22:19:22.303Z
23612026-08-28T22:19:22.303Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (80/376)
23622026-08-28T22:19:22.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23632026-08-28T22:19:23.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23642026-08-28T22:19:23.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23652026-08-28T22:19:23.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23662026-08-28T22:19:23.450Z
23672026-08-28T22:19:23.450Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (81/376)
23682026-08-28T22:19:23.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23692026-08-28T22:19:23.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23702026-08-28T22:19:23.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23712026-08-28T22:19:23.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23722026-08-28T22:19:23.451Z
23732026-08-28T22:19:23.451Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (82/376)
23742026-08-28T22:19:23.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23752026-08-28T22:19:23.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23762026-08-28T22:19:23.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23772026-08-28T22:19:23.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23782026-08-28T22:19:23.639Z
23792026-08-28T22:19:23.639Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (83/376)
23802026-08-28T22:19:23.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23812026-08-28T22:19:23.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23822026-08-28T22:19:23.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23832026-08-28T22:19:23.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23842026-08-28T22:19:23.950Z
23852026-08-28T22:19:23.959Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (84/376)
23862026-08-28T22:19:24.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23872026-08-28T22:19:24.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23882026-08-28T22:19:24.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23892026-08-28T22:19:24.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23902026-08-28T22:19:24.356Z
23912026-08-28T22:19:24.357Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (85/376)
23922026-08-28T22:19:24.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23932026-08-28T22:19:24.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23942026-08-28T22:19:24.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23952026-08-28T22:19:24.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
23962026-08-28T22:19:24.831Z
23972026-08-28T22:19:24.831Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (86/376)
23982026-08-28T22:19:25.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23992026-08-28T22:19:25.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24002026-08-28T22:19:25.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24012026-08-28T22:19:25.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24022026-08-28T22:19:25.209Z
24032026-08-28T22:19:25.209Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (87/376)
24042026-08-28T22:19:27.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24052026-08-28T22:19:27.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24062026-08-28T22:19:27.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24072026-08-28T22:19:27.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24082026-08-28T22:19:27.864Z
24092026-08-28T22:19:27.864Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (88/376)
24102026-08-28T22:19:27.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24112026-08-28T22:19:27.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24122026-08-28T22:19:27.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24132026-08-28T22:19:27.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
24142026-08-28T22:19:27.864Z
24152026-08-28T22:19:27.864Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (89/376)
24162026-08-28T22:19:27.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24172026-08-28T22:19:27.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24182026-08-28T22:19:27.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24192026-08-28T22:19:27.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24202026-08-28T22:19:28.044Z
24212026-08-28T22:19:28.044Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (90/376)
24222026-08-28T22:19:28.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24232026-08-28T22:19:28.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24242026-08-28T22:19:28.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24252026-08-28T22:19:28.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24262026-08-28T22:19:28.044Z
24272026-08-28T22:19:28.044Zinfo: running `cargo check --bins` on nexus-config (91/376)
24282026-08-28T22:19:28.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24292026-08-28T22:19:28.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24302026-08-28T22:19:28.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24312026-08-28T22:19:28.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24322026-08-28T22:19:28.045Z
24332026-08-28T22:19:28.045Zinfo: running `cargo check --bins` on nexus-types (92/376)
24342026-08-28T22:19:28.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24352026-08-28T22:19:28.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24362026-08-28T22:19:28.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24372026-08-28T22:19:28.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24382026-08-28T22:19:28.407Z
24392026-08-28T22:19:28.408Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (93/376)
24402026-08-28T22:19:29.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24412026-08-28T22:19:29.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24422026-08-28T22:19:29.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24432026-08-28T22:19:29.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24442026-08-28T22:19:29.455Z
24452026-08-28T22:19:29.455Zinfo: running `cargo check --bins` on omicron-passwords (94/376)
24462026-08-28T22:19:29.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24472026-08-28T22:19:29.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24482026-08-28T22:19:29.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24492026-08-28T22:19:29.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24502026-08-28T22:19:29.778Z
24512026-08-28T22:19:29.778Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (95/376)
24522026-08-28T22:19:30.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24532026-08-28T22:19:30.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24542026-08-28T22:19:30.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24552026-08-28T22:19:30.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24562026-08-28T22:19:30.117Z
24572026-08-28T22:19:30.117Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (96/376)
24582026-08-28T22:19:30.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24592026-08-28T22:19:30.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24602026-08-28T22:19:30.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24612026-08-28T22:19:30.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24622026-08-28T22:19:30.718Z
24632026-08-28T22:19:30.718Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (97/376)
24642026-08-28T22:19:31.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24652026-08-28T22:19:31.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24662026-08-28T22:19:31.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24672026-08-28T22:19:31.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24682026-08-28T22:19:31.476Z
24692026-08-28T22:19:31.476Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (98/376)
24702026-08-28T22:19:31.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24712026-08-28T22:19:31.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24722026-08-28T22:19:31.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24732026-08-28T22:19:31.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
24742026-08-28T22:19:31.927Z
24752026-08-28T22:19:31.927Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (99/376)
24762026-08-28T22:19:32.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24772026-08-28T22:19:32.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24782026-08-28T22:19:32.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24792026-08-28T22:19:32.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24802026-08-28T22:19:32.414Z
24812026-08-28T22:19:32.414Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (100/376)
24822026-08-28T22:19:32.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24832026-08-28T22:19:32.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24842026-08-28T22:19:32.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24852026-08-28T22:19:32.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24862026-08-28T22:19:32.915Z
24872026-08-28T22:19:32.916Zinfo: running `cargo check --bins --no-default-features` on gfss (101/376)
24882026-08-28T22:19:33.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24892026-08-28T22:19:33.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24902026-08-28T22:19:33.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24912026-08-28T22:19:33.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
24922026-08-28T22:19:33.708Z
24932026-08-28T22:19:33.708Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (102/376)
24942026-08-28T22:19:33.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24952026-08-28T22:19:33.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24962026-08-28T22:19:33.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24972026-08-28T22:19:33.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
24982026-08-28T22:19:34.027Z
24992026-08-28T22:19:34.027Zinfo: running `cargo check --bins` on trust-quorum-types (103/376)
25002026-08-28T22:19:34.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25012026-08-28T22:19:34.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25022026-08-28T22:19:34.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25032026-08-28T22:19:34.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25042026-08-28T22:19:34.587Z
25052026-08-28T22:19:34.587Zinfo: running `cargo check --bins` on wicketd-commission-types (104/376)
25062026-08-28T22:19:35.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25072026-08-28T22:19:35.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25082026-08-28T22:19:35.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25092026-08-28T22:19:35.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25102026-08-28T22:19:35.565Z
25112026-08-28T22:19:35.565Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (105/376)
25122026-08-28T22:19:35.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25132026-08-28T22:19:35.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25142026-08-28T22:19:35.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25152026-08-28T22:19:35.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25162026-08-28T22:19:35.857Z
25172026-08-28T22:19:35.857Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (106/376)
25182026-08-28T22:19:36.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25192026-08-28T22:19:36.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25202026-08-28T22:19:36.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25212026-08-28T22:19:36.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25222026-08-28T22:19:36.264Z
25232026-08-28T22:19:36.264Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (107/376)
25242026-08-28T22:19:36.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25252026-08-28T22:19:36.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25262026-08-28T22:19:36.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25272026-08-28T22:19:36.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25282026-08-28T22:19:36.820Z
25292026-08-28T22:19:36.820Zinfo: running `cargo check --bins` on clickhouse-admin-types (108/376)
25302026-08-28T22:19:37.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25312026-08-28T22:19:37.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25322026-08-28T22:19:37.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25332026-08-28T22:19:37.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25342026-08-28T22:19:37.382Z
25352026-08-28T22:19:37.382Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (109/376)
25362026-08-28T22:19:37.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25372026-08-28T22:19:37.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25382026-08-28T22:19:37.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25392026-08-28T22:19:37.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25402026-08-28T22:19:37.982Z
25412026-08-28T22:19:37.982Zinfo: running `cargo check --bins` on cockroach-admin-types (110/376)
25422026-08-28T22:19:38.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25432026-08-28T22:19:38.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25442026-08-28T22:19:38.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25452026-08-28T22:19:38.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
25462026-08-28T22:19:38.505Z
25472026-08-28T22:19:38.505Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (111/376)
25482026-08-28T22:19:39.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25492026-08-28T22:19:39.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25502026-08-28T22:19:39.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25512026-08-28T22:19:39.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25522026-08-28T22:19:39.252Z
25532026-08-28T22:19:39.252Zinfo: running `cargo check --bins` on ereport-types (112/376)
25542026-08-28T22:19:39.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25552026-08-28T22:19:39.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25562026-08-28T22:19:39.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25572026-08-28T22:19:39.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25582026-08-28T22:19:39.611Z
25592026-08-28T22:19:39.611Zinfo: running `cargo check --bins` on gateway-client (113/376)
25602026-08-28T22:19:40.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25612026-08-28T22:19:40.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25622026-08-28T22:19:40.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25632026-08-28T22:19:40.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
25642026-08-28T22:19:40.178Z
25652026-08-28T22:19:40.178Zinfo: running `cargo check --bins --no-default-features` on gateway-types (114/376)
25662026-08-28T22:19:40.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25672026-08-28T22:19:40.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25682026-08-28T22:19:40.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25692026-08-28T22:19:40.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25702026-08-28T22:19:40.727Z
25712026-08-28T22:19:40.728Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (115/376)
25722026-08-28T22:19:41.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732026-08-28T22:19:41.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742026-08-28T22:19:41.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752026-08-28T22:19:41.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25762026-08-28T22:19:41.304Z
25772026-08-28T22:19:41.304Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (116/376)
25782026-08-28T22:19:41.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792026-08-28T22:19:41.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802026-08-28T22:19:41.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812026-08-28T22:19:41.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25822026-08-28T22:19:41.863Z
25832026-08-28T22:19:41.863Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (117/376)
25842026-08-28T22:19:42.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852026-08-28T22:19:42.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862026-08-28T22:19:42.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872026-08-28T22:19:42.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25882026-08-28T22:19:42.451Z
25892026-08-28T22:19:42.451Zinfo: running `cargo check --bins` on key-manager-types (118/376)
25902026-08-28T22:19:42.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912026-08-28T22:19:42.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922026-08-28T22:19:42.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932026-08-28T22:19:42.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
25942026-08-28T22:19:43.003Z
25952026-08-28T22:19:43.003Zinfo: running `cargo check --bins` on oxlog (119/376)
25962026-08-28T22:19:45.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972026-08-28T22:19:45.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982026-08-28T22:19:45.661Z Checking cfg-if v1.0.4
25992026-08-28T22:19:45.661Z Checking serde_core v1.0.228
26002026-08-28T22:19:45.661Z Checking libc v0.2.185
26012026-08-28T22:19:45.662Z Checking memchr v2.8.0
26022026-08-28T22:19:45.662Z Checking smallvec v1.15.1
26032026-08-28T22:19:45.662Z Checking log v0.4.33
26042026-08-28T22:19:45.663Z Checking subtle v2.6.1
26052026-08-28T22:19:45.663Z Checking itoa v1.0.17
26062026-08-28T22:19:45.663Z Checking scopeguard v1.2.0
26072026-08-28T22:19:45.663Z Checking lock_api v0.4.14
26082026-08-28T22:19:45.663Z Checking typenum v1.20.1
26092026-08-28T22:19:45.663Z Checking stable_deref_trait v1.2.1
26102026-08-28T22:19:45.663Z Checking zerofrom v0.1.6
26112026-08-28T22:19:45.663Z Checking portable-atomic v1.13.1
26122026-08-28T22:19:45.663Z Checking zerocopy v0.8.55
26132026-08-28T22:19:45.664Z Checking yoke v0.8.1
26142026-08-28T22:19:45.664Z Checking critical-section v1.2.0
26152026-08-28T22:19:45.664Z Checking pin-project-lite v0.2.17
26162026-08-28T22:19:45.664Z Checking errno v0.3.14
26172026-08-28T22:19:45.664Z Checking getrandom v0.2.17
26182026-08-28T22:19:45.664Z Checking const-oid v0.9.6
26192026-08-28T22:19:45.664Z Checking zerovec v0.11.5
26202026-08-28T22:19:45.664Z Checking libm v0.2.16
26212026-08-28T22:19:45.664Z Checking rand_core v0.6.4
26222026-08-28T22:19:45.664Z Checking once_cell v1.21.3
26232026-08-28T22:19:45.664Z Checking zmij v1.0.21
26242026-08-28T22:19:45.664Z Checking signal-hook-registry v1.4.8
26252026-08-28T22:19:45.664Z Checking tinystr v0.8.2
26262026-08-28T22:19:45.664Z Checking parking_lot_core v0.9.12
26272026-08-28T22:19:45.664Z Checking writeable v0.6.2
26282026-08-28T22:19:45.664Z Checking litemap v0.8.1
26292026-08-28T22:19:45.664Z Checking percent-encoding v2.3.2
26302026-08-28T22:19:45.664Z Checking futures-core v0.3.32
26312026-08-28T22:19:45.664Z Checking rand_core v0.10.0
26322026-08-28T22:19:45.664Z Checking icu_locale_core v2.1.1
26332026-08-28T22:19:45.665Z Checking parking_lot v0.12.5
26342026-08-28T22:19:45.665Z Checking num-traits v0.2.19
26352026-08-28T22:19:45.665Z Checking potential_utf v0.1.4
26362026-08-28T22:19:45.665Z Checking zerotrie v0.2.3
26372026-08-28T22:19:45.665Z Checking getrandom v0.4.3
26382026-08-28T22:19:45.665Z Checking mio v1.2.0
26392026-08-28T22:19:45.665Z Checking equivalent v1.0.2
26402026-08-28T22:19:45.665Z Checking icu_collections v2.1.1
26412026-08-28T22:19:45.665Z Checking socket2 v0.6.3
26422026-08-28T22:19:45.665Z Checking icu_properties_data v2.1.2
26432026-08-28T22:19:45.665Z Checking serde v1.0.228
26442026-08-28T22:19:45.665Z Checking bitflags v2.11.0
26452026-08-28T22:19:45.665Z Checking serde_json v1.0.151
26462026-08-28T22:19:45.665Z Checking icu_normalizer_data v2.1.1
26472026-08-28T22:19:45.665Z Checking icu_provider v2.1.1
26482026-08-28T22:19:45.665Z Checking byteorder v1.5.0
26492026-08-28T22:19:45.665Z Checking futures-sink v0.3.32
26502026-08-28T22:19:45.665Z Checking hashbrown v0.17.0
26512026-08-28T22:19:45.665Z Checking getrandom v0.3.4
26522026-08-28T22:19:45.665Z Checking futures-channel v0.3.32
26532026-08-28T22:19:45.778Z Checking zeroize v1.9.0
26542026-08-28T22:19:45.778Z Checking bytes v1.11.1
26552026-08-28T22:19:45.778Z Checking icu_properties v2.1.2
26562026-08-28T22:19:45.778Z Checking icu_normalizer v2.1.1
26572026-08-28T22:19:45.846Z Checking slab v0.4.12
26582026-08-28T22:19:45.846Z Checking generic-array v0.14.7
26592026-08-28T22:19:45.885Z Checking utf8_iter v1.0.4
26602026-08-28T22:19:45.920Z Checking indexmap v2.14.0
26612026-08-28T22:19:45.935Z Checking futures-task v0.3.32
26622026-08-28T22:19:45.989Z Checking futures-io v0.3.32
26632026-08-28T22:19:46.002Z Checking rustix v1.1.4
26642026-08-28T22:19:46.047Z Checking tokio v1.52.1
26652026-08-28T22:19:46.067Z Checking form_urlencoded v1.2.2
26662026-08-28T22:19:46.101Z Checking futures-util v0.3.32
26672026-08-28T22:19:46.196Z Checking base64ct v1.8.3
26682026-08-28T22:19:46.223Z Checking block-buffer v0.10.4
26692026-08-28T22:19:46.363Z Checking crypto-common v0.1.7
26702026-08-28T22:19:46.429Z Checking fnv v1.0.7
26712026-08-28T22:19:46.442Z Checking idna_adapter v1.2.1
26722026-08-28T22:19:46.483Z Checking digest v0.10.7
26732026-08-28T22:19:46.487Z Checking pem-rfc7468 v0.7.0
26742026-08-28T22:19:46.518Z Checking iana-time-zone v0.1.65
26752026-08-28T22:19:46.558Z Checking idna v1.1.0
26762026-08-28T22:19:46.622Z Checking flagset v0.4.7
26772026-08-28T22:19:46.651Z Checking chrono v0.4.45
26782026-08-28T22:19:46.677Z Checking rand_core v0.9.5
26792026-08-28T22:19:46.736Z Checking ppv-lite86 v0.2.21
26802026-08-28T22:19:46.750Z Checking der v0.7.10
26812026-08-28T22:19:46.802Z Checking url v2.5.8
26822026-08-28T22:19:46.833Z Checking uuid v1.23.4
26832026-08-28T22:19:46.853Z Checking regex-syntax v0.8.10
26842026-08-28T22:19:47.158Z Checking base64 v0.22.1
26852026-08-28T22:19:47.189Z Checking http v1.4.2
26862026-08-28T22:19:47.232Z Checking rand_chacha v0.9.0
26872026-08-28T22:19:47.268Z Checking tracing-core v0.1.36
26882026-08-28T22:19:47.434Z Checking simd-adler32 v0.3.8
26892026-08-28T22:19:47.479Z Checking spki v0.7.3
26902026-08-28T22:19:47.503Z Checking dyn-clone v1.0.20
26912026-08-28T22:19:47.577Z Checking cpufeatures v0.2.17
26922026-08-28T22:19:47.602Z Checking tracing v0.1.44
26932026-08-28T22:19:47.617Z Checking rand v0.9.2
26942026-08-28T22:19:47.651Z Checking pkcs8 v0.10.2
26952026-08-28T22:19:47.670Z Checking rustls-pki-types v1.14.0
26962026-08-28T22:19:47.712Z Checking http-body v1.0.1
26972026-08-28T22:19:47.794Z Checking semver v1.0.28
26982026-08-28T22:19:47.807Z Checking spin v0.9.8
26992026-08-28T22:19:47.840Z Checking utf8parse v0.2.2
27002026-08-28T22:19:47.938Z Checking openssl-probe v0.2.1
27012026-08-28T22:19:47.944Z Checking anstyle v1.0.14
27022026-08-28T22:19:47.985Z Checking tinyvec_macros v0.1.1
27032026-08-28T22:19:47.999Z Checking adler2 v2.0.1
27042026-08-28T22:19:48.013Z Checking cmov v0.5.4
27052026-08-28T22:19:48.043Z Checking schemars v0.8.22
27062026-08-28T22:19:48.056Z Checking tinyvec v1.10.0
27072026-08-28T22:19:48.078Z Checking anstyle-parse v1.0.0
27082026-08-28T22:19:48.101Z Checking miniz_oxide v0.8.9
27092026-08-28T22:19:48.130Z Checking sha2 v0.10.9
27102026-08-28T22:19:48.144Z Checking terminal_size v0.4.3
27112026-08-28T22:19:48.200Z Checking ctutils v0.4.2
27122026-08-28T22:19:48.223Z Checking aws-lc-sys v0.40.0
27132026-08-28T22:19:48.250Z Checking thiserror v2.0.18
27142026-08-28T22:19:48.353Z Checking tower-service v0.3.3
27152026-08-28T22:19:48.368Z Checking atomic-waker v1.1.2
27162026-08-28T22:19:48.401Z Checking is_terminal_polyfill v1.70.2
27172026-08-28T22:19:48.416Z Checking tower-layer v0.3.3
27182026-08-28T22:19:48.439Z Checking try-lock v0.2.5
27192026-08-28T22:19:48.451Z Checking untrusted v0.7.1
27202026-08-28T22:19:48.462Z Checking fastrand v2.3.0
27212026-08-28T22:19:48.487Z Checking anstyle-query v1.1.5
27222026-08-28T22:19:48.533Z Checking colorchoice v1.0.4
27232026-08-28T22:19:48.553Z Checking want v0.3.1
27242026-08-28T22:19:48.557Z Checking hybrid-array v0.4.13
27252026-08-28T22:19:48.581Z Checking ipnet v2.12.0
27262026-08-28T22:19:48.628Z Checking anstream v1.0.0
27272026-08-28T22:19:48.641Z Checking tempfile v3.27.0
27282026-08-28T22:19:48.674Z Checking crc32fast v1.5.0
27292026-08-28T22:19:48.696Z Checking httparse v1.10.1
27302026-08-28T22:19:48.732Z Checking aws-lc-rs v1.16.3
27312026-08-28T22:19:48.814Z Checking aho-corasick v1.1.4
27322026-08-28T22:19:48.841Z Checking httpdate v1.0.3
27332026-08-28T22:19:48.856Z Checking foreign-types-shared v0.1.1
27342026-08-28T22:19:48.860Z Checking tap v1.0.1
27352026-08-28T22:19:48.914Z Checking untrusted v0.9.0
27362026-08-28T22:19:48.938Z Checking plain v0.2.3
27372026-08-28T22:19:48.967Z Checking wyz v0.5.1
27382026-08-28T22:19:48.986Z Checking foreign-types v0.3.2
27392026-08-28T22:19:49.091Z Checking unicode-normalization v0.1.25
27402026-08-28T22:19:49.099Z Checking rand_chacha v0.3.1
27412026-08-28T22:19:49.099Z Checking signature v2.2.0
27422026-08-28T22:19:49.141Z Checking radium v0.7.0
27432026-08-28T22:19:49.184Z Checking hex v0.4.3
27442026-08-28T22:19:49.247Z Checking openssl-sys v0.9.117
27452026-08-28T22:19:49.319Z Checking num-integer v0.1.46
27462026-08-28T22:19:49.339Z Checking tokio-util v0.7.18
27472026-08-28T22:19:49.349Z Checking socket2 v0.5.10
27482026-08-28T22:19:49.411Z Checking wait-timeout v0.2.1
27492026-08-28T22:19:49.429Z Checking funty v2.0.0
27502026-08-28T22:19:49.505Z Checking regex-automata v0.4.14
27512026-08-28T22:19:49.533Z Checking bit-vec v0.8.0
27522026-08-28T22:19:49.550Z Checking unicode-ident v1.0.24
27532026-08-28T22:19:49.585Z Checking rustls-webpki v0.103.13
27542026-08-28T22:19:49.598Z Checking strsim v0.11.1
27552026-08-28T22:19:49.612Z Checking quick-error v1.2.3
27562026-08-28T22:19:49.651Z Checking ucd-trie v0.1.7
27572026-08-28T22:19:49.707Z Checking clap_lex v1.0.0
27582026-08-28T22:19:49.725Z Checking bit-set v0.8.0
27592026-08-28T22:19:49.746Z Checking bitvec v1.0.1
27602026-08-28T22:19:49.760Z Checking rusty-fork v0.3.1
27612026-08-28T22:19:49.778Z Checking pest v2.8.6
27622026-08-28T22:19:49.855Z Checking clap_builder v4.6.0
27632026-08-28T22:19:49.868Z Checking proc-macro2 v1.0.106
27642026-08-28T22:19:49.927Z Checking openssl v0.10.80
27652026-08-28T22:19:49.955Z Checking h2 v0.4.15
27662026-08-28T22:19:49.995Z Checking rustls v0.23.41
27672026-08-28T22:19:50.170Z Checking num-iter v0.1.45
27682026-08-28T22:19:50.280Z Checking rand v0.8.6
27692026-08-28T22:19:50.801Z Checking lazy_static v1.5.0
27702026-08-28T22:19:50.833Z Checking rand_xorshift v0.4.0
27712026-08-28T22:19:50.886Z Checking hmac v0.12.1
27722026-08-28T22:19:50.952Z Checking thiserror v1.0.69
27732026-08-28T22:19:51.022Z Checking maybe-uninit v2.0.0
27742026-08-28T22:19:51.040Z Checking toml_datetime v0.6.11
27752026-08-28T22:19:51.052Z Checking serde_spanned v0.6.9
27762026-08-28T22:19:51.084Z Checking sync_wrapper v1.0.2
27772026-08-28T22:19:51.099Z Checking pretty-hex v0.4.1
27782026-08-28T22:19:51.170Z Checking zlib-rs v0.6.2
27792026-08-28T22:19:51.186Z Checking crc-catalog v2.4.0
27802026-08-28T22:19:51.298Z Checking unarray v0.1.4
27812026-08-28T22:19:51.304Z Checking siphasher v1.0.2
27822026-08-28T22:19:51.304Z Checking powerfmt v0.2.0
27832026-08-28T22:19:51.325Z Checking nodrop v0.1.14
27842026-08-28T22:19:51.329Z Checking proptest v1.11.0
27852026-08-28T22:19:51.371Z Checking crc v3.4.0
27862026-08-28T22:19:51.414Z Checking array-init v0.0.4
27872026-08-28T22:19:51.428Z Checking deranged v0.5.8
27882026-08-28T22:19:51.533Z Checking tower v0.5.3
27892026-08-28T22:19:51.708Z Checking clap v4.6.1
27902026-08-28T22:19:51.786Z Checking smallvec v0.6.14
27912026-08-28T22:19:51.916Z Checking packed_struct v0.10.1
27922026-08-28T22:19:51.932Z Checking native-tls v0.2.18
27932026-08-28T22:19:51.974Z Checking num-bigint-dig v0.8.6
27942026-08-28T22:19:52.040Z Checking flate2 v1.1.9
27952026-08-28T22:19:52.112Z Checking quote v1.0.45
27962026-08-28T22:19:52.248Z Checking ipnetwork v0.21.1
27972026-08-28T22:19:52.282Z Checking http-body-util v0.1.3
27982026-08-28T22:19:52.328Z Checking pkcs1 v0.7.5
27992026-08-28T22:19:52.341Z Checking crossbeam-utils v0.8.21
28002026-08-28T22:19:52.463Z Checking zerocopy v0.6.6
28012026-08-28T22:19:52.498Z Checking bitfield v0.19.4
28022026-08-28T22:19:52.535Z Checking ahash v0.8.12
28032026-08-28T22:19:52.674Z Checking bzip2-sys v0.1.13+1.0.8
28042026-08-28T22:19:52.727Z Checking scroll v0.13.0
28052026-08-28T22:19:52.752Z Checking hyper v1.10.1
28062026-08-28T22:19:52.756Z Checking env_filter v2.0.0
28072026-08-28T22:19:52.777Z Checking unicode-properties v0.1.4
28082026-08-28T22:19:52.787Z Checking base64 v0.21.7
28092026-08-28T22:19:52.801Z Checking ryu v1.0.23
28102026-08-28T22:19:52.903Z Checking num_threads v0.1.7
28112026-08-28T22:19:52.931Z Checking iri-string v0.7.10
28122026-08-28T22:19:52.948Z Checking hashbrown v0.12.3
28132026-08-28T22:19:52.962Z Checking unicode-bidi v0.3.18
28142026-08-28T22:19:52.967Z Checking winnow v0.5.40
28152026-08-28T22:19:52.986Z Checking gimli v0.32.3
28162026-08-28T22:19:53.019Z Checking allocator-api2 v0.2.21
28172026-08-28T22:19:53.150Z Checking time-core v0.1.8
28182026-08-28T22:19:53.251Z Checking num-conv v0.2.0
28192026-08-28T22:19:53.290Z Checking stringprep v0.1.5
28202026-08-28T22:19:53.302Z Checking newtype-uuid v1.3.2
28212026-08-28T22:19:53.351Z Checking indexmap v1.9.3
28222026-08-28T22:19:53.365Z Checking time v0.3.47
28232026-08-28T22:19:53.441Z Checking ron v0.8.1
28242026-08-28T22:19:53.496Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28252026-08-28T22:19:53.660Z Checking goblin v0.10.5
28262026-08-28T22:19:53.755Z Checking hyper-util v0.1.20
28272026-08-28T22:19:53.969Z Checking tower-http v0.6.8
28282026-08-28T22:19:53.986Z Checking serde_urlencoded v0.7.1
28292026-08-28T22:19:54.147Z Checking toml_edit v0.19.15
28302026-08-28T22:19:54.193Z Checking env_logger v0.11.11
28312026-08-28T22:19:54.246Z Checking rsa v0.9.10
28322026-08-28T22:19:54.378Z Checking bzip2 v0.4.4
28332026-08-28T22:19:54.511Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
28342026-08-28T22:19:54.543Z Checking hashbrown v0.13.2
28352026-08-28T22:19:54.558Z Checking addr2line v0.25.1
28362026-08-28T22:19:54.662Z Checking crossbeam-epoch v0.9.18
28372026-08-28T22:19:54.713Z Checking oxnet v0.1.6
28382026-08-28T22:19:54.817Z Checking syn v2.0.117
28392026-08-28T22:19:54.886Z Checking tokio-native-tls v0.3.1
28402026-08-28T22:19:54.956Z Checking serde-hex v0.1.0
28412026-08-28T22:19:54.969Z Checking bstr v1.12.1
28422026-08-28T22:19:54.982Z Checking block-buffer v0.12.1
28432026-08-28T22:19:55.040Z Checking crypto-common v0.2.2
28442026-08-28T22:19:55.159Z Checking block-padding v0.4.2
28452026-08-28T22:19:55.182Z Checking rustls-native-certs v0.8.3
28462026-08-28T22:19:55.297Z Checking x509-cert v0.2.5
28472026-08-28T22:19:55.317Z Checking scroll v0.12.0
28482026-08-28T22:19:55.355Z Checking object v0.37.3
28492026-08-28T22:19:55.542Z Checking zstd-sys v2.0.16+zstd.1.5.7
28502026-08-28T22:19:55.645Z Checking md-5 v0.10.6
28512026-08-28T22:19:55.657Z Checking hash32 v0.2.1
28522026-08-28T22:19:55.784Z Checking encoding_rs v0.8.35
28532026-08-28T22:19:55.816Z Checking crc-any v2.5.0
28542026-08-28T22:19:55.949Z Checking psl-types v2.0.11
28552026-08-28T22:19:55.992Z Checking rustc-demangle v0.1.27
28562026-08-28T22:19:56.006Z Checking fallible-iterator v0.2.0
28572026-08-28T22:19:56.067Z Checking mime v0.3.17
28582026-08-28T22:19:56.214Z Checking publicsuffix v2.3.0
28592026-08-28T22:19:56.238Z Checking dof v0.4.0
28602026-08-28T22:19:56.280Z Checking postgres-protocol v0.6.10
28612026-08-28T22:19:56.376Z Checking heapless v0.7.17
28622026-08-28T22:19:56.450Z Checking zstd-safe v7.2.4
28632026-08-28T22:19:56.546Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
28642026-08-28T22:19:56.591Z Checking goblin v0.8.2
28652026-08-28T22:19:56.612Z Checking inout v0.2.2
28662026-08-28T22:19:56.729Z Checking toml v0.7.8
28672026-08-28T22:19:56.759Z Checking hyper-tls v0.6.0
28682026-08-28T22:19:56.787Z Checking daft v0.1.8
28692026-08-28T22:19:56.863Z Checking object v0.30.4
28702026-08-28T22:19:56.933Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
28712026-08-28T22:19:57.031Z Checking zip v0.6.6
28722026-08-28T22:19:57.034Z Checking cookie v0.18.1
28732026-08-28T22:19:57.083Z Checking tokio-rustls v0.26.4
28742026-08-28T22:19:57.097Z Checking phf_shared v0.13.1
28752026-08-28T22:19:57.265Z Checking dtrace-parser v0.3.0
28762026-08-28T22:19:57.289Z Checking pin-project v1.1.11
28772026-08-28T22:19:57.310Z Checking zerocopy v0.7.35
28782026-08-28T22:19:57.344Z Checking signal-hook v0.3.18
28792026-08-28T22:19:57.382Z Checking futures-executor v0.3.32
28802026-08-28T22:19:57.503Z Checking ff v0.13.1
28812026-08-28T22:19:57.514Z Checking thread-id v5.1.0
28822026-08-28T22:19:57.530Z Checking libbz2-rs-sys v0.2.2
28832026-08-28T22:19:57.531Z Checking bitflags v1.3.2
28842026-08-28T22:19:57.591Z Checking smawk v0.3.2
28852026-08-28T22:19:57.611Z Checking foldhash v0.2.0
28862026-08-28T22:19:57.627Z Checking foldhash v0.1.5
28872026-08-28T22:19:57.666Z Checking backtrace v0.3.76
28882026-08-28T22:19:57.712Z Checking is_ci v1.2.0
28892026-08-28T22:19:57.757Z Checking managed v0.8.0
28902026-08-28T22:19:57.757Z Checking jiff-core v0.1.0
28912026-08-28T22:19:57.799Z Checking base16ct v0.2.0
28922026-08-28T22:19:57.812Z Compiling illumos-nvpair-sys v0.2.0
28932026-08-28T22:19:57.918Z Checking unicode-linebreak v0.1.5
28942026-08-28T22:19:57.930Z Checking bumpalo v3.20.2
28952026-08-28T22:19:57.951Z Compiling rayon-core v1.13.0
28962026-08-28T22:19:57.951Z Checking path-slash v0.1.5
28972026-08-28T22:19:57.981Z Checking either v1.15.0
28982026-08-28T22:19:58.061Z Checking unicode-width v0.2.0
28992026-08-28T22:19:58.119Z Checking same-file v1.0.6
29002026-08-28T22:19:58.122Z Checking zopfli v0.8.3
29012026-08-28T22:19:58.173Z Checking backtrace-ext v0.2.1
29022026-08-28T22:19:58.188Z Checking smoltcp v0.9.1
29032026-08-28T22:19:58.244Z Checking walkdir v2.5.0
29042026-08-28T22:19:58.277Z Checking sec1 v0.7.3
29052026-08-28T22:19:58.303Z Checking textwrap v0.16.2
29062026-08-28T22:19:58.406Z Checking bzip2 v0.6.1
29072026-08-28T22:19:58.434Z Checking jiff v0.2.34
29082026-08-28T22:19:58.447Z Checking supports-color v3.0.2
29092026-08-28T22:19:58.481Z Checking hashbrown v0.16.1
29102026-08-28T22:19:58.503Z Checking dof v0.3.0
29112026-08-28T22:19:58.514Z Checking hashbrown v0.15.5
29122026-08-28T22:19:58.561Z Checking group v0.13.0
29132026-08-28T22:19:58.565Z Checking usdt-impl v0.6.0
29142026-08-28T22:19:58.709Z Checking signal-hook-mio v0.2.5
29152026-08-28T22:19:58.794Z Checking futures v0.3.32
29162026-08-28T22:19:58.809Z Checking snafu v0.8.9
29172026-08-28T22:19:58.818Z Checking hyper-rustls v0.27.7
29182026-08-28T22:19:58.868Z Checking phf v0.13.1
29192026-08-28T22:19:58.871Z Checking cookie_store v0.22.1
29202026-08-28T22:19:58.993Z Checking reqwest v0.12.28
29212026-08-28T22:19:58.993Z Checking cipher v0.5.2
29222026-08-28T22:19:59.000Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
29232026-08-28T22:19:59.028Z Checking zstd v0.13.3
29242026-08-28T22:19:59.041Z Checking postgres-types v0.2.12
29252026-08-28T22:19:59.057Z Checking globset v0.4.18
29262026-08-28T22:19:59.213Z Checking rustls-platform-verifier v0.6.2
29272026-08-28T22:19:59.236Z Checking crossbeam-deque v0.8.6
29282026-08-28T22:19:59.247Z Checking phf_shared v0.11.3
29292026-08-28T22:19:59.305Z Checking regex v1.12.3
29302026-08-28T22:19:59.377Z Checking dtrace-parser v0.2.0
29312026-08-28T22:19:59.386Z Checking hkdf v0.12.4
29322026-08-28T22:19:59.386Z Checking ref-cast v1.0.25
29332026-08-28T22:19:59.392Z Checking curve25519-dalek v4.1.3
29342026-08-28T22:19:59.410Z Checking olpc-cjson v0.1.4
29352026-08-28T22:19:59.462Z Checking byte-wrapper v0.1.0
29362026-08-28T22:19:59.493Z Checking strum v0.27.2
29372026-08-28T22:19:59.540Z Checking hubpack v0.1.2
29382026-08-28T22:19:59.576Z Checking ed25519 v2.2.3
29392026-08-28T22:19:59.579Z Checking memoffset v0.9.1
29402026-08-28T22:19:59.601Z Checking owo-colors v4.3.0
29412026-08-28T22:19:59.660Z Checking rustix v0.38.44
29422026-08-28T22:19:59.664Z Checking pem v3.0.6
29432026-08-28T22:19:59.705Z Checking crypto-bigint v0.5.5
29442026-08-28T22:19:59.761Z Checking serde-big-array v0.5.1
29452026-08-28T22:19:59.774Z Checking serde_plain v1.0.2
29462026-08-28T22:19:59.824Z Checking erased-serde v0.3.31
29472026-08-28T22:19:59.895Z Checking float-cmp v0.10.0
29482026-08-28T22:19:59.913Z Checking thread-id v4.2.2
29492026-08-28T22:19:59.993Z Checking memmap2 v0.9.10
29502026-08-28T22:20:00.022Z Checking unicode-width v0.1.14
29512026-08-28T22:20:00.149Z Checking precomputed-hash v0.1.1
29522026-08-28T22:20:00.153Z Checking winnow v0.7.14
29532026-08-28T22:20:00.177Z Checking cpufeatures v0.3.0
29542026-08-28T22:20:00.203Z Checking const-oid v0.10.2
29552026-08-28T22:20:00.231Z Checking fixedbitset v0.5.7
29562026-08-28T22:20:00.244Z Checking predicates-core v1.0.10
29572026-08-28T22:20:00.265Z Checking fixedbitset v0.4.2
29582026-08-28T22:20:00.357Z Checking new_debug_unreachable v1.0.6
29592026-08-28T22:20:00.361Z Checking keccak v0.1.6
29602026-08-28T22:20:00.370Z Checking whoami v2.1.0
29612026-08-28T22:20:00.412Z Checking difflib v0.4.0
29622026-08-28T22:20:00.425Z Checking toml_write v0.1.2
29632026-08-28T22:20:00.428Z Checking normalize-line-endings v0.3.0
29642026-08-28T22:20:00.467Z Checking supports-hyperlinks v3.2.0
29652026-08-28T22:20:00.521Z Checking winnow v1.0.3
29662026-08-28T22:20:00.534Z Checking static_assertions v1.1.0
29672026-08-28T22:20:00.570Z Checking unicode-segmentation v1.12.0
29682026-08-28T22:20:00.574Z Checking data-encoding v2.10.0
29692026-08-28T22:20:00.597Z Checking typed-path v0.9.3
29702026-08-28T22:20:00.598Z Checking supports-unicode v3.0.0
29712026-08-28T22:20:00.621Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29722026-08-28T22:20:00.632Z Checking elliptic-curve v0.13.8
29732026-08-28T22:20:00.703Z Checking miette v7.6.0
29742026-08-28T22:20:00.839Z Checking hickory-proto v0.25.2
29752026-08-28T22:20:00.891Z Checking similar v2.7.0
29762026-08-28T22:20:00.941Z Checking predicates v3.1.4
29772026-08-28T22:20:01.198Z Checking tokio-postgres v0.7.16
29782026-08-28T22:20:01.232Z Checking sha3 v0.10.8
29792026-08-28T22:20:01.273Z Checking crossterm v0.28.1
29802026-08-28T22:20:01.368Z Checking toml_edit v0.22.27
29812026-08-28T22:20:01.378Z Checking tough v0.22.0
29822026-08-28T22:20:01.382Z Checking toml_parser v1.1.2+spec-1.1.0
29832026-08-28T22:20:01.438Z Checking petgraph v0.8.3
29842026-08-28T22:20:01.717Z Checking string_cache v0.8.9
29852026-08-28T22:20:01.909Z Checking petgraph v0.6.5
29862026-08-28T22:20:01.967Z Checking zip v4.6.1
29872026-08-28T22:20:02.458Z Checking digest v0.11.3
29882026-08-28T22:20:02.472Z Checking chacha20 v0.10.0
29892026-08-28T22:20:02.536Z Checking slog v2.8.2
29902026-08-28T22:20:02.642Z Checking ed25519-dalek v2.2.0
29912026-08-28T22:20:02.730Z Checking usdt v0.6.0
29922026-08-28T22:20:02.800Z Checking usdt-impl v0.5.0
29932026-08-28T22:20:02.888Z Checking nix v0.31.2
29942026-08-28T22:20:02.943Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
29952026-08-28T22:20:02.943Z Checking iddqd v0.4.2
29962026-08-28T22:20:03.147Z Checking reqwest v0.13.2
29972026-08-28T22:20:03.250Z Checking itertools v0.13.0
29982026-08-28T22:20:03.327Z Checking strum v0.26.3
29992026-08-28T22:20:03.398Z Checking serde_with v3.21.0
30002026-08-28T22:20:03.440Z Checking derive_more v2.1.1
30012026-08-28T22:20:03.456Z Checking fs-err v3.3.0
30022026-08-28T22:20:03.537Z Checking tokio-stream v0.1.18
30032026-08-28T22:20:03.607Z Checking buf-list v1.1.2
30042026-08-28T22:20:03.763Z Checking camino v1.2.5
30052026-08-28T22:20:03.805Z Checking anyhow v1.0.104
30062026-08-28T22:20:03.820Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30072026-08-28T22:20:03.936Z Checking openapiv3 v2.2.0
30082026-08-28T22:20:03.942Z Checking lalrpop-util v0.19.12
30092026-08-28T22:20:04.003Z Checking peg-runtime v0.8.5
30102026-08-28T22:20:04.016Z Checking rayon v1.11.0
30112026-08-28T22:20:04.072Z Checking illumos-nvpair v0.3.0
30122026-08-28T22:20:04.085Z Checking sigpipe v0.1.3
30132026-08-28T22:20:04.106Z Checking glob v0.3.3
30142026-08-28T22:20:05.186Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30152026-08-28T22:20:05.448Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30162026-08-28T22:20:05.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.63s
30172026-08-28T22:20:05.883Z
30182026-08-28T22:20:05.883Zinfo: running `cargo check --bins` on internal-dns-types (120/376)
30192026-08-28T22:20:06.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-28T22:20:06.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-28T22:20:06.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-08-28T22:20:06.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30232026-08-28T22:20:06.367Z
30242026-08-28T22:20:06.367Zinfo: running `cargo check --bins` on internal-dns-types-versions (121/376)
30252026-08-28T22:20:06.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-08-28T22:20:06.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-08-28T22:20:06.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-08-28T22:20:06.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30292026-08-28T22:20:06.927Z
30302026-08-28T22:20:06.927Zinfo: running `cargo check --bins` on nexus-types-versions (122/376)
30312026-08-28T22:20:07.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-08-28T22:20:07.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-08-28T22:20:07.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-08-28T22:20:07.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30352026-08-28T22:20:07.504Z
30362026-08-28T22:20:07.504Zinfo: running `cargo check --bins` on oxql-types (123/376)
30372026-08-28T22:20:08.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-08-28T22:20:08.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-08-28T22:20:08.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-08-28T22:20:08.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30412026-08-28T22:20:08.236Z
30422026-08-28T22:20:08.236Zinfo: running `cargo check --bins` on oximeter-types (124/376)
30432026-08-28T22:20:08.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-08-28T22:20:08.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-08-28T22:20:08.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-08-28T22:20:08.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30472026-08-28T22:20:08.640Z
30482026-08-28T22:20:08.640Zinfo: running `cargo check --bins` on oximeter-types-versions (125/376)
30492026-08-28T22:20:09.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-08-28T22:20:09.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-08-28T22:20:09.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-08-28T22:20:09.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30532026-08-28T22:20:09.422Z
30542026-08-28T22:20:09.422Zinfo: running `cargo check --bins` on oximeter-macro-impl (126/376)
30552026-08-28T22:20:09.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-08-28T22:20:09.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-08-28T22:20:09.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-08-28T22:20:09.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30592026-08-28T22:20:09.982Z
30602026-08-28T22:20:09.982Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (127/376)
30612026-08-28T22:20:10.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-08-28T22:20:10.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-08-28T22:20:10.480Z Compiling multer v3.1.0
30642026-08-28T22:20:10.621Z Compiling async-stream-impl v0.3.6
30652026-08-28T22:20:10.668Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30662026-08-28T22:20:10.669Z Compiling serde_tokenstream v0.3.0
30672026-08-28T22:20:10.669Z Compiling dropshot v0.17.1
30682026-08-28T22:20:10.669Z Compiling parse-display-derive v0.10.0
30692026-08-28T22:20:10.669Z Compiling dropshot_endpoint v0.17.1
30702026-08-28T22:20:10.669Z Compiling newtype-uuid-macros v0.1.0
30712026-08-28T22:20:11.214Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30722026-08-28T22:20:11.416Z Checking thread_local v1.1.9
30732026-08-28T22:20:11.416Z Compiling oxide-generation-macros v0.2.0
30742026-08-28T22:20:11.416Z Checking compression-core v0.4.31
30752026-08-28T22:20:11.416Z Checking match_cfg v0.1.0
30762026-08-28T22:20:11.416Z Checking compression-codecs v0.4.37
30772026-08-28T22:20:11.416Z Checking hostname v0.3.1
30782026-08-28T22:20:11.416Z Checking crossbeam-channel v0.5.15
30792026-08-28T22:20:11.416Z Checking atomicwrites v0.4.4
30802026-08-28T22:20:11.417Z Checking slog-json v2.6.1
30812026-08-28T22:20:11.418Z Checking is-terminal v0.4.17
30822026-08-28T22:20:11.448Z Checking toml_datetime v1.1.1+spec-1.1.0
30832026-08-28T22:20:11.448Z Checking serde_spanned v1.1.1
30842026-08-28T22:20:11.448Z Checking toml_writer v1.1.1+spec-1.1.0
30852026-08-28T22:20:11.448Z Checking take_mut v0.2.2
30862026-08-28T22:20:11.448Z Checking term v1.2.1
30872026-08-28T22:20:11.478Z Checking debug-ignore v1.0.5
30882026-08-28T22:20:11.478Z Checking slog-async v2.8.0
30892026-08-28T22:20:11.501Z Checking slog-bunyan v2.5.0
30902026-08-28T22:20:11.520Z Checking toml v1.1.2+spec-1.1.0
30912026-08-28T22:20:11.537Z Checking async-compression v0.4.41
30922026-08-28T22:20:11.573Z Checking async-stream v0.3.6
30932026-08-28T22:20:11.591Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30942026-08-28T22:20:11.646Z Checking progenitor-client v0.14.0
30952026-08-28T22:20:11.658Z Checking slog-term v2.9.2
30962026-08-28T22:20:11.693Z Checking sha1 v0.11.0
30972026-08-28T22:20:11.797Z Checking oxide-generation v0.1.3
30982026-08-28T22:20:11.932Z Checking waitgroup v0.1.2
30992026-08-28T22:20:11.975Z Checking rustls-pemfile v2.2.0
31002026-08-28T22:20:11.975Z Checking backon v1.6.0
31012026-08-28T22:20:11.976Z Checking serde_path_to_error v0.1.20
31022026-08-28T22:20:11.976Z Checking hostname v0.4.2
31032026-08-28T22:20:12.027Z Checking instant v0.1.13
31042026-08-28T22:20:12.134Z Checking progenitor-extras v0.2.0
31052026-08-28T22:20:12.250Z Checking backoff v0.4.0
31062026-08-28T22:20:12.250Z Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31072026-08-28T22:20:12.385Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31082026-08-28T22:20:12.385Z Checking parse-display v0.10.0
31092026-08-28T22:20:12.385Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31102026-08-28T22:20:12.385Z Checking itertools v0.14.0
31112026-08-28T22:20:12.385Z Checking regress v0.10.5
31122026-08-28T22:20:12.401Z Checking macaddr v1.0.1
31132026-08-28T22:20:12.665Z Checking humantime v2.3.0
31142026-08-28T22:20:13.397Z Compiling prettyplease v0.2.37
31152026-08-28T22:20:13.734Z Checking num-rational v0.4.2
31162026-08-28T22:20:14.001Z Checking num-complex v0.4.6
31172026-08-28T22:20:14.379Z Compiling num v0.4.3
31182026-08-28T22:20:14.401Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31192026-08-28T22:20:14.519Z Compiling usdt-macro v0.5.0
31202026-08-28T22:20:14.553Z Compiling usdt-attr-macro v0.5.0
31212026-08-28T22:20:14.553Z Checking memmap v0.7.0
31222026-08-28T22:20:14.617Z Compiling float-ord v0.3.2
31232026-08-28T22:20:14.727Z Compiling convert_case v0.4.0
31242026-08-28T22:20:15.167Z Checking newline-converter v0.3.0
31252026-08-28T22:20:15.286Z Compiling derive_more v0.99.20
31262026-08-28T22:20:15.286Z Checking console v0.15.11
31272026-08-28T22:20:15.480Z Compiling toml v0.8.23
31282026-08-28T22:20:15.480Z Checking usdt v0.5.0
31292026-08-28T22:20:15.638Z Compiling minimal-lexical v0.2.1
31302026-08-28T22:20:15.639Z Checking linked-hash-map v0.5.6
31312026-08-28T22:20:15.677Z Checking lru-cache v0.1.2
31322026-08-28T22:20:15.776Z Compiling nom v7.1.3
31332026-08-28T22:20:15.796Z Checking expectorate v1.2.0
31342026-08-28T22:20:16.076Z Checking camino-tempfile v1.4.1
31352026-08-28T22:20:16.163Z Checking hickory-proto v0.24.4
31362026-08-28T22:20:16.379Z Checking phf_shared v0.12.1
31372026-08-28T22:20:16.511Z Compiling slog-dtrace v0.3.0
31382026-08-28T22:20:16.511Z Checking heck v0.5.0
31392026-08-28T22:20:16.634Z Checking resolv-conf v0.7.6
31402026-08-28T22:20:16.635Z Compiling unicode-xid v0.2.6
31412026-08-28T22:20:17.073Z Compiling chrono-tz v0.10.4
31422026-08-28T22:20:17.073Z Compiling const_format_proc_macros v0.2.34
31432026-08-28T22:20:17.073Z Checking phf v0.12.1
31442026-08-28T22:20:17.073Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31452026-08-28T22:20:17.139Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31462026-08-28T22:20:17.176Z Checking tokio-dtrace v0.1.1
31472026-08-28T22:20:17.420Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31482026-08-28T22:20:18.018Z Compiling derive-where v1.6.0
31492026-08-28T22:20:18.110Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
31502026-08-28T22:20:18.110Z Checking highway v1.3.0
31512026-08-28T22:20:18.111Z Checking hickory-resolver v0.24.4
31522026-08-28T22:20:18.174Z Checking const_format v0.2.35
31532026-08-28T22:20:18.422Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
31542026-08-28T22:20:18.721Z Checking oxide-tokio-rt v0.1.4
31552026-08-28T22:20:18.856Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31562026-08-28T22:20:18.947Z Checking qorb v0.4.1
31572026-08-28T22:20:19.020Z Checking gethostname v0.5.0
31582026-08-28T22:20:19.081Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31592026-08-28T22:20:19.233Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31602026-08-28T22:20:19.233Z Checking bcs v0.1.6
31612026-08-28T22:20:19.306Z Checking termtree v0.5.1
31622026-08-28T22:20:19.375Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
31632026-08-28T22:20:22.470Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31642026-08-28T22:20:25.585Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31652026-08-28T22:20:27.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.98s
31662026-08-28T22:20:27.939Z
31672026-08-28T22:20:27.939Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (128/376)
31682026-08-28T22:20:28.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-08-28T22:20:28.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-08-28T22:20:28.583Z Compiling ar_archive_writer v0.5.1
31712026-08-28T22:20:28.796Z Compiling stacker v0.1.23
31722026-08-28T22:20:28.866Z Compiling cfg_aliases v0.1.1
31732026-08-28T22:20:28.866Z Compiling proc-macro-error v1.0.4
31742026-08-28T22:20:28.866Z Checking fd-lock v4.0.4
31752026-08-28T22:20:28.866Z Checking nibble_vec v0.1.0
31762026-08-28T22:20:28.866Z Compiling recursive-proc-macro-impl v0.1.1
31772026-08-28T22:20:28.867Z Checking vte v0.14.1
31782026-08-28T22:20:28.867Z Compiling nix v0.28.0
31792026-08-28T22:20:28.885Z Checking bytecount v0.6.9
31802026-08-28T22:20:28.885Z Checking endian-type v0.1.2
31812026-08-28T22:20:28.914Z Checking strip-ansi-escapes v0.2.1
31822026-08-28T22:20:28.953Z Checking papergrid v0.11.0
31832026-08-28T22:20:28.975Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
31842026-08-28T22:20:29.059Z Checking radix_trie v0.2.1
31852026-08-28T22:20:29.060Z Compiling tabled_derive v0.7.0
31862026-08-28T22:20:29.187Z Compiling peg-macros v0.8.5
31872026-08-28T22:20:29.187Z Checking winnow v0.6.26
31882026-08-28T22:20:29.228Z Compiling sqlparser_derive v0.5.0
31892026-08-28T22:20:29.484Z Checking home v0.5.12
31902026-08-28T22:20:29.601Z Compiling psm v0.1.30
31912026-08-28T22:20:29.710Z Checking unicode_categories v0.1.1
31922026-08-28T22:20:29.711Z Checking nu-ansi-term v0.50.3
31932026-08-28T22:20:29.721Z Checking crossterm v0.29.0
31942026-08-28T22:20:29.787Z Checking reedline v0.40.0
31952026-08-28T22:20:29.965Z Checking display-error-chain v0.2.2
31962026-08-28T22:20:30.034Z Checking tabled v0.15.0
31972026-08-28T22:20:30.099Z Checking rustyline v14.0.0
31982026-08-28T22:20:30.272Z Checking recursive v0.1.1
31992026-08-28T22:20:30.293Z Checking sqlformat v0.3.5
32002026-08-28T22:20:30.349Z Checking peg v0.8.5
32012026-08-28T22:20:30.389Z Checking sqlparser v0.61.0
32022026-08-28T22:20:41.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.79s
32032026-08-28T22:20:41.851Z
32042026-08-28T22:20:41.851Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (129/376)
32052026-08-28T22:20:42.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32062026-08-28T22:20:42.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32072026-08-28T22:20:42.518Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32082026-08-28T22:20:46.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
32092026-08-28T22:20:46.249Z
32102026-08-28T22:20:46.249Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (130/376)
32112026-08-28T22:20:46.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32122026-08-28T22:20:46.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32132026-08-28T22:20:46.919Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32142026-08-28T22:20:49.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
32152026-08-28T22:20:49.629Z
32162026-08-28T22:20:49.629Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (131/376)
32172026-08-28T22:20:50.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32182026-08-28T22:20:50.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32192026-08-28T22:20:50.288Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32202026-08-28T22:20:53.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
32212026-08-28T22:20:53.808Z
32222026-08-28T22:20:53.808Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (132/376)
32232026-08-28T22:20:54.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32242026-08-28T22:20:54.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32252026-08-28T22:20:54.472Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32262026-08-28T22:20:57.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
32272026-08-28T22:20:58.043Z
32282026-08-28T22:20:58.043Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (133/376)
32292026-08-28T22:20:58.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32302026-08-28T22:20:58.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32312026-08-28T22:20:58.708Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32322026-08-28T22:21:01.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s
32332026-08-28T22:21:01.562Z
32342026-08-28T22:21:01.562Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (134/376)
32352026-08-28T22:21:02.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32362026-08-28T22:21:02.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32372026-08-28T22:21:02.228Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32382026-08-28T22:21:04.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
32392026-08-28T22:21:05.140Z
32402026-08-28T22:21:05.140Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (135/376)
32412026-08-28T22:21:05.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32422026-08-28T22:21:05.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32432026-08-28T22:21:05.828Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32442026-08-28T22:21:09.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
32452026-08-28T22:21:09.559Z
32462026-08-28T22:21:09.559Zinfo: running `cargo check --bins` on oximeter (136/376)
32472026-08-28T22:21:10.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32482026-08-28T22:21:10.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32492026-08-28T22:21:10.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32502026-08-28T22:21:10.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32512026-08-28T22:21:10.106Z
32522026-08-28T22:21:10.106Zinfo: running `cargo check --bins` on oximeter-schema (137/376)
32532026-08-28T22:21:10.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32542026-08-28T22:21:10.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32552026-08-28T22:21:10.737Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32562026-08-28T22:21:11.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
32572026-08-28T22:21:11.277Z
32582026-08-28T22:21:11.277Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (138/376)
32592026-08-28T22:21:11.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32602026-08-28T22:21:11.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32612026-08-28T22:21:11.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32622026-08-28T22:21:11.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32632026-08-28T22:21:11.851Z
32642026-08-28T22:21:11.851Zinfo: running `cargo check --bins` on oximeter-test-utils (139/376)
32652026-08-28T22:21:12.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662026-08-28T22:21:12.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672026-08-28T22:21:12.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682026-08-28T22:21:12.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32692026-08-28T22:21:12.457Z
32702026-08-28T22:21:12.457Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (140/376)
32712026-08-28T22:21:12.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722026-08-28T22:21:12.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732026-08-28T22:21:12.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742026-08-28T22:21:12.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32752026-08-28T22:21:13.032Z
32762026-08-28T22:21:13.032Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (141/376)
32772026-08-28T22:21:13.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-08-28T22:21:13.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-08-28T22:21:13.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-08-28T22:21:13.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32812026-08-28T22:21:13.598Z
32822026-08-28T22:21:13.598Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (142/376)
32832026-08-28T22:21:14.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-08-28T22:21:14.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-08-28T22:21:14.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862026-08-28T22:21:14.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32872026-08-28T22:21:14.171Z
32882026-08-28T22:21:14.171Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (143/376)
32892026-08-28T22:21:14.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902026-08-28T22:21:14.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912026-08-28T22:21:14.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922026-08-28T22:21:14.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32932026-08-28T22:21:14.755Z
32942026-08-28T22:21:14.755Zinfo: running `cargo check --bins` on trust-quorum-test-utils (144/376)
32952026-08-28T22:21:15.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962026-08-28T22:21:15.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972026-08-28T22:21:15.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982026-08-28T22:21:15.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32992026-08-28T22:21:15.330Z
33002026-08-28T22:21:15.330Zinfo: running `cargo check --bins` on reconfigurator-cli (145/376)
33012026-08-28T22:21:15.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022026-08-28T22:21:15.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032026-08-28T22:21:16.155Z Compiling crucible-workspace-hack v0.1.0
33042026-08-28T22:21:16.158Z Compiling regress v0.11.1
33052026-08-28T22:21:16.158Z Checking secrecy v0.10.3
33062026-08-28T22:21:16.158Z Checking half v2.7.1
33072026-08-28T22:21:16.158Z Checking ciborium-io v0.2.2
33082026-08-28T22:21:16.158Z Checking inout v0.1.4
33092026-08-28T22:21:16.158Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33102026-08-28T22:21:16.289Z Checking universal-hash v0.5.1
33112026-08-28T22:21:16.398Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33122026-08-28T22:21:16.407Z Compiling thiserror-impl-no-std v2.0.2
33132026-08-28T22:21:16.430Z Checking cipher v0.4.4
33142026-08-28T22:21:16.447Z Checking opaque-debug v0.3.1
33152026-08-28T22:21:16.521Z Checking poly1305 v0.8.0
33162026-08-28T22:21:16.548Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
33172026-08-28T22:21:16.582Z Checking ciborium-ll v0.2.2
33182026-08-28T22:21:16.637Z Checking chacha20 v0.9.1
33192026-08-28T22:21:16.646Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33202026-08-28T22:21:16.749Z Checking ciborium v0.2.2
33212026-08-28T22:21:16.776Z Checking password-hash v0.5.0
33222026-08-28T22:21:16.830Z Checking blake2 v0.10.6
33232026-08-28T22:21:16.848Z Checking aead v0.5.2
33242026-08-28T22:21:16.989Z Compiling toml_datetime v0.7.5+spec-1.1.0
33252026-08-28T22:21:17.004Z Checking indent_write v2.2.0
33262026-08-28T22:21:17.053Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33272026-08-28T22:21:17.071Z Checking argon2 v0.5.3
33282026-08-28T22:21:17.130Z Checking chacha20poly1305 v0.10.1
33292026-08-28T22:21:17.165Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33302026-08-28T22:21:17.236Z Compiling toml_edit v0.23.10+spec-1.0.0
33312026-08-28T22:21:17.261Z Compiling unsafe-libyaml v0.2.11
33322026-08-28T22:21:17.419Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
33332026-08-28T22:21:17.571Z Checking thiserror-no-std v2.0.2
33342026-08-28T22:21:17.629Z Compiling itertools v0.15.0
33352026-08-28T22:21:17.663Z Checking vsss-rs v3.3.4
33362026-08-28T22:21:17.777Z Compiling proc-macro-crate v3.4.0
33372026-08-28T22:21:18.006Z Compiling typify-impl v0.6.2
33382026-08-28T22:21:18.319Z Compiling serde_yaml v0.9.34+deprecated
33392026-08-28T22:21:18.330Z Compiling num_enum_derive v0.7.6
33402026-08-28T22:21:18.712Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33412026-08-28T22:21:18.786Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33422026-08-28T22:21:18.824Z Compiling heapless v0.8.0
33432026-08-28T22:21:18.971Z Compiling ingot-macros v0.2.0
33442026-08-28T22:21:19.275Z Checking hash32 v0.3.1
33452026-08-28T22:21:19.291Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33462026-08-28T22:21:19.380Z Checking num_enum v0.7.6
33472026-08-28T22:21:19.409Z Compiling smoltcp v0.11.0
33482026-08-28T22:21:19.507Z Checking tabwriter v1.4.1
33492026-08-28T22:21:19.526Z Checking cobs v0.3.0
33502026-08-28T22:21:19.660Z Checking swrite v0.1.0
33512026-08-28T22:21:19.676Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33522026-08-28T22:21:19.712Z Checking postcard v1.1.3
33532026-08-28T22:21:19.762Z Compiling proc-macro-crate v1.3.1
33542026-08-28T22:21:19.777Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33552026-08-28T22:21:19.884Z Compiling foreign-types-macros v0.2.3
33562026-08-28T22:21:19.914Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33572026-08-28T22:21:19.983Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33582026-08-28T22:21:20.005Z Checking foreign-types-shared v0.3.1
33592026-08-28T22:21:20.099Z Checking colored v3.1.1
33602026-08-28T22:21:20.174Z Compiling num_enum_derive v0.5.11
33612026-08-28T22:21:20.413Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33622026-08-28T22:21:20.436Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33632026-08-28T22:21:20.488Z Checking foreign-types v0.5.0
33642026-08-28T22:21:20.565Z Checking cstr-argument v0.1.2
33652026-08-28T22:21:20.735Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
33662026-08-28T22:21:20.783Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33672026-08-28T22:21:20.868Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33682026-08-28T22:21:20.897Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
33692026-08-28T22:21:20.920Z Checking rand v0.10.1
33702026-08-28T22:21:21.049Z Checking itertools v0.12.1
33712026-08-28T22:21:21.069Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
33722026-08-28T22:21:21.086Z Compiling zone_cfg_derive v0.3.1
33732026-08-28T22:21:21.199Z Checking num_enum v0.5.11
33742026-08-28T22:21:21.314Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33752026-08-28T22:21:21.399Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33762026-08-28T22:21:21.488Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33772026-08-28T22:21:21.522Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33782026-08-28T22:21:21.698Z Compiling num-derive v0.4.2
33792026-08-28T22:21:21.732Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33802026-08-28T22:21:21.788Z Checking ingot-types v0.2.0
33812026-08-28T22:21:21.916Z Compiling semver v0.1.20
33822026-08-28T22:21:22.068Z Checking zone v0.3.1
33832026-08-28T22:21:22.160Z Checking ingot v0.2.1
33842026-08-28T22:21:22.210Z Compiling rustc_version v0.1.7
33852026-08-28T22:21:22.271Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33862026-08-28T22:21:22.450Z Checking smf v0.2.3
33872026-08-28T22:21:22.450Z Checking nom v8.0.0
33882026-08-28T22:21:22.612Z Compiling typify-macro v0.6.2
33892026-08-28T22:21:22.625Z Checking csv-core v0.1.13
33902026-08-28T22:21:22.631Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33912026-08-28T22:21:22.679Z Checking whoami v1.6.1
33922026-08-28T22:21:22.768Z Checking csv v1.4.0
33932026-08-28T22:21:22.849Z Compiling newtype_derive v0.1.6
33942026-08-28T22:21:22.864Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33952026-08-28T22:21:22.993Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33962026-08-28T22:21:23.031Z Compiling cancel-safe-futures v0.1.5
33972026-08-28T22:21:23.100Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33982026-08-28T22:21:23.124Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33992026-08-28T22:21:23.188Z Compiling libefi-sys v0.1.0
34002026-08-28T22:21:23.401Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34012026-08-28T22:21:23.460Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
34022026-08-28T22:21:23.500Z Checking oxide-update-engine-types v0.1.2
34032026-08-28T22:21:23.537Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34042026-08-28T22:21:23.665Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
34052026-08-28T22:21:23.744Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34062026-08-28T22:21:23.806Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34072026-08-28T22:21:23.853Z Compiling bitfield-struct v0.6.2
34082026-08-28T22:21:24.084Z Checking linear-map v1.2.0
34092026-08-28T22:21:24.268Z Checking steno v0.4.1
34102026-08-28T22:21:24.374Z Compiling typify v0.6.2
34112026-08-28T22:21:24.462Z Compiling progenitor-impl v0.14.0
34122026-08-28T22:21:24.481Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34132026-08-28T22:21:24.506Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34142026-08-28T22:21:24.512Z Checking oxide-update-engine v0.1.2
34152026-08-28T22:21:24.727Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34162026-08-28T22:21:24.896Z Checking sha1 v0.10.6
34172026-08-28T22:21:24.924Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34182026-08-28T22:21:25.007Z Checking utf-8 v0.7.6
34192026-08-28T22:21:25.073Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34202026-08-28T22:21:25.091Z Checking tungstenite v0.21.0
34212026-08-28T22:21:25.154Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
34222026-08-28T22:21:25.316Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
34232026-08-28T22:21:25.401Z Checking ignore v0.4.25
34242026-08-28T22:21:25.471Z Checking anstyle-parse v0.2.7
34252026-08-28T22:21:25.491Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34262026-08-28T22:21:25.520Z Compiling xshell-macros v0.2.7
34272026-08-28T22:21:25.630Z Checking anstream v0.6.21
34282026-08-28T22:21:25.692Z Checking tokio-tungstenite v0.21.0
34292026-08-28T22:21:25.805Z Checking globwalk v0.9.1
34302026-08-28T22:21:25.834Z Checking predicates-tree v1.0.13
34312026-08-28T22:21:25.903Z Checking xshell v0.2.7
34322026-08-28T22:21:25.949Z Checking filetime v0.2.27
34332026-08-28T22:21:25.964Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34342026-08-28T22:21:25.977Z Checking xattr v1.6.1
34352026-08-28T22:21:25.991Z Checking tagptr v0.2.0
34362026-08-28T22:21:26.100Z Checking camino-tempfile-ext v0.3.3
34372026-08-28T22:21:26.104Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34382026-08-28T22:21:26.117Z Checking tar v0.4.46
34392026-08-28T22:21:26.131Z Checking moka v0.12.13
34402026-08-28T22:21:26.178Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34412026-08-28T22:21:26.286Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34422026-08-28T22:21:26.294Z Checking rand_seeder v0.4.0
34432026-08-28T22:21:26.316Z Checking half v1.8.3
34442026-08-28T22:21:26.423Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
34452026-08-28T22:21:26.440Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
34462026-08-28T22:21:26.499Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34472026-08-28T22:21:26.516Z Checking serde_cbor v0.11.2
34482026-08-28T22:21:26.745Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
34492026-08-28T22:21:26.749Z Checking sha2 v0.11.0
34502026-08-28T22:21:26.775Z Checking hickory-resolver v0.25.2
34512026-08-28T22:21:26.897Z Checking digest-io v0.1.0
34522026-08-28T22:21:27.032Z Compiling petname v2.0.2
34532026-08-28T22:21:27.070Z Compiling progenitor-macro v0.14.0
34542026-08-28T22:21:27.383Z Checking rawzip v0.4.4
34552026-08-28T22:21:27.412Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
34562026-08-28T22:21:27.489Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34572026-08-28T22:21:27.816Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
34582026-08-28T22:21:27.832Z Checking sapling-renderdag v0.1.0
34592026-08-28T22:21:27.948Z Checking subprocess v0.2.15
34602026-08-28T22:21:27.999Z Checking sync-ptr v0.1.4
34612026-08-28T22:21:28.069Z Checking colored v2.2.0
34622026-08-28T22:21:28.144Z Checking assert_matches v1.5.0
34632026-08-28T22:21:28.232Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
34642026-08-28T22:21:28.356Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34652026-08-28T22:21:28.480Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34662026-08-28T22:21:28.535Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34672026-08-28T22:21:28.647Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34682026-08-28T22:21:29.186Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34692026-08-28T22:21:29.186Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34702026-08-28T22:21:30.093Z Checking progenitor v0.14.0
34712026-08-28T22:21:30.230Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34722026-08-28T22:21:30.230Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34732026-08-28T22:21:30.235Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34742026-08-28T22:21:30.235Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34752026-08-28T22:21:30.235Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34762026-08-28T22:21:30.235Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34772026-08-28T22:21:30.661Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34782026-08-28T22:21:30.877Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
34792026-08-28T22:21:30.911Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34802026-08-28T22:21:31.054Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34812026-08-28T22:21:31.324Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34822026-08-28T22:21:31.391Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34832026-08-28T22:21:31.954Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34842026-08-28T22:21:31.980Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34852026-08-28T22:21:32.635Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34862026-08-28T22:21:33.264Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34872026-08-28T22:21:41.871Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34882026-08-28T22:21:49.220Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34892026-08-28T22:21:49.221Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34902026-08-28T22:21:49.224Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34912026-08-28T22:21:50.714Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
34922026-08-28T22:21:51.996Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
34932026-08-28T22:21:54.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.91s
34942026-08-28T22:21:54.447Z
34952026-08-28T22:21:54.448Zinfo: running `cargo check --bins` on nexus-inventory (146/376)
34962026-08-28T22:21:54.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-08-28T22:21:54.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-08-28T22:21:54.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-08-28T22:21:54.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35002026-08-28T22:21:55.066Z
35012026-08-28T22:21:55.066Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (147/376)
35022026-08-28T22:21:55.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-28T22:21:55.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-28T22:21:55.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-28T22:21:55.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35062026-08-28T22:21:55.645Z
35072026-08-28T22:21:55.645Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (148/376)
35082026-08-28T22:21:56.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-28T22:21:56.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-28T22:21:56.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-28T22:21:56.137Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35122026-08-28T22:21:56.218Z
35132026-08-28T22:21:56.218Zinfo: running `cargo check --bins` on dns-service-client (149/376)
35142026-08-28T22:21:56.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-28T22:21:56.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-28T22:21:56.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-28T22:21:56.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35182026-08-28T22:21:56.845Z
35192026-08-28T22:21:56.845Zinfo: running `cargo check --bins` on ntp-admin-client (150/376)
35202026-08-28T22:21:57.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-28T22:21:57.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-28T22:21:57.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-28T22:21:57.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35242026-08-28T22:21:57.342Z
35252026-08-28T22:21:57.342Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (151/376)
35262026-08-28T22:21:57.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-28T22:21:57.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-28T22:21:57.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-28T22:21:57.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35302026-08-28T22:21:57.905Z
35312026-08-28T22:21:57.905Zinfo: running `cargo check --bins` on cockroach-admin-client (152/376)
35322026-08-28T22:21:58.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-28T22:21:58.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-28T22:21:58.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-28T22:21:58.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35362026-08-28T22:21:58.472Z
35372026-08-28T22:21:58.472Zinfo: running `cargo check --bins` on parallel-task-set (153/376)
35382026-08-28T22:21:58.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-28T22:21:58.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-28T22:21:58.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-28T22:21:58.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35422026-08-28T22:21:59.030Z
35432026-08-28T22:21:59.031Zinfo: running `cargo check --bins` on sled-agent-client (154/376)
35442026-08-28T22:21:59.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-28T22:21:59.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-28T22:21:59.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-28T22:21:59.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-08-28T22:21:59.616Z
35492026-08-28T22:21:59.616Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (155/376)
35502026-08-28T22:22:00.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-28T22:22:00.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-28T22:22:00.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-28T22:22:00.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35542026-08-28T22:22:00.211Z
35552026-08-28T22:22:00.211Zinfo: running `cargo check --bins --no-default-features` on sled-storage (156/376)
35562026-08-28T22:22:00.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-28T22:22:00.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-28T22:22:00.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-28T22:22:00.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-08-28T22:22:00.804Z
35612026-08-28T22:22:00.804Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (157/376)
35622026-08-28T22:22:01.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-28T22:22:01.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-28T22:22:01.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-28T22:22:01.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35662026-08-28T22:22:01.394Z
35672026-08-28T22:22:01.394Zinfo: running `cargo check --bins` on key-manager (158/376)
35682026-08-28T22:22:01.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-28T22:22:01.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-28T22:22:01.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-28T22:22:01.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35722026-08-28T22:22:02.014Z
35732026-08-28T22:22:02.014Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (159/376)
35742026-08-28T22:22:02.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-28T22:22:02.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-28T22:22:02.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-28T22:22:02.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35782026-08-28T22:22:02.564Z
35792026-08-28T22:22:02.564Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (160/376)
35802026-08-28T22:22:03.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-28T22:22:03.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-28T22:22:03.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-28T22:22:03.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-08-28T22:22:03.153Z
35852026-08-28T22:22:03.153Zinfo: running `cargo check --bins` on typed-rng (161/376)
35862026-08-28T22:22:03.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-28T22:22:03.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-28T22:22:03.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-28T22:22:03.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35902026-08-28T22:22:03.714Z
35912026-08-28T22:22:03.714Zinfo: running `cargo check --bins` on gateway-test-utils (162/376)
35922026-08-28T22:22:04.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-28T22:22:04.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-28T22:22:04.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-28T22:22:04.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35962026-08-28T22:22:04.338Z
35972026-08-28T22:22:04.338Zinfo: running `cargo check --bins` on omicron-gateway (163/376)
35982026-08-28T22:22:04.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-28T22:22:04.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-28T22:22:05.073Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36012026-08-28T22:22:05.078Z Checking void v1.0.2
36022026-08-28T22:22:05.078Z Checking tungstenite v0.23.0
36032026-08-28T22:22:05.078Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
36042026-08-28T22:22:05.078Z Checking nix v0.27.1
36052026-08-28T22:22:05.078Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36062026-08-28T22:22:05.212Z Checking dropshot-api-manager-types v0.8.0
36072026-08-28T22:22:05.224Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36082026-08-28T22:22:05.309Z Checking lzss v0.8.2
36092026-08-28T22:22:05.381Z Checking kstat-rs v0.2.5
36102026-08-28T22:22:05.394Z Checking fxhash v0.2.1
36112026-08-28T22:22:05.454Z Checking serde_bytes v0.11.19
36122026-08-28T22:22:05.492Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36132026-08-28T22:22:05.502Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36142026-08-28T22:22:05.514Z Checking signal-hook-tokio v0.3.1
36152026-08-28T22:22:05.565Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
36162026-08-28T22:22:05.576Z Checking tokio-tungstenite v0.23.1
36172026-08-28T22:22:05.723Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36182026-08-28T22:22:06.739Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36192026-08-28T22:22:07.342Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36202026-08-28T22:22:09.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s
36212026-08-28T22:22:09.639Z
36222026-08-28T22:22:09.639Zinfo: running `cargo check --bins` on gateway-api (164/376)
36232026-08-28T22:22:10.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-08-28T22:22:10.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-08-28T22:22:10.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-08-28T22:22:10.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36272026-08-28T22:22:10.207Z
36282026-08-28T22:22:10.207Zinfo: running `cargo check --bins` on ipcc (165/376)
36292026-08-28T22:22:10.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-08-28T22:22:10.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-08-28T22:22:10.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-08-28T22:22:10.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36332026-08-28T22:22:10.782Z
36342026-08-28T22:22:10.782Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (166/376)
36352026-08-28T22:22:11.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-08-28T22:22:11.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-08-28T22:22:11.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-08-28T22:22:11.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36392026-08-28T22:22:11.328Z
36402026-08-28T22:22:11.328Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (167/376)
36412026-08-28T22:22:11.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-08-28T22:22:11.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-08-28T22:22:11.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-08-28T22:22:11.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36452026-08-28T22:22:11.925Z
36462026-08-28T22:22:11.926Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (168/376)
36472026-08-28T22:22:12.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-08-28T22:22:12.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-08-28T22:22:12.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-08-28T22:22:12.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36512026-08-28T22:22:12.499Z
36522026-08-28T22:22:12.499Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (169/376)
36532026-08-28T22:22:13.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-08-28T22:22:13.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-08-28T22:22:13.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-08-28T22:22:13.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36572026-08-28T22:22:13.076Z
36582026-08-28T22:22:13.076Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (170/376)
36592026-08-28T22:22:13.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-08-28T22:22:13.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-08-28T22:22:13.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-08-28T22:22:13.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36632026-08-28T22:22:13.656Z
36642026-08-28T22:22:13.656Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (171/376)
36652026-08-28T22:22:14.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-08-28T22:22:14.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-08-28T22:22:14.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-08-28T22:22:14.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36692026-08-28T22:22:14.255Z
36702026-08-28T22:22:14.255Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (172/376)
36712026-08-28T22:22:14.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-08-28T22:22:14.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-08-28T22:22:14.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-08-28T22:22:14.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36752026-08-28T22:22:14.828Z
36762026-08-28T22:22:14.828Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (173/376)
36772026-08-28T22:22:15.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-08-28T22:22:15.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-08-28T22:22:15.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-08-28T22:22:15.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36812026-08-28T22:22:15.407Z
36822026-08-28T22:22:15.407Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (174/376)
36832026-08-28T22:22:15.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-08-28T22:22:15.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-08-28T22:22:15.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-08-28T22:22:15.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36872026-08-28T22:22:15.978Z
36882026-08-28T22:22:15.978Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (175/376)
36892026-08-28T22:22:16.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-08-28T22:22:16.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-08-28T22:22:16.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-08-28T22:22:16.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36932026-08-28T22:22:16.553Z
36942026-08-28T22:22:16.554Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (176/376)
36952026-08-28T22:22:17.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-08-28T22:22:17.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-08-28T22:22:17.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-08-28T22:22:17.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36992026-08-28T22:22:17.125Z
37002026-08-28T22:22:17.125Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (177/376)
37012026-08-28T22:22:17.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-08-28T22:22:17.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-08-28T22:22:17.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-08-28T22:22:17.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37052026-08-28T22:22:17.697Z
37062026-08-28T22:22:17.697Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (178/376)
37072026-08-28T22:22:18.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-08-28T22:22:18.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-08-28T22:22:18.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-08-28T22:22:18.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37112026-08-28T22:22:18.271Z
37122026-08-28T22:22:18.271Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (179/376)
37132026-08-28T22:22:18.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-08-28T22:22:18.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-08-28T22:22:18.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-08-28T22:22:18.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37172026-08-28T22:22:18.846Z
37182026-08-28T22:22:18.846Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (180/376)
37192026-08-28T22:22:19.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-08-28T22:22:19.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-08-28T22:22:19.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-08-28T22:22:19.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37232026-08-28T22:22:19.424Z
37242026-08-28T22:22:19.424Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (181/376)
37252026-08-28T22:22:19.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-08-28T22:22:19.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-08-28T22:22:19.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-08-28T22:22:19.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37292026-08-28T22:22:19.999Z
37302026-08-28T22:22:19.999Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (182/376)
37312026-08-28T22:22:20.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-08-28T22:22:20.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-08-28T22:22:20.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-08-28T22:22:20.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37352026-08-28T22:22:20.574Z
37362026-08-28T22:22:20.574Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (183/376)
37372026-08-28T22:22:21.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-08-28T22:22:21.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-08-28T22:22:21.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-08-28T22:22:21.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37412026-08-28T22:22:21.149Z
37422026-08-28T22:22:21.149Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (184/376)
37432026-08-28T22:22:21.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-08-28T22:22:21.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-08-28T22:22:21.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-08-28T22:22:21.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37472026-08-28T22:22:21.725Z
37482026-08-28T22:22:21.725Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (185/376)
37492026-08-28T22:22:22.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-08-28T22:22:22.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-08-28T22:22:22.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-08-28T22:22:22.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37532026-08-28T22:22:22.300Z
37542026-08-28T22:22:22.300Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (186/376)
37552026-08-28T22:22:22.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-08-28T22:22:22.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-08-28T22:22:22.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-08-28T22:22:22.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37592026-08-28T22:22:22.895Z
37602026-08-28T22:22:22.895Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (187/376)
37612026-08-28T22:22:23.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-08-28T22:22:23.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-08-28T22:22:23.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-08-28T22:22:23.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37652026-08-28T22:22:23.490Z
37662026-08-28T22:22:23.491Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (188/376)
37672026-08-28T22:22:23.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-08-28T22:22:23.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-08-28T22:22:23.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-08-28T22:22:23.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37712026-08-28T22:22:24.081Z
37722026-08-28T22:22:24.081Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (189/376)
37732026-08-28T22:22:24.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-08-28T22:22:24.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-08-28T22:22:24.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-08-28T22:22:24.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37772026-08-28T22:22:24.671Z
37782026-08-28T22:22:24.671Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (190/376)
37792026-08-28T22:22:25.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-08-28T22:22:25.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-08-28T22:22:25.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-08-28T22:22:25.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37832026-08-28T22:22:25.259Z
37842026-08-28T22:22:25.259Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (191/376)
37852026-08-28T22:22:25.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-08-28T22:22:25.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-08-28T22:22:25.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-08-28T22:22:25.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37892026-08-28T22:22:25.850Z
37902026-08-28T22:22:25.850Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (192/376)
37912026-08-28T22:22:26.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-08-28T22:22:26.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-08-28T22:22:26.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-08-28T22:22:26.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37952026-08-28T22:22:26.442Z
37962026-08-28T22:22:26.442Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (193/376)
37972026-08-28T22:22:26.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-08-28T22:22:26.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-08-28T22:22:26.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-08-28T22:22:26.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38012026-08-28T22:22:27.035Z
38022026-08-28T22:22:27.035Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (194/376)
38032026-08-28T22:22:27.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-08-28T22:22:27.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-08-28T22:22:27.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-08-28T22:22:27.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38072026-08-28T22:22:27.632Z
38082026-08-28T22:22:27.632Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (195/376)
38092026-08-28T22:22:28.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-08-28T22:22:28.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-08-28T22:22:28.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-08-28T22:22:28.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38132026-08-28T22:22:28.226Z
38142026-08-28T22:22:28.226Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (196/376)
38152026-08-28T22:22:28.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-08-28T22:22:28.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-08-28T22:22:28.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-08-28T22:22:28.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38192026-08-28T22:22:28.822Z
38202026-08-28T22:22:28.822Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (197/376)
38212026-08-28T22:22:29.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-08-28T22:22:29.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-08-28T22:22:29.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-08-28T22:22:29.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38252026-08-28T22:22:29.420Z
38262026-08-28T22:22:29.421Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (198/376)
38272026-08-28T22:22:29.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-08-28T22:22:29.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-08-28T22:22:29.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-08-28T22:22:29.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38312026-08-28T22:22:30.011Z
38322026-08-28T22:22:30.011Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (199/376)
38332026-08-28T22:22:30.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-08-28T22:22:30.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-08-28T22:22:30.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-08-28T22:22:30.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38372026-08-28T22:22:30.606Z
38382026-08-28T22:22:30.606Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (200/376)
38392026-08-28T22:22:31.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-08-28T22:22:31.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-08-28T22:22:31.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-08-28T22:22:31.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38432026-08-28T22:22:31.202Z
38442026-08-28T22:22:31.202Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (201/376)
38452026-08-28T22:22:31.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-08-28T22:22:31.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-08-28T22:22:31.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-08-28T22:22:31.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38492026-08-28T22:22:31.795Z
38502026-08-28T22:22:31.795Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (202/376)
38512026-08-28T22:22:32.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-08-28T22:22:32.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-08-28T22:22:32.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542026-08-28T22:22:32.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38552026-08-28T22:22:32.385Z
38562026-08-28T22:22:32.385Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (203/376)
38572026-08-28T22:22:32.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-08-28T22:22:32.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-08-28T22:22:32.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-08-28T22:22:32.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38612026-08-28T22:22:32.976Z
38622026-08-28T22:22:32.976Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (204/376)
38632026-08-28T22:22:33.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-08-28T22:22:33.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-08-28T22:22:33.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-08-28T22:22:33.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38672026-08-28T22:22:33.539Z
38682026-08-28T22:22:33.539Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (205/376)
38692026-08-28T22:22:34.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-08-28T22:22:34.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-08-28T22:22:34.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-08-28T22:22:34.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38732026-08-28T22:22:34.111Z
38742026-08-28T22:22:34.111Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (206/376)
38752026-08-28T22:22:34.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-08-28T22:22:34.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-08-28T22:22:34.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38782026-08-28T22:22:34.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38792026-08-28T22:22:34.683Z
38802026-08-28T22:22:34.683Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (207/376)
38812026-08-28T22:22:35.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-08-28T22:22:35.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-08-28T22:22:35.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-08-28T22:22:35.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38852026-08-28T22:22:35.252Z
38862026-08-28T22:22:35.252Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (208/376)
38872026-08-28T22:22:35.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-08-28T22:22:35.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-08-28T22:22:35.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-08-28T22:22:35.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38912026-08-28T22:22:35.870Z
38922026-08-28T22:22:35.870Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (209/376)
38932026-08-28T22:22:36.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-08-28T22:22:36.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-08-28T22:22:36.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-08-28T22:22:36.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38972026-08-28T22:22:36.402Z
38982026-08-28T22:22:36.402Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (210/376)
38992026-08-28T22:22:36.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-08-28T22:22:36.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-08-28T22:22:36.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-08-28T22:22:36.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39032026-08-28T22:22:36.977Z
39042026-08-28T22:22:36.977Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (211/376)
39052026-08-28T22:22:37.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-08-28T22:22:37.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-08-28T22:22:37.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-08-28T22:22:37.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39092026-08-28T22:22:37.545Z
39102026-08-28T22:22:37.545Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (212/376)
39112026-08-28T22:22:38.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-08-28T22:22:38.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-08-28T22:22:38.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-08-28T22:22:38.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39152026-08-28T22:22:38.113Z
39162026-08-28T22:22:38.113Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (213/376)
39172026-08-28T22:22:38.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-08-28T22:22:38.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-08-28T22:22:38.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-08-28T22:22:38.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39212026-08-28T22:22:38.715Z
39222026-08-28T22:22:38.715Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (214/376)
39232026-08-28T22:22:39.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-08-28T22:22:39.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-08-28T22:22:39.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-08-28T22:22:39.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39272026-08-28T22:22:39.251Z
39282026-08-28T22:22:39.251Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (215/376)
39292026-08-28T22:22:39.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-08-28T22:22:39.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-08-28T22:22:39.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-08-28T22:22:39.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39332026-08-28T22:22:39.826Z
39342026-08-28T22:22:39.826Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (216/376)
39352026-08-28T22:22:40.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-08-28T22:22:40.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-08-28T22:22:40.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-08-28T22:22:40.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39392026-08-28T22:22:40.396Z
39402026-08-28T22:22:40.396Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (217/376)
39412026-08-28T22:22:40.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-08-28T22:22:40.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-08-28T22:22:40.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-08-28T22:22:40.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39452026-08-28T22:22:40.967Z
39462026-08-28T22:22:40.968Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (218/376)
39472026-08-28T22:22:41.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-28T22:22:41.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-28T22:22:41.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-08-28T22:22:41.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39512026-08-28T22:22:41.544Z
39522026-08-28T22:22:41.545Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (219/376)
39532026-08-28T22:22:42.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-28T22:22:42.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-28T22:22:42.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-08-28T22:22:42.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39572026-08-28T22:22:42.141Z
39582026-08-28T22:22:42.141Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (220/376)
39592026-08-28T22:22:42.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-08-28T22:22:42.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-08-28T22:22:42.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-08-28T22:22:42.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39632026-08-28T22:22:42.710Z
39642026-08-28T22:22:42.711Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (221/376)
39652026-08-28T22:22:43.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-08-28T22:22:43.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-08-28T22:22:43.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-08-28T22:22:43.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39692026-08-28T22:22:43.298Z
39702026-08-28T22:22:43.298Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (222/376)
39712026-08-28T22:22:43.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-28T22:22:43.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-28T22:22:43.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-08-28T22:22:43.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39752026-08-28T22:22:43.890Z
39762026-08-28T22:22:43.891Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (223/376)
39772026-08-28T22:22:44.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-28T22:22:44.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-28T22:22:44.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-08-28T22:22:44.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39812026-08-28T22:22:44.478Z
39822026-08-28T22:22:44.479Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (224/376)
39832026-08-28T22:22:44.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-08-28T22:22:44.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-08-28T22:22:44.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-08-28T22:22:44.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39872026-08-28T22:22:45.063Z
39882026-08-28T22:22:45.063Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (225/376)
39892026-08-28T22:22:45.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-08-28T22:22:45.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-08-28T22:22:45.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-08-28T22:22:45.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39932026-08-28T22:22:45.653Z
39942026-08-28T22:22:45.653Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (226/376)
39952026-08-28T22:22:46.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-08-28T22:22:46.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-08-28T22:22:46.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-08-28T22:22:46.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39992026-08-28T22:22:46.243Z
40002026-08-28T22:22:46.244Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (227/376)
40012026-08-28T22:22:46.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-08-28T22:22:46.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-08-28T22:22:46.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-08-28T22:22:46.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40052026-08-28T22:22:46.919Z
40062026-08-28T22:22:46.919Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (228/376)
40072026-08-28T22:22:47.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-08-28T22:22:47.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-08-28T22:22:47.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-08-28T22:22:47.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40112026-08-28T22:22:47.427Z
40122026-08-28T22:22:47.427Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (229/376)
40132026-08-28T22:22:47.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-08-28T22:22:47.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-08-28T22:22:47.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-08-28T22:22:47.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40172026-08-28T22:22:48.013Z
40182026-08-28T22:22:48.013Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (230/376)
40192026-08-28T22:22:48.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-08-28T22:22:48.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-08-28T22:22:48.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-08-28T22:22:48.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40232026-08-28T22:22:48.601Z
40242026-08-28T22:22:48.601Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (231/376)
40252026-08-28T22:22:49.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-08-28T22:22:49.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-08-28T22:22:49.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-08-28T22:22:49.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40292026-08-28T22:22:49.191Z
40302026-08-28T22:22:49.191Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (232/376)
40312026-08-28T22:22:49.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-08-28T22:22:49.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-08-28T22:22:49.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-08-28T22:22:49.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40352026-08-28T22:22:49.780Z
40362026-08-28T22:22:49.780Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (233/376)
40372026-08-28T22:22:50.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-08-28T22:22:50.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-08-28T22:22:50.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-08-28T22:22:50.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40412026-08-28T22:22:50.383Z
40422026-08-28T22:22:50.383Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (234/376)
40432026-08-28T22:22:50.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-08-28T22:22:50.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-08-28T22:22:50.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-08-28T22:22:50.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40472026-08-28T22:22:50.964Z
40482026-08-28T22:22:50.964Zinfo: running `cargo check --bins` on oximeter-producer (235/376)
40492026-08-28T22:22:53.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-08-28T22:22:53.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-08-28T22:22:53.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-08-28T22:22:53.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40532026-08-28T22:22:53.795Z
40542026-08-28T22:22:53.795Zinfo: running `cargo check --bins` on internal-dns-resolver (236/376)
40552026-08-28T22:22:53.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-08-28T22:22:53.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-08-28T22:22:53.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40582026-08-28T22:22:53.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40592026-08-28T22:22:53.934Z
40602026-08-28T22:22:53.934Zinfo: running `cargo check --bins` on dns-server (237/376)
40612026-08-28T22:22:53.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-08-28T22:22:53.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-08-28T22:22:53.934Z Compiling parking_lot_core v0.8.6
40642026-08-28T22:22:53.934Z Compiling git-stub v1.0.0
40652026-08-28T22:22:53.934Z Checking prefix-trie v0.7.0
40662026-08-28T22:22:53.934Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
40672026-08-28T22:22:53.934Z Compiling git-stub-vcs v0.1.0
40682026-08-28T22:22:53.935Z Checking hickory-server v0.25.2
40692026-08-28T22:22:53.935Z Checking parking_lot v0.11.2
40702026-08-28T22:22:53.935Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40712026-08-28T22:22:53.935Z Checking sled v0.34.7
40722026-08-28T22:22:55.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
40732026-08-28T22:22:55.584Z
40742026-08-28T22:22:55.585Zinfo: running `cargo check --bins` on dns-server-api (238/376)
40752026-08-28T22:22:56.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-08-28T22:22:56.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-08-28T22:22:56.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-08-28T22:22:56.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40792026-08-28T22:22:56.150Z
40802026-08-28T22:22:56.150Zinfo: running `cargo check --bins` on nexus-client (239/376)
40812026-08-28T22:22:56.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-08-28T22:22:56.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-08-28T22:22:56.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-08-28T22:22:56.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40852026-08-28T22:22:56.753Z
40862026-08-28T22:22:56.753Zinfo: running `cargo check --bins` on oximeter-producer-api (240/376)
40872026-08-28T22:22:57.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-08-28T22:22:57.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-08-28T22:22:57.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-08-28T22:22:57.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40912026-08-28T22:22:57.318Z
40922026-08-28T22:22:57.318Zinfo: running `cargo check --bins` on sp-sim (241/376)
40932026-08-28T22:22:57.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-08-28T22:22:57.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-08-28T22:22:58.023Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
40962026-08-28T22:22:58.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
40972026-08-28T22:22:58.730Z
40982026-08-28T22:22:58.730Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (242/376)
40992026-08-28T22:22:59.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-08-28T22:22:59.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-08-28T22:22:59.540Z Compiling proc-macro-error-attr2 v2.0.0
41022026-08-28T22:22:59.668Z Compiling hashbrown v0.14.5
41032026-08-28T22:22:59.668Z Compiling rfc6979 v0.4.0
41042026-08-28T22:22:59.675Z Compiling salty v0.3.0
41052026-08-28T22:22:59.694Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
41062026-08-28T22:22:59.704Z Compiling primeorder v0.13.6
41072026-08-28T22:22:59.717Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41082026-08-28T22:22:59.784Z Compiling ecdsa v0.16.9
41092026-08-28T22:22:59.849Z Compiling sha1 v0.10.6
41102026-08-28T22:22:59.953Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
41112026-08-28T22:23:00.040Z Compiling proc-macro-error2 v2.0.1
41122026-08-28T22:23:00.133Z Compiling p384 v0.13.1
41132026-08-28T22:23:00.168Z Compiling chumsky v0.9.3
41142026-08-28T22:23:00.177Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41152026-08-28T22:23:00.199Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
41162026-08-28T22:23:00.345Z Compiling knus-derive v3.4.0
41172026-08-28T22:23:00.370Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
41182026-08-28T22:23:00.405Z Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
41192026-08-28T22:23:00.482Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41202026-08-28T22:23:00.631Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
41212026-08-28T22:23:00.671Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41222026-08-28T22:23:00.874Z Checking corncobs v0.1.4
41232026-08-28T22:23:00.879Z Checking libscf-sys v1.2.0
41242026-08-28T22:23:00.883Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41252026-08-28T22:23:00.906Z Checking secrecy v0.8.0
41262026-08-28T22:23:00.920Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
41272026-08-28T22:23:00.952Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41282026-08-28T22:23:01.008Z Checking papergrid v0.18.0
41292026-08-28T22:23:01.031Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41302026-08-28T22:23:01.057Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41312026-08-28T22:23:01.205Z Compiling unicase v2.9.0
41322026-08-28T22:23:01.262Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41332026-08-28T22:23:01.307Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
41342026-08-28T22:23:01.361Z Checking itertools v0.15.0
41352026-08-28T22:23:01.405Z Compiling mime_guess v2.0.5
41362026-08-28T22:23:01.503Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41372026-08-28T22:23:01.543Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41382026-08-28T22:23:01.761Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
41392026-08-28T22:23:01.793Z Compiling knus v3.4.0
41402026-08-28T22:23:01.807Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
41412026-08-28T22:23:01.808Z Checking tabled v0.21.0
41422026-08-28T22:23:01.965Z Checking crc8 v0.1.1
41432026-08-28T22:23:02.116Z Checking http-range v0.1.5
41442026-08-28T22:23:02.127Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
41452026-08-28T22:23:02.454Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41462026-08-28T22:23:02.467Z Checking scuffle v0.1.0
41472026-08-28T22:23:02.518Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
41482026-08-28T22:23:02.637Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41492026-08-28T22:23:02.665Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41502026-08-28T22:23:02.683Z Checking nanorand v0.7.0
41512026-08-28T22:23:02.688Z Checking hyper-staticfile v0.10.1
41522026-08-28T22:23:02.881Z Checking flume v0.11.1
41532026-08-28T22:23:03.003Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41542026-08-28T22:23:03.021Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
41552026-08-28T22:23:03.048Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
41562026-08-28T22:23:03.128Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
41572026-08-28T22:23:03.186Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
41582026-08-28T22:23:03.375Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
41592026-08-28T22:23:03.392Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
41602026-08-28T22:23:03.399Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
41612026-08-28T22:23:03.567Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
41622026-08-28T22:23:03.708Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
41632026-08-28T22:23:03.910Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41642026-08-28T22:23:03.974Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
41652026-08-28T22:23:04.520Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
41662026-08-28T22:23:05.370Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
41672026-08-28T22:23:07.310Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
41682026-08-28T22:23:08.346Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
41692026-08-28T22:23:08.913Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
41702026-08-28T22:23:08.913Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
41712026-08-28T22:23:09.595Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
41722026-08-28T22:23:20.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.06s
41732026-08-28T22:23:20.804Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41742026-08-28T22:23:20.804Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41752026-08-28T22:23:21.029Z
41762026-08-28T22:23:21.029Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (243/376)
41772026-08-28T22:23:21.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41782026-08-28T22:23:21.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41792026-08-28T22:23:21.785Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41802026-08-28T22:23:32.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.06s
41812026-08-28T22:23:32.200Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41822026-08-28T22:23:32.200Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41832026-08-28T22:23:32.461Z
41842026-08-28T22:23:32.461Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (244/376)
41852026-08-28T22:23:34.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41862026-08-28T22:23:34.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41872026-08-28T22:23:34.226Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41882026-08-28T22:23:43.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.03s
41892026-08-28T22:23:43.371Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41902026-08-28T22:23:43.371Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41912026-08-28T22:23:43.520Z
41922026-08-28T22:23:43.520Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (245/376)
41932026-08-28T22:23:44.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41942026-08-28T22:23:44.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41952026-08-28T22:23:44.294Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
41962026-08-28T22:23:54.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.03s
41972026-08-28T22:23:54.571Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
41982026-08-28T22:23:54.571Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
41992026-08-28T22:23:54.765Z
42002026-08-28T22:23:54.767Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (246/376)
42012026-08-28T22:23:55.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-08-28T22:23:55.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-08-28T22:23:55.541Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42042026-08-28T22:24:05.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.06s
42052026-08-28T22:24:05.843Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42062026-08-28T22:24:05.844Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42072026-08-28T22:24:06.038Z
42082026-08-28T22:24:06.038Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (247/376)
42092026-08-28T22:24:06.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-08-28T22:24:06.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-08-28T22:24:06.829Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42122026-08-28T22:24:17.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.10s
42132026-08-28T22:24:17.154Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42142026-08-28T22:24:17.154Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42152026-08-28T22:24:17.350Z
42162026-08-28T22:24:17.350Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (248/376)
42172026-08-28T22:24:17.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-08-28T22:24:17.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-08-28T22:24:18.130Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42202026-08-28T22:24:28.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.02s
42212026-08-28T22:24:28.535Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42222026-08-28T22:24:28.543Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42232026-08-28T22:24:28.583Z
42242026-08-28T22:24:28.583Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (249/376)
42252026-08-28T22:24:29.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-08-28T22:24:29.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-08-28T22:24:29.430Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42282026-08-28T22:24:39.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s
42292026-08-28T22:24:39.700Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42302026-08-28T22:24:39.700Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42312026-08-28T22:24:39.901Z
42322026-08-28T22:24:39.901Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (250/376)
42332026-08-28T22:24:40.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-08-28T22:24:40.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-08-28T22:24:40.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-08-28T22:24:40.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42372026-08-28T22:24:40.480Z
42382026-08-28T22:24:40.480Zinfo: running `cargo check --bins` on installinator-common (251/376)
42392026-08-28T22:24:40.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-08-28T22:24:40.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-08-28T22:24:40.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42422026-08-28T22:24:40.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42432026-08-28T22:24:41.068Z
42442026-08-28T22:24:41.068Zinfo: running `cargo check --bins` on installinator-common-versions (252/376)
42452026-08-28T22:24:41.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42462026-08-28T22:24:41.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42472026-08-28T22:24:41.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42482026-08-28T22:24:41.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42492026-08-28T22:24:41.626Z
42502026-08-28T22:24:41.626Zinfo: running `cargo check --bins` on nexus-lockstep-client (253/376)
42512026-08-28T22:24:42.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42522026-08-28T22:24:42.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42532026-08-28T22:24:42.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42542026-08-28T22:24:42.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42552026-08-28T22:24:42.235Z
42562026-08-28T22:24:42.235Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (254/376)
42572026-08-28T22:24:42.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42582026-08-28T22:24:42.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42592026-08-28T22:24:42.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42602026-08-28T22:24:42.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42612026-08-28T22:24:42.808Z
42622026-08-28T22:24:42.808Zinfo: running `cargo check --bins` on range-requests (255/376)
42632026-08-28T22:24:43.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42642026-08-28T22:24:43.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42652026-08-28T22:24:43.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42662026-08-28T22:24:43.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42672026-08-28T22:24:43.371Z
42682026-08-28T22:24:43.371Zinfo: running `cargo check --bins` on repo-depot-api (256/376)
42692026-08-28T22:24:43.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-08-28T22:24:43.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-08-28T22:24:43.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42722026-08-28T22:24:43.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42732026-08-28T22:24:43.943Z
42742026-08-28T22:24:43.943Zinfo: running `cargo check --bins` on repo-depot-client (257/376)
42752026-08-28T22:24:44.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-08-28T22:24:44.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-08-28T22:24:44.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-08-28T22:24:44.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42792026-08-28T22:24:44.501Z
42802026-08-28T22:24:44.501Zinfo: running `cargo check --bins` on sled-agent-api (258/376)
42812026-08-28T22:24:44.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-08-28T22:24:45.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-08-28T22:24:45.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-08-28T22:24:45.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42852026-08-28T22:24:45.092Z
42862026-08-28T22:24:45.092Zinfo: running `cargo check --bins` on sled-diagnostics (259/376)
42872026-08-28T22:24:45.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-08-28T22:24:45.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-08-28T22:24:45.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-08-28T22:24:45.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42912026-08-28T22:24:45.681Z
42922026-08-28T22:24:45.681Zinfo: running `cargo check --bins` on zfs-test-harness (260/376)
42932026-08-28T22:24:46.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-08-28T22:24:46.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-08-28T22:24:46.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-08-28T22:24:46.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42972026-08-28T22:24:46.269Z
42982026-08-28T22:24:46.269Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (261/376)
42992026-08-28T22:24:46.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-08-28T22:24:46.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-08-28T22:24:46.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-08-28T22:24:46.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43032026-08-28T22:24:46.872Z
43042026-08-28T22:24:46.873Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (262/376)
43052026-08-28T22:24:47.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-08-28T22:24:47.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-08-28T22:24:47.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-08-28T22:24:47.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43092026-08-28T22:24:47.465Z
43102026-08-28T22:24:47.466Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (263/376)
43112026-08-28T22:24:47.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-08-28T22:24:47.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-08-28T22:24:47.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-08-28T22:24:47.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43152026-08-28T22:24:48.066Z
43162026-08-28T22:24:48.066Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (264/376)
43172026-08-28T22:24:48.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-08-28T22:24:48.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-08-28T22:24:48.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-08-28T22:24:48.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43212026-08-28T22:24:48.665Z
43222026-08-28T22:24:48.665Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (265/376)
43232026-08-28T22:24:49.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-08-28T22:24:49.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-08-28T22:24:49.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-08-28T22:24:49.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43272026-08-28T22:24:49.263Z
43282026-08-28T22:24:49.263Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (266/376)
43292026-08-28T22:24:49.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-08-28T22:24:49.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-08-28T22:24:49.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-08-28T22:24:49.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43332026-08-28T22:24:49.860Z
43342026-08-28T22:24:49.860Zinfo: running `cargo check --bins` on trust-quorum (267/376)
43352026-08-28T22:24:50.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-08-28T22:24:50.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-08-28T22:24:50.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-08-28T22:24:50.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43392026-08-28T22:24:50.455Z
43402026-08-28T22:24:50.455Zinfo: running `cargo check --bins` on sled-agent-health-monitor (268/376)
43412026-08-28T22:24:50.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-08-28T22:24:50.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-08-28T22:24:50.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-08-28T22:24:50.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43452026-08-28T22:24:51.043Z
43462026-08-28T22:24:51.044Zinfo: running `cargo check --bins` on sled-agent-multirack-join (269/376)
43472026-08-28T22:24:51.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-08-28T22:24:51.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-08-28T22:24:51.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-08-28T22:24:51.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43512026-08-28T22:24:51.659Z
43522026-08-28T22:24:51.659Zinfo: running `cargo check --bins` on sled-agent-rack-setup (270/376)
43532026-08-28T22:24:52.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-08-28T22:24:52.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-08-28T22:24:52.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43562026-08-28T22:24:52.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43572026-08-28T22:24:52.279Z
43582026-08-28T22:24:52.279Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (271/376)
43592026-08-28T22:24:52.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-08-28T22:24:52.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-08-28T22:24:52.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43622026-08-28T22:24:52.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43632026-08-28T22:24:52.891Z
43642026-08-28T22:24:52.891Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (272/376)
43652026-08-28T22:24:53.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-08-28T22:24:53.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-08-28T22:24:53.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43682026-08-28T22:24:53.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43692026-08-28T22:24:53.511Z
43702026-08-28T22:24:53.513Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (273/376)
43712026-08-28T22:24:54.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-08-28T22:24:54.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-08-28T22:24:54.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43742026-08-28T22:24:54.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43752026-08-28T22:24:54.130Z
43762026-08-28T22:24:54.130Zinfo: running `cargo check --bins` on omicron-deployment-graph (274/376)
43772026-08-28T22:24:54.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-28T22:24:54.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-28T22:24:54.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-08-28T22:24:54.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43812026-08-28T22:24:54.689Z
43822026-08-28T22:24:54.689Zinfo: running `cargo check --bins` on transient-dns-server (275/376)
43832026-08-28T22:24:55.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-08-28T22:24:55.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-08-28T22:24:55.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-08-28T22:24:55.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43872026-08-28T22:24:55.270Z
43882026-08-28T22:24:55.270Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (276/376)
43892026-08-28T22:24:55.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-08-28T22:24:55.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-08-28T22:24:55.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-08-28T22:24:55.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43932026-08-28T22:24:55.858Z
43942026-08-28T22:24:55.859Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (277/376)
43952026-08-28T22:24:56.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-08-28T22:24:56.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-08-28T22:24:56.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-08-28T22:24:56.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43992026-08-28T22:24:56.445Z
44002026-08-28T22:24:56.445Zinfo: running `cargo check --bins` on omicron-rpaths (278/376)
44012026-08-28T22:24:56.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-08-28T22:24:56.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-08-28T22:24:56.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-08-28T22:24:56.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44052026-08-28T22:24:57.002Z
44062026-08-28T22:24:57.002Zinfo: running `cargo check --bins` on omicron-repl-utils (279/376)
44072026-08-28T22:24:57.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-08-28T22:24:57.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-08-28T22:24:57.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44102026-08-28T22:24:57.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44112026-08-28T22:24:57.562Z
44122026-08-28T22:24:57.562Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (280/376)
44132026-08-28T22:24:58.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-08-28T22:24:58.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-08-28T22:24:58.260Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
44162026-08-28T22:24:58.679Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
44172026-08-28T22:24:59.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
44182026-08-28T22:25:00.054Z
44192026-08-28T22:25:00.055Zinfo: running `cargo check --bins` on clickhouse-admin-api (281/376)
44202026-08-28T22:25:00.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-08-28T22:25:00.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-08-28T22:25:00.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44232026-08-28T22:25:00.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44242026-08-28T22:25:00.629Z
44252026-08-28T22:25:00.629Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (282/376)
44262026-08-28T22:25:01.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44272026-08-28T22:25:01.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44282026-08-28T22:25:01.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44292026-08-28T22:25:01.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44302026-08-28T22:25:01.268Z
44312026-08-28T22:25:01.268Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (283/376)
44322026-08-28T22:25:01.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44332026-08-28T22:25:01.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44342026-08-28T22:25:01.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44352026-08-28T22:25:01.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44362026-08-28T22:25:01.779Z
44372026-08-28T22:25:01.779Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (284/376)
44382026-08-28T22:25:02.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-08-28T22:25:02.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-08-28T22:25:02.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44412026-08-28T22:25:02.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44422026-08-28T22:25:02.350Z
44432026-08-28T22:25:02.350Zinfo: running `cargo check --bins` on installinator-client (285/376)
44442026-08-28T22:25:02.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44452026-08-28T22:25:02.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44462026-08-28T22:25:02.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44472026-08-28T22:25:02.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44482026-08-28T22:25:02.902Z
44492026-08-28T22:25:02.904Zinfo: running `cargo check --bins` on oxide-client (286/376)
44502026-08-28T22:25:03.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-08-28T22:25:03.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-08-28T22:25:03.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44532026-08-28T22:25:03.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44542026-08-28T22:25:03.457Z
44552026-08-28T22:25:03.457Zinfo: running `cargo check --bins` on oximeter-client (287/376)
44562026-08-28T22:25:03.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44572026-08-28T22:25:03.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44582026-08-28T22:25:03.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44592026-08-28T22:25:03.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44602026-08-28T22:25:04.026Z
44612026-08-28T22:25:04.026Zinfo: running `cargo check --bins` on wicketd-client (288/376)
44622026-08-28T22:25:04.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-08-28T22:25:04.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-08-28T22:25:04.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44652026-08-28T22:25:04.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44662026-08-28T22:25:04.615Z
44672026-08-28T22:25:04.615Zinfo: running `cargo check --bins` on wicket-common (289/376)
44682026-08-28T22:25:05.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-08-28T22:25:05.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-08-28T22:25:05.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-08-28T22:25:05.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44722026-08-28T22:25:05.201Z
44732026-08-28T22:25:05.201Zinfo: running `cargo check --bins` on wicketd-commission-client (290/376)
44742026-08-28T22:25:05.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-08-28T22:25:05.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-08-28T22:25:05.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-08-28T22:25:05.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
44782026-08-28T22:25:05.778Z
44792026-08-28T22:25:05.778Zinfo: running `cargo check --bins` on omicron-cockroach-admin (291/376)
44802026-08-28T22:25:06.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-08-28T22:25:06.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-08-28T22:25:06.448Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44832026-08-28T22:25:06.451Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
44842026-08-28T22:25:07.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
44852026-08-28T22:25:07.809Z
44862026-08-28T22:25:07.809Zinfo: running `cargo check --bins` on cockroach-admin-api (292/376)
44872026-08-28T22:25:08.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-08-28T22:25:08.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-08-28T22:25:08.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44902026-08-28T22:25:08.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44912026-08-28T22:25:08.374Z
44922026-08-28T22:25:08.374Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (293/376)
44932026-08-28T22:25:08.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-08-28T22:25:08.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-08-28T22:25:08.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44962026-08-28T22:25:08.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44972026-08-28T22:25:09.036Z
44982026-08-28T22:25:09.036Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (294/376)
44992026-08-28T22:25:09.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-08-28T22:25:09.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-08-28T22:25:09.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45022026-08-28T22:25:09.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
45032026-08-28T22:25:09.703Z
45042026-08-28T22:25:09.703Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (295/376)
45052026-08-28T22:25:10.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-08-28T22:25:10.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-08-28T22:25:10.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45082026-08-28T22:25:10.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45092026-08-28T22:25:10.333Z
45102026-08-28T22:25:10.333Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (296/376)
45112026-08-28T22:25:10.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-08-28T22:25:10.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-08-28T22:25:10.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45142026-08-28T22:25:10.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45152026-08-28T22:25:10.969Z
45162026-08-28T22:25:10.969Zinfo: running `cargo check --bins` on db-macros (297/376)
45172026-08-28T22:25:11.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-08-28T22:25:11.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-08-28T22:25:11.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45202026-08-28T22:25:11.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45212026-08-28T22:25:11.536Z
45222026-08-28T22:25:11.536Zinfo: running `cargo check --bins` on nexus-macros-common (298/376)
45232026-08-28T22:25:12.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45242026-08-28T22:25:12.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45252026-08-28T22:25:12.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45262026-08-28T22:25:12.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45272026-08-28T22:25:12.099Z
45282026-08-28T22:25:12.099Zinfo: running `cargo check --bins` on nexus-auth (299/376)
45292026-08-28T22:25:12.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-08-28T22:25:12.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-08-28T22:25:12.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45322026-08-28T22:25:12.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45332026-08-28T22:25:12.726Z
45342026-08-28T22:25:12.726Zinfo: running `cargo check --bins` on authz-macros (300/376)
45352026-08-28T22:25:13.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-28T22:25:13.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-28T22:25:13.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45382026-08-28T22:25:13.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45392026-08-28T22:25:13.292Z
45402026-08-28T22:25:13.292Zinfo: running `cargo check --bins` on nexus-db-fixed-data (301/376)
45412026-08-28T22:25:13.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-08-28T22:25:13.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-08-28T22:25:13.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45442026-08-28T22:25:13.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45452026-08-28T22:25:13.910Z
45462026-08-28T22:25:13.912Zinfo: running `cargo check --bins` on nexus-db-model (302/376)
45472026-08-28T22:25:14.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-08-28T22:25:14.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-08-28T22:25:14.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45502026-08-28T22:25:14.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45512026-08-28T22:25:14.519Z
45522026-08-28T22:25:14.519Zinfo: running `cargo check --bins` on nexus-db-schema (303/376)
45532026-08-28T22:25:14.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-08-28T22:25:14.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-08-28T22:25:14.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45562026-08-28T22:25:15.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45572026-08-28T22:25:15.080Z
45582026-08-28T22:25:15.081Zinfo: running `cargo check --bins` on nexus-defaults (304/376)
45592026-08-28T22:25:15.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-08-28T22:25:15.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-08-28T22:25:15.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45622026-08-28T22:25:15.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45632026-08-28T22:25:15.659Z
45642026-08-28T22:25:15.659Zinfo: running `cargo check --bins` on omicron-git-version (305/376)
45652026-08-28T22:25:16.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-08-28T22:25:16.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-08-28T22:25:16.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45682026-08-28T22:25:16.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45692026-08-28T22:25:16.223Z
45702026-08-28T22:25:16.223Zinfo: running `cargo check --bins` on nexus-db-errors (306/376)
45712026-08-28T22:25:16.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-08-28T22:25:16.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-08-28T22:25:16.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45742026-08-28T22:25:16.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45752026-08-28T22:25:16.855Z
45762026-08-28T22:25:16.855Zinfo: running `cargo check --bins` on nexus-db-lookup (307/376)
45772026-08-28T22:25:17.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-08-28T22:25:17.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-08-28T22:25:17.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45802026-08-28T22:25:17.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45812026-08-28T22:25:17.485Z
45822026-08-28T22:25:17.485Zinfo: running `cargo check --bins` on nexus-test-interface (308/376)
45832026-08-28T22:25:18.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45842026-08-28T22:25:18.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45852026-08-28T22:25:18.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45862026-08-28T22:25:18.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45872026-08-28T22:25:18.118Z
45882026-08-28T22:25:18.118Zinfo: running `cargo check --bins` on oximeter-collector (309/376)
45892026-08-28T22:25:18.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45902026-08-28T22:25:18.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45912026-08-28T22:25:18.847Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
45922026-08-28T22:25:18.857Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
45932026-08-28T22:25:19.517Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45942026-08-28T22:25:21.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
45952026-08-28T22:25:21.413Z
45962026-08-28T22:25:21.413Zinfo: running `cargo check --bins` on oximeter-api (310/376)
45972026-08-28T22:25:21.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45982026-08-28T22:25:21.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45992026-08-28T22:25:21.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46002026-08-28T22:25:21.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
46012026-08-28T22:25:21.987Z
46022026-08-28T22:25:21.987Zinfo: running `cargo check --bins` on cert-dev (311/376)
46032026-08-28T22:25:22.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-08-28T22:25:22.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-08-28T22:25:22.601Z Checking yasna v0.5.2
46062026-08-28T22:25:23.004Z Checking rcgen v0.12.1
46072026-08-28T22:25:23.254Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
46082026-08-28T22:25:23.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
46092026-08-28T22:25:23.602Z
46102026-08-28T22:25:23.603Zinfo: running `cargo check --bins` on clickana (312/376)
46112026-08-28T22:25:24.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46122026-08-28T22:25:24.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46132026-08-28T22:25:24.240Z Compiling instability v0.3.11
46142026-08-28T22:25:24.244Z Checking castaway v0.2.4
46152026-08-28T22:25:24.244Z Compiling indoc v2.0.7
46162026-08-28T22:25:24.244Z Checking unicode-truncate v1.1.0
46172026-08-28T22:25:24.364Z Checking lru v0.12.5
46182026-08-28T22:25:24.369Z Checking cassowary v0.3.0
46192026-08-28T22:25:24.436Z Checking compact_str v0.8.1
46202026-08-28T22:25:25.223Z Checking ratatui v0.29.0
46212026-08-28T22:25:26.264Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
46222026-08-28T22:25:26.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
46232026-08-28T22:25:27.155Z
46242026-08-28T22:25:27.155Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (313/376)
46252026-08-28T22:25:27.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46262026-08-28T22:25:27.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46272026-08-28T22:25:27.878Z Checking headers-core v0.3.0
46282026-08-28T22:25:27.878Z Checking port-file v0.1.0
46292026-08-28T22:25:27.886Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
46302026-08-28T22:25:28.084Z Checking headers v0.4.1
46312026-08-28T22:25:28.442Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46322026-08-28T22:25:29.415Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46332026-08-28T22:25:29.932Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
46342026-08-28T22:25:30.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
46352026-08-28T22:25:30.560Z
46362026-08-28T22:25:30.560Zinfo: running `cargo check --bins` on ch-dev (314/376)
46372026-08-28T22:25:31.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-08-28T22:25:31.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-08-28T22:25:31.282Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
46402026-08-28T22:25:32.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
46412026-08-28T22:25:32.228Z
46422026-08-28T22:25:32.228Zinfo: running `cargo check --bins` on dev-tools-common (315/376)
46432026-08-28T22:25:32.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-08-28T22:25:32.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-08-28T22:25:32.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46462026-08-28T22:25:32.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
46472026-08-28T22:25:32.644Z
46482026-08-28T22:25:32.644Zinfo: running `cargo check --bins` on corpus-adjust (316/376)
46492026-08-28T22:25:33.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-08-28T22:25:33.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-08-28T22:25:33.278Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
46522026-08-28T22:25:33.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.00s
46532026-08-28T22:25:33.837Z
46542026-08-28T22:25:33.837Zinfo: running `cargo check --bins` on crdb-seed (317/376)
46552026-08-28T22:25:34.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-08-28T22:25:34.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-08-28T22:25:34.550Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46582026-08-28T22:25:35.683Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
46592026-08-28T22:25:36.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
46602026-08-28T22:25:36.224Z
46612026-08-28T22:25:36.224Zinfo: running `cargo check --bins` on db-dev (318/376)
46622026-08-28T22:25:36.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46632026-08-28T22:25:36.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46642026-08-28T22:25:36.944Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
46652026-08-28T22:25:37.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
46662026-08-28T22:25:37.898Z
46672026-08-28T22:25:37.898Zinfo: running `cargo check --bins` on omicron-dev-lib (319/376)
46682026-08-28T22:25:38.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46692026-08-28T22:25:38.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46702026-08-28T22:25:38.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46712026-08-28T22:25:38.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46722026-08-28T22:25:38.505Z
46732026-08-28T22:25:38.505Zinfo: running `cargo check --bins` on xtask-downloader (320/376)
46742026-08-28T22:25:38.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-08-28T22:25:38.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-08-28T22:25:39.118Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
46772026-08-28T22:25:39.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
46782026-08-28T22:25:39.975Z
46792026-08-28T22:25:39.976Zinfo: running `cargo check --bins` on omicron-dropshot-apis (321/376)
46802026-08-28T22:25:40.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-08-28T22:25:40.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-08-28T22:25:40.727Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
46832026-08-28T22:25:40.727Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
46842026-08-28T22:25:40.732Z Checking git-stub v1.0.0
46852026-08-28T22:25:40.733Z Compiling trait-variant v0.1.2
46862026-08-28T22:25:40.733Z Checking maplit v1.0.2
46872026-08-28T22:25:40.872Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46882026-08-28T22:25:40.875Z Checking drift v0.2.0
46892026-08-28T22:25:40.875Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46902026-08-28T22:25:40.934Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46912026-08-28T22:25:40.985Z Checking git-stub-vcs v0.1.0
46922026-08-28T22:25:41.056Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46932026-08-28T22:25:41.072Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46942026-08-28T22:25:41.179Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
46952026-08-28T22:25:41.225Z Checking dropshot-api-manager v0.8.0
46962026-08-28T22:25:41.242Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
46972026-08-28T22:25:41.371Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
46982026-08-28T22:25:41.573Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
46992026-08-28T22:25:42.072Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47002026-08-28T22:25:43.012Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47012026-08-28T22:25:44.032Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47022026-08-28T22:25:44.860Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
47032026-08-28T22:25:45.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s
47042026-08-28T22:25:45.502Z
47052026-08-28T22:25:45.502Zinfo: running `cargo check --bins` on installinator-api (322/376)
47062026-08-28T22:25:46.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-08-28T22:25:46.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-08-28T22:25:46.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47092026-08-28T22:25:46.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47102026-08-28T22:25:46.074Z
47112026-08-28T22:25:46.074Zinfo: running `cargo check --bins` on nexus-external-api (323/376)
47122026-08-28T22:25:46.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-08-28T22:25:46.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-08-28T22:25:46.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47152026-08-28T22:25:46.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47162026-08-28T22:25:46.690Z
47172026-08-28T22:25:46.690Zinfo: running `cargo check --bins` on nexus-internal-api (324/376)
47182026-08-28T22:25:47.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-08-28T22:25:47.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-08-28T22:25:47.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-08-28T22:25:47.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47222026-08-28T22:25:47.294Z
47232026-08-28T22:25:47.294Zinfo: running `cargo check --bins` on nexus-lockstep-api (325/376)
47242026-08-28T22:25:47.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-28T22:25:47.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-28T22:25:47.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-28T22:25:47.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47282026-08-28T22:25:47.907Z
47292026-08-28T22:25:47.908Zinfo: running `cargo check --bins` on ntp-admin-api (326/376)
47302026-08-28T22:25:48.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-28T22:25:48.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-28T22:25:48.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-28T22:25:48.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47342026-08-28T22:25:48.479Z
47352026-08-28T22:25:48.479Zinfo: running `cargo check --bins` on ntp-admin-types-versions (327/376)
47362026-08-28T22:25:48.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-28T22:25:48.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-28T22:25:48.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-28T22:25:48.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47402026-08-28T22:25:49.043Z
47412026-08-28T22:25:49.043Zinfo: running `cargo check --bins` on wicketd-api (328/376)
47422026-08-28T22:25:49.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-28T22:25:49.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-28T22:25:49.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-28T22:25:49.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47462026-08-28T22:25:49.623Z
47472026-08-28T22:25:49.623Zinfo: running `cargo check --bins` on wicketd-commission-api (329/376)
47482026-08-28T22:25:50.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-28T22:25:50.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-28T22:25:50.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-28T22:25:50.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47522026-08-28T22:25:50.206Z
47532026-08-28T22:25:50.206Zinfo: running `cargo check --bins` on omicron-ls-apis (330/376)
47542026-08-28T22:25:50.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-28T22:25:50.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-28T22:25:50.826Z Compiling blake3 v1.8.5
47572026-08-28T22:25:50.934Z Checking arrayvec v0.7.6
47582026-08-28T22:25:50.934Z Checking constant_time_eq v0.4.2
47592026-08-28T22:25:50.948Z Checking arrayref v0.3.9
47602026-08-28T22:25:50.956Z Checking cargo-platform v0.3.2
47612026-08-28T22:25:50.959Z Checking topological-sort v0.2.2
47622026-08-28T22:25:50.959Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
47632026-08-28T22:25:51.126Z Checking cargo_metadata v0.23.1
47642026-08-28T22:25:51.805Z Checking omicron-zone-package v0.12.3
47652026-08-28T22:25:52.509Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
47662026-08-28T22:25:53.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
47672026-08-28T22:25:53.504Z
47682026-08-28T22:25:53.504Zinfo: running `cargo check --bins` on mgs-dev (331/376)
47692026-08-28T22:25:54.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47702026-08-28T22:25:54.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47712026-08-28T22:25:54.234Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47722026-08-28T22:25:54.862Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
47732026-08-28T22:25:55.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
47742026-08-28T22:25:55.565Z
47752026-08-28T22:25:55.566Zinfo: running `cargo check --bins` on omicron-omdb (332/376)
47762026-08-28T22:25:56.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47772026-08-28T22:25:56.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47782026-08-28T22:25:56.537Z Compiling darling_core v0.21.3
47792026-08-28T22:25:56.538Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47802026-08-28T22:25:56.542Z Compiling vergen-lib v0.1.6
47812026-08-28T22:25:56.542Z Compiling diesel_derives v2.3.7
47822026-08-28T22:25:56.542Z Checking scheduled-thread-pool v0.2.7
47832026-08-28T22:25:56.542Z Compiling vergen-gitcl v1.0.8
47842026-08-28T22:25:56.542Z Compiling diesel_table_macro_syntax v0.3.0
47852026-08-28T22:25:56.542Z Compiling dirs-sys-next v0.1.2
47862026-08-28T22:25:56.837Z Compiling glob v0.3.3
47872026-08-28T22:25:56.876Z Compiling crunchy v0.2.4
47882026-08-28T22:25:56.908Z Checking r2d2 v0.8.10
47892026-08-28T22:25:56.957Z Compiling dirs-next v2.0.0
47902026-08-28T22:25:56.972Z Compiling tiny-keccak v2.0.2
47912026-08-28T22:25:57.075Z Checking downcast-rs v2.0.2
47922026-08-28T22:25:57.093Z Compiling term v0.7.0
47932026-08-28T22:25:57.236Z Compiling clang-sys v1.8.1
47942026-08-28T22:25:57.260Z Compiling bit-vec v0.6.3
47952026-08-28T22:25:57.344Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
47962026-08-28T22:25:57.482Z Compiling bit-set v0.5.3
47972026-08-28T22:25:57.535Z Compiling ascii-canvas v3.0.0
47982026-08-28T22:25:57.615Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
47992026-08-28T22:25:57.631Z Compiling itertools v0.10.5
48002026-08-28T22:25:57.648Z Compiling ena v0.14.4
48012026-08-28T22:25:57.692Z Compiling libloading v0.8.9
48022026-08-28T22:25:57.764Z Compiling diff v0.1.13
48032026-08-28T22:25:57.783Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
48042026-08-28T22:25:57.783Z Compiling bindgen v0.71.1
48052026-08-28T22:25:57.858Z Compiling regex-syntax v0.6.29
48062026-08-28T22:25:58.054Z Compiling cexpr v0.6.0
48072026-08-28T22:25:58.195Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48082026-08-28T22:25:58.379Z Compiling rustc-hash v2.1.1
48092026-08-28T22:25:58.548Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
48102026-08-28T22:25:58.764Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
48112026-08-28T22:25:58.782Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
48122026-08-28T22:25:58.799Z Compiling libxml v0.3.3
48132026-08-28T22:25:58.894Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48142026-08-28T22:25:59.046Z Compiling strum_macros v0.24.3
48152026-08-28T22:25:59.079Z Compiling indoc v1.0.9
48162026-08-28T22:25:59.216Z Compiling darling_macro v0.21.3
48172026-08-28T22:25:59.526Z Compiling lalrpop v0.19.12
48182026-08-28T22:25:59.724Z Compiling darling v0.21.3
48192026-08-28T22:25:59.817Z Compiling dsl_auto_type v0.2.0
48202026-08-28T22:25:59.997Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48212026-08-28T22:26:00.035Z Checking derive_builder v0.20.2
48222026-08-28T22:26:00.157Z Compiling oso-derive v0.27.3
48232026-08-28T22:26:00.185Z Checking quick-xml v0.37.5
48242026-08-28T22:26:00.388Z Compiling impl-trait-for-tuples v0.2.3
48252026-08-28T22:26:00.670Z Checking openssl-probe v0.1.6
48262026-08-28T22:26:00.813Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
48272026-08-28T22:26:01.084Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48282026-08-28T22:26:01.275Z Checking bb8 v0.8.6
48292026-08-28T22:26:01.532Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48302026-08-28T22:26:01.566Z Checking nonempty v0.12.0
48312026-08-28T22:26:01.586Z Compiling libz-sys v1.1.24
48322026-08-28T22:26:01.738Z Compiling strsim v0.10.0
48332026-08-28T22:26:01.759Z Compiling libgit2-sys v0.18.3+1.9.2
48342026-08-28T22:26:01.923Z Compiling darling_core v0.13.4
48352026-08-28T22:26:02.066Z Compiling progenitor-impl v0.13.0
48362026-08-28T22:26:02.154Z Compiling vergen-git2 v9.1.0
48372026-08-28T22:26:03.275Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48382026-08-28T22:26:03.471Z Checking progenitor-client v0.13.0
48392026-08-28T22:26:03.798Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48402026-08-28T22:26:03.831Z Compiling darling_macro v0.13.4
48412026-08-28T22:26:04.322Z Compiling darling v0.13.4
48422026-08-28T22:26:04.420Z Compiling serde_with_macros v1.5.2
48432026-08-28T22:26:04.703Z Compiling progenitor-macro v0.13.0
48442026-08-28T22:26:04.801Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48452026-08-28T22:26:05.013Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
48462026-08-28T22:26:05.205Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48472026-08-28T22:26:05.270Z Compiling serde_with v1.14.0
48482026-08-28T22:26:05.394Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
48492026-08-28T22:26:05.582Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
48502026-08-28T22:26:05.679Z Checking diesel v2.3.7
48512026-08-28T22:26:05.736Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48522026-08-28T22:26:05.769Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48532026-08-28T22:26:06.428Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48542026-08-28T22:26:07.443Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48552026-08-28T22:26:07.576Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48562026-08-28T22:26:07.962Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
48572026-08-28T22:26:08.154Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
48582026-08-28T22:26:08.265Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
48592026-08-28T22:26:08.344Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
48602026-08-28T22:26:08.600Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48612026-08-28T22:26:08.618Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48622026-08-28T22:26:09.126Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48632026-08-28T22:26:09.455Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48642026-08-28T22:26:09.698Z Checking progenitor v0.13.0
48652026-08-28T22:26:09.852Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
48662026-08-28T22:26:09.869Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48672026-08-28T22:26:09.885Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
48682026-08-28T22:26:09.976Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
48692026-08-28T22:26:10.162Z Checking twox-hash v2.1.2
48702026-08-28T22:26:10.229Z Checking libsw-core v0.3.2
48712026-08-28T22:26:10.383Z Checking atty v0.2.14
48722026-08-28T22:26:10.453Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48732026-08-28T22:26:10.472Z Checking libsw v3.5.0
48742026-08-28T22:26:10.488Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48752026-08-28T22:26:10.654Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48762026-08-28T22:26:12.270Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48772026-08-28T22:26:12.552Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48782026-08-28T22:26:12.982Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48792026-08-28T22:26:13.288Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
48802026-08-28T22:26:14.308Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48812026-08-28T22:26:14.503Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
48822026-08-28T22:26:14.655Z Checking fatfs v0.3.6
48832026-08-28T22:26:15.113Z Checking console v0.16.2
48842026-08-28T22:26:15.430Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
48852026-08-28T22:26:16.253Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48862026-08-28T22:26:16.339Z Checking unit-prefix v0.5.2
48872026-08-28T22:26:16.405Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
48882026-08-28T22:26:16.476Z Compiling seq-macro v0.3.6
48892026-08-28T22:26:16.754Z Checking indicatif v0.18.4
48902026-08-28T22:26:17.006Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48912026-08-28T22:26:17.141Z Checking oxide-update-engine-display v0.1.2
48922026-08-28T22:26:17.458Z Checking support-bundle-viewer v0.1.2
48932026-08-28T22:26:17.656Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
48942026-08-28T22:26:17.701Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
48952026-08-28T22:26:17.720Z Checking multimap v0.10.1
48962026-08-28T22:26:19.921Z Checking async-bb8-diesel v0.2.1
48972026-08-28T22:26:20.287Z Checking diesel-dtrace v0.5.0
48982026-08-28T22:26:26.483Z Compiling samael v0.0.19
48992026-08-28T22:26:29.698Z Compiling git2 v0.20.4
49002026-08-28T22:26:31.475Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49012026-08-28T22:26:32.403Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49022026-08-28T22:26:33.486Z Compiling polar-core v0.27.3
49032026-08-28T22:26:38.049Z Checking oso v0.27.3
49042026-08-28T22:27:09.131Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
49052026-08-28T22:28:25.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s
49062026-08-28T22:28:25.287Z
49072026-08-28T22:28:25.287Zinfo: running `cargo check --bins` on nexus-networking (333/376)
49082026-08-28T22:28:25.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49092026-08-28T22:28:25.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49102026-08-28T22:28:25.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49112026-08-28T22:28:25.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
49122026-08-28T22:28:25.958Z
49132026-08-28T22:28:25.959Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (334/376)
49142026-08-28T22:28:26.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49152026-08-28T22:28:26.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49162026-08-28T22:28:26.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49172026-08-28T22:28:26.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49182026-08-28T22:28:26.594Z
49192026-08-28T22:28:26.594Zinfo: running `cargo check --bins` on nexus-saga-recovery (335/376)
49202026-08-28T22:28:27.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49212026-08-28T22:28:27.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49222026-08-28T22:28:27.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49232026-08-28T22:28:27.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49242026-08-28T22:28:27.225Z
49252026-08-28T22:28:27.225Zinfo: running `cargo check --bins` on nexus-test-utils-macros (336/376)
49262026-08-28T22:28:27.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49272026-08-28T22:28:27.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49282026-08-28T22:28:27.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49292026-08-28T22:28:27.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49302026-08-28T22:28:27.789Z
49312026-08-28T22:28:27.789Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (337/376)
49322026-08-28T22:28:28.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49332026-08-28T22:28:28.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49342026-08-28T22:28:28.623Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49352026-08-28T22:28:29.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s
49362026-08-28T22:28:29.638Z
49372026-08-28T22:28:29.638Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (338/376)
49382026-08-28T22:28:30.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49392026-08-28T22:28:30.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49402026-08-28T22:28:30.458Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
49412026-08-28T22:29:10.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.37s
49422026-08-28T22:29:10.226Z
49432026-08-28T22:29:10.226Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (339/376)
49442026-08-28T22:29:10.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49452026-08-28T22:29:10.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49462026-08-28T22:29:10.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49472026-08-28T22:29:10.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49482026-08-28T22:29:10.785Z
49492026-08-28T22:29:10.785Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (340/376)
49502026-08-28T22:29:11.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49512026-08-28T22:29:11.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49522026-08-28T22:29:11.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49532026-08-28T22:29:11.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
49542026-08-28T22:29:11.343Z
49552026-08-28T22:29:11.343Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (341/376)
49562026-08-28T22:29:11.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49572026-08-28T22:29:11.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49582026-08-28T22:29:11.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49592026-08-28T22:29:11.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49602026-08-28T22:29:11.958Z
49612026-08-28T22:29:11.959Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (342/376)
49622026-08-28T22:29:12.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49632026-08-28T22:29:12.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49642026-08-28T22:29:12.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49652026-08-28T22:29:12.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49662026-08-28T22:29:12.585Z
49672026-08-28T22:29:12.586Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (343/376)
49682026-08-28T22:29:13.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49692026-08-28T22:29:13.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49702026-08-28T22:29:13.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49712026-08-28T22:29:13.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49722026-08-28T22:29:13.211Z
49732026-08-28T22:29:13.211Zinfo: running `cargo check --bins` on nexus-mgs-updates (344/376)
49742026-08-28T22:29:13.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49752026-08-28T22:29:13.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49762026-08-28T22:29:13.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49772026-08-28T22:29:13.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
49782026-08-28T22:29:13.840Z
49792026-08-28T22:29:13.840Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (345/376)
49802026-08-28T22:29:14.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49812026-08-28T22:29:14.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49822026-08-28T22:29:14.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49832026-08-28T22:29:14.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49842026-08-28T22:29:14.456Z
49852026-08-28T22:29:14.456Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (346/376)
49862026-08-28T22:29:14.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49872026-08-28T22:29:14.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49882026-08-28T22:29:14.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49892026-08-28T22:29:14.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
49902026-08-28T22:29:15.085Z
49912026-08-28T22:29:15.085Zinfo: running `cargo check --bins` on nexus-switch-config (347/376)
49922026-08-28T22:29:15.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49932026-08-28T22:29:15.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49942026-08-28T22:29:15.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49952026-08-28T22:29:15.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
49962026-08-28T22:29:15.695Z
49972026-08-28T22:29:15.695Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (348/376)
49982026-08-28T22:29:16.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49992026-08-28T22:29:16.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50002026-08-28T22:29:16.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50012026-08-28T22:29:16.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50022026-08-28T22:29:16.323Z
50032026-08-28T22:29:16.323Zinfo: running `cargo check --bins` on support-bundle-collection (349/376)
50042026-08-28T22:29:16.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50052026-08-28T22:29:16.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50062026-08-28T22:29:16.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50072026-08-28T22:29:16.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
50082026-08-28T22:29:16.951Z
50092026-08-28T22:29:16.951Zinfo: running `cargo check --bins` on omicron-dev (350/376)
50102026-08-28T22:29:17.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50112026-08-28T22:29:17.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50122026-08-28T22:29:17.850Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
50132026-08-28T22:29:17.853Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50142026-08-28T22:29:18.042Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
50152026-08-28T22:29:18.070Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
50162026-08-28T22:29:18.088Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
50172026-08-28T22:29:18.092Z Checking yansi v1.0.1
50182026-08-28T22:29:18.104Z Checking diff v0.1.13
50192026-08-28T22:29:18.134Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
50202026-08-28T22:29:18.173Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
50212026-08-28T22:29:18.353Z Checking pretty_assertions v1.4.1
50222026-08-28T22:29:19.157Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50232026-08-28T22:29:19.162Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
50242026-08-28T22:29:44.650Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50252026-08-28T22:29:44.654Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50262026-08-28T22:29:44.654Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50272026-08-28T22:29:44.654Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
50282026-08-28T22:29:44.654Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
50292026-08-28T22:29:44.654Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
50302026-08-28T22:29:44.654Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
50312026-08-28T22:29:45.479Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
50322026-08-28T22:29:45.479Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50332026-08-28T22:29:46.764Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
50342026-08-28T22:30:25.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
50352026-08-28T22:30:25.866Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50362026-08-28T22:30:25.867Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50372026-08-28T22:30:26.080Z
50382026-08-28T22:30:26.080Zinfo: running `cargo check --bins` on oximeter-load-test (351/376)
50392026-08-28T22:30:26.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50402026-08-28T22:30:26.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50412026-08-28T22:30:26.786Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
50422026-08-28T22:30:27.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
50432026-08-28T22:30:27.904Z
50442026-08-28T22:30:27.904Zinfo: running `cargo check --bins` on omicron-pins (352/376)
50452026-08-28T22:30:28.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50462026-08-28T22:30:28.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50472026-08-28T22:30:28.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50482026-08-28T22:30:28.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50492026-08-28T22:30:28.175Z
50502026-08-28T22:30:28.175Zinfo: running `cargo check --bins` on rack-init-config (353/376)
50512026-08-28T22:30:28.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50522026-08-28T22:30:28.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50532026-08-28T22:30:28.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50542026-08-28T22:30:28.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
50552026-08-28T22:30:28.755Z
50562026-08-28T22:30:28.755Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (354/376)
50572026-08-28T22:30:29.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50582026-08-28T22:30:29.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50592026-08-28T22:30:29.537Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50602026-08-28T22:30:29.660Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
50612026-08-28T22:30:29.664Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
50622026-08-28T22:30:57.164Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50632026-08-28T22:30:57.559Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50642026-08-28T22:30:59.317Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
50652026-08-28T22:30:59.800Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50662026-08-28T22:31:02.939Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50672026-08-28T22:31:27.481Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50682026-08-28T22:31:28.228Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
50692026-08-28T22:31:29.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
50702026-08-28T22:31:30.169Z
50712026-08-28T22:31:30.169Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (355/376)
50722026-08-28T22:31:30.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50732026-08-28T22:31:30.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50742026-08-28T22:31:30.898Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
50752026-08-28T22:31:31.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
50762026-08-28T22:31:31.797Z
50772026-08-28T22:31:31.797Zinfo: running `cargo check --bins` on omicron-releng (356/376)
50782026-08-28T22:31:32.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50792026-08-28T22:31:32.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50802026-08-28T22:31:32.427Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
50812026-08-28T22:31:32.431Z Compiling fs-err v2.11.0
50822026-08-28T22:31:32.550Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
50832026-08-28T22:31:32.562Z Checking parse-size v1.1.0
50842026-08-28T22:31:32.572Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
50852026-08-28T22:31:32.572Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
50862026-08-28T22:31:32.575Z Checking shell-words v1.1.1
50872026-08-28T22:31:32.655Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50882026-08-28T22:31:32.984Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50892026-08-28T22:31:33.163Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
50902026-08-28T22:31:33.839Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
50912026-08-28T22:31:34.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
50922026-08-28T22:31:34.981Z
50932026-08-28T22:31:34.981Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (357/376)
50942026-08-28T22:31:35.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50952026-08-28T22:31:35.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50962026-08-28T22:31:35.621Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
50972026-08-28T22:31:36.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s
50982026-08-28T22:31:36.294Z
50992026-08-28T22:31:36.294Zinfo: running `cargo check --bins` on schema (358/376)
51002026-08-28T22:31:36.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51012026-08-28T22:31:36.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51022026-08-28T22:31:37.026Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51032026-08-28T22:31:37.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
51042026-08-28T22:31:37.933Z
51052026-08-28T22:31:37.933Zinfo: running `cargo check --bins` on xtask (359/376)
51062026-08-28T22:31:38.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51072026-08-28T22:31:38.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51082026-08-28T22:31:38.335Z Checking serde_core v1.0.228
51092026-08-28T22:31:38.335Z Checking libc v0.2.185
51102026-08-28T22:31:38.339Z Checking bitflags v2.11.0
51112026-08-28T22:31:38.422Z Checking scroll v0.12.0
51122026-08-28T22:31:38.425Z Checking thiserror v1.0.69
51132026-08-28T22:31:38.435Z Checking log v0.4.33
51142026-08-28T22:31:38.442Z Checking zerocopy v0.7.35
51152026-08-28T22:31:38.449Z Checking indexmap v2.14.0
51162026-08-28T22:31:38.516Z Checking syn v2.0.117
51172026-08-28T22:31:38.556Z Checking dtrace-parser v0.2.0
51182026-08-28T22:31:38.576Z Checking once_cell v1.21.3
51192026-08-28T22:31:38.636Z Checking goblin v0.8.2
51202026-08-28T22:31:38.702Z Checking errno v0.3.14
51212026-08-28T22:31:38.746Z Checking thread-id v4.2.2
51222026-08-28T22:31:38.803Z Checking getrandom v0.4.3
51232026-08-28T22:31:38.821Z Checking rustix v1.1.4
51242026-08-28T22:31:38.831Z Checking memmap v0.7.0
51252026-08-28T22:31:38.929Z Checking thiserror v2.0.18
51262026-08-28T22:31:38.940Z Checking fs-err v3.3.0
51272026-08-28T22:31:38.955Z Checking tabled v0.15.0
51282026-08-28T22:31:38.982Z Checking anyhow v1.0.104
51292026-08-28T22:31:39.599Z Checking terminal_size v0.4.3
51302026-08-28T22:31:39.599Z Checking tempfile v3.27.0
51312026-08-28T22:31:39.711Z Checking clap_builder v4.6.0
51322026-08-28T22:31:39.714Z Checking textwrap v0.16.2
51332026-08-28T22:31:39.881Z Checking serde v1.0.228
51342026-08-28T22:31:39.885Z Checking serde_json v1.0.151
51352026-08-28T22:31:39.885Z Checking camino v1.2.5
51362026-08-28T22:31:39.913Z Checking cargo-platform v0.3.2
51372026-08-28T22:31:40.057Z Checking semver v1.0.28
51382026-08-28T22:31:40.128Z Checking camino-tempfile v1.4.1
51392026-08-28T22:31:40.285Z Checking serde_spanned v0.6.9
51402026-08-28T22:31:40.285Z Checking toml_datetime v0.6.11
51412026-08-28T22:31:40.288Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
51422026-08-28T22:31:40.289Z Checking macaddr v1.0.1
51432026-08-28T22:31:40.464Z Checking toml_edit v0.22.27
51442026-08-28T22:31:40.479Z Checking dof v0.3.0
51452026-08-28T22:31:40.482Z Checking cargo_metadata v0.23.1
51462026-08-28T22:31:40.745Z Checking usdt-impl v0.5.0
51472026-08-28T22:31:40.904Z Checking clap v4.6.1
51482026-08-28T22:31:41.007Z Checking usdt v0.5.0
51492026-08-28T22:31:41.429Z Checking toml v0.8.23
51502026-08-28T22:31:41.692Z Checking cargo_toml v0.21.0
51512026-08-28T22:31:42.330Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
51522026-08-28T22:31:42.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
51532026-08-28T22:31:42.828Z
51542026-08-28T22:31:42.828Zinfo: running `cargo check --bins` on dnsadm (360/376)
51552026-08-28T22:31:43.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51562026-08-28T22:31:43.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51572026-08-28T22:31:43.471Z Checking arc-swap v1.8.2
51582026-08-28T22:31:43.752Z Checking slog-scope v4.4.1
51592026-08-28T22:31:43.865Z Checking slog-stdlog v4.1.1
51602026-08-28T22:31:43.963Z Checking slog-envlogger v2.2.0
51612026-08-28T22:31:44.083Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
51622026-08-28T22:31:44.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
51632026-08-28T22:31:44.681Z
51642026-08-28T22:31:44.681Zinfo: running `cargo check --bins` on end-to-end-tests (361/376)
51652026-08-28T22:31:45.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51662026-08-28T22:31:45.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51672026-08-28T22:31:45.488Z Checking cpubits v0.1.1
51682026-08-28T22:31:45.615Z Checking pem-rfc7468 v1.0.0
51692026-08-28T22:31:45.630Z Checking hmac v0.13.0
51702026-08-28T22:31:45.630Z Checking universal-hash v0.6.1
51712026-08-28T22:31:45.654Z Checking ctr v0.10.1
51722026-08-28T22:31:45.654Z Checking aead v0.6.1
51732026-08-28T22:31:45.684Z Checking aes v0.9.1
51742026-08-28T22:31:45.684Z Checking crypto-bigint v0.7.5
51752026-08-28T22:31:45.710Z Checking salsa20 v0.11.0
51762026-08-28T22:31:45.750Z Checking polyval v0.7.1
51772026-08-28T22:31:45.764Z Checking der v0.8.0
51782026-08-28T22:31:45.793Z Checking pbkdf2 v0.13.0
51792026-08-28T22:31:45.810Z Checking cbc v0.2.1
51802026-08-28T22:31:45.845Z Checking ff v0.14.0
51812026-08-28T22:31:45.858Z Checking signature v3.0.0
51822026-08-28T22:31:45.908Z Checking scrypt v0.12.0
51832026-08-28T22:31:45.923Z Checking ghash v0.6.0
51842026-08-28T22:31:45.943Z Checking base16ct v1.0.0
51852026-08-28T22:31:46.001Z Checking group v0.14.0
51862026-08-28T22:31:46.041Z Checking hkdf v0.13.0
51872026-08-28T22:31:46.060Z Compiling curve25519-dalek v5.0.0
51882026-08-28T22:31:46.076Z Checking aes-gcm v0.11.0
51892026-08-28T22:31:46.090Z Checking keccak v0.2.0
51902026-08-28T22:31:46.106Z Checking poly1305 v0.9.0
51912026-08-28T22:31:46.147Z Checking wnaf v0.14.0
51922026-08-28T22:31:46.174Z Checking blowfish v0.10.0
51932026-08-28T22:31:46.234Z Checking blake2 v0.11.0-rc.6
51942026-08-28T22:31:46.250Z Checking sha3 v0.11.0
51952026-08-28T22:31:46.318Z Checking kem v0.3.0
51962026-08-28T22:31:46.335Z Checking bcrypt-pbkdf v0.11.0
51972026-08-28T22:31:46.372Z Checking module-lattice v0.2.3
51982026-08-28T22:31:46.436Z Checking sponge-cursor v0.1.0
51992026-08-28T22:31:46.490Z Checking argon2 v0.6.0-rc.8
52002026-08-28T22:31:46.506Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
52012026-08-28T22:31:46.564Z Checking spki v0.8.0
52022026-08-28T22:31:46.578Z Checking sec1 v0.8.1
52032026-08-28T22:31:46.593Z Checking sha3 v0.12.0
52042026-08-28T22:31:46.596Z Checking ml-kem v0.3.2
52052026-08-28T22:31:46.685Z Checking internal-russh-num-bigint v0.5.0
52062026-08-28T22:31:46.738Z Checking pkcs5 v0.8.1
52072026-08-28T22:31:46.784Z Checking pkcs1 v0.8.0-rc.4
52082026-08-28T22:31:46.798Z Checking num-bigint v0.4.6
52092026-08-28T22:31:46.812Z Checking generic-array v1.4.3
52102026-08-28T22:31:46.991Z Checking russh-util v0.52.0
52112026-08-28T22:31:47.034Z Checking pkcs8 v0.11.0
52122026-08-28T22:31:47.113Z Compiling enum_dispatch v0.3.13
52132026-08-28T22:31:47.210Z Compiling delegate v0.13.5
52142026-08-28T22:31:47.231Z Checking ed25519 v3.0.0
52152026-08-28T22:31:47.354Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52162026-08-28T22:31:47.390Z Checking md5 v0.8.0
52172026-08-28T22:31:47.430Z Checking ed25519-dalek v3.0.0
52182026-08-28T22:31:47.532Z Checking hex-literal v1.1.0
52192026-08-28T22:31:47.584Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
52202026-08-28T22:31:47.635Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
52212026-08-28T22:31:47.656Z Checking internet-checksum v0.2.1
52222026-08-28T22:31:47.757Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
52232026-08-28T22:31:47.914Z Checking elliptic-curve v0.14.1
52242026-08-28T22:31:47.914Z Checking rfc6979 v0.6.0
52252026-08-28T22:31:47.914Z Checking primefield v0.14.0
52262026-08-28T22:31:47.917Z Checking ssh-encoding v0.3.0
52272026-08-28T22:31:48.048Z Checking crypto-primes v0.7.2
52282026-08-28T22:31:48.150Z Checking ssh-cipher v0.3.0
52292026-08-28T22:31:48.150Z Checking russh-cryptovec v0.62.0
52302026-08-28T22:31:48.306Z Checking primeorder v0.14.0
52312026-08-28T22:31:48.306Z Checking ecdsa v0.17.0
52322026-08-28T22:31:48.684Z Checking p256 v0.14.0
52332026-08-28T22:31:48.687Z Checking p521 v0.14.0
52342026-08-28T22:31:48.687Z Checking p384 v0.14.0
52352026-08-28T22:31:48.991Z Checking rsa v0.10.0-rc.18
52362026-08-28T22:31:51.562Z Checking ssh-key v0.7.0-rc.11
52372026-08-28T22:31:52.311Z Checking russh v0.62.4
52382026-08-28T22:32:05.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.18s
52392026-08-28T22:32:05.876Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
52402026-08-28T22:32:05.876Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
52412026-08-28T22:32:06.092Z
52422026-08-28T22:32:06.092Zinfo: running `cargo check --bins` on gateway-cli (362/376)
52432026-08-28T22:32:06.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52442026-08-28T22:32:06.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52452026-08-28T22:32:06.729Z Checking termios v0.3.3
52462026-08-28T22:32:06.966Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52472026-08-28T22:32:07.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
52482026-08-28T22:32:07.684Z
52492026-08-28T22:32:07.685Zinfo: running `cargo check --bins --no-default-features` on installinator (363/376)
52502026-08-28T22:32:08.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52512026-08-28T22:32:08.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52522026-08-28T22:32:08.368Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
52532026-08-28T22:32:09.077Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
52542026-08-28T22:32:10.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
52552026-08-28T22:32:10.863Z
52562026-08-28T22:32:10.863Zinfo: running `cargo check --bins` on internal-dns-cli (364/376)
52572026-08-28T22:32:11.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52582026-08-28T22:32:11.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52592026-08-28T22:32:11.500Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
52602026-08-28T22:32:11.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
52612026-08-28T22:32:12.113Z
52622026-08-28T22:32:12.114Zinfo: running `cargo check --bins` on omicron-live-tests (365/376)
52632026-08-28T22:32:12.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52642026-08-28T22:32:12.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52652026-08-28T22:32:12.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52662026-08-28T22:32:12.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52672026-08-28T22:32:12.683Z
52682026-08-28T22:32:12.683Zinfo: running `cargo check --bins` on live-tests-macros (366/376)
52692026-08-28T22:32:13.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52702026-08-28T22:32:13.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52712026-08-28T22:32:13.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52722026-08-28T22:32:13.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52732026-08-28T22:32:13.246Z
52742026-08-28T22:32:13.246Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (367/376)
52752026-08-28T22:32:13.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52762026-08-28T22:32:13.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52772026-08-28T22:32:13.980Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
52782026-08-28T22:32:14.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
52792026-08-28T22:32:14.763Z
52802026-08-28T22:32:14.764Zinfo: running `cargo check --bins` on omicron-ntp-admin (368/376)
52812026-08-28T22:32:15.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52822026-08-28T22:32:15.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52832026-08-28T22:32:15.412Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
52842026-08-28T22:32:15.520Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
52852026-08-28T22:32:16.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
52862026-08-28T22:32:16.516Z
52872026-08-28T22:32:16.517Zinfo: running `cargo check --bins` on ntp-admin-types (369/376)
52882026-08-28T22:32:16.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52892026-08-28T22:32:17.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52902026-08-28T22:32:17.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
52912026-08-28T22:32:17.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
52922026-08-28T22:32:17.088Z
52932026-08-28T22:32:17.088Zinfo: running `cargo check --bins` on omicron-package (370/376)
52942026-08-28T22:32:17.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
52952026-08-28T22:32:17.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
52962026-08-28T22:32:17.752Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
52972026-08-28T22:32:22.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
52982026-08-28T22:32:22.704Z
52992026-08-28T22:32:22.704Zinfo: running `cargo check --bins` on tqdb (371/376)
53002026-08-28T22:32:22.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53012026-08-28T22:32:22.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53022026-08-28T22:32:22.704Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
53032026-08-28T22:32:22.704Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
53042026-08-28T22:32:22.704Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
53052026-08-28T22:32:22.704Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
53062026-08-28T22:32:27.734Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53072026-08-28T22:32:27.743Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53082026-08-28T22:32:27.743Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53092026-08-28T22:32:28.379Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
53102026-08-28T22:32:28.385Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53112026-08-28T22:32:28.386Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53122026-08-28T22:32:28.386Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53132026-08-28T22:32:29.182Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53142026-08-28T22:32:29.760Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53152026-08-28T22:32:29.999Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53162026-08-28T22:32:30.235Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53172026-08-28T22:32:31.106Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
53182026-08-28T22:32:31.766Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
53192026-08-28T22:32:36.714Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
53202026-08-28T22:32:44.011Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
53212026-08-28T22:32:44.011Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
53222026-08-28T22:32:44.014Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
53232026-08-28T22:32:44.014Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
53242026-08-28T22:32:45.530Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
53252026-08-28T22:32:46.844Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
53262026-08-28T22:32:47.522Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
53272026-08-28T22:32:48.838Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
53282026-08-28T22:32:49.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.34s
53292026-08-28T22:32:49.588Z
53302026-08-28T22:32:49.588Zinfo: running `cargo check --bins` on wicket-dbg (372/376)
53312026-08-28T22:32:50.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53322026-08-28T22:32:50.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53332026-08-28T22:32:50.295Z Checking rtoolbox v0.0.3
53342026-08-28T22:32:50.297Z Checking tui-tree-widget v0.23.1
53352026-08-28T22:32:50.297Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
53362026-08-28T22:32:50.415Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53372026-08-28T22:32:50.512Z Checking rpassword v7.5.4
53382026-08-28T22:32:53.269Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53392026-08-28T22:32:55.110Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
53402026-08-28T22:32:56.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.45s
53412026-08-28T22:32:56.237Z
53422026-08-28T22:32:56.237Zinfo: running `cargo check --bins` on wicket (373/376)
53432026-08-28T22:32:56.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53442026-08-28T22:32:56.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53452026-08-28T22:32:56.931Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
53462026-08-28T22:32:57.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
53472026-08-28T22:32:57.483Z
53482026-08-28T22:32:57.483Zinfo: running `cargo check --bins` on wicketd (374/376)
53492026-08-28T22:32:57.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53502026-08-28T22:32:57.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53512026-08-28T22:32:58.181Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
53522026-08-28T22:33:01.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.26s
53532026-08-28T22:33:01.932Z
53542026-08-28T22:33:01.932Zinfo: running `cargo check --bins` on omicron-workspace-hack (375/376)
53552026-08-28T22:33:02.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53562026-08-28T22:33:02.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53572026-08-28T22:33:02.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
53582026-08-28T22:33:02.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
53592026-08-28T22:33:02.492Z
53602026-08-28T22:33:02.492Zinfo: running `cargo check --bins` on zone-setup (376/376)
53612026-08-28T22:33:02.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
53622026-08-28T22:33:02.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
53632026-08-28T22:33:03.162Z Checking uzers v0.12.2
53642026-08-28T22:33:03.437Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53652026-08-28T22:33:04.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
53662026-08-28T22:33:04.421Z
53672026-08-28T22:33:04.421Zreal 14:23.286588224
53682026-08-28T22:33:04.421Zuser 21:39.696978188
53692026-08-28T22:33:04.421Zsys 4:25.719512857
53702026-08-28T22:33:04.421Ztrap 0.333585302
53712026-08-28T22:33:04.425Ztflt 0.577756227
53722026-08-28T22:33:04.425Zdflt 0.782670198
53732026-08-28T22:33:04.425Zkflt 0.005224891
53742026-08-28T22:33:04.425Zlock 1:30:00.595899269
53752026-08-28T22:33:04.425Zslp 1:42:56.276152536
53762026-08-28T22:33:04.425Zlat 58.811683686
53772026-08-28T22:33:04.425Zstop 4:05.873825513
53782026-08-28T22:33:04.426Zprocess exited: duration 1051911 ms, exit code 0
 
53792026-08-28T22:33:04.434Zfound 0 output files