01M0DRJEYSSR9KEGT0CPBPJ8BY: 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: 01M0DRK97NSNQRJ499W3TDTNMH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-19T19:41:01.892Zjob assigned to worker 01M0DRKW9HK02D8TZ8XHRS5CV0 [factory aws, i-0b040b82e1211fefc] (queued for 1 m 1 s)
 
22026-08-19T19:41:08.791Zstarting task 0: "setup"
32026-08-19T19:41:08.796Z++ uname -s
42026-08-19T19:41:08.799Z+ kern=SunOS
52026-08-19T19:41:08.799Z+ build_user=build
62026-08-19T19:41:08.799Z+ build_uid=12345
72026-08-19T19:41:08.799Z+ work_dir=/work
82026-08-19T19:41:08.799Z+ input_dir=/input
92026-08-19T19:41:08.799Z+ [[ 0 == 12345 ]]
102026-08-19T19:41:08.799Z+ case "$kern" in
112026-08-19T19:41:08.799Z+ groupadd -g 12345 build
122026-08-19T19:41:08.802Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-19T19:41:10.804Z+ zfs create -o mountpoint=/work rpool/work
142026-08-19T19:41:10.872Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-19T19:41:10.875Z+ home_fs=zfs
162026-08-19T19:41:10.875Z+ [[ zfs == autofs ]]
172026-08-19T19:41:10.875Z+ mkdir -p /home/build
182026-08-19T19:41:10.875Z+ chown build:build /home/build /work
192026-08-19T19:41:12.876Z+ chmod 0700 /home/build /work
202026-08-19T19:41:12.879Zprocess exited: duration 4086 ms, exit code 0
 
212026-08-19T19:41:12.884Zstarting task 1: "rust-toolchain"
222026-08-19T19:41:12.888Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-19T19:41:12.892Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-19T19:41:12.892Z * rust toolchain channel = "1.97.1"
252026-08-19T19:41:12.892Z * rust toolchain profile = "default"
262026-08-19T19:41:12.892Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-19T19:41:12.892Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-19T19:41:12.892Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-19T19:41:12.892Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-19T19:41:12.956Zinfo: downloading installer
312026-08-19T19:41:14.434Zwarn: It looks like you have an existing rustup settings file at:
322026-08-19T19:41:14.434Zwarn: /home/build/.rustup/settings.toml
332026-08-19T19:41:14.434Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-19T19:41:14.434Zwarn: instead of the one inferred from the default host triple.
352026-08-19T19:41:14.446Zinfo: profile set to default
362026-08-19T19:41:14.446Zinfo: default host triple is x86_64-unknown-illumos
372026-08-19T19:41:14.449Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-19T19:41:14.592Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-19T19:41:14.594Zinfo: downloading 6 components
402026-08-19T19:41:28.951Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-19T19:41:28.951Z
422026-08-19T19:41:28.978Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-19T19:41:28.978Z
442026-08-19T19:41:28.978Z
452026-08-19T19:41:28.978ZRust is installed now. Great!
462026-08-19T19:41:28.978Z
472026-08-19T19:41:28.978ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-19T19:41:28.981Zenvironment variable. This has not been done automatically.
492026-08-19T19:41:28.982Z
502026-08-19T19:41:28.982ZTo configure your current shell, you need to source
512026-08-19T19:41:28.982Zthe corresponding env file under $HOME/.cargo.
522026-08-19T19:41:28.982Z
532026-08-19T19:41:28.982ZThis is usually done by running one of the following (note the leading DOT):
542026-08-19T19:41:28.982Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-19T19:41:28.982Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-19T19:41:28.982Zsource "~/.cargo/env.nu" # For nushell
572026-08-19T19:41:28.982Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-19T19:41:28.982Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-19T19:41:28.982Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-19T19:41:28.982Zwarn: no default linker (`cc`) was found in your PATH
612026-08-19T19:41:28.982Zwarn: many Rust crates require a system C toolchain to build
622026-08-19T19:41:29.066Z+ rustup --version
632026-08-19T19:41:29.074Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-19T19:41:29.077Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-19T19:41:29.097Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-19T19:41:29.100Z+ cargo --version
672026-08-19T19:41:29.112Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-19T19:41:29.115Z+ rustc --version
692026-08-19T19:41:29.134Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-19T19:41:29.137Zprocess exited: duration 16251 ms, exit code 0
 
712026-08-19T19:41:29.142Zstarting task 2: "authentication"
722026-08-19T19:41:29.159Zprocess exited: duration 16 ms, exit code 0
 
732026-08-19T19:41:29.165Zstarting task 3: "clone repository"
742026-08-19T19:41:29.168Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-19T19:41:29.202Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-19T19:41:29.205ZCloning into '/work/oxidecomputer/omicron'...
772026-08-19T19:41:46.452Z+ cd /work/oxidecomputer/omicron
782026-08-19T19:41:46.452Z+ git fetch origin 303d447996ed4fea1628e4c12d2cccb30a402920
792026-08-19T19:41:47.166ZFrom https://github.com/oxidecomputer/omicron
802026-08-19T19:41:47.166Z * branch 303d447996ed4fea1628e4c12d2cccb30a402920 -> FETCH_HEAD
812026-08-19T19:41:47.177Z+ [[ -n sunshowers/spr/40n-wicket-use-the-commission-api-for-put_bgp_auth_key ]]
822026-08-19T19:41:47.180Z++ git branch --show-current
832026-08-19T19:41:47.180Z+ current=main
842026-08-19T19:41:47.180Z+ [[ main != sunshowers/spr/40n-wicket-use-the-commission-api-for-put_bgp_auth_key ]]
852026-08-19T19:41:47.180Z+ git branch -f sunshowers/spr/40n-wicket-use-the-commission-api-for-put_bgp_auth_key 303d447996ed4fea1628e4c12d2cccb30a402920
862026-08-19T19:41:47.183Z+ git checkout -f sunshowers/spr/40n-wicket-use-the-commission-api-for-put_bgp_auth_key
872026-08-19T19:41:47.444ZSwitched to branch 'sunshowers/spr/40n-wicket-use-the-commission-api-for-put_bgp_auth_key'
882026-08-19T19:41:47.448Z+ git reset --hard 303d447996ed4fea1628e4c12d2cccb30a402920
892026-08-19T19:41:47.461ZHEAD is now at 303d44799 rebase on main
902026-08-19T19:41:47.464Zprocess exited: duration 18296 ms, exit code 0
 
912026-08-19T19:41:47.471Zstarting task 4: "build"
922026-08-19T19:41:47.474Z+ source .github/buildomat/ci-env.sh
932026-08-19T19:41:47.474Z++ export CARGO_TERM_COLOR=always
942026-08-19T19:41:47.474Z++ CARGO_TERM_COLOR=always
952026-08-19T19:41:47.477Z+++ uname -s
962026-08-19T19:41:47.477Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-19T19:41:47.477Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-19T19:41:47.477Z+ cargo --version
992026-08-19T19:41:47.489Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-19T19:41:47.493Z+ rustc --version
1012026-08-19T19:41:47.508Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-19T19:41:47.511Z+ source ./env.sh
1032026-08-19T19:41:47.511Z++ OLD_SHELL_OPTS=ehxB
1042026-08-19T19:41:47.511Z++ set -o xtrace
1052026-08-19T19:41:47.515Z++++ dirname ./env.sh
1062026-08-19T19:41:47.515Z+++ readlink -f .
1072026-08-19T19:41:47.518Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-19T19:41:47.518Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-19T19:41:47.518Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-19T19:41:47.519Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-19T19:41:47.519Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-08-19T19:41:47.519Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-08-19T19:41:47.519Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-08-19T19:41:47.519Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-08-19T19:41:47.519Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-08-19T19:41:47.519Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-08-19T19:41:47.519Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-08-19T19:41:47.519Z++ case $OLD_SHELL_OPTS in
1192026-08-19T19:41:47.519Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-19T19:41:47.519Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-08-19T19:41:47.519Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-08-19T19:41:47.519Z+ banner prerequisites
1232026-08-19T19:41:47.519Z
1242026-08-19T19:41:47.519Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-19T19:41:47.519Z # # # # # # # # # # # # # # #
1262026-08-19T19:41:47.519Z # # # # ##### # # ##### # # # # # #### #
1272026-08-19T19:41:47.519Z ##### ##### # ##### # # # # # # # # #
1282026-08-19T19:41:47.519Z # # # # # # # # # # # # # # #
1292026-08-19T19:41:47.519Z # # # ###### # # ###### ### # #### # #### #
1302026-08-19T19:41:47.519Z
1312026-08-19T19:41:47.519Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-19T19:41:49.421Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-19T19:41:49.749Z Startup: Caching catalogs ... Done
1342026-08-19T19:41:51.562ZPlanning: Solver setup ... Done (1.712s)
1352026-08-19T19:41:51.618ZPlanning: Running solver ... Done (0.055s)
1362026-08-19T19:41:51.656ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-19T19:41:51.670ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-19T19:41:51.687ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-19T19:41:51.701ZPlanning: Package planning ... Done (0.013s)
1402026-08-19T19:41:51.703ZPlanning: Merging actions ... Done (0.001s)
1412026-08-19T19:41:51.862ZPlanning: Checking for conflicting actions ... Done (0.160s)
1422026-08-19T19:41:51.893ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-19T19:41:52.658ZPlanning: Evaluating mediators ... Done (0.795s)
1442026-08-19T19:41:52.661ZPlanning: Planning completed in 2.88 seconds
1452026-08-19T19:41:52.667Z Packages to install: 2
1462026-08-19T19:41:52.667Z Estimated space available: 156.01 GB
1472026-08-19T19:41:52.670ZEstimated space to be consumed: 70.76 MB
1482026-08-19T19:41:52.670Z Create boot environment: No
1492026-08-19T19:41:52.671ZCreate backup boot environment: No
1502026-08-19T19:41:52.671Z Rebuild boot archive: No
1512026-08-19T19:41:52.671Z
1522026-08-19T19:41:52.671ZChanged packages:
1532026-08-19T19:41:52.671Zhelios
1542026-08-19T19:41:52.671Z developer/build-essential
1552026-08-19T19:41:52.671Z None -> 11-3.0
1562026-08-19T19:41:52.671Z library/libxmlsec1
1572026-08-19T19:41:52.671Z None -> 1.2.35-3.0
1582026-08-19T19:41:52.716Z
1592026-08-19T19:41:52.716ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-19T19:41:52.760ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1612026-08-19T19:41:52.815Z Actions: 1/268 actions (Installing new actions)
1622026-08-19T19:41:52.854Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-19T19:41:52.882ZFinalize: Updating package state database ... Done (0.030s)
1642026-08-19T19:41:52.887ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-19T19:41:52.958ZFinalize: Updating image state ... Done (0.077s)
1662026-08-19T19:41:55.389ZFinalize: Creating fast lookup database ... Done (2.385s)
1672026-08-19T19:41:55.453ZFinalize: Reading search index ... Done (0.012s)
1682026-08-19T19:41:55.456ZFinalize: Updating search index ... Done (0.000s)
1692026-08-19T19:41:55.552ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-19T19:41:55.913ZPlanning: Evaluating mediator changes ... Done
1712026-08-19T19:41:56.016ZPlanning: Checking for conflicting actions ... Done
1722026-08-19T19:41:56.020ZPlanning: Consolidating action changes ... Done
1732026-08-19T19:41:56.173ZPlanning: Evaluating mediators ... Done
1742026-08-19T19:41:56.178ZPlanning: Planning completed in 0.26 seconds
1752026-08-19T19:41:56.196Z Mediators to change: 2
1762026-08-19T19:41:56.196Z Create boot environment: No
1772026-08-19T19:41:56.199ZCreate backup boot environment: No
1782026-08-19T19:41:56.235ZFinalize: Updating package state database ... Done
1792026-08-19T19:41:56.235ZFinalize: Updating package cache ... Done
1802026-08-19T19:41:56.281ZFinalize: Updating image state ... Done
1812026-08-19T19:41:58.225ZFinalize: Creating fast lookup database ... Done
1822026-08-19T19:41:58.287ZFinalize: Reading search index ... Done
1832026-08-19T19:41:58.290ZFinalize: Updating search index ... Done
1842026-08-19T19:41:58.367ZFinalize: Updating package cache ... Done
1852026-08-19T19:41:58.645ZPlanning: Evaluating mediator changes ... Done
1862026-08-19T19:41:58.750ZPlanning: Checking for conflicting actions ... Done
1872026-08-19T19:41:58.754ZPlanning: Consolidating action changes ... Done
1882026-08-19T19:41:58.908ZPlanning: Evaluating mediators ... Done
1892026-08-19T19:41:58.911ZPlanning: Planning completed in 0.26 seconds
1902026-08-19T19:41:58.931Z Mediators to change: 1
1912026-08-19T19:41:58.931Z Create boot environment: No
1922026-08-19T19:41:58.931ZCreate backup boot environment: No
1932026-08-19T19:41:58.969ZFinalize: Updating package state database ... Done
1942026-08-19T19:41:58.969ZFinalize: Updating package cache ... Done
1952026-08-19T19:41:59.019ZFinalize: Updating image state ... Done
1962026-08-19T19:42:00.962ZFinalize: Creating fast lookup database ... Done
1972026-08-19T19:42:01.022ZFinalize: Reading search index ... Done
1982026-08-19T19:42:01.025ZFinalize: Updating search index ... Done
1992026-08-19T19:42:01.104ZFinalize: Updating package cache ... Done
2002026-08-19T19:42:01.412ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-19T19:42:01.413Zapache system 2.4 system
2022026-08-19T19:42:01.413Zclang system 15 system
2032026-08-19T19:42:01.413Zcsh system system illumos
2042026-08-19T19:42:01.413Zctags system system illumos
2052026-08-19T19:42:01.413Zfile vendor vendor darwinsys
2062026-08-19T19:42:01.413Zfile system system illumos
2072026-08-19T19:42:01.413Zgcc vendor 14 vendor
2082026-08-19T19:42:01.413Zgcc system 13 system
2092026-08-19T19:42:01.413Zgcc system 10 system
2102026-08-19T19:42:01.413Zgo system 1.25 system
2112026-08-19T19:42:01.413Zllvm system 15 system
2122026-08-19T19:42:01.413Zmariadb system 11.4 system
2132026-08-19T19:42:01.413Zmta vendor vendor dma
2142026-08-19T19:42:01.413Zopenjdk system 17 system
2152026-08-19T19:42:01.413Zopenjdk system 11 system
2162026-08-19T19:42:01.413Zopenssl vendor 3 vendor
2172026-08-19T19:42:01.413Zperl system 5.40 system
2182026-08-19T19:42:01.413Zpostgresql system 18 system
2192026-08-19T19:42:01.413Zpostgresql system 17 system
2202026-08-19T19:42:01.413Zpython vendor 3 vendor
2212026-08-19T19:42:01.413Zpython system 2 system
2222026-08-19T19:42:01.413Zpython3 vendor 3.13 vendor
2232026-08-19T19:42:01.413Zruby system 3.4 system
2242026-08-19T19:42:01.413Zruby system 3.0 system
2252026-08-19T19:42:01.413Zwords vendor vendor american-english
2262026-08-19T19:42:01.413Zwords system system australian-english
2272026-08-19T19:42:01.413Zwords system system british-english
2282026-08-19T19:42:01.413Zwords system system canadian-english
2292026-08-19T19:42:01.413Zwords system system french
2302026-08-19T19:42:01.413Zwords system system italian
2312026-08-19T19:42:01.413Zwords system system ngerman
2322026-08-19T19:42:01.413Zwords system system ogerman
2332026-08-19T19:42:01.413Zwords system system spanish
2342026-08-19T19:42:01.663ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-19T19:42:01.663Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-19T19:42:02.115ZFMRI IFO
2372026-08-19T19:42:02.115Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-19T19:42:02.115Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-19T19:42:02.115Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-19T19:42:02.115Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-19T19:42:02.115Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-19T19:42:02.115Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-19T19:42:02.115Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-19T19:42:02.115Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-19T19:42:02.115Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-19T19:42:02.451Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-19T19:42:02.769Z Updating crates.io index
2482026-08-19T19:42:02.773Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-19T19:42:04.285Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-19T19:42:04.897Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-19T19:42:05.936Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-19T19:42:06.686Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-19T19:42:08.341Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-19T19:42:09.284Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-19T19:42:09.681Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-19T19:42:10.109Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-19T19:42:11.414Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-19T19:42:11.760Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-19T19:42:12.172Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-08-19T19:42:12.420Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-08-19T19:42:12.709Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-08-19T19:42:13.022Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-08-19T19:42:13.352Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-19T19:42:13.597Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-19T19:42:13.954Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2662026-08-19T19:42:14.436Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-19T19:42:14.809Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2682026-08-19T19:42:15.424Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2692026-08-19T19:42:15.725Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-08-19T19:42:16.400Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2712026-08-19T19:42:16.736Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-19T19:42:17.017Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-19T19:42:17.463Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-19T19:42:17.778Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-19T19:42:18.257Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-19T19:42:18.592Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-19T19:42:18.858Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-19T19:42:19.193Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-19T19:42:19.593Z Updating git repository `https://github.com/oxidecomputer/tough`
2802026-08-19T19:42:20.159Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-19T19:42:20.693Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-19T19:42:20.983Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-19T19:42:21.292Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-08-19T19:42:22.073Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-08-19T19:42:22.395Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-19T19:42:22.751Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-19T19:42:23.169Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-19T19:42:23.457Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-08-19T19:42:23.776Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2902026-08-19T19:42:27.023Z Downloading crates ...
2912026-08-19T19:42:27.063Z Downloaded anstyle-parse v1.0.0
2922026-08-19T19:42:27.068Z Downloaded errno v0.3.14
2932026-08-19T19:42:27.073Z Downloaded itoa v1.0.17
2942026-08-19T19:42:27.076Z Downloaded anstream v1.0.0
2952026-08-19T19:42:27.078Z Downloaded autocfg v1.5.0
2962026-08-19T19:42:27.084Z Downloaded toml_datetime v0.6.11
2972026-08-19T19:42:27.087Z Downloaded strsim v0.11.1
2982026-08-19T19:42:27.087Z Downloaded pretty-hex v0.4.1
2992026-08-19T19:42:27.090Z Downloaded cargo_metadata v0.23.1
3002026-08-19T19:42:27.094Z Downloaded thiserror-impl v2.0.18
3012026-08-19T19:42:27.097Z Downloaded serde_tokenstream v0.2.3
3022026-08-19T19:42:27.100Z Downloaded memmap v0.7.0
3032026-08-19T19:42:27.104Z Downloaded zerocopy v0.7.35
3042026-08-19T19:42:27.113Z Downloaded unicode-ident v1.0.24
3052026-08-19T19:42:27.117Z Downloaded proc-macro2 v1.0.106
3062026-08-19T19:42:27.117Z Downloaded equivalent v1.0.2
3072026-08-19T19:42:27.120Z Downloaded is_terminal_polyfill v1.70.2
3082026-08-19T19:42:27.120Z Downloaded crypto-common v0.1.7
3092026-08-19T19:42:27.120Z Downloaded clap v4.6.1
3102026-08-19T19:42:27.123Z Downloaded fastrand v2.3.0
3112026-08-19T19:42:27.126Z Downloaded dtrace-parser v0.2.0
3122026-08-19T19:42:27.128Z Downloaded cargo-platform v0.3.2
3132026-08-19T19:42:27.128Z Downloaded colorchoice v1.0.4
3142026-08-19T19:42:27.131Z Downloaded fs-err v3.3.0
3152026-08-19T19:42:27.134Z Downloaded getrandom v0.3.4
3162026-08-19T19:42:27.135Z Downloaded fnv v1.0.7
3172026-08-19T19:42:27.139Z Downloaded clap_lex v1.0.0
3182026-08-19T19:42:27.145Z Downloaded cfg-if v1.0.4
3192026-08-19T19:42:27.148Z Downloaded dof v0.3.0
3202026-08-19T19:42:27.148Z Downloaded generic-array v0.14.7
3212026-08-19T19:42:27.148Z Downloaded heck v0.4.1
3222026-08-19T19:42:27.155Z Downloaded anstyle-query v1.1.5
3232026-08-19T19:42:27.158Z Downloaded proc-macro-error-attr v1.0.4
3242026-08-19T19:42:27.161Z Downloaded usdt-attr-macro v0.5.0
3252026-08-19T19:42:27.161Z Downloaded serde_spanned v0.6.9
3262026-08-19T19:42:27.161Z Downloaded smawk v0.3.2
3272026-08-19T19:42:27.164Z Downloaded cpufeatures v0.2.17
3282026-08-19T19:42:27.167Z Downloaded tabled_derive v0.7.0
3292026-08-19T19:42:27.170Z Downloaded utf8parse v0.2.2
3302026-08-19T19:42:27.175Z Downloaded clap_derive v4.6.1
3312026-08-19T19:42:27.178Z Downloaded pest_generator v2.8.6
3322026-08-19T19:42:27.178Z Downloaded macaddr v1.0.1
3332026-08-19T19:42:27.181Z Downloaded scroll_derive v0.12.1
3342026-08-19T19:42:27.184Z Downloaded swrite v0.1.0
3352026-08-19T19:42:27.184Z Downloaded unicode-linebreak v0.1.5
3362026-08-19T19:42:27.187Z Downloaded terminal_size v0.4.3
3372026-08-19T19:42:27.187Z Downloaded toml_write v0.1.2
3382026-08-19T19:42:27.192Z Downloaded version_check v0.9.5
3392026-08-19T19:42:27.196Z Downloaded thread-id v4.2.2
3402026-08-19T19:42:27.199Z Downloaded usdt-macro v0.5.0
3412026-08-19T19:42:27.203Z Downloaded heck v0.5.0
3422026-08-19T19:42:27.206Z Downloaded byteorder v1.5.0
3432026-08-19T19:42:27.206Z Downloaded cargo_toml v0.21.0
3442026-08-19T19:42:27.209Z Downloaded camino-tempfile v1.4.1
3452026-08-19T19:42:27.212Z Downloaded plain v0.2.3
3462026-08-19T19:42:27.212Z Downloaded bytecount v0.6.9
3472026-08-19T19:42:27.212Z Downloaded quote v1.0.45
3482026-08-19T19:42:27.215Z Downloaded block-buffer v0.10.4
3492026-08-19T19:42:27.215Z Downloaded digest v0.10.7
3502026-08-19T19:42:27.217Z Downloaded proc-macro-error v1.0.4
3512026-08-19T19:42:27.217Z Downloaded scroll v0.12.0
3522026-08-19T19:42:27.220Z Downloaded usdt-impl v0.5.0
3532026-08-19T19:42:27.220Z Downloaded thiserror v2.0.18
3542026-08-19T19:42:27.223Z Downloaded anstyle v1.0.14
3552026-08-19T19:42:27.228Z Downloaded goblin v0.8.2
3562026-08-19T19:42:27.231Z Downloaded pest v2.8.6
3572026-08-19T19:42:27.234Z Downloaded usdt v0.5.0
3582026-08-19T19:42:27.234Z Downloaded thiserror-impl v1.0.69
3592026-08-19T19:42:27.239Z Downloaded zmij v1.0.21
3602026-08-19T19:42:27.246Z Downloaded once_cell v1.21.3
3612026-08-19T19:42:27.249Z Downloaded semver v1.0.28
3622026-08-19T19:42:27.249Z Downloaded thiserror v1.0.69
3632026-08-19T19:42:27.252Z Downloaded bitflags v2.11.0
3642026-08-19T19:42:27.255Z Downloaded pest_derive v2.8.6
3652026-08-19T19:42:27.263Z Downloaded anyhow v1.0.104
3662026-08-19T19:42:27.265Z Downloaded toml v0.8.23
3672026-08-19T19:42:27.269Z Downloaded zerocopy-derive v0.7.35
3682026-08-19T19:42:27.272Z Downloaded camino v1.2.5
3692026-08-19T19:42:27.272Z Downloaded sha2 v0.10.9
3702026-08-19T19:42:27.272Z Downloaded papergrid v0.11.0
3712026-08-19T19:42:27.274Z Downloaded log v0.4.33
3722026-08-19T19:42:27.279Z Downloaded serde_core v1.0.228
3732026-08-19T19:42:27.282Z Downloaded textwrap v0.16.2
3742026-08-19T19:42:27.282Z Downloaded ucd-trie v0.1.7
3752026-08-19T19:42:27.286Z Downloaded serde_derive v1.0.228
3762026-08-19T19:42:27.289Z Downloaded tempfile v3.27.0
3772026-08-19T19:42:27.289Z Downloaded memchr v2.8.0
3782026-08-19T19:42:27.292Z Downloaded serde_json v1.0.151
3792026-08-19T19:42:27.298Z Downloaded pest_meta v2.8.6
3802026-08-19T19:42:27.304Z Downloaded toml_edit v0.22.27
3812026-08-19T19:42:27.313Z Downloaded serde v1.0.228
3822026-08-19T19:42:27.319Z Downloaded indexmap v2.14.0
3832026-08-19T19:42:27.324Z Downloaded typenum v1.20.1
3842026-08-19T19:42:27.356Z Downloaded hashbrown v0.17.0
3852026-08-19T19:42:27.362Z Downloaded clap_builder v4.6.0
3862026-08-19T19:42:27.389Z Downloaded winnow v0.7.14
3872026-08-19T19:42:27.408Z Downloaded tabled v0.15.0
3882026-08-19T19:42:27.415Z Downloaded unicode-width v0.2.0
3892026-08-19T19:42:27.420Z Downloaded syn v1.0.109
3902026-08-19T19:42:27.427Z Downloaded unicode-width v0.1.14
3912026-08-19T19:42:27.432Z Downloaded syn v2.0.117
3922026-08-19T19:42:27.441Z Downloaded rustix v1.1.4
3932026-08-19T19:42:27.457Z Downloaded libc v0.2.185
3942026-08-19T19:42:27.521Z Compiling proc-macro2 v1.0.106
3952026-08-19T19:42:27.521Z Compiling quote v1.0.45
3962026-08-19T19:42:27.521Z Compiling unicode-ident v1.0.24
3972026-08-19T19:42:27.527Z Compiling serde_core v1.0.228
3982026-08-19T19:42:27.527Z Compiling libc v0.2.185
3992026-08-19T19:42:27.527Z Compiling version_check v0.9.5
4002026-08-19T19:42:27.527Z Compiling memchr v2.8.0
4012026-08-19T19:42:27.527Z Compiling serde v1.0.228
4022026-08-19T19:42:27.843Z Compiling zmij v1.0.21
4032026-08-19T19:42:28.094Z Compiling thiserror v1.0.69
4042026-08-19T19:42:28.112Z Compiling ucd-trie v0.1.7
4052026-08-19T19:42:28.312Z Compiling itoa v1.0.17
4062026-08-19T19:42:28.414Z Compiling pest v2.8.6
4072026-08-19T19:42:28.504Z Compiling rustix v1.1.4
4082026-08-19T19:42:28.532Z Compiling byteorder v1.5.0
4092026-08-19T19:42:28.558Z Compiling errno v0.3.14
4102026-08-19T19:42:28.714Z Compiling bitflags v2.11.0
4112026-08-19T19:42:28.780Z Compiling serde_json v1.0.151
4122026-08-19T19:42:28.944Z Compiling syn v2.0.117
4132026-08-19T19:42:29.011Z Compiling thread-id v4.2.2
4142026-08-19T19:42:29.035Z Compiling usdt-impl v0.5.0
4152026-08-19T19:42:29.095Z Compiling proc-macro-error-attr v1.0.4
4162026-08-19T19:42:29.197Z Compiling syn v1.0.109
4172026-08-19T19:42:29.239Z Compiling camino v1.2.5
4182026-08-19T19:42:29.429Z Compiling pest_meta v2.8.6
4192026-08-19T19:42:29.547Z Compiling proc-macro-error v1.0.4
4202026-08-19T19:42:29.616Z Compiling equivalent v1.0.2
4212026-08-19T19:42:29.639Z Compiling hashbrown v0.17.0
4222026-08-19T19:42:29.711Z Compiling plain v0.2.3
4232026-08-19T19:42:29.734Z Compiling log v0.4.33
4242026-08-19T19:42:29.827Z Compiling getrandom v0.3.4
4252026-08-19T19:42:30.020Z Compiling utf8parse v0.2.2
4262026-08-19T19:42:30.156Z Compiling indexmap v2.14.0
4272026-08-19T19:42:30.197Z Compiling anstyle-parse v1.0.0
4282026-08-19T19:42:30.264Z Compiling terminal_size v0.4.3
4292026-08-19T19:42:30.787Z Compiling thiserror v2.0.18
4302026-08-19T19:42:30.903Z Compiling pretty-hex v0.4.1
4312026-08-19T19:42:30.935Z Compiling toml_write v0.1.2
4322026-08-19T19:42:30.981Z Compiling colorchoice v1.0.4
4332026-08-19T19:42:31.025Z Compiling anstyle-query v1.1.5
4342026-08-19T19:42:31.060Z Compiling is_terminal_polyfill v1.70.2
4352026-08-19T19:42:31.147Z Compiling autocfg v1.5.0
4362026-08-19T19:42:31.147Z Compiling winnow v0.7.14
4372026-08-19T19:42:31.182Z Compiling pest_generator v2.8.6
4382026-08-19T19:42:31.196Z Compiling cfg-if v1.0.4
4392026-08-19T19:42:31.215Z Compiling anstyle v1.0.14
4402026-08-19T19:42:31.441Z Compiling anstream v1.0.0
4412026-08-19T19:42:31.482Z Compiling fastrand v2.3.0
4422026-08-19T19:42:31.571Z Compiling heck v0.4.1
4432026-08-19T19:42:31.606Z Compiling fs-err v3.3.0
4442026-08-19T19:42:31.760Z Compiling fnv v1.0.7
4452026-08-19T19:42:31.798Z Compiling strsim v0.11.1
4462026-08-19T19:42:31.816Z Compiling clap_lex v1.0.0
4472026-08-19T19:42:31.864Z Compiling anyhow v1.0.104
4482026-08-19T19:42:31.909Z Compiling once_cell v1.21.3
4492026-08-19T19:42:32.049Z Compiling unicode-width v0.1.14
4502026-08-19T19:42:32.066Z Compiling heck v0.5.0
4512026-08-19T19:42:32.134Z Compiling bytecount v0.6.9
4522026-08-19T19:42:32.150Z Compiling tempfile v3.27.0
4532026-08-19T19:42:32.274Z Compiling papergrid v0.11.0
4542026-08-19T19:42:32.310Z Compiling clap_builder v4.6.0
4552026-08-19T19:42:32.391Z Compiling semver v1.0.28
4562026-08-19T19:42:32.429Z Compiling cargo-platform v0.3.2
4572026-08-19T19:42:32.536Z Compiling memmap v0.7.0
4582026-08-19T19:42:32.590Z Compiling tabled_derive v0.7.0
4592026-08-19T19:42:32.657Z Compiling smawk v0.3.2
4602026-08-19T19:42:32.708Z Compiling unicode-linebreak v0.1.5
4612026-08-19T19:42:32.726Z Compiling unicode-width v0.2.0
4622026-08-19T19:42:32.927Z Compiling serde_derive v1.0.228
4632026-08-19T19:42:32.947Z Compiling thiserror-impl v1.0.69
4642026-08-19T19:42:32.993Z Compiling zerocopy-derive v0.7.35
4652026-08-19T19:42:33.022Z Compiling pest_derive v2.8.6
4662026-08-19T19:42:33.142Z Compiling scroll_derive v0.12.1
4672026-08-19T19:42:33.462Z Compiling thiserror-impl v2.0.18
4682026-08-19T19:42:33.496Z Compiling clap_derive v4.6.1
4692026-08-19T19:42:33.675Z Compiling tabled v0.15.0
4702026-08-19T19:42:33.812Z Compiling scroll v0.12.0
4712026-08-19T19:42:33.846Z Compiling zerocopy v0.7.35
4722026-08-19T19:42:34.079Z Compiling goblin v0.8.2
4732026-08-19T19:42:34.343Z Compiling dtrace-parser v0.2.0
4742026-08-19T19:42:34.427Z Compiling textwrap v0.16.2
4752026-08-19T19:42:34.891Z Compiling camino-tempfile v1.4.1
4762026-08-19T19:42:34.909Z Compiling swrite v0.1.0
4772026-08-19T19:42:35.248Z Compiling clap v4.6.1
4782026-08-19T19:42:36.008Z Compiling serde_spanned v0.6.9
4792026-08-19T19:42:36.009Z Compiling toml_datetime v0.6.11
4802026-08-19T19:42:36.012Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-08-19T19:42:36.012Z Compiling cargo_metadata v0.23.1
4822026-08-19T19:42:36.012Z Compiling macaddr v1.0.1
4832026-08-19T19:42:36.126Z Compiling dof v0.3.0
4842026-08-19T19:42:36.142Z Compiling serde_tokenstream v0.2.3
4852026-08-19T19:42:36.259Z Compiling toml_edit v0.22.27
4862026-08-19T19:42:36.920Z Compiling usdt-attr-macro v0.5.0
4872026-08-19T19:42:36.920Z Compiling usdt-macro v0.5.0
4882026-08-19T19:42:37.556Z Compiling usdt v0.5.0
4892026-08-19T19:42:37.595Z Compiling toml v0.8.23
4902026-08-19T19:42:37.916Z Compiling cargo_toml v0.21.0
4912026-08-19T19:42:39.190Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-19T19:42:41.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.90s
4932026-08-19T19:42:41.410Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-19T19:42:41.911Z Downloading crates ...
4952026-08-19T19:42:41.968Z Downloaded array-init v0.0.4
4962026-08-19T19:42:41.976Z Downloaded atomic-waker v1.1.2
4972026-08-19T19:42:41.976Z Downloaded base16ct v0.2.0
4982026-08-19T19:42:41.976Z Downloaded ascii-canvas v3.0.0
4992026-08-19T19:42:41.982Z Downloaded bb8 v0.8.6
5002026-08-19T19:42:41.982Z Downloaded anstream v0.6.21
5012026-08-19T19:42:41.990Z Downloaded ciborium-ll v0.2.2
5022026-08-19T19:42:41.990Z Downloaded ahash v0.8.12
5032026-08-19T19:42:41.994Z Downloaded backon v1.6.0
5042026-08-19T19:42:41.994Z Downloaded enum-as-inner v0.6.1
5052026-08-19T19:42:41.994Z Downloaded env_filter v2.0.0
5062026-08-19T19:42:41.994Z Downloaded const-oid v0.10.2
5072026-08-19T19:42:41.999Z Downloaded endian-type v0.1.2
5082026-08-19T19:42:41.999Z Downloaded async-stream v0.3.6
5092026-08-19T19:42:41.999Z Downloaded async-stream-impl v0.3.6
5102026-08-19T19:42:41.999Z Downloaded atomicwrites v0.4.4
5112026-08-19T19:42:41.999Z Downloaded arrayref v0.3.9
5122026-08-19T19:42:41.999Z Downloaded atty v0.2.14
5132026-08-19T19:42:42.006Z Downloaded adler2 v2.0.1
5142026-08-19T19:42:42.006Z Downloaded backtrace-ext v0.2.1
5152026-08-19T19:42:42.006Z Downloaded embedded-io v0.4.0
5162026-08-19T19:42:42.006Z Downloaded filetime v0.2.27
5172026-08-19T19:42:42.011Z Downloaded addr2line v0.25.1
5182026-08-19T19:42:42.011Z Downloaded bzip2 v0.6.1
5192026-08-19T19:42:42.011Z Downloaded http-body-util v0.1.3
5202026-08-19T19:42:42.011Z Downloaded base16ct v1.0.0
5212026-08-19T19:42:42.015Z Downloaded elliptic-curve v0.14.1
5222026-08-19T19:42:42.015Z Downloaded fs_extra v1.3.0
5232026-08-19T19:42:42.019Z Downloaded futures-io v0.3.32
5242026-08-19T19:42:42.019Z Downloaded form_urlencoded v1.2.2
5252026-08-19T19:42:42.019Z Downloaded embedded-io v0.6.1
5262026-08-19T19:42:42.019Z Downloaded foreign-types v0.3.2
5272026-08-19T19:42:42.019Z Downloaded bit-set v0.5.3
5282026-08-19T19:42:42.023Z Downloaded futures v0.3.32
5292026-08-19T19:42:42.023Z Downloaded futures-core v0.3.32
5302026-08-19T19:42:42.023Z Downloaded futures-task v0.3.32
5312026-08-19T19:42:42.028Z Downloaded enum_dispatch v0.3.13
5322026-08-19T19:42:42.028Z Downloaded env_logger v0.11.11
5332026-08-19T19:42:42.028Z Downloaded fallible-iterator v0.2.0
5342026-08-19T19:42:42.028Z Downloaded futures-channel v0.3.32
5352026-08-19T19:42:42.032Z Downloaded hmac v0.13.0
5362026-08-19T19:42:42.032Z Downloaded fd-lock v4.0.4
5372026-08-19T19:42:42.032Z Downloaded fxhash v0.2.1
5382026-08-19T19:42:42.032Z Downloaded foreign-types-macros v0.2.3
5392026-08-19T19:42:42.032Z Downloaded futures-macro v0.3.32
5402026-08-19T19:42:42.032Z Downloaded bitfield v0.19.4
5412026-08-19T19:42:42.040Z Downloaded bcrypt-pbkdf v0.11.0
5422026-08-19T19:42:42.040Z Downloaded assert_matches v1.5.0
5432026-08-19T19:42:42.040Z Downloaded aead v0.5.2
5442026-08-19T19:42:42.040Z Downloaded console v0.15.11
5452026-08-19T19:42:42.044Z Downloaded foldhash v0.2.0
5462026-08-19T19:42:42.044Z Downloaded foreign-types v0.5.0
5472026-08-19T19:42:42.044Z Downloaded funty v2.0.0
5482026-08-19T19:42:42.044Z Downloaded base64ct v1.8.3
5492026-08-19T19:42:42.044Z Downloaded flagset v0.4.7
5502026-08-19T19:42:42.044Z Downloaded backoff v0.4.0
5512026-08-19T19:42:42.044Z Downloaded fixedbitset v0.4.2
5522026-08-19T19:42:42.044Z Downloaded bcs v0.1.6
5532026-08-19T19:42:42.044Z Downloaded hubpack_derive v0.1.1
5542026-08-19T19:42:42.047Z Downloaded foreign-types-shared v0.1.1
5552026-08-19T19:42:42.047Z Downloaded globwalk v0.9.1
5562026-08-19T19:42:42.047Z Downloaded float-cmp v0.10.0
5572026-08-19T19:42:42.047Z Downloaded git-stub v1.0.0
5582026-08-19T19:42:42.050Z Downloaded hex-literal v1.1.0
5592026-08-19T19:42:42.050Z Downloaded castaway v0.2.4
5602026-08-19T19:42:42.050Z Downloaded cobs v0.3.0
5612026-08-19T19:42:42.054Z Downloaded futures-sink v0.3.32
5622026-08-19T19:42:42.057Z Downloaded erased-serde v0.3.31
5632026-08-19T19:42:42.057Z Downloaded foldhash v0.1.5
5642026-08-19T19:42:42.057Z Downloaded bitfield-macros v0.19.4
5652026-08-19T19:42:42.057Z Downloaded cfg_aliases v0.2.1
5662026-08-19T19:42:42.060Z Downloaded bit-set v0.8.0
5672026-08-19T19:42:42.060Z Downloaded gethostname v0.5.0
5682026-08-19T19:42:42.063Z Downloaded home v0.5.12
5692026-08-19T19:42:42.074Z Downloaded hex v0.4.3
5702026-08-19T19:42:42.074Z Downloaded compression-core v0.4.31
5712026-08-19T19:42:42.081Z Downloaded foreign-types-shared v0.3.1
5722026-08-19T19:42:42.081Z Downloaded hash32 v0.3.1
5732026-08-19T19:42:42.081Z Downloaded http-body v1.0.1
5742026-08-19T19:42:42.081Z Downloaded hostname v0.3.1
5752026-08-19T19:42:42.081Z Downloaded ciborium-io v0.2.2
5762026-08-19T19:42:42.081Z Downloaded httpdate v1.0.3
5772026-08-19T19:42:42.081Z Downloaded hash32 v0.2.1
5782026-08-19T19:42:42.081Z Downloaded async-recursion v1.1.1
5792026-08-19T19:42:42.086Z Downloaded http-range v0.1.5
5802026-08-19T19:42:42.086Z Downloaded newline-converter v0.3.0
5812026-08-19T19:42:42.086Z Downloaded nodrop v0.1.14
5822026-08-19T19:42:42.086Z Downloaded headers-core v0.3.0
5832026-08-19T19:42:42.089Z Downloaded ghash v0.6.0
5842026-08-19T19:42:42.089Z Downloaded cfg_aliases v0.1.1
5852026-08-19T19:42:42.089Z Downloaded futures-executor v0.3.32
5862026-08-19T19:42:42.092Z Downloaded ff v0.13.1
5872026-08-19T19:42:42.092Z Downloaded fixedbitset v0.5.7
5882026-08-19T19:42:42.092Z Downloaded float-ord v0.3.2
5892026-08-19T19:42:42.092Z Downloaded fs-err v2.11.0
5902026-08-19T19:42:42.092Z Downloaded async-trait v0.1.89
5912026-08-19T19:42:42.096Z Downloaded bitfield-struct v0.6.2
5922026-08-19T19:42:42.096Z Downloaded argon2 v0.5.3
5932026-08-19T19:42:42.100Z Downloaded aead v0.6.1
5942026-08-19T19:42:42.105Z Downloaded anstyle-parse v0.2.7
5952026-08-19T19:42:42.105Z Downloaded bit-vec v0.6.3
5962026-08-19T19:42:42.105Z Downloaded bit-vec v0.8.0
5972026-08-19T19:42:42.105Z Downloaded normalize-line-endings v0.3.0
5982026-08-19T19:42:42.110Z Downloaded phf_shared v0.11.3
5992026-08-19T19:42:42.110Z Downloaded phf_shared v0.12.1
6002026-08-19T19:42:42.110Z Downloaded proc-macro-error-attr2 v2.0.0
6012026-08-19T19:42:42.110Z Downloaded newtype_derive v0.1.6
6022026-08-19T19:42:42.110Z Downloaded arrayvec v0.7.6
6032026-08-19T19:42:42.110Z Downloaded colored v2.2.0
6042026-08-19T19:42:42.117Z Downloaded precomputed-hash v0.1.1
6052026-08-19T19:42:42.117Z Downloaded quick-error v1.2.3
6062026-08-19T19:42:42.535Z Downloaded num_threads v0.1.7
6072026-08-19T19:42:42.535Z Downloaded percent-encoding v2.3.2
6082026-08-19T19:42:42.535Z Downloaded recursive v0.1.1
6092026-08-19T19:42:42.535Z Downloaded rfc6979 v0.4.0
6102026-08-19T19:42:42.536Z Downloaded scheduled-thread-pool v0.2.7
6112026-08-19T19:42:42.543Z Downloaded rfc6979 v0.6.0
6122026-08-19T19:42:42.544Z Downloaded ena v0.14.4
6132026-08-19T19:42:42.544Z Downloaded path-slash v0.1.5
6142026-08-19T19:42:42.544Z Downloaded psl-types v2.0.11
6152026-08-19T19:42:42.544Z Downloaded russh-util v0.52.0
6162026-08-19T19:42:42.544Z Downloaded rustc_version v0.4.1
6172026-08-19T19:42:42.544Z Downloaded async-compression v0.4.41
6182026-08-19T19:42:42.544Z Downloaded ff v0.14.0
6192026-08-19T19:42:42.544Z Downloaded cexpr v0.6.0
6202026-08-19T19:42:42.544Z Downloaded block-padding v0.4.2
6212026-08-19T19:42:42.544Z Downloaded cmov v0.5.4
6222026-08-19T19:42:42.544Z Downloaded hostname v0.4.2
6232026-08-19T19:42:42.544Z Downloaded group v0.13.0
6242026-08-19T19:42:42.544Z Downloaded group v0.14.0
6252026-08-19T19:42:42.544Z Downloaded cassowary v0.3.0
6262026-08-19T19:42:42.544Z Downloaded hubpack v0.1.2
6272026-08-19T19:42:42.544Z Downloaded glob v0.3.3
6282026-08-19T19:42:42.544Z Downloaded highway v1.3.0
6292026-08-19T19:42:42.544Z Downloaded sapling-renderdag v0.1.0
6302026-08-19T19:42:42.544Z Downloaded chacha20 v0.9.1
6312026-08-19T19:42:42.544Z Downloaded blowfish v0.10.0
6322026-08-19T19:42:42.544Z Downloaded seq-macro v0.3.6
6332026-08-19T19:42:42.544Z Downloaded bitflags v1.3.2
6342026-08-19T19:42:42.544Z Downloaded block-buffer v0.12.1
6352026-08-19T19:42:42.544Z Downloaded camino-tempfile-ext v0.3.3
6362026-08-19T19:42:42.544Z Downloaded signal-hook-tokio v0.3.1
6372026-08-19T19:42:42.544Z Downloaded byte-wrapper v0.1.0
6382026-08-19T19:42:42.544Z Downloaded bs58 v0.5.1
6392026-08-19T19:42:42.544Z Downloaded getrandom v0.2.17
6402026-08-19T19:42:42.544Z Downloaded git-stub-vcs v0.1.0
6412026-08-19T19:42:42.544Z Downloaded find-msvc-tools v0.1.9
6422026-08-19T19:42:42.544Z Downloaded async-bb8-diesel v0.2.1
6432026-08-19T19:42:42.544Z Downloaded buf-list v1.1.2
6442026-08-19T19:42:42.545Z Downloaded cmake v0.1.57
6452026-08-19T19:42:42.545Z Downloaded generic-array v1.4.3
6462026-08-19T19:42:42.545Z Downloaded strsim v0.10.0
6472026-08-19T19:42:42.545Z Downloaded num-integer v0.1.46
6482026-08-19T19:42:42.545Z Downloaded supports-color v3.0.2
6492026-08-19T19:42:42.545Z Downloaded allocator-api2 v0.2.21
6502026-08-19T19:42:42.545Z Downloaded argon2 v0.6.0-rc.8
6512026-08-19T19:42:42.545Z Downloaded base64 v0.22.1
6522026-08-19T19:42:42.545Z Downloaded oxide-update-engine-display v0.1.2
6532026-08-19T19:42:42.545Z Downloaded oxide-update-engine v0.1.2
6542026-08-19T19:42:42.545Z Downloaded port-file v0.1.0
6552026-08-19T19:42:42.545Z Downloaded progenitor v0.14.0
6562026-08-19T19:42:42.545Z Downloaded paste v1.0.15
6572026-08-19T19:42:42.545Z Downloaded pem-rfc7468 v1.0.0
6582026-08-19T19:42:42.545Z Downloaded rand_chacha v0.9.0
6592026-08-19T19:42:42.545Z Downloaded packed_struct v0.10.1
6602026-08-19T19:42:42.545Z Downloaded pkcs8 v0.10.2
6612026-08-19T19:42:42.545Z Downloaded rand_core v0.9.5
6622026-08-19T19:42:42.545Z Downloaded rand_core v0.10.0
6632026-08-19T19:42:42.545Z Downloaded tokio-macros v2.7.0
6642026-08-19T19:42:42.545Z Downloaded testing_table v0.3.0
6652026-08-19T19:42:42.545Z Downloaded tinyvec_macros v0.1.1
6662026-08-19T19:42:42.545Z Downloaded untrusted v0.7.1
6672026-08-19T19:42:42.545Z Downloaded utf-8 v0.7.6
6682026-08-19T19:42:42.545Z Downloaded try-lock v0.2.5
6692026-08-19T19:42:42.545Z Downloaded typify-macro v0.6.2
6702026-08-19T19:42:42.545Z Downloaded yoke-derive v0.8.1
6712026-08-19T19:42:42.545Z Downloaded convert_case v0.4.0
6722026-08-19T19:42:42.545Z Downloaded zeroize_derive v1.5.0
6732026-08-19T19:42:42.545Z Downloaded rustls-native-certs v0.8.3
6742026-08-19T19:42:42.545Z Downloaded rustversion v1.0.22
6752026-08-19T19:42:42.545Z Downloaded rusty-fork v0.3.1
6762026-08-19T19:42:42.545Z Downloaded sec1 v0.8.1
6772026-08-19T19:42:42.545Z Downloaded serdect v0.4.3
6782026-08-19T19:42:42.545Z Downloaded half v1.8.3
6792026-08-19T19:42:42.545Z Downloaded httparse v1.10.1
6802026-08-19T19:42:42.545Z Downloaded chacha20 v0.10.0
6812026-08-19T19:42:42.545Z Downloaded const-oid v0.9.6
6822026-08-19T19:42:42.546Z Downloaded cbc v0.2.1
6832026-08-19T19:42:42.546Z Downloaded cipher v0.4.4
6842026-08-19T19:42:42.546Z Downloaded globset v0.4.18
6852026-08-19T19:42:42.546Z Downloaded colored v3.1.1
6862026-08-19T19:42:42.546Z Downloaded clang-sys v1.8.1
6872026-08-19T19:42:42.546Z Downloaded compression-codecs v0.4.37
6882026-08-19T19:42:42.546Z Downloaded hmac v0.12.1
6892026-08-19T19:42:42.546Z Downloaded ciborium v0.2.2
6902026-08-19T19:42:42.546Z Downloaded console v0.16.2
6912026-08-19T19:42:42.546Z Downloaded signature v2.2.0
6922026-08-19T19:42:42.546Z Downloaded zone_cfg_derive v0.3.1
6932026-08-19T19:42:42.546Z Downloaded slog-dtrace v0.3.0
6942026-08-19T19:42:42.546Z Downloaded slog-stdlog v4.1.1
6952026-08-19T19:42:42.546Z Downloaded sponge-cursor v0.1.0
6962026-08-19T19:42:42.546Z Downloaded blake2 v0.10.6
6972026-08-19T19:42:42.546Z Downloaded cancel-safe-futures v0.1.5
6982026-08-19T19:42:42.546Z Downloaded sqlformat v0.3.5
6992026-08-19T19:42:42.546Z Downloaded cipher v0.5.2
7002026-08-19T19:42:42.546Z Downloaded shlex v1.3.0
7012026-08-19T19:42:42.546Z Downloaded crunchy v0.2.4
7022026-08-19T19:42:42.546Z Downloaded serde_derive_internals v0.29.1
7032026-08-19T19:42:42.546Z Downloaded snafu-derive v0.8.9
7042026-08-19T19:42:42.546Z Downloaded strip-ansi-escapes v0.2.1
7052026-08-19T19:42:42.546Z Downloaded darling_macro v0.20.11
7062026-08-19T19:42:42.546Z Downloaded defmt-parser v1.0.0
7072026-08-19T19:42:42.546Z Downloaded smf v0.2.3
7082026-08-19T19:42:42.546Z Downloaded crc-catalog v2.4.0
7092026-08-19T19:42:42.546Z Downloaded debug-ignore v1.0.5
7102026-08-19T19:42:42.546Z Downloaded dirs-sys-next v0.1.2
7112026-08-19T19:42:42.559Z Downloaded num_enum v0.5.11
7122026-08-19T19:42:42.559Z Downloaded synstructure v0.13.2
7132026-08-19T19:42:42.559Z Downloaded thread_local v1.1.9
7142026-08-19T19:42:42.559Z Downloaded flate2 v1.1.9
7152026-08-19T19:42:42.559Z Downloaded postgres-types v0.2.12
7162026-08-19T19:42:42.560Z Downloaded predicates v3.1.4
7172026-08-19T19:42:42.560Z Downloaded progenitor-client v0.13.0
7182026-08-19T19:42:42.560Z Downloaded rand_core v0.6.4
7192026-08-19T19:42:42.560Z Downloaded vergen-git2 v9.1.0
7202026-08-19T19:42:42.560Z Downloaded vergen-gitcl v1.0.8
7212026-08-19T19:42:42.560Z Downloaded tiny-keccak v2.0.2
7222026-08-19T19:42:42.560Z Downloaded dof v0.4.0
7232026-08-19T19:42:42.560Z Downloaded dunce v1.0.5
7242026-08-19T19:42:42.560Z Downloaded hyper-tls v0.6.0
7252026-08-19T19:42:42.560Z Downloaded dtrace-parser v0.3.0
7262026-08-19T19:42:42.560Z Downloaded instability v0.3.11
7272026-08-19T19:42:42.560Z Downloaded illumos-nvpair-sys v0.2.0
7282026-08-19T19:42:42.560Z Downloaded instant v0.1.13
7292026-08-19T19:42:42.560Z Downloaded is_ci v1.2.0
7302026-08-19T19:42:42.560Z Downloaded aes v0.9.1
7312026-08-19T19:42:42.560Z Downloaded blake2 v0.11.0-rc.6
7322026-08-19T19:42:42.560Z Downloaded fatfs v0.3.6
7332026-08-19T19:42:42.560Z Downloaded getrandom v0.4.3
7342026-08-19T19:42:42.560Z Downloaded zeroize v1.9.0
7352026-08-19T19:42:42.560Z Downloaded wyz v0.5.1
7362026-08-19T19:42:42.560Z Downloaded libscf-sys v1.2.0
7372026-08-19T19:42:42.560Z Downloaded match_cfg v0.1.0
7382026-08-19T19:42:42.560Z Downloaded mime v0.3.17
7392026-08-19T19:42:42.560Z Downloaded new_debug_unreachable v1.0.6
7402026-08-19T19:42:42.560Z Downloaded flume v0.11.1
7412026-08-19T19:42:42.560Z Downloaded openssl-probe v0.1.6
7422026-08-19T19:42:42.560Z Downloaded num_enum_derive v0.5.11
7432026-08-19T19:42:42.560Z Downloaded ctr v0.10.1
7442026-08-19T19:42:42.560Z Downloaded ctutils v0.4.2
7452026-08-19T19:42:42.560Z Downloaded password-hash v0.6.1
7462026-08-19T19:42:42.560Z Downloaded radium v0.7.0
7472026-08-19T19:42:42.560Z Downloaded ref-cast-impl v1.0.25
7482026-08-19T19:42:42.560Z Downloaded rtoolbox v0.0.3
7492026-08-19T19:42:42.560Z Downloaded arc-swap v1.8.2
7502026-08-19T19:42:42.560Z Downloaded diesel-dtrace v0.5.0
7512026-08-19T19:42:42.560Z Downloaded pkcs5 v0.8.1
7522026-08-19T19:42:42.560Z Downloaded oso v0.27.3
7532026-08-19T19:42:42.561Z Downloaded term v1.2.1
7542026-08-19T19:42:42.561Z Downloaded vergen v9.1.0
7552026-08-19T19:42:42.561Z Downloaded humantime v2.3.0
7562026-08-19T19:42:42.561Z Downloaded tokio-stream v0.1.18
7572026-08-19T19:42:42.561Z Downloaded linked-hash-map v0.5.6
7582026-08-19T19:42:42.561Z Downloaded same-file v1.0.6
7592026-08-19T19:42:42.561Z Downloaded signature v3.0.0
7602026-08-19T19:42:42.561Z Downloaded serde_repr v0.1.20
7612026-08-19T19:42:42.561Z Downloaded sha1 v0.11.0
7622026-08-19T19:42:42.561Z Downloaded siphasher v1.0.2
7632026-08-19T19:42:42.561Z Downloaded slog-bunyan v2.5.0
7642026-08-19T19:42:42.561Z Downloaded linear-map v1.2.0
7652026-08-19T19:42:42.561Z Downloaded chacha20poly1305 v0.10.1
7662026-08-19T19:42:42.561Z Downloaded bzip2 v0.4.4
7672026-08-19T19:42:42.561Z Downloaded headers v0.4.1
7682026-08-19T19:42:42.561Z Downloaded heapless v0.8.0
7692026-08-19T19:42:42.561Z Downloaded serde_cbor v0.11.2
7702026-08-19T19:42:42.561Z Downloaded supports-hyperlinks v3.2.0
7712026-08-19T19:42:42.561Z Downloaded libefi-sys v0.1.0
7722026-08-19T19:42:42.561Z Downloaded supports-unicode v3.0.0
7732026-08-19T19:42:42.561Z Downloaded sync-ptr v0.1.4
7742026-08-19T19:42:42.561Z Downloaded newtype-uuid v1.3.2
7752026-08-19T19:42:42.561Z Downloaded mime_guess v2.0.5
7762026-08-19T19:42:42.561Z Downloaded multer v3.1.0
7772026-08-19T19:42:42.561Z Downloaded tokio-test v0.4.5
7782026-08-19T19:42:42.561Z Downloaded time-core v0.1.8
7792026-08-19T19:42:42.561Z Downloaded wait-timeout v0.2.1
7802026-08-19T19:42:42.561Z Downloaded base64 v0.21.7
7812026-08-19T19:42:42.561Z Downloaded thread-id v5.1.0
7822026-08-19T19:42:42.561Z Downloaded trait-variant v0.1.2
7832026-08-19T19:42:42.561Z Downloaded socket2 v0.5.10
7842026-08-19T19:42:42.561Z Downloaded derive_builder v0.20.2
7852026-08-19T19:42:42.561Z Downloaded num_enum_derive v0.7.6
7862026-08-19T19:42:42.561Z Downloaded phf v0.13.1
7872026-08-19T19:42:42.561Z Downloaded pin-project-internal v1.1.11
7882026-08-19T19:42:42.561Z Downloaded pkg-config v0.3.32
7892026-08-19T19:42:42.561Z Downloaded oxide-tokio-rt v0.1.4
7902026-08-19T19:42:42.561Z Downloaded pbkdf2 v0.13.0
7912026-08-19T19:42:42.561Z Downloaded proc-macro-error2 v2.0.1
7922026-08-19T19:42:42.561Z Downloaded universal-hash v0.5.1
7932026-08-19T19:42:42.562Z Downloaded unit-prefix v0.5.2
7942026-08-19T19:42:42.562Z Downloaded wnaf v0.14.0
7952026-08-19T19:42:42.562Z Downloaded toml v0.7.8
7962026-08-19T19:42:42.562Z Downloaded unsafe-libyaml v0.2.11
7972026-08-19T19:42:42.562Z Downloaded ingot-macros v0.2.0
7982026-08-19T19:42:42.562Z Downloaded subprocess v0.2.15
7992026-08-19T19:42:42.562Z Downloaded prettyplease v0.2.37
8002026-08-19T19:42:42.562Z Downloaded schemars v0.8.22
8012026-08-19T19:42:42.562Z Downloaded serde_spanned v1.1.1
8022026-08-19T19:42:42.562Z Downloaded zerofrom-derive v0.1.6
8032026-08-19T19:42:42.562Z Downloaded typify v0.6.2
8042026-08-19T19:42:42.562Z Downloaded crc8 v0.1.1
8052026-08-19T19:42:42.562Z Downloaded crucible-workspace-hack v0.1.0
8062026-08-19T19:42:42.562Z Downloaded cstr-argument v0.1.2
8072026-08-19T19:42:42.562Z Downloaded sqlparser_derive v0.5.0
8082026-08-19T19:42:42.562Z Downloaded bytes v1.11.1
8092026-08-19T19:42:42.562Z Downloaded slog-term v2.9.2
8102026-08-19T19:42:42.562Z Downloaded ar_archive_writer v0.5.1
8112026-08-19T19:42:42.573Z Downloaded compact_str v0.8.1
8122026-08-19T19:42:42.573Z Downloaded expectorate v1.2.0
8132026-08-19T19:42:42.573Z Downloaded hickory-resolver v0.24.4
8142026-08-19T19:42:42.574Z Downloaded hickory-resolver v0.25.2
8152026-08-19T19:42:42.574Z Downloaded stacker v0.1.23
8162026-08-19T19:42:42.574Z Downloaded half v2.7.1
8172026-08-19T19:42:42.574Z Downloaded heapless v0.7.17
8182026-08-19T19:42:42.574Z Downloaded chumsky v0.9.3
8192026-08-19T19:42:42.574Z Downloaded smallvec v0.6.14
8202026-08-19T19:42:42.574Z Downloaded darling_macro v0.13.4
8212026-08-19T19:42:42.574Z Downloaded derive_builder_macro v0.20.2
8222026-08-19T19:42:42.574Z Downloaded spki v0.7.3
8232026-08-19T19:42:42.574Z Downloaded stringprep v0.1.5
8242026-08-19T19:42:42.574Z Downloaded corncobs v0.1.4
8252026-08-19T19:42:42.574Z Downloaded num-complex v0.4.6
8262026-08-19T19:42:42.574Z Downloaded strum_macros v0.24.3
8272026-08-19T19:42:42.574Z Downloaded support-bundle-viewer v0.1.2
8282026-08-19T19:42:42.574Z Downloaded diesel_table_macro_syntax v0.3.0
8292026-08-19T19:42:42.574Z Downloaded memmap2 v0.9.10
8302026-08-19T19:42:42.574Z Downloaded vergen-lib v9.1.0
8312026-08-19T19:42:42.574Z Downloaded bumpalo v3.20.2
8322026-08-19T19:42:42.574Z Downloaded dyn-clone v1.0.20
8332026-08-19T19:42:42.574Z Downloaded backtrace v0.3.76
8342026-08-19T19:42:42.574Z Downloaded parking_lot v0.11.2
8352026-08-19T19:42:42.574Z Downloaded idna_adapter v1.2.1
8362026-08-19T19:42:42.574Z Downloaded parking_lot v0.12.5
8372026-08-19T19:42:42.574Z Downloaded poly1305 v0.9.0
8382026-08-19T19:42:42.574Z Downloaded crc32fast v1.5.0
8392026-08-19T19:42:42.574Z Downloaded poly1305 v0.8.0
8402026-08-19T19:42:42.574Z Downloaded crc-any v2.5.0
8412026-08-19T19:42:42.574Z Downloaded inout v0.2.2
8422026-08-19T19:42:42.574Z Downloaded owo-colors v4.3.0
8432026-08-19T19:42:42.574Z Downloaded primeorder v0.13.6
8442026-08-19T19:42:42.574Z Downloaded lazy_static v1.5.0
8452026-08-19T19:42:42.574Z Downloaded p384 v0.14.0
8462026-08-19T19:42:42.574Z Downloaded tracing-attributes v0.1.31
8472026-08-19T19:42:42.575Z Downloaded lru v0.12.5
8482026-08-19T19:42:42.575Z Downloaded lru-cache v0.1.2
8492026-08-19T19:42:42.575Z Downloaded quinn v0.11.11
8502026-08-19T19:42:42.575Z Downloaded xshell-macros v0.2.7
8512026-08-19T19:42:42.575Z Downloaded const_format_proc_macros v0.2.34
8522026-08-19T19:42:42.575Z Downloaded memoffset v0.9.1
8532026-08-19T19:42:42.575Z Downloaded newtype-uuid-macros v0.1.0
8542026-08-19T19:42:42.575Z Downloaded num v0.4.3
8552026-08-19T19:42:42.575Z Downloaded num-conv v0.2.0
8562026-08-19T19:42:42.575Z Downloaded toml_edit v0.23.10+spec-1.0.0
8572026-08-19T19:42:42.575Z Downloaded packed_struct_codegen v0.10.1
8582026-08-19T19:42:42.575Z Downloaded sha2 v0.11.0
8592026-08-19T19:42:42.575Z Downloaded daft v0.1.7
8602026-08-19T19:42:42.575Z Downloaded openssl-macros v0.1.1
8612026-08-19T19:42:42.575Z Downloaded parse-display v0.10.0
8622026-08-19T19:42:42.575Z Downloaded proc-macro-crate v1.3.1
8632026-08-19T19:42:42.575Z Downloaded peg-runtime v0.8.5
8642026-08-19T19:42:42.575Z Downloaded hashbrown v0.12.3
8652026-08-19T19:42:42.575Z Downloaded tokio-rustls v0.26.4
8662026-08-19T19:42:42.575Z Downloaded http v1.4.2
8672026-08-19T19:42:42.575Z Downloaded ed25519 v3.0.0
8682026-08-19T19:42:42.575Z Downloaded deranged v0.5.8
8692026-08-19T19:42:42.575Z Downloaded powerfmt v0.2.0
8702026-08-19T19:42:42.575Z Downloaded hashbrown v0.15.5
8712026-08-19T19:42:42.575Z Downloaded rand_chacha v0.3.1
8722026-08-19T19:42:42.575Z Downloaded hickory-server v0.25.2
8732026-08-19T19:42:42.575Z Downloaded semver v0.1.20
8742026-08-19T19:42:42.575Z Downloaded rcgen v0.12.1
8752026-08-19T19:42:42.575Z Downloaded ipnetwork v0.21.1
8762026-08-19T19:42:42.575Z Downloaded russh-cryptovec v0.62.0
8772026-08-19T19:42:42.575Z Downloaded toml_parser v1.1.2+spec-1.1.0
8782026-08-19T19:42:42.575Z Downloaded signal-hook-mio v0.2.5
8792026-08-19T19:42:42.575Z Downloaded strum v0.27.2
8802026-08-19T19:42:42.575Z Downloaded take_mut v0.2.2
8812026-08-19T19:42:42.575Z Downloaded zerocopy v0.6.6
8822026-08-19T19:42:42.575Z Downloaded module-lattice v0.2.3
8832026-08-19T19:42:42.575Z Downloaded whoami v1.6.1
8842026-08-19T19:42:42.575Z Downloaded aes-gcm v0.11.0
8852026-08-19T19:42:42.575Z Downloaded slog-envlogger v2.2.0
8862026-08-19T19:42:42.575Z Downloaded icu_normalizer_data v2.1.1
8872026-08-19T19:42:42.594Z Downloaded icu_locale_core v2.1.1
8882026-08-19T19:42:42.594Z Downloaded indicatif v0.18.4
8892026-08-19T19:42:42.594Z Downloaded xattr v1.6.1
8902026-08-19T19:42:42.594Z Downloaded sync_wrapper v1.0.2
8912026-08-19T19:42:42.594Z Downloaded universal-hash v0.6.1
8922026-08-19T19:42:42.594Z Downloaded cookie_store v0.22.1
8932026-08-19T19:42:42.594Z Downloaded waitgroup v0.1.2
8942026-08-19T19:42:42.594Z Downloaded untrusted v0.9.0
8952026-08-19T19:42:42.652Z Downloaded peg-macros v0.8.5
8962026-08-19T19:42:42.652Z Downloaded cc v1.2.56
8972026-08-19T19:42:42.652Z Downloaded darling v0.21.3
8982026-08-19T19:42:42.652Z Downloaded crossbeam-epoch v0.9.18
8992026-08-19T19:42:42.652Z Downloaded zerofrom v0.1.6
9002026-08-19T19:42:42.652Z Downloaded displaydoc v0.2.5
9012026-08-19T19:42:42.652Z Downloaded cpubits v0.1.1
9022026-08-19T19:42:42.678Z Downloaded hashbrown v0.13.2
9032026-08-19T19:42:42.678Z Downloaded peg v0.8.5
9042026-08-19T19:42:42.678Z Downloaded defmt v0.3.100
9052026-08-19T19:42:42.678Z Downloaded dsl_auto_type v0.2.0
9062026-08-19T19:42:42.678Z Downloaded dirs-next v2.0.0
9072026-08-19T19:42:42.678Z Downloaded steno v0.4.1
9082026-08-19T19:42:42.678Z Downloaded psm v0.1.30
9092026-08-19T19:42:42.678Z Downloaded progenitor-extras v0.2.0
9102026-08-19T19:42:42.678Z Downloaded internet-checksum v0.2.1
9112026-08-19T19:42:42.678Z Downloaded serde_path_to_error v0.1.20
9122026-08-19T19:42:42.678Z Downloaded serde_with_macros v1.5.2
9132026-08-19T19:42:42.678Z Downloaded display-error-chain v0.2.2
9142026-08-19T19:42:42.678Z Downloaded spki v0.8.0
9152026-08-19T19:42:42.678Z Downloaded md-5 v0.10.6
9162026-08-19T19:42:42.678Z Downloaded tls_codec v0.4.2
9172026-08-19T19:42:42.678Z Downloaded tokio-tungstenite v0.23.1
9182026-08-19T19:42:42.678Z Downloaded tokio-tungstenite v0.21.0
9192026-08-19T19:42:42.678Z Downloaded progenitor-impl v0.13.0
9202026-08-19T19:42:42.678Z Downloaded unicode-bidi v0.3.18
9212026-08-19T19:42:42.678Z Downloaded icu_normalizer v2.1.1
9222026-08-19T19:42:42.678Z Downloaded litemap v0.8.1
9232026-08-19T19:42:42.678Z Downloaded slog-async v2.8.0
9242026-08-19T19:42:42.678Z Downloaded tap v1.0.1
9252026-08-19T19:42:42.679Z Downloaded tokio-native-tls v0.3.1
9262026-08-19T19:42:42.679Z Downloaded keccak v0.1.6
9272026-08-19T19:42:42.679Z Downloaded multimap v0.10.1
9282026-08-19T19:42:42.679Z Downloaded parse-size v1.1.0
9292026-08-19T19:42:42.679Z Downloaded lzss v0.8.2
9302026-08-19T19:42:42.679Z Downloaded schemars v0.9.0
9312026-08-19T19:42:42.684Z Downloaded num-derive v0.4.2
9322026-08-19T19:42:42.685Z Downloaded oso-derive v0.27.3
9332026-08-19T19:42:42.685Z Downloaded time-macros v0.2.27
9342026-08-19T19:42:42.685Z Downloaded derive_more v2.1.1
9352026-08-19T19:42:42.685Z Downloaded zopfli v0.8.3
9362026-08-19T19:42:42.685Z Downloaded uzers v0.12.2
9372026-08-19T19:42:42.685Z Downloaded darling v0.13.4
9382026-08-19T19:42:42.685Z Downloaded potential_utf v0.1.4
9392026-08-19T19:42:42.685Z Downloaded progenitor-macro v0.14.0
9402026-08-19T19:42:42.685Z Downloaded crossbeam-deque v0.8.6
9412026-08-19T19:42:42.685Z Downloaded recursive-proc-macro-impl v0.1.1
9422026-08-19T19:42:42.685Z Downloaded rustc_version v0.1.7
9432026-08-19T19:42:42.685Z Downloaded pkcs1 v0.7.5
9442026-08-19T19:42:42.685Z Downloaded pkcs1 v0.8.0-rc.4
9452026-08-19T19:42:42.697Z Downloaded x509-cert v0.2.5
9462026-08-19T19:42:42.697Z Downloaded ed25519 v2.2.3
9472026-08-19T19:42:42.697Z Downloaded num-bigint-dig v0.8.6
9482026-08-19T19:42:42.710Z Downloaded derive_builder_core v0.20.2
9492026-08-19T19:42:42.710Z Downloaded hybrid-array v0.4.13
9502026-08-19T19:42:42.710Z Downloaded serde-big-array v0.5.1
9512026-08-19T19:42:42.710Z Downloaded serde_with_macros v3.21.0
9522026-08-19T19:42:42.710Z Downloaded secrecy v0.10.3
9532026-08-19T19:42:42.722Z Downloaded impl-trait-for-tuples v0.2.3
9542026-08-19T19:42:42.722Z Downloaded sha1 v0.10.6
9552026-08-19T19:42:42.722Z Downloaded structmeta-derive v0.3.0
9562026-08-19T19:42:42.722Z Downloaded tracing-core v0.1.36
9572026-08-19T19:42:42.722Z Downloaded indoc v2.0.7
9582026-08-19T19:42:42.722Z Downloaded p521 v0.14.0
9592026-08-19T19:42:42.722Z Downloaded spin v0.9.8
9602026-08-19T19:42:42.722Z Downloaded h2 v0.4.15
9612026-08-19T19:42:42.732Z Downloaded aho-corasick v1.1.4
9622026-08-19T19:42:42.732Z Downloaded zerotrie v0.2.3
9632026-08-19T19:42:42.732Z Downloaded topological-sort v0.2.2
9642026-08-19T19:42:42.732Z Downloaded unarray v0.1.4
9652026-08-19T19:42:42.732Z Downloaded keccak v0.2.0
9662026-08-19T19:42:42.732Z Downloaded schemars v1.2.1
9672026-08-19T19:42:42.744Z Downloaded twox-hash v2.1.2
9682026-08-19T19:42:42.744Z Downloaded want v0.3.1
9692026-08-19T19:42:42.744Z Downloaded nu-ansi-term v0.50.3
9702026-08-19T19:42:42.744Z Downloaded yasna v0.5.2
9712026-08-19T19:42:42.758Z Downloaded zerocopy-derive v0.8.55
9722026-08-19T19:42:42.758Z Downloaded phf v0.12.1
9732026-08-19T19:42:42.759Z Downloaded cpufeatures v0.3.0
9742026-08-19T19:42:42.759Z Downloaded rustls-webpki v0.103.13
9752026-08-19T19:42:42.759Z Downloaded darling_core v0.21.3
9762026-08-19T19:42:42.764Z Downloaded omicron-zone-package v0.12.3
9772026-08-19T19:42:42.764Z Downloaded oxide-update-engine-types v0.1.2
9782026-08-19T19:42:42.764Z Downloaded rand_pcg v0.10.2
9792026-08-19T19:42:42.764Z Downloaded polyval v0.7.1
9802026-08-19T19:42:42.764Z Downloaded progenitor v0.13.0
9812026-08-19T19:42:42.764Z Downloaded hashbrown v0.14.5
9822026-08-19T19:42:42.764Z Downloaded hashbrown v0.16.1
9832026-08-19T19:42:42.764Z Downloaded prefix-trie v0.7.0
9842026-08-19T19:42:42.764Z Downloaded kem v0.3.0
9852026-08-19T19:42:42.764Z Downloaded ecdsa v0.17.0
9862026-08-19T19:42:42.764Z Downloaded darling_macro v0.23.0
9872026-08-19T19:42:42.764Z Downloaded ed25519-dalek v3.0.0
9882026-08-19T19:42:42.774Z Downloaded rustls-pemfile v2.2.0
9892026-08-19T19:42:42.774Z Downloaded digest-io v0.1.0
9902026-08-19T19:42:42.775Z Downloaded is-terminal v0.4.17
9912026-08-19T19:42:42.781Z Downloaded scrypt v0.12.0
9922026-08-19T19:42:42.781Z Downloaded ron v0.8.1
9932026-08-19T19:42:42.781Z Downloaded salsa20 v0.11.0
9942026-08-19T19:42:42.781Z Downloaded ecdsa v0.16.9
9952026-08-19T19:42:42.781Z Downloaded ryu v1.0.23
9962026-08-19T19:42:42.781Z Downloaded slab v0.4.12
9972026-08-19T19:42:42.781Z Downloaded subtle v2.6.1
9982026-08-19T19:42:42.793Z Downloaded diff v0.1.13
9992026-08-19T19:42:42.793Z Downloaded lalrpop-util v0.19.12
10002026-08-19T19:42:42.793Z Downloaded managed v0.8.0
10012026-08-19T19:42:42.793Z Downloaded opaque-debug v0.3.1
10022026-08-19T19:42:42.809Z Downloaded ignore v0.4.25
10032026-08-19T19:42:42.809Z Downloaded unicode_categories v0.1.1
10042026-08-19T19:42:42.809Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10052026-08-19T19:42:42.809Z Downloaded usdt-impl v0.6.0
10062026-08-19T19:42:42.809Z Downloaded olpc-cjson v0.1.4
10072026-08-19T19:42:42.823Z Downloaded diesel_derives v2.3.7
10082026-08-19T19:42:42.823Z Downloaded similar v2.7.0
10092026-08-19T19:42:42.823Z Downloaded tls_codec_derive v0.4.2
10102026-08-19T19:42:42.823Z Downloaded vergen-lib v0.1.6
10112026-08-19T19:42:42.823Z Downloaded progenitor-client v0.14.0
10122026-08-19T19:42:42.823Z Downloaded vte v0.14.1
10132026-08-19T19:42:42.823Z Downloaded typed-path v0.9.3
10142026-08-19T19:42:42.834Z Downloaded rustc-hash v2.1.1
10152026-08-19T19:42:42.834Z Downloaded darling_core v0.23.0
10162026-08-19T19:42:42.834Z Downloaded ppv-lite86 v0.2.21
10172026-08-19T19:42:42.834Z Downloaded xshell v0.2.7
10182026-08-19T19:42:42.834Z Downloaded serde_plain v1.0.2
10192026-08-19T19:42:42.834Z Downloaded num-bigint v0.4.6
10202026-08-19T19:42:42.847Z Downloaded writeable v0.6.2
10212026-08-19T19:42:42.847Z Downloaded either v1.15.0
10222026-08-19T19:42:42.847Z Downloaded delegate v0.13.5
10232026-08-19T19:42:42.847Z Downloaded digest v0.11.3
10242026-08-19T19:42:42.847Z Downloaded ident_case v1.0.1
10252026-08-19T19:42:42.847Z Downloaded usdt-macro v0.6.0
10262026-08-19T19:42:42.859Z Downloaded hkdf v0.12.4
10272026-08-19T19:42:42.859Z Downloaded der v0.8.0
10282026-08-19T19:42:42.868Z Downloaded curve25519-dalek-derive v0.1.1
10292026-08-19T19:42:42.868Z Downloaded darling_macro v0.21.3
10302026-08-19T19:42:42.868Z Downloaded difflib v0.4.0
10312026-08-19T19:42:42.868Z Downloaded jiff-static v0.2.34
10322026-08-19T19:42:42.868Z Downloaded document-features v0.2.12
10332026-08-19T19:42:42.868Z Downloaded inout v0.1.4
10342026-08-19T19:42:42.868Z Downloaded kstat-rs v0.2.5
10352026-08-19T19:42:42.868Z Downloaded term v0.7.0
10362026-08-19T19:42:42.879Z Downloaded tower v0.5.3
10372026-08-19T19:42:42.880Z Downloaded phf_shared v0.13.1
10382026-08-19T19:42:42.880Z Downloaded tokio-util v0.7.18
10392026-08-19T19:42:42.885Z Downloaded proc-macro-crate v3.4.0
10402026-08-19T19:42:42.885Z Downloaded rsa v0.10.0-rc.18
10412026-08-19T19:42:42.885Z Downloaded pem-rfc7468 v0.7.0
10422026-08-19T19:42:42.886Z Downloaded rand_seeder v0.4.0
10432026-08-19T19:42:42.886Z Downloaded miniz_oxide v0.8.9
10442026-08-19T19:42:42.886Z Downloaded maybe-uninit v2.0.0
10452026-08-19T19:42:42.886Z Downloaded aws-lc-rs v1.16.3
10462026-08-19T19:42:42.890Z Downloaded const_format v0.2.35
10472026-08-19T19:42:42.890Z Downloaded ref-cast v1.0.25
10482026-08-19T19:42:42.890Z Downloaded papergrid v0.18.0
10492026-08-19T19:42:42.899Z Downloaded resolv-conf v0.7.6
10502026-08-19T19:42:42.899Z Downloaded sec1 v0.7.3
10512026-08-19T19:42:42.899Z Downloaded unicase v2.9.0
10522026-08-19T19:42:42.905Z Downloaded zstd-safe v7.2.4
10532026-08-19T19:42:42.905Z Downloaded signal-hook-registry v1.4.8
10542026-08-19T19:42:42.905Z Downloaded darling v0.20.11
10552026-08-19T19:42:42.905Z Downloaded darling_core v0.20.11
10562026-08-19T19:42:42.913Z Downloaded strum_macros v0.27.2
10572026-08-19T19:42:42.913Z Downloaded termios v0.3.3
10582026-08-19T19:42:42.913Z Downloaded scopeguard v1.2.0
10592026-08-19T19:42:42.913Z Downloaded sigpipe v0.1.3
10602026-08-19T19:42:42.922Z Downloaded slog-scope v4.4.1
10612026-08-19T19:42:42.922Z Downloaded tabwriter v1.4.1
10622026-08-19T19:42:42.922Z Downloaded tower-layer v0.3.3
10632026-08-19T19:42:42.922Z Downloaded signal-hook v0.3.18
10642026-08-19T19:42:42.922Z Downloaded usdt v0.6.0
10652026-08-19T19:42:42.931Z Downloaded smallvec v1.15.1
10662026-08-19T19:42:42.932Z Downloaded ml-kem v0.3.2
10672026-08-19T19:42:42.932Z Downloaded zerovec-derive v0.11.2
10682026-08-19T19:42:42.932Z Downloaded socket2 v0.6.3
10692026-08-19T19:42:42.932Z Downloaded tui-tree-widget v0.23.1
10702026-08-19T19:42:42.942Z Downloaded tokio-postgres v0.7.16
10712026-08-19T19:42:42.942Z Downloaded data-encoding v2.10.0
10722026-08-19T19:42:42.951Z Downloaded num-rational v0.4.2
10732026-08-19T19:42:42.951Z Downloaded parking_lot_core v0.9.12
10742026-08-19T19:42:42.951Z Downloaded postcard v1.1.3
10752026-08-19T19:42:42.951Z Downloaded test-strategy v0.4.5
10762026-08-19T19:42:42.951Z Downloaded oxnet v0.1.6
10772026-08-19T19:42:42.959Z Downloaded indoc v1.0.9
10782026-08-19T19:42:42.959Z Downloaded lru-slab v0.1.2
10792026-08-19T19:42:42.959Z Downloaded nibble_vec v0.1.0
10802026-08-19T19:42:42.964Z Downloaded samael v0.0.19
10812026-08-19T19:42:42.964Z Downloaded secrecy v0.8.0
10822026-08-19T19:42:42.970Z Downloaded dropshot-api-manager v0.8.0
10832026-08-19T19:42:42.975Z Downloaded postgres-protocol v0.6.10
10842026-08-19T19:42:42.975Z Downloaded rustls-pki-types v1.14.0
10852026-08-19T19:42:42.975Z Downloaded tower-http v0.6.8
10862026-08-19T19:42:42.980Z Downloaded thiserror-no-std v2.0.2
10872026-08-19T19:42:42.980Z Downloaded progenitor-macro v0.13.0
10882026-08-19T19:42:42.980Z Downloaded crossbeam-channel v0.5.15
10892026-08-19T19:42:42.984Z Downloaded hkdf v0.13.0
10902026-08-19T19:42:42.984Z Downloaded der v0.7.10
10912026-08-19T19:42:42.992Z Downloaded vsss-rs v3.3.4
10922026-08-19T19:42:42.992Z Downloaded derive_more v0.99.20
10932026-08-19T19:42:42.997Z Downloaded elliptic-curve v0.13.8
10942026-08-19T19:42:42.997Z Downloaded whoami v2.1.0
10952026-08-19T19:42:42.997Z Downloaded ssh-cipher v0.3.0
10962026-08-19T19:42:42.997Z Downloaded toml_writer v1.1.1+spec-1.1.0
10972026-08-19T19:42:42.997Z Downloaded yoke v0.8.1
10982026-08-19T19:42:42.997Z Downloaded tagptr v0.2.0
10992026-08-19T19:42:42.997Z Downloaded unicode-truncate v1.1.0
11002026-08-19T19:42:42.997Z Downloaded dropshot-api-manager-types v0.8.0
11012026-08-19T19:42:43.014Z Downloaded zone v0.3.1
11022026-08-19T19:42:43.014Z Downloaded publicsuffix v2.3.0
11032026-08-19T19:42:43.014Z Downloaded static_assertions v1.1.0
11042026-08-19T19:42:43.014Z Downloaded strum_macros v0.26.4
11052026-08-19T19:42:43.020Z Downloaded hyper-util v0.1.20
11062026-08-19T19:42:43.020Z Downloaded libbz2-rs-sys v0.2.2
11072026-08-19T19:42:43.020Z Downloaded des v0.9.0
11082026-08-19T19:42:43.020Z Downloaded icu_provider v2.1.1
11092026-08-19T19:42:43.020Z Downloaded convert_case v0.10.0
11102026-08-19T19:42:43.020Z Downloaded rand_xorshift v0.4.0
11112026-08-19T19:42:43.025Z Downloaded winnow v0.6.26
11122026-08-19T19:42:43.037Z Downloaded derive-ex v0.1.8
11132026-08-19T19:42:43.037Z Downloaded itertools v0.14.0
11142026-08-19T19:42:43.047Z Downloaded itertools v0.15.0
11152026-08-19T19:42:43.047Z Downloaded minimal-lexical v0.2.1
11162026-08-19T19:42:43.047Z Downloaded unicode-normalization v0.1.25
11172026-08-19T19:42:43.047Z Downloaded litrs v1.0.0
11182026-08-19T19:42:43.053Z Downloaded der_derive v0.7.3
11192026-08-19T19:42:43.054Z Downloaded knus-derive v3.4.0
11202026-08-19T19:42:43.054Z Downloaded lock_api v0.4.14
11212026-08-19T19:42:43.054Z Downloaded num-iter v0.1.45
11222026-08-19T19:42:43.054Z Downloaded scroll_derive v0.13.1
11232026-08-19T19:42:43.054Z Downloaded termtree v0.5.1
11242026-08-19T19:42:43.054Z Downloaded structmeta v0.3.0
11252026-08-19T19:42:43.054Z Downloaded tower-service v0.3.3
11262026-08-19T19:42:43.061Z Downloaded rand v0.8.6
11272026-08-19T19:42:43.069Z Downloaded crypto-common v0.2.2
11282026-08-19T19:42:43.069Z Downloaded illumos-nvpair v0.3.0
11292026-08-19T19:42:43.069Z Downloaded scroll v0.13.0
11302026-08-19T19:42:43.069Z Downloaded tungstenite v0.21.0
11312026-08-19T19:42:43.076Z Downloaded slog-json v2.6.1
11322026-08-19T19:42:43.076Z Downloaded phc v0.6.1
11332026-08-19T19:42:43.082Z Downloaded predicates-core v1.0.10
11342026-08-19T19:42:43.082Z Downloaded serde_bytes v0.11.19
11352026-08-19T19:42:43.082Z Downloaded unicode-xid v0.2.6
11362026-08-19T19:42:43.082Z Downloaded rustyline v14.0.0
11372026-08-19T19:42:43.082Z Downloaded futures-util v0.3.32
11382026-08-19T19:42:43.090Z Downloaded constant_time_eq v0.4.2
11392026-08-19T19:42:43.090Z Downloaded daft-derive v0.1.7
11402026-08-19T19:42:43.099Z Downloaded cookie v0.18.1
11412026-08-19T19:42:43.162Z Downloaded hyper-staticfile v0.10.1
11422026-08-19T19:42:43.162Z Downloaded ingot v0.2.1
11432026-08-19T19:42:43.162Z Downloaded ingot-types v0.2.0
11442026-08-19T19:42:43.162Z Downloaded maplit v1.0.2
11452026-08-19T19:42:43.162Z Downloaded indent_write v2.2.0
11462026-08-19T19:42:43.162Z Downloaded shell-words v1.1.1
11472026-08-19T19:42:43.162Z Downloaded usdt-attr-macro v0.6.0
11482026-08-19T19:42:43.162Z Downloaded libsw-core v0.3.2
11492026-08-19T19:42:43.162Z Downloaded pin-project-lite v0.2.17
11502026-08-19T19:42:43.176Z Downloaded nom v8.0.0
11512026-08-19T19:42:43.176Z Downloaded unicode-segmentation v1.12.0
11522026-08-19T19:42:43.176Z Downloaded jiff-core v0.1.0
11532026-08-19T19:42:43.176Z Downloaded iana-time-zone v0.1.65
11542026-08-19T19:42:43.176Z Downloaded indexmap v1.9.3
11552026-08-19T19:42:43.176Z Downloaded rpassword v7.5.4
11562026-08-19T19:42:43.176Z Downloaded ssh-encoding v0.3.0
11572026-08-19T19:42:43.176Z Downloaded num_enum v0.7.6
11582026-08-19T19:42:43.176Z Downloaded walkdir v2.5.0
11592026-08-19T19:42:43.176Z Downloaded serde_urlencoded v0.7.1
11602026-08-19T19:42:43.176Z Downloaded md5 v0.8.0
11612026-08-19T19:42:43.176Z Downloaded num-traits v0.2.19
11622026-08-19T19:42:43.176Z Downloaded blake3 v1.8.5
11632026-08-19T19:42:43.176Z Downloaded quick-xml v0.37.5
11642026-08-19T19:42:43.176Z Downloaded zstd v0.13.3
11652026-08-19T19:42:43.176Z Downloaded strum v0.26.3
11662026-08-19T19:42:43.177Z Downloaded defmt-macros v1.0.1
11672026-08-19T19:42:43.177Z Downloaded stable_deref_trait v1.2.1
11682026-08-19T19:42:43.177Z Downloaded toml v1.1.2+spec-1.1.0
11692026-08-19T19:42:43.177Z Downloaded jobserver v0.1.34
11702026-08-19T19:42:43.177Z Downloaded parking_lot_core v0.8.6
11712026-08-19T19:42:43.177Z Downloaded libloading v0.8.9
11722026-08-19T19:42:43.177Z Downloaded thiserror-impl-no-std v2.0.2
11732026-08-19T19:42:43.177Z Downloaded predicates-tree v1.0.13
11742026-08-19T19:42:43.177Z Downloaded serde-hex v0.1.0
11752026-08-19T19:42:43.177Z Downloaded snafu v0.8.9
11762026-08-19T19:42:43.177Z Downloaded idna v1.1.0
11772026-08-19T19:42:43.196Z Downloaded internal-russh-num-bigint v0.5.0
11782026-08-19T19:42:43.196Z Downloaded string_cache v0.8.9
11792026-08-19T19:42:43.197Z Downloaded utf8_iter v1.0.4
11802026-08-19T19:42:43.197Z Downloaded defmt v1.0.1
11812026-08-19T19:42:43.197Z Downloaded tinystr v0.8.2
11822026-08-19T19:42:43.197Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11832026-08-19T19:42:43.197Z Downloaded downcast-rs v2.0.2
11842026-08-19T19:42:43.197Z Downloaded nonempty v0.12.0
11852026-08-19T19:42:43.197Z Downloaded crc v3.4.0
11862026-08-19T19:42:43.214Z Downloaded pretty_assertions v1.4.1
11872026-08-19T19:42:43.214Z Downloaded csv-core v0.1.13
11882026-08-19T19:42:43.214Z Downloaded pkcs8 v0.11.0
11892026-08-19T19:42:43.214Z Downloaded itertools v0.13.0
11902026-08-19T19:42:43.214Z Downloaded tokio-dtrace v0.1.1
11912026-08-19T19:42:43.214Z Downloaded itertools v0.12.1
11922026-08-19T19:42:43.214Z Downloaded salty v0.3.0
11932026-08-19T19:42:43.214Z Downloaded parse-display-derive v0.10.0
11942026-08-19T19:42:43.214Z Downloaded password-hash v0.5.0
11952026-08-19T19:42:43.214Z Downloaded r2d2 v0.8.10
11962026-08-19T19:42:43.214Z Downloaded void v1.0.2
11972026-08-19T19:42:43.232Z Downloaded bitvec v1.0.1
11982026-08-19T19:42:43.232Z Downloaded progenitor-impl v0.14.0
11992026-08-19T19:42:43.232Z Downloaded schemars_derive v0.8.22
12002026-08-19T19:42:43.232Z Downloaded slog v2.8.2
12012026-08-19T19:42:43.238Z Downloaded derive-where v1.6.0
12022026-08-19T19:42:43.238Z Downloaded pem v3.0.6
12032026-08-19T19:42:43.238Z Downloaded primeorder v0.14.0
12042026-08-19T19:42:43.238Z Downloaded quinn-udp v0.5.14
12052026-08-19T19:42:43.238Z Downloaded rsa v0.9.10
12062026-08-19T19:42:43.238Z Downloaded pin-project v1.1.11
12072026-08-19T19:42:43.238Z Downloaded uuid v1.23.4
12082026-08-19T19:42:43.238Z Downloaded serde_yaml v0.9.34+deprecated
12092026-08-19T19:42:43.238Z Downloaded miette-derive v7.6.0
12102026-08-19T19:42:43.238Z Downloaded critical-section v1.2.0
12112026-08-19T19:42:43.246Z Downloaded ipnet v2.12.0
12122026-08-19T19:42:43.246Z Downloaded nanorand v0.7.0
12132026-08-19T19:42:43.246Z Downloaded tinyvec v1.10.0
12142026-08-19T19:42:43.246Z Downloaded p256 v0.14.0
12152026-08-19T19:42:43.246Z Downloaded native-tls v0.2.18
12162026-08-19T19:42:43.253Z Downloaded simd-adler32 v0.3.8
12172026-08-19T19:42:43.253Z Downloaded crypto-primes v0.7.2
12182026-08-19T19:42:43.253Z Downloaded yansi v1.0.1
12192026-08-19T19:42:43.253Z Downloaded crypto-bigint v0.5.5
12202026-08-19T19:42:43.261Z Downloaded darling v0.23.0
12212026-08-19T19:42:43.261Z Downloaded primefield v0.14.0
12222026-08-19T19:42:43.261Z Downloaded libxml v0.3.3
12232026-08-19T19:42:43.261Z Downloaded libm v0.2.16
12242026-08-19T19:42:43.266Z Downloaded regex v1.12.3
12252026-08-19T19:42:43.270Z Downloaded openssl-probe v0.2.1
12262026-08-19T19:42:43.271Z Downloaded libsw v3.5.0
12272026-08-19T19:42:43.271Z Downloaded bindgen v0.71.1
12282026-08-19T19:42:43.271Z Downloaded qorb v0.4.1
12292026-08-19T19:42:43.276Z Downloaded serde_with v3.21.0
12302026-08-19T19:42:43.284Z Downloaded rustc-demangle v0.1.27
12312026-08-19T19:42:43.284Z Downloaded dropshot_endpoint v0.17.1
12322026-08-19T19:42:43.296Z Downloaded hyper-rustls v0.27.7
12332026-08-19T19:42:43.296Z Downloaded reedline v0.40.0
12342026-08-19T19:42:43.296Z Downloaded icu_collections v2.1.1
12352026-08-19T19:42:43.304Z Downloaded icu_properties_data v2.1.2
12362026-08-19T19:42:43.304Z Downloaded darling_core v0.13.4
12372026-08-19T19:42:43.304Z Downloaded vcpkg v0.2.15
12382026-08-19T19:42:43.319Z Downloaded scuffle v0.1.0
12392026-08-19T19:42:43.324Z Downloaded crossbeam-utils v0.8.21
12402026-08-19T19:42:43.324Z Downloaded unicode-properties v0.1.4
12412026-08-19T19:42:43.324Z Downloaded git2 v0.20.4
12422026-08-19T19:42:43.335Z Downloaded rand v0.9.2
12432026-08-19T19:42:43.344Z Downloaded rayon-core v1.13.0
12442026-08-19T19:42:43.345Z Downloaded crossterm v0.28.1
12452026-08-19T19:42:43.345Z Downloaded icu_properties v2.1.2
12462026-08-19T19:42:43.345Z Downloaded tabled v0.21.0
12472026-08-19T19:42:43.356Z Downloaded proptest v1.11.0
12482026-08-19T19:42:43.360Z Downloaded knus v3.4.0
12492026-08-19T19:42:43.360Z Downloaded zip v0.6.6
12502026-08-19T19:42:43.360Z Downloaded drift v0.2.0
12512026-08-19T19:42:43.361Z Downloaded tungstenite v0.23.0
12522026-08-19T19:42:43.365Z Downloaded chrono v0.4.45
12532026-08-19T19:42:43.365Z Downloaded nom v7.1.3
12542026-08-19T19:42:43.369Z Downloaded rawzip v0.4.4
12552026-08-19T19:42:43.369Z Downloaded rustls-platform-verifier v0.6.2
12562026-08-19T19:42:43.374Z Downloaded ed25519-dalek v2.2.0
12572026-08-19T19:42:43.374Z Downloaded rand v0.10.1
12582026-08-19T19:42:43.379Z Downloaded miette v7.6.0
12592026-08-19T19:42:43.379Z Downloaded zerovec v0.11.5
12602026-08-19T19:42:43.384Z Downloaded openssl-sys v0.9.117
12612026-08-19T19:42:43.384Z Downloaded object v0.30.4
12622026-08-19T19:42:43.389Z Downloaded url v2.5.8
12632026-08-19T19:42:43.395Z Downloaded tar v0.4.46
12642026-08-19T19:42:43.395Z Downloaded crossterm v0.29.0
12652026-08-19T19:42:43.401Z Downloaded reqwest v0.12.28
12662026-08-19T19:42:43.401Z Downloaded quinn-proto v0.11.16
12672026-08-19T19:42:43.405Z Downloaded tough v0.22.0
12682026-08-19T19:42:43.415Z Downloaded goblin v0.10.5
12692026-08-19T19:42:43.415Z Downloaded lalrpop v0.19.12
12702026-08-19T19:42:43.423Z Downloaded serde_with v1.14.0
12712026-08-19T19:42:43.423Z Downloaded iri-string v0.7.10
12722026-08-19T19:42:43.428Z Downloaded gimli v0.32.3
12732026-08-19T19:42:43.428Z Downloaded toml_edit v0.19.15
12742026-08-19T19:42:43.435Z Downloaded iddqd v0.4.2
12752026-08-19T19:42:43.445Z Downloaded itertools v0.10.5
12762026-08-19T19:42:43.450Z Downloaded mio v1.2.0
12772026-08-19T19:42:43.450Z Downloaded polar-core v0.27.3
12782026-08-19T19:42:43.455Z Downloaded radix_trie v0.2.1
12792026-08-19T19:42:43.455Z Downloaded derive_more-impl v2.1.1
12802026-08-19T19:42:43.455Z Downloaded time v0.3.47
12812026-08-19T19:42:43.463Z Downloaded curve25519-dalek v4.1.3
12822026-08-19T19:42:43.473Z Downloaded zip v4.6.1
12832026-08-19T19:42:43.478Z Downloaded portable-atomic v1.13.1
12842026-08-19T19:42:43.478Z Downloaded ssh-key v0.7.0-rc.11
12852026-08-19T19:42:43.481Z Downloaded zlib-rs v0.6.2
12862026-08-19T19:42:43.492Z Downloaded hyper v1.10.1
12872026-08-19T19:42:43.495Z Downloaded p384 v0.13.1
12882026-08-19T19:42:43.499Z Downloaded petname v2.0.2
12892026-08-19T19:42:43.504Z Downloaded bstr v1.12.1
12902026-08-19T19:42:43.512Z Downloaded reqwest v0.13.2
12912026-08-19T19:42:43.521Z Downloaded russh v0.62.4
12922026-08-19T19:42:43.525Z Downloaded curve25519-dalek v5.0.0
12932026-08-19T19:42:43.530Z Downloaded smoltcp v0.9.1
12942026-08-19T19:42:43.541Z Downloaded winnow v0.5.40
12952026-08-19T19:42:43.551Z Downloaded dropshot v0.17.1
12962026-08-19T19:42:43.562Z Downloaded regress v0.10.5
12972026-08-19T19:42:43.572Z Downloaded crypto-bigint v0.7.5
12982026-08-19T19:42:43.585Z Downloaded winnow v1.0.3
12992026-08-19T19:42:43.609Z Downloaded openapiv3 v2.2.0
13002026-08-19T19:42:43.661Z Downloaded moka v0.12.13
13012026-08-19T19:42:43.661Z Downloaded rayon v1.11.0
13022026-08-19T19:42:43.685Z Downloaded object v0.37.3
13032026-08-19T19:42:43.685Z Downloaded regex-syntax v0.8.10
13042026-08-19T19:42:43.685Z Downloaded nix v0.27.1
13052026-08-19T19:42:43.685Z Downloaded sha3 v0.12.0
13062026-08-19T19:42:43.685Z Downloaded tracing v0.1.44
13072026-08-19T19:42:43.685Z Downloaded hickory-proto v0.24.4
13082026-08-19T19:42:43.704Z Downloaded bzip2-sys v0.1.13+1.0.8
13092026-08-19T19:42:43.704Z Downloaded hickory-proto v0.25.2
13102026-08-19T19:42:43.716Z Downloaded zerocopy-derive v0.6.6
13112026-08-19T19:42:43.716Z Downloaded rustls v0.23.41
13122026-08-19T19:42:43.716Z Downloaded jiff v0.2.34
13132026-08-19T19:42:43.728Z Downloaded nix v0.28.0
13142026-08-19T19:42:43.739Z Downloaded chrono-tz v0.10.4
13152026-08-19T19:42:43.739Z Downloaded petgraph v0.6.5
13162026-08-19T19:42:43.751Z Downloaded typify-impl v0.6.2
13172026-08-19T19:42:43.762Z Downloaded regex-syntax v0.6.29
13182026-08-19T19:42:43.762Z Downloaded smoltcp v0.11.0
13192026-08-19T19:42:43.771Z Downloaded rustix v0.38.44
13202026-08-19T19:42:43.782Z Downloaded regress v0.11.1
13212026-08-19T19:42:43.785Z Downloaded libz-sys v1.1.24
13222026-08-19T19:42:43.790Z Downloaded zerocopy v0.8.55
13232026-08-19T19:42:43.804Z Downloaded nix v0.31.2
13242026-08-19T19:42:43.814Z Downloaded tokio v1.52.1
13252026-08-19T19:42:43.834Z Downloaded openssl v0.10.80
13262026-08-19T19:42:43.845Z Downloaded sled v0.34.7
13272026-08-19T19:42:43.850Z Downloaded diesel v2.3.7
13282026-08-19T19:42:43.856Z Downloaded sqlparser v0.61.0
13292026-08-19T19:42:43.862Z Downloaded ratatui v0.29.0
13302026-08-19T19:42:43.870Z Downloaded sha3 v0.11.0
13312026-08-19T19:42:43.960Z Downloaded regex-automata v0.4.14
13322026-08-19T19:42:43.968Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13332026-08-19T19:42:43.979Z Downloaded petgraph v0.8.3
13342026-08-19T19:42:43.986Z Downloaded sha3 v0.10.8
13352026-08-19T19:42:44.002Z Downloaded csv v1.4.0
13362026-08-19T19:42:44.085Z Downloaded encoding_rs v0.8.35
13372026-08-19T19:42:44.099Z Downloaded ring v0.17.14
13382026-08-19T19:42:44.127Z Downloaded libgit2-sys v0.18.3+1.9.2
13392026-08-19T19:42:44.308Z Downloaded aws-lc-sys v0.40.0
13402026-08-19T19:42:44.563Z Compiling serde_core v1.0.228
13412026-08-19T19:42:44.563Z Compiling libc v0.2.185
13422026-08-19T19:42:44.563Z Compiling serde v1.0.228
13432026-08-19T19:42:44.566Z Compiling log v0.4.33
13442026-08-19T19:42:44.566Z Compiling smallvec v1.15.1
13452026-08-19T19:42:44.725Z Compiling shlex v1.3.0
13462026-08-19T19:42:44.736Z Compiling find-msvc-tools v0.1.9
13472026-08-19T19:42:44.739Z Compiling syn v2.0.117
13482026-08-19T19:42:44.914Z Compiling subtle v2.6.1
13492026-08-19T19:42:44.928Z Compiling scopeguard v1.2.0
13502026-08-19T19:42:44.942Z Compiling typenum v1.20.1
13512026-08-19T19:42:45.003Z Compiling lock_api v0.4.14
13522026-08-19T19:42:45.022Z Compiling stable_deref_trait v1.2.1
13532026-08-19T19:42:45.034Z Compiling zerocopy v0.8.55
13542026-08-19T19:42:45.078Z Compiling portable-atomic v1.13.1
13552026-08-19T19:42:45.092Z Compiling serde_json v1.0.151
13562026-08-19T19:42:45.220Z Compiling critical-section v1.2.0
13572026-08-19T19:42:45.291Z Compiling libm v0.2.16
13582026-08-19T19:42:45.323Z Compiling num-traits v0.2.19
13592026-08-19T19:42:45.452Z Compiling pkg-config v0.3.32
13602026-08-19T19:42:45.567Z Compiling errno v0.3.14
13612026-08-19T19:42:45.582Z Compiling jobserver v0.1.34
13622026-08-19T19:42:45.652Z Compiling getrandom v0.2.17
13632026-08-19T19:42:45.724Z Compiling generic-array v0.14.7
13642026-08-19T19:42:45.877Z Compiling cc v1.2.56
13652026-08-19T19:42:45.913Z Compiling rand_core v0.6.4
13662026-08-19T19:42:45.949Z Compiling const-oid v0.9.6
13672026-08-19T19:42:45.966Z Compiling pin-project-lite v0.2.17
13682026-08-19T19:42:46.160Z Compiling once_cell v1.21.3
13692026-08-19T19:42:46.188Z Compiling parking_lot_core v0.9.12
13702026-08-19T19:42:46.316Z Compiling getrandom v0.3.4
13712026-08-19T19:42:46.417Z Compiling signal-hook-registry v1.4.8
13722026-08-19T19:42:46.744Z Compiling writeable v0.6.2
13732026-08-19T19:42:46.825Z Compiling bitflags v2.11.0
13742026-08-19T19:42:46.952Z Compiling litemap v0.8.1
13752026-08-19T19:42:46.955Z Compiling futures-core v0.3.32
13762026-08-19T19:42:46.998Z Compiling percent-encoding v2.3.2
13772026-08-19T19:42:47.117Z Compiling semver v1.0.28
13782026-08-19T19:42:47.141Z Compiling parking_lot v0.12.5
13792026-08-19T19:42:47.204Z Compiling mio v1.2.0
13802026-08-19T19:42:47.275Z Compiling icu_properties_data v2.1.2
13812026-08-19T19:42:47.329Z Compiling icu_normalizer_data v2.1.1
13822026-08-19T19:42:47.445Z Compiling socket2 v0.6.3
13832026-08-19T19:42:47.529Z Compiling getrandom v0.4.3
13842026-08-19T19:42:47.577Z Compiling synstructure v0.13.2
13852026-08-19T19:42:47.616Z Compiling rustix v1.1.4
13862026-08-19T19:42:47.631Z Compiling rand_core v0.10.0
13872026-08-19T19:42:47.664Z Compiling futures-sink v0.3.32
13882026-08-19T19:42:47.773Z Compiling futures-channel v0.3.32
13892026-08-19T19:42:47.798Z Compiling indexmap v2.14.0
13902026-08-19T19:42:47.851Z Compiling futures-task v0.3.32
13912026-08-19T19:42:48.006Z Compiling utf8_iter v1.0.4
13922026-08-19T19:42:48.028Z Compiling slab v0.4.12
13932026-08-19T19:42:48.093Z Compiling futures-io v0.3.32
13942026-08-19T19:42:48.122Z Compiling form_urlencoded v1.2.2
13952026-08-19T19:42:48.153Z Compiling rustversion v1.0.22
13962026-08-19T19:42:48.197Z Compiling iana-time-zone v0.1.65
13972026-08-19T19:42:48.209Z Compiling base64ct v1.8.3
13982026-08-19T19:42:48.246Z Compiling cmake v0.1.57
13992026-08-19T19:42:48.296Z Compiling dunce v1.0.5
14002026-08-19T19:42:48.378Z Compiling ident_case v1.0.1
14012026-08-19T19:42:48.399Z Compiling regex-syntax v0.8.10
14022026-08-19T19:42:48.474Z Compiling pem-rfc7468 v0.7.0
14032026-08-19T19:42:48.508Z Compiling flagset v0.4.7
14042026-08-19T19:42:48.512Z Compiling fs_extra v1.3.0
14052026-08-19T19:42:48.639Z Compiling uuid v1.23.4
14062026-08-19T19:42:48.655Z Compiling rand_core v0.9.5
14072026-08-19T19:42:48.776Z Compiling base64 v0.22.1
14082026-08-19T19:42:48.800Z Compiling aws-lc-sys v0.40.0
14092026-08-19T19:42:48.936Z Compiling vcpkg v0.2.15
14102026-08-19T19:42:49.106Z Compiling syn v1.0.109
14112026-08-19T19:42:49.130Z Compiling serde_derive_internals v0.29.1
14122026-08-19T19:42:49.320Z Compiling serde_derive v1.0.228
14132026-08-19T19:42:49.335Z Compiling zeroize_derive v1.5.0
14142026-08-19T19:42:49.350Z Compiling zerocopy-derive v0.8.55
14152026-08-19T19:42:49.417Z Compiling zerofrom-derive v0.1.6
14162026-08-19T19:42:49.792Z Compiling yoke-derive v0.8.1
14172026-08-19T19:42:50.038Z Compiling zerovec-derive v0.11.2
14182026-08-19T19:42:50.117Z Compiling displaydoc v0.2.5
14192026-08-19T19:42:50.834Z Compiling tokio-macros v2.7.0
14202026-08-19T19:42:50.875Z Compiling futures-macro v0.3.32
14212026-08-19T19:42:50.892Z Compiling zerofrom v0.1.6
14222026-08-19T19:42:50.999Z Compiling der_derive v0.7.3
14232026-08-19T19:42:51.024Z Compiling yoke v0.8.1
14242026-08-19T19:42:51.155Z Compiling thiserror-impl v2.0.18
14252026-08-19T19:42:51.260Z Compiling zerovec v0.11.5
14262026-08-19T19:42:51.610Z Compiling zerotrie v0.2.3
14272026-08-19T19:42:51.755Z Compiling tinystr v0.8.2
14282026-08-19T19:42:51.793Z Compiling potential_utf v0.1.4
14292026-08-19T19:42:51.918Z Compiling icu_locale_core v2.1.1
14302026-08-19T19:42:51.950Z Compiling icu_collections v2.1.1
14312026-08-19T19:42:52.370Z Compiling futures-util v0.3.32
14322026-08-19T19:42:52.375Z Compiling openssl-sys v0.9.117
14332026-08-19T19:42:52.475Z Compiling tracing-attributes v0.1.31
14342026-08-19T19:42:52.495Z Compiling rustc_version v0.4.1
14352026-08-19T19:42:52.518Z Compiling thiserror v2.0.18
14362026-08-19T19:42:52.626Z Compiling icu_provider v2.1.1
14372026-08-19T19:42:52.800Z Compiling tracing-core v0.1.36
14382026-08-19T19:42:52.814Z Compiling dyn-clone v1.0.20
14392026-08-19T19:42:52.914Z Compiling zeroize v1.9.0
14402026-08-19T19:42:52.926Z Compiling bytes v1.11.1
14412026-08-19T19:42:52.949Z Compiling icu_normalizer v2.1.1
14422026-08-19T19:42:53.342Z Compiling icu_properties v2.1.2
14432026-08-19T19:42:53.476Z Compiling tokio v1.52.1
14442026-08-19T19:42:53.529Z Compiling chrono v0.4.45
14452026-08-19T19:42:53.701Z Compiling crypto-common v0.1.7
14462026-08-19T19:42:53.755Z Compiling block-buffer v0.10.4
14472026-08-19T19:42:53.847Z Compiling ppv-lite86 v0.2.21
14482026-08-19T19:42:53.934Z Compiling digest v0.10.7
14492026-08-19T19:42:54.013Z Compiling der v0.7.10
14502026-08-19T19:42:54.165Z Compiling http v1.4.2
14512026-08-19T19:42:54.186Z Compiling idna_adapter v1.2.1
14522026-08-19T19:42:54.238Z Compiling rand_chacha v0.9.0
14532026-08-19T19:42:54.326Z Compiling idna v1.1.0
14542026-08-19T19:42:54.430Z Compiling cpufeatures v0.2.17
14552026-08-19T19:42:54.505Z Compiling aws-lc-rs v1.16.3
14562026-08-19T19:42:54.701Z Compiling url v2.5.8
14572026-08-19T19:42:54.900Z Compiling spki v0.7.3
14582026-08-19T19:42:54.935Z Compiling simd-adler32 v0.3.8
14592026-08-19T19:42:54.964Z Compiling schemars v0.8.22
14602026-08-19T19:42:55.064Z Compiling pkcs8 v0.10.2
14612026-08-19T19:42:55.102Z Compiling http-body v1.0.1
14622026-08-19T19:42:55.174Z Compiling rand v0.9.2
14632026-08-19T19:42:55.188Z Compiling tracing v0.1.44
14642026-08-19T19:42:55.201Z Compiling rustls-pki-types v1.14.0
14652026-08-19T19:42:55.327Z Compiling schemars_derive v0.8.22
14662026-08-19T19:42:55.444Z Compiling spin v0.9.8
14672026-08-19T19:42:55.494Z Compiling cmov v0.5.4
14682026-08-19T19:42:55.637Z Compiling tinyvec_macros v0.1.1
14692026-08-19T19:42:55.652Z Compiling openssl-probe v0.2.1
14702026-08-19T19:42:55.700Z Compiling httparse v1.10.1
14712026-08-19T19:42:55.707Z Compiling crc32fast v1.5.0
14722026-08-19T19:42:55.820Z Compiling adler2 v2.0.1
14732026-08-19T19:42:55.915Z Compiling miniz_oxide v0.8.9
14742026-08-19T19:42:55.949Z Compiling tempfile v3.27.0
14752026-08-19T19:42:56.008Z Compiling tinyvec v1.10.0
14762026-08-19T19:42:56.116Z Compiling ctutils v0.4.2
14772026-08-19T19:42:56.335Z Compiling pest_generator v2.8.6
14782026-08-19T19:42:56.352Z Compiling sha2 v0.10.9
14792026-08-19T19:42:56.375Z Compiling terminal_size v0.4.3
14802026-08-19T19:42:56.512Z Compiling aho-corasick v1.1.4
14812026-08-19T19:42:56.553Z Compiling untrusted v0.7.1
14822026-08-19T19:42:56.678Z Compiling atomic-waker v1.1.2
14832026-08-19T19:42:56.802Z Compiling tower-service v0.3.3
14842026-08-19T19:42:56.899Z Compiling tower-layer v0.3.3
14852026-08-19T19:42:57.016Z Compiling radium v0.7.0
14862026-08-19T19:42:57.059Z Compiling try-lock v0.2.5
14872026-08-19T19:42:57.170Z Compiling want v0.3.1
14882026-08-19T19:42:57.260Z Compiling tokio-util v0.7.18
14892026-08-19T19:42:57.330Z Compiling regex-automata v0.4.14
14902026-08-19T19:42:57.669Z Compiling pest_derive v2.8.6
14912026-08-19T19:42:58.220Z Compiling hybrid-array v0.4.13
14922026-08-19T19:42:58.224Z Compiling h2 v0.4.15
14932026-08-19T19:42:58.434Z Compiling ipnet v2.12.0
14942026-08-19T19:42:58.455Z Compiling scroll_derive v0.13.1
14952026-08-19T19:42:58.572Z Compiling darling_core v0.20.11
14962026-08-19T19:42:58.913Z Compiling foreign-types-shared v0.1.1
14972026-08-19T19:42:58.999Z Compiling tap v1.0.1
14982026-08-19T19:42:59.110Z Compiling openssl v0.10.80
14992026-08-19T19:42:59.139Z Compiling maybe-uninit v2.0.0
15002026-08-19T19:42:59.176Z Compiling httpdate v1.0.3
15012026-08-19T19:42:59.221Z Compiling rustls v0.23.41
15022026-08-19T19:42:59.333Z Compiling untrusted v0.9.0
15032026-08-19T19:42:59.400Z Compiling scroll v0.13.0
15042026-08-19T19:42:59.428Z Compiling wyz v0.5.1
15052026-08-19T19:42:59.448Z Compiling foreign-types v0.3.2
15062026-08-19T19:42:59.518Z Compiling unicode-normalization v0.1.25
15072026-08-19T19:42:59.656Z Compiling signature v2.2.0
15082026-08-19T19:42:59.656Z Compiling rand_chacha v0.3.1
15092026-08-19T19:42:59.838Z Compiling hex v0.4.3
15102026-08-19T19:42:59.968Z Compiling openssl-macros v0.1.1
15112026-08-19T19:43:00.028Z Compiling thiserror-impl v1.0.69
15122026-08-19T19:43:00.102Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15132026-08-19T19:43:00.355Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-08-19T19:43:00.425Z Compiling num-integer v0.1.46
15152026-08-19T19:43:00.481Z Compiling wait-timeout v0.2.1
15162026-08-19T19:43:00.628Z Compiling ahash v0.8.12
15172026-08-19T19:43:00.736Z Compiling funty v2.0.0
15182026-08-19T19:43:00.736Z Compiling bit-vec v0.8.0
15192026-08-19T19:43:00.781Z Compiling darling_macro v0.20.11
15202026-08-19T19:43:00.828Z Compiling native-tls v0.2.18
15212026-08-19T19:43:00.973Z Compiling num-bigint-dig v0.8.6
15222026-08-19T19:43:01.021Z Compiling num-conv v0.2.0
15232026-08-19T19:43:01.201Z Compiling hyper v1.10.1
15242026-08-19T19:43:01.202Z Compiling time-core v0.1.8
15252026-08-19T19:43:01.278Z Compiling quick-error v1.2.3
15262026-08-19T19:43:01.293Z Compiling powerfmt v0.2.0
15272026-08-19T19:43:01.339Z Compiling packed_struct v0.10.1
15282026-08-19T19:43:01.355Z Compiling time-macros v0.2.27
15292026-08-19T19:43:01.367Z Compiling clap_builder v4.6.0
15302026-08-19T19:43:01.382Z Compiling rusty-fork v0.3.1
15312026-08-19T19:43:01.492Z Compiling deranged v0.5.8
15322026-08-19T19:43:01.596Z Compiling darling v0.20.11
15332026-08-19T19:43:01.681Z Compiling thiserror v1.0.69
15342026-08-19T19:43:02.120Z Compiling bitvec v1.0.1
15352026-08-19T19:43:02.124Z Compiling bit-set v0.8.0
15362026-08-19T19:43:02.124Z Compiling num-iter v0.1.45
15372026-08-19T19:43:02.413Z Compiling hyper-util v0.1.20
15382026-08-19T19:43:02.815Z Compiling rand v0.8.6
15392026-08-19T19:43:02.894Z Compiling goblin v0.10.5
15402026-08-19T19:43:03.216Z Compiling packed_struct_codegen v0.10.1
15412026-08-19T19:43:03.601Z Compiling lazy_static v1.5.0
15422026-08-19T19:43:03.696Z Compiling hmac v0.12.1
15432026-08-19T19:43:03.860Z Compiling toml_datetime v0.6.11
15442026-08-19T19:43:04.079Z Compiling serde_spanned v0.6.9
15452026-08-19T19:43:04.108Z Compiling clap_derive v4.6.1
15462026-08-19T19:43:04.229Z Compiling bitfield-macros v0.19.4
15472026-08-19T19:43:04.262Z Compiling zerocopy-derive v0.6.6
15482026-08-19T19:43:04.343Z Compiling rand_xorshift v0.4.0
15492026-08-19T19:43:04.503Z Compiling sync_wrapper v1.0.2
15502026-08-19T19:43:04.613Z Compiling indexmap v1.9.3
15512026-08-19T19:43:04.803Z Compiling unarray v0.1.4
15522026-08-19T19:43:04.913Z Compiling nodrop v0.1.14
15532026-08-19T19:43:04.918Z Compiling paste v1.0.15
15542026-08-19T19:43:05.005Z Compiling usdt-impl v0.6.0
15552026-08-19T19:43:05.082Z Compiling crossbeam-utils v0.8.21
15562026-08-19T19:43:05.188Z Compiling object v0.37.3
15572026-08-19T19:43:05.211Z Compiling siphasher v1.0.2
15582026-08-19T19:43:05.367Z Compiling num_threads v0.1.7
15592026-08-19T19:43:05.385Z Compiling crc-catalog v2.4.0
15602026-08-19T19:43:05.397Z Compiling zlib-rs v0.6.2
15612026-08-19T19:43:05.464Z Compiling crc v3.4.0
15622026-08-19T19:43:05.479Z Compiling time v0.3.47
15632026-08-19T19:43:05.580Z Compiling dof v0.4.0
15642026-08-19T19:43:05.655Z Compiling zerocopy v0.6.6
15652026-08-19T19:43:05.820Z Compiling clap v4.6.1
15662026-08-19T19:43:05.903Z Compiling array-init v0.0.4
15672026-08-19T19:43:05.990Z Compiling bitfield v0.19.4
15682026-08-19T19:43:06.302Z Compiling proptest v1.11.0
15692026-08-19T19:43:06.668Z Compiling tower v0.5.3
15702026-08-19T19:43:07.124Z Compiling smallvec v0.6.14
15712026-08-19T19:43:07.273Z Compiling derive_builder_core v0.20.2
15722026-08-19T19:43:07.449Z Compiling dtrace-parser v0.3.0
15732026-08-19T19:43:08.061Z Compiling ipnetwork v0.21.1
15742026-08-19T19:43:08.081Z Compiling http-body-util v0.1.3
15752026-08-19T19:43:08.152Z Compiling pkcs1 v0.7.5
15762026-08-19T19:43:08.321Z Compiling flate2 v1.1.9
15772026-08-19T19:43:08.435Z Compiling heapless v0.7.17
15782026-08-19T19:43:08.540Z Compiling structmeta-derive v0.3.0
15792026-08-19T19:43:08.592Z Compiling scroll_derive v0.12.1
15802026-08-19T19:43:08.664Z Compiling slog v2.8.2
15812026-08-19T19:43:08.680Z Compiling darling_core v0.23.0
15822026-08-19T19:43:08.728Z Compiling thread-id v5.1.0
15832026-08-19T19:43:08.820Z Compiling cookie v0.18.1
15842026-08-19T19:43:08.843Z Compiling env_filter v2.0.0
15852026-08-19T19:43:08.992Z Compiling gimli v0.32.3
15862026-08-19T19:43:09.137Z Compiling anyhow v1.0.104
15872026-08-19T19:43:09.243Z Compiling zstd-safe v7.2.4
15882026-08-19T19:43:09.447Z Compiling unicode-properties v0.1.4
15892026-08-19T19:43:09.461Z Compiling allocator-api2 v0.2.21
15902026-08-19T19:43:09.595Z Compiling signal-hook v0.3.18
15912026-08-19T19:43:09.665Z Compiling hashbrown v0.12.3
15922026-08-19T19:43:09.765Z Compiling ryu v1.0.23
15932026-08-19T19:43:09.770Z Compiling iri-string v0.7.10
15942026-08-19T19:43:09.954Z Compiling winnow v0.5.40
15952026-08-19T19:43:10.138Z Compiling unicode-bidi v0.3.18
15962026-08-19T19:43:10.661Z Compiling base64 v0.21.7
15972026-08-19T19:43:10.922Z Compiling tower-http v0.6.8
15982026-08-19T19:43:10.970Z Compiling ron v0.8.1
15992026-08-19T19:43:11.213Z Compiling darling_macro v0.23.0
16002026-08-19T19:43:11.285Z Compiling toml_edit v0.19.15
16012026-08-19T19:43:11.351Z Compiling addr2line v0.25.1
16022026-08-19T19:43:11.379Z Compiling stringprep v0.1.5
16032026-08-19T19:43:11.706Z Compiling serde_urlencoded v0.7.1
16042026-08-19T19:43:11.839Z Compiling structmeta v0.3.0
16052026-08-19T19:43:11.990Z Compiling scroll v0.12.0
16062026-08-19T19:43:12.054Z Compiling env_logger v0.11.11
16072026-08-19T19:43:12.255Z Compiling newtype-uuid v1.3.2
16082026-08-19T19:43:12.358Z Compiling rsa v0.9.10
16092026-08-19T19:43:12.401Z Compiling oxnet v0.1.6
16102026-08-19T19:43:12.506Z Compiling derive_builder_macro v0.20.2
16112026-08-19T19:43:12.585Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16122026-08-19T19:43:12.710Z Compiling hashbrown v0.13.2
16132026-08-19T19:43:12.825Z Compiling serde-hex v0.1.0
16142026-08-19T19:43:12.974Z Compiling bzip2 v0.4.4
16152026-08-19T19:43:13.186Z Compiling tokio-native-tls v0.3.1
16162026-08-19T19:43:13.208Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16172026-08-19T19:43:13.852Z Compiling camino v1.2.5
16182026-08-19T19:43:13.898Z Compiling bstr v1.12.1
16192026-08-19T19:43:14.233Z Compiling crypto-common v0.2.2
16202026-08-19T19:43:14.527Z Compiling block-padding v0.4.2
16212026-08-19T19:43:14.543Z Compiling block-buffer v0.12.1
16222026-08-19T19:43:14.697Z Compiling rustls-native-certs v0.8.3
16232026-08-19T19:43:14.740Z Compiling x509-cert v0.2.5
16242026-08-19T19:43:14.987Z Compiling md-5 v0.10.6
16252026-08-19T19:43:15.161Z Compiling serde_tokenstream v0.2.3
16262026-08-19T19:43:15.362Z Compiling erased-serde v0.3.31
16272026-08-19T19:43:15.477Z Compiling curve25519-dalek v4.1.3
16282026-08-19T19:43:15.807Z Compiling zerocopy-derive v0.7.35
16292026-08-19T19:43:15.845Z Compiling pin-project-internal v1.1.11
16302026-08-19T19:43:15.940Z Compiling daft-derive v0.1.7
16312026-08-19T19:43:16.340Z Compiling async-trait v0.1.89
16322026-08-19T19:43:16.658Z Compiling vergen-lib v9.1.0
16332026-08-19T19:43:16.673Z Compiling hash32 v0.2.1
16342026-08-19T19:43:16.704Z Compiling memoffset v0.9.1
16352026-08-19T19:43:16.838Z Compiling encoding_rs v0.8.35
16362026-08-19T19:43:16.869Z Compiling mime v0.3.17
16372026-08-19T19:43:16.899Z Compiling rustix v0.38.44
16382026-08-19T19:43:16.982Z Compiling ref-cast v1.0.25
16392026-08-19T19:43:17.124Z Compiling rustc-demangle v0.1.27
16402026-08-19T19:43:17.156Z Compiling psl-types v2.0.11
16412026-08-19T19:43:17.234Z Compiling smoltcp v0.9.1
16422026-08-19T19:43:17.265Z Compiling fallible-iterator v0.2.0
16432026-08-19T19:43:17.690Z Compiling litrs v1.0.0
16442026-08-19T19:43:17.690Z Compiling owo-colors v4.3.0
16452026-08-19T19:43:17.693Z Compiling crc-any v2.5.0
16462026-08-19T19:43:17.693Z Compiling cfg_aliases v0.2.1
16472026-08-19T19:43:17.693Z Compiling postgres-protocol v0.6.10
16482026-08-19T19:43:17.693Z Compiling nix v0.31.2
16492026-08-19T19:43:17.693Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16502026-08-19T19:43:17.693Z Compiling backtrace v0.3.76
16512026-08-19T19:43:17.693Z Compiling publicsuffix v2.3.0
16522026-08-19T19:43:17.787Z Compiling document-features v0.2.12
16532026-08-19T19:43:18.330Z Compiling pin-project v1.1.11
16542026-08-19T19:43:18.333Z Compiling zerocopy v0.7.35
16552026-08-19T19:43:18.333Z Compiling daft v0.1.7
16562026-08-19T19:43:18.363Z Compiling inout v0.2.2
16572026-08-19T19:43:18.375Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16582026-08-19T19:43:18.493Z Compiling hyper-tls v0.6.0
16592026-08-19T19:43:18.541Z Compiling zip v0.6.6
16602026-08-19T19:43:18.589Z Compiling object v0.30.4
16612026-08-19T19:43:18.648Z Compiling derive_builder v0.20.2
16622026-08-19T19:43:18.713Z Compiling toml v0.7.8
16632026-08-19T19:43:18.770Z Compiling goblin v0.8.2
16642026-08-19T19:43:19.095Z Compiling derive-ex v0.1.8
16652026-08-19T19:43:19.285Z Compiling darling v0.23.0
16662026-08-19T19:43:19.370Z Compiling phf_shared v0.13.1
16672026-08-19T19:43:19.423Z Compiling regex v1.12.3
16682026-08-19T19:43:19.445Z Compiling hubpack_derive v0.1.1
16692026-08-19T19:43:19.599Z Compiling futures-executor v0.3.32
16702026-08-19T19:43:19.830Z Compiling curve25519-dalek-derive v0.1.1
16712026-08-19T19:43:19.857Z Compiling ref-cast-impl v1.0.25
16722026-08-19T19:43:19.880Z Compiling strum_macros v0.27.2
16732026-08-19T19:43:20.398Z Compiling snafu-derive v0.8.9
16742026-08-19T19:43:20.464Z Compiling vergen v9.1.0
16752026-08-19T19:43:20.647Z Compiling cargo-platform v0.3.2
16762026-08-19T19:43:20.736Z Compiling ff v0.13.1
16772026-08-19T19:43:20.878Z Compiling fs-err v3.3.0
16782026-08-19T19:43:20.918Z Compiling same-file v1.0.6
16792026-08-19T19:43:21.122Z Compiling foldhash v0.2.0
16802026-08-19T19:43:21.148Z Compiling is_ci v1.2.0
16812026-08-19T19:43:21.286Z Compiling jiff-core v0.1.0
16822026-08-19T19:43:21.334Z Compiling bumpalo v3.20.2
16832026-08-19T19:43:21.412Z Compiling managed v0.8.0
16842026-08-19T19:43:21.603Z Compiling path-slash v0.1.5
16852026-08-19T19:43:21.655Z Compiling bitflags v1.3.2
16862026-08-19T19:43:21.722Z Compiling foldhash v0.1.5
16872026-08-19T19:43:21.746Z Compiling libbz2-rs-sys v0.2.2
16882026-08-19T19:43:21.930Z Compiling base16ct v0.2.0
16892026-08-19T19:43:21.970Z Compiling unicode-segmentation v1.12.0
16902026-08-19T19:43:22.090Z Compiling either v1.15.0
16912026-08-19T19:43:22.266Z Compiling bzip2 v0.6.1
16922026-08-19T19:43:22.329Z Compiling textwrap v0.16.2
16932026-08-19T19:43:22.346Z Compiling jiff v0.2.34
16942026-08-19T19:43:22.364Z Compiling sec1 v0.7.3
16952026-08-19T19:43:22.386Z Compiling snafu v0.8.9
16962026-08-19T19:43:22.407Z Compiling strum v0.27.2
16972026-08-19T19:43:22.492Z Compiling hashbrown v0.15.5
16982026-08-19T19:43:22.647Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16992026-08-19T19:43:22.731Z Compiling zopfli v0.8.3
17002026-08-19T19:43:22.744Z Compiling hashbrown v0.16.1
17012026-08-19T19:43:23.027Z Compiling supports-color v3.0.2
17022026-08-19T19:43:23.302Z Compiling walkdir v2.5.0
17032026-08-19T19:43:23.327Z Compiling dof v0.3.0
17042026-08-19T19:43:23.345Z Compiling group v0.13.0
17052026-08-19T19:43:23.381Z Compiling cargo_metadata v0.23.1
17062026-08-19T19:43:23.523Z Compiling test-strategy v0.4.5
17072026-08-19T19:43:24.072Z Compiling hubpack v0.1.2
17082026-08-19T19:43:24.145Z Compiling futures v0.3.32
17092026-08-19T19:43:24.234Z Compiling phf v0.13.1
17102026-08-19T19:43:24.293Z Compiling serde_with_macros v3.21.0
17112026-08-19T19:43:24.395Z Compiling signal-hook-mio v0.2.5
17122026-08-19T19:43:24.501Z Compiling cookie_store v0.22.1
17132026-08-19T19:43:24.999Z Compiling zstd v0.13.3
17142026-08-19T19:43:25.096Z Compiling reqwest v0.12.28
17152026-08-19T19:43:25.203Z Compiling cipher v0.5.2
17162026-08-19T19:43:25.314Z Compiling backtrace-ext v0.2.1
17172026-08-19T19:43:25.523Z Compiling postgres-types v0.2.12
17182026-08-19T19:43:25.823Z Compiling usdt-macro v0.6.0
17192026-08-19T19:43:26.182Z Compiling usdt-attr-macro v0.6.0
17202026-08-19T19:43:26.354Z Compiling globset v0.4.18
17212026-08-19T19:43:26.591Z Compiling phf_shared v0.11.3
17222026-08-19T19:43:26.651Z Compiling hkdf v0.12.4
17232026-08-19T19:43:26.705Z Compiling dtrace-parser v0.2.0
17242026-08-19T19:43:26.705Z Compiling byte-wrapper v0.1.0
17252026-08-19T19:43:26.799Z Compiling olpc-cjson v0.1.4
17262026-08-19T19:43:26.927Z Compiling ed25519 v2.2.3
17272026-08-19T19:43:27.108Z Compiling crypto-bigint v0.5.5
17282026-08-19T19:43:27.108Z Compiling serde-big-array v0.5.1
17292026-08-19T19:43:27.108Z Compiling serde_plain v1.0.2
17302026-08-19T19:43:27.108Z Compiling async-recursion v1.1.1
17312026-08-19T19:43:27.318Z Compiling serde_repr v0.1.20
17322026-08-19T19:43:27.318Z Compiling miette-derive v7.6.0
17332026-08-19T19:43:27.428Z Compiling strum_macros v0.26.4
17342026-08-19T19:43:27.773Z Compiling enum-as-inner v0.6.1
17352026-08-19T19:43:27.803Z Compiling pem v3.0.6
17362026-08-19T19:43:27.804Z Compiling float-cmp v0.10.0
17372026-08-19T19:43:27.875Z Compiling memmap2 v0.9.10
17382026-08-19T19:43:28.124Z Compiling thread-id v4.2.2
17392026-08-19T19:43:28.213Z Compiling supports-hyperlinks v3.2.0
17402026-08-19T19:43:28.213Z Compiling cpufeatures v0.3.0
17412026-08-19T19:43:28.213Z Compiling fixedbitset v0.4.2
17422026-08-19T19:43:28.213Z Compiling data-encoding v2.10.0
17432026-08-19T19:43:28.263Z Compiling predicates-core v1.0.10
17442026-08-19T19:43:28.288Z Compiling new_debug_unreachable v1.0.6
17452026-08-19T19:43:28.321Z Compiling precomputed-hash v0.1.1
17462026-08-19T19:43:28.426Z Compiling difflib v0.4.0
17472026-08-19T19:43:29.750Z Compiling normalize-line-endings v0.3.0
17482026-08-19T19:43:29.750Z Compiling winnow v1.0.3
17492026-08-19T19:43:29.750Z Compiling typed-path v0.9.3
17502026-08-19T19:43:29.839Z Compiling const-oid v0.10.2
17512026-08-19T19:43:29.839Z Compiling keccak v0.1.6
17522026-08-19T19:43:29.839Z Compiling static_assertions v1.1.0
17532026-08-19T19:43:29.839Z Compiling whoami v2.1.0
17542026-08-19T19:43:29.840Z Compiling fixedbitset v0.5.7
17552026-08-19T19:43:29.840Z Compiling supports-unicode v3.0.0
17562026-08-19T19:43:29.840Z Compiling strum v0.26.3
17572026-08-19T19:43:29.841Z Compiling petgraph v0.8.3
17582026-08-19T19:43:29.841Z Compiling tokio-postgres v0.7.16
17592026-08-19T19:43:29.841Z Compiling miette v7.6.0
17602026-08-19T19:43:29.841Z Compiling toml_parser v1.1.2+spec-1.1.0
17612026-08-19T19:43:29.841Z Compiling sha3 v0.10.8
17622026-08-19T19:43:29.841Z Compiling toml_edit v0.22.27
17632026-08-19T19:43:29.841Z Compiling digest v0.11.3
17642026-08-19T19:43:29.948Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17652026-08-19T19:43:30.032Z Compiling predicates v3.1.4
17662026-08-19T19:43:30.032Z Compiling hickory-proto v0.25.2
17672026-08-19T19:43:30.429Z Compiling string_cache v0.8.9
17682026-08-19T19:43:30.610Z Compiling petgraph v0.6.5
17692026-08-19T19:43:30.675Z Compiling chacha20 v0.10.0
17702026-08-19T19:43:31.046Z Compiling usdt-impl v0.5.0
17712026-08-19T19:43:31.214Z Compiling usdt v0.6.0
17722026-08-19T19:43:31.417Z Compiling elliptic-curve v0.13.8
17732026-08-19T19:43:31.502Z Compiling ed25519-dalek v2.2.0
17742026-08-19T19:43:31.675Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17752026-08-19T19:43:31.869Z Compiling crossterm v0.28.1
17762026-08-19T19:43:32.186Z Compiling serde_with v3.21.0
17772026-08-19T19:43:32.517Z Compiling zip v4.6.1
17782026-08-19T19:43:33.160Z Compiling iddqd v0.4.2
17792026-08-19T19:43:33.236Z Compiling itertools v0.13.0
17802026-08-19T19:43:33.384Z Compiling itertools v0.15.0
17812026-08-19T19:43:33.600Z Compiling similar v2.7.0
17822026-08-19T19:43:33.710Z Compiling heck v0.4.1
17832026-08-19T19:43:33.942Z Compiling crossbeam-epoch v0.9.18
17842026-08-19T19:43:33.959Z Compiling tokio-stream v0.1.18
17852026-08-19T19:43:34.260Z Compiling buf-list v1.1.2
17862026-08-19T19:43:34.377Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17872026-08-19T19:43:34.412Z Compiling openapiv3 v2.2.0
17882026-08-19T19:43:34.443Z Compiling peg-runtime v0.8.5
17892026-08-19T19:43:34.455Z Compiling lalrpop-util v0.19.12
17902026-08-19T19:43:34.534Z Compiling thread_local v1.1.9
17912026-08-19T19:43:34.631Z Compiling slog-async v2.8.0
17922026-08-19T19:43:34.660Z Compiling crossbeam-channel v0.5.15
17932026-08-19T19:43:34.681Z Compiling filetime v0.2.27
17942026-08-19T19:43:34.700Z Compiling is-terminal v0.4.17
17952026-08-19T19:43:34.722Z Compiling take_mut v0.2.2
17962026-08-19T19:43:34.791Z Compiling term v1.2.1
17972026-08-19T19:43:34.805Z Compiling xattr v1.6.1
17982026-08-19T19:43:34.814Z Compiling camino-tempfile v1.4.1
17992026-08-19T19:43:34.939Z Compiling tar v0.4.46
18002026-08-19T19:43:35.094Z Compiling slog-term v2.9.2
18012026-08-19T19:43:41.148Z Compiling rustls-webpki v0.103.13
18022026-08-19T19:43:44.168Z Compiling tokio-rustls v0.26.4
18032026-08-19T19:43:44.168Z Compiling rustls-platform-verifier v0.6.2
18042026-08-19T19:43:44.168Z Compiling tough v0.22.0
18052026-08-19T19:43:44.330Z Compiling hyper-rustls v0.27.7
18062026-08-19T19:43:44.491Z Compiling reqwest v0.13.2
18072026-08-19T19:43:46.581Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18082026-08-19T19:43:46.812Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18092026-08-19T19:43:49.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18102026-08-19T19:43:49.866Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18112026-08-19T19:43:49.985ZAug 19 19:43:48.810 INFO Starting download, target: Cockroach
18122026-08-19T19:43:49.985ZAug 19 19:43:48.810 INFO Starting download, target: Console
18132026-08-19T19:43:49.985ZAug 19 19:43:48.810 INFO Starting download, target: Clickhouse
18142026-08-19T19:43:50.079ZAug 19 19:43:48.810 INFO Starting download, target: DendriteStub
18152026-08-19T19:43:50.079ZAug 19 19:43:48.810 INFO Starting download, target: MaghemiteMgd
18162026-08-19T19:43:50.079ZAug 19 19:43:48.810 INFO Starting download, target: MaghemiteDdmd
18172026-08-19T19:43:50.079ZAug 19 19:43:48.810 INFO Starting download, target: TransceiverControl
18182026-08-19T19:43:50.079ZAug 19 19:43:48.810 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18192026-08-19T19:43:50.080ZAug 19 19:43:48.810 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18202026-08-19T19:43:50.080ZAug 19 19:43:48.810 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18212026-08-19T19:43:50.080ZAug 19 19:43:48.810 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18222026-08-19T19:43:50.080ZAug 19 19:43:48.810 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18232026-08-19T19:43:50.080ZAug 19 19:43:48.810 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18242026-08-19T19:43:50.080ZAug 19 19:43:48.810 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18252026-08-19T19:43:51.125ZAug 19 19:43:49.992 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18262026-08-19T19:43:51.329ZAug 19 19:43:50.206 INFO Download complete, target: TransceiverControl
18272026-08-19T19:43:51.978ZAug 19 19:43:50.822 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18282026-08-19T19:43:52.114ZAug 19 19:43:50.932 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18292026-08-19T19:43:52.248ZAug 19 19:43:51.068 INFO Download complete, target: Console
18302026-08-19T19:43:54.954ZAug 19 19:43:53.867 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18312026-08-19T19:43:56.072ZAug 19 19:43:54.984 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18322026-08-19T19:43:56.172ZAug 19 19:43:55.073 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18332026-08-19T19:43:56.479ZAug 19 19:43:55.395 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18342026-08-19T19:43:56.479ZAug 19 19:43:55.395 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18352026-08-19T19:43:56.864ZAug 19 19:43:55.778 INFO Download complete, target: MaghemiteDdmd
18362026-08-19T19:43:58.596ZAug 19 19:43:57.511 INFO Download complete, target: DendriteStub
18372026-08-19T19:43:58.735ZAug 19 19:43:57.652 INFO Download complete, target: MaghemiteMgd
18382026-08-19T19:43:58.906ZAug 19 19:43:57.823 INFO Checking that binary works, target: Clickhouse
18392026-08-19T19:43:59.036ZAug 19 19:43:57.948 INFO Download complete, target: Clickhouse
18402026-08-19T19:44:01.155ZAug 19 19:44:00.071 INFO Checking that binary works, target: Cockroach
18412026-08-19T19:44:01.275ZAug 19 19:44:00.192 INFO Download complete, target: Cockroach
18422026-08-19T19:44:01.291ZAll builder prerequisites installed successfully, and PATH looks valid
18432026-08-19T19:44:01.294Z
18442026-08-19T19:44:01.294Zreal 2:13.768667060
18452026-08-19T19:44:01.294Zuser 7:18.459803371
18462026-08-19T19:44:01.294Zsys 1:27.013980289
18472026-08-19T19:44:01.294Ztrap 0.246678237
18482026-08-19T19:44:01.294Ztflt 0.566939509
18492026-08-19T19:44:01.294Zdflt 0.927955619
18502026-08-19T19:44:01.294Zkflt 0.025609236
18512026-08-19T19:44:01.294Zlock 27:52.747727736
18522026-08-19T19:44:01.294Zslp 22:08.599893945
18532026-08-19T19:44:01.294Zlat 50.055233528
18542026-08-19T19:44:01.294Zstop 2:41.548683927
18552026-08-19T19:44:01.294Z+ banner hack-check
18562026-08-19T19:44:01.294Z
18572026-08-19T19:44:01.294Z # # ## #### # # #### # # ###### #### # #
18582026-08-19T19:44:01.294Z # # # # # # # # # # # # # # # # #
18592026-08-19T19:44:01.294Z ###### # # # #### ##### # ###### ##### # ####
18602026-08-19T19:44:01.294Z # # ###### # # # # # # # # # #
18612026-08-19T19:44:01.294Z # # # # # # # # # # # # # # # # #
18622026-08-19T19:44:01.294Z # # # # #### # # #### # # ###### #### # #
18632026-08-19T19:44:01.294Z
18642026-08-19T19:44:01.294Z+ export CARGO_INCREMENTAL=0
18652026-08-19T19:44:01.295Z+ CARGO_INCREMENTAL=0
18662026-08-19T19:44:01.295Z+ ptime -m timeout 2h cargo xtask check-features --ci
18672026-08-19T19:44:01.776Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18682026-08-19T19:44:02.058Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18692026-08-19T19:44:03.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
18702026-08-19T19:44:03.907Z Running `target/debug/xtask check-features --ci`
18712026-08-19T19:44:03.934Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18722026-08-19T19:44:03.934Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18732026-08-19T19:44:04.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18742026-08-19T19:44:04.386Z Running `target/debug/xtask download cargo-hack`
18752026-08-19T19:44:05.173Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18762026-08-19T19:44:05.487Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18772026-08-19T19:44:08.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.64s
18782026-08-19T19:44:08.228Z Running `target/debug/xtask-downloader cargo-hack`
18792026-08-19T19:44:08.268ZAug 19 19:44:07.185 INFO Starting download, target: CargoHack
18802026-08-19T19:44:08.271ZAug 19 19:44:07.185 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18812026-08-19T19:44:08.455ZAug 19 19:44:07.370 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18822026-08-19T19:44:08.504ZAug 19 19:44:07.420 INFO Download complete, target: CargoHack
18832026-08-19T19:44:08.507Zrunning: "/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"
18842026-08-19T19:44:08.519Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18852026-08-19T19:44:08.679Zinfo: running `cargo check --bins` on api_identity (1/337)
18862026-08-19T19:44:09.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-19T19:44:09.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-19T19:44:09.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-19T19:44:09.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18902026-08-19T19:44:09.220Z
18912026-08-19T19:44:09.221Zinfo: running `cargo check --bins` on bootstore (2/337)
18922026-08-19T19:44:09.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-19T19:44:09.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-19T19:44:09.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-19T19:44:09.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18962026-08-19T19:44:09.778Z
18972026-08-19T19:44:09.778Zinfo: running `cargo check --bins` on omicron-ledger (3/337)
18982026-08-19T19:44:10.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-19T19:44:10.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-19T19:44:10.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-19T19:44:10.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19022026-08-19T19:44:10.327Z
19032026-08-19T19:44:10.328Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337)
19042026-08-19T19:44:10.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-19T19:44:10.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-19T19:44:10.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-19T19:44:10.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19082026-08-19T19:44:10.867Z
19092026-08-19T19:44:10.867Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337)
19102026-08-19T19:44:11.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-19T19:44:11.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-19T19:44:11.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-19T19:44:11.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19142026-08-19T19:44:11.411Z
19152026-08-19T19:44:11.411Zinfo: running `cargo check --bins` on omicron-certificates (6/337)
19162026-08-19T19:44:11.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-19T19:44:11.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-19T19:44:11.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-19T19:44:11.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19202026-08-19T19:44:11.964Z
19212026-08-19T19:44:11.964Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/337)
19222026-08-19T19:44:12.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-19T19:44:12.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-19T19:44:12.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-19T19:44:12.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19262026-08-19T19:44:12.521Z
19272026-08-19T19:44:12.522Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337)
19282026-08-19T19:44:12.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-19T19:44:13.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-19T19:44:13.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-19T19:44:13.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19322026-08-19T19:44:13.079Z
19332026-08-19T19:44:13.079Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337)
19342026-08-19T19:44:13.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-19T19:44:13.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-19T19:44:13.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-19T19:44:13.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-08-19T19:44:13.491Z
19392026-08-19T19:44:13.491Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337)
19402026-08-19T19:44:13.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-19T19:44:13.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-19T19:44:13.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-19T19:44:13.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-08-19T19:44:13.907Z
19452026-08-19T19:44:13.907Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337)
19462026-08-19T19:44:14.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-19T19:44:14.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-19T19:44:14.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-19T19:44:14.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-08-19T19:44:14.322Z
19512026-08-19T19:44:14.322Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337)
19522026-08-19T19:44:14.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-19T19:44:14.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-19T19:44:14.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-19T19:44:14.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-19T19:44:14.735Z
19572026-08-19T19:44:14.735Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337)
19582026-08-19T19:44:15.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-19T19:44:15.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-19T19:44:15.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-19T19:44:15.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-08-19T19:44:15.154Z
19632026-08-19T19:44:15.154Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337)
19642026-08-19T19:44:15.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-19T19:44:15.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-19T19:44:15.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-19T19:44:15.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-19T19:44:15.564Z
19692026-08-19T19:44:15.564Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337)
19702026-08-19T19:44:15.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-19T19:44:15.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-19T19:44:15.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-19T19:44:15.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-19T19:44:15.976Z
19752026-08-19T19:44:15.976Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337)
19762026-08-19T19:44:16.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-19T19:44:16.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-19T19:44:16.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-19T19:44:16.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-19T19:44:16.390Z
19812026-08-19T19:44:16.390Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337)
19822026-08-19T19:44:16.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-19T19:44:16.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-19T19:44:16.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-19T19:44:16.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-19T19:44:16.803Z
19872026-08-19T19:44:16.803Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337)
19882026-08-19T19:44:17.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-19T19:44:17.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-19T19:44:17.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-19T19:44:17.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-19T19:44:17.221Z
19932026-08-19T19:44:17.221Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337)
19942026-08-19T19:44:17.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-19T19:44:17.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-19T19:44:17.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-19T19:44:17.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-19T19:44:17.634Z
19992026-08-19T19:44:17.634Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337)
20002026-08-19T19:44:17.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-19T19:44:18.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-19T19:44:18.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-19T19:44:18.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-08-19T19:44:18.048Z
20052026-08-19T19:44:18.048Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337)
20062026-08-19T19:44:18.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-19T19:44:18.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-19T19:44:18.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-19T19:44:18.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-19T19:44:18.466Z
20112026-08-19T19:44:18.467Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337)
20122026-08-19T19:44:18.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-19T19:44:18.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-19T19:44:18.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-19T19:44:18.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-19T19:44:18.880Z
20172026-08-19T19:44:18.880Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337)
20182026-08-19T19:44:19.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-19T19:44:19.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-19T19:44:19.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-19T19:44:19.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-08-19T19:44:19.296Z
20232026-08-19T19:44:19.296Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337)
20242026-08-19T19:44:19.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-19T19:44:19.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-19T19:44:19.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-19T19:44:19.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-08-19T19:44:19.714Z
20292026-08-19T19:44:19.714Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337)
20302026-08-19T19:44:20.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-19T19:44:20.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-19T19:44:20.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-19T19:44:20.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-19T19:44:20.131Z
20352026-08-19T19:44:20.131Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337)
20362026-08-19T19:44:20.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-19T19:44:20.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-19T19:44:20.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-19T19:44:20.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-19T19:44:20.544Z
20412026-08-19T19:44:20.544Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337)
20422026-08-19T19:44:20.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-19T19:44:20.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-19T19:44:20.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-19T19:44:20.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-08-19T19:44:20.961Z
20472026-08-19T19:44:20.961Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337)
20482026-08-19T19:44:21.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-19T19:44:21.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-19T19:44:21.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-19T19:44:21.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-08-19T19:44:21.378Z
20532026-08-19T19:44:21.378Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337)
20542026-08-19T19:44:21.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-19T19:44:21.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-19T19:44:21.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-19T19:44:21.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-08-19T19:44:21.793Z
20592026-08-19T19:44:21.793Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337)
20602026-08-19T19:44:22.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-19T19:44:22.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-19T19:44:22.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-19T19:44:22.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-08-19T19:44:22.208Z
20652026-08-19T19:44:22.208Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337)
20662026-08-19T19:44:22.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-19T19:44:22.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-19T19:44:22.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-19T19:44:22.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-08-19T19:44:22.619Z
20712026-08-19T19:44:22.619Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337)
20722026-08-19T19:44:22.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-19T19:44:22.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-19T19:44:22.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-19T19:44:22.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-08-19T19:44:23.033Z
20772026-08-19T19:44:23.033Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337)
20782026-08-19T19:44:23.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-19T19:44:23.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-19T19:44:23.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-19T19:44:23.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-19T19:44:23.444Z
20832026-08-19T19:44:23.444Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337)
20842026-08-19T19:44:23.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-19T19:44:23.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-19T19:44:23.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-19T19:44:23.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-19T19:44:23.868Z
20892026-08-19T19:44:23.868Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337)
20902026-08-19T19:44:24.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-19T19:44:24.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-19T19:44:24.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-19T19:44:24.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-08-19T19:44:24.272Z
20952026-08-19T19:44:24.272Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337)
20962026-08-19T19:44:24.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-19T19:44:24.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-19T19:44:24.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-19T19:44:24.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-08-19T19:44:24.740Z
21012026-08-19T19:44:24.740Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337)
21022026-08-19T19:44:25.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-19T19:44:25.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-19T19:44:25.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-19T19:44:25.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-08-19T19:44:25.096Z
21072026-08-19T19:44:25.096Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337)
21082026-08-19T19:44:25.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-19T19:44:25.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-19T19:44:25.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-19T19:44:25.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-19T19:44:25.511Z
21132026-08-19T19:44:25.511Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337)
21142026-08-19T19:44:25.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-19T19:44:25.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-19T19:44:25.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-19T19:44:25.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-19T19:44:25.923Z
21192026-08-19T19:44:25.924Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337)
21202026-08-19T19:44:26.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-19T19:44:26.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-19T19:44:26.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-19T19:44:26.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-19T19:44:26.342Z
21252026-08-19T19:44:26.342Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337)
21262026-08-19T19:44:26.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-19T19:44:26.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-19T19:44:26.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-19T19:44:26.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-19T19:44:26.786Z
21312026-08-19T19:44:26.787Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337)
21322026-08-19T19:44:27.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-19T19:44:27.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-19T19:44:27.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-19T19:44:27.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-08-19T19:44:27.181Z
21372026-08-19T19:44:27.181Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337)
21382026-08-19T19:44:27.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-19T19:44:27.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-19T19:44:27.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-19T19:44:27.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-08-19T19:44:27.591Z
21432026-08-19T19:44:27.591Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337)
21442026-08-19T19:44:27.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-19T19:44:27.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-19T19:44:27.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-19T19:44:27.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-08-19T19:44:28.005Z
21492026-08-19T19:44:28.005Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337)
21502026-08-19T19:44:28.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-19T19:44:28.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-19T19:44:28.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-19T19:44:28.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21542026-08-19T19:44:28.420Z
21552026-08-19T19:44:28.420Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337)
21562026-08-19T19:44:28.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-19T19:44:28.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-19T19:44:28.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-19T19:44:28.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21602026-08-19T19:44:28.837Z
21612026-08-19T19:44:28.837Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337)
21622026-08-19T19:44:29.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-19T19:44:29.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-19T19:44:29.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-19T19:44:29.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21662026-08-19T19:44:29.254Z
21672026-08-19T19:44:29.254Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337)
21682026-08-19T19:44:29.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-19T19:44:29.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-19T19:44:29.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-19T19:44:29.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21722026-08-19T19:44:29.671Z
21732026-08-19T19:44:29.671Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337)
21742026-08-19T19:44:30.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-19T19:44:30.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-19T19:44:30.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-19T19:44:30.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21782026-08-19T19:44:30.284Z
21792026-08-19T19:44:30.284Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337)
21802026-08-19T19:44:30.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-19T19:44:30.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-19T19:44:30.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-19T19:44:30.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-08-19T19:44:30.869Z
21852026-08-19T19:44:30.869Zinfo: running `cargo check --bins` on nexus-config (51/337)
21862026-08-19T19:44:31.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-19T19:44:31.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-19T19:44:31.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-19T19:44:31.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21902026-08-19T19:44:31.471Z
21912026-08-19T19:44:31.471Zinfo: running `cargo check --bins` on nexus-types (52/337)
21922026-08-19T19:44:31.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-19T19:44:31.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-19T19:44:31.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-19T19:44:31.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21962026-08-19T19:44:32.076Z
21972026-08-19T19:44:32.076Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337)
21982026-08-19T19:44:32.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-19T19:44:32.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-19T19:44:32.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-19T19:44:32.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22022026-08-19T19:44:32.649Z
22032026-08-19T19:44:32.649Zinfo: running `cargo check --bins` on omicron-passwords (54/337)
22042026-08-19T19:44:33.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-19T19:44:33.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-19T19:44:33.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-19T19:44:33.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22082026-08-19T19:44:33.204Z
22092026-08-19T19:44:33.204Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/337)
22102026-08-19T19:44:33.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-19T19:44:33.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-19T19:44:33.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-19T19:44:33.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22142026-08-19T19:44:33.784Z
22152026-08-19T19:44:33.784Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337)
22162026-08-19T19:44:34.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-19T19:44:34.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-19T19:44:34.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-19T19:44:34.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-08-19T19:44:34.353Z
22212026-08-19T19:44:34.353Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337)
22222026-08-19T19:44:34.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-19T19:44:34.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-19T19:44:34.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-19T19:44:34.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22262026-08-19T19:44:34.929Z
22272026-08-19T19:44:34.929Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337)
22282026-08-19T19:44:35.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-19T19:44:35.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-19T19:44:35.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-19T19:44:35.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22322026-08-19T19:44:35.503Z
22332026-08-19T19:44:35.503Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337)
22342026-08-19T19:44:35.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-19T19:44:35.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-19T19:44:35.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-19T19:44:35.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22382026-08-19T19:44:36.052Z
22392026-08-19T19:44:36.052Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337)
22402026-08-19T19:44:36.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-19T19:44:36.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-19T19:44:36.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-19T19:44:36.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22442026-08-19T19:44:36.601Z
22452026-08-19T19:44:36.601Zinfo: running `cargo check --bins --no-default-features` on gfss (61/337)
22462026-08-19T19:44:37.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-19T19:44:37.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-19T19:44:37.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-19T19:44:37.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22502026-08-19T19:44:37.154Z
22512026-08-19T19:44:37.155Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337)
22522026-08-19T19:44:37.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-19T19:44:37.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-19T19:44:37.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-19T19:44:37.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22562026-08-19T19:44:37.699Z
22572026-08-19T19:44:37.699Zinfo: running `cargo check --bins` on trust-quorum-types (63/337)
22582026-08-19T19:44:38.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-19T19:44:38.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-19T19:44:38.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-19T19:44:38.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22622026-08-19T19:44:38.268Z
22632026-08-19T19:44:38.268Zinfo: running `cargo check --bins` on wicketd-commission-types (64/337)
22642026-08-19T19:44:38.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-19T19:44:38.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-19T19:44:38.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-19T19:44:38.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22682026-08-19T19:44:38.813Z
22692026-08-19T19:44:38.813Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/337)
22702026-08-19T19:44:39.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-19T19:44:39.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-19T19:44:39.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-19T19:44:39.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22742026-08-19T19:44:39.386Z
22752026-08-19T19:44:39.386Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337)
22762026-08-19T19:44:39.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-19T19:44:39.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-19T19:44:39.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-19T19:44:39.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22802026-08-19T19:44:39.945Z
22812026-08-19T19:44:39.945Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337)
22822026-08-19T19:44:40.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-19T19:44:40.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-19T19:44:40.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-19T19:44:40.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22862026-08-19T19:44:40.503Z
22872026-08-19T19:44:40.503Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/337)
22882026-08-19T19:44:40.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-19T19:44:40.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-19T19:44:40.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-19T19:44:40.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22922026-08-19T19:44:41.068Z
22932026-08-19T19:44:41.068Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/337)
22942026-08-19T19:44:41.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-19T19:44:41.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-19T19:44:41.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-19T19:44:41.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22982026-08-19T19:44:41.633Z
22992026-08-19T19:44:41.633Zinfo: running `cargo check --bins` on cockroach-admin-types (70/337)
23002026-08-19T19:44:42.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-19T19:44:42.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-19T19:44:42.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-19T19:44:42.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23042026-08-19T19:44:42.185Z
23052026-08-19T19:44:42.185Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/337)
23062026-08-19T19:44:42.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-19T19:44:42.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-19T19:44:42.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-19T19:44:42.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23102026-08-19T19:44:42.736Z
23112026-08-19T19:44:42.736Zinfo: running `cargo check --bins` on ereport-types (72/337)
23122026-08-19T19:44:43.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-19T19:44:43.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-19T19:44:43.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-19T19:44:43.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23162026-08-19T19:44:43.292Z
23172026-08-19T19:44:43.292Zinfo: running `cargo check --bins` on gateway-client (73/337)
23182026-08-19T19:44:43.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-19T19:44:43.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-19T19:44:43.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-19T19:44:43.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23222026-08-19T19:44:43.851Z
23232026-08-19T19:44:43.851Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/337)
23242026-08-19T19:44:44.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-19T19:44:44.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-19T19:44:44.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23272026-08-19T19:44:44.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23282026-08-19T19:44:44.423Z
23292026-08-19T19:44:44.423Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337)
23302026-08-19T19:44:44.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312026-08-19T19:44:44.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322026-08-19T19:44:44.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332026-08-19T19:44:44.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23342026-08-19T19:44:44.967Z
23352026-08-19T19:44:44.967Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/337)
23362026-08-19T19:44:45.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372026-08-19T19:44:45.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382026-08-19T19:44:45.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392026-08-19T19:44:45.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23402026-08-19T19:44:45.544Z
23412026-08-19T19:44:45.545Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337)
23422026-08-19T19:44:46.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432026-08-19T19:44:46.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442026-08-19T19:44:46.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452026-08-19T19:44:46.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23462026-08-19T19:44:46.123Z
23472026-08-19T19:44:46.123Zinfo: running `cargo check --bins` on key-manager-types (78/337)
23482026-08-19T19:44:46.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492026-08-19T19:44:46.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502026-08-19T19:44:46.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23512026-08-19T19:44:46.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23522026-08-19T19:44:46.672Z
23532026-08-19T19:44:46.672Zinfo: running `cargo check --bins` on oxlog (79/337)
23542026-08-19T19:44:47.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23552026-08-19T19:44:47.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23562026-08-19T19:44:47.269Z Checking cfg-if v1.0.4
23572026-08-19T19:44:47.272Z Checking serde_core v1.0.228
23582026-08-19T19:44:47.272Z Checking libc v0.2.185
23592026-08-19T19:44:47.388Z Checking memchr v2.8.0
23602026-08-19T19:44:47.399Z Checking log v0.4.33
23612026-08-19T19:44:47.401Z Checking smallvec v1.15.1
23622026-08-19T19:44:47.417Z Checking subtle v2.6.1
23632026-08-19T19:44:47.427Z Checking itoa v1.0.17
23642026-08-19T19:44:47.438Z Checking scopeguard v1.2.0
23652026-08-19T19:44:47.532Z Checking lock_api v0.4.14
23662026-08-19T19:44:47.548Z Checking stable_deref_trait v1.2.1
23672026-08-19T19:44:47.560Z Checking typenum v1.20.1
23682026-08-19T19:44:47.572Z Checking zerofrom v0.1.6
23692026-08-19T19:44:47.585Z Checking portable-atomic v1.13.1
23702026-08-19T19:44:47.614Z Checking zerocopy v0.8.55
23712026-08-19T19:44:47.679Z Checking yoke v0.8.1
23722026-08-19T19:44:47.726Z Checking critical-section v1.2.0
23732026-08-19T19:44:47.771Z Checking const-oid v0.9.6
23742026-08-19T19:44:47.776Z Checking errno v0.3.14
23752026-08-19T19:44:47.819Z Checking getrandom v0.2.17
23762026-08-19T19:44:47.839Z Checking zerovec v0.11.5
23772026-08-19T19:44:47.914Z Checking pin-project-lite v0.2.17
23782026-08-19T19:44:47.960Z Checking rand_core v0.6.4
23792026-08-19T19:44:47.992Z Checking once_cell v1.21.3
23802026-08-19T19:44:48.005Z Checking libm v0.2.16
23812026-08-19T19:44:48.132Z Checking zmij v1.0.21
23822026-08-19T19:44:48.161Z Checking signal-hook-registry v1.4.8
23832026-08-19T19:44:48.267Z Checking tinystr v0.8.2
23842026-08-19T19:44:48.284Z Checking parking_lot_core v0.9.12
23852026-08-19T19:44:48.320Z Checking percent-encoding v2.3.2
23862026-08-19T19:44:48.336Z Checking writeable v0.6.2
23872026-08-19T19:44:48.441Z Checking litemap v0.8.1
23882026-08-19T19:44:48.455Z Checking futures-core v0.3.32
23892026-08-19T19:44:48.458Z Checking potential_utf v0.1.4
23902026-08-19T19:44:48.478Z Checking parking_lot v0.12.5
23912026-08-19T19:44:48.493Z Checking zerotrie v0.2.3
23922026-08-19T19:44:48.572Z Checking mio v1.2.0
23932026-08-19T19:44:48.591Z Checking equivalent v1.0.2
23942026-08-19T19:44:48.606Z Checking icu_locale_core v2.1.1
23952026-08-19T19:44:48.661Z Checking icu_collections v2.1.1
23962026-08-19T19:44:48.674Z Checking getrandom v0.3.4
23972026-08-19T19:44:48.695Z Checking num-traits v0.2.19
23982026-08-19T19:44:48.729Z Checking socket2 v0.6.3
23992026-08-19T19:44:48.813Z Checking icu_normalizer_data v2.1.1
24002026-08-19T19:44:48.849Z Checking icu_properties_data v2.1.2
24012026-08-19T19:44:48.854Z Checking serde v1.0.228
24022026-08-19T19:44:48.881Z Checking bitflags v2.11.0
24032026-08-19T19:44:48.961Z Checking serde_json v1.0.151
24042026-08-19T19:44:48.976Z Checking byteorder v1.5.0
24052026-08-19T19:44:48.988Z Checking rand_core v0.10.0
24062026-08-19T19:44:49.044Z Checking futures-sink v0.3.32
24072026-08-19T19:44:49.119Z Checking hashbrown v0.17.0
24082026-08-19T19:44:49.179Z Checking futures-channel v0.3.32
24092026-08-19T19:44:49.183Z Checking icu_provider v2.1.1
24102026-08-19T19:44:49.183Z Checking getrandom v0.4.3
24112026-08-19T19:44:49.216Z Checking futures-task v0.3.32
24122026-08-19T19:44:49.249Z Checking zeroize v1.9.0
24132026-08-19T19:44:49.307Z Checking bytes v1.11.1
24142026-08-19T19:44:49.324Z Checking slab v0.4.12
24152026-08-19T19:44:49.359Z Checking utf8_iter v1.0.4
24162026-08-19T19:44:49.381Z Checking icu_normalizer v2.1.1
24172026-08-19T19:44:49.427Z Checking generic-array v0.14.7
24182026-08-19T19:44:49.478Z Checking icu_properties v2.1.2
24192026-08-19T19:44:49.481Z Checking futures-io v0.3.32
24202026-08-19T19:44:49.591Z Checking indexmap v2.14.0
24212026-08-19T19:44:49.604Z Checking futures-util v0.3.32
24222026-08-19T19:44:49.644Z Checking rustix v1.1.4
24232026-08-19T19:44:49.692Z Checking form_urlencoded v1.2.2
24242026-08-19T19:44:49.749Z Checking tokio v1.52.1
24252026-08-19T19:44:49.820Z Checking fnv v1.0.7
24262026-08-19T19:44:49.884Z Checking block-buffer v0.10.4
24272026-08-19T19:44:49.909Z Checking crypto-common v0.1.7
24282026-08-19T19:44:50.023Z Checking base64ct v1.8.3
24292026-08-19T19:44:50.037Z Checking digest v0.10.7
24302026-08-19T19:44:50.141Z Checking iana-time-zone v0.1.65
24312026-08-19T19:44:50.232Z Checking flagset v0.4.7
24322026-08-19T19:44:50.254Z Checking chrono v0.4.45
24332026-08-19T19:44:50.268Z Checking pem-rfc7468 v0.7.0
24342026-08-19T19:44:50.309Z Checking idna_adapter v1.2.1
24352026-08-19T19:44:50.356Z Checking uuid v1.23.4
24362026-08-19T19:44:50.400Z Checking ppv-lite86 v0.2.21
24372026-08-19T19:44:50.420Z Checking idna v1.1.0
24382026-08-19T19:44:50.423Z Checking der v0.7.10
24392026-08-19T19:44:50.474Z Checking rand_core v0.9.5
24402026-08-19T19:44:50.647Z Checking base64 v0.22.1
24412026-08-19T19:44:50.659Z Checking url v2.5.8
24422026-08-19T19:44:50.675Z Checking regex-syntax v0.8.10
24432026-08-19T19:44:50.690Z Checking http v1.4.2
24442026-08-19T19:44:50.877Z Checking rand_chacha v0.9.0
24452026-08-19T19:44:51.081Z Checking tracing-core v0.1.36
24462026-08-19T19:44:51.095Z Checking dyn-clone v1.0.20
24472026-08-19T19:44:51.113Z Checking simd-adler32 v0.3.8
24482026-08-19T19:44:51.148Z Checking spki v0.7.3
24492026-08-19T19:44:51.194Z Checking cpufeatures v0.2.17
24502026-08-19T19:44:51.243Z Checking http-body v1.0.1
24512026-08-19T19:44:51.261Z Checking rand v0.9.2
24522026-08-19T19:44:51.276Z Checking rustls-pki-types v1.14.0
24532026-08-19T19:44:51.314Z Checking pkcs8 v0.10.2
24542026-08-19T19:44:51.373Z Checking semver v1.0.28
24552026-08-19T19:44:51.466Z Checking tracing v0.1.44
24562026-08-19T19:44:51.476Z Checking spin v0.9.8
24572026-08-19T19:44:51.496Z Checking cmov v0.5.4
24582026-08-19T19:44:51.563Z Checking adler2 v2.0.1
24592026-08-19T19:44:51.576Z Checking utf8parse v0.2.2
24602026-08-19T19:44:51.587Z Checking tinyvec_macros v0.1.1
24612026-08-19T19:44:51.648Z Checking openssl-probe v0.2.1
24622026-08-19T19:44:51.660Z Checking anstyle v1.0.14
24632026-08-19T19:44:51.672Z Checking miniz_oxide v0.8.9
24642026-08-19T19:44:51.675Z Checking anstyle-parse v1.0.0
24652026-08-19T19:44:51.694Z Checking ctutils v0.4.2
24662026-08-19T19:44:51.728Z Checking tinyvec v1.10.0
24672026-08-19T19:44:51.748Z Checking schemars v0.8.22
24682026-08-19T19:44:51.815Z Checking sha2 v0.10.9
24692026-08-19T19:44:51.834Z Checking terminal_size v0.4.3
24702026-08-19T19:44:51.896Z Checking aws-lc-sys v0.40.0
24712026-08-19T19:44:51.943Z Checking thiserror v2.0.18
24722026-08-19T19:44:51.957Z Checking anstyle-query v1.1.5
24732026-08-19T19:44:52.028Z Checking try-lock v0.2.5
24742026-08-19T19:44:52.041Z Checking fastrand v2.3.0
24752026-08-19T19:44:52.045Z Checking untrusted v0.7.1
24762026-08-19T19:44:52.065Z Checking tower-layer v0.3.3
24772026-08-19T19:44:52.087Z Checking is_terminal_polyfill v1.70.2
24782026-08-19T19:44:52.120Z Checking tower-service v0.3.3
24792026-08-19T19:44:52.155Z Checking colorchoice v1.0.4
24802026-08-19T19:44:52.172Z Checking atomic-waker v1.1.2
24812026-08-19T19:44:52.204Z Checking want v0.3.1
24822026-08-19T19:44:52.219Z Checking tempfile v3.27.0
24832026-08-19T19:44:52.230Z Checking hybrid-array v0.4.13
24842026-08-19T19:44:52.249Z Checking anstream v1.0.0
24852026-08-19T19:44:52.266Z Checking ipnet v2.12.0
24862026-08-19T19:44:52.325Z Checking crc32fast v1.5.0
24872026-08-19T19:44:52.390Z Checking aws-lc-rs v1.16.3
24882026-08-19T19:44:52.402Z Checking httparse v1.10.1
24892026-08-19T19:44:52.413Z Checking aho-corasick v1.1.4
24902026-08-19T19:44:52.446Z Checking plain v0.2.3
24912026-08-19T19:44:52.462Z Checking foreign-types-shared v0.1.1
24922026-08-19T19:44:52.522Z Checking httpdate v1.0.3
24932026-08-19T19:44:52.542Z Checking untrusted v0.9.0
24942026-08-19T19:44:52.545Z Checking tap v1.0.1
24952026-08-19T19:44:52.604Z Checking foreign-types v0.3.2
24962026-08-19T19:44:52.649Z Checking wyz v0.5.1
24972026-08-19T19:44:52.664Z Checking unicode-normalization v0.1.25
24982026-08-19T19:44:52.678Z Checking rand_chacha v0.3.1
24992026-08-19T19:44:52.689Z Checking signature v2.2.0
25002026-08-19T19:44:52.819Z Checking radium v0.7.0
25012026-08-19T19:44:52.822Z Checking hex v0.4.3
25022026-08-19T19:44:52.881Z Checking num-integer v0.1.46
25032026-08-19T19:44:52.974Z Checking openssl-sys v0.9.117
25042026-08-19T19:44:52.993Z Checking wait-timeout v0.2.1
25052026-08-19T19:44:53.008Z Checking tokio-util v0.7.18
25062026-08-19T19:44:53.048Z Checking unicode-ident v1.0.24
25072026-08-19T19:44:53.061Z Checking clap_lex v1.0.0
25082026-08-19T19:44:53.078Z Checking regex-automata v0.4.14
25092026-08-19T19:44:53.109Z Checking funty v2.0.0
25102026-08-19T19:44:53.112Z Checking strsim v0.11.1
25112026-08-19T19:44:53.153Z Checking ucd-trie v0.1.7
25122026-08-19T19:44:53.243Z Checking quick-error v1.2.3
25132026-08-19T19:44:53.251Z Checking rustls-webpki v0.103.13
25142026-08-19T19:44:53.280Z Checking bit-vec v0.8.0
25152026-08-19T19:44:53.293Z Checking pest v2.8.6
25162026-08-19T19:44:53.305Z Checking rusty-fork v0.3.1
25172026-08-19T19:44:53.337Z Checking openssl v0.10.80
25182026-08-19T19:44:53.420Z Checking bitvec v1.0.1
25192026-08-19T19:44:53.465Z Checking bit-set v0.8.0
25202026-08-19T19:44:53.478Z Checking clap_builder v4.6.0
25212026-08-19T19:44:53.609Z Checking h2 v0.4.15
25222026-08-19T19:44:53.622Z Checking proc-macro2 v1.0.106
25232026-08-19T19:44:53.637Z Checking rustls v0.23.41
25242026-08-19T19:44:53.924Z Checking num-iter v0.1.45
25252026-08-19T19:44:54.036Z Checking rand v0.8.6
25262026-08-19T19:44:54.342Z Checking lazy_static v1.5.0
25272026-08-19T19:44:54.434Z Checking rand_xorshift v0.4.0
25282026-08-19T19:44:54.555Z Checking hmac v0.12.1
25292026-08-19T19:44:54.571Z Checking thiserror v1.0.69
25302026-08-19T19:44:54.665Z Checking maybe-uninit v2.0.0
25312026-08-19T19:44:54.694Z Checking toml_datetime v0.6.11
25322026-08-19T19:44:54.725Z Checking serde_spanned v0.6.9
25332026-08-19T19:44:54.737Z Checking sync_wrapper v1.0.2
25342026-08-19T19:44:54.750Z Checking powerfmt v0.2.0
25352026-08-19T19:44:54.837Z Checking nodrop v0.1.14
25362026-08-19T19:44:54.849Z Checking unarray v0.1.4
25372026-08-19T19:44:54.873Z Checking zlib-rs v0.6.2
25382026-08-19T19:44:54.899Z Checking pretty-hex v0.4.1
25392026-08-19T19:44:54.913Z Checking siphasher v1.0.2
25402026-08-19T19:44:54.926Z Checking crc-catalog v2.4.0
25412026-08-19T19:44:54.946Z Checking proptest v1.11.0
25422026-08-19T19:44:55.010Z Checking crc v3.4.0
25432026-08-19T19:44:55.013Z Checking array-init v0.0.4
25442026-08-19T19:44:55.066Z Checking deranged v0.5.8
25452026-08-19T19:44:55.188Z Checking tower v0.5.3
25462026-08-19T19:44:55.300Z Checking packed_struct v0.10.1
25472026-08-19T19:44:55.392Z Checking native-tls v0.2.18
25482026-08-19T19:44:55.531Z Checking smallvec v0.6.14
25492026-08-19T19:44:55.571Z Checking clap v4.6.1
25502026-08-19T19:44:55.648Z Checking num-bigint-dig v0.8.6
25512026-08-19T19:44:55.718Z Checking quote v1.0.45
25522026-08-19T19:44:55.739Z Checking flate2 v1.1.9
25532026-08-19T19:44:55.888Z Checking ipnetwork v0.21.1
25542026-08-19T19:44:55.918Z Checking pkcs1 v0.7.5
25552026-08-19T19:44:55.987Z Checking http-body-util v0.1.3
25562026-08-19T19:44:56.034Z Checking crossbeam-utils v0.8.21
25572026-08-19T19:44:56.096Z Checking bitfield v0.19.4
25582026-08-19T19:44:56.125Z Checking zerocopy v0.6.6
25592026-08-19T19:44:56.205Z Checking ahash v0.8.12
25602026-08-19T19:44:56.339Z Checking bzip2-sys v0.1.13+1.0.8
25612026-08-19T19:44:56.357Z Checking scroll v0.13.0
25622026-08-19T19:44:56.371Z Checking env_filter v2.0.0
25632026-08-19T19:44:56.399Z Checking time-core v0.1.8
25642026-08-19T19:44:56.412Z Checking hyper v1.10.1
25652026-08-19T19:44:56.416Z Checking allocator-api2 v0.2.21
25662026-08-19T19:44:56.435Z Checking iri-string v0.7.10
25672026-08-19T19:44:56.448Z Checking hashbrown v0.12.3
25682026-08-19T19:44:56.508Z Checking unicode-bidi v0.3.18
25692026-08-19T19:44:56.533Z Checking ryu v1.0.23
25702026-08-19T19:44:56.581Z Checking num_threads v0.1.7
25712026-08-19T19:44:56.667Z Checking unicode-properties v0.1.4
25722026-08-19T19:44:56.672Z Checking winnow v0.5.40
25732026-08-19T19:44:56.701Z Checking num-conv v0.2.0
25742026-08-19T19:44:56.725Z Checking base64 v0.21.7
25752026-08-19T19:44:56.804Z Checking gimli v0.32.3
25762026-08-19T19:44:56.817Z Checking time v0.3.47
25772026-08-19T19:44:56.848Z Checking stringprep v0.1.5
25782026-08-19T19:44:56.860Z Checking indexmap v1.9.3
25792026-08-19T19:44:56.958Z Checking ron v0.8.1
25802026-08-19T19:44:56.996Z Checking newtype-uuid v1.3.2
25812026-08-19T19:44:57.169Z Checking serde_urlencoded v0.7.1
25822026-08-19T19:44:57.199Z Checking goblin v0.10.5
25832026-08-19T19:44:57.347Z Checking hyper-util v0.1.20
25842026-08-19T19:44:57.367Z Checking env_logger v0.11.11
25852026-08-19T19:44:57.434Z Checking tower-http v0.6.8
25862026-08-19T19:44:57.465Z Checking rsa v0.9.10
25872026-08-19T19:44:57.557Z Checking bzip2 v0.4.4
25882026-08-19T19:44:57.710Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25892026-08-19T19:44:57.723Z Checking hashbrown v0.13.2
25902026-08-19T19:44:57.817Z Checking toml_edit v0.19.15
25912026-08-19T19:44:57.864Z Checking crossbeam-epoch v0.9.18
25922026-08-19T19:44:57.935Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25932026-08-19T19:44:57.950Z Checking oxnet v0.1.6
25942026-08-19T19:44:58.091Z Checking syn v2.0.117
25952026-08-19T19:44:58.144Z Checking serde-hex v0.1.0
25962026-08-19T19:44:58.202Z Checking tokio-native-tls v0.3.1
25972026-08-19T19:44:58.305Z Checking addr2line v0.25.1
25982026-08-19T19:44:58.358Z Checking bstr v1.12.1
25992026-08-19T19:44:58.562Z Checking block-buffer v0.12.1
26002026-08-19T19:44:58.589Z Checking crypto-common v0.2.2
26012026-08-19T19:44:58.726Z Checking block-padding v0.4.2
26022026-08-19T19:44:58.746Z Checking rustls-native-certs v0.8.3
26032026-08-19T19:44:58.835Z Checking x509-cert v0.2.5
26042026-08-19T19:44:58.861Z Checking scroll v0.12.0
26052026-08-19T19:44:58.879Z Checking object v0.37.3
26062026-08-19T19:44:59.085Z Checking zstd-sys v2.0.16+zstd.1.5.7
26072026-08-19T19:44:59.184Z Checking md-5 v0.10.6
26082026-08-19T19:44:59.198Z Checking hash32 v0.2.1
26092026-08-19T19:44:59.326Z Checking encoding_rs v0.8.35
26102026-08-19T19:44:59.434Z Checking fallible-iterator v0.2.0
26112026-08-19T19:44:59.501Z Checking either v1.15.0
26122026-08-19T19:44:59.515Z Checking crc-any v2.5.0
26132026-08-19T19:44:59.642Z Checking psl-types v2.0.11
26142026-08-19T19:44:59.656Z Checking mime v0.3.17
26152026-08-19T19:44:59.689Z Checking rustc-demangle v0.1.27
26162026-08-19T19:44:59.703Z Checking postgres-protocol v0.6.10
26172026-08-19T19:44:59.760Z Checking publicsuffix v2.3.0
26182026-08-19T19:44:59.829Z Checking dof v0.4.0
26192026-08-19T19:44:59.906Z Checking heapless v0.7.17
26202026-08-19T19:44:59.928Z Checking zstd-safe v7.2.4
26212026-08-19T19:45:00.019Z Checking goblin v0.8.2
26222026-08-19T19:45:00.085Z Checking inout v0.2.2
26232026-08-19T19:45:00.236Z Checking toml v0.7.8
26242026-08-19T19:45:00.272Z Checking hyper-tls v0.6.0
26252026-08-19T19:45:00.319Z Checking daft v0.1.7
26262026-08-19T19:45:00.373Z Checking object v0.30.4
26272026-08-19T19:45:00.442Z Checking cookie v0.18.1
26282026-08-19T19:45:00.466Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-08-19T19:45:00.549Z Checking zip v0.6.6
26302026-08-19T19:45:00.568Z Checking tokio-rustls v0.26.4
26312026-08-19T19:45:00.624Z Checking phf_shared v0.13.1
26322026-08-19T19:45:00.674Z Checking dtrace-parser v0.3.0
26332026-08-19T19:45:00.795Z Checking zerocopy v0.7.35
26342026-08-19T19:45:00.818Z Checking pin-project v1.1.11
26352026-08-19T19:45:00.874Z Checking signal-hook v0.3.18
26362026-08-19T19:45:00.907Z Checking futures-executor v0.3.32
26372026-08-19T19:45:00.919Z Checking ff v0.13.1
26382026-08-19T19:45:00.951Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26392026-08-19T19:45:01.043Z Checking thread-id v5.1.0
26402026-08-19T19:45:01.054Z Checking bumpalo v3.20.2
26412026-08-19T19:45:01.065Z Checking same-file v1.0.6
26422026-08-19T19:45:01.118Z Compiling rayon-core v1.13.0
26432026-08-19T19:45:01.178Z Checking foldhash v0.2.0
26442026-08-19T19:45:01.195Z Checking backtrace v0.3.76
26452026-08-19T19:45:01.295Z Checking foldhash v0.1.5
26462026-08-19T19:45:01.307Z Checking is_ci v1.2.0
26472026-08-19T19:45:01.307Z Checking managed v0.8.0
26482026-08-19T19:45:01.333Z Checking libbz2-rs-sys v0.2.2
26492026-08-19T19:45:01.373Z Checking path-slash v0.1.5
26502026-08-19T19:45:01.385Z Checking jiff-core v0.1.0
26512026-08-19T19:45:01.469Z Checking smawk v0.3.2
26522026-08-19T19:45:01.473Z Checking bitflags v1.3.2
26532026-08-19T19:45:01.493Z Checking base16ct v0.2.0
26542026-08-19T19:45:01.539Z Checking unicode-width v0.2.0
26552026-08-19T19:45:01.602Z Checking unicode-linebreak v0.1.5
26562026-08-19T19:45:01.616Z Checking sec1 v0.7.3
26572026-08-19T19:45:01.718Z Checking bzip2 v0.6.1
26582026-08-19T19:45:01.780Z Checking smoltcp v0.9.1
26592026-08-19T19:45:01.806Z Checking textwrap v0.16.2
26602026-08-19T19:45:01.821Z Checking backtrace-ext v0.2.1
26612026-08-19T19:45:01.880Z Checking hashbrown v0.15.5
26622026-08-19T19:45:01.908Z Checking supports-color v3.0.2
26632026-08-19T19:45:01.921Z Checking dof v0.3.0
26642026-08-19T19:45:01.924Z Checking hashbrown v0.16.1
26652026-08-19T19:45:02.029Z Checking zopfli v0.8.3
26662026-08-19T19:45:02.044Z Checking walkdir v2.5.0
26672026-08-19T19:45:02.063Z Checking jiff v0.2.34
26682026-08-19T19:45:02.196Z Checking usdt-impl v0.6.0
26692026-08-19T19:45:02.208Z Checking signal-hook-mio v0.2.5
26702026-08-19T19:45:02.310Z Checking futures v0.3.32
26712026-08-19T19:45:02.340Z Checking group v0.13.0
26722026-08-19T19:45:02.352Z Checking snafu v0.8.9
26732026-08-19T19:45:02.364Z Checking phf v0.13.1
26742026-08-19T19:45:02.384Z Checking hyper-rustls v0.27.7
26752026-08-19T19:45:02.435Z Checking cookie_store v0.22.1
26762026-08-19T19:45:02.456Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26772026-08-19T19:45:02.480Z Checking reqwest v0.12.28
26782026-08-19T19:45:02.483Z Checking cipher v0.5.2
26792026-08-19T19:45:02.505Z Checking zstd v0.13.3
26802026-08-19T19:45:02.585Z Checking postgres-types v0.2.12
26812026-08-19T19:45:02.588Z Checking rustls-platform-verifier v0.6.2
26822026-08-19T19:45:02.681Z Checking globset v0.4.18
26832026-08-19T19:45:02.725Z Checking crossbeam-deque v0.8.6
26842026-08-19T19:45:02.737Z Checking phf_shared v0.11.3
26852026-08-19T19:45:02.761Z Checking regex v1.12.3
26862026-08-19T19:45:02.779Z Checking hkdf v0.12.4
26872026-08-19T19:45:02.872Z Checking dtrace-parser v0.2.0
26882026-08-19T19:45:02.892Z Checking olpc-cjson v0.1.4
26892026-08-19T19:45:02.894Z Checking ref-cast v1.0.25
26902026-08-19T19:45:02.969Z Checking curve25519-dalek v4.1.3
26912026-08-19T19:45:02.978Z Checking strum v0.27.2
26922026-08-19T19:45:02.992Z Checking byte-wrapper v0.1.0
26932026-08-19T19:45:03.031Z Checking hubpack v0.1.2
26942026-08-19T19:45:03.044Z Checking ed25519 v2.2.3
26952026-08-19T19:45:03.048Z Checking memoffset v0.9.1
26962026-08-19T19:45:03.096Z Checking rustix v0.38.44
26972026-08-19T19:45:03.131Z Checking owo-colors v4.3.0
26982026-08-19T19:45:03.187Z Checking pem v3.0.6
26992026-08-19T19:45:03.198Z Checking crypto-bigint v0.5.5
27002026-08-19T19:45:03.214Z Checking serde-big-array v0.5.1
27012026-08-19T19:45:03.229Z Checking erased-serde v0.3.31
27022026-08-19T19:45:03.338Z Checking serde_plain v1.0.2
27032026-08-19T19:45:03.351Z Checking float-cmp v0.10.0
27042026-08-19T19:45:03.473Z Checking thread-id v4.2.2
27052026-08-19T19:45:03.485Z Checking memmap2 v0.9.10
27062026-08-19T19:45:03.552Z Checking unicode-segmentation v1.12.0
27072026-08-19T19:45:03.609Z Checking supports-unicode v3.0.0
27082026-08-19T19:45:03.640Z Checking static_assertions v1.1.0
27092026-08-19T19:45:03.682Z Checking fixedbitset v0.5.7
27102026-08-19T19:45:03.696Z Checking difflib v0.4.0
27112026-08-19T19:45:03.708Z Checking new_debug_unreachable v1.0.6
27122026-08-19T19:45:03.719Z Checking unicode-width v0.1.14
27132026-08-19T19:45:03.774Z Checking keccak v0.1.6
27142026-08-19T19:45:03.859Z Checking winnow v0.7.14
27152026-08-19T19:45:03.872Z Checking fixedbitset v0.4.2
27162026-08-19T19:45:03.883Z Checking const-oid v0.10.2
27172026-08-19T19:45:03.895Z Checking cpufeatures v0.3.0
27182026-08-19T19:45:03.941Z Checking data-encoding v2.10.0
27192026-08-19T19:45:03.958Z Checking precomputed-hash v0.1.1
27202026-08-19T19:45:03.962Z Checking supports-hyperlinks v3.2.0
27212026-08-19T19:45:03.983Z Checking toml_write v0.1.2
27222026-08-19T19:45:04.013Z Checking typed-path v0.9.3
27232026-08-19T19:45:04.035Z Checking winnow v1.0.3
27242026-08-19T19:45:04.048Z Checking normalize-line-endings v0.3.0
27252026-08-19T19:45:04.070Z Checking whoami v2.1.0
27262026-08-19T19:45:04.100Z Checking predicates-core v1.0.10
27272026-08-19T19:45:04.130Z Checking elliptic-curve v0.13.8
27282026-08-19T19:45:04.144Z Checking miette v7.6.0
27292026-08-19T19:45:04.212Z Checking hickory-proto v0.25.2
27302026-08-19T19:45:04.225Z Checking predicates v3.1.4
27312026-08-19T19:45:04.258Z Checking tokio-postgres v0.7.16
27322026-08-19T19:45:04.455Z Checking string_cache v0.8.9
27332026-08-19T19:45:04.527Z Checking digest v0.11.3
27342026-08-19T19:45:04.619Z Checking petgraph v0.6.5
27352026-08-19T19:45:04.666Z Checking zip v4.6.1
27362026-08-19T19:45:04.708Z Checking chacha20 v0.10.0
27372026-08-19T19:45:04.805Z Checking tough v0.22.0
27382026-08-19T19:45:04.881Z Checking toml_parser v1.1.2+spec-1.1.0
27392026-08-19T19:45:04.966Z Checking sha3 v0.10.8
27402026-08-19T19:45:05.056Z Checking toml_edit v0.22.27
27412026-08-19T19:45:05.173Z Checking crossterm v0.28.1
27422026-08-19T19:45:05.206Z Checking petgraph v0.8.3
27432026-08-19T19:45:05.236Z Checking similar v2.7.0
27442026-08-19T19:45:05.566Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27452026-08-19T19:45:05.613Z Checking ed25519-dalek v2.2.0
27462026-08-19T19:45:05.844Z Checking usdt v0.6.0
27472026-08-19T19:45:05.862Z Checking slog v2.8.2
27482026-08-19T19:45:05.865Z Checking usdt-impl v0.5.0
27492026-08-19T19:45:06.010Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27502026-08-19T19:45:06.128Z Checking nix v0.31.2
27512026-08-19T19:45:06.145Z Checking iddqd v0.4.2
27522026-08-19T19:45:06.496Z Checking reqwest v0.13.2
27532026-08-19T19:45:06.592Z Checking itertools v0.13.0
27542026-08-19T19:45:06.781Z Checking itertools v0.15.0
27552026-08-19T19:45:06.785Z Checking strum v0.26.3
27562026-08-19T19:45:06.894Z Checking serde_with v3.21.0
27572026-08-19T19:45:07.035Z Checking fs-err v3.3.0
27582026-08-19T19:45:07.057Z Checking tokio-stream v0.1.18
27592026-08-19T19:45:07.310Z Checking buf-list v1.1.2
27602026-08-19T19:45:07.323Z Checking anyhow v1.0.104
27612026-08-19T19:45:07.339Z Checking camino v1.2.5
27622026-08-19T19:45:07.433Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27632026-08-19T19:45:07.489Z Checking openapiv3 v2.2.0
27642026-08-19T19:45:07.512Z Checking lalrpop-util v0.19.12
27652026-08-19T19:45:07.588Z Checking peg-runtime v0.8.5
27662026-08-19T19:45:07.612Z Checking rayon v1.11.0
27672026-08-19T19:45:07.671Z Checking sigpipe v0.1.3
27682026-08-19T19:45:07.695Z Checking glob v0.3.3
27692026-08-19T19:45:08.641Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27702026-08-19T19:45:08.912Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27712026-08-19T19:45:09.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.51s
27722026-08-19T19:45:09.348Z
27732026-08-19T19:45:09.349Zinfo: running `cargo check --bins` on internal-dns-types (80/337)
27742026-08-19T19:45:09.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-08-19T19:45:09.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-08-19T19:45:09.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-08-19T19:45:09.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27782026-08-19T19:45:09.920Z
27792026-08-19T19:45:09.920Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/337)
27802026-08-19T19:45:10.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-08-19T19:45:10.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-08-19T19:45:10.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-08-19T19:45:10.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27842026-08-19T19:45:10.484Z
27852026-08-19T19:45:10.484Zinfo: running `cargo check --bins` on nexus-types-versions (82/337)
27862026-08-19T19:45:10.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-08-19T19:45:10.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-08-19T19:45:10.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-08-19T19:45:10.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27902026-08-19T19:45:11.065Z
27912026-08-19T19:45:11.065Zinfo: running `cargo check --bins` on oxql-types (83/337)
27922026-08-19T19:45:11.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-08-19T19:45:11.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-08-19T19:45:11.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-08-19T19:45:11.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27962026-08-19T19:45:11.629Z
27972026-08-19T19:45:11.629Zinfo: running `cargo check --bins` on oximeter-types (84/337)
27982026-08-19T19:45:12.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-08-19T19:45:12.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-08-19T19:45:12.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-08-19T19:45:12.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28022026-08-19T19:45:12.197Z
28032026-08-19T19:45:12.197Zinfo: running `cargo check --bins` on oximeter-types-versions (85/337)
28042026-08-19T19:45:12.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-08-19T19:45:12.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-08-19T19:45:12.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-08-19T19:45:12.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28082026-08-19T19:45:12.762Z
28092026-08-19T19:45:12.762Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/337)
28102026-08-19T19:45:13.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-08-19T19:45:13.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-08-19T19:45:13.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-08-19T19:45:13.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28142026-08-19T19:45:13.313Z
28152026-08-19T19:45:13.313Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (87/337)
28162026-08-19T19:45:13.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-08-19T19:45:13.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-08-19T19:45:13.987Z Compiling multer v3.1.0
28192026-08-19T19:45:14.102Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28202026-08-19T19:45:14.102Z Compiling async-stream-impl v0.3.6
28212026-08-19T19:45:14.119Z Compiling dropshot v0.17.1
28222026-08-19T19:45:14.132Z Compiling parse-display-derive v0.10.0
28232026-08-19T19:45:14.144Z Compiling newtype-uuid-macros v0.1.0
28242026-08-19T19:45:14.147Z Compiling dropshot_endpoint v0.17.1
28252026-08-19T19:45:14.174Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28262026-08-19T19:45:14.316Z Checking thread_local v1.1.9
28272026-08-19T19:45:14.346Z Checking match_cfg v0.1.0
28282026-08-19T19:45:14.416Z Checking compression-core v0.4.31
28292026-08-19T19:45:14.502Z Checking hostname v0.3.1
28302026-08-19T19:45:14.511Z Checking crossbeam-channel v0.5.15
28312026-08-19T19:45:14.551Z Checking compression-codecs v0.4.37
28322026-08-19T19:45:14.576Z Checking atomicwrites v0.4.4
28332026-08-19T19:45:14.616Z Checking slog-json v2.6.1
28342026-08-19T19:45:14.677Z Checking toml_datetime v1.1.1+spec-1.1.0
28352026-08-19T19:45:14.695Z Checking serde_spanned v1.1.1
28362026-08-19T19:45:14.718Z Checking is-terminal v0.4.17
28372026-08-19T19:45:14.771Z Checking toml_writer v1.1.1+spec-1.1.0
28382026-08-19T19:45:14.808Z Checking debug-ignore v1.0.5
28392026-08-19T19:45:14.821Z Checking term v1.2.1
28402026-08-19T19:45:14.861Z Checking take_mut v0.2.2
28412026-08-19T19:45:14.878Z Checking slog-bunyan v2.5.0
28422026-08-19T19:45:14.902Z Checking async-compression v0.4.41
28432026-08-19T19:45:14.906Z Checking async-stream v0.3.6
28442026-08-19T19:45:14.949Z Checking toml v1.1.2+spec-1.1.0
28452026-08-19T19:45:14.962Z Checking slog-async v2.8.0
28462026-08-19T19:45:14.983Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28472026-08-19T19:45:15.035Z Checking slog-term v2.9.2
28482026-08-19T19:45:15.040Z Checking progenitor-client v0.14.0
28492026-08-19T19:45:15.089Z Checking sha1 v0.11.0
28502026-08-19T19:45:15.145Z Checking waitgroup v0.1.2
28512026-08-19T19:45:15.243Z Checking rustls-pemfile v2.2.0
28522026-08-19T19:45:15.276Z Checking backon v1.6.0
28532026-08-19T19:45:15.280Z Checking serde_path_to_error v0.1.20
28542026-08-19T19:45:15.302Z Checking hostname v0.4.2
28552026-08-19T19:45:15.348Z Checking instant v0.1.13
28562026-08-19T19:45:15.430Z Checking backoff v0.4.0
28572026-08-19T19:45:15.447Z Checking progenitor-extras v0.2.0
28582026-08-19T19:45:15.536Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28592026-08-19T19:45:15.549Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28602026-08-19T19:45:15.592Z Checking regress v0.10.5
28612026-08-19T19:45:15.605Z Checking itertools v0.14.0
28622026-08-19T19:45:15.737Z Checking macaddr v1.0.1
28632026-08-19T19:45:15.777Z Checking parse-display v0.10.0
28642026-08-19T19:45:15.908Z Checking humantime v2.3.0
28652026-08-19T19:45:16.717Z Compiling prettyplease v0.2.37
28662026-08-19T19:45:16.995Z Checking num-rational v0.4.2
28672026-08-19T19:45:17.272Z Checking num-complex v0.4.6
28682026-08-19T19:45:17.705Z Compiling num v0.4.3
28692026-08-19T19:45:17.904Z Compiling usdt-attr-macro v0.5.0
28702026-08-19T19:45:17.910Z Compiling usdt-macro v0.5.0
28712026-08-19T19:45:17.910Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28722026-08-19T19:45:17.910Z Checking memmap v0.7.0
28732026-08-19T19:45:17.910Z Checking float-ord v0.3.2
28742026-08-19T19:45:17.984Z Compiling convert_case v0.4.0
28752026-08-19T19:45:18.265Z Checking newline-converter v0.3.0
28762026-08-19T19:45:18.348Z Compiling derive_more v0.99.20
28772026-08-19T19:45:18.377Z Checking console v0.15.11
28782026-08-19T19:45:18.531Z Compiling toml v0.8.23
28792026-08-19T19:45:18.568Z Checking usdt v0.5.0
28802026-08-19T19:45:18.651Z Compiling minimal-lexical v0.2.1
28812026-08-19T19:45:18.737Z Checking linked-hash-map v0.5.6
28822026-08-19T19:45:18.908Z Checking lru-cache v0.1.2
28832026-08-19T19:45:18.912Z Compiling nom v7.1.3
28842026-08-19T19:45:19.038Z Checking expectorate v1.2.0
28852026-08-19T19:45:19.226Z Checking camino-tempfile v1.4.1
28862026-08-19T19:45:19.435Z Checking hickory-proto v0.24.4
28872026-08-19T19:45:19.554Z Checking phf_shared v0.12.1
28882026-08-19T19:45:19.703Z Compiling slog-dtrace v0.3.0
28892026-08-19T19:45:19.713Z Compiling chrono-tz v0.10.4
28902026-08-19T19:45:19.904Z Checking resolv-conf v0.7.6
28912026-08-19T19:45:20.085Z Checking heck v0.5.0
28922026-08-19T19:45:20.088Z Compiling unicode-xid v0.2.6
28932026-08-19T19:45:20.228Z Compiling const_format_proc_macros v0.2.34
28942026-08-19T19:45:20.278Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28952026-08-19T19:45:20.293Z Checking phf v0.12.1
28962026-08-19T19:45:20.442Z Checking tokio-dtrace v0.1.1
28972026-08-19T19:45:20.641Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28982026-08-19T19:45:20.680Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28992026-08-19T19:45:20.752Z Compiling derive-where v1.6.0
29002026-08-19T19:45:20.935Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29012026-08-19T19:45:21.058Z Checking highway v1.3.0
29022026-08-19T19:45:21.275Z Checking hickory-resolver v0.24.4
29032026-08-19T19:45:21.292Z Checking const_format v0.2.35
29042026-08-19T19:45:21.527Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29052026-08-19T19:45:22.036Z Checking oxide-tokio-rt v0.1.4
29062026-08-19T19:45:22.050Z Checking qorb v0.4.1
29072026-08-19T19:45:22.227Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29082026-08-19T19:45:22.433Z Checking gethostname v0.5.0
29092026-08-19T19:45:22.446Z Checking bcs v0.1.6
29102026-08-19T19:45:22.459Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29112026-08-19T19:45:22.490Z Checking termtree v0.5.1
29122026-08-19T19:45:22.506Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29132026-08-19T19:45:22.519Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29142026-08-19T19:45:25.617Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29152026-08-19T19:45:28.738Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29162026-08-19T19:45:31.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.68s
29172026-08-19T19:45:31.174Z
29182026-08-19T19:45:31.174Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337)
29192026-08-19T19:45:31.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-08-19T19:45:31.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-08-19T19:45:31.852Z Compiling ar_archive_writer v0.5.1
29222026-08-19T19:45:31.963Z Compiling stacker v0.1.23
29232026-08-19T19:45:31.970Z Compiling cfg_aliases v0.1.1
29242026-08-19T19:45:31.976Z Compiling convert_case v0.10.0
29252026-08-19T19:45:31.983Z Compiling proc-macro-error v1.0.4
29262026-08-19T19:45:32.080Z Checking fd-lock v4.0.4
29272026-08-19T19:45:32.090Z Checking nibble_vec v0.1.0
29282026-08-19T19:45:32.090Z Compiling recursive-proc-macro-impl v0.1.1
29292026-08-19T19:45:32.090Z Compiling nix v0.28.0
29302026-08-19T19:45:32.098Z Checking vte v0.14.1
29312026-08-19T19:45:32.119Z Checking endian-type v0.1.2
29322026-08-19T19:45:32.214Z Checking bytecount v0.6.9
29332026-08-19T19:45:32.241Z Checking radix_trie v0.2.1
29342026-08-19T19:45:32.254Z Compiling derive_more-impl v2.1.1
29352026-08-19T19:45:32.257Z Checking strip-ansi-escapes v0.2.1
29362026-08-19T19:45:32.276Z Compiling tabled_derive v0.7.0
29372026-08-19T19:45:32.308Z Checking papergrid v0.11.0
29382026-08-19T19:45:32.362Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29392026-08-19T19:45:32.403Z Compiling peg-macros v0.8.5
29402026-08-19T19:45:32.446Z Compiling sqlparser_derive v0.5.0
29412026-08-19T19:45:32.773Z Compiling psm v0.1.30
29422026-08-19T19:45:32.824Z Checking winnow v0.6.26
29432026-08-19T19:45:32.909Z Checking unicode_categories v0.1.1
29442026-08-19T19:45:33.053Z Checking derive_more v2.1.1
29452026-08-19T19:45:33.066Z Checking nu-ansi-term v0.50.3
29462026-08-19T19:45:33.131Z Checking home v0.5.12
29472026-08-19T19:45:33.187Z Checking crossterm v0.29.0
29482026-08-19T19:45:33.218Z Checking tabled v0.15.0
29492026-08-19T19:45:33.254Z Checking display-error-chain v0.2.2
29502026-08-19T19:45:33.269Z Checking reedline v0.40.0
29512026-08-19T19:45:33.302Z Checking rustyline v14.0.0
29522026-08-19T19:45:33.533Z Checking recursive v0.1.1
29532026-08-19T19:45:33.626Z Checking sqlparser v0.61.0
29542026-08-19T19:45:33.682Z Checking peg v0.8.5
29552026-08-19T19:45:33.956Z Checking sqlformat v0.3.5
29562026-08-19T19:45:44.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.66s
29572026-08-19T19:45:45.017Z
29582026-08-19T19:45:45.017Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337)
29592026-08-19T19:45:45.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-19T19:45:45.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-19T19:45:45.690Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29622026-08-19T19:45:49.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
29632026-08-19T19:45:49.457Z
29642026-08-19T19:45:49.457Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337)
29652026-08-19T19:45:49.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-19T19:45:49.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-19T19:45:50.116Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29682026-08-19T19:45:52.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
29692026-08-19T19:45:52.820Z
29702026-08-19T19:45:52.820Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337)
29712026-08-19T19:45:53.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-19T19:45:53.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-19T19:45:53.477Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29742026-08-19T19:45:56.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
29752026-08-19T19:45:56.986Z
29762026-08-19T19:45:56.986Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337)
29772026-08-19T19:45:57.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-19T19:45:57.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-19T19:45:57.649Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29802026-08-19T19:46:01.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
29812026-08-19T19:46:01.225Z
29822026-08-19T19:46:01.225Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337)
29832026-08-19T19:46:01.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-19T19:46:01.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-19T19:46:01.892Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29862026-08-19T19:46:04.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
29872026-08-19T19:46:04.766Z
29882026-08-19T19:46:04.766Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337)
29892026-08-19T19:46:05.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-19T19:46:05.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-19T19:46:05.432Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29922026-08-19T19:46:08.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s
29932026-08-19T19:46:08.331Z
29942026-08-19T19:46:08.331Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337)
29952026-08-19T19:46:08.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-19T19:46:08.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-19T19:46:08.993Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29982026-08-19T19:46:12.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s
29992026-08-19T19:46:12.708Z
30002026-08-19T19:46:12.708Zinfo: running `cargo check --bins` on oximeter (96/337)
30012026-08-19T19:46:13.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-19T19:46:13.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-19T19:46:13.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30042026-08-19T19:46:13.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30052026-08-19T19:46:13.268Z
30062026-08-19T19:46:13.268Zinfo: running `cargo check --bins` on oximeter-schema (97/337)
30072026-08-19T19:46:13.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-19T19:46:13.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-19T19:46:13.887Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30102026-08-19T19:46:14.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
30112026-08-19T19:46:14.432Z
30122026-08-19T19:46:14.432Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (98/337)
30132026-08-19T19:46:14.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-19T19:46:14.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-19T19:46:14.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-19T19:46:14.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30172026-08-19T19:46:15.002Z
30182026-08-19T19:46:15.002Zinfo: running `cargo check --bins` on oximeter-test-utils (99/337)
30192026-08-19T19:46:15.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-19T19:46:15.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-19T19:46:15.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-08-19T19:46:15.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30232026-08-19T19:46:15.611Z
30242026-08-19T19:46:15.611Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337)
30252026-08-19T19:46:16.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-08-19T19:46:16.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-08-19T19:46:16.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-08-19T19:46:16.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30292026-08-19T19:46:16.182Z
30302026-08-19T19:46:16.182Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337)
30312026-08-19T19:46:16.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-08-19T19:46:16.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-08-19T19:46:16.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-08-19T19:46:16.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30352026-08-19T19:46:16.763Z
30362026-08-19T19:46:16.763Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337)
30372026-08-19T19:46:17.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-08-19T19:46:17.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-08-19T19:46:17.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-08-19T19:46:17.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30412026-08-19T19:46:17.337Z
30422026-08-19T19:46:17.337Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337)
30432026-08-19T19:46:17.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-08-19T19:46:17.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-08-19T19:46:17.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-08-19T19:46:17.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30472026-08-19T19:46:17.902Z
30482026-08-19T19:46:17.902Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/337)
30492026-08-19T19:46:18.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-08-19T19:46:18.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-08-19T19:46:18.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-08-19T19:46:18.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30532026-08-19T19:46:18.473Z
30542026-08-19T19:46:18.473Zinfo: running `cargo check --bins` on reconfigurator-cli (105/337)
30552026-08-19T19:46:18.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-08-19T19:46:18.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-08-19T19:46:19.318Z Compiling crucible-workspace-hack v0.1.0
30582026-08-19T19:46:19.318Z Compiling regress v0.11.1
30592026-08-19T19:46:19.333Z Checking secrecy v0.10.3
30602026-08-19T19:46:19.333Z Checking half v2.7.1
30612026-08-19T19:46:19.333Z Checking ciborium-io v0.2.2
30622026-08-19T19:46:19.333Z Checking inout v0.1.4
30632026-08-19T19:46:19.333Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30642026-08-19T19:46:19.418Z Checking universal-hash v0.5.1
30652026-08-19T19:46:19.498Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30662026-08-19T19:46:19.535Z Compiling thiserror-impl-no-std v2.0.2
30672026-08-19T19:46:19.553Z Checking opaque-debug v0.3.1
30682026-08-19T19:46:19.575Z Checking cipher v0.4.4
30692026-08-19T19:46:19.629Z Checking poly1305 v0.8.0
30702026-08-19T19:46:19.757Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30712026-08-19T19:46:19.764Z Checking ciborium-ll v0.2.2
30722026-08-19T19:46:19.765Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30732026-08-19T19:46:19.779Z Checking chacha20 v0.9.1
30742026-08-19T19:46:19.891Z Checking password-hash v0.5.0
30752026-08-19T19:46:19.928Z Checking ciborium v0.2.2
30762026-08-19T19:46:19.976Z Checking blake2 v0.10.6
30772026-08-19T19:46:19.986Z Checking aead v0.5.2
30782026-08-19T19:46:20.104Z Compiling toml_datetime v0.7.5+spec-1.1.0
30792026-08-19T19:46:20.134Z Checking indent_write v2.2.0
30802026-08-19T19:46:20.148Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30812026-08-19T19:46:20.204Z Checking argon2 v0.5.3
30822026-08-19T19:46:20.260Z Compiling toml_edit v0.23.10+spec-1.0.0
30832026-08-19T19:46:20.325Z Checking chacha20poly1305 v0.10.1
30842026-08-19T19:46:20.348Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30852026-08-19T19:46:20.453Z Compiling unsafe-libyaml v0.2.11
30862026-08-19T19:46:20.554Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30872026-08-19T19:46:20.690Z Checking thiserror-no-std v2.0.2
30882026-08-19T19:46:20.759Z Compiling heapless v0.8.0
30892026-08-19T19:46:20.784Z Checking vsss-rs v3.3.4
30902026-08-19T19:46:20.974Z Compiling typify-impl v0.6.2
30912026-08-19T19:46:21.055Z Compiling serde_yaml v0.9.34+deprecated
30922026-08-19T19:46:21.199Z Compiling proc-macro-crate v3.4.0
30932026-08-19T19:46:21.480Z Compiling ingot-macros v0.2.0
30942026-08-19T19:46:21.726Z Compiling num_enum_derive v0.7.6
30952026-08-19T19:46:21.825Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30962026-08-19T19:46:21.868Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30972026-08-19T19:46:21.924Z Checking hash32 v0.3.1
30982026-08-19T19:46:22.056Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30992026-08-19T19:46:22.270Z Compiling smoltcp v0.11.0
31002026-08-19T19:46:22.481Z Checking tabwriter v1.4.1
31012026-08-19T19:46:22.567Z Checking cobs v0.3.0
31022026-08-19T19:46:22.634Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31032026-08-19T19:46:22.647Z Checking swrite v0.1.0
31042026-08-19T19:46:22.713Z Checking postcard v1.1.3
31052026-08-19T19:46:22.756Z Compiling proc-macro-crate v1.3.1
31062026-08-19T19:46:22.767Z Checking num_enum v0.7.6
31072026-08-19T19:46:22.835Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31082026-08-19T19:46:22.879Z Compiling foreign-types-macros v0.2.3
31092026-08-19T19:46:22.994Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31102026-08-19T19:46:23.012Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31112026-08-19T19:46:23.047Z Checking colored v3.1.1
31122026-08-19T19:46:23.159Z Checking foreign-types-shared v0.3.1
31132026-08-19T19:46:23.288Z Compiling num_enum_derive v0.5.11
31142026-08-19T19:46:23.371Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-08-19T19:46:23.390Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31162026-08-19T19:46:23.474Z Checking foreign-types v0.5.0
31172026-08-19T19:46:23.555Z Checking cstr-argument v0.1.2
31182026-08-19T19:46:23.679Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31192026-08-19T19:46:23.805Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31202026-08-19T19:46:23.845Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31212026-08-19T19:46:23.885Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31222026-08-19T19:46:23.914Z Checking rand v0.10.1
31232026-08-19T19:46:23.930Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31242026-08-19T19:46:24.015Z Compiling zone_cfg_derive v0.3.1
31252026-08-19T19:46:24.047Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31262026-08-19T19:46:24.163Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31272026-08-19T19:46:24.246Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31282026-08-19T19:46:24.279Z Checking num_enum v0.5.11
31292026-08-19T19:46:24.292Z Checking ingot-types v0.2.0
31302026-08-19T19:46:24.428Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31312026-08-19T19:46:24.467Z Checking itertools v0.12.1
31322026-08-19T19:46:24.609Z Compiling num-derive v0.4.2
31332026-08-19T19:46:24.712Z Compiling semver v0.1.20
31342026-08-19T19:46:24.731Z Checking ingot v0.2.1
31352026-08-19T19:46:25.013Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31362026-08-19T19:46:25.226Z Compiling rustc_version v0.1.7
31372026-08-19T19:46:25.620Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31382026-08-19T19:46:25.653Z Checking smf v0.2.3
31392026-08-19T19:46:25.653Z Compiling typify-macro v0.6.2
31402026-08-19T19:46:25.653Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31412026-08-19T19:46:25.654Z Checking zone v0.3.1
31422026-08-19T19:46:25.654Z Checking nom v8.0.0
31432026-08-19T19:46:25.712Z Checking csv-core v0.1.13
31442026-08-19T19:46:25.762Z Checking whoami v1.6.1
31452026-08-19T19:46:25.808Z Compiling newtype_derive v0.1.6
31462026-08-19T19:46:25.887Z Checking csv v1.4.0
31472026-08-19T19:46:25.920Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31482026-08-19T19:46:25.944Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31492026-08-19T19:46:25.998Z Compiling cancel-safe-futures v0.1.5
31502026-08-19T19:46:26.105Z Compiling libefi-sys v0.1.0
31512026-08-19T19:46:26.221Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31522026-08-19T19:46:26.251Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31532026-08-19T19:46:26.365Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31542026-08-19T19:46:26.388Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31552026-08-19T19:46:26.503Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31562026-08-19T19:46:26.551Z Checking oxide-update-engine-types v0.1.2
31572026-08-19T19:46:26.591Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31582026-08-19T19:46:26.654Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31592026-08-19T19:46:26.836Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31602026-08-19T19:46:26.932Z Compiling bitfield-struct v0.6.2
31612026-08-19T19:46:26.947Z Checking linear-map v1.2.0
31622026-08-19T19:46:27.139Z Checking steno v0.4.1
31632026-08-19T19:46:27.367Z Compiling typify v0.6.2
31642026-08-19T19:46:27.397Z Compiling progenitor-impl v0.14.0
31652026-08-19T19:46:27.447Z Checking oxide-update-engine v0.1.2
31662026-08-19T19:46:27.463Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31672026-08-19T19:46:27.556Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31682026-08-19T19:46:27.568Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31692026-08-19T19:46:27.850Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31702026-08-19T19:46:27.990Z Checking sha1 v0.10.6
31712026-08-19T19:46:28.174Z Checking utf-8 v0.7.6
31722026-08-19T19:46:28.193Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31732026-08-19T19:46:28.193Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31742026-08-19T19:46:28.193Z Checking tungstenite v0.21.0
31752026-08-19T19:46:28.206Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31762026-08-19T19:46:28.355Z Checking ignore v0.4.25
31772026-08-19T19:46:28.359Z Checking anstyle-parse v0.2.7
31782026-08-19T19:46:28.450Z Compiling xshell-macros v0.2.7
31792026-08-19T19:46:28.476Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31802026-08-19T19:46:28.501Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31812026-08-19T19:46:28.583Z Checking tokio-tungstenite v0.21.0
31822026-08-19T19:46:28.676Z Checking anstream v0.6.21
31832026-08-19T19:46:28.705Z Checking globwalk v0.9.1
31842026-08-19T19:46:28.717Z Checking predicates-tree v1.0.13
31852026-08-19T19:46:28.825Z Checking xshell v0.2.7
31862026-08-19T19:46:28.834Z Checking filetime v0.2.27
31872026-08-19T19:46:28.862Z Checking tagptr v0.2.0
31882026-08-19T19:46:28.881Z Checking xattr v1.6.1
31892026-08-19T19:46:28.898Z Checking camino-tempfile-ext v0.3.3
31902026-08-19T19:46:28.972Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31912026-08-19T19:46:28.999Z Checking tar v0.4.46
31922026-08-19T19:46:29.002Z Checking moka v0.12.13
31932026-08-19T19:46:29.029Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31942026-08-19T19:46:29.083Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31952026-08-19T19:46:29.148Z Checking rand_seeder v0.4.0
31962026-08-19T19:46:29.164Z Checking half v1.8.3
31972026-08-19T19:46:29.228Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31982026-08-19T19:46:29.295Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31992026-08-19T19:46:29.410Z Checking serde_cbor v0.11.2
32002026-08-19T19:46:29.422Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32012026-08-19T19:46:29.654Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
32022026-08-19T19:46:29.681Z Checking sha2 v0.11.0
32032026-08-19T19:46:29.702Z Checking hickory-resolver v0.25.2
32042026-08-19T19:46:29.799Z Checking digest-io v0.1.0
32052026-08-19T19:46:29.940Z Compiling petname v2.0.2
32062026-08-19T19:46:30.007Z Compiling progenitor-macro v0.14.0
32072026-08-19T19:46:30.368Z Checking rawzip v0.4.4
32082026-08-19T19:46:30.378Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32092026-08-19T19:46:30.436Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32102026-08-19T19:46:30.732Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32112026-08-19T19:46:30.751Z Checking sapling-renderdag v0.1.0
32122026-08-19T19:46:30.901Z Checking subprocess v0.2.15
32132026-08-19T19:46:30.918Z Checking sync-ptr v0.1.4
32142026-08-19T19:46:30.998Z Checking colored v2.2.0
32152026-08-19T19:46:31.029Z Checking assert_matches v1.5.0
32162026-08-19T19:46:31.082Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32172026-08-19T19:46:31.101Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32182026-08-19T19:46:31.178Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32192026-08-19T19:46:31.195Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32202026-08-19T19:46:31.619Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32212026-08-19T19:46:31.774Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32222026-08-19T19:46:31.830Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32232026-08-19T19:46:33.135Z Checking progenitor v0.14.0
32242026-08-19T19:46:33.234Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32252026-08-19T19:46:33.267Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32262026-08-19T19:46:33.267Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32272026-08-19T19:46:33.274Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32282026-08-19T19:46:33.274Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32292026-08-19T19:46:33.274Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32302026-08-19T19:46:33.274Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32312026-08-19T19:46:33.450Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32322026-08-19T19:46:33.589Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32332026-08-19T19:46:33.626Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32342026-08-19T19:46:33.747Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32352026-08-19T19:46:33.882Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32362026-08-19T19:46:34.560Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32372026-08-19T19:46:35.078Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32382026-08-19T19:46:35.222Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32392026-08-19T19:46:36.306Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32402026-08-19T19:46:44.955Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32412026-08-19T19:46:52.223Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32422026-08-19T19:46:52.236Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32432026-08-19T19:46:52.236Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32442026-08-19T19:46:58.372Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32452026-08-19T19:46:58.472Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32462026-08-19T19:46:58.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.73s
32472026-08-19T19:46:58.473Z
32482026-08-19T19:46:58.473Zinfo: running `cargo check --bins` on nexus-inventory (106/337)
32492026-08-19T19:46:58.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-08-19T19:46:58.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-08-19T19:46:58.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522026-08-19T19:46:58.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32532026-08-19T19:46:58.473Z
32542026-08-19T19:46:58.473Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337)
32552026-08-19T19:46:58.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-08-19T19:46:58.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-08-19T19:46:58.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582026-08-19T19:46:58.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32592026-08-19T19:46:58.639Z
32602026-08-19T19:46:58.640Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/337)
32612026-08-19T19:46:59.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-08-19T19:46:59.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-08-19T19:46:59.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642026-08-19T19:46:59.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32652026-08-19T19:46:59.175Z
32662026-08-19T19:46:59.175Zinfo: running `cargo check --bins` on dns-service-client (109/337)
32672026-08-19T19:46:59.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-08-19T19:46:59.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-08-19T19:46:59.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-08-19T19:46:59.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32712026-08-19T19:46:59.740Z
32722026-08-19T19:46:59.740Zinfo: running `cargo check --bins` on ntp-admin-client (110/337)
32732026-08-19T19:47:00.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-08-19T19:47:00.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-08-19T19:47:00.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-08-19T19:47:00.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32772026-08-19T19:47:00.299Z
32782026-08-19T19:47:00.299Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/337)
32792026-08-19T19:47:00.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-08-19T19:47:00.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-08-19T19:47:00.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822026-08-19T19:47:00.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32832026-08-19T19:47:01.043Z
32842026-08-19T19:47:01.043Zinfo: running `cargo check --bins` on cockroach-admin-client (112/337)
32852026-08-19T19:47:01.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862026-08-19T19:47:01.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872026-08-19T19:47:01.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882026-08-19T19:47:01.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32892026-08-19T19:47:01.416Z
32902026-08-19T19:47:01.416Zinfo: running `cargo check --bins` on parallel-task-set (113/337)
32912026-08-19T19:47:01.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922026-08-19T19:47:01.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932026-08-19T19:47:01.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942026-08-19T19:47:01.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32952026-08-19T19:47:01.965Z
32962026-08-19T19:47:01.965Zinfo: running `cargo check --bins` on sled-agent-client (114/337)
32972026-08-19T19:47:02.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982026-08-19T19:47:02.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992026-08-19T19:47:02.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002026-08-19T19:47:02.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33012026-08-19T19:47:02.546Z
33022026-08-19T19:47:02.546Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337)
33032026-08-19T19:47:03.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-08-19T19:47:03.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-08-19T19:47:03.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062026-08-19T19:47:03.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33072026-08-19T19:47:03.136Z
33082026-08-19T19:47:03.136Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/337)
33092026-08-19T19:47:03.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-08-19T19:47:03.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-08-19T19:47:03.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-08-19T19:47:03.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33132026-08-19T19:47:03.722Z
33142026-08-19T19:47:03.722Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337)
33152026-08-19T19:47:04.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-08-19T19:47:04.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-08-19T19:47:04.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-08-19T19:47:04.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33192026-08-19T19:47:04.308Z
33202026-08-19T19:47:04.308Zinfo: running `cargo check --bins` on key-manager (118/337)
33212026-08-19T19:47:04.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-08-19T19:47:04.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-08-19T19:47:04.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-08-19T19:47:04.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33252026-08-19T19:47:04.881Z
33262026-08-19T19:47:04.881Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/337)
33272026-08-19T19:47:05.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-08-19T19:47:05.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-08-19T19:47:05.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-08-19T19:47:05.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33312026-08-19T19:47:05.470Z
33322026-08-19T19:47:05.470Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337)
33332026-08-19T19:47:05.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-08-19T19:47:05.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-08-19T19:47:05.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-08-19T19:47:05.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33372026-08-19T19:47:06.049Z
33382026-08-19T19:47:06.049Zinfo: running `cargo check --bins` on typed-rng (121/337)
33392026-08-19T19:47:06.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-08-19T19:47:06.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-08-19T19:47:06.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-08-19T19:47:06.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33432026-08-19T19:47:06.601Z
33442026-08-19T19:47:06.601Zinfo: running `cargo check --bins` on gateway-test-utils (122/337)
33452026-08-19T19:47:07.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-08-19T19:47:07.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-08-19T19:47:07.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-08-19T19:47:07.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33492026-08-19T19:47:07.210Z
33502026-08-19T19:47:07.210Zinfo: running `cargo check --bins` on omicron-gateway (123/337)
33512026-08-19T19:47:07.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-08-19T19:47:07.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-08-19T19:47:07.933Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33542026-08-19T19:47:07.937Z Checking void v1.0.2
33552026-08-19T19:47:07.937Z Checking tungstenite v0.23.0
33562026-08-19T19:47:07.937Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33572026-08-19T19:47:07.937Z Checking nix v0.27.1
33582026-08-19T19:47:08.059Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33592026-08-19T19:47:08.064Z Checking dropshot-api-manager-types v0.8.0
33602026-08-19T19:47:08.067Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33612026-08-19T19:47:08.199Z Checking lzss v0.8.2
33622026-08-19T19:47:08.215Z Checking kstat-rs v0.2.5
33632026-08-19T19:47:08.241Z Checking fxhash v0.2.1
33642026-08-19T19:47:08.297Z Checking serde_bytes v0.11.19
33652026-08-19T19:47:08.349Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33662026-08-19T19:47:08.374Z Checking signal-hook-tokio v0.3.1
33672026-08-19T19:47:08.377Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33682026-08-19T19:47:08.402Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33692026-08-19T19:47:08.463Z Checking tokio-tungstenite v0.23.1
33702026-08-19T19:47:08.536Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33712026-08-19T19:47:09.675Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33722026-08-19T19:47:10.216Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33732026-08-19T19:47:12.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.12s
33742026-08-19T19:47:12.530Z
33752026-08-19T19:47:12.530Zinfo: running `cargo check --bins` on gateway-api (124/337)
33762026-08-19T19:47:13.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-08-19T19:47:13.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-08-19T19:47:13.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-08-19T19:47:13.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33802026-08-19T19:47:13.091Z
33812026-08-19T19:47:13.091Zinfo: running `cargo check --bins` on ipcc (125/337)
33822026-08-19T19:47:13.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-08-19T19:47:13.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-08-19T19:47:13.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-08-19T19:47:13.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33862026-08-19T19:47:13.659Z
33872026-08-19T19:47:13.659Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337)
33882026-08-19T19:47:14.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-08-19T19:47:14.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-08-19T19:47:14.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-08-19T19:47:14.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33922026-08-19T19:47:14.215Z
33932026-08-19T19:47:14.215Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337)
33942026-08-19T19:47:14.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-08-19T19:47:14.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-08-19T19:47:14.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-08-19T19:47:14.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33982026-08-19T19:47:14.804Z
33992026-08-19T19:47:14.804Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337)
34002026-08-19T19:47:15.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-08-19T19:47:15.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-08-19T19:47:15.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-08-19T19:47:15.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34042026-08-19T19:47:15.413Z
34052026-08-19T19:47:15.413Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337)
34062026-08-19T19:47:15.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-08-19T19:47:15.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-08-19T19:47:15.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-08-19T19:47:15.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34102026-08-19T19:47:15.943Z
34112026-08-19T19:47:15.944Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337)
34122026-08-19T19:47:16.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-08-19T19:47:16.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-08-19T19:47:16.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-08-19T19:47:16.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34162026-08-19T19:47:16.513Z
34172026-08-19T19:47:16.513Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337)
34182026-08-19T19:47:17.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-08-19T19:47:17.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-08-19T19:47:17.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-08-19T19:47:17.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34222026-08-19T19:47:17.101Z
34232026-08-19T19:47:17.101Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337)
34242026-08-19T19:47:17.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-08-19T19:47:17.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-08-19T19:47:17.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-08-19T19:47:17.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34282026-08-19T19:47:17.669Z
34292026-08-19T19:47:17.669Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337)
34302026-08-19T19:47:18.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-08-19T19:47:18.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-08-19T19:47:18.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-08-19T19:47:18.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34342026-08-19T19:47:18.240Z
34352026-08-19T19:47:18.240Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337)
34362026-08-19T19:47:18.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-08-19T19:47:18.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-08-19T19:47:18.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-08-19T19:47:18.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34402026-08-19T19:47:18.807Z
34412026-08-19T19:47:18.807Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337)
34422026-08-19T19:47:19.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-08-19T19:47:19.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-08-19T19:47:19.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-08-19T19:47:19.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34462026-08-19T19:47:19.377Z
34472026-08-19T19:47:19.377Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337)
34482026-08-19T19:47:19.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-08-19T19:47:19.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-08-19T19:47:19.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-08-19T19:47:19.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34522026-08-19T19:47:19.946Z
34532026-08-19T19:47:19.949Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337)
34542026-08-19T19:47:20.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-08-19T19:47:20.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-08-19T19:47:20.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-08-19T19:47:20.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34582026-08-19T19:47:20.515Z
34592026-08-19T19:47:20.515Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337)
34602026-08-19T19:47:20.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-08-19T19:47:21.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-08-19T19:47:21.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-08-19T19:47:21.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34642026-08-19T19:47:21.092Z
34652026-08-19T19:47:21.092Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337)
34662026-08-19T19:47:21.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-08-19T19:47:21.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-08-19T19:47:21.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-08-19T19:47:21.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34702026-08-19T19:47:21.659Z
34712026-08-19T19:47:21.660Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337)
34722026-08-19T19:47:22.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-08-19T19:47:22.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-08-19T19:47:22.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-08-19T19:47:22.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34762026-08-19T19:47:22.241Z
34772026-08-19T19:47:22.241Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337)
34782026-08-19T19:47:22.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-08-19T19:47:22.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-08-19T19:47:22.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-08-19T19:47:22.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34822026-08-19T19:47:22.803Z
34832026-08-19T19:47:22.804Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337)
34842026-08-19T19:47:23.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-08-19T19:47:23.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-08-19T19:47:23.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-08-19T19:47:23.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34882026-08-19T19:47:23.375Z
34892026-08-19T19:47:23.375Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337)
34902026-08-19T19:47:23.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-08-19T19:47:23.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-08-19T19:47:23.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-08-19T19:47:23.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34942026-08-19T19:47:23.944Z
34952026-08-19T19:47:23.944Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337)
34962026-08-19T19:47:24.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-08-19T19:47:24.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-08-19T19:47:24.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-08-19T19:47:24.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35002026-08-19T19:47:24.513Z
35012026-08-19T19:47:24.513Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337)
35022026-08-19T19:47:24.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-19T19:47:24.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-19T19:47:24.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-19T19:47:24.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35062026-08-19T19:47:25.080Z
35072026-08-19T19:47:25.080Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337)
35082026-08-19T19:47:25.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-19T19:47:25.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-19T19:47:25.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-19T19:47:25.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35122026-08-19T19:47:25.669Z
35132026-08-19T19:47:25.669Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337)
35142026-08-19T19:47:26.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-19T19:47:26.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-19T19:47:26.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-19T19:47:26.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35182026-08-19T19:47:26.253Z
35192026-08-19T19:47:26.254Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337)
35202026-08-19T19:47:26.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-19T19:47:26.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-19T19:47:26.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-19T19:47:26.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35242026-08-19T19:47:26.839Z
35252026-08-19T19:47:26.839Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337)
35262026-08-19T19:47:27.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-19T19:47:27.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-19T19:47:27.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-19T19:47:27.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35302026-08-19T19:47:27.425Z
35312026-08-19T19:47:27.425Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337)
35322026-08-19T19:47:27.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-19T19:47:27.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-19T19:47:27.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-19T19:47:27.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35362026-08-19T19:47:28.015Z
35372026-08-19T19:47:28.015Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337)
35382026-08-19T19:47:28.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-19T19:47:28.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-19T19:47:28.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-19T19:47:28.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35422026-08-19T19:47:28.600Z
35432026-08-19T19:47:28.600Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337)
35442026-08-19T19:47:29.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-19T19:47:29.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-19T19:47:29.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-19T19:47:29.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35482026-08-19T19:47:29.192Z
35492026-08-19T19:47:29.192Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337)
35502026-08-19T19:47:29.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-19T19:47:29.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-19T19:47:29.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-19T19:47:29.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35542026-08-19T19:47:29.777Z
35552026-08-19T19:47:29.778Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337)
35562026-08-19T19:47:30.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-19T19:47:30.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-19T19:47:30.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-19T19:47:30.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35602026-08-19T19:47:30.363Z
35612026-08-19T19:47:30.363Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337)
35622026-08-19T19:47:30.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-19T19:47:30.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-19T19:47:30.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-19T19:47:30.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35662026-08-19T19:47:30.951Z
35672026-08-19T19:47:30.952Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337)
35682026-08-19T19:47:31.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-19T19:47:31.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-19T19:47:31.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-19T19:47:31.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35722026-08-19T19:47:31.539Z
35732026-08-19T19:47:31.539Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337)
35742026-08-19T19:47:32.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-19T19:47:32.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-19T19:47:32.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-19T19:47:32.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35782026-08-19T19:47:32.122Z
35792026-08-19T19:47:32.122Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337)
35802026-08-19T19:47:32.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-19T19:47:32.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-19T19:47:32.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-19T19:47:32.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35842026-08-19T19:47:32.702Z
35852026-08-19T19:47:32.702Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337)
35862026-08-19T19:47:33.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-19T19:47:33.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-19T19:47:33.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-19T19:47:33.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35902026-08-19T19:47:33.286Z
35912026-08-19T19:47:33.286Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337)
35922026-08-19T19:47:33.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-19T19:47:33.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-19T19:47:33.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-19T19:47:33.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35962026-08-19T19:47:33.872Z
35972026-08-19T19:47:33.872Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337)
35982026-08-19T19:47:34.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-19T19:47:34.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-19T19:47:34.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-19T19:47:34.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36022026-08-19T19:47:34.460Z
36032026-08-19T19:47:34.460Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337)
36042026-08-19T19:47:34.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-19T19:47:34.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-19T19:47:34.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-08-19T19:47:34.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36082026-08-19T19:47:35.045Z
36092026-08-19T19:47:35.045Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337)
36102026-08-19T19:47:35.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-08-19T19:47:35.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-08-19T19:47:35.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-08-19T19:47:35.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-08-19T19:47:35.629Z
36152026-08-19T19:47:35.629Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337)
36162026-08-19T19:47:36.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-08-19T19:47:36.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-08-19T19:47:36.112Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-08-19T19:47:36.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36202026-08-19T19:47:36.199Z
36212026-08-19T19:47:36.199Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337)
36222026-08-19T19:47:36.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-08-19T19:47:36.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-08-19T19:47:36.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-08-19T19:47:36.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36262026-08-19T19:47:36.769Z
36272026-08-19T19:47:36.769Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337)
36282026-08-19T19:47:37.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-08-19T19:47:37.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-08-19T19:47:37.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-08-19T19:47:37.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36322026-08-19T19:47:37.340Z
36332026-08-19T19:47:37.340Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337)
36342026-08-19T19:47:37.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-08-19T19:47:37.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-08-19T19:47:37.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-08-19T19:47:37.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36382026-08-19T19:47:37.909Z
36392026-08-19T19:47:37.909Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337)
36402026-08-19T19:47:38.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-08-19T19:47:38.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-08-19T19:47:38.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-08-19T19:47:38.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36442026-08-19T19:47:38.478Z
36452026-08-19T19:47:38.478Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337)
36462026-08-19T19:47:38.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-08-19T19:47:38.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-08-19T19:47:38.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-08-19T19:47:38.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36502026-08-19T19:47:39.047Z
36512026-08-19T19:47:39.047Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337)
36522026-08-19T19:47:39.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-08-19T19:47:39.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-08-19T19:47:39.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-08-19T19:47:39.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36562026-08-19T19:47:39.620Z
36572026-08-19T19:47:39.620Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337)
36582026-08-19T19:47:40.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-08-19T19:47:40.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-08-19T19:47:40.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-08-19T19:47:40.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36622026-08-19T19:47:40.190Z
36632026-08-19T19:47:40.191Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337)
36642026-08-19T19:47:40.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-08-19T19:47:40.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-08-19T19:47:40.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-08-19T19:47:40.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36682026-08-19T19:47:40.763Z
36692026-08-19T19:47:40.763Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337)
36702026-08-19T19:47:41.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-08-19T19:47:41.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-08-19T19:47:41.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-08-19T19:47:41.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36742026-08-19T19:47:41.332Z
36752026-08-19T19:47:41.332Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337)
36762026-08-19T19:47:41.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-08-19T19:47:41.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-08-19T19:47:41.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-08-19T19:47:41.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36802026-08-19T19:47:41.906Z
36812026-08-19T19:47:41.906Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337)
36822026-08-19T19:47:42.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-08-19T19:47:42.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-08-19T19:47:42.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-08-19T19:47:42.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36862026-08-19T19:47:42.475Z
36872026-08-19T19:47:42.475Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337)
36882026-08-19T19:47:42.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-08-19T19:47:42.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-08-19T19:47:42.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-08-19T19:47:42.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36922026-08-19T19:47:43.046Z
36932026-08-19T19:47:43.046Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337)
36942026-08-19T19:47:43.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-08-19T19:47:43.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-08-19T19:47:43.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-08-19T19:47:43.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36982026-08-19T19:47:43.615Z
36992026-08-19T19:47:43.616Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337)
37002026-08-19T19:47:44.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-08-19T19:47:44.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-08-19T19:47:44.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-08-19T19:47:44.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37042026-08-19T19:47:44.185Z
37052026-08-19T19:47:44.185Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337)
37062026-08-19T19:47:44.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-08-19T19:47:44.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-08-19T19:47:44.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-08-19T19:47:44.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37102026-08-19T19:47:44.757Z
37112026-08-19T19:47:44.757Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337)
37122026-08-19T19:47:45.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-08-19T19:47:45.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-08-19T19:47:45.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-08-19T19:47:45.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37162026-08-19T19:47:45.343Z
37172026-08-19T19:47:45.344Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337)
37182026-08-19T19:47:45.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-08-19T19:47:45.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-08-19T19:47:45.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-08-19T19:47:45.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37222026-08-19T19:47:45.929Z
37232026-08-19T19:47:45.929Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337)
37242026-08-19T19:47:46.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-08-19T19:47:46.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-08-19T19:47:46.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-08-19T19:47:46.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37282026-08-19T19:47:46.516Z
37292026-08-19T19:47:46.516Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337)
37302026-08-19T19:47:47.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-08-19T19:47:47.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-08-19T19:47:47.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-08-19T19:47:47.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37342026-08-19T19:47:47.102Z
37352026-08-19T19:47:47.102Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337)
37362026-08-19T19:47:47.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-08-19T19:47:47.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-08-19T19:47:47.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-08-19T19:47:47.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37402026-08-19T19:47:47.687Z
37412026-08-19T19:47:47.687Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337)
37422026-08-19T19:47:48.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-08-19T19:47:48.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-08-19T19:47:48.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-08-19T19:47:48.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37462026-08-19T19:47:48.272Z
37472026-08-19T19:47:48.272Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337)
37482026-08-19T19:47:48.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-08-19T19:47:48.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-08-19T19:47:48.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-08-19T19:47:48.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37522026-08-19T19:47:48.862Z
37532026-08-19T19:47:48.862Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337)
37542026-08-19T19:47:49.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-08-19T19:47:49.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-08-19T19:47:49.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-08-19T19:47:49.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37582026-08-19T19:47:49.447Z
37592026-08-19T19:47:49.447Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337)
37602026-08-19T19:47:49.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-08-19T19:47:49.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-08-19T19:47:49.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-08-19T19:47:49.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37642026-08-19T19:47:50.034Z
37652026-08-19T19:47:50.035Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337)
37662026-08-19T19:47:50.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-08-19T19:47:50.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-08-19T19:47:50.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-08-19T19:47:50.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37702026-08-19T19:47:50.625Z
37712026-08-19T19:47:50.625Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337)
37722026-08-19T19:47:51.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-08-19T19:47:51.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-08-19T19:47:51.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-08-19T19:47:51.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37762026-08-19T19:47:51.218Z
37772026-08-19T19:47:51.218Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337)
37782026-08-19T19:47:51.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-08-19T19:47:51.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-08-19T19:47:51.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-08-19T19:47:51.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37822026-08-19T19:47:51.803Z
37832026-08-19T19:47:51.803Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337)
37842026-08-19T19:47:52.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-08-19T19:47:52.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-08-19T19:47:52.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-08-19T19:47:52.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37882026-08-19T19:47:52.394Z
37892026-08-19T19:47:52.394Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337)
37902026-08-19T19:47:52.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-08-19T19:47:52.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-08-19T19:47:52.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-08-19T19:47:52.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37942026-08-19T19:47:52.985Z
37952026-08-19T19:47:52.985Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337)
37962026-08-19T19:47:53.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-08-19T19:47:53.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-08-19T19:47:53.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-08-19T19:47:53.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38002026-08-19T19:47:53.578Z
38012026-08-19T19:47:53.578Zinfo: running `cargo check --bins` on oximeter-producer (195/337)
38022026-08-19T19:47:54.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-08-19T19:47:54.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-08-19T19:47:54.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-08-19T19:47:54.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38062026-08-19T19:47:54.186Z
38072026-08-19T19:47:54.186Zinfo: running `cargo check --bins` on internal-dns-resolver (196/337)
38082026-08-19T19:47:54.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-08-19T19:47:54.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-08-19T19:47:54.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-08-19T19:47:54.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38122026-08-19T19:47:54.759Z
38132026-08-19T19:47:54.759Zinfo: running `cargo check --bins` on dns-server (197/337)
38142026-08-19T19:47:55.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-08-19T19:47:55.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-08-19T19:47:55.400Z Compiling parking_lot_core v0.8.6
38172026-08-19T19:47:55.403Z Compiling git-stub v1.0.0
38182026-08-19T19:47:55.404Z Checking prefix-trie v0.7.0
38192026-08-19T19:47:55.520Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38202026-08-19T19:47:55.630Z Compiling git-stub-vcs v0.1.0
38212026-08-19T19:47:55.790Z Checking hickory-server v0.25.2
38222026-08-19T19:47:55.897Z Checking parking_lot v0.11.2
38232026-08-19T19:47:55.946Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38242026-08-19T19:47:56.063Z Checking sled v0.34.7
38252026-08-19T19:47:57.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
38262026-08-19T19:47:58.158Z
38272026-08-19T19:47:58.158Zinfo: running `cargo check --bins` on dns-server-api (198/337)
38282026-08-19T19:47:58.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-08-19T19:47:58.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-08-19T19:47:58.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-08-19T19:47:58.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38322026-08-19T19:47:58.718Z
38332026-08-19T19:47:58.718Zinfo: running `cargo check --bins` on nexus-client (199/337)
38342026-08-19T19:47:59.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-08-19T19:47:59.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-08-19T19:47:59.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-08-19T19:47:59.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38382026-08-19T19:47:59.321Z
38392026-08-19T19:47:59.322Zinfo: running `cargo check --bins` on oximeter-producer-api (200/337)
38402026-08-19T19:47:59.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-08-19T19:47:59.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-08-19T19:47:59.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-08-19T19:47:59.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38442026-08-19T19:47:59.889Z
38452026-08-19T19:47:59.889Zinfo: running `cargo check --bins` on sp-sim (201/337)
38462026-08-19T19:48:00.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-08-19T19:48:00.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-08-19T19:48:00.596Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38492026-08-19T19:48:01.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
38502026-08-19T19:48:01.301Z
38512026-08-19T19:48:01.301Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337)
38522026-08-19T19:48:01.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-08-19T19:48:01.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-08-19T19:48:02.202Z Compiling proc-macro-error-attr2 v2.0.0
38552026-08-19T19:48:02.239Z Compiling hashbrown v0.14.5
38562026-08-19T19:48:02.243Z Compiling rfc6979 v0.4.0
38572026-08-19T19:48:02.254Z Compiling salty v0.3.0
38582026-08-19T19:48:02.262Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38592026-08-19T19:48:02.272Z Compiling primeorder v0.13.6
38602026-08-19T19:48:02.286Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38612026-08-19T19:48:02.357Z Compiling ecdsa v0.16.9
38622026-08-19T19:48:02.413Z Compiling sha1 v0.10.6
38632026-08-19T19:48:02.519Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38642026-08-19T19:48:02.603Z Compiling proc-macro-error2 v2.0.1
38652026-08-19T19:48:02.700Z Compiling p384 v0.13.1
38662026-08-19T19:48:02.724Z Compiling chumsky v0.9.3
38672026-08-19T19:48:02.746Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38682026-08-19T19:48:02.773Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38692026-08-19T19:48:02.908Z Compiling knus-derive v3.4.0
38702026-08-19T19:48:02.936Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38712026-08-19T19:48:03.009Z Checking libscf-sys v1.2.0
38722026-08-19T19:48:03.040Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38732026-08-19T19:48:03.139Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
38742026-08-19T19:48:03.237Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38752026-08-19T19:48:03.342Z Checking corncobs v0.1.4
38762026-08-19T19:48:03.433Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38772026-08-19T19:48:03.445Z Checking papergrid v0.18.0
38782026-08-19T19:48:03.459Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38792026-08-19T19:48:03.475Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38802026-08-19T19:48:03.479Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38812026-08-19T19:48:03.618Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38822026-08-19T19:48:03.633Z Checking secrecy v0.8.0
38832026-08-19T19:48:03.740Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38842026-08-19T19:48:03.756Z Compiling unicase v2.9.0
38852026-08-19T19:48:03.911Z Compiling illumos-nvpair-sys v0.2.0
38862026-08-19T19:48:03.959Z Compiling mime_guess v2.0.5
38872026-08-19T19:48:03.979Z Compiling progenitor-impl v0.13.0
38882026-08-19T19:48:03.993Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38892026-08-19T19:48:04.109Z Checking crc8 v0.1.1
38902026-08-19T19:48:04.222Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38912026-08-19T19:48:04.237Z Checking tabled v0.21.0
38922026-08-19T19:48:04.265Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38932026-08-19T19:48:04.290Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38942026-08-19T19:48:04.328Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38952026-08-19T19:48:04.358Z Compiling knus v3.4.0
38962026-08-19T19:48:04.860Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38972026-08-19T19:48:05.106Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
38982026-08-19T19:48:05.248Z Checking progenitor-client v0.13.0
38992026-08-19T19:48:05.265Z Checking http-range v0.1.5
39002026-08-19T19:48:05.394Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39012026-08-19T19:48:05.416Z Checking illumos-nvpair v0.3.0
39022026-08-19T19:48:05.486Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39032026-08-19T19:48:05.571Z Checking scuffle v0.1.0
39042026-08-19T19:48:05.587Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
39052026-08-19T19:48:05.797Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39062026-08-19T19:48:06.152Z Checking nanorand v0.7.0
39072026-08-19T19:48:06.194Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39082026-08-19T19:48:06.352Z Checking flume v0.11.1
39092026-08-19T19:48:06.379Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
39102026-08-19T19:48:06.438Z Checking hyper-staticfile v0.10.1
39112026-08-19T19:48:06.463Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39122026-08-19T19:48:06.552Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39132026-08-19T19:48:06.593Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39142026-08-19T19:48:06.608Z Compiling progenitor-macro v0.13.0
39152026-08-19T19:48:06.714Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39162026-08-19T19:48:06.729Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39172026-08-19T19:48:06.944Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39182026-08-19T19:48:06.973Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39192026-08-19T19:48:06.992Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39202026-08-19T19:48:07.113Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39212026-08-19T19:48:07.368Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39222026-08-19T19:48:07.418Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39232026-08-19T19:48:07.453Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39242026-08-19T19:48:08.870Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
39252026-08-19T19:48:09.850Z Checking progenitor v0.13.0
39262026-08-19T19:48:09.986Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39272026-08-19T19:48:10.841Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39282026-08-19T19:48:11.909Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39292026-08-19T19:48:12.273Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39302026-08-19T19:48:12.361Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39312026-08-19T19:48:12.361Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39322026-08-19T19:48:26.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.72s
39332026-08-19T19:48:26.036Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39342026-08-19T19:48:26.036Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39352026-08-19T19:48:26.229Z
39362026-08-19T19:48:26.229Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337)
39372026-08-19T19:48:26.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-08-19T19:48:26.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-08-19T19:48:26.999Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39402026-08-19T19:48:37.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
39412026-08-19T19:48:37.712Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39422026-08-19T19:48:37.712Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39432026-08-19T19:48:37.915Z
39442026-08-19T19:48:37.915Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337)
39452026-08-19T19:48:38.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-08-19T19:48:38.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-08-19T19:48:38.681Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39482026-08-19T19:48:49.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
39492026-08-19T19:48:49.339Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39502026-08-19T19:48:49.339Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39512026-08-19T19:48:49.538Z
39522026-08-19T19:48:49.538Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337)
39532026-08-19T19:48:50.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-08-19T19:48:50.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-08-19T19:48:50.305Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39562026-08-19T19:49:01.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
39572026-08-19T19:49:01.036Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39582026-08-19T19:49:01.036Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39592026-08-19T19:49:01.251Z
39602026-08-19T19:49:01.266Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337)
39612026-08-19T19:49:01.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-08-19T19:49:01.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-08-19T19:49:02.014Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39642026-08-19T19:49:12.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s
39652026-08-19T19:49:12.748Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39662026-08-19T19:49:12.748Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39672026-08-19T19:49:12.946Z
39682026-08-19T19:49:12.946Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337)
39692026-08-19T19:49:13.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-08-19T19:49:13.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-08-19T19:49:13.715Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39722026-08-19T19:49:24.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.43s
39732026-08-19T19:49:24.397Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39742026-08-19T19:49:24.397Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39752026-08-19T19:49:24.593Z
39762026-08-19T19:49:24.593Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337)
39772026-08-19T19:49:25.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-08-19T19:49:25.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-08-19T19:49:25.365Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39802026-08-19T19:49:36.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
39812026-08-19T19:49:36.066Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39822026-08-19T19:49:36.066Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39832026-08-19T19:49:36.272Z
39842026-08-19T19:49:36.272Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337)
39852026-08-19T19:49:36.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-08-19T19:49:36.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-08-19T19:49:37.044Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39882026-08-19T19:49:47.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
39892026-08-19T19:49:47.677Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39902026-08-19T19:49:47.677Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39912026-08-19T19:49:47.869Z
39922026-08-19T19:49:47.869Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337)
39932026-08-19T19:49:48.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-08-19T19:49:48.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-08-19T19:49:48.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-08-19T19:49:48.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39972026-08-19T19:49:48.444Z
39982026-08-19T19:49:48.444Zinfo: running `cargo check --bins` on installinator-common (211/337)
39992026-08-19T19:49:48.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-08-19T19:49:48.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-08-19T19:49:48.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-08-19T19:49:48.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40032026-08-19T19:49:49.031Z
40042026-08-19T19:49:49.031Zinfo: running `cargo check --bins` on installinator-common-versions (212/337)
40052026-08-19T19:49:49.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-08-19T19:49:49.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-08-19T19:49:49.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-08-19T19:49:49.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40092026-08-19T19:49:49.597Z
40102026-08-19T19:49:49.597Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/337)
40112026-08-19T19:49:50.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-08-19T19:49:50.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-08-19T19:49:50.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-08-19T19:49:50.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40152026-08-19T19:49:50.190Z
40162026-08-19T19:49:50.190Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/337)
40172026-08-19T19:49:50.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-08-19T19:49:50.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-08-19T19:49:50.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-08-19T19:49:50.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40212026-08-19T19:49:50.758Z
40222026-08-19T19:49:50.758Zinfo: running `cargo check --bins` on range-requests (215/337)
40232026-08-19T19:49:51.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-08-19T19:49:51.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-08-19T19:49:51.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-08-19T19:49:51.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40272026-08-19T19:49:51.328Z
40282026-08-19T19:49:51.328Zinfo: running `cargo check --bins` on repo-depot-api (216/337)
40292026-08-19T19:49:51.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-08-19T19:49:51.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-08-19T19:49:51.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-08-19T19:49:51.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40332026-08-19T19:49:51.896Z
40342026-08-19T19:49:51.896Zinfo: running `cargo check --bins` on repo-depot-client (217/337)
40352026-08-19T19:49:52.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-08-19T19:49:52.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-08-19T19:49:52.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-08-19T19:49:52.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40392026-08-19T19:49:52.459Z
40402026-08-19T19:49:52.459Zinfo: running `cargo check --bins` on sled-agent-api (218/337)
40412026-08-19T19:49:52.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-08-19T19:49:52.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-08-19T19:49:52.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-08-19T19:49:52.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40452026-08-19T19:49:53.046Z
40462026-08-19T19:49:53.046Zinfo: running `cargo check --bins` on sled-diagnostics (219/337)
40472026-08-19T19:49:53.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-08-19T19:49:53.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-08-19T19:49:53.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-08-19T19:49:53.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40512026-08-19T19:49:53.635Z
40522026-08-19T19:49:53.635Zinfo: running `cargo check --bins` on zfs-test-harness (220/337)
40532026-08-19T19:49:54.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-08-19T19:49:54.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-08-19T19:49:54.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-08-19T19:49:54.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40572026-08-19T19:49:54.228Z
40582026-08-19T19:49:54.228Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (221/337)
40592026-08-19T19:49:54.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-08-19T19:49:54.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-08-19T19:49:54.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-08-19T19:49:54.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40632026-08-19T19:49:54.832Z
40642026-08-19T19:49:54.832Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337)
40652026-08-19T19:49:55.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-08-19T19:49:55.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-08-19T19:49:55.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-08-19T19:49:55.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40692026-08-19T19:49:55.425Z
40702026-08-19T19:49:55.425Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337)
40712026-08-19T19:49:55.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-08-19T19:49:55.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-08-19T19:49:55.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-08-19T19:49:55.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40752026-08-19T19:49:56.019Z
40762026-08-19T19:49:56.019Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337)
40772026-08-19T19:49:56.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-08-19T19:49:56.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-08-19T19:49:56.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-08-19T19:49:56.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40812026-08-19T19:49:56.614Z
40822026-08-19T19:49:56.614Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337)
40832026-08-19T19:49:57.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-08-19T19:49:57.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-08-19T19:49:57.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-08-19T19:49:57.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40872026-08-19T19:49:57.209Z
40882026-08-19T19:49:57.209Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (226/337)
40892026-08-19T19:49:57.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-08-19T19:49:57.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-08-19T19:49:57.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-08-19T19:49:57.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40932026-08-19T19:49:57.806Z
40942026-08-19T19:49:57.806Zinfo: running `cargo check --bins` on trust-quorum (227/337)
40952026-08-19T19:49:58.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-08-19T19:49:58.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-08-19T19:49:58.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-08-19T19:49:58.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40992026-08-19T19:49:58.406Z
41002026-08-19T19:49:58.406Zinfo: running `cargo check --bins` on sled-agent-early-networking (228/337)
41012026-08-19T19:49:58.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-08-19T19:49:58.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-08-19T19:49:58.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-08-19T19:49:58.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41052026-08-19T19:49:58.996Z
41062026-08-19T19:49:58.996Zinfo: running `cargo check --bins` on sled-agent-health-monitor (229/337)
41072026-08-19T19:49:59.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-08-19T19:49:59.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-08-19T19:49:59.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-08-19T19:49:59.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41112026-08-19T19:49:59.591Z
41122026-08-19T19:49:59.591Zinfo: running `cargo check --bins` on sled-agent-multirack-join (230/337)
41132026-08-19T19:50:00.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-08-19T19:50:00.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-08-19T19:50:00.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-08-19T19:50:00.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41172026-08-19T19:50:00.211Z
41182026-08-19T19:50:00.211Zinfo: running `cargo check --bins` on sled-agent-rack-setup (231/337)
41192026-08-19T19:50:00.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-08-19T19:50:00.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-08-19T19:50:00.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-08-19T19:50:00.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41232026-08-19T19:50:00.836Z
41242026-08-19T19:50:00.837Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337)
41252026-08-19T19:50:01.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-08-19T19:50:01.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-08-19T19:50:01.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-08-19T19:50:01.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41292026-08-19T19:50:01.460Z
41302026-08-19T19:50:01.460Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (233/337)
41312026-08-19T19:50:01.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-08-19T19:50:01.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-08-19T19:50:01.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-08-19T19:50:01.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41352026-08-19T19:50:02.089Z
41362026-08-19T19:50:02.089Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337)
41372026-08-19T19:50:02.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-08-19T19:50:02.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-08-19T19:50:02.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-08-19T19:50:02.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41412026-08-19T19:50:02.715Z
41422026-08-19T19:50:02.715Zinfo: running `cargo check --bins` on omicron-deployment-graph (235/337)
41432026-08-19T19:50:03.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-08-19T19:50:03.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-08-19T19:50:03.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-08-19T19:50:03.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41472026-08-19T19:50:03.280Z
41482026-08-19T19:50:03.280Zinfo: running `cargo check --bins` on transient-dns-server (236/337)
41492026-08-19T19:50:03.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-08-19T19:50:03.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-08-19T19:50:03.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-08-19T19:50:03.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41532026-08-19T19:50:03.862Z
41542026-08-19T19:50:03.862Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337)
41552026-08-19T19:50:04.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-08-19T19:50:04.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-08-19T19:50:04.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-08-19T19:50:04.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41592026-08-19T19:50:04.461Z
41602026-08-19T19:50:04.461Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337)
41612026-08-19T19:50:04.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-08-19T19:50:04.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-08-19T19:50:04.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-08-19T19:50:04.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41652026-08-19T19:50:05.058Z
41662026-08-19T19:50:05.058Zinfo: running `cargo check --bins` on omicron-rpaths (239/337)
41672026-08-19T19:50:05.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-08-19T19:50:05.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-08-19T19:50:05.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41702026-08-19T19:50:05.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41712026-08-19T19:50:05.623Z
41722026-08-19T19:50:05.623Zinfo: running `cargo check --bins` on omicron-repl-utils (240/337)
41732026-08-19T19:50:06.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-08-19T19:50:06.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-08-19T19:50:06.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41762026-08-19T19:50:06.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41772026-08-19T19:50:06.189Z
41782026-08-19T19:50:06.189Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (241/337)
41792026-08-19T19:50:06.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41802026-08-19T19:50:06.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41812026-08-19T19:50:06.892Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41822026-08-19T19:50:07.301Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41832026-08-19T19:50:08.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
41842026-08-19T19:50:08.679Z
41852026-08-19T19:50:08.679Zinfo: running `cargo check --bins` on clickhouse-admin-api (242/337)
41862026-08-19T19:50:09.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-08-19T19:50:09.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-08-19T19:50:09.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41892026-08-19T19:50:09.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41902026-08-19T19:50:09.267Z
41912026-08-19T19:50:09.267Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (243/337)
41922026-08-19T19:50:09.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-08-19T19:50:09.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-08-19T19:50:09.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-08-19T19:50:09.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41962026-08-19T19:50:09.838Z
41972026-08-19T19:50:09.838Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337)
41982026-08-19T19:50:10.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-08-19T19:50:10.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-08-19T19:50:10.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-08-19T19:50:10.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42022026-08-19T19:50:10.427Z
42032026-08-19T19:50:10.427Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (245/337)
42042026-08-19T19:50:10.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-08-19T19:50:10.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-08-19T19:50:10.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-08-19T19:50:10.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42082026-08-19T19:50:11.177Z
42092026-08-19T19:50:11.177Zinfo: running `cargo check --bins` on installinator-client (246/337)
42102026-08-19T19:50:11.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-19T19:50:11.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-19T19:50:11.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-08-19T19:50:11.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42142026-08-19T19:50:11.588Z
42152026-08-19T19:50:11.588Zinfo: running `cargo check --bins` on oxide-client (247/337)
42162026-08-19T19:50:12.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-08-19T19:50:12.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-08-19T19:50:12.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-08-19T19:50:12.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42202026-08-19T19:50:12.160Z
42212026-08-19T19:50:12.161Zinfo: running `cargo check --bins` on oximeter-client (248/337)
42222026-08-19T19:50:12.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-08-19T19:50:12.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-08-19T19:50:12.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-08-19T19:50:12.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42262026-08-19T19:50:12.742Z
42272026-08-19T19:50:12.742Zinfo: running `cargo check --bins` on wicketd-client (249/337)
42282026-08-19T19:50:13.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-08-19T19:50:13.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-08-19T19:50:13.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-08-19T19:50:13.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42322026-08-19T19:50:13.346Z
42332026-08-19T19:50:13.346Zinfo: running `cargo check --bins` on wicket-common (250/337)
42342026-08-19T19:50:13.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-19T19:50:13.844Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-19T19:50:13.844Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-08-19T19:50:13.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42382026-08-19T19:50:13.927Z
42392026-08-19T19:50:13.927Zinfo: running `cargo check --bins` on wicketd-commission-client (251/337)
42402026-08-19T19:50:14.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-08-19T19:50:14.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-08-19T19:50:14.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-08-19T19:50:14.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42442026-08-19T19:50:14.514Z
42452026-08-19T19:50:14.514Zinfo: running `cargo check --bins` on omicron-cockroach-admin (252/337)
42462026-08-19T19:50:15.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-08-19T19:50:15.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-08-19T19:50:15.192Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42492026-08-19T19:50:15.302Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42502026-08-19T19:50:16.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42512026-08-19T19:50:16.545Z
42522026-08-19T19:50:16.545Zinfo: running `cargo check --bins` on cockroach-admin-api (253/337)
42532026-08-19T19:50:17.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-08-19T19:50:17.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-08-19T19:50:17.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-08-19T19:50:17.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42572026-08-19T19:50:17.127Z
42582026-08-19T19:50:17.127Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337)
42592026-08-19T19:50:17.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-08-19T19:50:17.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-08-19T19:50:17.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-08-19T19:50:17.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42632026-08-19T19:50:17.773Z
42642026-08-19T19:50:17.773Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337)
42652026-08-19T19:50:18.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-08-19T19:50:18.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-08-19T19:50:18.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-08-19T19:50:18.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42692026-08-19T19:50:18.421Z
42702026-08-19T19:50:18.421Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337)
42712026-08-19T19:50:18.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-08-19T19:50:18.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-08-19T19:50:18.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-08-19T19:50:18.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42752026-08-19T19:50:19.048Z
42762026-08-19T19:50:19.048Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337)
42772026-08-19T19:50:19.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-08-19T19:50:19.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-08-19T19:50:19.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-08-19T19:50:19.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42812026-08-19T19:50:19.676Z
42822026-08-19T19:50:19.677Zinfo: running `cargo check --bins` on db-macros (258/337)
42832026-08-19T19:50:20.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-08-19T19:50:20.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-08-19T19:50:20.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-08-19T19:50:20.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42872026-08-19T19:50:20.227Z
42882026-08-19T19:50:20.228Zinfo: running `cargo check --bins` on nexus-macros-common (259/337)
42892026-08-19T19:50:20.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-08-19T19:50:20.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-08-19T19:50:20.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-08-19T19:50:20.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42932026-08-19T19:50:20.779Z
42942026-08-19T19:50:20.779Zinfo: running `cargo check --bins` on nexus-auth (260/337)
42952026-08-19T19:50:21.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-08-19T19:50:21.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-08-19T19:50:21.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-08-19T19:50:21.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42992026-08-19T19:50:21.397Z
43002026-08-19T19:50:21.397Zinfo: running `cargo check --bins` on authz-macros (261/337)
43012026-08-19T19:50:21.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-08-19T19:50:21.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-08-19T19:50:21.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-08-19T19:50:21.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43052026-08-19T19:50:21.951Z
43062026-08-19T19:50:21.951Zinfo: running `cargo check --bins` on nexus-db-fixed-data (262/337)
43072026-08-19T19:50:22.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-08-19T19:50:22.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-08-19T19:50:22.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-08-19T19:50:22.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43112026-08-19T19:50:22.563Z
43122026-08-19T19:50:22.563Zinfo: running `cargo check --bins` on nexus-db-model (263/337)
43132026-08-19T19:50:23.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-08-19T19:50:23.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-08-19T19:50:23.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-08-19T19:50:23.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43172026-08-19T19:50:23.175Z
43182026-08-19T19:50:23.175Zinfo: running `cargo check --bins` on nexus-db-schema (264/337)
43192026-08-19T19:50:23.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-08-19T19:50:23.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-08-19T19:50:23.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43222026-08-19T19:50:23.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43232026-08-19T19:50:23.734Z
43242026-08-19T19:50:23.734Zinfo: running `cargo check --bins` on nexus-defaults (265/337)
43252026-08-19T19:50:24.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-08-19T19:50:24.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-08-19T19:50:24.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-08-19T19:50:24.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43292026-08-19T19:50:24.302Z
43302026-08-19T19:50:24.303Zinfo: running `cargo check --bins` on omicron-git-version (266/337)
43312026-08-19T19:50:24.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-08-19T19:50:24.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-08-19T19:50:24.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-08-19T19:50:24.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
43352026-08-19T19:50:24.855Z
43362026-08-19T19:50:24.856Zinfo: running `cargo check --bins` on nexus-db-errors (267/337)
43372026-08-19T19:50:25.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-08-19T19:50:25.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-08-19T19:50:25.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43402026-08-19T19:50:25.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43412026-08-19T19:50:25.491Z
43422026-08-19T19:50:25.491Zinfo: running `cargo check --bins` on nexus-db-lookup (268/337)
43432026-08-19T19:50:25.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-08-19T19:50:26.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-08-19T19:50:26.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43462026-08-19T19:50:26.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43472026-08-19T19:50:26.130Z
43482026-08-19T19:50:26.130Zinfo: running `cargo check --bins` on nexus-test-interface (269/337)
43492026-08-19T19:50:26.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-08-19T19:50:26.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-08-19T19:50:26.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43522026-08-19T19:50:26.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43532026-08-19T19:50:26.729Z
43542026-08-19T19:50:26.729Zinfo: running `cargo check --bins` on oximeter-collector (270/337)
43552026-08-19T19:50:27.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43562026-08-19T19:50:27.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43572026-08-19T19:50:27.442Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43582026-08-19T19:50:27.446Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43592026-08-19T19:50:28.121Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43602026-08-19T19:50:29.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
43612026-08-19T19:50:30.021Z
43622026-08-19T19:50:30.021Zinfo: running `cargo check --bins` on oximeter-api (271/337)
43632026-08-19T19:50:30.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-19T19:50:30.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-19T19:50:30.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43662026-08-19T19:50:30.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43672026-08-19T19:50:30.593Z
43682026-08-19T19:50:30.593Zinfo: running `cargo check --bins` on cert-dev (272/337)
43692026-08-19T19:50:31.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-08-19T19:50:31.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-08-19T19:50:31.199Z Checking yasna v0.5.2
43722026-08-19T19:50:31.622Z Checking rcgen v0.12.1
43732026-08-19T19:50:31.847Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43742026-08-19T19:50:32.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
43752026-08-19T19:50:32.194Z
43762026-08-19T19:50:32.195Zinfo: running `cargo check --bins` on clickana (273/337)
43772026-08-19T19:50:32.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-08-19T19:50:32.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-08-19T19:50:32.834Z Compiling instability v0.3.11
43802026-08-19T19:50:32.841Z Checking castaway v0.2.4
43812026-08-19T19:50:32.841Z Compiling indoc v2.0.7
43822026-08-19T19:50:32.841Z Checking unicode-truncate v1.1.0
43832026-08-19T19:50:32.947Z Checking lru v0.12.5
43842026-08-19T19:50:32.950Z Checking cassowary v0.3.0
43852026-08-19T19:50:33.076Z Checking compact_str v0.8.1
43862026-08-19T19:50:33.822Z Checking ratatui v0.29.0
43872026-08-19T19:50:34.870Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43882026-08-19T19:50:35.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
43892026-08-19T19:50:35.768Z
43902026-08-19T19:50:35.768Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (274/337)
43912026-08-19T19:50:36.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-08-19T19:50:36.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-08-19T19:50:36.490Z Checking headers-core v0.3.0
43942026-08-19T19:50:36.490Z Checking port-file v0.1.0
43952026-08-19T19:50:36.498Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43962026-08-19T19:50:36.675Z Checking headers v0.4.1
43972026-08-19T19:50:37.042Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43982026-08-19T19:50:38.011Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43992026-08-19T19:50:38.540Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
44002026-08-19T19:50:38.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
44012026-08-19T19:50:39.172Z
44022026-08-19T19:50:39.172Zinfo: running `cargo check --bins` on ch-dev (275/337)
44032026-08-19T19:50:39.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-19T19:50:39.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-19T19:50:39.877Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44062026-08-19T19:50:40.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
44072026-08-19T19:50:40.820Z
44082026-08-19T19:50:40.820Zinfo: running `cargo check --bins` on dev-tools-common (276/337)
44092026-08-19T19:50:41.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-19T19:50:41.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-19T19:50:41.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44122026-08-19T19:50:41.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
44132026-08-19T19:50:41.235Z
44142026-08-19T19:50:41.235Zinfo: running `cargo check --bins` on corpus-adjust (277/337)
44152026-08-19T19:50:41.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-19T19:50:41.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-19T19:50:41.861Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
44182026-08-19T19:50:42.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
44192026-08-19T19:50:42.416Z
44202026-08-19T19:50:42.416Zinfo: running `cargo check --bins` on crdb-seed (278/337)
44212026-08-19T19:50:42.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-08-19T19:50:42.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-08-19T19:50:43.124Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44242026-08-19T19:50:44.227Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44252026-08-19T19:50:44.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s
44262026-08-19T19:50:44.774Z
44272026-08-19T19:50:44.774Zinfo: running `cargo check --bins` on db-dev (279/337)
44282026-08-19T19:50:45.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-08-19T19:50:45.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-08-19T19:50:45.481Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44312026-08-19T19:50:46.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
44322026-08-19T19:50:46.433Z
44332026-08-19T19:50:46.433Zinfo: running `cargo check --bins` on omicron-dev-lib (280/337)
44342026-08-19T19:50:46.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-08-19T19:50:46.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-08-19T19:50:46.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44372026-08-19T19:50:46.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44382026-08-19T19:50:47.038Z
44392026-08-19T19:50:47.039Zinfo: running `cargo check --bins` on xtask-downloader (281/337)
44402026-08-19T19:50:47.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-08-19T19:50:47.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-08-19T19:50:47.639Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44432026-08-19T19:50:48.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
44442026-08-19T19:50:48.491Z
44452026-08-19T19:50:48.491Zinfo: running `cargo check --bins` on omicron-dropshot-apis (282/337)
44462026-08-19T19:50:49.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-08-19T19:50:49.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-08-19T19:50:49.229Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44492026-08-19T19:50:49.229Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44502026-08-19T19:50:49.232Z Checking git-stub v1.0.0
44512026-08-19T19:50:49.233Z Compiling trait-variant v0.1.2
44522026-08-19T19:50:49.233Z Checking maplit v1.0.2
44532026-08-19T19:50:49.382Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44542026-08-19T19:50:49.386Z Checking drift v0.2.0
44552026-08-19T19:50:49.386Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44562026-08-19T19:50:49.422Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44572026-08-19T19:50:49.507Z Checking git-stub-vcs v0.1.0
44582026-08-19T19:50:49.567Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44592026-08-19T19:50:49.591Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44602026-08-19T19:50:49.696Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44612026-08-19T19:50:49.728Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44622026-08-19T19:50:49.762Z Checking dropshot-api-manager v0.8.0
44632026-08-19T19:50:49.910Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44642026-08-19T19:50:50.076Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44652026-08-19T19:50:50.599Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44662026-08-19T19:50:51.529Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44672026-08-19T19:50:52.546Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44682026-08-19T19:50:53.348Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44692026-08-19T19:50:53.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
44702026-08-19T19:50:53.983Z
44712026-08-19T19:50:53.983Zinfo: running `cargo check --bins` on installinator-api (283/337)
44722026-08-19T19:50:54.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-08-19T19:50:54.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-08-19T19:50:54.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-08-19T19:50:54.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44762026-08-19T19:50:54.550Z
44772026-08-19T19:50:54.550Zinfo: running `cargo check --bins` on nexus-external-api (284/337)
44782026-08-19T19:50:55.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-08-19T19:50:55.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-08-19T19:50:55.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-08-19T19:50:55.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44822026-08-19T19:50:55.154Z
44832026-08-19T19:50:55.154Zinfo: running `cargo check --bins` on nexus-internal-api (285/337)
44842026-08-19T19:50:55.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-08-19T19:50:55.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-08-19T19:50:55.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-08-19T19:50:55.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44882026-08-19T19:50:55.759Z
44892026-08-19T19:50:55.759Zinfo: running `cargo check --bins` on nexus-lockstep-api (286/337)
44902026-08-19T19:50:56.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-19T19:50:56.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-19T19:50:56.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-08-19T19:50:56.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44942026-08-19T19:50:56.370Z
44952026-08-19T19:50:56.370Zinfo: running `cargo check --bins` on ntp-admin-api (287/337)
44962026-08-19T19:50:56.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-08-19T19:50:56.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-08-19T19:50:56.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44992026-08-19T19:50:56.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45002026-08-19T19:50:56.942Z
45012026-08-19T19:50:56.942Zinfo: running `cargo check --bins` on ntp-admin-types-versions (288/337)
45022026-08-19T19:50:57.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-08-19T19:50:57.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-08-19T19:50:57.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45052026-08-19T19:50:57.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45062026-08-19T19:50:57.522Z
45072026-08-19T19:50:57.522Zinfo: running `cargo check --bins` on wicketd-api (289/337)
45082026-08-19T19:50:57.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-08-19T19:50:57.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-08-19T19:50:57.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45112026-08-19T19:50:58.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45122026-08-19T19:50:58.084Z
45132026-08-19T19:50:58.084Zinfo: running `cargo check --bins` on wicketd-commission-api (290/337)
45142026-08-19T19:50:58.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-08-19T19:50:58.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-08-19T19:50:58.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45172026-08-19T19:50:58.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45182026-08-19T19:50:58.659Z
45192026-08-19T19:50:58.659Zinfo: running `cargo check --bins` on omicron-ls-apis (291/337)
45202026-08-19T19:50:59.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-08-19T19:50:59.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-08-19T19:50:59.275Z Compiling blake3 v1.8.5
45232026-08-19T19:50:59.390Z Checking constant_time_eq v0.4.2
45242026-08-19T19:50:59.396Z Checking arrayvec v0.7.6
45252026-08-19T19:50:59.404Z Checking arrayref v0.3.9
45262026-08-19T19:50:59.418Z Checking cargo-platform v0.3.2
45272026-08-19T19:50:59.418Z Checking topological-sort v0.2.2
45282026-08-19T19:50:59.419Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
45292026-08-19T19:50:59.588Z Checking cargo_metadata v0.23.1
45302026-08-19T19:51:00.158Z Checking omicron-zone-package v0.12.3
45312026-08-19T19:51:00.854Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45322026-08-19T19:51:01.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
45332026-08-19T19:51:01.858Z
45342026-08-19T19:51:01.858Zinfo: running `cargo check --bins` on mgs-dev (292/337)
45352026-08-19T19:51:02.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-08-19T19:51:02.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-08-19T19:51:02.587Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45382026-08-19T19:51:03.219Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45392026-08-19T19:51:03.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
45402026-08-19T19:51:03.925Z
45412026-08-19T19:51:03.925Zinfo: running `cargo check --bins` on omicron-omdb (293/337)
45422026-08-19T19:51:04.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-08-19T19:51:04.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-08-19T19:51:04.894Z Compiling darling_core v0.21.3
45452026-08-19T19:51:04.900Z Compiling vergen-lib v0.1.6
45462026-08-19T19:51:04.901Z Compiling diesel_derives v2.3.7
45472026-08-19T19:51:04.901Z Checking scheduled-thread-pool v0.2.7
45482026-08-19T19:51:04.901Z Compiling vergen-gitcl v1.0.8
45492026-08-19T19:51:04.901Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45502026-08-19T19:51:05.064Z Compiling diesel_table_macro_syntax v0.3.0
45512026-08-19T19:51:05.070Z Compiling dirs-sys-next v0.1.2
45522026-08-19T19:51:05.170Z Compiling glob v0.3.3
45532026-08-19T19:51:05.216Z Compiling crunchy v0.2.4
45542026-08-19T19:51:05.232Z Compiling dirs-next v2.0.0
45552026-08-19T19:51:05.341Z Checking r2d2 v0.8.10
45562026-08-19T19:51:05.357Z Checking downcast-rs v2.0.2
45572026-08-19T19:51:05.374Z Compiling tiny-keccak v2.0.2
45582026-08-19T19:51:05.520Z Compiling term v0.7.0
45592026-08-19T19:51:05.544Z Compiling clang-sys v1.8.1
45602026-08-19T19:51:05.584Z Compiling bit-vec v0.6.3
45612026-08-19T19:51:05.640Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45622026-08-19T19:51:05.792Z Compiling ascii-canvas v3.0.0
45632026-08-19T19:51:05.812Z Compiling bit-set v0.5.3
45642026-08-19T19:51:05.920Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45652026-08-19T19:51:06.003Z Compiling itertools v0.10.5
45662026-08-19T19:51:06.007Z Compiling ena v0.14.4
45672026-08-19T19:51:06.037Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45682026-08-19T19:51:06.051Z Compiling libloading v0.8.9
45692026-08-19T19:51:06.069Z Compiling regex-syntax v0.6.29
45702026-08-19T19:51:06.084Z Compiling diff v0.1.13
45712026-08-19T19:51:06.210Z Compiling bindgen v0.71.1
45722026-08-19T19:51:06.371Z Compiling cexpr v0.6.0
45732026-08-19T19:51:06.604Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45742026-08-19T19:51:06.640Z Compiling rustc-hash v2.1.1
45752026-08-19T19:51:06.779Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45762026-08-19T19:51:06.982Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45772026-08-19T19:51:07.044Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45782026-08-19T19:51:07.066Z Compiling libxml v0.3.3
45792026-08-19T19:51:07.126Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45802026-08-19T19:51:07.316Z Compiling strum_macros v0.24.3
45812026-08-19T19:51:07.332Z Compiling indoc v1.0.9
45822026-08-19T19:51:07.561Z Compiling darling_macro v0.21.3
45832026-08-19T19:51:07.857Z Compiling lalrpop v0.19.12
45842026-08-19T19:51:08.074Z Compiling darling v0.21.3
45852026-08-19T19:51:08.157Z Compiling dsl_auto_type v0.2.0
45862026-08-19T19:51:08.172Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45872026-08-19T19:51:08.229Z Checking derive_builder v0.20.2
45882026-08-19T19:51:08.345Z Compiling oso-derive v0.27.3
45892026-08-19T19:51:08.362Z Checking quick-xml v0.37.5
45902026-08-19T19:51:08.647Z Compiling impl-trait-for-tuples v0.2.3
45912026-08-19T19:51:08.847Z Checking openssl-probe v0.1.6
45922026-08-19T19:51:08.991Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45932026-08-19T19:51:09.235Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45942026-08-19T19:51:09.479Z Checking bb8 v0.8.6
45952026-08-19T19:51:09.782Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45962026-08-19T19:51:09.802Z Checking nonempty v0.12.0
45972026-08-19T19:51:09.820Z Compiling libz-sys v1.1.24
45982026-08-19T19:51:09.982Z Compiling strsim v0.10.0
45992026-08-19T19:51:10.003Z Compiling libgit2-sys v0.18.3+1.9.2
46002026-08-19T19:51:10.227Z Compiling darling_core v0.13.4
46012026-08-19T19:51:10.316Z Compiling vergen-git2 v9.1.0
46022026-08-19T19:51:10.385Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46032026-08-19T19:51:10.535Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46042026-08-19T19:51:10.602Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
46052026-08-19T19:51:10.822Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
46062026-08-19T19:51:11.006Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46072026-08-19T19:51:11.193Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46082026-08-19T19:51:11.372Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
46092026-08-19T19:51:11.500Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46102026-08-19T19:51:11.557Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46112026-08-19T19:51:11.743Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
46122026-08-19T19:51:11.932Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46132026-08-19T19:51:12.091Z Compiling darling_macro v0.13.4
46142026-08-19T19:51:12.118Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46152026-08-19T19:51:12.500Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46162026-08-19T19:51:12.580Z Compiling darling v0.13.4
46172026-08-19T19:51:12.674Z Compiling serde_with_macros v1.5.2
46182026-08-19T19:51:12.881Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46192026-08-19T19:51:13.468Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46202026-08-19T19:51:13.506Z Compiling serde_with v1.14.0
46212026-08-19T19:51:13.735Z Checking twox-hash v2.1.2
46222026-08-19T19:51:13.928Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46232026-08-19T19:51:13.961Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46242026-08-19T19:51:14.005Z Checking diesel v2.3.7
46252026-08-19T19:51:14.713Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
46262026-08-19T19:51:15.677Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46272026-08-19T19:51:15.836Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46282026-08-19T19:51:16.326Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
46292026-08-19T19:51:16.532Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46302026-08-19T19:51:16.838Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46312026-08-19T19:51:17.296Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46322026-08-19T19:51:17.369Z Checking libsw-core v0.3.2
46332026-08-19T19:51:17.524Z Checking atty v0.2.14
46342026-08-19T19:51:17.631Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46352026-08-19T19:51:17.933Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46362026-08-19T19:51:17.966Z Checking libsw v3.5.0
46372026-08-19T19:51:17.997Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46382026-08-19T19:51:18.128Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46392026-08-19T19:51:18.146Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46402026-08-19T19:51:19.415Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46412026-08-19T19:51:19.538Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46422026-08-19T19:51:20.118Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46432026-08-19T19:51:20.230Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46442026-08-19T19:51:20.247Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46452026-08-19T19:51:20.429Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46462026-08-19T19:51:20.576Z Checking fatfs v0.3.6
46472026-08-19T19:51:21.027Z Checking console v0.16.2
46482026-08-19T19:51:21.974Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46492026-08-19T19:51:22.035Z Checking unit-prefix v0.5.2
46502026-08-19T19:51:22.035Z Compiling seq-macro v0.3.6
46512026-08-19T19:51:22.151Z Checking indicatif v0.18.4
46522026-08-19T19:51:22.438Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46532026-08-19T19:51:22.504Z Checking oxide-update-engine-display v0.1.2
46542026-08-19T19:51:22.852Z Checking support-bundle-viewer v0.1.2
46552026-08-19T19:51:23.078Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46562026-08-19T19:51:23.102Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46572026-08-19T19:51:23.412Z Checking multimap v0.10.1
46582026-08-19T19:51:29.153Z Checking diesel-dtrace v0.5.0
46592026-08-19T19:51:29.427Z Checking async-bb8-diesel v0.2.1
46602026-08-19T19:51:32.290Z Compiling samael v0.0.19
46612026-08-19T19:51:35.217Z Compiling git2 v0.20.4
46622026-08-19T19:51:38.559Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46632026-08-19T19:51:38.933Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46642026-08-19T19:51:40.178Z Compiling polar-core v0.27.3
46652026-08-19T19:51:44.847Z Checking oso v0.27.3
46662026-08-19T19:52:16.175Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46672026-08-19T19:53:34.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
46682026-08-19T19:53:35.149Z
46692026-08-19T19:53:35.149Zinfo: running `cargo check --bins` on nexus-networking (294/337)
46702026-08-19T19:53:35.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-08-19T19:53:35.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-08-19T19:53:35.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46732026-08-19T19:53:35.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
46742026-08-19T19:53:35.150Z
46752026-08-19T19:53:35.150Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337)
46762026-08-19T19:53:35.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-08-19T19:53:35.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-08-19T19:53:35.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46792026-08-19T19:53:35.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46802026-08-19T19:53:35.150Z
46812026-08-19T19:53:35.150Zinfo: running `cargo check --bins` on nexus-saga-recovery (296/337)
46822026-08-19T19:53:35.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-08-19T19:53:35.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-08-19T19:53:35.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-08-19T19:53:35.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46862026-08-19T19:53:35.150Z
46872026-08-19T19:53:35.150Zinfo: running `cargo check --bins` on nexus-test-utils-macros (297/337)
46882026-08-19T19:53:35.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-08-19T19:53:35.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-08-19T19:53:35.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-08-19T19:53:35.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46922026-08-19T19:53:35.150Z
46932026-08-19T19:53:35.151Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (298/337)
46942026-08-19T19:53:36.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-08-19T19:53:36.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-08-19T19:53:36.411Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46972026-08-19T19:53:36.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
46982026-08-19T19:53:36.807Z
46992026-08-19T19:53:36.807Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337)
47002026-08-19T19:53:36.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-08-19T19:53:36.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-08-19T19:53:36.807Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47032026-08-19T19:54:15.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.69s
47042026-08-19T19:54:15.449Z
47052026-08-19T19:54:15.449Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337)
47062026-08-19T19:54:15.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-08-19T19:54:15.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-08-19T19:54:15.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47092026-08-19T19:54:15.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47102026-08-19T19:54:16.007Z
47112026-08-19T19:54:16.007Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337)
47122026-08-19T19:54:16.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-08-19T19:54:16.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-08-19T19:54:16.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47152026-08-19T19:54:16.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
47162026-08-19T19:54:16.575Z
47172026-08-19T19:54:16.575Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (302/337)
47182026-08-19T19:54:17.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-08-19T19:54:17.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-08-19T19:54:17.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-08-19T19:54:17.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47222026-08-19T19:54:17.191Z
47232026-08-19T19:54:17.191Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337)
47242026-08-19T19:54:17.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-19T19:54:17.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-19T19:54:17.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-19T19:54:17.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47282026-08-19T19:54:17.820Z
47292026-08-19T19:54:17.820Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (304/337)
47302026-08-19T19:54:18.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-19T19:54:18.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-19T19:54:18.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-19T19:54:18.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47342026-08-19T19:54:18.733Z
47352026-08-19T19:54:18.733Zinfo: running `cargo check --bins` on nexus-mgs-updates (305/337)
47362026-08-19T19:54:18.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-19T19:54:18.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-19T19:54:18.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-19T19:54:18.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47402026-08-19T19:54:19.067Z
47412026-08-19T19:54:19.067Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (306/337)
47422026-08-19T19:54:19.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-19T19:54:19.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-19T19:54:19.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-19T19:54:19.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47462026-08-19T19:54:19.696Z
47472026-08-19T19:54:19.696Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337)
47482026-08-19T19:54:20.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-19T19:54:20.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-19T19:54:20.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-19T19:54:20.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47522026-08-19T19:54:20.320Z
47532026-08-19T19:54:20.320Zinfo: running `cargo check --bins` on nexus-switch-config (308/337)
47542026-08-19T19:54:20.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-19T19:54:20.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-19T19:54:20.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-19T19:54:20.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47582026-08-19T19:54:20.927Z
47592026-08-19T19:54:20.928Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (309/337)
47602026-08-19T19:54:21.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-19T19:54:21.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-19T19:54:21.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-19T19:54:21.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47642026-08-19T19:54:21.555Z
47652026-08-19T19:54:21.555Zinfo: running `cargo check --bins` on support-bundle-collection (310/337)
47662026-08-19T19:54:22.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-19T19:54:22.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-19T19:54:22.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47692026-08-19T19:54:22.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47702026-08-19T19:54:22.179Z
47712026-08-19T19:54:22.179Zinfo: running `cargo check --bins` on omicron-dev (311/337)
47722026-08-19T19:54:22.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47732026-08-19T19:54:22.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47742026-08-19T19:54:23.070Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47752026-08-19T19:54:23.070Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47762026-08-19T19:54:23.264Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47772026-08-19T19:54:23.292Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
47782026-08-19T19:54:23.309Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47792026-08-19T19:54:23.323Z Checking diff v0.1.13
47802026-08-19T19:54:23.326Z Checking yansi v1.0.1
47812026-08-19T19:54:23.352Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47822026-08-19T19:54:23.390Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47832026-08-19T19:54:23.564Z Checking pretty_assertions v1.4.1
47842026-08-19T19:54:24.331Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47852026-08-19T19:54:24.360Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47862026-08-19T19:54:49.664Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47872026-08-19T19:54:49.667Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47882026-08-19T19:54:49.667Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47892026-08-19T19:54:49.667Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47902026-08-19T19:54:49.667Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47912026-08-19T19:54:49.667Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47922026-08-19T19:54:49.667Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47932026-08-19T19:54:50.598Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47942026-08-19T19:54:50.598Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47952026-08-19T19:54:51.880Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47962026-08-19T19:55:30.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
47972026-08-19T19:55:30.640Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47982026-08-19T19:55:30.640Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47992026-08-19T19:55:30.850Z
48002026-08-19T19:55:30.850Zinfo: running `cargo check --bins` on oximeter-load-test (312/337)
48012026-08-19T19:55:31.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-08-19T19:55:31.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-08-19T19:55:31.569Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
48042026-08-19T19:55:32.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
48052026-08-19T19:55:32.421Z
48062026-08-19T19:55:32.421Zinfo: running `cargo check --bins` on omicron-pins (313/337)
48072026-08-19T19:55:32.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-08-19T19:55:32.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-08-19T19:55:32.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48102026-08-19T19:55:32.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48112026-08-19T19:55:32.983Z
48122026-08-19T19:55:32.983Zinfo: running `cargo check --bins` on rack-init-config (314/337)
48132026-08-19T19:55:33.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-08-19T19:55:33.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-08-19T19:55:33.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48162026-08-19T19:55:33.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48172026-08-19T19:55:33.572Z
48182026-08-19T19:55:33.572Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337)
48192026-08-19T19:55:34.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48202026-08-19T19:55:34.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48212026-08-19T19:55:34.353Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48222026-08-19T19:55:34.480Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48232026-08-19T19:55:34.486Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48242026-08-19T19:56:01.346Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48252026-08-19T19:56:01.752Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48262026-08-19T19:56:03.511Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48272026-08-19T19:56:03.987Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48282026-08-19T19:56:07.091Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48292026-08-19T19:56:31.194Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48302026-08-19T19:56:31.943Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48312026-08-19T19:56:33.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
48322026-08-19T19:56:33.864Z
48332026-08-19T19:56:33.864Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (316/337)
48342026-08-19T19:56:34.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48352026-08-19T19:56:34.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48362026-08-19T19:56:34.578Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48372026-08-19T19:56:35.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
48382026-08-19T19:56:35.487Z
48392026-08-19T19:56:35.487Zinfo: running `cargo check --bins` on omicron-releng (317/337)
48402026-08-19T19:56:35.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48412026-08-19T19:56:35.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48422026-08-19T19:56:36.113Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
48432026-08-19T19:56:36.117Z Compiling fs-err v2.11.0
48442026-08-19T19:56:36.233Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48452026-08-19T19:56:36.244Z Checking parse-size v1.1.0
48462026-08-19T19:56:36.253Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48472026-08-19T19:56:36.256Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48482026-08-19T19:56:36.256Z Checking shell-words v1.1.1
48492026-08-19T19:56:36.341Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48502026-08-19T19:56:36.667Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48512026-08-19T19:56:36.843Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48522026-08-19T19:56:37.509Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48532026-08-19T19:56:38.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
48542026-08-19T19:56:38.644Z
48552026-08-19T19:56:38.644Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (318/337)
48562026-08-19T19:56:39.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48572026-08-19T19:56:39.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48582026-08-19T19:56:39.285Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48592026-08-19T19:56:39.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
48602026-08-19T19:56:39.958Z
48612026-08-19T19:56:39.958Zinfo: running `cargo check --bins` on schema (319/337)
48622026-08-19T19:56:40.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48632026-08-19T19:56:40.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48642026-08-19T19:56:40.684Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48652026-08-19T19:56:41.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
48662026-08-19T19:56:41.588Z
48672026-08-19T19:56:41.588Zinfo: running `cargo check --bins` on xtask (320/337)
48682026-08-19T19:56:41.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48692026-08-19T19:56:41.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48702026-08-19T19:56:41.991Z Checking serde_core v1.0.228
48712026-08-19T19:56:41.991Z Checking libc v0.2.185
48722026-08-19T19:56:42.071Z Checking bitflags v2.11.0
48732026-08-19T19:56:42.077Z Checking scroll v0.12.0
48742026-08-19T19:56:42.080Z Checking thiserror v1.0.69
48752026-08-19T19:56:42.090Z Checking log v0.4.33
48762026-08-19T19:56:42.099Z Checking indexmap v2.14.0
48772026-08-19T19:56:42.102Z Checking zerocopy v0.7.35
48782026-08-19T19:56:42.167Z Checking syn v2.0.117
48792026-08-19T19:56:42.208Z Checking dtrace-parser v0.2.0
48802026-08-19T19:56:42.229Z Checking once_cell v1.21.3
48812026-08-19T19:56:42.290Z Checking goblin v0.8.2
48822026-08-19T19:56:42.350Z Checking errno v0.3.14
48832026-08-19T19:56:42.398Z Checking getrandom v0.3.4
48842026-08-19T19:56:42.435Z Checking thread-id v4.2.2
48852026-08-19T19:56:42.465Z Checking rustix v1.1.4
48862026-08-19T19:56:42.511Z Checking memmap v0.7.0
48872026-08-19T19:56:42.524Z Checking thiserror v2.0.18
48882026-08-19T19:56:42.591Z Checking fs-err v3.3.0
48892026-08-19T19:56:42.620Z Checking anyhow v1.0.104
48902026-08-19T19:56:42.632Z Checking tabled v0.15.0
48912026-08-19T19:56:43.239Z Checking terminal_size v0.4.3
48922026-08-19T19:56:43.239Z Checking tempfile v3.27.0
48932026-08-19T19:56:43.351Z Checking clap_builder v4.6.0
48942026-08-19T19:56:43.354Z Checking textwrap v0.16.2
48952026-08-19T19:56:43.506Z Checking serde v1.0.228
48962026-08-19T19:56:43.506Z Checking serde_json v1.0.151
48972026-08-19T19:56:43.509Z Checking camino v1.2.5
48982026-08-19T19:56:43.554Z Checking cargo-platform v0.3.2
48992026-08-19T19:56:43.707Z Checking semver v1.0.28
49002026-08-19T19:56:43.755Z Checking camino-tempfile v1.4.1
49012026-08-19T19:56:43.911Z Checking serde_spanned v0.6.9
49022026-08-19T19:56:43.911Z Checking toml_datetime v0.6.11
49032026-08-19T19:56:43.915Z Checking macaddr v1.0.1
49042026-08-19T19:56:43.915Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
49052026-08-19T19:56:44.088Z Checking toml_edit v0.22.27
49062026-08-19T19:56:44.104Z Checking dof v0.3.0
49072026-08-19T19:56:44.107Z Checking cargo_metadata v0.23.1
49082026-08-19T19:56:44.374Z Checking usdt-impl v0.5.0
49092026-08-19T19:56:44.542Z Checking clap v4.6.1
49102026-08-19T19:56:44.631Z Checking usdt v0.5.0
49112026-08-19T19:56:45.062Z Checking toml v0.8.23
49122026-08-19T19:56:45.319Z Checking cargo_toml v0.21.0
49132026-08-19T19:56:45.950Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49142026-08-19T19:56:46.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s
49152026-08-19T19:56:46.448Z
49162026-08-19T19:56:46.448Zinfo: running `cargo check --bins` on dnsadm (321/337)
49172026-08-19T19:56:46.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49182026-08-19T19:56:46.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49192026-08-19T19:56:47.085Z Checking arc-swap v1.8.2
49202026-08-19T19:56:47.367Z Checking slog-scope v4.4.1
49212026-08-19T19:56:47.480Z Checking slog-stdlog v4.1.1
49222026-08-19T19:56:47.577Z Checking slog-envlogger v2.2.0
49232026-08-19T19:56:47.694Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49242026-08-19T19:56:48.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
49252026-08-19T19:56:48.283Z
49262026-08-19T19:56:48.283Zinfo: running `cargo check --bins` on end-to-end-tests (322/337)
49272026-08-19T19:56:48.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49282026-08-19T19:56:48.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49292026-08-19T19:56:49.096Z Checking cpubits v0.1.1
49302026-08-19T19:56:49.224Z Checking pem-rfc7468 v1.0.0
49312026-08-19T19:56:49.236Z Checking hmac v0.13.0
49322026-08-19T19:56:49.240Z Checking universal-hash v0.6.1
49332026-08-19T19:56:49.259Z Checking ctr v0.10.1
49342026-08-19T19:56:49.259Z Checking aead v0.6.1
49352026-08-19T19:56:49.287Z Checking crypto-bigint v0.7.5
49362026-08-19T19:56:49.287Z Checking aes v0.9.1
49372026-08-19T19:56:49.316Z Checking salsa20 v0.11.0
49382026-08-19T19:56:49.363Z Checking der v0.8.0
49392026-08-19T19:56:49.363Z Checking polyval v0.7.1
49402026-08-19T19:56:49.389Z Checking pbkdf2 v0.13.0
49412026-08-19T19:56:49.406Z Checking cbc v0.2.1
49422026-08-19T19:56:49.429Z Checking ff v0.14.0
49432026-08-19T19:56:49.458Z Checking signature v3.0.0
49442026-08-19T19:56:49.504Z Checking scrypt v0.12.0
49452026-08-19T19:56:49.539Z Checking ghash v0.6.0
49462026-08-19T19:56:49.549Z Checking base16ct v1.0.0
49472026-08-19T19:56:49.599Z Checking group v0.14.0
49482026-08-19T19:56:49.631Z Checking hkdf v0.13.0
49492026-08-19T19:56:49.662Z Compiling curve25519-dalek v5.0.0
49502026-08-19T19:56:49.679Z Checking keccak v0.2.0
49512026-08-19T19:56:49.695Z Checking aes-gcm v0.11.0
49522026-08-19T19:56:49.710Z Checking poly1305 v0.9.0
49532026-08-19T19:56:49.742Z Checking wnaf v0.14.0
49542026-08-19T19:56:49.765Z Checking blowfish v0.10.0
49552026-08-19T19:56:49.834Z Checking blake2 v0.11.0-rc.6
49562026-08-19T19:56:49.854Z Checking sha3 v0.11.0
49572026-08-19T19:56:49.909Z Checking kem v0.3.0
49582026-08-19T19:56:49.925Z Checking bcrypt-pbkdf v0.11.0
49592026-08-19T19:56:49.982Z Checking module-lattice v0.2.3
49602026-08-19T19:56:50.027Z Checking sponge-cursor v0.1.0
49612026-08-19T19:56:50.082Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49622026-08-19T19:56:50.098Z Checking argon2 v0.6.0-rc.8
49632026-08-19T19:56:50.146Z Checking spki v0.8.0
49642026-08-19T19:56:50.161Z Checking sec1 v0.8.1
49652026-08-19T19:56:50.186Z Checking sha3 v0.12.0
49662026-08-19T19:56:50.201Z Checking ml-kem v0.3.2
49672026-08-19T19:56:50.260Z Checking internal-russh-num-bigint v0.5.0
49682026-08-19T19:56:50.318Z Checking pkcs5 v0.8.1
49692026-08-19T19:56:50.362Z Checking pkcs1 v0.8.0-rc.4
49702026-08-19T19:56:50.387Z Checking num-bigint v0.4.6
49712026-08-19T19:56:50.406Z Checking generic-array v1.4.3
49722026-08-19T19:56:50.571Z Checking russh-util v0.52.0
49732026-08-19T19:56:50.612Z Checking pkcs8 v0.11.0
49742026-08-19T19:56:50.693Z Compiling enum_dispatch v0.3.13
49752026-08-19T19:56:50.796Z Compiling delegate v0.13.5
49762026-08-19T19:56:50.813Z Checking ed25519 v3.0.0
49772026-08-19T19:56:50.938Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49782026-08-19T19:56:50.955Z Checking hex-literal v1.1.0
49792026-08-19T19:56:51.008Z Checking ed25519-dalek v3.0.0
49802026-08-19T19:56:51.052Z Checking md5 v0.8.0
49812026-08-19T19:56:51.135Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49822026-08-19T19:56:51.220Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49832026-08-19T19:56:51.234Z Checking socket2 v0.5.10
49842026-08-19T19:56:51.307Z Checking internet-checksum v0.2.1
49852026-08-19T19:56:51.355Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49862026-08-19T19:56:51.509Z Checking elliptic-curve v0.14.1
49872026-08-19T19:56:51.509Z Checking rfc6979 v0.6.0
49882026-08-19T19:56:51.512Z Checking primefield v0.14.0
49892026-08-19T19:56:51.512Z Checking ssh-encoding v0.3.0
49902026-08-19T19:56:51.620Z Checking crypto-primes v0.7.2
49912026-08-19T19:56:51.772Z Checking ssh-cipher v0.3.0
49922026-08-19T19:56:51.775Z Checking russh-cryptovec v0.62.0
49932026-08-19T19:56:51.901Z Checking ecdsa v0.17.0
49942026-08-19T19:56:51.901Z Checking primeorder v0.14.0
49952026-08-19T19:56:52.272Z Checking p384 v0.14.0
49962026-08-19T19:56:52.273Z Checking p256 v0.14.0
49972026-08-19T19:56:52.275Z Checking p521 v0.14.0
49982026-08-19T19:56:52.545Z Checking rsa v0.10.0-rc.18
49992026-08-19T19:56:55.084Z Checking ssh-key v0.7.0-rc.11
50002026-08-19T19:56:55.839Z Checking russh v0.62.4
50012026-08-19T19:57:09.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.03s
50022026-08-19T19:57:09.326Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
50032026-08-19T19:57:09.326Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
50042026-08-19T19:57:09.529Z
50052026-08-19T19:57:09.529Zinfo: running `cargo check --bins` on gateway-cli (323/337)
50062026-08-19T19:57:10.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50072026-08-19T19:57:10.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50082026-08-19T19:57:10.169Z Checking termios v0.3.3
50092026-08-19T19:57:10.364Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50102026-08-19T19:57:10.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
50112026-08-19T19:57:11.135Z
50122026-08-19T19:57:11.135Zinfo: running `cargo check --bins --no-default-features` on installinator (324/337)
50132026-08-19T19:57:11.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50142026-08-19T19:57:11.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50152026-08-19T19:57:11.820Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50162026-08-19T19:57:12.512Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50172026-08-19T19:57:14.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
50182026-08-19T19:57:14.309Z
50192026-08-19T19:57:14.309Zinfo: running `cargo check --bins` on internal-dns-cli (325/337)
50202026-08-19T19:57:14.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50212026-08-19T19:57:14.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50222026-08-19T19:57:14.948Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50232026-08-19T19:57:15.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
50242026-08-19T19:57:15.558Z
50252026-08-19T19:57:15.558Zinfo: running `cargo check --bins` on omicron-live-tests (326/337)
50262026-08-19T19:57:16.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50272026-08-19T19:57:16.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50282026-08-19T19:57:16.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50292026-08-19T19:57:16.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50302026-08-19T19:57:16.116Z
50312026-08-19T19:57:16.116Zinfo: running `cargo check --bins` on live-tests-macros (327/337)
50322026-08-19T19:57:16.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50332026-08-19T19:57:16.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50342026-08-19T19:57:16.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50352026-08-19T19:57:16.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50362026-08-19T19:57:16.678Z
50372026-08-19T19:57:16.678Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337)
50382026-08-19T19:57:17.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50392026-08-19T19:57:17.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50402026-08-19T19:57:17.412Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50412026-08-19T19:57:18.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
50422026-08-19T19:57:18.198Z
50432026-08-19T19:57:18.198Zinfo: running `cargo check --bins` on omicron-ntp-admin (329/337)
50442026-08-19T19:57:18.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50452026-08-19T19:57:18.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50462026-08-19T19:57:18.832Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50472026-08-19T19:57:18.834Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50482026-08-19T19:57:19.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
50492026-08-19T19:57:19.941Z
50502026-08-19T19:57:19.941Zinfo: running `cargo check --bins` on ntp-admin-types (330/337)
50512026-08-19T19:57:20.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50522026-08-19T19:57:20.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50532026-08-19T19:57:20.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50542026-08-19T19:57:20.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50552026-08-19T19:57:20.513Z
50562026-08-19T19:57:20.513Zinfo: running `cargo check --bins` on omicron-package (331/337)
50572026-08-19T19:57:21.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50582026-08-19T19:57:21.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50592026-08-19T19:57:21.196Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50602026-08-19T19:57:22.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
50612026-08-19T19:57:22.477Z
50622026-08-19T19:57:22.477Zinfo: running `cargo check --bins` on tqdb (332/337)
50632026-08-19T19:57:23.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50642026-08-19T19:57:23.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50652026-08-19T19:57:23.258Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50662026-08-19T19:57:23.609Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50672026-08-19T19:57:24.121Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50682026-08-19T19:57:24.124Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50692026-08-19T19:57:30.732Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50702026-08-19T19:57:30.735Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50712026-08-19T19:57:30.735Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50722026-08-19T19:57:31.354Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50732026-08-19T19:57:31.354Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50742026-08-19T19:57:31.358Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
50752026-08-19T19:57:31.358Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50762026-08-19T19:57:32.145Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50772026-08-19T19:57:32.758Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50782026-08-19T19:57:32.992Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50792026-08-19T19:57:33.181Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50802026-08-19T19:57:34.048Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50812026-08-19T19:57:34.692Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50822026-08-19T19:57:39.634Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50832026-08-19T19:57:46.896Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50842026-08-19T19:57:46.899Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50852026-08-19T19:57:46.899Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50862026-08-19T19:57:46.899Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50872026-08-19T19:57:48.401Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50882026-08-19T19:57:49.688Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50892026-08-19T19:57:50.369Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50902026-08-19T19:57:51.661Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50912026-08-19T19:57:52.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.72s
50922026-08-19T19:57:52.421Z
50932026-08-19T19:57:52.421Zinfo: running `cargo check --bins` on wicket-dbg (333/337)
50942026-08-19T19:57:52.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50952026-08-19T19:57:52.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50962026-08-19T19:57:53.142Z Checking rtoolbox v0.0.3
50972026-08-19T19:57:53.145Z Checking tui-tree-widget v0.23.1
50982026-08-19T19:57:53.145Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50992026-08-19T19:57:53.270Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
51002026-08-19T19:57:53.360Z Checking rpassword v7.5.4
51012026-08-19T19:57:56.181Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51022026-08-19T19:57:58.018Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
51032026-08-19T19:57:58.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.51s
51042026-08-19T19:57:59.131Z
51052026-08-19T19:57:59.131Zinfo: running `cargo check --bins` on wicket (334/337)
51062026-08-19T19:57:59.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51072026-08-19T19:57:59.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51082026-08-19T19:57:59.827Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51092026-08-19T19:58:00.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
51102026-08-19T19:58:00.381Z
51112026-08-19T19:58:00.381Zinfo: running `cargo check --bins` on wicketd (335/337)
51122026-08-19T19:58:00.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51132026-08-19T19:58:00.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51142026-08-19T19:58:01.093Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51152026-08-19T19:58:04.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
51162026-08-19T19:58:04.854Z
51172026-08-19T19:58:04.854Zinfo: running `cargo check --bins` on omicron-workspace-hack (336/337)
51182026-08-19T19:58:05.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51192026-08-19T19:58:05.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51202026-08-19T19:58:05.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51212026-08-19T19:58:05.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
51222026-08-19T19:58:05.418Z
51232026-08-19T19:58:05.418Zinfo: running `cargo check --bins` on zone-setup (337/337)
51242026-08-19T19:58:05.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51252026-08-19T19:58:05.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51262026-08-19T19:58:06.082Z Checking uzers v0.12.2
51272026-08-19T19:58:06.354Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51282026-08-19T19:58:07.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
51292026-08-19T19:58:07.333Z
51302026-08-19T19:58:07.334Zreal 14:06.030799441
51312026-08-19T19:58:07.334Zuser 21:25.576559968
51322026-08-19T19:58:07.334Zsys 4:22.171928438
51332026-08-19T19:58:07.334Ztrap 0.336618545
51342026-08-19T19:58:07.334Ztflt 0.605511550
51352026-08-19T19:58:07.334Zdflt 0.916231556
51362026-08-19T19:58:07.334Zkflt 0.004910594
51372026-08-19T19:58:07.334Zlock 1:29:59.266122998
51382026-08-19T19:58:07.334Zslp 1:41:21.151926114
51392026-08-19T19:58:07.334Zlat 59.895671502
51402026-08-19T19:58:07.334Zstop 4:08.312470797
51412026-08-19T19:58:07.337Zprocess exited: duration 979854 ms, exit code 0
 
51422026-08-19T19:58:07.344Zfound 0 output files