01KW0F9DBDEPJ4N75AD30JW876: 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: 01KW0F9T4EPYV7YEC8EAY96N6Y

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T22:45:37.493Zjob assigned to worker 01KW0FA34GVYBKVTVEGA7MPH33 [factory aws, i-0c8151ceef10ee5f3] (queued for 59 s)
 
22026-06-25T22:45:44.314Zstarting task 0: "setup"
32026-06-25T22:45:44.318Z++ uname -s
42026-06-25T22:45:44.321Z+ kern=SunOS
52026-06-25T22:45:44.321Z+ build_user=build
62026-06-25T22:45:44.321Z+ build_uid=12345
72026-06-25T22:45:44.321Z+ work_dir=/work
82026-06-25T22:45:44.321Z+ input_dir=/input
92026-06-25T22:45:44.321Z+ [[ 0 == 12345 ]]
102026-06-25T22:45:44.321Z+ case "$kern" in
112026-06-25T22:45:44.321Z+ groupadd -g 12345 build
122026-06-25T22:45:44.324Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T22:45:46.326Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T22:45:46.388Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T22:45:46.391Z+ home_fs=zfs
162026-06-25T22:45:46.391Z+ [[ zfs == autofs ]]
172026-06-25T22:45:46.391Z+ mkdir -p /home/build
182026-06-25T22:45:46.391Z+ chown build:build /home/build /work
192026-06-25T22:45:47.393Z+ chmod 0700 /home/build /work
202026-06-25T22:45:47.396Zprocess exited: duration 3081 ms, exit code 0
 
212026-06-25T22:45:47.402Zstarting task 1: "rust-toolchain"
222026-06-25T22:45:47.406Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T22:45:47.406Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-25T22:45:47.406Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-25T22:45:47.406Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-25T22:45:47.406Z * rust toolchain channel = "1.96.0"
272026-06-25T22:45:47.406Z * rust toolchain profile = "default"
282026-06-25T22:45:47.409Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T22:45:47.409Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T22:45:47.488Zinfo: downloading installer
312026-06-25T22:45:48.938Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T22:45:48.938Zwarn: /home/build/.rustup/settings.toml
332026-06-25T22:45:48.938Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T22:45:48.938Zwarn: instead of the one inferred from the default host triple.
352026-06-25T22:45:48.950Zinfo: profile set to default
362026-06-25T22:45:48.950Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T22:45:48.953Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T22:45:49.089Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T22:45:49.093Zinfo: downloading 6 components
402026-06-25T22:46:04.434Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T22:46:04.435Z
422026-06-25T22:46:04.467Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T22:46:04.467Z
442026-06-25T22:46:04.470Z
452026-06-25T22:46:04.470ZRust is installed now. Great!
462026-06-25T22:46:04.470Z
472026-06-25T22:46:04.470ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T22:46:04.470Zenvironment variable. This has not been done automatically.
492026-06-25T22:46:04.470Z
502026-06-25T22:46:04.470ZTo configure your current shell, you need to source
512026-06-25T22:46:04.470Zthe corresponding env file under $HOME/.cargo.
522026-06-25T22:46:04.470Z
532026-06-25T22:46:04.471ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T22:46:04.471Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T22:46:04.471Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T22:46:04.471Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T22:46:04.471Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T22:46:04.471Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T22:46:04.471Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T22:46:04.471Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T22:46:04.471Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T22:46:04.575Z+ rustup --version
632026-06-25T22:46:04.583Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T22:46:04.586Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T22:46:04.603Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T22:46:04.606Z+ cargo --version
672026-06-25T22:46:04.620Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T22:46:04.622Z+ rustc --version
692026-06-25T22:46:04.641Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T22:46:04.644Zprocess exited: duration 17240 ms, exit code 0
 
712026-06-25T22:46:04.650Zstarting task 2: "authentication"
722026-06-25T22:46:04.666Zprocess exited: duration 16 ms, exit code 0
 
732026-06-25T22:46:04.672Zstarting task 3: "clone repository"
742026-06-25T22:46:04.675Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-25T22:46:04.678Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-25T22:46:04.710ZCloning into '/work/oxidecomputer/omicron'...
772026-06-25T22:46:15.906Z+ cd /work/oxidecomputer/omicron
782026-06-25T22:46:15.906Z+ git fetch origin 5c7e07988e81605d0bca6296620754938e76da1a
792026-06-25T22:46:16.190ZFrom https://github.com/oxidecomputer/omicron
802026-06-25T22:46:16.190Z * branch 5c7e07988e81605d0bca6296620754938e76da1a -> FETCH_HEAD
812026-06-25T22:46:16.200Z+ [[ -n iliana/dering ]]
822026-06-25T22:46:16.204Z++ git branch --show-current
832026-06-25T22:46:16.204Z+ current=main
842026-06-25T22:46:16.204Z+ [[ main != iliana/dering ]]
852026-06-25T22:46:16.204Z+ git branch -f iliana/dering 5c7e07988e81605d0bca6296620754938e76da1a
862026-06-25T22:46:16.208Z+ git checkout -f iliana/dering
872026-06-25T22:46:16.448ZSwitched to branch 'iliana/dering'
882026-06-25T22:46:16.451Z+ git reset --hard 5c7e07988e81605d0bca6296620754938e76da1a
892026-06-25T22:46:16.465ZHEAD is now at 5c7e07988 Update crucible and propolis revs
902026-06-25T22:46:16.468Zprocess exited: duration 11793 ms, exit code 0
 
912026-06-25T22:46:16.474Zstarting task 4: "build"
922026-06-25T22:46:16.477Z+ source .github/buildomat/ci-env.sh
932026-06-25T22:46:16.480Z++ export CARGO_TERM_COLOR=always
942026-06-25T22:46:16.480Z++ CARGO_TERM_COLOR=always
952026-06-25T22:46:16.480Z+ cargo --version
962026-06-25T22:46:16.487Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-25T22:46:16.490Z+ rustc --version
982026-06-25T22:46:16.509Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-25T22:46:16.511Z+ source ./env.sh
1002026-06-25T22:46:16.511Z++ OLD_SHELL_OPTS=ehxB
1012026-06-25T22:46:16.512Z++ set -o xtrace
1022026-06-25T22:46:16.514Z++++ dirname ./env.sh
1032026-06-25T22:46:16.514Z+++ readlink -f .
1042026-06-25T22:46:16.517Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-25T22:46:16.517Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-25T22:46:16.517Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-25T22:46:16.517Z++ 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
1082026-06-25T22:46:16.518Z++ 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
1092026-06-25T22:46:16.518Z++ 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
1102026-06-25T22:46:16.518Z++ 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
1112026-06-25T22:46:16.518Z++ 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
1122026-06-25T22:46:16.518Z++ 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
1132026-06-25T22:46:16.518Z++ 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
1142026-06-25T22:46:16.518Z++ 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
1152026-06-25T22:46:16.518Z++ case $OLD_SHELL_OPTS in
1162026-06-25T22:46:16.518Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-25T22:46:16.518Z+ 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
1182026-06-25T22:46:16.518Z+ 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
1192026-06-25T22:46:16.518Z+ banner prerequisites
1202026-06-25T22:46:16.521Z
1212026-06-25T22:46:16.521Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-25T22:46:16.521Z # # # # # # # # # # # # # # #
1232026-06-25T22:46:16.521Z # # # # ##### # # ##### # # # # # #### #
1242026-06-25T22:46:16.521Z ##### ##### # ##### # # # # # # # # #
1252026-06-25T22:46:16.521Z # # # # # # # # # # # # # # #
1262026-06-25T22:46:16.521Z # # # ###### # # ###### ### # #### # #### #
1272026-06-25T22:46:16.521Z
1282026-06-25T22:46:16.521Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-25T22:46:18.327Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-25T22:46:18.435Z Startup: Caching catalogs ... Done
1312026-06-25T22:46:18.923ZPlanning: Solver setup ... Done (0.441s)
1322026-06-25T22:46:18.948ZPlanning: Running solver ... Done (0.024s)
1332026-06-25T22:46:18.959ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-25T22:46:18.969ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-25T22:46:18.989ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-25T22:46:19.001ZPlanning: Package planning ... Done (0.013s)
1372026-06-25T22:46:19.004ZPlanning: Merging actions ... Done (0.001s)
1382026-06-25T22:46:19.166ZPlanning: Checking for conflicting actions ... Done (0.164s)
1392026-06-25T22:46:19.170ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-25T22:46:19.919ZPlanning: Evaluating mediators ... Done (0.752s)
1412026-06-25T22:46:19.922ZPlanning: Planning completed in 1.46 seconds
1422026-06-25T22:46:19.928Z Packages to install: 2
1432026-06-25T22:46:19.928Z Estimated space available: 156.06 GB
1442026-06-25T22:46:19.928ZEstimated space to be consumed: 30.96 MB
1452026-06-25T22:46:19.928Z Create boot environment: No
1462026-06-25T22:46:19.934ZCreate backup boot environment: No
1472026-06-25T22:46:19.934Z Rebuild boot archive: No
1482026-06-25T22:46:19.934Z
1492026-06-25T22:46:19.934ZChanged packages:
1502026-06-25T22:46:19.934Zhelios
1512026-06-25T22:46:19.934Z developer/build-essential
1522026-06-25T22:46:19.934Z None -> 11-3.0
1532026-06-25T22:46:19.934Z library/libxmlsec1
1542026-06-25T22:46:19.935Z None -> 1.2.35-3.0
1552026-06-25T22:46:19.952Z
1562026-06-25T22:46:19.952ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-25T22:46:20.484ZDownload: Completed 1.28 MB in 0.53 seconds (2.4M/s)
1582026-06-25T22:46:20.564Z Actions: 1/268 actions (Installing new actions)
1592026-06-25T22:46:20.601Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-25T22:46:20.612ZFinalize: Updating package state database ... Done (0.010s)
1612026-06-25T22:46:20.612ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-25T22:46:20.641ZFinalize: Updating image state ... Done (0.029s)
1632026-06-25T22:46:23.037ZFinalize: Creating fast lookup database ... Done (2.371s)
1642026-06-25T22:46:23.106ZFinalize: Reading search index ... Done (0.012s)
1652026-06-25T22:46:23.108ZFinalize: Updating search index ... Done (0.000s)
1662026-06-25T22:46:23.225ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-25T22:46:23.543ZPlanning: Evaluating mediator changes ... Done
1682026-06-25T22:46:23.647ZPlanning: Checking for conflicting actions ... Done
1692026-06-25T22:46:23.650ZPlanning: Consolidating action changes ... Done
1702026-06-25T22:46:23.801ZPlanning: Evaluating mediators ... Done
1712026-06-25T22:46:23.804ZPlanning: Planning completed in 0.26 seconds
1722026-06-25T22:46:23.823Z Mediators to change: 2
1732026-06-25T22:46:23.823Z Create boot environment: No
1742026-06-25T22:46:23.823ZCreate backup boot environment: No
1752026-06-25T22:46:23.871ZFinalize: Updating package state database ... Done
1762026-06-25T22:46:23.871ZFinalize: Updating package cache ... Done
1772026-06-25T22:46:23.887ZFinalize: Updating image state ... Done
1782026-06-25T22:46:25.830ZFinalize: Creating fast lookup database ... Done
1792026-06-25T22:46:25.888ZFinalize: Reading search index ... Done
1802026-06-25T22:46:25.891ZFinalize: Updating search index ... Done
1812026-06-25T22:46:25.955ZFinalize: Updating package cache ... Done
1822026-06-25T22:46:26.238ZPlanning: Evaluating mediator changes ... Done
1832026-06-25T22:46:26.340ZPlanning: Checking for conflicting actions ... Done
1842026-06-25T22:46:26.343ZPlanning: Consolidating action changes ... Done
1852026-06-25T22:46:26.496ZPlanning: Evaluating mediators ... Done
1862026-06-25T22:46:26.499ZPlanning: Planning completed in 0.26 seconds
1872026-06-25T22:46:26.518Z Mediators to change: 1
1882026-06-25T22:46:26.518Z Create boot environment: No
1892026-06-25T22:46:26.519ZCreate backup boot environment: No
1902026-06-25T22:46:26.556ZFinalize: Updating package state database ... Done
1912026-06-25T22:46:26.557ZFinalize: Updating package cache ... Done
1922026-06-25T22:46:26.572ZFinalize: Updating image state ... Done
1932026-06-25T22:46:28.502ZFinalize: Creating fast lookup database ... Done
1942026-06-25T22:46:28.564ZFinalize: Reading search index ... Done
1952026-06-25T22:46:28.568ZFinalize: Updating search index ... Done
1962026-06-25T22:46:28.631ZFinalize: Updating package cache ... Done
1972026-06-25T22:46:28.943ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-25T22:46:28.944Zapache system 2.4 system
1992026-06-25T22:46:28.944Zclang system 15 system
2002026-06-25T22:46:28.944Zcsh system system illumos
2012026-06-25T22:46:28.944Zctags system system illumos
2022026-06-25T22:46:28.944Zfile vendor vendor darwinsys
2032026-06-25T22:46:28.944Zfile system system illumos
2042026-06-25T22:46:28.944Zgcc vendor 14 vendor
2052026-06-25T22:46:28.944Zgcc system 13 system
2062026-06-25T22:46:28.944Zgcc system 10 system
2072026-06-25T22:46:28.944Zgo system 1.25 system
2082026-06-25T22:46:28.944Zllvm system 15 system
2092026-06-25T22:46:28.944Zmariadb system 11.4 system
2102026-06-25T22:46:28.944Zmta vendor vendor dma
2112026-06-25T22:46:28.944Zopenjdk system 17 system
2122026-06-25T22:46:28.944Zopenjdk system 11 system
2132026-06-25T22:46:28.944Zopenssl vendor 3 vendor
2142026-06-25T22:46:28.944Zperl system 5.40 system
2152026-06-25T22:46:28.944Zpostgresql system 18 system
2162026-06-25T22:46:28.944Zpostgresql system 17 system
2172026-06-25T22:46:28.944Zpython vendor 3 vendor
2182026-06-25T22:46:28.944Zpython system 2 system
2192026-06-25T22:46:28.944Zpython3 vendor 3.13 vendor
2202026-06-25T22:46:28.944Zruby system 3.4 system
2212026-06-25T22:46:28.944Zruby system 3.0 system
2222026-06-25T22:46:28.944Zwords vendor vendor american-english
2232026-06-25T22:46:28.944Zwords system system australian-english
2242026-06-25T22:46:28.945Zwords system system british-english
2252026-06-25T22:46:28.945Zwords system system canadian-english
2262026-06-25T22:46:28.945Zwords system system french
2272026-06-25T22:46:28.945Zwords system system italian
2282026-06-25T22:46:28.945Zwords system system ngerman
2292026-06-25T22:46:28.945Zwords system system ogerman
2302026-06-25T22:46:28.945Zwords system system spanish
2312026-06-25T22:46:29.195ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-25T22:46:29.195Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-25T22:46:29.500ZFMRI IFO
2342026-06-25T22:46:29.500Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-25T22:46:29.500Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-25T22:46:29.500Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-25T22:46:29.500Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-25T22:46:29.500Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-25T22:46:29.500Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-25T22:46:29.500Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-25T22:46:29.501Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-25T22:46:29.501Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-25T22:46:29.756Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-25T22:46:30.098Z Updating crates.io index
2452026-06-25T22:46:30.101Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-25T22:46:30.305Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-25T22:46:30.641Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-25T22:46:30.929Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-25T22:46:31.861Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-25T22:46:32.355Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-25T22:46:33.964Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-25T22:46:34.753Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-25T22:46:35.014Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-25T22:46:36.014Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-25T22:46:36.285Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-25T22:46:36.633Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-25T22:46:36.884Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-25T22:46:37.300Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-25T22:46:37.767Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-25T22:46:38.011Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-25T22:46:38.266Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-25T22:46:38.525Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-25T22:46:38.829Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-25T22:46:39.057Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-25T22:46:39.318Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-25T22:46:39.567Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-25T22:46:39.921Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-25T22:46:40.220Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-25T22:46:40.456Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-06-25T22:46:40.862Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-06-25T22:46:41.278Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-06-25T22:46:41.556Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-06-25T22:46:41.809Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-06-25T22:46:42.061Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-06-25T22:46:42.404Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-06-25T22:46:42.763Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-06-25T22:46:43.007Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-06-25T22:46:43.275Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-06-25T22:46:43.541Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-06-25T22:46:44.000Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-06-25T22:46:44.283Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-25T22:46:44.536Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-25T22:46:44.815Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-25T22:46:45.078Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-25T22:46:47.631Z Downloading crates ...
2862026-06-25T22:46:47.686Z Downloaded macaddr v1.0.1
2872026-06-25T22:46:47.689Z Downloaded autocfg v1.5.0
2882026-06-25T22:46:47.693Z Downloaded block-buffer v0.10.4
2892026-06-25T22:46:47.697Z Downloaded serde_tokenstream v0.2.3
2902026-06-25T22:46:47.700Z Downloaded cargo_metadata v0.21.0
2912026-06-25T22:46:47.715Z Downloaded equivalent v1.0.2
2922026-06-25T22:46:47.718Z Downloaded colorchoice v1.0.4
2932026-06-25T22:46:47.721Z Downloaded textwrap v0.16.2
2942026-06-25T22:46:47.721Z Downloaded clap_builder v4.6.0
2952026-06-25T22:46:47.725Z Downloaded unicode-ident v1.0.24
2962026-06-25T22:46:47.728Z Downloaded anyhow v1.0.102
2972026-06-25T22:46:47.731Z Downloaded utf8_iter v1.0.4
2982026-06-25T22:46:47.731Z Downloaded typeid v1.0.3
2992026-06-25T22:46:47.731Z Downloaded errno v0.3.14
3002026-06-25T22:46:47.731Z Downloaded form_urlencoded v1.2.2
3012026-06-25T22:46:47.736Z Downloaded yoke-derive v0.8.1
3022026-06-25T22:46:47.739Z Downloaded toml_datetime v0.6.11
3032026-06-25T22:46:47.739Z Downloaded usdt v0.5.0
3042026-06-25T22:46:47.743Z Downloaded dtrace-parser v0.2.0
3052026-06-25T22:46:47.748Z Downloaded ordered-float v2.10.1
3062026-06-25T22:46:47.748Z Downloaded zerofrom v0.1.6
3072026-06-25T22:46:47.748Z Downloaded thread-id v4.2.2
3082026-06-25T22:46:47.753Z Downloaded itoa v1.0.17
3092026-06-25T22:46:47.753Z Downloaded usdt-attr-macro v0.5.0
3102026-06-25T22:46:47.753Z Downloaded zerofrom-derive v0.1.6
3112026-06-25T22:46:47.753Z Downloaded utf8parse v0.2.2
3122026-06-25T22:46:47.753Z Downloaded clap_lex v1.0.0
3132026-06-25T22:46:47.753Z Downloaded thiserror v2.0.18
3142026-06-25T22:46:47.757Z Downloaded percent-encoding v2.3.2
3152026-06-25T22:46:47.757Z Downloaded byteorder v1.5.0
3162026-06-25T22:46:47.757Z Downloaded anstyle-parse v1.0.0
3172026-06-25T22:46:47.757Z Downloaded anstyle v1.0.14
3182026-06-25T22:46:47.761Z Downloaded usdt-macro v0.5.0
3192026-06-25T22:46:47.761Z Downloaded unicode-xid v0.2.6
3202026-06-25T22:46:47.761Z Downloaded icu_provider v2.1.1
3212026-06-25T22:46:47.761Z Downloaded toml_write v0.1.2
3222026-06-25T22:46:47.765Z Downloaded crypto-common v0.1.7
3232026-06-25T22:46:47.765Z Downloaded plain v0.2.3
3242026-06-25T22:46:47.770Z Downloaded version_check v0.9.5
3252026-06-25T22:46:47.770Z Downloaded unicode-linebreak v0.1.5
3262026-06-25T22:46:47.770Z Downloaded tinystr v0.8.2
3272026-06-25T22:46:47.773Z Downloaded thiserror-impl v2.0.18
3282026-06-25T22:46:47.773Z Downloaded bytecount v0.6.9
3292026-06-25T22:46:47.777Z Downloaded cargo-platform v0.2.0
3302026-06-25T22:46:47.777Z Downloaded thiserror-impl v1.0.69
3312026-06-25T22:46:47.777Z Downloaded zmij v1.0.21
3322026-06-25T22:46:47.780Z Downloaded zerovec-derive v0.11.2
3332026-06-25T22:46:47.780Z Downloaded yoke v0.8.1
3342026-06-25T22:46:47.780Z Downloaded writeable v0.6.2
3352026-06-25T22:46:47.783Z Downloaded heck v0.5.0
3362026-06-25T22:46:47.783Z Downloaded zerocopy-derive v0.7.35
3372026-06-25T22:46:47.788Z Downloaded toml v0.8.23
3382026-06-25T22:46:47.792Z Downloaded usdt-impl v0.5.0
3392026-06-25T22:46:47.792Z Downloaded generic-array v0.14.7
3402026-06-25T22:46:47.792Z Downloaded digest v0.10.7
3412026-06-25T22:46:47.792Z Downloaded camino-tempfile v1.4.1
3422026-06-25T22:46:47.792Z Downloaded tabled_derive v0.7.0
3432026-06-25T22:46:47.795Z Downloaded ucd-trie v0.1.7
3442026-06-25T22:46:47.795Z Downloaded fastrand v2.3.0
3452026-06-25T22:46:47.798Z Downloaded serde-value v0.7.0
3462026-06-25T22:46:47.798Z Downloaded dof v0.3.0
3472026-06-25T22:46:47.802Z Downloaded serde_spanned v0.6.9
3482026-06-25T22:46:47.805Z Downloaded idna_adapter v1.2.1
3492026-06-25T22:46:47.805Z Downloaded heck v0.4.1
3502026-06-25T22:46:47.808Z Downloaded zerotrie v0.2.3
3512026-06-25T22:46:47.812Z Downloaded toml_edit v0.22.27
3522026-06-25T22:46:47.816Z Downloaded cpufeatures v0.2.17
3532026-06-25T22:46:47.816Z Downloaded stable_deref_trait v1.2.1
3542026-06-25T22:46:47.816Z Downloaded is_terminal_polyfill v1.70.2
3552026-06-25T22:46:47.819Z Downloaded anstyle-query v1.1.5
3562026-06-25T22:46:47.822Z Downloaded terminal_size v0.4.3
3572026-06-25T22:46:47.822Z Downloaded swrite v0.1.0
3582026-06-25T22:46:47.825Z Downloaded url v2.5.8
3592026-06-25T22:46:47.825Z Downloaded typenum v1.19.0
3602026-06-25T22:46:47.833Z Downloaded potential_utf v0.1.4
3612026-06-25T22:46:47.836Z Downloaded proc-macro-error-attr v1.0.4
3622026-06-25T22:46:47.839Z Downloaded pretty-hex v0.4.1
3632026-06-25T22:46:47.839Z Downloaded cfg-if v1.0.4
3642026-06-25T22:46:47.842Z Downloaded scroll_derive v0.12.1
3652026-06-25T22:46:47.846Z Downloaded zerovec v0.11.5
3662026-06-25T22:46:47.850Z Downloaded zerocopy v0.7.35
3672026-06-25T22:46:47.855Z Downloaded smawk v0.3.2
3682026-06-25T22:46:47.858Z Downloaded winnow v0.7.14
3692026-06-25T22:46:47.861Z Downloaded synstructure v0.13.2
3702026-06-25T22:46:47.864Z Downloaded fnv v1.0.7
3712026-06-25T22:46:47.864Z Downloaded memmap v0.7.0
3722026-06-25T22:46:47.870Z Downloaded scroll v0.12.0
3732026-06-25T22:46:47.873Z Downloaded unicode-width v0.2.0
3742026-06-25T22:46:47.876Z Downloaded unicode-width v0.1.14
3752026-06-25T22:46:47.883Z Downloaded sha2 v0.10.9
3762026-06-25T22:46:47.886Z Downloaded cargo_toml v0.21.0
3772026-06-25T22:46:47.891Z Downloaded thiserror v1.0.69
3782026-06-25T22:46:47.894Z Downloaded clap v4.6.1
3792026-06-25T22:46:47.897Z Downloaded camino v1.2.2
3802026-06-25T22:46:47.900Z Downloaded bitflags v2.11.0
3812026-06-25T22:46:47.900Z Downloaded icu_normalizer v2.1.1
3822026-06-25T22:46:47.904Z Downloaded erased-serde v0.4.9
3832026-06-25T22:46:47.904Z Downloaded quote v1.0.45
3842026-06-25T22:46:47.909Z Downloaded anstream v1.0.0
3852026-06-25T22:46:47.917Z Downloaded displaydoc v0.2.5
3862026-06-25T22:46:47.920Z Downloaded strsim v0.11.1
3872026-06-25T22:46:47.920Z Downloaded proc-macro-error v1.0.4
3882026-06-25T22:46:47.920Z Downloaded fs-err v3.3.0
3892026-06-25T22:46:47.923Z Downloaded serde-untagged v0.1.9
3902026-06-25T22:46:47.923Z Downloaded icu_properties v2.1.2
3912026-06-25T22:46:47.926Z Downloaded cargo-util-schemas v0.8.2
3922026-06-25T22:46:47.926Z Downloaded clap_derive v4.6.1
3932026-06-25T22:46:47.932Z Downloaded pest_generator v2.8.6
3942026-06-25T22:46:47.938Z Downloaded smallvec v1.15.1
3952026-06-25T22:46:47.943Z Downloaded once_cell v1.21.3
3962026-06-25T22:46:47.946Z Downloaded tempfile v3.25.0
3972026-06-25T22:46:47.949Z Downloaded getrandom v0.4.1
3982026-06-25T22:46:47.952Z Downloaded semver v1.0.28
3992026-06-25T22:46:47.955Z Downloaded litemap v0.8.1
4002026-06-25T22:46:47.955Z Downloaded hashbrown v0.17.0
4012026-06-25T22:46:47.959Z Downloaded serde_core v1.0.228
4022026-06-25T22:46:47.963Z Downloaded pest_derive v2.8.6
4032026-06-25T22:46:47.967Z Downloaded papergrid v0.11.0
4042026-06-25T22:46:47.971Z Downloaded icu_normalizer_data v2.1.1
4052026-06-25T22:46:47.976Z Downloaded proc-macro2 v1.0.106
4062026-06-25T22:46:47.980Z Downloaded serde_derive v1.0.228
4072026-06-25T22:46:47.985Z Downloaded icu_locale_core v2.1.1
4082026-06-25T22:46:47.991Z Downloaded num-traits v0.2.19
4092026-06-25T22:46:47.994Z Downloaded memchr v2.8.0
4102026-06-25T22:46:48.001Z Downloaded serde v1.0.228
4112026-06-25T22:46:48.005Z Downloaded icu_collections v2.1.1
4122026-06-25T22:46:48.008Z Downloaded log v0.4.29
4132026-06-25T22:46:48.014Z Downloaded pest_meta v2.8.6
4142026-06-25T22:46:48.033Z Downloaded indexmap v2.14.0
4152026-06-25T22:46:48.044Z Downloaded serde_json v1.0.150
4162026-06-25T22:46:48.048Z Downloaded pest v2.8.6
4172026-06-25T22:46:48.063Z Downloaded idna v1.1.0
4182026-06-25T22:46:48.078Z Downloaded icu_properties_data v2.1.2
4192026-06-25T22:46:48.082Z Downloaded goblin v0.8.2
4202026-06-25T22:46:48.090Z Downloaded tabled v0.15.0
4212026-06-25T22:46:48.099Z Downloaded syn v1.0.109
4222026-06-25T22:46:48.112Z Downloaded syn v2.0.117
4232026-06-25T22:46:48.135Z Downloaded rustix v1.1.3
4242026-06-25T22:46:48.166Z Downloaded libc v0.2.185
4252026-06-25T22:46:48.233Z Compiling proc-macro2 v1.0.106
4262026-06-25T22:46:48.233Z Compiling quote v1.0.45
4272026-06-25T22:46:48.233Z Compiling unicode-ident v1.0.24
4282026-06-25T22:46:48.236Z Compiling serde_core v1.0.228
4292026-06-25T22:46:48.236Z Compiling libc v0.2.185
4302026-06-25T22:46:48.237Z Compiling version_check v0.9.5
4312026-06-25T22:46:48.237Z Compiling memchr v2.8.0
4322026-06-25T22:46:48.237Z Compiling stable_deref_trait v1.2.1
4332026-06-25T22:46:48.545Z Compiling serde v1.0.228
4342026-06-25T22:46:48.565Z Compiling zmij v1.0.21
4352026-06-25T22:46:48.826Z Compiling itoa v1.0.17
4362026-06-25T22:46:48.937Z Compiling thiserror v1.0.69
4372026-06-25T22:46:49.015Z Compiling autocfg v1.5.0
4382026-06-25T22:46:49.120Z Compiling ucd-trie v0.1.7
4392026-06-25T22:46:49.179Z Compiling writeable v0.6.2
4402026-06-25T22:46:49.196Z Compiling litemap v0.8.1
4412026-06-25T22:46:49.372Z Compiling pest v2.8.6
4422026-06-25T22:46:49.388Z Compiling rustix v1.1.3
4432026-06-25T22:46:49.391Z Compiling byteorder v1.5.0
4442026-06-25T22:46:49.404Z Compiling icu_normalizer_data v2.1.1
4452026-06-25T22:46:49.437Z Compiling icu_properties_data v2.1.2
4462026-06-25T22:46:49.682Z Compiling errno v0.3.14
4472026-06-25T22:46:49.740Z Compiling serde_json v1.0.150
4482026-06-25T22:46:49.831Z Compiling syn v2.0.117
4492026-06-25T22:46:49.868Z Compiling bitflags v2.11.0
4502026-06-25T22:46:49.972Z Compiling num-traits v0.2.19
4512026-06-25T22:46:49.998Z Compiling typeid v1.0.3
4522026-06-25T22:46:50.156Z Compiling equivalent v1.0.2
4532026-06-25T22:46:50.247Z Compiling hashbrown v0.17.0
4542026-06-25T22:46:50.264Z Compiling smallvec v1.15.1
4552026-06-25T22:46:50.488Z Compiling pest_meta v2.8.6
4562026-06-25T22:46:50.531Z Compiling thread-id v4.2.2
4572026-06-25T22:46:50.612Z Compiling proc-macro-error-attr v1.0.4
4582026-06-25T22:46:50.628Z Compiling usdt-impl v0.5.0
4592026-06-25T22:46:50.702Z Compiling winnow v0.7.14
4602026-06-25T22:46:50.798Z Compiling indexmap v2.14.0
4612026-06-25T22:46:50.817Z Compiling syn v1.0.109
4622026-06-25T22:46:50.874Z Compiling erased-serde v0.4.9
4632026-06-25T22:46:51.117Z Compiling toml_write v0.1.2
4642026-06-25T22:46:51.415Z Compiling proc-macro-error v1.0.4
4652026-06-25T22:46:51.430Z Compiling utf8_iter v1.0.4
4662026-06-25T22:46:51.581Z Compiling log v0.4.29
4672026-06-25T22:46:51.606Z Compiling thiserror v2.0.18
4682026-06-25T22:46:51.779Z Compiling getrandom v0.4.1
4692026-06-25T22:46:51.896Z Compiling utf8parse v0.2.2
4702026-06-25T22:46:51.938Z Compiling plain v0.2.3
4712026-06-25T22:46:52.013Z Compiling camino v1.2.2
4722026-06-25T22:46:52.050Z Compiling percent-encoding v2.3.2
4732026-06-25T22:46:52.078Z Compiling anstyle-parse v1.0.0
4742026-06-25T22:46:52.155Z Compiling ordered-float v2.10.1
4752026-06-25T22:46:52.242Z Compiling form_urlencoded v1.2.2
4762026-06-25T22:46:52.289Z Compiling terminal_size v0.4.3
4772026-06-25T22:46:52.415Z Compiling synstructure v0.13.2
4782026-06-25T22:46:52.418Z Compiling pest_generator v2.8.6
4792026-06-25T22:46:52.446Z Compiling cfg-if v1.0.4
4802026-06-25T22:46:52.519Z Compiling anstyle-query v1.1.5
4812026-06-25T22:46:52.582Z Compiling pretty-hex v0.4.1
4822026-06-25T22:46:52.634Z Compiling is_terminal_polyfill v1.70.2
4832026-06-25T22:46:52.666Z Compiling colorchoice v1.0.4
4842026-06-25T22:46:52.719Z Compiling anstyle v1.0.14
4852026-06-25T22:46:52.737Z Compiling serde-untagged v0.1.9
4862026-06-25T22:46:52.944Z Compiling anstream v1.0.0
4872026-06-25T22:46:52.961Z Compiling semver v1.0.28
4882026-06-25T22:46:53.027Z Compiling fs-err v3.3.0
4892026-06-25T22:46:53.122Z Compiling unicode-xid v0.2.6
4902026-06-25T22:46:53.221Z Compiling heck v0.4.1
4912026-06-25T22:46:53.247Z Compiling clap_lex v1.0.0
4922026-06-25T22:46:53.250Z Compiling fnv v1.0.7
4932026-06-25T22:46:53.250Z Compiling once_cell v1.21.3
4942026-06-25T22:46:53.295Z Compiling anyhow v1.0.102
4952026-06-25T22:46:53.351Z Compiling unicode-width v0.1.14
4962026-06-25T22:46:53.492Z Compiling fastrand v2.3.0
4972026-06-25T22:46:53.495Z Compiling strsim v0.11.1
4982026-06-25T22:46:53.660Z Compiling bytecount v0.6.9
4992026-06-25T22:46:53.679Z Compiling heck v0.5.0
5002026-06-25T22:46:53.796Z Compiling papergrid v0.11.0
5012026-06-25T22:46:53.813Z Compiling tempfile v3.25.0
5022026-06-25T22:46:53.834Z Compiling clap_builder v4.6.0
5032026-06-25T22:46:54.038Z Compiling memmap v0.7.0
5042026-06-25T22:46:54.066Z Compiling serde_derive v1.0.228
5052026-06-25T22:46:54.136Z Compiling zerofrom-derive v0.1.6
5062026-06-25T22:46:54.194Z Compiling yoke-derive v0.8.1
5072026-06-25T22:46:54.223Z Compiling zerovec-derive v0.11.2
5082026-06-25T22:46:54.318Z Compiling displaydoc v0.2.5
5092026-06-25T22:46:55.055Z Compiling thiserror-impl v1.0.69
5102026-06-25T22:46:55.221Z Compiling zerocopy-derive v0.7.35
5112026-06-25T22:46:55.337Z Compiling pest_derive v2.8.6
5122026-06-25T22:46:55.369Z Compiling scroll_derive v0.12.1
5132026-06-25T22:46:55.525Z Compiling zerofrom v0.1.6
5142026-06-25T22:46:55.659Z Compiling yoke v0.8.1
5152026-06-25T22:46:55.773Z Compiling thiserror-impl v2.0.18
5162026-06-25T22:46:55.853Z Compiling zerovec v0.11.5
5172026-06-25T22:46:56.032Z Compiling zerotrie v0.2.3
5182026-06-25T22:46:56.082Z Compiling zerocopy v0.7.35
5192026-06-25T22:46:56.327Z Compiling tinystr v0.8.2
5202026-06-25T22:46:56.374Z Compiling potential_utf v0.1.4
5212026-06-25T22:46:56.456Z Compiling dtrace-parser v0.2.0
5222026-06-25T22:46:56.534Z Compiling icu_locale_core v2.1.1
5232026-06-25T22:46:56.550Z Compiling icu_collections v2.1.1
5242026-06-25T22:46:56.646Z Compiling scroll v0.12.0
5252026-06-25T22:46:56.826Z Compiling tabled_derive v0.7.0
5262026-06-25T22:46:56.895Z Compiling goblin v0.8.2
5272026-06-25T22:46:56.925Z Compiling clap_derive v4.6.1
5282026-06-25T22:46:57.197Z Compiling icu_provider v2.1.1
5292026-06-25T22:46:57.227Z Compiling unicode-width v0.2.0
5302026-06-25T22:46:57.418Z Compiling serde_spanned v0.6.9
5312026-06-25T22:46:57.493Z Compiling icu_properties v2.1.2
5322026-06-25T22:46:57.510Z Compiling icu_normalizer v2.1.1
5332026-06-25T22:46:57.513Z Compiling toml_datetime v0.6.11
5342026-06-25T22:46:57.541Z Compiling dof v0.3.0
5352026-06-25T22:46:57.568Z Compiling serde_tokenstream v0.2.3
5362026-06-25T22:46:57.730Z Compiling toml_edit v0.22.27
5372026-06-25T22:46:57.793Z Compiling serde-value v0.7.0
5382026-06-25T22:46:57.941Z Compiling cargo-platform v0.2.0
5392026-06-25T22:46:58.048Z Compiling smawk v0.3.2
5402026-06-25T22:46:58.156Z Compiling unicode-linebreak v0.1.5
5412026-06-25T22:46:58.193Z Compiling tabled v0.15.0
5422026-06-25T22:46:58.210Z Compiling macaddr v1.0.1
5432026-06-25T22:46:58.401Z Compiling idna_adapter v1.2.1
5442026-06-25T22:46:58.436Z Compiling textwrap v0.16.2
5452026-06-25T22:46:58.499Z Compiling usdt-attr-macro v0.5.0
5462026-06-25T22:46:58.546Z Compiling idna v1.1.0
5472026-06-25T22:46:58.596Z Compiling usdt-macro v0.5.0
5482026-06-25T22:46:58.705Z Compiling clap v4.6.1
5492026-06-25T22:46:58.927Z Compiling url v2.5.8
5502026-06-25T22:46:59.252Z Compiling toml v0.8.23
5512026-06-25T22:46:59.272Z Compiling camino-tempfile v1.4.1
5522026-06-25T22:46:59.564Z Compiling swrite v0.1.0
5532026-06-25T22:46:59.667Z Compiling cargo-util-schemas v0.8.2
5542026-06-25T22:46:59.683Z Compiling cargo_toml v0.21.0
5552026-06-25T22:46:59.864Z Compiling usdt v0.5.0
5562026-06-25T22:46:59.881Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5572026-06-25T22:47:00.572Z Compiling cargo_metadata v0.21.0
5582026-06-25T22:47:01.496Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5592026-06-25T22:47:03.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.97s
5602026-06-25T22:47:03.778Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5612026-06-25T22:47:04.274Z Downloading crates ...
5622026-06-25T22:47:04.383Z Downloaded ahash v0.8.12
5632026-06-25T22:47:04.386Z Downloaded adler2 v2.0.1
5642026-06-25T22:47:04.393Z Downloaded ascii-canvas v3.0.0
5652026-06-25T22:47:04.398Z Downloaded cpufeatures v0.3.0
5662026-06-25T22:47:04.402Z Downloaded crc32fast v1.5.0
5672026-06-25T22:47:04.402Z Downloaded crucible-workspace-hack v0.1.0
5682026-06-25T22:47:04.406Z Downloaded crc v3.4.0
5692026-06-25T22:47:04.406Z Downloaded atomic-waker v1.1.2
5702026-06-25T22:47:04.406Z Downloaded arrayvec v0.7.6
5712026-06-25T22:47:04.409Z Downloaded aead v0.5.2
5722026-06-25T22:47:04.409Z Downloaded cstr-argument v0.1.2
5732026-06-25T22:47:04.409Z Downloaded crypto-common v0.2.2
5742026-06-25T22:47:04.412Z Downloaded crypto-bigint v0.5.5
5752026-06-25T22:47:04.416Z Downloaded base16ct v0.2.0
5762026-06-25T22:47:04.416Z Downloaded drift v0.2.0
5772026-06-25T22:47:04.439Z Downloaded curve25519-dalek-derive v0.1.1
5782026-06-25T22:47:04.439Z Downloaded block-buffer v0.12.1
5792026-06-25T22:47:04.439Z Downloaded bitfield-struct v0.6.2
5802026-06-25T22:47:04.439Z Downloaded crc-catalog v2.4.0
5812026-06-25T22:47:04.439Z Downloaded bb8 v0.8.6
5822026-06-25T22:47:04.439Z Downloaded crc-any v2.5.0
5832026-06-25T22:47:04.439Z Downloaded allocator-api2 v0.2.21
5842026-06-25T22:47:04.439Z Downloaded aes-gcm v0.10.3
5852026-06-25T22:47:04.439Z Downloaded blake2 v0.10.6
5862026-06-25T22:47:04.439Z Downloaded async-stream v0.3.6
5872026-06-25T22:47:04.439Z Downloaded argon2 v0.5.3
5882026-06-25T22:47:04.448Z Downloaded async-stream-impl v0.3.6
5892026-06-25T22:47:04.448Z Downloaded aes v0.8.4
5902026-06-25T22:47:04.448Z Downloaded crossterm v0.29.0
5912026-06-25T22:47:04.454Z Downloaded bit-set v0.8.0
5922026-06-25T22:47:04.454Z Downloaded atomicwrites v0.4.4
5932026-06-25T22:47:04.454Z Downloaded anstream v0.6.21
5942026-06-25T22:47:04.454Z Downloaded crc8 v0.1.1
5952026-06-25T22:47:04.454Z Downloaded bcrypt-pbkdf v0.10.0
5962026-06-25T22:47:04.454Z Downloaded bitfield-macros v0.19.4
5972026-06-25T22:47:04.454Z Downloaded bit-set v0.5.3
5982026-06-25T22:47:04.454Z Downloaded atty v0.2.14
5992026-06-25T22:47:04.454Z Downloaded cfg_aliases v0.2.1
6002026-06-25T22:47:04.459Z Downloaded arrayref v0.3.9
6012026-06-25T22:47:04.459Z Downloaded array-init v0.0.4
6022026-06-25T22:47:04.459Z Downloaded anstyle-parse v0.2.7
6032026-06-25T22:47:04.459Z Downloaded bitfield v0.19.4
6042026-06-25T22:47:04.459Z Downloaded bit-vec v0.8.0
6052026-06-25T22:47:04.463Z Downloaded darling_macro v0.21.3
6062026-06-25T22:47:04.468Z Downloaded ciborium-ll v0.2.2
6072026-06-25T22:47:04.468Z Downloaded castaway v0.2.4
6082026-06-25T22:47:04.468Z Downloaded convert_case v0.4.0
6092026-06-25T22:47:04.468Z Downloaded ciborium-io v0.2.2
6102026-06-25T22:47:04.471Z Downloaded darling_macro v0.20.11
6112026-06-25T22:47:04.471Z Downloaded darling_macro v0.13.4
6122026-06-25T22:47:04.471Z Downloaded block-padding v0.3.3
6132026-06-25T22:47:04.471Z Downloaded darling_macro v0.23.0
6142026-06-25T22:47:04.474Z Downloaded assert_matches v1.5.0
6152026-06-25T22:47:04.474Z Downloaded defmt-parser v1.0.0
6162026-06-25T22:47:04.477Z Downloaded async-recursion v1.1.1
6172026-06-25T22:47:04.487Z Downloaded crunchy v0.2.4
6182026-06-25T22:47:04.492Z Downloaded dirs-sys-next v0.1.2
6192026-06-25T22:47:04.495Z Downloaded dtrace-parser v0.3.0
6202026-06-25T22:47:04.495Z Downloaded derive_builder_macro v0.20.2
6212026-06-25T22:47:04.498Z Downloaded difflib v0.4.0
6222026-06-25T22:47:04.501Z Downloaded dropshot-api-manager-types v0.7.2
6232026-06-25T22:47:04.501Z Downloaded foldhash v0.2.0
6242026-06-25T22:47:04.505Z Downloaded critical-section v1.2.0
6252026-06-25T22:47:04.505Z Downloaded compression-core v0.4.31
6262026-06-25T22:47:04.505Z Downloaded darling v0.13.4
6272026-06-25T22:47:04.513Z Downloaded bit-vec v0.6.3
6282026-06-25T22:47:04.518Z Downloaded bcs v0.1.6
6292026-06-25T22:47:04.518Z Downloaded embedded-io v0.6.1
6302026-06-25T22:47:04.519Z Downloaded float-ord v0.3.2
6312026-06-25T22:47:04.522Z Downloaded downcast-rs v2.0.2
6322026-06-25T22:47:04.522Z Downloaded dirs-next v2.0.0
6332026-06-25T22:47:04.523Z Downloaded cfg_aliases v0.1.1
6342026-06-25T22:47:04.523Z Downloaded diesel_table_macro_syntax v0.3.0
6352026-06-25T22:47:04.527Z Downloaded cargo-platform v0.3.2
6362026-06-25T22:47:04.527Z Downloaded flagset v0.4.7
6372026-06-25T22:47:04.527Z Downloaded base64ct v1.8.3
6382026-06-25T22:47:04.527Z Downloaded foreign-types-shared v0.1.1
6392026-06-25T22:47:04.532Z Downloaded display-error-chain v0.2.2
6402026-06-25T22:47:04.532Z Downloaded endian-type v0.1.2
6412026-06-25T22:47:04.532Z Downloaded defmt v0.3.100
6422026-06-25T22:47:04.532Z Downloaded env_filter v1.0.0
6432026-06-25T22:47:04.532Z Downloaded embedded-io v0.4.0
6442026-06-25T22:47:04.532Z Downloaded dyn-clone v1.0.20
6452026-06-25T22:47:04.535Z Downloaded foreign-types-macros v0.2.3
6462026-06-25T22:47:04.535Z Downloaded foreign-types v0.5.0
6472026-06-25T22:47:04.535Z Downloaded float-cmp v0.10.0
6482026-06-25T22:47:04.536Z Downloaded dof v0.4.0
6492026-06-25T22:47:04.539Z Downloaded foreign-types v0.3.2
6502026-06-25T22:47:04.539Z Downloaded backoff v0.4.0
6512026-06-25T22:47:04.539Z Downloaded csv-core v0.1.13
6522026-06-25T22:47:04.546Z Downloaded futures-task v0.3.32
6532026-06-25T22:47:04.547Z Downloaded futures-io v0.3.32
6542026-06-25T22:47:04.547Z Downloaded funty v2.0.0
6552026-06-25T22:47:04.547Z Downloaded der_derive v0.7.3
6562026-06-25T22:47:04.550Z Downloaded ghash v0.5.1
6572026-06-25T22:47:04.550Z Downloaded debug-ignore v1.0.5
6582026-06-25T22:47:04.550Z Downloaded git-stub v1.0.0
6592026-06-25T22:47:04.550Z Downloaded document-features v0.2.12
6602026-06-25T22:47:04.550Z Downloaded enum-as-inner v0.6.1
6612026-06-25T22:47:04.550Z Downloaded fxhash v0.2.1
6622026-06-25T22:47:04.550Z Downloaded defmt-macros v1.0.1
6632026-06-25T22:47:04.554Z Downloaded corncobs v0.1.4
6642026-06-25T22:47:04.554Z Downloaded cmake v0.1.57
6652026-06-25T22:47:04.557Z Downloaded dsl_auto_type v0.2.0
6662026-06-25T22:47:04.557Z Downloaded daft v0.1.7
6672026-06-25T22:47:04.557Z Downloaded foreign-types-shared v0.3.1
6682026-06-25T22:47:04.562Z Downloaded crossbeam-epoch v0.9.18
6692026-06-25T22:47:04.562Z Downloaded cargo_metadata v0.23.1
6702026-06-25T22:47:04.567Z Downloaded fixedbitset v0.4.2
6712026-06-25T22:47:04.567Z Downloaded gethostname v0.5.0
6722026-06-25T22:47:04.567Z Downloaded fd-lock v4.0.4
6732026-06-25T22:47:04.568Z Downloaded constant_time_eq v0.4.2
6742026-06-25T22:47:04.574Z Downloaded futures-sink v0.3.32
6752026-06-25T22:47:04.574Z Downloaded futures-macro v0.3.32
6762026-06-25T22:47:04.574Z Downloaded defmt v1.0.1
6772026-06-25T22:47:04.574Z Downloaded daft-derive v0.1.7
6782026-06-25T22:47:04.578Z Downloaded hash32 v0.2.1
6792026-06-25T22:47:04.578Z Downloaded derive-ex v0.1.8
6802026-06-25T22:47:04.578Z Downloaded hash32 v0.3.1
6812026-06-25T22:47:04.578Z Downloaded ed25519 v2.2.3
6822026-06-25T22:47:04.582Z Downloaded cassowary v0.3.0
6832026-06-25T22:47:04.582Z Downloaded hex v0.4.3
6842026-06-25T22:47:04.587Z Downloaded data-encoding v2.10.0
6852026-06-25T22:47:04.587Z Downloaded derive_builder v0.20.2
6862026-06-25T22:47:04.587Z Downloaded dunce v1.0.5
6872026-06-25T22:47:04.592Z Downloaded headers-core v0.3.0
6882026-06-25T22:47:04.592Z Downloaded arc-swap v1.8.2
6892026-06-25T22:47:04.596Z Downloaded ff v0.13.1
6902026-06-25T22:47:04.596Z Downloaded ecdsa v0.16.9
6912026-06-25T22:47:04.596Z Downloaded derive_builder_core v0.20.2
6922026-06-25T22:47:04.596Z Downloaded foldhash v0.1.5
6932026-06-25T22:47:04.599Z Downloaded fallible-iterator v0.2.0
6942026-06-25T22:47:04.600Z Downloaded diesel-dtrace v0.5.0
6952026-06-25T22:47:04.600Z Downloaded hex-literal v0.4.1
6962026-06-25T22:47:04.604Z Downloaded crossbeam-deque v0.8.6
6972026-06-25T22:47:04.604Z Downloaded darling v0.21.3
6982026-06-25T22:47:04.608Z Downloaded http-body v1.0.1
6992026-06-25T22:47:04.608Z Downloaded blowfish v0.9.1
7002026-06-25T22:47:04.608Z Downloaded futures-core v0.3.32
7012026-06-25T22:47:04.608Z Downloaded home v0.5.12
7022026-06-25T22:47:04.612Z Downloaded hostname v0.4.2
7032026-06-25T22:47:04.612Z Downloaded cexpr v0.6.0
7042026-06-25T22:47:04.616Z Downloaded fs_extra v1.3.0
7052026-06-25T22:47:04.616Z Downloaded fixedbitset v0.5.7
7062026-06-25T22:47:04.616Z Downloaded chacha20 v0.9.1
7072026-06-25T22:47:04.621Z Downloaded http-range v0.1.5
7082026-06-25T22:47:04.621Z Downloaded buf-list v1.1.2
7092026-06-25T22:47:04.621Z Downloaded filetime v0.2.27
7102026-06-25T22:47:04.625Z Downloaded either v1.15.0
7112026-06-25T22:47:04.625Z Downloaded ena v0.14.4
7122026-06-25T22:47:04.625Z Downloaded console v0.15.11
7132026-06-25T22:47:04.625Z Downloaded async-bb8-diesel v0.2.1
7142026-06-25T22:47:04.629Z Downloaded console v0.16.2
7152026-06-25T22:47:04.629Z Downloaded hubpack v0.1.2
7162026-06-25T22:47:04.629Z Downloaded globwalk v0.9.1
7172026-06-25T22:47:04.635Z Downloaded glob v0.3.3
7182026-06-25T22:47:04.635Z Downloaded globset v0.4.18
7192026-06-25T22:47:04.635Z Downloaded byte-wrapper v0.1.0
7202026-06-25T22:47:04.635Z Downloaded deranged v0.5.8
7212026-06-25T22:47:04.639Z Downloaded git-stub-vcs v0.1.0
7222026-06-25T22:47:04.639Z Downloaded hyper-tls v0.6.0
7232026-06-25T22:47:04.639Z Downloaded chacha20 v0.10.0
7242026-06-25T22:47:04.643Z Downloaded bzip2 v0.4.4
7252026-06-25T22:47:04.643Z Downloaded colored v2.2.0
7262026-06-25T22:47:04.650Z Downloaded illumos-nvpair-sys v0.2.0
7272026-06-25T22:47:04.650Z Downloaded darling v0.23.0
7282026-06-25T22:47:04.653Z Downloaded indoc v1.0.9
7292026-06-25T22:47:04.653Z Downloaded instability v0.3.11
7302026-06-25T22:47:04.653Z Downloaded inout v0.1.4
7312026-06-25T22:47:04.653Z Downloaded indent_write v2.2.0
7322026-06-25T22:47:04.657Z Downloaded ident_case v1.0.1
7332026-06-25T22:47:04.657Z Downloaded erased-serde v0.3.31
7342026-06-25T22:47:04.657Z Downloaded const-oid v0.9.6
7352026-06-25T22:47:04.663Z Downloaded cbc v0.1.2
7362026-06-25T22:47:04.663Z Downloaded des v0.8.1
7372026-06-25T22:47:04.663Z Downloaded is_ci v1.2.0
7382026-06-25T22:47:04.668Z Downloaded is-terminal v0.4.17
7392026-06-25T22:47:04.668Z Downloaded instant v0.1.13
7402026-06-25T22:47:04.668Z Downloaded fs-err v2.11.0
7412026-06-25T22:47:04.668Z Downloaded kstat-rs v0.2.4
7422026-06-25T22:47:04.668Z Downloaded illumos-nvpair v0.3.0
7432026-06-25T22:47:04.668Z Downloaded group v0.13.0
7442026-06-25T22:47:04.673Z Downloaded lazy_static v1.5.0
7452026-06-25T22:47:04.673Z Downloaded cookie_store v0.22.1
7462026-06-25T22:47:04.673Z Downloaded keccak v0.1.6
7472026-06-25T22:47:04.673Z Downloaded internet-checksum v0.2.1
7482026-06-25T22:47:04.677Z Downloaded hostname v0.3.1
7492026-06-25T22:47:04.677Z Downloaded lalrpop-util v0.19.12
7502026-06-25T22:47:04.677Z Downloaded highway v1.3.0
7512026-06-25T22:47:04.677Z Downloaded clang-sys v1.8.1
7522026-06-25T22:47:04.681Z Downloaded hubpack_derive v0.1.1
7532026-06-25T22:47:04.681Z Downloaded darling v0.20.11
7542026-06-25T22:47:04.685Z Downloaded cookie v0.18.1
7552026-06-25T22:47:04.685Z Downloaded http-body-util v0.1.3
7562026-06-25T22:47:04.691Z Downloaded libscf-sys v1.1.0
7572026-06-25T22:47:04.691Z Downloaded getrandom v0.2.17
7582026-06-25T22:47:04.691Z Downloaded futures-channel v0.3.32
7592026-06-25T22:47:04.703Z Downloaded lru v0.12.5
7602026-06-25T22:47:04.703Z Downloaded httpdate v1.0.3
7612026-06-25T22:47:04.703Z Downloaded futures-executor v0.3.32
7622026-06-25T22:47:04.703Z Downloaded find-msvc-tools v0.1.9
7632026-06-25T22:47:04.703Z Downloaded cancel-safe-futures v0.1.5
7642026-06-25T22:47:04.703Z Downloaded match_cfg v0.1.0
7652026-06-25T22:47:04.703Z Downloaded derive-where v1.6.0
7662026-06-25T22:47:04.703Z Downloaded const-oid v0.10.2
7672026-06-25T22:47:04.710Z Downloaded ciborium v0.2.2
7682026-06-25T22:47:04.710Z Downloaded hyper-staticfile v0.10.1
7692026-06-25T22:47:04.710Z Downloaded mime v0.3.17
7702026-06-25T22:47:04.710Z Downloaded maybe-uninit v2.0.0
7712026-06-25T22:47:04.714Z Downloaded maplit v1.0.2
7722026-06-25T22:47:04.714Z Downloaded managed v0.8.0
7732026-06-25T22:47:04.714Z Downloaded lru-slab v0.1.2
7742026-06-25T22:47:04.714Z Downloaded memoffset v0.9.1
7752026-06-25T22:47:04.714Z Downloaded md5 v0.7.0
7762026-06-25T22:47:04.718Z Downloaded humantime v2.3.0
7772026-06-25T22:47:04.718Z Downloaded multimap v0.10.1
7782026-06-25T22:47:04.722Z Downloaded darling_core v0.20.11
7792026-06-25T22:47:04.722Z Downloaded half v1.8.3
7802026-06-25T22:47:04.722Z Downloaded indoc v2.0.7
7812026-06-25T22:47:04.722Z Downloaded newline-converter v0.3.0
7822026-06-25T22:47:04.725Z Downloaded nibble_vec v0.1.0
7832026-06-25T22:47:04.725Z Downloaded md-5 v0.10.6
7842026-06-25T22:47:04.725Z Downloaded ingot v0.1.1
7852026-06-25T22:47:04.728Z Downloaded impl-trait-for-tuples v0.2.3
7862026-06-25T22:47:04.728Z Downloaded ipnetwork v0.21.1
7872026-06-25T22:47:04.734Z Downloaded newtype_derive v0.1.6
7882026-06-25T22:47:04.735Z Downloaded newtype-uuid-macros v0.1.0
7892026-06-25T22:47:04.735Z Downloaded ingot-types v0.1.2
7902026-06-25T22:47:04.735Z Downloaded new_debug_unreachable v1.0.6
7912026-06-25T22:47:04.739Z Downloaded lru-cache v0.1.2
7922026-06-25T22:47:04.739Z Downloaded env_logger v0.11.9
7932026-06-25T22:47:04.739Z Downloaded normalize-line-endings v0.3.0
7942026-06-25T22:47:04.739Z Downloaded nonempty v0.12.0
7952026-06-25T22:47:04.739Z Downloaded nodrop v0.1.14
7962026-06-25T22:47:04.742Z Downloaded num v0.4.3
7972026-06-25T22:47:04.742Z Downloaded hmac v0.12.1
7982026-06-25T22:47:04.742Z Downloaded libloading v0.8.9
7992026-06-25T22:47:04.745Z Downloaded dropshot_endpoint v0.17.1
8002026-06-25T22:47:04.745Z Downloaded jobserver v0.1.34
8012026-06-25T22:47:04.750Z Downloaded diff v0.1.13
8022026-06-25T22:47:04.753Z Downloaded elliptic-curve v0.13.8
8032026-06-25T22:47:04.753Z Downloaded futures v0.3.32
8042026-06-25T22:47:04.758Z Downloaded lzss v0.8.2
8052026-06-25T22:47:04.758Z Downloaded fatfs v0.3.6
8062026-06-25T22:47:04.763Z Downloaded num-derive v0.4.2
8072026-06-25T22:47:04.763Z Downloaded num-iter v0.1.45
8082026-06-25T22:47:04.763Z Downloaded openssl-macros v0.1.1
8092026-06-25T22:47:04.763Z Downloaded num_enum_derive v0.5.11
8102026-06-25T22:47:04.766Z Downloaded openssl-probe v0.1.6
8112026-06-25T22:47:04.767Z Downloaded opaque-debug v0.3.1
8122026-06-25T22:47:04.767Z Downloaded num-conv v0.2.0
8132026-06-25T22:47:04.767Z Downloaded libefi-sys v0.1.0
8142026-06-25T22:47:04.773Z Downloaded oso-derive v0.27.3
8152026-06-25T22:47:04.774Z Downloaded openssl-probe v0.2.1
8162026-06-25T22:47:04.774Z Downloaded bytes v1.11.1
8172026-06-25T22:47:04.777Z Downloaded darling_core v0.21.3
8182026-06-25T22:47:04.777Z Downloaded linear-map v1.2.0
8192026-06-25T22:47:04.777Z Downloaded hyper-rustls v0.27.7
8202026-06-25T22:47:04.785Z Downloaded packed_struct_codegen v0.10.1
8212026-06-25T22:47:04.785Z Downloaded lock_api v0.4.14
8222026-06-25T22:47:04.785Z Downloaded hybrid-array v0.4.10
8232026-06-25T22:47:04.789Z Downloaded derive_more v0.99.20
8242026-06-25T22:47:04.789Z Downloaded half v2.7.1
8252026-06-25T22:47:04.789Z Downloaded chacha20poly1305 v0.10.1
8262026-06-25T22:47:04.789Z Downloaded ar_archive_writer v0.5.1
8272026-06-25T22:47:04.792Z Downloaded multer v3.1.0
8282026-06-25T22:47:04.799Z Downloaded parse-size v1.1.0
8292026-06-25T22:47:04.799Z Downloaded parse-display v0.10.0
8302026-06-25T22:47:04.799Z Downloaded newtype-uuid v1.3.2
8312026-06-25T22:47:04.799Z Downloaded const_format v0.2.35
8322026-06-25T22:47:04.803Z Downloaded ipnet v2.11.0
8332026-06-25T22:47:04.803Z Downloaded iana-time-zone v0.1.65
8342026-06-25T22:47:04.803Z Downloaded native-tls v0.2.18
8352026-06-25T22:47:04.806Z Downloaded mime_guess v2.0.5
8362026-06-25T22:47:04.806Z Downloaded base64 v0.22.1
8372026-06-25T22:47:04.811Z Downloaded pbkdf2 v0.11.0
8382026-06-25T22:47:04.811Z Downloaded nanorand v0.7.0
8392026-06-25T22:47:04.814Z Downloaded num_threads v0.1.7
8402026-06-25T22:47:04.814Z Downloaded num-derive v0.3.3
8412026-06-25T22:47:04.814Z Downloaded libsw-core v0.3.2
8422026-06-25T22:47:04.818Z Downloaded compact_str v0.8.1
8432026-06-25T22:47:04.818Z Downloaded libsw v3.5.0
8442026-06-25T22:47:04.822Z Downloaded httparse v1.10.1
8452026-06-25T22:47:04.822Z Downloaded getrandom v0.3.4
8462026-06-25T22:47:04.826Z Downloaded olpc-cjson v0.1.4
8472026-06-25T22:47:04.826Z Downloaded peg-runtime v0.8.5
8482026-06-25T22:47:04.826Z Downloaded num-integer v0.1.46
8492026-06-25T22:47:04.826Z Downloaded num-complex v0.4.6
8502026-06-25T22:47:04.831Z Downloaded nu-ansi-term v0.50.3
8512026-06-25T22:47:04.831Z Downloaded linked-hash-map v0.5.6
8522026-06-25T22:47:04.836Z Downloaded darling_core v0.13.4
8532026-06-25T22:47:04.836Z Downloaded num_enum v0.5.11
8542026-06-25T22:47:04.840Z Downloaded flume v0.11.1
8552026-06-25T22:47:04.840Z Downloaded powerfmt v0.2.0
8562026-06-25T22:47:04.840Z Downloaded num_enum_derive v0.7.6
8572026-06-25T22:47:04.843Z Downloaded num_enum v0.7.6
8582026-06-25T22:47:04.846Z Downloaded num-rational v0.4.2
8592026-06-25T22:47:04.861Z Downloaded progenitor-macro v0.13.0
8602026-06-25T22:47:04.866Z Downloaded progenitor-macro v0.14.0
8612026-06-25T22:47:04.866Z Downloaded phf_shared v0.13.1
8622026-06-25T22:47:04.866Z Downloaded phf_shared v0.11.3
8632026-06-25T22:47:04.866Z Downloaded oxnet v0.1.6
8642026-06-25T22:47:04.866Z Downloaded oxide-tokio-rt v0.1.4
8652026-06-25T22:47:04.866Z Downloaded memmap2 v0.9.10
8662026-06-25T22:47:04.871Z Downloaded bzip2 v0.6.1
8672026-06-25T22:47:04.871Z Downloaded progenitor-client v0.14.0
8682026-06-25T22:47:04.871Z Downloaded proc-macro-crate v3.4.0
8692026-06-25T22:47:04.875Z Downloaded password-hash v0.5.0
8702026-06-25T22:47:04.875Z Downloaded owo-colors v4.3.0
8712026-06-25T22:47:04.875Z Downloaded digest v0.11.3
8722026-06-25T22:47:04.875Z Downloaded headers v0.4.1
8732026-06-25T22:47:04.878Z Downloaded proc-macro-crate v1.3.1
8742026-06-25T22:47:04.881Z Downloaded darling_core v0.23.0
8752026-06-25T22:47:04.886Z Downloaded pin-project-internal v1.1.11
8762026-06-25T22:47:04.886Z Downloaded proc-macro-error-attr2 v2.0.0
8772026-06-25T22:47:04.890Z Downloaded parse-display-derive v0.10.0
8782026-06-25T22:47:04.890Z Downloaded parking_lot_core v0.8.6
8792026-06-25T22:47:04.890Z Downloaded heapless v0.8.0
8802026-06-25T22:47:04.895Z Downloaded psl-types v2.0.11
8812026-06-25T22:47:04.895Z Downloaded ed25519-dalek v2.2.0
8822026-06-25T22:47:04.895Z Downloaded phf v0.12.1
8832026-06-25T22:47:04.898Z Downloaded packed_struct v0.10.1
8842026-06-25T22:47:04.898Z Downloaded quick-error v1.2.3
8852026-06-25T22:47:04.898Z Downloaded pkcs8 v0.10.2
8862026-06-25T22:47:04.901Z Downloaded pem-rfc7468 v0.7.0
8872026-06-25T22:47:04.901Z Downloaded pem v3.0.6
8882026-06-25T22:47:04.905Z Downloaded peg-macros v0.8.5
8892026-06-25T22:47:04.905Z Downloaded pin-project-lite v0.2.17
8902026-06-25T22:47:04.910Z Downloaded rand_xorshift v0.4.0
8912026-06-25T22:47:04.910Z Downloaded litrs v1.0.0
8922026-06-25T22:47:04.913Z Downloaded der v0.7.10
8932026-06-25T22:47:04.916Z Downloaded recursive-proc-macro-impl v0.1.1
8942026-06-25T22:47:04.916Z Downloaded phf_shared v0.12.1
8952026-06-25T22:47:04.916Z Downloaded rand_chacha v0.3.1
8962026-06-25T22:47:04.919Z Downloaded radium v0.7.0
8972026-06-25T22:47:04.919Z Downloaded peg v0.8.5
8982026-06-25T22:47:04.923Z Downloaded recursive v0.1.1
8992026-06-25T22:47:04.923Z Downloaded postgres-protocol v0.6.10
9002026-06-25T22:47:04.927Z Downloaded ref-cast v1.0.25
9012026-06-25T22:47:04.927Z Downloaded polyval v0.6.2
9022026-06-25T22:47:04.928Z Downloaded phf v0.13.1
9032026-06-25T22:47:04.931Z Downloaded ref-cast-impl v1.0.25
9042026-06-25T22:47:04.931Z Downloaded heapless v0.7.17
9052026-06-25T22:47:04.934Z Downloaded ppv-lite86 v0.2.21
9062026-06-25T22:47:04.934Z Downloaded crossbeam-channel v0.5.15
9072026-06-25T22:47:04.938Z Downloaded primeorder v0.13.6
9082026-06-25T22:47:04.938Z Downloaded bumpalo v3.20.2
9092026-06-25T22:47:04.942Z Downloaded predicates v3.1.4
9102026-06-25T22:47:04.942Z Downloaded parking_lot_core v0.9.12
9112026-06-25T22:47:04.946Z Downloaded progenitor-extras v0.2.0
9122026-06-25T22:47:04.947Z Downloaded progenitor-client v0.13.0
9132026-06-25T22:47:04.947Z Downloaded progenitor v0.14.0
9142026-06-25T22:47:04.950Z Downloaded progenitor v0.13.0
9152026-06-25T22:47:04.950Z Downloaded parking_lot v0.11.2
9162026-06-25T22:47:04.950Z Downloaded poly1305 v0.8.0
9172026-06-25T22:47:04.953Z Downloaded pkg-config v0.3.32
9182026-06-25T22:47:04.953Z Downloaded indicatif v0.18.4
9192026-06-25T22:47:04.958Z Downloaded russh-cryptovec v0.7.3
9202026-06-25T22:47:04.958Z Downloaded rfc6979 v0.4.0
9212026-06-25T22:47:04.958Z Downloaded rand_chacha v0.9.0
9222026-06-25T22:47:04.962Z Downloaded rustc_version v0.4.1
9232026-06-25T22:47:04.962Z Downloaded rtoolbox v0.0.3
9242026-06-25T22:47:04.962Z Downloaded omicron-zone-package v0.12.3
9252026-06-25T22:47:04.965Z Downloaded r2d2 v0.8.10
9262026-06-25T22:47:04.965Z Downloaded hickory-resolver v0.25.2
9272026-06-25T22:47:04.981Z Downloaded indexmap v1.9.3
9282026-06-25T22:47:04.981Z Downloaded pbkdf2 v0.12.2
9292026-06-25T22:47:04.985Z Downloaded paste v1.0.15
9302026-06-25T22:47:04.985Z Downloaded rand_core v0.6.4
9312026-06-25T22:47:04.985Z Downloaded rand_seeder v0.4.0
9322026-06-25T22:47:04.985Z Downloaded rustc_version v0.1.7
9332026-06-25T22:47:04.985Z Downloaded rand_core v0.10.0
9342026-06-25T22:47:04.985Z Downloaded rustc-hash v2.1.1
9352026-06-25T22:47:04.985Z Downloaded rand_core v0.9.5
9362026-06-25T22:47:04.985Z Downloaded libbz2-rs-sys v0.2.2
9372026-06-25T22:47:04.985Z Downloaded async-compression v0.4.41
9382026-06-25T22:47:04.985Z Downloaded same-file v1.0.6
9392026-06-25T22:47:04.985Z Downloaded expectorate v1.2.0
9402026-06-25T22:47:04.988Z Downloaded derive_more-impl v2.1.1
9412026-06-25T22:47:04.991Z Downloaded pkcs1 v0.7.5
9422026-06-25T22:47:04.994Z Downloaded postcard v1.1.3
9432026-06-25T22:47:04.994Z Downloaded pkcs5 v0.7.1
9442026-06-25T22:47:04.997Z Downloaded secrecy v0.10.3
9452026-06-25T22:47:05.000Z Downloaded scheduled-thread-pool v0.2.7
9462026-06-25T22:47:05.000Z Downloaded sapling-renderdag v0.1.0
9472026-06-25T22:47:05.000Z Downloaded papergrid v0.17.0
9482026-06-25T22:47:05.003Z Downloaded scopeguard v1.2.0
9492026-06-25T22:47:05.006Z Downloaded secrecy v0.8.0
9502026-06-25T22:47:05.006Z Downloaded scrypt v0.11.0
9512026-06-25T22:47:05.006Z Downloaded ingot-macros v0.1.1
9522026-06-25T22:47:05.009Z Downloaded cc v1.2.56
9532026-06-25T22:47:05.012Z Downloaded base64 v0.21.7
9542026-06-25T22:47:05.012Z Downloaded serde_repr v0.1.20
9552026-06-25T22:47:05.015Z Downloaded seq-macro v0.3.6
9562026-06-25T22:47:05.015Z Downloaded semver v0.1.20
9572026-06-25T22:47:05.019Z Downloaded aho-corasick v1.1.4
9582026-06-25T22:47:05.022Z Downloaded scroll_derive v0.13.1
9592026-06-25T22:47:05.022Z Downloaded parking_lot v0.12.5
9602026-06-25T22:47:05.022Z Downloaded oso v0.27.3
9612026-06-25T22:47:05.025Z Downloaded serde_bytes v0.11.19
9622026-06-25T22:47:05.028Z Downloaded serde_spanned v1.1.1
9632026-06-25T22:47:05.028Z Downloaded crossterm v0.28.1
9642026-06-25T22:47:05.033Z Downloaded predicates-tree v1.0.13
9652026-06-25T22:47:05.036Z Downloaded serde_urlencoded v0.7.1
9662026-06-25T22:47:05.036Z Downloaded shell-words v1.1.1
9672026-06-25T22:47:05.036Z Downloaded serde_plain v1.0.2
9682026-06-25T22:47:05.036Z Downloaded postgres-types v0.2.12
9692026-06-25T22:47:05.039Z Downloaded signal-hook-tokio v0.3.1
9702026-06-25T22:47:05.039Z Downloaded sha1 v0.10.6
9712026-06-25T22:47:05.042Z Downloaded predicates-core v1.0.10
9722026-06-25T22:47:05.042Z Downloaded precomputed-hash v0.1.1
9732026-06-25T22:47:05.042Z Downloaded resolv-conf v0.7.6
9742026-06-25T22:47:05.045Z Downloaded quinn-udp v0.5.14
9752026-06-25T22:47:05.045Z Downloaded psm v0.1.30
9762026-06-25T22:47:05.048Z Downloaded path-slash v0.1.5
9772026-06-25T22:47:05.048Z Downloaded password-hash v0.4.2
9782026-06-25T22:47:05.051Z Downloaded rustls-native-certs v0.8.3
9792026-06-25T22:47:05.051Z Downloaded ignore v0.4.25
9802026-06-25T22:47:05.056Z Downloaded rustversion v1.0.22
9812026-06-25T22:47:05.056Z Downloaded sha1 v0.11.0
9822026-06-25T22:47:05.060Z Downloaded siphasher v1.0.2
9832026-06-25T22:47:05.060Z Downloaded sigpipe v0.1.3
9842026-06-25T22:47:05.060Z Downloaded signal-hook-mio v0.2.5
9852026-06-25T22:47:05.060Z Downloaded rustls-pemfile v2.2.0
9862026-06-25T22:47:05.065Z Downloaded flate2 v1.1.9
9872026-06-25T22:47:05.070Z Downloaded derive_more v2.1.1
9882026-06-25T22:47:05.072Z Downloaded prefix-trie v0.7.0
9892026-06-25T22:47:05.076Z Downloaded salsa20 v0.10.2
9902026-06-25T22:47:05.076Z Downloaded rusty-fork v0.3.1
9912026-06-25T22:47:05.076Z Downloaded proc-macro-error2 v2.0.1
9922026-06-25T22:47:05.080Z Downloaded slog-bunyan v2.5.0
9932026-06-25T22:47:05.080Z Downloaded scroll v0.13.0
9942026-06-25T22:47:05.083Z Downloaded openssl-sys v0.9.115
9952026-06-25T22:47:05.086Z Downloaded sec1 v0.7.3
9962026-06-25T22:47:05.086Z Downloaded miniz_oxide v0.8.9
9972026-06-25T22:47:05.089Z Downloaded schemars_derive v0.8.22
9982026-06-25T22:47:05.089Z Downloaded hashbrown v0.13.2
9992026-06-25T22:47:05.093Z Downloaded hashbrown v0.12.3
10002026-06-25T22:47:05.096Z Downloaded p256 v0.13.2
10012026-06-25T22:47:05.096Z Downloaded ssh-encoding v0.2.0
10022026-06-25T22:47:05.100Z Downloaded hickory-resolver v0.24.4
10032026-06-25T22:47:05.103Z Downloaded serde_with_macros v1.5.2
10042026-06-25T22:47:05.103Z Downloaded serde_derive_internals v0.29.1
10052026-06-25T22:47:05.103Z Downloaded slog-envlogger v2.2.0
10062026-06-25T22:47:05.106Z Downloaded diesel_derives v2.3.7
10072026-06-25T22:47:05.110Z Downloaded serde_path_to_error v0.1.20
10082026-06-25T22:47:05.110Z Downloaded http v1.4.2
10092026-06-25T22:47:05.113Z Downloaded serde-hex v0.1.0
10102026-06-25T22:47:05.113Z Downloaded serde-big-array v0.5.1
10112026-06-25T22:47:05.122Z Downloaded ssh-cipher v0.2.0
10122026-06-25T22:47:05.122Z Downloaded shlex v1.3.0
10132026-06-25T22:47:05.122Z Downloaded sqlparser_derive v0.5.0
10142026-06-25T22:47:05.122Z Downloaded colored v3.1.1
10152026-06-25T22:47:05.126Z Downloaded crossbeam-utils v0.8.21
10162026-06-25T22:47:05.126Z Downloaded bitflags v1.3.2
10172026-06-25T22:47:05.126Z Downloaded jiff-static v0.2.21
10182026-06-25T22:47:05.126Z Downloaded hickory-server v0.25.2
10192026-06-25T22:47:05.130Z Downloaded slab v0.4.12
10202026-06-25T22:47:05.130Z Downloaded backon v1.6.0
10212026-06-25T22:47:05.135Z Downloaded signal-hook-registry v1.4.8
10222026-06-25T22:47:05.135Z Downloaded convert_case v0.10.0
10232026-06-25T22:47:05.135Z Downloaded rcgen v0.12.1
10242026-06-25T22:47:05.138Z Downloaded rustls-pki-types v1.14.0
10252026-06-25T22:47:05.138Z Downloaded structmeta v0.3.0
10262026-06-25T22:47:05.138Z Downloaded strum v0.26.3
10272026-06-25T22:47:05.142Z Downloaded structmeta-derive v0.3.0
10282026-06-25T22:47:05.142Z Downloaded slog-async v2.8.0
10292026-06-25T22:47:05.142Z Downloaded simd-adler32 v0.3.8
10302026-06-25T22:47:05.145Z Downloaded slog-dtrace v0.3.0
10312026-06-25T22:47:05.145Z Downloaded signature v2.2.0
10322026-06-25T22:47:05.145Z Downloaded strsim v0.10.0
10332026-06-25T22:47:05.146Z Downloaded strip-ansi-escapes v0.2.1
10342026-06-25T22:47:05.150Z Downloaded const_format_proc_macros v0.2.34
10352026-06-25T22:47:05.150Z Downloaded cipher v0.4.4
10362026-06-25T22:47:05.150Z Downloaded camino-tempfile-ext v0.3.3
10372026-06-25T22:47:05.154Z Downloaded pin-project v1.1.11
10382026-06-25T22:47:05.160Z Downloaded sync_wrapper v1.0.2
10392026-06-25T22:47:05.160Z Downloaded sync-ptr v0.1.4
10402026-06-25T22:47:05.160Z Downloaded tagptr v0.2.0
10412026-06-25T22:47:05.164Z Downloaded subtle v2.6.1
10422026-06-25T22:47:05.164Z Downloaded slog-term v2.9.2
10432026-06-25T22:47:05.164Z Downloaded slog-scope v4.4.1
10442026-06-25T22:47:05.164Z Downloaded ctr v0.9.2
10452026-06-25T22:47:05.167Z Downloaded compression-codecs v0.4.37
10462026-06-25T22:47:05.167Z Downloaded slog-json v2.6.1
10472026-06-25T22:47:05.167Z Downloaded minimal-lexical v0.2.1
10482026-06-25T22:47:05.170Z Downloaded cobs v0.3.0
10492026-06-25T22:47:05.170Z Downloaded async-trait v0.1.89
10502026-06-25T22:47:05.175Z Downloaded smf v0.2.3
10512026-06-25T22:47:05.178Z Downloaded smallvec v0.6.14
10522026-06-25T22:47:05.178Z Downloaded tap v1.0.1
10532026-06-25T22:47:05.178Z Downloaded take_mut v0.2.2
10542026-06-25T22:47:05.178Z Downloaded supports-color v3.0.2
10552026-06-25T22:47:05.181Z Downloaded tabwriter v1.4.1
10562026-06-25T22:47:05.184Z Downloaded serde_with_macros v3.17.0
10572026-06-25T22:47:05.184Z Downloaded num-bigint v0.4.6
10582026-06-25T22:47:05.189Z Downloaded serde_cbor v0.11.2
10592026-06-25T22:47:05.192Z Downloaded static_assertions v1.1.0
10602026-06-25T22:47:05.192Z Downloaded string_cache v0.8.9
10612026-06-25T22:47:05.195Z Downloaded spki v0.7.3
10622026-06-25T22:47:05.195Z Downloaded itertools v0.10.5
10632026-06-25T22:47:05.199Z Downloaded termtree v0.5.1
10642026-06-25T22:47:05.202Z Downloaded progenitor-impl v0.14.0
10652026-06-25T22:47:05.202Z Downloaded stacker v0.1.23
10662026-06-25T22:47:05.202Z Downloaded russh-keys v0.45.0
10672026-06-25T22:47:05.205Z Downloaded tinyvec_macros v0.1.1
10682026-06-25T22:47:05.205Z Downloaded time-core v0.1.8
10692026-06-25T22:47:05.205Z Downloaded stringprep v0.1.5
10702026-06-25T22:47:05.208Z Downloaded thread-id v5.1.0
10712026-06-25T22:47:05.208Z Downloaded thiserror-impl-no-std v2.0.2
10722026-06-25T22:47:05.211Z Downloaded testing_table v0.3.0
10732026-06-25T22:47:05.214Z Downloaded tokio-macros v2.7.0
10742026-06-25T22:47:05.219Z Downloaded rustls-platform-verifier v0.6.2
10752026-06-25T22:47:05.223Z Downloaded strum v0.27.2
10762026-06-25T22:47:05.227Z Downloaded rayon-core v1.13.0
10772026-06-25T22:47:05.231Z Downloaded prettyplease v0.2.37
10782026-06-25T22:47:05.236Z Downloaded strum_macros v0.26.4
10792026-06-25T22:47:05.236Z Downloaded strum_macros v0.24.3
10802026-06-25T22:47:05.239Z Downloaded pretty_assertions v1.4.1
10812026-06-25T22:47:05.239Z Downloaded support-bundle-viewer v0.1.2
10822026-06-25T22:47:05.239Z Downloaded strum_macros v0.27.2
10832026-06-25T22:47:05.242Z Downloaded slog-stdlog v4.1.1
10842026-06-25T22:47:05.245Z Downloaded mio v1.2.0
10852026-06-25T22:47:05.253Z Downloaded tabled_derive v0.11.0
10862026-06-25T22:47:05.261Z Downloaded progenitor-impl v0.13.0
10872026-06-25T22:47:05.264Z Downloaded trait-variant v0.1.2
10882026-06-25T22:47:05.267Z Downloaded tower-service v0.3.3
10892026-06-25T22:47:05.267Z Downloaded topological-sort v0.2.2
10902026-06-25T22:47:05.270Z Downloaded tower-layer v0.3.3
10912026-06-25T22:47:05.270Z Downloaded snafu-derive v0.8.9
10922026-06-25T22:47:05.274Z Downloaded quinn v0.11.9
10932026-06-25T22:47:05.277Z Downloaded thread_local v1.1.9
10942026-06-25T22:47:05.277Z Downloaded termios v0.3.3
10952026-06-25T22:47:05.277Z Downloaded rand v0.8.6
10962026-06-25T22:47:05.282Z Downloaded ron v0.8.1
10972026-06-25T22:47:05.285Z Downloaded try-lock v0.2.5
10982026-06-25T22:47:05.285Z Downloaded sqlformat v0.3.5
10992026-06-25T22:47:05.285Z Downloaded nom v7.1.3
11002026-06-25T22:47:05.288Z Downloaded typify-macro v0.6.2
11012026-06-25T22:47:05.288Z Downloaded unarray v0.1.4
11022026-06-25T22:47:05.288Z Downloaded tls_codec_derive v0.4.2
11032026-06-25T22:47:05.291Z Downloaded tiny-keccak v2.0.2
11042026-06-25T22:47:05.291Z Downloaded thiserror-no-std v2.0.2
11052026-06-25T22:47:05.294Z Downloaded hyper-util v0.1.20
11062026-06-25T22:47:05.297Z Downloaded tokio-dtrace v0.1.1
11072026-06-25T22:47:05.297Z Downloaded time-macros v0.2.27
11082026-06-25T22:47:05.300Z Downloaded usdt v0.6.0
11092026-06-25T22:47:05.300Z Downloaded signal-hook v0.3.18
11102026-06-25T22:47:05.300Z Downloaded ryu v1.0.23
11112026-06-25T22:47:05.303Z Downloaded similar v2.7.0
11122026-06-25T22:47:05.306Z Downloaded universal-hash v0.5.1
11132026-06-25T22:47:05.306Z Downloaded dropshot-api-manager v0.7.2
11142026-06-25T22:47:05.309Z Downloaded tokio-native-tls v0.3.1
11152026-06-25T22:47:05.312Z Downloaded schemars v0.8.22
11162026-06-25T22:47:05.316Z Downloaded tokio-tungstenite v0.23.1
11172026-06-25T22:47:05.320Z Downloaded untrusted v0.7.1
11182026-06-25T22:47:05.320Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11192026-06-25T22:47:05.323Z Downloaded tokio-tungstenite v0.21.0
11202026-06-25T22:47:05.323Z Downloaded usdt-macro v0.6.0
11212026-06-25T22:47:05.323Z Downloaded usdt-attr-macro v0.6.0
11222026-06-25T22:47:05.323Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11232026-06-25T22:47:05.323Z Downloaded unicode-truncate v1.1.0
11242026-06-25T22:47:05.326Z Downloaded iri-string v0.7.10
11252026-06-25T22:47:05.329Z Downloaded hashbrown v0.16.1
11262026-06-25T22:47:05.333Z Downloaded slog v2.8.2
11272026-06-25T22:47:05.336Z Downloaded hashbrown v0.15.5
11282026-06-25T22:47:05.336Z Downloaded socket2 v0.5.10
11292026-06-25T22:47:05.339Z Downloaded toml_writer v1.1.1+spec-1.1.0
11302026-06-25T22:47:05.339Z Downloaded utf-8 v0.7.6
11312026-06-25T22:47:05.339Z Downloaded spin v0.9.8
11322026-06-25T22:47:05.342Z Downloaded socket2 v0.6.3
11332026-06-25T22:47:05.342Z Downloaded serde_yaml v0.9.34+deprecated
11342026-06-25T22:47:05.345Z Downloaded void v1.0.2
11352026-06-25T22:47:05.354Z Downloaded futures-util v0.3.32
11362026-06-25T22:47:05.358Z Downloaded want v0.3.1
11372026-06-25T22:47:05.362Z Downloaded tui-tree-widget v0.23.1
11382026-06-25T22:47:05.362Z Downloaded term v1.2.1
11392026-06-25T22:47:05.365Z Downloaded publicsuffix v2.3.0
11402026-06-25T22:47:05.365Z Downloaded nom v8.0.0
11412026-06-25T22:47:05.367Z Downloaded wait-timeout v0.2.1
11422026-06-25T22:47:05.367Z Downloaded waitgroup v0.1.2
11432026-06-25T22:47:05.367Z Downloaded unicase v2.9.0
11442026-06-25T22:47:05.372Z Downloaded untrusted v0.9.0
11452026-06-25T22:47:05.372Z Downloaded tls_codec v0.4.2
11462026-06-25T22:47:05.372Z Downloaded rsa v0.9.10
11472026-06-25T22:47:05.376Z Downloaded rand v0.9.2
11482026-06-25T22:47:05.379Z Downloaded libxml v0.3.3
11492026-06-25T22:47:05.379Z Downloaded qorb v0.4.1
11502026-06-25T22:47:05.383Z Downloaded samael v0.0.19
11512026-06-25T22:47:05.386Z Downloaded unit-prefix v0.5.2
11522026-06-25T22:47:05.389Z Downloaded h2 v0.4.15
11532026-06-25T22:47:05.392Z Downloaded tokio-rustls v0.26.4
11542026-06-25T22:47:05.393Z Downloaded num-bigint-dig v0.8.6
11552026-06-25T22:47:05.396Z Downloaded rustls-webpki v0.103.9
11562026-06-25T22:47:05.398Z Downloaded xshell-macros v0.2.7
11572026-06-25T22:47:05.401Z Downloaded itertools v0.13.0
11582026-06-25T22:47:05.404Z Downloaded xattr v1.6.1
11592026-06-25T22:47:05.407Z Downloaded schemars v0.9.0
11602026-06-25T22:47:05.411Z Downloaded uzers v0.12.2
11612026-06-25T22:47:05.414Z Downloaded tracing-attributes v0.1.31
11622026-06-25T22:47:05.414Z Downloaded hyper v1.10.1
11632026-06-25T22:47:05.418Z Downloaded usdt-impl v0.6.0
11642026-06-25T22:47:05.422Z Downloaded term v0.7.0
11652026-06-25T22:47:05.422Z Downloaded toml_parser v1.1.2+spec-1.1.0
11662026-06-25T22:47:05.425Z Downloaded zone v0.3.1
11672026-06-25T22:47:05.425Z Downloaded zeroize_derive v1.4.3
11682026-06-25T22:47:05.425Z Downloaded vsss-rs v3.3.4
11692026-06-25T22:47:05.428Z Downloaded snafu v0.8.9
11702026-06-25T22:47:05.430Z Downloaded zone_cfg_derive v0.3.1
11712026-06-25T22:47:05.431Z Downloaded vergen-lib v0.1.6
11722026-06-25T22:47:05.431Z Downloaded itertools v0.12.1
11732026-06-25T22:47:05.435Z Downloaded tinyvec v1.10.0
11742026-06-25T22:47:05.438Z Downloaded test-strategy v0.4.5
11752026-06-25T22:47:05.438Z Downloaded vergen-lib v9.1.0
11762026-06-25T22:47:05.441Z Downloaded vergen-gitcl v1.0.8
11772026-06-25T22:47:05.444Z Downloaded hkdf v0.12.4
11782026-06-25T22:47:05.450Z Downloaded twox-hash v2.1.2
11792026-06-25T22:47:05.453Z Downloaded rand v0.10.0
11802026-06-25T22:47:05.458Z Downloaded walkdir v2.5.0
11812026-06-25T22:47:05.458Z Downloaded whoami v1.6.1
11822026-06-25T22:47:05.462Z Downloaded unicode-properties v0.1.4
11832026-06-25T22:47:05.462Z Downloaded toml v1.1.2+spec-1.1.0
11842026-06-25T22:47:05.466Z Downloaded tokio-stream v0.1.18
11852026-06-25T22:47:05.469Z Downloaded itertools v0.14.0
11862026-06-25T22:47:05.472Z Downloaded toml v0.7.8
11872026-06-25T22:47:05.472Z Downloaded schemars v1.2.1
11882026-06-25T22:47:05.479Z Downloaded zstd v0.13.3
11892026-06-25T22:47:05.482Z Downloaded xshell v0.2.7
11902026-06-25T22:47:05.482Z Downloaded wyz v0.5.1
11912026-06-25T22:47:05.485Z Downloaded vergen v9.1.0
11922026-06-25T22:47:05.485Z Downloaded subprocess v0.2.15
11932026-06-25T22:47:05.489Z Downloaded steno v0.4.1
11942026-06-25T22:47:05.492Z Downloaded tracing-core v0.1.36
11952026-06-25T22:47:05.496Z Downloaded tar v0.4.45
11962026-06-25T22:47:05.496Z Downloaded zeroize v1.8.2
11972026-06-25T22:47:05.496Z Downloaded aws-lc-rs v1.16.3
11982026-06-25T22:47:05.505Z Downloaded typify v0.6.2
11992026-06-25T22:47:05.511Z Downloaded tungstenite v0.21.0
12002026-06-25T22:47:05.516Z Downloaded bitvec v1.0.1
12012026-06-25T22:47:05.525Z Downloaded yasna v0.5.2
12022026-06-25T22:47:05.525Z Downloaded unicode-bidi v0.3.18
12032026-06-25T22:47:05.525Z Downloaded whoami v2.1.0
12042026-06-25T22:47:05.525Z Downloaded unsafe-libyaml v0.2.11
12052026-06-25T22:47:05.525Z Downloaded libm v0.2.16
12062026-06-25T22:47:05.528Z Downloaded zstd-safe v7.2.4
12072026-06-25T22:47:05.532Z Downloaded vergen-git2 v9.1.0
12082026-06-25T22:47:05.532Z Downloaded blake3 v1.8.5
12092026-06-25T22:47:05.535Z Downloaded russh v0.45.0
12102026-06-25T22:47:05.544Z Downloaded tungstenite v0.23.0
12112026-06-25T22:47:05.548Z Downloaded toml_edit v0.23.10+spec-1.0.0
12122026-06-25T22:47:05.550Z Downloaded p521 v0.13.3
12132026-06-25T22:47:05.553Z Downloaded zerocopy v0.6.6
12142026-06-25T22:47:05.553Z Downloaded uuid v1.23.4
12152026-06-25T22:47:05.557Z Downloaded iddqd v0.4.2
12162026-06-25T22:47:05.562Z Downloaded serde_with v1.14.0
12172026-06-25T22:47:05.567Z Downloaded ssh-key v0.6.7
12182026-06-25T22:47:05.570Z Downloaded rpassword v7.4.0
12192026-06-25T22:47:05.585Z Downloaded vte v0.14.1
12202026-06-25T22:47:05.589Z Downloaded bindgen v0.71.1
12212026-06-25T22:47:05.592Z Downloaded reedline v0.40.0
12222026-06-25T22:47:05.605Z Downloaded zopfli v0.8.3
12232026-06-25T22:47:05.608Z Downloaded zip v0.6.6
12242026-06-25T22:47:05.611Z Downloaded rustyline v14.0.0
12252026-06-25T22:47:05.621Z Downloaded tokio-postgres v0.7.16
12262026-06-25T22:47:05.631Z Downloaded unicode_categories v0.1.1
12272026-06-25T22:47:05.637Z Downloaded regex v1.12.3
12282026-06-25T22:47:05.640Z Downloaded yansi v1.0.1
12292026-06-25T22:47:05.640Z Downloaded typed-path v0.9.3
12302026-06-25T22:47:05.643Z Downloaded reqwest v0.13.2
12312026-06-25T22:47:05.646Z Downloaded rayon v1.11.0
12322026-06-25T22:47:05.652Z Downloaded tower v0.5.3
12332026-06-25T22:47:05.658Z Downloaded unicode-segmentation v1.12.0
12342026-06-25T22:47:05.661Z Downloaded chrono v0.4.44
12352026-06-25T22:47:05.670Z Downloaded goblin v0.10.5
12362026-06-25T22:47:05.675Z Downloaded toml_edit v0.19.15
12372026-06-25T22:47:05.684Z Downloaded zerocopy-derive v0.8.40
12382026-06-25T22:47:05.688Z Downloaded reqwest v0.12.28
12392026-06-25T22:47:05.691Z Downloaded git2 v0.20.4
12402026-06-25T22:47:05.701Z Downloaded salty v0.3.0
12412026-06-25T22:47:05.710Z Downloaded p384 v0.13.1
12422026-06-25T22:47:05.713Z Downloaded moka v0.12.13
12432026-06-25T22:47:05.718Z Downloaded quick-xml v0.37.5
12442026-06-25T22:47:05.721Z Downloaded x509-cert v0.2.5
12452026-06-25T22:47:05.727Z Downloaded unicode-normalization v0.1.25
12462026-06-25T22:47:05.732Z Downloaded portable-atomic v1.13.1
12472026-06-25T22:47:05.735Z Downloaded tokio-util v0.7.18
12482026-06-25T22:47:05.741Z Downloaded tower-http v0.6.8
12492026-06-25T22:47:05.763Z Downloaded zip v4.6.1
12502026-06-25T22:47:05.763Z Downloaded tough v0.22.0
12512026-06-25T22:47:05.763Z Downloaded serde_with v3.17.0
12522026-06-25T22:47:05.763Z Downloaded curve25519-dalek v4.1.3
12532026-06-25T22:47:05.766Z Downloaded petname v2.0.2
12542026-06-25T22:47:05.770Z Downloaded lalrpop v0.19.12
12552026-06-25T22:47:05.798Z Downloaded object v0.30.4
12562026-06-25T22:47:05.806Z Downloaded proptest v1.10.0
12572026-06-25T22:47:05.814Z Downloaded winnow v0.5.40
12582026-06-25T22:47:05.818Z Downloaded winnow v0.6.26
12592026-06-25T22:47:05.831Z Downloaded nix v0.27.1
12602026-06-25T22:47:05.837Z Downloaded winnow v1.0.3
12612026-06-25T22:47:05.842Z Downloaded openssl v0.10.79
12622026-06-25T22:47:05.847Z Downloaded quinn-proto v0.11.13
12632026-06-25T22:47:05.868Z Downloaded radix_trie v0.2.1
12642026-06-25T22:47:05.871Z Downloaded polar-core v0.27.3
12652026-06-25T22:47:05.875Z Downloaded bstr v1.12.1
12662026-06-25T22:47:05.880Z Downloaded dropshot v0.17.1
12672026-06-25T22:47:05.892Z Downloaded tabled v0.20.0
12682026-06-25T22:47:05.902Z Downloaded zlib-rs v0.6.2
12692026-06-25T22:47:05.905Z Downloaded smoltcp v0.9.1
12702026-06-25T22:47:05.911Z Downloaded regex-syntax v0.6.29
12712026-06-25T22:47:05.918Z Downloaded nix v0.31.2
12722026-06-25T22:47:05.924Z Downloaded nix v0.28.0
12732026-06-25T22:47:05.932Z Downloaded zerocopy v0.8.40
12742026-06-25T22:47:05.943Z Downloaded time v0.3.47
12752026-06-25T22:47:05.948Z Downloaded openapiv3 v2.2.0
12762026-06-25T22:47:05.951Z Downloaded object v0.37.3
12772026-06-25T22:47:05.956Z Downloaded vcpkg v0.2.15
12782026-06-25T22:47:05.979Z Downloaded hickory-proto v0.24.4
12792026-06-25T22:47:05.987Z Downloaded csv v1.4.0
12802026-06-25T22:47:05.999Z Downloaded hickory-proto v0.25.2
12812026-06-25T22:47:06.008Z Downloaded smoltcp v0.11.0
12822026-06-25T22:47:06.014Z Downloaded regex-syntax v0.8.10
12832026-06-25T22:47:06.019Z Downloaded regress v0.10.5
12842026-06-25T22:47:06.024Z Downloaded diesel v2.3.7
12852026-06-25T22:47:06.038Z Downloaded rustix v0.38.44
12862026-06-25T22:47:06.050Z Downloaded regress v0.11.1
12872026-06-25T22:47:06.055Z Downloaded sled v0.34.7
12882026-06-25T22:47:06.062Z Downloaded rustls v0.23.41
12892026-06-25T22:47:06.075Z Downloaded ratatui v0.29.0
12902026-06-25T22:47:06.097Z Downloaded sqlparser v0.61.0
12912026-06-25T22:47:06.102Z Downloaded zerocopy-derive v0.6.6
12922026-06-25T22:47:06.135Z Downloaded tracing v0.1.44
12932026-06-25T22:47:06.147Z Downloaded typify-impl v0.6.2
12942026-06-25T22:47:06.155Z Downloaded bzip2-sys v0.1.13+1.0.8
12952026-06-25T22:47:06.162Z Downloaded jiff v0.2.21
12962026-06-25T22:47:06.188Z Downloaded regex-automata v0.4.14
12972026-06-25T22:47:06.196Z Downloaded petgraph v0.6.5
12982026-06-25T22:47:06.207Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12992026-06-25T22:47:06.217Z Downloaded libz-sys v1.1.24
13002026-06-25T22:47:06.229Z Downloaded chrono-tz v0.10.4
13012026-06-25T22:47:06.239Z Downloaded petgraph v0.8.3
13022026-06-25T22:47:06.255Z Downloaded tokio v1.52.1
13032026-06-25T22:47:06.285Z Downloaded sha3 v0.10.8
13042026-06-25T22:47:06.316Z Downloaded encoding_rs v0.8.35
13052026-06-25T22:47:06.347Z Downloaded libgit2-sys v0.18.3+1.9.2
13062026-06-25T22:47:06.380Z Downloaded ring v0.17.14
13072026-06-25T22:47:06.927Z Downloaded aws-lc-sys v0.40.0
13082026-06-25T22:47:07.179Z Compiling libc v0.2.185
13092026-06-25T22:47:07.179Z Compiling serde v1.0.228
13102026-06-25T22:47:07.183Z Compiling log v0.4.29
13112026-06-25T22:47:07.183Z Compiling smallvec v1.15.1
13122026-06-25T22:47:07.329Z Compiling shlex v1.3.0
13132026-06-25T22:47:07.335Z Compiling syn v2.0.117
13142026-06-25T22:47:07.339Z Compiling find-msvc-tools v0.1.9
13152026-06-25T22:47:07.339Z Compiling typenum v1.19.0
13162026-06-25T22:47:07.497Z Compiling generic-array v0.14.7
13172026-06-25T22:47:07.509Z Compiling subtle v2.6.1
13182026-06-25T22:47:07.512Z Compiling scopeguard v1.2.0
13192026-06-25T22:47:07.587Z Compiling const-oid v0.9.6
13202026-06-25T22:47:07.617Z Compiling lock_api v0.4.14
13212026-06-25T22:47:07.620Z Compiling serde_json v1.0.150
13222026-06-25T22:47:07.676Z Compiling zerocopy v0.8.40
13232026-06-25T22:47:07.724Z Compiling parking_lot_core v0.9.12
13242026-06-25T22:47:07.840Z Compiling portable-atomic v1.13.1
13252026-06-25T22:47:07.957Z Compiling pin-project-lite v0.2.17
13262026-06-25T22:47:08.083Z Compiling pkg-config v0.3.32
13272026-06-25T22:47:08.114Z Compiling jobserver v0.1.34
13282026-06-25T22:47:08.188Z Compiling getrandom v0.2.17
13292026-06-25T22:47:08.286Z Compiling errno v0.3.14
13302026-06-25T22:47:08.332Z Compiling cc v1.2.56
13312026-06-25T22:47:08.416Z Compiling rand_core v0.6.4
13322026-06-25T22:47:08.433Z Compiling signal-hook-registry v1.4.8
13332026-06-25T22:47:08.720Z Compiling bitflags v2.11.0
13342026-06-25T22:47:08.776Z Compiling libm v0.2.16
13352026-06-25T22:47:08.841Z Compiling futures-core v0.3.32
13362026-06-25T22:47:08.885Z Compiling critical-section v1.2.0
13372026-06-25T22:47:08.951Z Compiling parking_lot v0.12.5
13382026-06-25T22:47:08.995Z Compiling mio v1.2.0
13392026-06-25T22:47:08.998Z Compiling num-traits v0.2.19
13402026-06-25T22:47:09.065Z Compiling once_cell v1.21.3
13412026-06-25T22:47:09.119Z Compiling percent-encoding v2.3.2
13422026-06-25T22:47:09.284Z Compiling socket2 v0.6.3
13432026-06-25T22:47:09.309Z Compiling futures-sink v0.3.32
13442026-06-25T22:47:09.335Z Compiling futures-task v0.3.32
13452026-06-25T22:47:09.355Z Compiling slab v0.4.12
13462026-06-25T22:47:09.413Z Compiling futures-channel v0.3.32
13472026-06-25T22:47:09.485Z Compiling getrandom v0.4.1
13482026-06-25T22:47:09.510Z Compiling futures-io v0.3.32
13492026-06-25T22:47:09.538Z Compiling cpufeatures v0.2.17
13502026-06-25T22:47:09.613Z Compiling rand_core v0.10.0
13512026-06-25T22:47:09.650Z Compiling indexmap v2.14.0
13522026-06-25T22:47:09.666Z Compiling getrandom v0.3.4
13532026-06-25T22:47:09.696Z Compiling rustversion v1.0.22
13542026-06-25T22:47:09.828Z Compiling form_urlencoded v1.2.2
13552026-06-25T22:47:10.052Z Compiling cmake v0.1.57
13562026-06-25T22:47:10.086Z Compiling fs_extra v1.3.0
13572026-06-25T22:47:10.289Z Compiling dunce v1.0.5
13582026-06-25T22:47:10.356Z Compiling synstructure v0.13.2
13592026-06-25T22:47:10.365Z Compiling ident_case v1.0.1
13602026-06-25T22:47:10.396Z Compiling base64ct v1.8.3
13612026-06-25T22:47:10.452Z Compiling aws-lc-sys v0.40.0
13622026-06-25T22:47:10.482Z Compiling regex-syntax v0.8.10
13632026-06-25T22:47:10.623Z Compiling pem-rfc7468 v0.7.0
13642026-06-25T22:47:10.637Z Compiling rustix v1.1.3
13652026-06-25T22:47:10.684Z Compiling flagset v0.4.7
13662026-06-25T22:47:10.716Z Compiling iana-time-zone v0.1.65
13672026-06-25T22:47:10.816Z Compiling rand_core v0.9.5
13682026-06-25T22:47:10.918Z Compiling vcpkg v0.2.15
13692026-06-25T22:47:10.935Z Compiling uuid v1.23.4
13702026-06-25T22:47:10.959Z Compiling rustc_version v0.4.1
13712026-06-25T22:47:11.095Z Compiling tracing-core v0.1.36
13722026-06-25T22:47:11.282Z Compiling aws-lc-rs v1.16.3
13732026-06-25T22:47:11.587Z Compiling base64 v0.22.1
13742026-06-25T22:47:11.663Z Compiling openssl-sys v0.9.115
13752026-06-25T22:47:11.676Z Compiling httparse v1.10.1
13762026-06-25T22:47:11.679Z Compiling openssl-probe v0.2.1
13772026-06-25T22:47:11.868Z Compiling tinyvec_macros v0.1.1
13782026-06-25T22:47:11.913Z Compiling pest_generator v2.8.6
13792026-06-25T22:47:11.939Z Compiling tinyvec v1.10.0
13802026-06-25T22:47:12.067Z Compiling serde_derive_internals v0.29.1
13812026-06-25T22:47:12.093Z Compiling serde_derive v1.0.228
13822026-06-25T22:47:12.195Z Compiling zeroize_derive v1.4.3
13832026-06-25T22:47:12.302Z Compiling zerofrom-derive v0.1.6
13842026-06-25T22:47:12.384Z Compiling yoke-derive v0.8.1
13852026-06-25T22:47:12.641Z Compiling zerocopy-derive v0.8.40
13862026-06-25T22:47:12.885Z Compiling zeroize v1.8.2
13872026-06-25T22:47:12.935Z Compiling zerovec-derive v0.11.2
13882026-06-25T22:47:13.029Z Compiling displaydoc v0.2.5
13892026-06-25T22:47:13.573Z Compiling tokio-macros v2.7.0
13902026-06-25T22:47:13.715Z Compiling crypto-common v0.1.7
13912026-06-25T22:47:13.784Z Compiling zerofrom v0.1.6
13922026-06-25T22:47:13.819Z Compiling block-buffer v0.10.4
13932026-06-25T22:47:13.864Z Compiling futures-macro v0.3.32
13942026-06-25T22:47:13.909Z Compiling yoke v0.8.1
13952026-06-25T22:47:13.990Z Compiling digest v0.10.7
13962026-06-25T22:47:14.101Z Compiling zerotrie v0.2.3
13972026-06-25T22:47:14.116Z Compiling zerovec v0.11.5
13982026-06-25T22:47:14.242Z Compiling hmac v0.12.1
13992026-06-25T22:47:14.342Z Compiling block-padding v0.3.3
14002026-06-25T22:47:14.401Z Compiling sha2 v0.10.9
14012026-06-25T22:47:14.404Z Compiling der_derive v0.7.3
14022026-06-25T22:47:14.492Z Compiling inout v0.1.4
14032026-06-25T22:47:14.640Z Compiling tinystr v0.8.2
14042026-06-25T22:47:14.663Z Compiling potential_utf v0.1.4
14052026-06-25T22:47:14.676Z Compiling futures-util v0.3.32
14062026-06-25T22:47:14.831Z Compiling icu_locale_core v2.1.1
14072026-06-25T22:47:14.845Z Compiling icu_collections v2.1.1
14082026-06-25T22:47:15.326Z Compiling cipher v0.4.4
14092026-06-25T22:47:15.382Z Compiling der v0.7.10
14102026-06-25T22:47:15.585Z Compiling bytes v1.11.1
14112026-06-25T22:47:15.612Z Compiling icu_provider v2.1.1
14122026-06-25T22:47:15.702Z Compiling chrono v0.4.44
14132026-06-25T22:47:15.814Z Compiling salsa20 v0.10.2
14142026-06-25T22:47:15.909Z Compiling icu_properties v2.1.2
14152026-06-25T22:47:15.953Z Compiling icu_normalizer v2.1.1
14162026-06-25T22:47:16.191Z Compiling tokio v1.52.1
14172026-06-25T22:47:16.490Z Compiling http v1.4.2
14182026-06-25T22:47:16.581Z Compiling spki v0.7.3
14192026-06-25T22:47:16.788Z Compiling idna_adapter v1.2.1
14202026-06-25T22:47:16.921Z Compiling idna v1.1.0
14212026-06-25T22:47:16.968Z Compiling pbkdf2 v0.12.2
14222026-06-25T22:47:16.981Z Compiling tracing-attributes v0.1.31
14232026-06-25T22:47:17.082Z Compiling ppv-lite86 v0.2.21
14242026-06-25T22:47:17.094Z Compiling thiserror-impl v2.0.18
14252026-06-25T22:47:17.211Z Compiling url v2.5.8
14262026-06-25T22:47:17.393Z Compiling rand_chacha v0.9.0
14272026-06-25T22:47:17.406Z Compiling http-body v1.0.1
14282026-06-25T22:47:17.556Z Compiling scrypt v0.11.0
14292026-06-25T22:47:17.569Z Compiling aes v0.8.4
14302026-06-25T22:47:17.803Z Compiling cbc v0.1.2
14312026-06-25T22:47:17.951Z Compiling rustls-pki-types v1.14.0
14322026-06-25T22:47:18.059Z Compiling pkcs5 v0.7.1
14332026-06-25T22:47:18.072Z Compiling rand v0.9.2
14342026-06-25T22:47:18.271Z Compiling tracing v0.1.44
14352026-06-25T22:47:18.395Z Compiling aho-corasick v1.1.4
14362026-06-25T22:47:18.409Z Compiling thiserror v2.0.18
14372026-06-25T22:47:18.511Z Compiling try-lock v0.2.5
14382026-06-25T22:47:18.530Z Compiling tower-layer v0.3.3
14392026-06-25T22:47:18.534Z Compiling tower-service v0.3.3
14402026-06-25T22:47:18.603Z Compiling schemars v0.8.22
14412026-06-25T22:47:18.674Z Compiling atomic-waker v1.1.2
14422026-06-25T22:47:18.686Z Compiling untrusted v0.7.1
14432026-06-25T22:47:18.698Z Compiling dyn-clone v1.0.20
14442026-06-25T22:47:18.796Z Compiling want v0.3.1
14452026-06-25T22:47:18.809Z Compiling pkcs8 v0.10.2
14462026-06-25T22:47:18.830Z Compiling ipnet v2.11.0
14472026-06-25T22:47:18.859Z Compiling schemars_derive v0.8.22
14482026-06-25T22:47:18.872Z Compiling pest_derive v2.8.6
14492026-06-25T22:47:18.954Z Compiling scroll_derive v0.13.1
14502026-06-25T22:47:19.293Z Compiling regex-automata v0.4.14
14512026-06-25T22:47:19.319Z Compiling darling_core v0.20.11
14522026-06-25T22:47:19.401Z Compiling rustls v0.23.41
14532026-06-25T22:47:19.567Z Compiling httpdate v1.0.3
14542026-06-25T22:47:19.746Z Compiling foreign-types-shared v0.1.1
14552026-06-25T22:47:19.800Z Compiling openssl v0.10.79
14562026-06-25T22:47:19.832Z Compiling untrusted v0.9.0
14572026-06-25T22:47:19.953Z Compiling foreign-types v0.3.2
14582026-06-25T22:47:20.026Z Compiling tokio-util v0.7.18
14592026-06-25T22:47:20.055Z Compiling tempfile v3.25.0
14602026-06-25T22:47:20.132Z Compiling scroll v0.13.0
14612026-06-25T22:47:20.413Z Compiling unicode-normalization v0.1.25
14622026-06-25T22:47:20.791Z Compiling h2 v0.4.15
14632026-06-25T22:47:20.864Z Compiling openssl-macros v0.1.1
14642026-06-25T22:47:21.042Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14652026-06-25T22:47:21.246Z Compiling spin v0.9.8
14662026-06-25T22:47:21.362Z Compiling num-conv v0.2.0
14672026-06-25T22:47:21.419Z Compiling time-core v0.1.8
14682026-06-25T22:47:21.455Z Compiling native-tls v0.2.18
14692026-06-25T22:47:21.489Z Compiling crc32fast v1.5.0
14702026-06-25T22:47:21.549Z Compiling darling_macro v0.20.11
14712026-06-25T22:47:21.562Z Compiling powerfmt v0.2.0
14722026-06-25T22:47:21.663Z Compiling time-macros v0.2.27
14732026-06-25T22:47:21.758Z Compiling deranged v0.5.8
14742026-06-25T22:47:22.011Z Compiling darling v0.20.11
14752026-06-25T22:47:22.089Z Compiling goblin v0.10.5
14762026-06-25T22:47:22.703Z Compiling sync_wrapper v1.0.2
14772026-06-25T22:47:22.717Z Compiling wait-timeout v0.2.1
14782026-06-25T22:47:22.807Z Compiling bit-vec v0.8.0
14792026-06-25T22:47:22.978Z Compiling num_threads v0.1.7
14802026-06-25T22:47:23.037Z Compiling quick-error v1.2.3
14812026-06-25T22:47:23.070Z Compiling simd-adler32 v0.3.8
14822026-06-25T22:47:23.139Z Compiling crossbeam-utils v0.8.21
14832026-06-25T22:47:23.299Z Compiling siphasher v1.0.2
14842026-06-25T22:47:23.314Z Compiling usdt-impl v0.6.0
14852026-06-25T22:47:23.416Z Compiling syn v1.0.109
14862026-06-25T22:47:23.499Z Compiling rusty-fork v0.3.1
14872026-06-25T22:47:23.528Z Compiling time v0.3.47
14882026-06-25T22:47:23.812Z Compiling bit-set v0.8.0
14892026-06-25T22:47:23.830Z Compiling tower v0.5.3
14902026-06-25T22:47:23.973Z Compiling hyper v1.10.1
14912026-06-25T22:47:24.629Z Compiling derive_builder_core v0.20.2
14922026-06-25T22:47:24.827Z Compiling dof v0.4.0
14932026-06-25T22:47:25.133Z Compiling hyper-util v0.1.20
14942026-06-25T22:47:25.147Z Compiling dtrace-parser v0.3.0
14952026-06-25T22:47:25.489Z Compiling http-body-util v0.1.3
14962026-06-25T22:47:25.570Z Compiling signature v2.2.0
14972026-06-25T22:47:25.728Z Compiling scroll_derive v0.12.1
14982026-06-25T22:47:25.743Z Compiling thiserror-impl v1.0.69
14992026-06-25T22:47:25.878Z Compiling heapless v0.7.17
15002026-06-25T22:47:25.986Z Compiling rand_xorshift v0.4.0
15012026-06-25T22:47:26.110Z Compiling slog v2.8.2
15022026-06-25T22:47:26.146Z Compiling darling_core v0.21.3
15032026-06-25T22:47:26.290Z Compiling bzip2-sys v0.1.13+1.0.8
15042026-06-25T22:47:26.303Z Compiling thread-id v5.1.0
15052026-06-25T22:47:26.370Z Compiling cookie v0.18.1
15062026-06-25T22:47:26.383Z Compiling unarray v0.1.4
15072026-06-25T22:47:26.486Z Compiling unicode-bidi v0.3.18
15082026-06-25T22:47:26.550Z Compiling unicode-properties v0.1.4
15092026-06-25T22:47:26.563Z Compiling paste v1.0.15
15102026-06-25T22:47:26.755Z Compiling adler2 v2.0.1
15112026-06-25T22:47:26.821Z Compiling ryu v1.0.23
15122026-06-25T22:47:26.841Z Compiling iri-string v0.7.10
15132026-06-25T22:47:26.881Z Compiling zstd-safe v7.2.4
15142026-06-25T22:47:26.976Z Compiling allocator-api2 v0.2.21
15152026-06-25T22:47:26.994Z Compiling signal-hook v0.3.18
15162026-06-25T22:47:27.008Z Compiling anyhow v1.0.102
15172026-06-25T22:47:27.068Z Compiling thiserror v1.0.69
15182026-06-25T22:47:27.171Z Compiling serde_urlencoded v0.7.1
15192026-06-25T22:47:27.186Z Compiling miniz_oxide v0.8.9
15202026-06-25T22:47:27.339Z Compiling stringprep v0.1.5
15212026-06-25T22:47:27.555Z Compiling proptest v1.10.0
15222026-06-25T22:47:27.764Z Compiling scroll v0.12.0
15232026-06-25T22:47:28.022Z Compiling tower-http v0.6.8
15242026-06-25T22:47:28.236Z Compiling derive_builder_macro v0.20.2
15252026-06-25T22:47:28.318Z Compiling tokio-native-tls v0.3.1
15262026-06-25T22:47:28.417Z Compiling bstr v1.12.1
15272026-06-25T22:47:28.485Z Compiling ipnetwork v0.21.1
15282026-06-25T22:47:28.612Z Compiling darling_macro v0.21.3
15292026-06-25T22:47:28.736Z Compiling rustls-native-certs v0.8.3
15302026-06-25T22:47:28.911Z Compiling rand_chacha v0.3.1
15312026-06-25T22:47:28.927Z Compiling serde_tokenstream v0.2.3
15322026-06-25T22:47:29.022Z Compiling serde_spanned v0.6.9
15332026-06-25T22:47:29.104Z Compiling toml_datetime v0.6.11
15342026-06-25T22:47:29.117Z Compiling erased-serde v0.3.31
15352026-06-25T22:47:29.169Z Compiling md-5 v0.10.6
15362026-06-25T22:47:29.234Z Compiling zerocopy-derive v0.7.35
15372026-06-25T22:47:29.325Z Compiling pin-project-internal v1.1.11
15382026-06-25T22:47:29.361Z Compiling async-trait v0.1.89
15392026-06-25T22:47:29.602Z Compiling curve25519-dalek v4.1.3
15402026-06-25T22:47:29.710Z Compiling vergen-lib v9.1.0
15412026-06-25T22:47:29.886Z Compiling num-integer v0.1.46
15422026-06-25T22:47:29.927Z Compiling hash32 v0.2.1
15432026-06-25T22:47:30.101Z Compiling ff v0.13.1
15442026-06-25T22:47:30.116Z Compiling memoffset v0.9.1
15452026-06-25T22:47:30.198Z Compiling encoding_rs v0.8.35
15462026-06-25T22:47:30.237Z Compiling cfg_aliases v0.2.1
15472026-06-25T22:47:30.306Z Compiling mime v0.3.17
15482026-06-25T22:47:30.319Z Compiling base16ct v0.2.0
15492026-06-25T22:47:30.366Z Compiling litrs v1.0.0
15502026-06-25T22:47:30.423Z Compiling num-bigint-dig v0.8.6
15512026-06-25T22:47:30.486Z Compiling rustix v0.38.44
15522026-06-25T22:47:30.555Z Compiling zlib-rs v0.6.2
15532026-06-25T22:47:30.607Z Compiling smoltcp v0.9.1
15542026-06-25T22:47:30.827Z Compiling fallible-iterator v0.2.0
15552026-06-25T22:47:30.865Z Compiling ref-cast v1.0.25
15562026-06-25T22:47:30.930Z Compiling psl-types v2.0.11
15572026-06-25T22:47:31.053Z Compiling publicsuffix v2.3.0
15582026-06-25T22:47:31.133Z Compiling postgres-protocol v0.6.10
15592026-06-25T22:47:31.219Z Compiling document-features v0.2.12
15602026-06-25T22:47:31.333Z Compiling sec1 v0.7.3
15612026-06-25T22:47:31.614Z Compiling pin-project v1.1.11
15622026-06-25T22:47:31.674Z Compiling nix v0.31.2
15632026-06-25T22:47:31.710Z Compiling group v0.13.0
15642026-06-25T22:47:31.777Z Compiling zerocopy v0.7.35
15652026-06-25T22:47:31.807Z Compiling num-iter v0.1.45
15662026-06-25T22:47:31.994Z Compiling newtype-uuid v1.3.2
15672026-06-25T22:47:32.147Z Compiling hubpack_derive v0.1.1
15682026-06-25T22:47:32.305Z Compiling darling v0.21.3
15692026-06-25T22:47:32.318Z Compiling rand v0.8.6
15702026-06-25T22:47:32.340Z Compiling oxnet v0.1.6
15712026-06-25T22:47:32.385Z Compiling derive_builder v0.20.2
15722026-06-25T22:47:32.427Z Compiling hyper-tls v0.6.0
15732026-06-25T22:47:32.648Z Compiling goblin v0.8.2
15742026-06-25T22:47:33.159Z Compiling phf_shared v0.13.1
15752026-06-25T22:47:33.186Z Compiling regex v1.12.3
15762026-06-25T22:47:33.253Z Compiling lazy_static v1.5.0
15772026-06-25T22:47:33.340Z Compiling anstyle-parse v0.2.7
15782026-06-25T22:47:33.364Z Compiling futures-executor v0.3.32
15792026-06-25T22:47:33.391Z Compiling hex v0.4.3
15802026-06-25T22:47:33.520Z Compiling flate2 v1.1.9
15812026-06-25T22:47:33.622Z Compiling hkdf v0.12.4
15822026-06-25T22:47:33.659Z Compiling crypto-bigint v0.5.5
15832026-06-25T22:47:33.703Z Compiling terminal_size v0.4.3
15842026-06-25T22:47:33.811Z Compiling daft-derive v0.1.7
15852026-06-25T22:47:33.841Z Compiling ref-cast-impl v1.0.25
15862026-06-25T22:47:33.864Z Compiling curve25519-dalek-derive v0.1.1
15872026-06-25T22:47:33.956Z Compiling strum_macros v0.27.2
15882026-06-25T22:47:34.377Z Compiling snafu-derive v0.8.9
15892026-06-25T22:47:34.507Z Compiling vergen v9.1.0
15902026-06-25T22:47:34.531Z Compiling fs-err v3.3.0
15912026-06-25T22:47:34.687Z Compiling cargo-platform v0.3.2
15922026-06-25T22:47:34.723Z Compiling ahash v0.8.12
15932026-06-25T22:47:34.936Z Compiling foldhash v0.2.0
15942026-06-25T22:47:34.967Z Compiling foldhash v0.1.5
15952026-06-25T22:47:35.139Z Compiling bumpalo v3.20.2
15962026-06-25T22:47:35.152Z Compiling managed v0.8.0
15972026-06-25T22:47:35.363Z Compiling libbz2-rs-sys v0.2.2
15982026-06-25T22:47:35.383Z Compiling object v0.37.3
15992026-06-25T22:47:35.652Z Compiling bitflags v1.3.2
16002026-06-25T22:47:35.727Z Compiling winnow v0.5.40
16012026-06-25T22:47:35.764Z Compiling same-file v1.0.6
16022026-06-25T22:47:35.897Z Compiling unicode-segmentation v1.12.0
16032026-06-25T22:47:35.929Z Compiling strum v0.27.2
16042026-06-25T22:47:36.046Z Compiling walkdir v2.5.0
16052026-06-25T22:47:36.058Z Compiling bzip2 v0.6.1
16062026-06-25T22:47:36.284Z Compiling zopfli v0.8.3
16072026-06-25T22:47:36.293Z Compiling snafu v0.8.9
16082026-06-25T22:47:36.305Z Compiling clap_builder v4.6.0
16092026-06-25T22:47:36.348Z Compiling hashbrown v0.15.5
16102026-06-25T22:47:36.633Z Compiling hashbrown v0.16.1
16112026-06-25T22:47:36.906Z Compiling dof v0.3.0
16122026-06-25T22:47:36.918Z Compiling cargo_metadata v0.23.1
16132026-06-25T22:47:37.032Z Compiling toml_edit v0.19.15
16142026-06-25T22:47:37.159Z Compiling elliptic-curve v0.13.8
16152026-06-25T22:47:37.228Z Compiling daft v0.1.7
16162026-06-25T22:47:37.638Z Compiling futures v0.3.32
16172026-06-25T22:47:37.668Z Compiling anstream v0.6.21
16182026-06-25T22:47:37.969Z Compiling phf v0.13.1
16192026-06-25T22:47:38.127Z Compiling signal-hook-mio v0.2.5
16202026-06-25T22:47:38.247Z Compiling cookie_store v0.22.1
16212026-06-25T22:47:38.514Z Compiling bzip2 v0.4.4
16222026-06-25T22:47:38.672Z Compiling zstd v0.13.3
16232026-06-25T22:47:38.773Z Compiling hubpack v0.1.2
16242026-06-25T22:47:38.938Z Compiling reqwest v0.12.28
16252026-06-25T22:47:38.938Z Compiling serde_with_macros v3.17.0
16262026-06-25T22:47:39.089Z Compiling postgres-types v0.2.12
16272026-06-25T22:47:39.651Z Compiling usdt-macro v0.6.0
16282026-06-25T22:47:39.695Z Compiling usdt-attr-macro v0.6.0
16292026-06-25T22:47:40.087Z Compiling globset v0.4.18
16302026-06-25T22:47:40.379Z Compiling dtrace-parser v0.2.0
16312026-06-25T22:47:40.392Z Compiling ed25519 v2.2.3
16322026-06-25T22:47:40.489Z Compiling phf_shared v0.11.3
16332026-06-25T22:47:40.561Z Compiling olpc-cjson v0.1.4
16342026-06-25T22:47:40.668Z Compiling pkcs1 v0.7.5
16352026-06-25T22:47:40.720Z Compiling serde_plain v1.0.2
16362026-06-25T22:47:40.756Z Compiling serde-big-array v0.5.1
16372026-06-25T22:47:40.903Z Compiling rfc6979 v0.4.0
16382026-06-25T22:47:40.913Z Compiling serde_repr v0.1.20
16392026-06-25T22:47:41.031Z Compiling async-recursion v1.1.1
16402026-06-25T22:47:41.061Z Compiling enum-as-inner v0.6.1
16412026-06-25T22:47:41.119Z Compiling strum_macros v0.26.4
16422026-06-25T22:47:41.299Z Compiling clap_derive v4.6.1
16432026-06-25T22:47:41.435Z Compiling pem v3.0.6
16442026-06-25T22:47:41.548Z Compiling float-cmp v0.10.0
16452026-06-25T22:47:41.662Z Compiling memmap2 v0.9.10
16462026-06-25T22:47:41.692Z Compiling thread-id v4.2.2
16472026-06-25T22:47:41.763Z Compiling env_filter v1.0.0
16482026-06-25T22:47:41.777Z Compiling predicates-core v1.0.10
16492026-06-25T22:47:41.874Z Compiling static_assertions v1.1.0
16502026-06-25T22:47:41.945Z Compiling data-encoding v2.10.0
16512026-06-25T22:47:41.967Z Compiling fixedbitset v0.4.2
16522026-06-25T22:47:42.060Z Compiling precomputed-hash v0.1.1
16532026-06-25T22:47:42.174Z Compiling normalize-line-endings v0.3.0
16542026-06-25T22:47:42.212Z Compiling difflib v0.4.0
16552026-06-25T22:47:42.663Z Compiling winnow v1.0.3
16562026-06-25T22:47:42.697Z Compiling whoami v2.1.0
16572026-06-25T22:47:42.697Z Compiling typed-path v0.9.3
16582026-06-25T22:47:42.697Z Compiling new_debug_unreachable v1.0.6
16592026-06-25T22:47:42.731Z Compiling keccak v0.1.6
16602026-06-25T22:47:42.794Z Compiling fixedbitset v0.5.7
16612026-06-25T22:47:42.860Z Compiling either v1.15.0
16622026-06-25T22:47:42.971Z Compiling jiff v0.2.21
16632026-06-25T22:47:43.047Z Compiling itertools v0.13.0
16642026-06-25T22:47:43.090Z Compiling petgraph v0.8.3
16652026-06-25T22:47:43.090Z Compiling clap v4.6.1
16662026-06-25T22:47:43.139Z Compiling sha3 v0.10.8
16672026-06-25T22:47:43.325Z Compiling strum v0.26.3
16682026-06-25T22:47:43.442Z Compiling tokio-postgres v0.7.16
16692026-06-25T22:47:43.458Z Compiling string_cache v0.8.9
16702026-06-25T22:47:43.585Z Compiling toml_edit v0.22.27
16712026-06-25T22:47:43.702Z Compiling toml_parser v1.1.2+spec-1.1.0
16722026-06-25T22:47:43.898Z Compiling predicates v3.1.4
16732026-06-25T22:47:44.307Z Compiling hickory-proto v0.25.2
16742026-06-25T22:47:44.342Z Compiling petgraph v0.6.5
16752026-06-25T22:47:44.534Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16762026-06-25T22:47:45.023Z Compiling env_logger v0.11.9
16772026-06-25T22:47:45.370Z Compiling usdt v0.6.0
16782026-06-25T22:47:45.629Z Compiling zip v4.6.1
16792026-06-25T22:47:45.662Z Compiling usdt-impl v0.5.0
16802026-06-25T22:47:45.843Z Compiling ecdsa v0.16.9
16812026-06-25T22:47:46.232Z Compiling rsa v0.9.10
16822026-06-25T22:47:46.245Z Compiling ed25519-dalek v2.2.0
16832026-06-25T22:47:46.309Z Compiling crossterm v0.28.1
16842026-06-25T22:47:46.587Z Compiling serde_with v3.17.0
16852026-06-25T22:47:47.148Z Compiling zip v0.6.6
16862026-06-25T22:47:47.590Z Compiling toml v0.7.8
16872026-06-25T22:47:47.729Z Compiling iddqd v0.4.2
16882026-06-25T22:47:48.299Z Compiling heck v0.4.1
16892026-06-25T22:47:48.379Z Compiling similar v2.7.0
16902026-06-25T22:47:48.491Z Compiling crossbeam-epoch v0.9.18
16912026-06-25T22:47:48.520Z Compiling tokio-stream v0.1.18
16922026-06-25T22:47:48.732Z Compiling buf-list v1.1.2
16932026-06-25T22:47:48.964Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16942026-06-25T22:47:49.009Z Compiling x509-cert v0.2.5
16952026-06-25T22:47:49.032Z Compiling openapiv3 v2.2.0
16962026-06-25T22:47:49.059Z Compiling sha1 v0.10.6
16972026-06-25T22:47:49.266Z Compiling peg-runtime v0.8.5
16982026-06-25T22:47:49.279Z Compiling lalrpop-util v0.19.12
16992026-06-25T22:47:49.290Z Compiling thread_local v1.1.9
17002026-06-25T22:47:49.476Z Compiling slog-async v2.8.0
17012026-06-25T22:47:49.545Z Compiling crossbeam-channel v0.5.15
17022026-06-25T22:47:49.545Z Compiling is-terminal v0.4.17
17032026-06-25T22:47:49.571Z Compiling filetime v0.2.27
17042026-06-25T22:47:49.641Z Compiling term v1.2.1
17052026-06-25T22:47:49.747Z Compiling xattr v1.6.1
17062026-06-25T22:47:49.780Z Compiling take_mut v0.2.2
17072026-06-25T22:47:49.890Z Compiling slog-term v2.9.2
17082026-06-25T22:47:49.999Z Compiling tar v0.4.45
17092026-06-25T22:48:00.377Z Compiling rustls-webpki v0.103.9
17102026-06-25T22:48:03.022Z Compiling tokio-rustls v0.26.4
17112026-06-25T22:48:03.022Z Compiling rustls-platform-verifier v0.6.2
17122026-06-25T22:48:03.022Z Compiling tough v0.22.0
17132026-06-25T22:48:03.220Z Compiling hyper-rustls v0.27.7
17142026-06-25T22:48:03.417Z Compiling reqwest v0.13.2
17152026-06-25T22:48:05.650Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17162026-06-25T22:48:05.861Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17172026-06-25T22:48:08.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
17182026-06-25T22:48:08.825Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17192026-06-25T22:48:08.876ZJun 25 22:48:07.482 INFO Starting download, target: Cockroach
17202026-06-25T22:48:08.876ZJun 25 22:48:07.483 INFO Starting download, target: Clickhouse
17212026-06-25T22:48:08.876ZJun 25 22:48:07.483 INFO Starting download, target: Console
17222026-06-25T22:48:08.876ZJun 25 22:48:07.483 INFO Starting download, target: DendriteStub
17232026-06-25T22:48:08.880ZJun 25 22:48:07.483 INFO Starting download, target: MaghemiteMgd
17242026-06-25T22:48:08.880ZJun 25 22:48:07.483 INFO Starting download, target: MaghemiteDdmd
17252026-06-25T22:48:08.880ZJun 25 22:48:07.483 INFO Starting download, target: TransceiverControl
17262026-06-25T22:48:08.880ZJun 25 22:48:07.483 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17272026-06-25T22:48:08.880ZJun 25 22:48:07.483 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17282026-06-25T22:48:08.880ZJun 25 22:48:07.483 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17292026-06-25T22:48:08.880ZJun 25 22:48:07.483 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17302026-06-25T22:48:08.880ZJun 25 22:48:07.483 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-06-25T22:48:08.880ZJun 25 22:48:07.483 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-06-25T22:48:08.880ZJun 25 22:48:07.483 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-06-25T22:48:10.644ZJun 25 22:48:09.223 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17342026-06-25T22:48:10.715ZJun 25 22:48:09.313 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17352026-06-25T22:48:10.884ZJun 25 22:48:09.477 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17362026-06-25T22:48:10.939ZJun 25 22:48:09.518 INFO Download complete, target: Console
17372026-06-25T22:48:10.982ZJun 25 22:48:09.527 INFO Download complete, target: TransceiverControl
17382026-06-25T22:48:12.455ZJun 25 22:48:11.040 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17392026-06-25T22:48:13.028ZJun 25 22:48:11.631 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17402026-06-25T22:48:13.158ZJun 25 22:48:11.761 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17412026-06-25T22:48:13.617ZJun 25 22:48:12.219 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-06-25T22:48:13.618ZJun 25 22:48:12.219 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-06-25T22:48:14.400ZJun 25 22:48:13.007 INFO Download complete, target: MaghemiteDdmd
17442026-06-25T22:48:15.585ZJun 25 22:48:14.192 INFO Download complete, target: DendriteStub
17452026-06-25T22:48:15.755ZJun 25 22:48:14.314 INFO Download complete, target: MaghemiteMgd
17462026-06-25T22:48:17.812ZJun 25 22:48:16.419 INFO Checking that binary works, target: Clickhouse
17472026-06-25T22:48:17.947ZJun 25 22:48:16.554 INFO Download complete, target: Clickhouse
17482026-06-25T22:48:18.352ZJun 25 22:48:16.959 INFO Checking that binary works, target: Cockroach
17492026-06-25T22:48:18.463ZJun 25 22:48:17.070 INFO Download complete, target: Cockroach
17502026-06-25T22:48:18.480ZAll builder prerequisites installed successfully, and PATH looks valid
17512026-06-25T22:48:18.483Z
17522026-06-25T22:48:18.483Zreal 2:01.957805486
17532026-06-25T22:48:18.483Zuser 6:49.325291327
17542026-06-25T22:48:18.483Zsys 1:22.199162050
17552026-06-25T22:48:18.483Ztrap 0.242368340
17562026-06-25T22:48:18.483Ztflt 0.684846013
17572026-06-25T22:48:18.483Zdflt 0.612885058
17582026-06-25T22:48:18.483Zkflt 0.026161916
17592026-06-25T22:48:18.483Zlock 22:44.023869429
17602026-06-25T22:48:18.483Zslp 20:50.446312319
17612026-06-25T22:48:18.483Zlat 44.830472242
17622026-06-25T22:48:18.483Zstop 1:58.856663677
17632026-06-25T22:48:18.483Z+ banner hack-check
17642026-06-25T22:48:18.483Z
17652026-06-25T22:48:18.483Z # # ## #### # # #### # # ###### #### # #
17662026-06-25T22:48:18.483Z # # # # # # # # # # # # # # # # #
17672026-06-25T22:48:18.483Z ###### # # # #### ##### # ###### ##### # ####
17682026-06-25T22:48:18.483Z # # ###### # # # # # # # # # #
17692026-06-25T22:48:18.483Z # # # # # # # # # # # # # # # # #
17702026-06-25T22:48:18.483Z # # # # #### # # #### # # ###### #### # #
17712026-06-25T22:48:18.483Z
17722026-06-25T22:48:18.483Z+ export CARGO_INCREMENTAL=0
17732026-06-25T22:48:18.484Z+ CARGO_INCREMENTAL=0
17742026-06-25T22:48:18.484Z+ ptime -m timeout 2h cargo xtask check-features --ci
17752026-06-25T22:48:18.972Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17762026-06-25T22:48:19.149Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17772026-06-25T22:48:21.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
17782026-06-25T22:48:21.088Z Running `target/debug/xtask check-features --ci`
17792026-06-25T22:48:21.112Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17802026-06-25T22:48:21.117Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17812026-06-25T22:48:21.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17822026-06-25T22:48:21.544Z Running `target/debug/xtask download cargo-hack`
17832026-06-25T22:48:22.252Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-06-25T22:48:22.556Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-06-25T22:48:25.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
17862026-06-25T22:48:25.186Z Running `target/debug/xtask-downloader cargo-hack`
17872026-06-25T22:48:25.224ZJun 25 22:48:23.830 INFO Starting download, target: CargoHack
17882026-06-25T22:48:25.227ZJun 25 22:48:23.831 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17892026-06-25T22:48:25.669ZJun 25 22:48:24.276 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17902026-06-25T22:48:25.720ZJun 25 22:48:24.327 INFO Download complete, target: CargoHack
17912026-06-25T22:48:25.723Zrunning: "/home/build/.rustup/toolchains/1.96.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17922026-06-25T22:48:25.738Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17932026-06-25T22:48:25.895Zinfo: running `cargo check --bins` on api_identity (1/296)
17942026-06-25T22:48:26.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952026-06-25T22:48:26.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962026-06-25T22:48:26.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972026-06-25T22:48:26.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17982026-06-25T22:48:26.406Z
17992026-06-25T22:48:26.406Zinfo: running `cargo check --bins` on bootstore (2/296)
18002026-06-25T22:48:26.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-06-25T22:48:26.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-06-25T22:48:26.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-06-25T22:48:26.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18042026-06-25T22:48:26.913Z
18052026-06-25T22:48:26.913Zinfo: running `cargo check --bins` on omicron-ledger (3/296)
18062026-06-25T22:48:27.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-06-25T22:48:27.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-06-25T22:48:27.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-06-25T22:48:27.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18102026-06-25T22:48:27.421Z
18112026-06-25T22:48:27.421Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/296)
18122026-06-25T22:48:27.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-06-25T22:48:27.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-06-25T22:48:27.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-06-25T22:48:27.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18162026-06-25T22:48:27.923Z
18172026-06-25T22:48:27.923Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/296)
18182026-06-25T22:48:28.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-06-25T22:48:28.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-06-25T22:48:28.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-06-25T22:48:28.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18222026-06-25T22:48:28.423Z
18232026-06-25T22:48:28.423Zinfo: running `cargo check --bins` on omicron-certificates (6/296)
18242026-06-25T22:48:28.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-06-25T22:48:28.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-06-25T22:48:28.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-06-25T22:48:28.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18282026-06-25T22:48:28.943Z
18292026-06-25T22:48:28.943Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/296)
18302026-06-25T22:48:29.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-06-25T22:48:29.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-06-25T22:48:29.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-06-25T22:48:29.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18342026-06-25T22:48:29.465Z
18352026-06-25T22:48:29.465Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/296)
18362026-06-25T22:48:29.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-06-25T22:48:29.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-06-25T22:48:29.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-06-25T22:48:29.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18402026-06-25T22:48:29.968Z
18412026-06-25T22:48:29.968Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/296)
18422026-06-25T22:48:30.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-06-25T22:48:30.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-06-25T22:48:30.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-06-25T22:48:30.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18462026-06-25T22:48:30.352Z
18472026-06-25T22:48:30.352Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/296)
18482026-06-25T22:48:30.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-06-25T22:48:30.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-06-25T22:48:30.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-06-25T22:48:30.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18522026-06-25T22:48:30.743Z
18532026-06-25T22:48:30.743Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/296)
18542026-06-25T22:48:31.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-06-25T22:48:31.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-06-25T22:48:31.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-06-25T22:48:31.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18582026-06-25T22:48:31.127Z
18592026-06-25T22:48:31.127Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/296)
18602026-06-25T22:48:31.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-06-25T22:48:31.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-06-25T22:48:31.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-06-25T22:48:31.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18642026-06-25T22:48:31.517Z
18652026-06-25T22:48:31.517Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/296)
18662026-06-25T22:48:31.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-06-25T22:48:31.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-06-25T22:48:31.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-06-25T22:48:31.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18702026-06-25T22:48:31.905Z
18712026-06-25T22:48:31.905Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/296)
18722026-06-25T22:48:32.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-06-25T22:48:32.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-06-25T22:48:32.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-06-25T22:48:32.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18762026-06-25T22:48:32.293Z
18772026-06-25T22:48:32.293Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/296)
18782026-06-25T22:48:32.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-06-25T22:48:32.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-06-25T22:48:32.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-06-25T22:48:32.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18822026-06-25T22:48:32.678Z
18832026-06-25T22:48:32.678Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/296)
18842026-06-25T22:48:33.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-06-25T22:48:33.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-06-25T22:48:33.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-06-25T22:48:33.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18882026-06-25T22:48:33.061Z
18892026-06-25T22:48:33.061Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/296)
18902026-06-25T22:48:33.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-06-25T22:48:33.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-06-25T22:48:33.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-06-25T22:48:33.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18942026-06-25T22:48:33.441Z
18952026-06-25T22:48:33.441Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/296)
18962026-06-25T22:48:33.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-06-25T22:48:33.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-06-25T22:48:33.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-06-25T22:48:33.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19002026-06-25T22:48:33.826Z
19012026-06-25T22:48:33.826Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/296)
19022026-06-25T22:48:34.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-06-25T22:48:34.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-06-25T22:48:34.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-06-25T22:48:34.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19062026-06-25T22:48:34.214Z
19072026-06-25T22:48:34.214Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/296)
19082026-06-25T22:48:34.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-06-25T22:48:34.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-06-25T22:48:34.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-06-25T22:48:34.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19122026-06-25T22:48:34.604Z
19132026-06-25T22:48:34.604Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/296)
19142026-06-25T22:48:34.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-06-25T22:48:34.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-06-25T22:48:34.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-06-25T22:48:34.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19182026-06-25T22:48:34.988Z
19192026-06-25T22:48:34.988Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/296)
19202026-06-25T22:48:35.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-06-25T22:48:35.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-06-25T22:48:35.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-06-25T22:48:35.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19242026-06-25T22:48:35.377Z
19252026-06-25T22:48:35.377Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/296)
19262026-06-25T22:48:35.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-06-25T22:48:35.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-06-25T22:48:35.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-06-25T22:48:35.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19302026-06-25T22:48:35.763Z
19312026-06-25T22:48:35.763Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/296)
19322026-06-25T22:48:36.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-06-25T22:48:36.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-06-25T22:48:36.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-06-25T22:48:36.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19362026-06-25T22:48:36.151Z
19372026-06-25T22:48:36.151Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/296)
19382026-06-25T22:48:36.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-06-25T22:48:36.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-06-25T22:48:36.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-06-25T22:48:36.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19422026-06-25T22:48:36.540Z
19432026-06-25T22:48:36.540Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/296)
19442026-06-25T22:48:36.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-06-25T22:48:36.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-06-25T22:48:36.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-06-25T22:48:36.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19482026-06-25T22:48:36.928Z
19492026-06-25T22:48:36.928Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/296)
19502026-06-25T22:48:37.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-06-25T22:48:37.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-06-25T22:48:37.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-06-25T22:48:37.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19542026-06-25T22:48:37.317Z
19552026-06-25T22:48:37.317Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/296)
19562026-06-25T22:48:37.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-06-25T22:48:37.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-06-25T22:48:37.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-06-25T22:48:37.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19602026-06-25T22:48:37.705Z
19612026-06-25T22:48:37.705Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/296)
19622026-06-25T22:48:38.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-06-25T22:48:38.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-06-25T22:48:38.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-06-25T22:48:38.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19662026-06-25T22:48:38.096Z
19672026-06-25T22:48:38.096Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/296)
19682026-06-25T22:48:38.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-06-25T22:48:38.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-06-25T22:48:38.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-06-25T22:48:38.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19722026-06-25T22:48:38.487Z
19732026-06-25T22:48:38.487Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/296)
19742026-06-25T22:48:38.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-06-25T22:48:38.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-06-25T22:48:38.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-06-25T22:48:38.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19782026-06-25T22:48:38.877Z
19792026-06-25T22:48:38.877Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/296)
19802026-06-25T22:48:39.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-06-25T22:48:39.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-06-25T22:48:39.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-06-25T22:48:39.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19842026-06-25T22:48:39.267Z
19852026-06-25T22:48:39.267Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/296)
19862026-06-25T22:48:39.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-06-25T22:48:39.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-06-25T22:48:39.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-06-25T22:48:39.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19902026-06-25T22:48:39.659Z
19912026-06-25T22:48:39.659Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/296)
19922026-06-25T22:48:39.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-06-25T22:48:40.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-06-25T22:48:40.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-06-25T22:48:40.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19962026-06-25T22:48:40.045Z
19972026-06-25T22:48:40.045Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/296)
19982026-06-25T22:48:40.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-06-25T22:48:40.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-06-25T22:48:40.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-06-25T22:48:40.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20022026-06-25T22:48:40.436Z
20032026-06-25T22:48:40.436Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/296)
20042026-06-25T22:48:40.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-06-25T22:48:40.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-06-25T22:48:40.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-06-25T22:48:40.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20082026-06-25T22:48:40.825Z
20092026-06-25T22:48:40.825Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/296)
20102026-06-25T22:48:41.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-06-25T22:48:41.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-06-25T22:48:41.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-06-25T22:48:41.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20142026-06-25T22:48:41.214Z
20152026-06-25T22:48:41.214Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/296)
20162026-06-25T22:48:41.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-06-25T22:48:41.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-06-25T22:48:41.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-06-25T22:48:41.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20202026-06-25T22:48:41.604Z
20212026-06-25T22:48:41.605Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/296)
20222026-06-25T22:48:41.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-06-25T22:48:41.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-06-25T22:48:41.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-06-25T22:48:41.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20262026-06-25T22:48:41.996Z
20272026-06-25T22:48:41.996Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/296)
20282026-06-25T22:48:42.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-06-25T22:48:42.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-06-25T22:48:42.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-06-25T22:48:42.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20322026-06-25T22:48:42.389Z
20332026-06-25T22:48:42.389Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/296)
20342026-06-25T22:48:42.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-06-25T22:48:42.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-06-25T22:48:42.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-06-25T22:48:42.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20382026-06-25T22:48:42.783Z
20392026-06-25T22:48:42.783Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/296)
20402026-06-25T22:48:43.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-06-25T22:48:43.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-06-25T22:48:43.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-06-25T22:48:43.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20442026-06-25T22:48:43.173Z
20452026-06-25T22:48:43.174Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/296)
20462026-06-25T22:48:43.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-06-25T22:48:43.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-06-25T22:48:43.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-06-25T22:48:43.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20502026-06-25T22:48:43.567Z
20512026-06-25T22:48:43.567Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/296)
20522026-06-25T22:48:43.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-06-25T22:48:43.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-06-25T22:48:43.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-06-25T22:48:43.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20562026-06-25T22:48:43.961Z
20572026-06-25T22:48:43.961Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/296)
20582026-06-25T22:48:44.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-06-25T22:48:44.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-06-25T22:48:44.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-06-25T22:48:44.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20622026-06-25T22:48:44.355Z
20632026-06-25T22:48:44.355Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/296)
20642026-06-25T22:48:44.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-06-25T22:48:44.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-06-25T22:48:44.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-06-25T22:48:44.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20682026-06-25T22:48:44.748Z
20692026-06-25T22:48:44.748Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/296)
20702026-06-25T22:48:45.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-06-25T22:48:45.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-06-25T22:48:45.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-06-25T22:48:45.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20742026-06-25T22:48:45.141Z
20752026-06-25T22:48:45.141Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/296)
20762026-06-25T22:48:45.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-06-25T22:48:45.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-06-25T22:48:45.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-06-25T22:48:45.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20802026-06-25T22:48:45.534Z
20812026-06-25T22:48:45.534Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/296)
20822026-06-25T22:48:46.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-06-25T22:48:46.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-06-25T22:48:46.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-06-25T22:48:46.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20862026-06-25T22:48:46.097Z
20872026-06-25T22:48:46.097Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/296)
20882026-06-25T22:48:46.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-06-25T22:48:46.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-06-25T22:48:46.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-06-25T22:48:46.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20922026-06-25T22:48:46.655Z
20932026-06-25T22:48:46.655Zinfo: running `cargo check --bins` on nexus-config (51/296)
20942026-06-25T22:48:47.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-06-25T22:48:47.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-06-25T22:48:47.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-06-25T22:48:47.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
20982026-06-25T22:48:47.216Z
20992026-06-25T22:48:47.216Zinfo: running `cargo check --bins` on nexus-types (52/296)
21002026-06-25T22:48:47.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-06-25T22:48:47.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-06-25T22:48:47.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-06-25T22:48:47.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21042026-06-25T22:48:47.774Z
21052026-06-25T22:48:47.774Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/296)
21062026-06-25T22:48:48.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-06-25T22:48:48.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-06-25T22:48:48.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-06-25T22:48:48.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21102026-06-25T22:48:48.301Z
21112026-06-25T22:48:48.301Zinfo: running `cargo check --bins` on omicron-passwords (54/296)
21122026-06-25T22:48:48.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-06-25T22:48:48.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-06-25T22:48:48.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-06-25T22:48:48.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21162026-06-25T22:48:48.805Z
21172026-06-25T22:48:48.805Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/296)
21182026-06-25T22:48:49.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-06-25T22:48:49.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-06-25T22:48:49.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-06-25T22:48:49.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21222026-06-25T22:48:49.330Z
21232026-06-25T22:48:49.330Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/296)
21242026-06-25T22:48:49.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-06-25T22:48:49.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-06-25T22:48:49.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-06-25T22:48:49.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21282026-06-25T22:48:49.856Z
21292026-06-25T22:48:49.856Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/296)
21302026-06-25T22:48:50.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-06-25T22:48:50.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-06-25T22:48:50.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-06-25T22:48:50.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21342026-06-25T22:48:50.385Z
21352026-06-25T22:48:50.385Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/296)
21362026-06-25T22:48:50.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-06-25T22:48:50.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-06-25T22:48:50.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-06-25T22:48:50.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21402026-06-25T22:48:50.914Z
21412026-06-25T22:48:50.914Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/296)
21422026-06-25T22:48:51.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-06-25T22:48:51.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-06-25T22:48:51.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-06-25T22:48:51.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21462026-06-25T22:48:51.416Z
21472026-06-25T22:48:51.416Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/296)
21482026-06-25T22:48:51.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-06-25T22:48:51.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-06-25T22:48:51.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-06-25T22:48:51.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21522026-06-25T22:48:51.927Z
21532026-06-25T22:48:51.927Zinfo: running `cargo check --bins --no-default-features` on gfss (61/296)
21542026-06-25T22:48:52.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-06-25T22:48:52.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-06-25T22:48:52.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-06-25T22:48:52.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21582026-06-25T22:48:52.436Z
21592026-06-25T22:48:52.437Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/296)
21602026-06-25T22:48:52.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-06-25T22:48:52.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-06-25T22:48:52.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-06-25T22:48:52.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21642026-06-25T22:48:52.943Z
21652026-06-25T22:48:52.943Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/296)
21662026-06-25T22:48:53.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-06-25T22:48:53.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-06-25T22:48:53.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-06-25T22:48:53.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21702026-06-25T22:48:53.469Z
21712026-06-25T22:48:53.469Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/296)
21722026-06-25T22:48:53.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-06-25T22:48:53.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-06-25T22:48:53.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-06-25T22:48:53.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21762026-06-25T22:48:53.995Z
21772026-06-25T22:48:53.995Zinfo: running `cargo check --bins` on cockroach-admin-types (65/296)
21782026-06-25T22:48:54.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-06-25T22:48:54.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-06-25T22:48:54.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-06-25T22:48:54.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21822026-06-25T22:48:54.503Z
21832026-06-25T22:48:54.503Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/296)
21842026-06-25T22:48:54.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-06-25T22:48:54.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-06-25T22:48:54.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-06-25T22:48:54.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21882026-06-25T22:48:55.011Z
21892026-06-25T22:48:55.011Zinfo: running `cargo check --bins` on ereport-types (67/296)
21902026-06-25T22:48:55.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-06-25T22:48:55.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-06-25T22:48:55.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-06-25T22:48:55.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21942026-06-25T22:48:55.527Z
21952026-06-25T22:48:55.527Zinfo: running `cargo check --bins` on gateway-client (68/296)
21962026-06-25T22:48:55.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-06-25T22:48:55.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-06-25T22:48:55.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-06-25T22:48:55.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22002026-06-25T22:48:56.045Z
22012026-06-25T22:48:56.045Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/296)
22022026-06-25T22:48:56.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-06-25T22:48:56.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-06-25T22:48:56.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-06-25T22:48:56.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22062026-06-25T22:48:56.567Z
22072026-06-25T22:48:56.567Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/296)
22082026-06-25T22:48:57.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-06-25T22:48:57.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-06-25T22:48:57.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-06-25T22:48:57.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22122026-06-25T22:48:57.083Z
22132026-06-25T22:48:57.083Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/296)
22142026-06-25T22:48:57.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-06-25T22:48:57.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-06-25T22:48:57.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-06-25T22:48:57.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22182026-06-25T22:48:57.603Z
22192026-06-25T22:48:57.603Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/296)
22202026-06-25T22:48:58.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-06-25T22:48:58.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-06-25T22:48:58.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-06-25T22:48:58.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
22242026-06-25T22:48:58.123Z
22252026-06-25T22:48:58.123Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/296)
22262026-06-25T22:48:58.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-06-25T22:48:58.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-06-25T22:48:58.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-06-25T22:48:58.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22302026-06-25T22:48:58.664Z
22312026-06-25T22:48:58.664Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/296)
22322026-06-25T22:48:59.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-06-25T22:48:59.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-06-25T22:48:59.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-06-25T22:48:59.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22362026-06-25T22:48:59.204Z
22372026-06-25T22:48:59.204Zinfo: running `cargo check --bins` on key-manager-types (75/296)
22382026-06-25T22:48:59.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-06-25T22:48:59.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-06-25T22:48:59.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-06-25T22:48:59.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22422026-06-25T22:48:59.711Z
22432026-06-25T22:48:59.711Zinfo: running `cargo check --bins` on oxlog (76/296)
22442026-06-25T22:49:00.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-06-25T22:49:00.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-06-25T22:49:00.260Z Checking cfg-if v1.0.4
22472026-06-25T22:49:00.264Z Checking libc v0.2.185
22482026-06-25T22:49:00.264Z Checking serde_core v1.0.228
22492026-06-25T22:49:00.371Z Checking zeroize v1.8.2
22502026-06-25T22:49:00.377Z Checking memchr v2.8.0
22512026-06-25T22:49:00.384Z Checking log v0.4.29
22522026-06-25T22:49:00.393Z Checking smallvec v1.15.1
22532026-06-25T22:49:00.405Z Checking typenum v1.19.0
22542026-06-25T22:49:00.414Z Checking subtle v2.6.1
22552026-06-25T22:49:00.519Z Checking itoa v1.0.17
22562026-06-25T22:49:00.545Z Checking scopeguard v1.2.0
22572026-06-25T22:49:00.562Z Checking stable_deref_trait v1.2.1
22582026-06-25T22:49:00.574Z Checking const-oid v0.9.6
22592026-06-25T22:49:00.634Z Checking zerofrom v0.1.6
22602026-06-25T22:49:00.645Z Checking lock_api v0.4.14
22612026-06-25T22:49:00.659Z Checking pin-project-lite v0.2.17
22622026-06-25T22:49:00.745Z Checking yoke v0.8.1
22632026-06-25T22:49:00.758Z Checking portable-atomic v1.13.1
22642026-06-25T22:49:00.761Z Checking critical-section v1.2.0
22652026-06-25T22:49:00.777Z Checking getrandom v0.2.17
22662026-06-25T22:49:00.838Z Checking errno v0.3.14
22672026-06-25T22:49:00.853Z Checking parking_lot_core v0.9.12
22682026-06-25T22:49:00.907Z Checking zerovec v0.11.5
22692026-06-25T22:49:00.917Z Checking rand_core v0.6.4
22702026-06-25T22:49:00.947Z Checking signal-hook-registry v1.4.8
22712026-06-25T22:49:01.031Z Checking futures-core v0.3.32
22722026-06-25T22:49:01.081Z Checking generic-array v0.14.7
22732026-06-25T22:49:01.084Z Checking parking_lot v0.12.5
22742026-06-25T22:49:01.102Z Checking mio v1.2.0
22752026-06-25T22:49:01.152Z Checking zerocopy v0.8.40
22762026-06-25T22:49:01.159Z Checking once_cell v1.21.3
22772026-06-25T22:49:01.269Z Checking zmij v1.0.21
22782026-06-25T22:49:01.273Z Checking socket2 v0.6.3
22792026-06-25T22:49:01.324Z Checking libm v0.2.16
22802026-06-25T22:49:01.335Z Checking tinystr v0.8.2
22812026-06-25T22:49:01.371Z Checking equivalent v1.0.2
22822026-06-25T22:49:01.450Z Checking percent-encoding v2.3.2
22832026-06-25T22:49:01.464Z Checking writeable v0.6.2
22842026-06-25T22:49:01.502Z Checking litemap v0.8.1
22852026-06-25T22:49:01.513Z Checking potential_utf v0.1.4
22862026-06-25T22:49:01.527Z Checking crypto-common v0.1.7
22872026-06-25T22:49:01.583Z Checking block-buffer v0.10.4
22882026-06-25T22:49:01.615Z Checking zerotrie v0.2.3
22892026-06-25T22:49:01.634Z Checking futures-sink v0.3.32
22902026-06-25T22:49:01.649Z Checking icu_collections v2.1.1
22912026-06-25T22:49:01.669Z Checking icu_locale_core v2.1.1
22922026-06-25T22:49:01.717Z Checking digest v0.10.7
22932026-06-25T22:49:01.729Z Checking futures-channel v0.3.32
22942026-06-25T22:49:01.852Z Checking futures-io v0.3.32
22952026-06-25T22:49:01.877Z Checking serde v1.0.228
22962026-06-25T22:49:01.905Z Checking bitflags v2.11.0
22972026-06-25T22:49:01.916Z Checking serde_json v1.0.150
22982026-06-25T22:49:01.944Z Checking cpufeatures v0.2.17
22992026-06-25T22:49:01.960Z Checking slab v0.4.12
23002026-06-25T22:49:02.008Z Checking futures-task v0.3.32
23012026-06-25T22:49:02.021Z Checking num-traits v0.2.19
23022026-06-25T22:49:02.065Z Checking hmac v0.12.1
23032026-06-25T22:49:02.109Z Checking icu_normalizer_data v2.1.1
23042026-06-25T22:49:02.140Z Checking futures-util v0.3.32
23052026-06-25T22:49:02.179Z Checking icu_properties_data v2.1.2
23062026-06-25T22:49:02.190Z Checking hashbrown v0.17.0
23072026-06-25T22:49:02.221Z Checking icu_provider v2.1.1
23082026-06-25T22:49:02.276Z Checking bytes v1.11.1
23092026-06-25T22:49:02.298Z Checking rand_core v0.10.0
23102026-06-25T22:49:02.433Z Checking getrandom v0.4.1
23112026-06-25T22:49:02.445Z Checking icu_properties v2.1.2
23122026-06-25T22:49:02.562Z Checking icu_normalizer v2.1.1
23132026-06-25T22:49:02.576Z Checking block-padding v0.3.3
23142026-06-25T22:49:02.590Z Checking utf8_iter v1.0.4
23152026-06-25T22:49:02.643Z Checking indexmap v2.14.0
23162026-06-25T22:49:02.702Z Checking inout v0.1.4
23172026-06-25T22:49:02.713Z Checking tokio v1.52.1
23182026-06-25T22:49:02.725Z Checking sha2 v0.10.9
23192026-06-25T22:49:02.834Z Checking cipher v0.4.4
23202026-06-25T22:49:02.870Z Checking form_urlencoded v1.2.2
23212026-06-25T22:49:02.991Z Checking getrandom v0.3.4
23222026-06-25T22:49:03.003Z Checking base64ct v1.8.3
23232026-06-25T22:49:03.037Z Checking fnv v1.0.7
23242026-06-25T22:49:03.128Z Checking byteorder v1.5.0
23252026-06-25T22:49:03.142Z Checking flagset v0.4.7
23262026-06-25T22:49:03.197Z Checking rand_core v0.9.5
23272026-06-25T22:49:03.227Z Checking pem-rfc7468 v0.7.0
23282026-06-25T22:49:03.254Z Checking idna_adapter v1.2.1
23292026-06-25T22:49:03.266Z Checking http v1.4.2
23302026-06-25T22:49:03.328Z Checking regex-syntax v0.8.10
23312026-06-25T22:49:03.366Z Checking idna v1.1.0
23322026-06-25T22:49:03.379Z Checking der v0.7.10
23332026-06-25T22:49:03.383Z Checking salsa20 v0.10.2
23342026-06-25T22:49:03.515Z Checking uuid v1.23.4
23352026-06-25T22:49:03.606Z Checking url v2.5.8
23362026-06-25T22:49:03.824Z Checking pbkdf2 v0.12.2
23372026-06-25T22:49:03.827Z Checking rustix v1.1.3
23382026-06-25T22:49:03.894Z Checking ppv-lite86 v0.2.21
23392026-06-25T22:49:03.933Z Checking tracing-core v0.1.36
23402026-06-25T22:49:04.045Z Checking iana-time-zone v0.1.65
23412026-06-25T22:49:04.058Z Checking base64 v0.22.1
23422026-06-25T22:49:04.109Z Checking spki v0.7.3
23432026-06-25T22:49:04.148Z Checking chrono v0.4.44
23442026-06-25T22:49:04.187Z Checking rand_chacha v0.9.0
23452026-06-25T22:49:04.240Z Checking tracing v0.1.44
23462026-06-25T22:49:04.272Z Checking scrypt v0.11.0
23472026-06-25T22:49:04.289Z Checking http-body v1.0.1
23482026-06-25T22:49:04.383Z Checking aes v0.8.4
23492026-06-25T22:49:04.406Z Checking cbc v0.1.2
23502026-06-25T22:49:04.418Z Checking rustls-pki-types v1.14.0
23512026-06-25T22:49:04.441Z Checking openssl-probe v0.2.1
23522026-06-25T22:49:04.531Z Checking tinyvec_macros v0.1.1
23532026-06-25T22:49:04.547Z Checking rand v0.9.2
23542026-06-25T22:49:04.595Z Checking tinyvec v1.10.0
23552026-06-25T22:49:04.641Z Checking aws-lc-sys v0.40.0
23562026-06-25T22:49:04.663Z Checking atomic-waker v1.1.2
23572026-06-25T22:49:04.700Z Checking tower-layer v0.3.3
23582026-06-25T22:49:04.758Z Checking tower-service v0.3.3
23592026-06-25T22:49:04.769Z Checking pkcs5 v0.7.1
23602026-06-25T22:49:04.842Z Checking untrusted v0.7.1
23612026-06-25T22:49:04.846Z Checking try-lock v0.2.5
23622026-06-25T22:49:04.899Z Checking ipnet v2.11.0
23632026-06-25T22:49:04.945Z Checking want v0.3.1
23642026-06-25T22:49:04.956Z Checking httparse v1.10.1
23652026-06-25T22:49:04.994Z Checking aho-corasick v1.1.4
23662026-06-25T22:49:05.015Z Checking pkcs8 v0.10.2
23672026-06-25T22:49:05.027Z Checking fastrand v2.3.0
23682026-06-25T22:49:05.062Z Checking untrusted v0.9.0
23692026-06-25T22:49:05.121Z Checking aws-lc-rs v1.16.3
23702026-06-25T22:49:05.151Z Checking httpdate v1.0.3
23712026-06-25T22:49:05.164Z Checking dyn-clone v1.0.20
23722026-06-25T22:49:05.176Z Checking foreign-types-shared v0.1.1
23732026-06-25T22:49:05.189Z Checking utf8parse v0.2.2
23742026-06-25T22:49:05.200Z Checking plain v0.2.3
23752026-06-25T22:49:05.251Z Checking foreign-types v0.3.2
23762026-06-25T22:49:05.263Z Checking tempfile v3.25.0
23772026-06-25T22:49:05.285Z Checking unicode-normalization v0.1.25
23782026-06-25T22:49:05.299Z Checking semver v1.0.28
23792026-06-25T22:49:05.299Z Checking openssl-sys v0.9.115
23802026-06-25T22:49:05.321Z Checking spin v0.9.8
23812026-06-25T22:49:05.469Z Checking unicode-ident v1.0.24
23822026-06-25T22:49:05.505Z Checking anstyle v1.0.14
23832026-06-25T22:49:05.523Z Checking ucd-trie v0.1.7
23842026-06-25T22:49:05.579Z Checking proc-macro2 v1.0.106
23852026-06-25T22:49:05.656Z Checking pest v2.8.6
23862026-06-25T22:49:05.682Z Checking schemars v0.8.22
23872026-06-25T22:49:05.695Z Checking regex-automata v0.4.14
23882026-06-25T22:49:05.698Z Checking openssl v0.10.79
23892026-06-25T22:49:05.718Z Checking thiserror v2.0.18
23902026-06-25T22:49:05.816Z Checking sync_wrapper v1.0.2
23912026-06-25T22:49:05.891Z Checking wait-timeout v0.2.1
23922026-06-25T22:49:05.920Z Checking quick-error v1.2.3
23932026-06-25T22:49:05.969Z Checking rustls-webpki v0.103.9
23942026-06-25T22:49:05.983Z Checking tokio-util v0.7.18
23952026-06-25T22:49:06.007Z Checking bit-vec v0.8.0
23962026-06-25T22:49:06.019Z Checking colorchoice v1.0.4
23972026-06-25T22:49:06.111Z Checking powerfmt v0.2.0
23982026-06-25T22:49:06.196Z Checking siphasher v1.0.2
23992026-06-25T22:49:06.258Z Checking simd-adler32 v0.3.8
24002026-06-25T22:49:06.336Z Checking anstyle-query v1.1.5
24012026-06-25T22:49:06.347Z Checking pretty-hex v0.4.1
24022026-06-25T22:49:06.375Z Checking rustls v0.23.41
24032026-06-25T22:49:06.422Z Checking is_terminal_polyfill v1.70.2
24042026-06-25T22:49:06.425Z Checking deranged v0.5.8
24052026-06-25T22:49:06.457Z Checking bit-set v0.8.0
24062026-06-25T22:49:06.508Z Checking rusty-fork v0.3.1
24072026-06-25T22:49:06.580Z Checking h2 v0.4.15
24082026-06-25T22:49:06.602Z Checking tower v0.5.3
24092026-06-25T22:49:06.678Z Checking quote v1.0.45
24102026-06-25T22:49:06.719Z Compiling newtype-uuid v1.3.2
24112026-06-25T22:49:06.845Z Checking http-body-util v0.1.3
24122026-06-25T22:49:06.900Z Checking crossbeam-utils v0.8.21
24132026-06-25T22:49:06.988Z Checking rand_xorshift v0.4.0
24142026-06-25T22:49:07.059Z Checking crc32fast v1.5.0
24152026-06-25T22:49:07.106Z Checking scroll v0.13.0
24162026-06-25T22:49:07.198Z Checking signature v2.2.0
24172026-06-25T22:49:07.247Z Checking time-core v0.1.8
24182026-06-25T22:49:07.326Z Checking unarray v0.1.4
24192026-06-25T22:49:07.336Z Checking adler2 v2.0.1
24202026-06-25T22:49:07.352Z Checking num_threads v0.1.7
24212026-06-25T22:49:07.386Z Checking unicode-bidi v0.3.18
24222026-06-25T22:49:07.425Z Checking allocator-api2 v0.2.21
24232026-06-25T22:49:07.437Z Checking unicode-properties v0.1.4
24242026-06-25T22:49:07.440Z Checking iri-string v0.7.10
24252026-06-25T22:49:07.518Z Checking ryu v1.0.23
24262026-06-25T22:49:07.620Z Checking num-conv v0.2.0
24272026-06-25T22:49:07.654Z Checking serde_urlencoded v0.7.1
24282026-06-25T22:49:07.678Z Checking stringprep v0.1.5
24292026-06-25T22:49:07.699Z Checking native-tls v0.2.18
24302026-06-25T22:49:07.699Z Checking bstr v1.12.1
24312026-06-25T22:49:07.733Z Checking time v0.3.47
24322026-06-25T22:49:07.824Z Checking miniz_oxide v0.8.9
24332026-06-25T22:49:07.850Z Checking proptest v1.10.0
24342026-06-25T22:49:07.886Z Checking tokio-native-tls v0.3.1
24352026-06-25T22:49:08.043Z Checking goblin v0.10.5
24362026-06-25T22:49:08.090Z Checking crossbeam-epoch v0.9.18
24372026-06-25T22:49:08.164Z Compiling daft v0.1.7
24382026-06-25T22:49:08.315Z Checking syn v2.0.117
24392026-06-25T22:49:08.444Z Checking ipnetwork v0.21.1
24402026-06-25T22:49:08.472Z Checking tower-http v0.6.8
24412026-06-25T22:49:08.629Z Checking anstyle-parse v1.0.0
24422026-06-25T22:49:08.656Z Checking rustls-native-certs v0.8.3
24432026-06-25T22:49:08.746Z Checking rand_chacha v0.3.1
24442026-06-25T22:49:08.779Z Checking thiserror v1.0.69
24452026-06-25T22:49:08.783Z Checking scroll v0.12.0
24462026-06-25T22:49:08.859Z Checking hash32 v0.2.1
24472026-06-25T22:49:08.876Z Checking zstd-sys v2.0.16+zstd.1.5.7
24482026-06-25T22:49:08.956Z Checking num-integer v0.1.46
24492026-06-25T22:49:08.984Z Checking toml_datetime v0.6.11
24502026-06-25T22:49:09.012Z Checking serde_spanned v0.6.9
24512026-06-25T22:49:09.012Z Checking md-5 v0.10.6
24522026-06-25T22:49:09.137Z Checking ff v0.13.1
24532026-06-25T22:49:09.155Z Checking encoding_rs v0.8.35
24542026-06-25T22:49:09.168Z Checking fallible-iterator v0.2.0
24552026-06-25T22:49:09.180Z Checking base16ct v0.2.0
24562026-06-25T22:49:09.263Z Checking psl-types v2.0.11
24572026-06-25T22:49:09.303Z Checking mime v0.3.17
24582026-06-25T22:49:09.377Z Checking zlib-rs v0.6.2
24592026-06-25T22:49:09.400Z Checking hyper v1.10.1
24602026-06-25T22:49:09.435Z Checking postgres-protocol v0.6.10
24612026-06-25T22:49:09.471Z Checking publicsuffix v2.3.0
24622026-06-25T22:49:09.632Z Checking sec1 v0.7.3
24632026-06-25T22:49:09.755Z Checking group v0.13.0
24642026-06-25T22:49:09.813Z Checking num-iter v0.1.45
24652026-06-25T22:49:09.837Z Checking goblin v0.8.2
24662026-06-25T22:49:09.899Z Checking heapless v0.7.17
24672026-06-25T22:49:09.921Z Checking zstd-safe v7.2.4
24682026-06-25T22:49:10.086Z Checking rand v0.8.6
24692026-06-25T22:49:10.097Z Checking cookie v0.18.1
24702026-06-25T22:49:10.257Z Checking flate2 v1.1.9
24712026-06-25T22:49:10.307Z Checking anstream v1.0.0
24722026-06-25T22:49:10.326Z Checking hyper-util v0.1.20
24732026-06-25T22:49:10.330Z Checking oxnet v0.1.6
24742026-06-25T22:49:10.351Z Checking dof v0.4.0
24752026-06-25T22:49:10.525Z Compiling iddqd v0.4.2
24762026-06-25T22:49:10.574Z Checking tokio-rustls v0.26.4
24772026-06-25T22:49:10.589Z Checking dtrace-parser v0.3.0
24782026-06-25T22:49:10.606Z Checking phf_shared v0.13.1
24792026-06-25T22:49:10.606Z Checking lazy_static v1.5.0
24802026-06-25T22:49:10.695Z Checking anstyle-parse v0.2.7
24812026-06-25T22:49:10.805Z Checking zerocopy v0.7.35
24822026-06-25T22:49:10.816Z Checking pin-project v1.1.11
24832026-06-25T22:49:10.827Z Checking terminal_size v0.4.3
24842026-06-25T22:49:10.847Z Checking bzip2-sys v0.1.13+1.0.8
24852026-06-25T22:49:10.904Z Checking signal-hook v0.3.18
24862026-06-25T22:49:10.929Z Checking futures-executor v0.3.32
24872026-06-25T22:49:10.942Z Checking hex v0.4.3
24882026-06-25T22:49:10.986Z Checking hkdf v0.12.4
24892026-06-25T22:49:11.076Z Checking crypto-bigint v0.5.5
24902026-06-25T22:49:11.090Z Checking thread-id v5.1.0
24912026-06-25T22:49:11.115Z Checking strsim v0.11.1
24922026-06-25T22:49:11.160Z Compiling rayon-core v1.13.0
24932026-06-25T22:49:11.172Z Checking libbz2-rs-sys v0.2.2
24942026-06-25T22:49:11.275Z Checking managed v0.8.0
24952026-06-25T22:49:11.292Z Checking winnow v0.5.40
24962026-06-25T22:49:11.335Z Checking bumpalo v3.20.2
24972026-06-25T22:49:11.458Z Checking same-file v1.0.6
24982026-06-25T22:49:11.532Z Checking clap_lex v1.0.0
24992026-06-25T22:49:11.548Z Checking either v1.15.0
25002026-06-25T22:49:11.572Z Checking foldhash v0.2.0
25012026-06-25T22:49:11.594Z Checking hyper-tls v0.6.0
25022026-06-25T22:49:11.678Z Checking foldhash v0.1.5
25032026-06-25T22:49:11.722Z Checking bitflags v1.3.2
25042026-06-25T22:49:11.725Z Checking hashbrown v0.16.1
25052026-06-25T22:49:11.764Z Checking reqwest v0.12.28
25062026-06-25T22:49:11.775Z Checking dof v0.3.0
25072026-06-25T22:49:11.789Z Checking smoltcp v0.9.1
25082026-06-25T22:49:11.801Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25092026-06-25T22:49:11.811Z Checking hashbrown v0.15.5
25102026-06-25T22:49:11.973Z Checking elliptic-curve v0.13.8
25112026-06-25T22:49:11.991Z Checking clap_builder v4.6.0
25122026-06-25T22:49:12.052Z Checking hyper-rustls v0.27.7
25132026-06-25T22:49:12.230Z Checking walkdir v2.5.0
25142026-06-25T22:49:12.259Z Checking bzip2 v0.6.1
25152026-06-25T22:49:12.271Z Checking zopfli v0.8.3
25162026-06-25T22:49:12.298Z Checking usdt-impl v0.6.0
25172026-06-25T22:49:12.360Z Checking signal-hook-mio v0.2.5
25182026-06-25T22:49:12.388Z Checking futures v0.3.32
25192026-06-25T22:49:12.415Z Checking bzip2 v0.4.4
25202026-06-25T22:49:12.458Z Checking snafu v0.8.9
25212026-06-25T22:49:12.470Z Checking toml_edit v0.19.15
25222026-06-25T22:49:12.473Z Checking anstream v0.6.21
25232026-06-25T22:49:12.506Z Checking phf v0.13.1
25242026-06-25T22:49:12.571Z Checking num-bigint-dig v0.8.6
25252026-06-25T22:49:12.594Z Checking cookie_store v0.22.1
25262026-06-25T22:49:12.649Z Checking zstd v0.13.3
25272026-06-25T22:49:12.672Z Checking postgres-types v0.2.12
25282026-06-25T22:49:12.689Z Checking dtrace-parser v0.2.0
25292026-06-25T22:49:12.815Z Checking rustls-platform-verifier v0.6.2
25302026-06-25T22:49:12.832Z Checking crossbeam-deque v0.8.6
25312026-06-25T22:49:12.918Z Checking globset v0.4.18
25322026-06-25T22:49:12.921Z Checking regex v1.12.3
25332026-06-25T22:49:12.952Z Checking ed25519 v2.2.3
25342026-06-25T22:49:12.977Z Checking phf_shared v0.11.3
25352026-06-25T22:49:13.004Z Checking olpc-cjson v0.1.4
25362026-06-25T22:49:13.146Z Checking ref-cast v1.0.25
25372026-06-25T22:49:13.153Z Checking curve25519-dalek v4.1.3
25382026-06-25T22:49:13.153Z Checking strum v0.27.2
25392026-06-25T22:49:13.170Z Checking hubpack v0.1.2
25402026-06-25T22:49:13.197Z Checking memoffset v0.9.1
25412026-06-25T22:49:13.211Z Checking rustix v0.38.44
25422026-06-25T22:49:13.223Z Checking pkcs1 v0.7.5
25432026-06-25T22:49:13.244Z Checking pem v3.0.6
25442026-06-25T22:49:13.270Z Checking float-cmp v0.10.0
25452026-06-25T22:49:13.328Z Checking serde-big-array v0.5.1
25462026-06-25T22:49:13.378Z Checking erased-serde v0.3.31
25472026-06-25T22:49:13.393Z Checking serde_plain v1.0.2
25482026-06-25T22:49:13.397Z Checking rfc6979 v0.4.0
25492026-06-25T22:49:13.430Z Checking memmap2 v0.9.10
25502026-06-25T22:49:13.458Z Checking thread-id v4.2.2
25512026-06-25T22:49:13.516Z Checking env_filter v1.0.0
25522026-06-25T22:49:13.527Z Checking data-encoding v2.10.0
25532026-06-25T22:49:13.531Z Checking typed-path v0.9.3
25542026-06-25T22:49:13.538Z Checking keccak v0.1.6
25552026-06-25T22:49:13.585Z Checking fixedbitset v0.5.7
25562026-06-25T22:49:13.653Z Checking new_debug_unreachable v1.0.6
25572026-06-25T22:49:13.707Z Checking normalize-line-endings v0.3.0
25582026-06-25T22:49:13.719Z Checking whoami v2.1.0
25592026-06-25T22:49:13.755Z Checking predicates-core v1.0.10
25602026-06-25T22:49:13.778Z Checking winnow v1.0.3
25612026-06-25T22:49:13.790Z Checking winnow v0.7.14
25622026-06-25T22:49:13.793Z Checking fixedbitset v0.4.2
25632026-06-25T22:49:13.873Z Checking precomputed-hash v0.1.1
25642026-06-25T22:49:13.898Z Checking static_assertions v1.1.0
25652026-06-25T22:49:13.910Z Checking difflib v0.4.0
25662026-06-25T22:49:13.933Z Checking jiff v0.2.21
25672026-06-25T22:49:13.951Z Checking unicode-segmentation v1.12.0
25682026-06-25T22:49:13.964Z Checking toml_write v0.1.2
25692026-06-25T22:49:14.005Z Checking crossterm v0.28.1
25702026-06-25T22:49:14.063Z Checking toml_parser v1.1.2+spec-1.1.0
25712026-06-25T22:49:14.080Z Checking predicates v3.1.4
25722026-06-25T22:49:14.125Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25732026-06-25T22:49:14.260Z Checking similar v2.7.0
25742026-06-25T22:49:14.306Z Checking tough v0.22.0
25752026-06-25T22:49:14.382Z Checking string_cache v0.8.9
25762026-06-25T22:49:14.393Z Checking petgraph v0.6.5
25772026-06-25T22:49:14.547Z Checking tokio-postgres v0.7.16
25782026-06-25T22:49:14.639Z Checking ed25519-dalek v2.2.0
25792026-06-25T22:49:14.712Z Checking hickory-proto v0.25.2
25802026-06-25T22:49:14.873Z Checking petgraph v0.8.3
25812026-06-25T22:49:14.994Z Checking toml_edit v0.22.27
25822026-06-25T22:49:15.669Z Checking slog v2.8.2
25832026-06-25T22:49:15.844Z Checking sha3 v0.10.8
25842026-06-25T22:49:15.939Z Checking env_logger v0.11.9
25852026-06-25T22:49:16.053Z Checking usdt v0.6.0
25862026-06-25T22:49:16.106Z Checking usdt-impl v0.5.0
25872026-06-25T22:49:16.126Z Checking toml v0.7.8
25882026-06-25T22:49:16.166Z Checking zip v4.6.1
25892026-06-25T22:49:16.222Z Checking ecdsa v0.16.9
25902026-06-25T22:49:16.339Z Checking rsa v0.9.10
25912026-06-25T22:49:16.380Z Checking nix v0.31.2
25922026-06-25T22:49:16.392Z Checking clap v4.6.1
25932026-06-25T22:49:16.467Z Checking reqwest v0.13.2
25942026-06-25T22:49:16.562Z Checking zip v0.6.6
25952026-06-25T22:49:16.761Z Checking itertools v0.13.0
25962026-06-25T22:49:16.776Z Checking serde_with v3.17.0
25972026-06-25T22:49:16.807Z Checking strum v0.26.3
25982026-06-25T22:49:16.887Z Checking fs-err v3.3.0
25992026-06-25T22:49:16.915Z Checking ahash v0.8.12
26002026-06-25T22:49:17.108Z Checking tokio-stream v0.1.18
26012026-06-25T22:49:17.185Z Checking object v0.37.3
26022026-06-25T22:49:17.315Z Checking buf-list v1.1.2
26032026-06-25T22:49:17.334Z Checking anyhow v1.0.102
26042026-06-25T22:49:17.417Z Checking camino v1.2.2
26052026-06-25T22:49:17.569Z Checking x509-cert v0.2.5
26062026-06-25T22:49:17.573Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26072026-06-25T22:49:17.573Z Checking openapiv3 v2.2.0
26082026-06-25T22:49:17.573Z Checking sha1 v0.10.6
26092026-06-25T22:49:17.667Z Checking peg-runtime v0.8.5
26102026-06-25T22:49:17.723Z Checking lalrpop-util v0.19.12
26112026-06-25T22:49:17.751Z Checking rayon v1.11.0
26122026-06-25T22:49:17.784Z Checking sigpipe v0.1.3
26132026-06-25T22:49:17.805Z Checking glob v0.3.3
26142026-06-25T22:49:19.368Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26152026-06-25T22:49:19.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.93s
26162026-06-25T22:49:19.787Z
26172026-06-25T22:49:19.787Zinfo: running `cargo check --bins` on internal-dns-types (77/296)
26182026-06-25T22:49:20.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26192026-06-25T22:49:20.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26202026-06-25T22:49:20.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26212026-06-25T22:49:20.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26222026-06-25T22:49:20.307Z
26232026-06-25T22:49:20.307Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/296)
26242026-06-25T22:49:20.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26252026-06-25T22:49:20.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26262026-06-25T22:49:20.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26272026-06-25T22:49:20.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26282026-06-25T22:49:20.837Z
26292026-06-25T22:49:20.837Zinfo: running `cargo check --bins` on nexus-types-versions (79/296)
26302026-06-25T22:49:21.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312026-06-25T22:49:21.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322026-06-25T22:49:21.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332026-06-25T22:49:21.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26342026-06-25T22:49:21.368Z
26352026-06-25T22:49:21.368Zinfo: running `cargo check --bins` on oxql-types (80/296)
26362026-06-25T22:49:21.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-06-25T22:49:21.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-06-25T22:49:21.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392026-06-25T22:49:21.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26402026-06-25T22:49:21.891Z
26412026-06-25T22:49:21.891Zinfo: running `cargo check --bins` on oximeter-types (81/296)
26422026-06-25T22:49:22.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432026-06-25T22:49:22.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442026-06-25T22:49:22.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452026-06-25T22:49:22.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26462026-06-25T22:49:22.413Z
26472026-06-25T22:49:22.413Zinfo: running `cargo check --bins` on oximeter-types-versions (82/296)
26482026-06-25T22:49:22.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492026-06-25T22:49:22.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502026-06-25T22:49:22.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512026-06-25T22:49:22.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26522026-06-25T22:49:22.936Z
26532026-06-25T22:49:22.936Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/296)
26542026-06-25T22:49:23.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552026-06-25T22:49:23.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562026-06-25T22:49:23.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572026-06-25T22:49:23.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26582026-06-25T22:49:23.442Z
26592026-06-25T22:49:23.442Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/296)
26602026-06-25T22:49:23.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612026-06-25T22:49:23.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622026-06-25T22:49:24.069Z Compiling structmeta-derive v0.3.0
26632026-06-25T22:49:24.181Z Compiling multer v3.1.0
26642026-06-25T22:49:24.191Z Compiling async-stream-impl v0.3.6
26652026-06-25T22:49:24.196Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26662026-06-25T22:49:24.208Z Compiling dropshot v0.17.1
26672026-06-25T22:49:24.221Z Compiling newtype-uuid-macros v0.1.0
26682026-06-25T22:49:24.221Z Compiling dropshot_endpoint v0.17.1
26692026-06-25T22:49:24.245Z Checking newtype-uuid v1.3.2
26702026-06-25T22:49:24.401Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26712026-06-25T22:49:24.430Z Checking hybrid-array v0.4.10
26722026-06-25T22:49:24.444Z Checking daft v0.1.7
26732026-06-25T22:49:24.674Z Checking thread_local v1.1.9
26742026-06-25T22:49:24.761Z Checking match_cfg v0.1.0
26752026-06-25T22:49:24.800Z Checking const-oid v0.10.2
26762026-06-25T22:49:24.827Z Checking compression-core v0.4.31
26772026-06-25T22:49:24.841Z Checking hostname v0.3.1
26782026-06-25T22:49:24.885Z Checking crypto-common v0.2.2
26792026-06-25T22:49:24.934Z Checking block-buffer v0.12.1
26802026-06-25T22:49:24.948Z Checking compression-codecs v0.4.37
26812026-06-25T22:49:24.961Z Checking iddqd v0.4.2
26822026-06-25T22:49:24.976Z Checking crossbeam-channel v0.5.15
26832026-06-25T22:49:25.074Z Checking atomicwrites v0.4.4
26842026-06-25T22:49:25.078Z Checking slog-json v2.6.1
26852026-06-25T22:49:25.107Z Checking is-terminal v0.4.17
26862026-06-25T22:49:25.196Z Checking serde_spanned v1.1.1
26872026-06-25T22:49:25.196Z Checking toml_datetime v1.1.1+spec-1.1.0
26882026-06-25T22:49:25.237Z Compiling structmeta v0.3.0
26892026-06-25T22:49:25.241Z Checking cpufeatures v0.3.0
26902026-06-25T22:49:25.312Z Checking debug-ignore v1.0.5
26912026-06-25T22:49:25.323Z Checking toml_writer v1.1.1+spec-1.1.0
26922026-06-25T22:49:25.335Z Checking term v1.2.1
26932026-06-25T22:49:25.391Z Checking take_mut v0.2.2
26942026-06-25T22:49:25.408Z Checking slog-bunyan v2.5.0
26952026-06-25T22:49:25.445Z Compiling derive-ex v0.1.8
26962026-06-25T22:49:25.448Z Compiling parse-display-derive v0.10.0
26972026-06-25T22:49:25.494Z Checking digest v0.11.3
26982026-06-25T22:49:25.517Z Checking toml v1.1.2+spec-1.1.0
26992026-06-25T22:49:25.547Z Checking slog-async v2.8.0
27002026-06-25T22:49:25.562Z Checking slog-term v2.9.2
27012026-06-25T22:49:25.641Z Checking sha1 v0.11.0
27022026-06-25T22:49:25.719Z Checking async-compression v0.4.41
27032026-06-25T22:49:25.914Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27042026-06-25T22:49:25.964Z Checking async-stream v0.3.6
27052026-06-25T22:49:25.985Z Checking progenitor-client v0.14.0
27062026-06-25T22:49:25.999Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27072026-06-25T22:49:26.010Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27082026-06-25T22:49:26.105Z Checking waitgroup v0.1.2
27092026-06-25T22:49:26.108Z Checking rustls-pemfile v2.2.0
27102026-06-25T22:49:26.140Z Checking backon v1.6.0
27112026-06-25T22:49:26.200Z Checking serde_path_to_error v0.1.20
27122026-06-25T22:49:26.212Z Checking hostname v0.4.2
27132026-06-25T22:49:26.251Z Checking instant v0.1.13
27142026-06-25T22:49:26.337Z Checking backoff v0.4.0
27152026-06-25T22:49:26.518Z Checking progenitor-extras v0.2.0
27162026-06-25T22:49:26.529Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27172026-06-25T22:49:26.661Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27182026-06-25T22:49:26.730Z Checking itertools v0.14.0
27192026-06-25T22:49:26.744Z Checking regress v0.10.5
27202026-06-25T22:49:26.756Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27212026-06-25T22:49:27.126Z Compiling test-strategy v0.4.5
27222026-06-25T22:49:27.138Z Checking parse-display v0.10.0
27232026-06-25T22:49:27.226Z Checking macaddr v1.0.1
27242026-06-25T22:49:27.493Z Checking humantime v2.3.0
27252026-06-25T22:49:28.334Z Compiling prettyplease v0.2.37
27262026-06-25T22:49:28.565Z Checking num-rational v0.4.2
27272026-06-25T22:49:28.590Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27282026-06-25T22:49:28.967Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27292026-06-25T22:49:29.134Z Checking num-complex v0.4.6
27302026-06-25T22:49:29.551Z Compiling num v0.4.3
27312026-06-25T22:49:29.693Z Compiling usdt-attr-macro v0.5.0
27322026-06-25T22:49:29.705Z Compiling usdt-macro v0.5.0
27332026-06-25T22:49:29.717Z Checking memmap v0.7.0
27342026-06-25T22:49:29.755Z Compiling float-ord v0.3.2
27352026-06-25T22:49:29.874Z Compiling convert_case v0.4.0
27362026-06-25T22:49:29.910Z Checking unicode-width v0.2.0
27372026-06-25T22:49:30.162Z Checking console v0.15.11
27382026-06-25T22:49:30.253Z Compiling derive_more v0.99.20
27392026-06-25T22:49:30.425Z Checking newline-converter v0.3.0
27402026-06-25T22:49:30.451Z Compiling toml v0.8.23
27412026-06-25T22:49:30.476Z Checking usdt v0.5.0
27422026-06-25T22:49:30.543Z Compiling minimal-lexical v0.2.1
27432026-06-25T22:49:30.643Z Checking linked-hash-map v0.5.6
27442026-06-25T22:49:30.789Z Compiling nom v7.1.3
27452026-06-25T22:49:30.817Z Checking lru-cache v0.1.2
27462026-06-25T22:49:30.939Z Checking expectorate v1.2.0
27472026-06-25T22:49:31.160Z Checking camino-tempfile v1.4.1
27482026-06-25T22:49:31.329Z Checking hickory-proto v0.24.4
27492026-06-25T22:49:31.414Z Checking phf_shared v0.12.1
27502026-06-25T22:49:31.590Z Compiling slog-dtrace v0.3.0
27512026-06-25T22:49:31.783Z Checking heck v0.5.0
27522026-06-25T22:49:31.912Z Compiling chrono-tz v0.10.4
27532026-06-25T22:49:31.932Z Checking resolv-conf v0.7.6
27542026-06-25T22:49:32.108Z Compiling const_format_proc_macros v0.2.34
27552026-06-25T22:49:32.152Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27562026-06-25T22:49:32.166Z Checking phf v0.12.1
27572026-06-25T22:49:32.308Z Checking tokio-dtrace v0.1.1
27582026-06-25T22:49:32.362Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27592026-06-25T22:49:32.496Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27602026-06-25T22:49:32.637Z Compiling derive-where v1.6.0
27612026-06-25T22:49:32.884Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27622026-06-25T22:49:32.928Z Checking highway v1.3.0
27632026-06-25T22:49:33.146Z Checking hickory-resolver v0.24.4
27642026-06-25T22:49:33.159Z Checking const_format v0.2.35
27652026-06-25T22:49:33.390Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27662026-06-25T22:49:33.902Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-06-25T22:49:33.906Z Checking oxide-tokio-rt v0.1.4
27682026-06-25T22:49:33.951Z Checking qorb v0.4.1
27692026-06-25T22:49:34.091Z Checking gethostname v0.5.0
27702026-06-25T22:49:34.146Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27712026-06-25T22:49:34.177Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27722026-06-25T22:49:34.342Z Checking bcs v0.1.6
27732026-06-25T22:49:34.347Z Checking termtree v0.5.1
27742026-06-25T22:49:34.388Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27752026-06-25T22:49:37.749Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27762026-06-25T22:49:40.154Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27772026-06-25T22:49:42.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.85s
27782026-06-25T22:49:42.458Z
27792026-06-25T22:49:42.458Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/296)
27802026-06-25T22:49:42.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-06-25T22:49:42.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-06-25T22:49:43.073Z Compiling ar_archive_writer v0.5.1
27832026-06-25T22:49:43.178Z Compiling stacker v0.1.23
27842026-06-25T22:49:43.183Z Compiling cfg_aliases v0.1.1
27852026-06-25T22:49:43.188Z Compiling convert_case v0.10.0
27862026-06-25T22:49:43.193Z Checking unicode-width v0.1.14
27872026-06-25T22:49:43.202Z Compiling proc-macro-error v1.0.4
27882026-06-25T22:49:43.212Z Checking fd-lock v4.0.4
27892026-06-25T22:49:43.214Z Checking nibble_vec v0.1.0
27902026-06-25T22:49:43.235Z Compiling nix v0.28.0
27912026-06-25T22:49:43.324Z Checking vte v0.14.1
27922026-06-25T22:49:43.335Z Compiling recursive-proc-macro-impl v0.1.1
27932026-06-25T22:49:43.422Z Checking endian-type v0.1.2
27942026-06-25T22:49:43.435Z Checking bytecount v0.6.9
27952026-06-25T22:49:43.472Z Checking strip-ansi-escapes v0.2.1
27962026-06-25T22:49:43.484Z Compiling derive_more-impl v2.1.1
27972026-06-25T22:49:43.494Z Compiling tabled_derive v0.7.0
27982026-06-25T22:49:43.526Z Checking papergrid v0.11.0
27992026-06-25T22:49:43.542Z Checking radix_trie v0.2.1
28002026-06-25T22:49:43.580Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28012026-06-25T22:49:43.734Z Compiling peg-macros v0.8.5
28022026-06-25T22:49:43.743Z Checking winnow v0.6.26
28032026-06-25T22:49:43.999Z Compiling psm v0.1.30
28042026-06-25T22:49:44.045Z Compiling sqlparser_derive v0.5.0
28052026-06-25T22:49:44.131Z Checking home v0.5.12
28062026-06-25T22:49:44.234Z Checking unicode_categories v0.1.1
28072026-06-25T22:49:44.280Z Checking derive_more v2.1.1
28082026-06-25T22:49:44.359Z Checking nu-ansi-term v0.50.3
28092026-06-25T22:49:44.386Z Checking crossterm v0.29.0
28102026-06-25T22:49:44.445Z Checking tabled v0.15.0
28112026-06-25T22:49:44.504Z Checking rustyline v14.0.0
28122026-06-25T22:49:44.565Z Checking reedline v0.40.0
28132026-06-25T22:49:44.764Z Checking recursive v0.1.1
28142026-06-25T22:49:44.822Z Checking display-error-chain v0.2.2
28152026-06-25T22:49:44.855Z Checking sqlparser v0.61.0
28162026-06-25T22:49:44.918Z Checking sqlformat v0.3.5
28172026-06-25T22:49:45.111Z Checking peg v0.8.5
28182026-06-25T22:49:56.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s
28192026-06-25T22:49:56.263Z
28202026-06-25T22:49:56.263Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/296)
28212026-06-25T22:49:56.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-06-25T22:49:56.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-06-25T22:49:56.882Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-06-25T22:50:00.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28252026-06-25T22:50:00.525Z
28262026-06-25T22:50:00.525Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/296)
28272026-06-25T22:50:00.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-06-25T22:50:00.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-06-25T22:50:01.139Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-06-25T22:50:03.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
28312026-06-25T22:50:03.760Z
28322026-06-25T22:50:03.760Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/296)
28332026-06-25T22:50:04.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-06-25T22:50:04.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-06-25T22:50:04.372Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-06-25T22:50:07.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28372026-06-25T22:50:07.782Z
28382026-06-25T22:50:07.782Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/296)
28392026-06-25T22:50:08.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-06-25T22:50:08.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-06-25T22:50:08.402Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-06-25T22:50:11.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28432026-06-25T22:50:11.856Z
28442026-06-25T22:50:11.856Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/296)
28452026-06-25T22:50:12.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-06-25T22:50:12.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-06-25T22:50:12.466Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-06-25T22:50:15.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
28492026-06-25T22:50:15.230Z
28502026-06-25T22:50:15.230Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/296)
28512026-06-25T22:50:15.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-06-25T22:50:15.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-06-25T22:50:15.851Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-06-25T22:50:18.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28552026-06-25T22:50:18.623Z
28562026-06-25T22:50:18.623Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/296)
28572026-06-25T22:50:19.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-06-25T22:50:19.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-06-25T22:50:19.235Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-06-25T22:50:22.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28612026-06-25T22:50:22.850Z
28622026-06-25T22:50:22.850Zinfo: running `cargo check --bins` on oximeter (93/296)
28632026-06-25T22:50:23.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-06-25T22:50:23.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-06-25T22:50:23.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-06-25T22:50:23.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28672026-06-25T22:50:23.378Z
28682026-06-25T22:50:23.378Zinfo: running `cargo check --bins` on oximeter-schema (94/296)
28692026-06-25T22:50:23.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-06-25T22:50:23.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-06-25T22:50:23.956Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28722026-06-25T22:50:24.113Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28732026-06-25T22:50:24.116Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28742026-06-25T22:50:24.452Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28752026-06-25T22:50:27.126Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28762026-06-25T22:50:28.328Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28772026-06-25T22:50:28.533Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28782026-06-25T22:50:29.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s
28792026-06-25T22:50:29.355Z
28802026-06-25T22:50:29.355Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/296)
28812026-06-25T22:50:29.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-06-25T22:50:29.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-06-25T22:50:29.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-06-25T22:50:29.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
28852026-06-25T22:50:29.871Z
28862026-06-25T22:50:29.872Zinfo: running `cargo check --bins` on oximeter-test-utils (96/296)
28872026-06-25T22:50:30.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-06-25T22:50:30.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-06-25T22:50:30.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-06-25T22:50:30.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28912026-06-25T22:50:30.431Z
28922026-06-25T22:50:30.431Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/296)
28932026-06-25T22:50:30.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-06-25T22:50:30.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-06-25T22:50:30.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-06-25T22:50:30.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28972026-06-25T22:50:30.955Z
28982026-06-25T22:50:30.955Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/296)
28992026-06-25T22:50:31.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-06-25T22:50:31.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-06-25T22:50:31.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-06-25T22:50:31.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29032026-06-25T22:50:31.479Z
29042026-06-25T22:50:31.479Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/296)
29052026-06-25T22:50:31.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-06-25T22:50:31.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-06-25T22:50:31.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-06-25T22:50:31.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29092026-06-25T22:50:32.007Z
29102026-06-25T22:50:32.007Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/296)
29112026-06-25T22:50:32.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-06-25T22:50:32.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-06-25T22:50:32.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-06-25T22:50:32.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29152026-06-25T22:50:32.537Z
29162026-06-25T22:50:32.537Zinfo: running `cargo check --bins` on trust-quorum-types (101/296)
29172026-06-25T22:50:32.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-06-25T22:50:32.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-06-25T22:50:32.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-06-25T22:50:32.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29212026-06-25T22:50:33.045Z
29222026-06-25T22:50:33.045Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/296)
29232026-06-25T22:50:33.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-06-25T22:50:33.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-06-25T22:50:33.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-06-25T22:50:33.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29272026-06-25T22:50:33.578Z
29282026-06-25T22:50:33.578Zinfo: running `cargo check --bins` on update-engine (103/296)
29292026-06-25T22:50:34.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-06-25T22:50:34.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-06-25T22:50:34.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-06-25T22:50:34.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29332026-06-25T22:50:34.086Z
29342026-06-25T22:50:34.086Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/296)
29352026-06-25T22:50:34.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-06-25T22:50:34.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-06-25T22:50:34.747Z Compiling crucible-workspace-hack v0.1.0
29382026-06-25T22:50:34.861Z Checking secrecy v0.10.3
29392026-06-25T22:50:34.866Z Compiling heapless v0.8.0
29402026-06-25T22:50:34.869Z Compiling toml_datetime v0.7.5+spec-1.1.0
29412026-06-25T22:50:34.878Z Compiling ingot-macros v0.1.1
29422026-06-25T22:50:34.885Z Checking hash32 v0.3.1
29432026-06-25T22:50:34.895Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-06-25T22:50:34.898Z Compiling smoltcp v0.11.0
29452026-06-25T22:50:34.960Z Checking cobs v0.3.0
29462026-06-25T22:50:34.999Z Compiling thiserror-impl-no-std v2.0.2
29472026-06-25T22:50:35.028Z Compiling toml_edit v0.23.10+spec-1.0.0
29482026-06-25T22:50:35.105Z Checking universal-hash v0.5.1
29492026-06-25T22:50:35.139Z Checking half v2.7.1
29502026-06-25T22:50:35.157Z Checking ciborium-io v0.2.2
29512026-06-25T22:50:35.233Z Checking opaque-debug v0.3.1
29522026-06-25T22:50:35.245Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29532026-06-25T22:50:35.257Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29542026-06-25T22:50:35.316Z Checking poly1305 v0.8.0
29552026-06-25T22:50:35.386Z Checking ciborium-ll v0.2.2
29562026-06-25T22:50:35.476Z Checking postcard v1.1.3
29572026-06-25T22:50:35.568Z Compiling proc-macro-crate v3.4.0
29582026-06-25T22:50:35.590Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29592026-06-25T22:50:35.661Z Checking password-hash v0.5.0
29602026-06-25T22:50:35.776Z Checking chacha20 v0.9.1
29612026-06-25T22:50:35.857Z Compiling proc-macro-crate v1.3.1
29622026-06-25T22:50:35.888Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29632026-06-25T22:50:35.969Z Checking blake2 v0.10.6
29642026-06-25T22:50:36.094Z Checking aead v0.5.2
29652026-06-25T22:50:36.124Z Compiling num_enum_derive v0.7.6
29662026-06-25T22:50:36.128Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29672026-06-25T22:50:36.168Z Checking thiserror-no-std v2.0.2
29682026-06-25T22:50:36.207Z Compiling foreign-types-macros v0.2.3
29692026-06-25T22:50:36.235Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29702026-06-25T22:50:36.253Z Checking foreign-types-shared v0.3.1
29712026-06-25T22:50:36.268Z Compiling num_enum_derive v0.5.11
29722026-06-25T22:50:36.328Z Checking vsss-rs v3.3.4
29732026-06-25T22:50:36.342Z Checking chacha20poly1305 v0.10.1
29742026-06-25T22:50:36.465Z Checking argon2 v0.5.3
29752026-06-25T22:50:36.477Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29762026-06-25T22:50:36.797Z Checking foreign-types v0.5.0
29772026-06-25T22:50:36.809Z Checking ciborium v0.2.2
29782026-06-25T22:50:36.969Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29792026-06-25T22:50:36.984Z Checking tabwriter v1.4.1
29802026-06-25T22:50:37.129Z Checking chacha20 v0.10.0
29812026-06-25T22:50:37.159Z Checking num_enum v0.7.6
29822026-06-25T22:50:37.221Z Checking byte-wrapper v0.1.0
29832026-06-25T22:50:37.256Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-06-25T22:50:37.269Z Checking cstr-argument v0.1.2
29852026-06-25T22:50:37.272Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29862026-06-25T22:50:37.337Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-06-25T22:50:37.396Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29882026-06-25T22:50:37.425Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29892026-06-25T22:50:37.439Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29902026-06-25T22:50:37.534Z Checking rand v0.10.0
29912026-06-25T22:50:37.562Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-06-25T22:50:37.671Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29932026-06-25T22:50:37.693Z Checking ingot-types v0.1.2
29942026-06-25T22:50:37.708Z Checking num_enum v0.5.11
29952026-06-25T22:50:37.724Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29962026-06-25T22:50:37.775Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-06-25T22:50:37.815Z Checking indent_write v2.2.0
29982026-06-25T22:50:37.921Z Checking colored v3.1.1
29992026-06-25T22:50:37.934Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30002026-06-25T22:50:37.947Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-06-25T22:50:38.010Z Compiling zone_cfg_derive v0.3.1
30022026-06-25T22:50:38.034Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30032026-06-25T22:50:38.046Z Checking itertools v0.12.1
30042026-06-25T22:50:38.058Z Checking ingot v0.1.1
30052026-06-25T22:50:38.084Z Compiling num-derive v0.4.2
30062026-06-25T22:50:38.112Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30072026-06-25T22:50:38.199Z Checking swrite v0.1.0
30082026-06-25T22:50:38.289Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30092026-06-25T22:50:38.320Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-06-25T22:50:38.479Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30112026-06-25T22:50:38.554Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30122026-06-25T22:50:38.588Z Checking dropshot-api-manager-types v0.7.2
30132026-06-25T22:50:38.602Z Checking smf v0.2.3
30142026-06-25T22:50:38.633Z Checking nanorand v0.7.0
30152026-06-25T22:50:38.757Z Checking whoami v1.6.1
30162026-06-25T22:50:38.823Z Checking flume v0.11.1
30172026-06-25T22:50:38.823Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30182026-06-25T22:50:39.009Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30192026-06-25T22:50:39.053Z Checking zone v0.3.1
30202026-06-25T22:50:39.608Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30212026-06-25T22:50:40.574Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30222026-06-25T22:50:41.482Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30232026-06-25T22:50:44.743Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-06-25T22:50:46.791Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-06-25T22:50:47.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s
30262026-06-25T22:50:48.057Z
30272026-06-25T22:50:48.057Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/296)
30282026-06-25T22:50:48.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-06-25T22:50:48.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-06-25T22:50:48.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-06-25T22:50:48.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30322026-06-25T22:50:48.582Z
30332026-06-25T22:50:48.582Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/296)
30342026-06-25T22:50:49.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-25T22:50:49.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-25T22:50:49.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-25T22:50:49.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30382026-06-25T22:50:49.105Z
30392026-06-25T22:50:49.105Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/296)
30402026-06-25T22:50:49.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-25T22:50:49.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-25T22:50:49.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-25T22:50:49.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30442026-06-25T22:50:49.636Z
30452026-06-25T22:50:49.636Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/296)
30462026-06-25T22:50:50.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-25T22:50:50.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-25T22:50:50.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-25T22:50:50.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30502026-06-25T22:50:50.166Z
30512026-06-25T22:50:50.166Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/296)
30522026-06-25T22:50:50.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-25T22:50:50.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-25T22:50:50.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-25T22:50:50.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30562026-06-25T22:50:50.739Z
30572026-06-25T22:50:50.740Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/296)
30582026-06-25T22:50:51.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-25T22:50:51.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-25T22:50:51.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-25T22:50:51.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30622026-06-25T22:50:51.216Z
30632026-06-25T22:50:51.216Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/296)
30642026-06-25T22:50:51.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-25T22:50:51.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-25T22:50:51.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-25T22:50:51.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30682026-06-25T22:50:51.742Z
30692026-06-25T22:50:51.742Zinfo: running `cargo check --bins` on cockroach-admin-client (112/296)
30702026-06-25T22:50:52.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-25T22:50:52.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-25T22:50:52.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-25T22:50:52.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30742026-06-25T22:50:52.252Z
30752026-06-25T22:50:52.252Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/296)
30762026-06-25T22:50:52.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-25T22:50:52.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-25T22:50:52.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-25T22:50:52.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30802026-06-25T22:50:52.777Z
30812026-06-25T22:50:52.777Zinfo: running `cargo check --bins` on dns-service-client (114/296)
30822026-06-25T22:50:53.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-25T22:50:53.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-25T22:50:53.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-25T22:50:53.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30862026-06-25T22:50:53.301Z
30872026-06-25T22:50:53.301Zinfo: running `cargo check --bins` on installinator-client (115/296)
30882026-06-25T22:50:53.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-25T22:50:53.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-25T22:50:53.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-25T22:50:53.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30922026-06-25T22:50:53.825Z
30932026-06-25T22:50:53.825Zinfo: running `cargo check --bins` on nexus-client (116/296)
30942026-06-25T22:50:54.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-25T22:50:54.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-25T22:50:54.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-25T22:50:54.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30982026-06-25T22:50:54.383Z
30992026-06-25T22:50:54.383Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/296)
31002026-06-25T22:50:54.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-25T22:50:54.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-25T22:50:54.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-25T22:50:54.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31042026-06-25T22:50:54.943Z
31052026-06-25T22:50:54.944Zinfo: running `cargo check --bins` on ntp-admin-client (118/296)
31062026-06-25T22:50:55.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-25T22:50:55.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-25T22:50:55.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-25T22:50:55.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31102026-06-25T22:50:55.453Z
31112026-06-25T22:50:55.453Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/296)
31122026-06-25T22:50:55.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-25T22:50:55.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-25T22:50:55.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-25T22:50:55.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31162026-06-25T22:50:55.963Z
31172026-06-25T22:50:55.963Zinfo: running `cargo check --bins` on oxide-client (120/296)
31182026-06-25T22:50:56.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-25T22:50:56.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-25T22:50:56.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-25T22:50:56.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31222026-06-25T22:50:56.473Z
31232026-06-25T22:50:56.474Zinfo: running `cargo check --bins` on oximeter-client (121/296)
31242026-06-25T22:50:56.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-25T22:50:56.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-25T22:50:56.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-25T22:50:56.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31282026-06-25T22:50:56.995Z
31292026-06-25T22:50:56.995Zinfo: running `cargo check --bins` on repo-depot-client (122/296)
31302026-06-25T22:50:57.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-25T22:50:57.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-25T22:50:57.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-25T22:50:57.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31342026-06-25T22:50:57.503Z
31352026-06-25T22:50:57.503Zinfo: running `cargo check --bins` on sled-agent-client (123/296)
31362026-06-25T22:50:57.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-25T22:50:57.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-25T22:50:57.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-25T22:50:57.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31402026-06-25T22:50:58.034Z
31412026-06-25T22:50:58.034Zinfo: running `cargo check --bins` on wicketd-client (124/296)
31422026-06-25T22:50:58.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-25T22:50:58.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-25T22:50:58.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-25T22:50:58.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31462026-06-25T22:50:58.586Z
31472026-06-25T22:50:58.586Zinfo: running `cargo check --bins` on installinator-common (125/296)
31482026-06-25T22:50:59.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-25T22:50:59.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-25T22:50:59.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-25T22:50:59.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31522026-06-25T22:50:59.128Z
31532026-06-25T22:50:59.128Zinfo: running `cargo check --bins` on installinator-common-versions (126/296)
31542026-06-25T22:50:59.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-25T22:50:59.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-25T22:50:59.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-25T22:50:59.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31582026-06-25T22:50:59.641Z
31592026-06-25T22:50:59.641Zinfo: running `cargo check --bins` on wicket-common (127/296)
31602026-06-25T22:51:00.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-25T22:51:00.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-25T22:51:00.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-25T22:51:00.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31642026-06-25T22:51:00.180Z
31652026-06-25T22:51:00.180Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/296)
31662026-06-25T22:51:00.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-25T22:51:00.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-25T22:51:00.811Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-06-25T22:51:00.922Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-06-25T22:51:00.929Z Checking csv-core v0.1.13
31712026-06-25T22:51:00.936Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-06-25T22:51:00.941Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31732026-06-25T22:51:00.945Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-06-25T22:51:00.960Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-06-25T22:51:00.970Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-06-25T22:51:01.087Z Checking csv v1.4.0
31772026-06-25T22:51:01.120Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-06-25T22:51:01.136Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-06-25T22:51:01.162Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-06-25T22:51:01.177Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-06-25T22:51:01.423Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-06-25T22:51:01.791Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-06-25T22:51:01.794Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-06-25T22:51:02.140Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-06-25T22:51:08.090Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-06-25T22:51:08.620Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-06-25T22:51:10.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.79s
31882026-06-25T22:51:11.147Z
31892026-06-25T22:51:11.147Zinfo: running `cargo check --bins` on cockroach-admin-api (129/296)
31902026-06-25T22:51:11.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-06-25T22:51:11.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-06-25T22:51:11.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-06-25T22:51:11.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31942026-06-25T22:51:11.670Z
31952026-06-25T22:51:11.670Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/296)
31962026-06-25T22:51:12.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-25T22:51:12.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-25T22:51:12.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-25T22:51:12.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32002026-06-25T22:51:12.275Z
32012026-06-25T22:51:12.275Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/296)
32022026-06-25T22:51:12.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-25T22:51:12.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-25T22:51:12.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-25T22:51:12.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32062026-06-25T22:51:12.877Z
32072026-06-25T22:51:12.877Zinfo: running `cargo check --bins` on gateway-test-utils (132/296)
32082026-06-25T22:51:13.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-25T22:51:13.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-25T22:51:13.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-25T22:51:13.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32122026-06-25T22:51:13.449Z
32132026-06-25T22:51:13.449Zinfo: running `cargo check --bins` on omicron-gateway (133/296)
32142026-06-25T22:51:13.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-25T22:51:13.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-25T22:51:14.156Z Compiling regress v0.11.1
32172026-06-25T22:51:14.294Z Compiling unsafe-libyaml v0.2.11
32182026-06-25T22:51:14.303Z Compiling semver v0.1.20
32192026-06-25T22:51:14.303Z Compiling radium v0.7.0
32202026-06-25T22:51:14.324Z Checking nom v8.0.0
32212026-06-25T22:51:14.327Z Checking tap v1.0.1
32222026-06-25T22:51:14.327Z Compiling maybe-uninit v2.0.0
32232026-06-25T22:51:14.446Z Checking wyz v0.5.1
32242026-06-25T22:51:14.574Z Compiling rustc_version v0.1.7
32252026-06-25T22:51:14.624Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32262026-06-25T22:51:14.648Z Compiling zerocopy-derive v0.6.6
32272026-06-25T22:51:14.759Z Checking crc-catalog v2.4.0
32282026-06-25T22:51:14.795Z Compiling newtype_derive v0.1.6
32292026-06-25T22:51:14.848Z Compiling serde_yaml v0.9.34+deprecated
32302026-06-25T22:51:14.979Z Compiling packed_struct v0.10.1
32312026-06-25T22:51:15.029Z Checking funty v2.0.0
32322026-06-25T22:51:15.260Z Compiling cancel-safe-futures v0.1.5
32332026-06-25T22:51:15.351Z Compiling owo-colors v4.3.0
32342026-06-25T22:51:15.503Z Checking bitvec v1.0.1
32352026-06-25T22:51:15.515Z Checking zerocopy v0.6.6
32362026-06-25T22:51:15.744Z Checking typify-impl v0.6.2
32372026-06-25T22:51:15.805Z Checking crc v3.4.0
32382026-06-25T22:51:15.978Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-06-25T22:51:16.127Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32402026-06-25T22:51:16.306Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32412026-06-25T22:51:16.320Z Compiling packed_struct_codegen v0.10.1
32422026-06-25T22:51:16.478Z Checking libsw-core v0.3.2
32432026-06-25T22:51:16.508Z Compiling bitfield-macros v0.19.4
32442026-06-25T22:51:16.627Z Compiling indexmap v1.9.3
32452026-06-25T22:51:16.821Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32462026-06-25T22:51:16.836Z Checking nodrop v0.1.14
32472026-06-25T22:51:16.901Z Checking libsw v3.5.0
32482026-06-25T22:51:16.917Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-06-25T22:51:16.930Z Checking array-init v0.0.4
32502026-06-25T22:51:17.050Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-06-25T22:51:17.226Z Checking bitfield v0.19.4
32522026-06-25T22:51:17.240Z Checking smallvec v0.6.14
32532026-06-25T22:51:17.255Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-06-25T22:51:17.498Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-06-25T22:51:17.516Z Checking smawk v0.3.2
32562026-06-25T22:51:17.622Z Checking tagptr v0.2.0
32572026-06-25T22:51:17.643Z Checking hashbrown v0.12.3
32582026-06-25T22:51:17.666Z Checking unicode-linebreak v0.1.5
32592026-06-25T22:51:17.679Z Checking base64 v0.21.7
32602026-06-25T22:51:17.757Z Checking linear-map v1.2.0
32612026-06-25T22:51:17.877Z Checking textwrap v0.16.2
32622026-06-25T22:51:17.919Z Checking ron v0.8.1
32632026-06-25T22:51:17.931Z Checking moka v0.12.13
32642026-06-25T22:51:17.946Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32652026-06-25T22:51:18.089Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32662026-06-25T22:51:18.263Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-06-25T22:51:18.372Z Checking serde-hex v0.1.0
32682026-06-25T22:51:18.421Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32692026-06-25T22:51:18.437Z Checking steno v0.4.1
32702026-06-25T22:51:18.561Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32712026-06-25T22:51:18.721Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-06-25T22:51:19.069Z Checking hashbrown v0.13.2
32732026-06-25T22:51:19.222Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-06-25T22:51:19.307Z Checking crc-any v2.5.0
32752026-06-25T22:51:19.427Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-06-25T22:51:19.443Z Checking hickory-resolver v0.25.2
32772026-06-25T22:51:19.488Z Checking half v1.8.3
32782026-06-25T22:51:19.501Z Checking object v0.30.4
32792026-06-25T22:51:19.587Z Checking void v1.0.2
32802026-06-25T22:51:19.685Z Checking path-slash v0.1.5
32812026-06-25T22:51:19.699Z Checking utf-8 v0.7.6
32822026-06-25T22:51:19.791Z Checking lzss v0.8.2
32832026-06-25T22:51:19.834Z Checking tungstenite v0.23.0
32842026-06-25T22:51:19.861Z Checking serde_cbor v0.11.2
32852026-06-25T22:51:20.116Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32862026-06-25T22:51:20.157Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32872026-06-25T22:51:20.239Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32882026-06-25T22:51:20.253Z Checking nix v0.27.1
32892026-06-25T22:51:20.270Z Checking kstat-rs v0.2.4
32902026-06-25T22:51:20.274Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32912026-06-25T22:51:20.374Z Compiling typify-macro v0.6.2
32922026-06-25T22:51:20.386Z Checking fxhash v0.2.1
32932026-06-25T22:51:20.467Z Checking serde_bytes v0.11.19
32942026-06-25T22:51:20.478Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32952026-06-25T22:51:20.517Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32962026-06-25T22:51:20.604Z Checking tokio-tungstenite v0.23.1
32972026-06-25T22:51:20.637Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32982026-06-25T22:51:20.795Z Checking signal-hook-tokio v0.3.1
32992026-06-25T22:51:21.468Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33002026-06-25T22:51:21.689Z Compiling typify v0.6.2
33012026-06-25T22:51:21.768Z Compiling progenitor-impl v0.14.0
33022026-06-25T22:51:22.373Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33032026-06-25T22:51:22.682Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33042026-06-25T22:51:23.219Z Compiling progenitor-macro v0.14.0
33052026-06-25T22:51:25.526Z Checking progenitor v0.14.0
33062026-06-25T22:51:25.646Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33072026-06-25T22:51:25.649Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33082026-06-25T22:51:28.323Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33092026-06-25T22:51:36.502Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33102026-06-25T22:51:42.982Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33112026-06-25T22:51:44.367Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33122026-06-25T22:51:44.860Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33132026-06-25T22:51:46.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.50s
33142026-06-25T22:51:47.135Z
33152026-06-25T22:51:47.135Zinfo: running `cargo check --bins` on gateway-api (134/296)
33162026-06-25T22:51:47.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-06-25T22:51:47.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-06-25T22:51:47.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-06-25T22:51:47.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33202026-06-25T22:51:47.655Z
33212026-06-25T22:51:47.655Zinfo: running `cargo check --bins` on ipcc (135/296)
33222026-06-25T22:51:48.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-06-25T22:51:48.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-06-25T22:51:48.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-06-25T22:51:48.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33262026-06-25T22:51:48.175Z
33272026-06-25T22:51:48.175Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/296)
33282026-06-25T22:51:48.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-06-25T22:51:48.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-06-25T22:51:48.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-06-25T22:51:48.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
33322026-06-25T22:51:48.678Z
33332026-06-25T22:51:48.678Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/296)
33342026-06-25T22:51:49.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-06-25T22:51:49.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-06-25T22:51:49.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-06-25T22:51:49.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33382026-06-25T22:51:49.219Z
33392026-06-25T22:51:49.219Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/296)
33402026-06-25T22:51:49.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-06-25T22:51:49.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-06-25T22:51:49.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-06-25T22:51:49.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33442026-06-25T22:51:49.740Z
33452026-06-25T22:51:49.740Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/296)
33462026-06-25T22:51:50.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-06-25T22:51:50.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-06-25T22:51:50.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-06-25T22:51:50.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33502026-06-25T22:51:50.260Z
33512026-06-25T22:51:50.260Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/296)
33522026-06-25T22:51:50.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-06-25T22:51:50.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-06-25T22:51:50.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-06-25T22:51:50.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33562026-06-25T22:51:50.783Z
33572026-06-25T22:51:50.783Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/296)
33582026-06-25T22:51:51.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-06-25T22:51:51.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-06-25T22:51:51.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-06-25T22:51:51.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33622026-06-25T22:51:51.322Z
33632026-06-25T22:51:51.322Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/296)
33642026-06-25T22:51:51.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-06-25T22:51:51.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-06-25T22:51:51.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-06-25T22:51:51.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33682026-06-25T22:51:51.841Z
33692026-06-25T22:51:51.841Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/296)
33702026-06-25T22:51:52.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-06-25T22:51:52.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-06-25T22:51:52.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-06-25T22:51:52.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33742026-06-25T22:51:52.364Z
33752026-06-25T22:51:52.364Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/296)
33762026-06-25T22:51:52.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-06-25T22:51:52.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-06-25T22:51:52.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-06-25T22:51:52.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33802026-06-25T22:51:52.885Z
33812026-06-25T22:51:52.885Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/296)
33822026-06-25T22:51:53.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-06-25T22:51:53.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-06-25T22:51:53.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-06-25T22:51:53.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33862026-06-25T22:51:53.409Z
33872026-06-25T22:51:53.409Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/296)
33882026-06-25T22:51:53.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-06-25T22:51:53.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-06-25T22:51:53.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-06-25T22:51:53.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33922026-06-25T22:51:53.931Z
33932026-06-25T22:51:53.931Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/296)
33942026-06-25T22:51:54.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-06-25T22:51:54.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-06-25T22:51:54.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-06-25T22:51:54.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33982026-06-25T22:51:54.458Z
33992026-06-25T22:51:54.458Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/296)
34002026-06-25T22:51:54.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-06-25T22:51:54.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-06-25T22:51:54.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-06-25T22:51:54.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34042026-06-25T22:51:54.999Z
34052026-06-25T22:51:54.999Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/296)
34062026-06-25T22:51:55.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-06-25T22:51:55.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-06-25T22:51:55.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-06-25T22:51:55.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34102026-06-25T22:51:55.542Z
34112026-06-25T22:51:55.542Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/296)
34122026-06-25T22:51:55.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-06-25T22:51:55.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-06-25T22:51:55.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-06-25T22:51:56.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34162026-06-25T22:51:56.083Z
34172026-06-25T22:51:56.083Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/296)
34182026-06-25T22:51:56.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-06-25T22:51:56.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-06-25T22:51:56.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-06-25T22:51:56.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34222026-06-25T22:51:56.624Z
34232026-06-25T22:51:56.624Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/296)
34242026-06-25T22:51:57.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-06-25T22:51:57.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-06-25T22:51:57.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-06-25T22:51:57.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34282026-06-25T22:51:57.167Z
34292026-06-25T22:51:57.167Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/296)
34302026-06-25T22:51:57.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-06-25T22:51:57.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-06-25T22:51:57.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-06-25T22:51:57.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34342026-06-25T22:51:57.710Z
34352026-06-25T22:51:57.710Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/296)
34362026-06-25T22:51:58.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-06-25T22:51:58.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-06-25T22:51:58.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-06-25T22:51:58.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34402026-06-25T22:51:58.251Z
34412026-06-25T22:51:58.251Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/296)
34422026-06-25T22:51:58.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-06-25T22:51:58.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-06-25T22:51:58.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-06-25T22:51:58.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34462026-06-25T22:51:58.795Z
34472026-06-25T22:51:58.795Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/296)
34482026-06-25T22:51:59.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-06-25T22:51:59.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-06-25T22:51:59.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-06-25T22:51:59.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34522026-06-25T22:51:59.338Z
34532026-06-25T22:51:59.338Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/296)
34542026-06-25T22:51:59.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-06-25T22:51:59.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-06-25T22:51:59.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-06-25T22:51:59.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34582026-06-25T22:51:59.881Z
34592026-06-25T22:51:59.881Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/296)
34602026-06-25T22:52:00.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-06-25T22:52:00.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-06-25T22:52:00.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-06-25T22:52:00.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34642026-06-25T22:52:00.404Z
34652026-06-25T22:52:00.404Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/296)
34662026-06-25T22:52:00.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-06-25T22:52:00.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-06-25T22:52:00.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-06-25T22:52:00.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34702026-06-25T22:52:00.929Z
34712026-06-25T22:52:00.929Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/296)
34722026-06-25T22:52:01.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-25T22:52:01.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-25T22:52:01.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-25T22:52:01.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34762026-06-25T22:52:01.464Z
34772026-06-25T22:52:01.464Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/296)
34782026-06-25T22:52:01.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-25T22:52:01.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-25T22:52:01.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-25T22:52:01.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34822026-06-25T22:52:01.981Z
34832026-06-25T22:52:01.981Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/296)
34842026-06-25T22:52:02.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-25T22:52:02.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-25T22:52:02.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-06-25T22:52:02.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
34882026-06-25T22:52:02.500Z
34892026-06-25T22:52:02.500Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/296)
34902026-06-25T22:52:02.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-25T22:52:02.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-25T22:52:02.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-25T22:52:02.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34942026-06-25T22:52:03.025Z
34952026-06-25T22:52:03.025Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/296)
34962026-06-25T22:52:03.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-25T22:52:03.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-25T22:52:03.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-25T22:52:03.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35002026-06-25T22:52:03.544Z
35012026-06-25T22:52:03.544Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/296)
35022026-06-25T22:52:03.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-25T22:52:03.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-25T22:52:03.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-25T22:52:03.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35062026-06-25T22:52:04.065Z
35072026-06-25T22:52:04.065Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/296)
35082026-06-25T22:52:04.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-25T22:52:04.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-25T22:52:04.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-25T22:52:04.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35122026-06-25T22:52:04.606Z
35132026-06-25T22:52:04.606Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/296)
35142026-06-25T22:52:05.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-25T22:52:05.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-25T22:52:05.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-25T22:52:05.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35182026-06-25T22:52:05.145Z
35192026-06-25T22:52:05.146Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/296)
35202026-06-25T22:52:05.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-25T22:52:05.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-25T22:52:05.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-25T22:52:05.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35242026-06-25T22:52:05.692Z
35252026-06-25T22:52:05.692Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/296)
35262026-06-25T22:52:06.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-25T22:52:06.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-25T22:52:06.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-25T22:52:06.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35302026-06-25T22:52:06.233Z
35312026-06-25T22:52:06.234Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/296)
35322026-06-25T22:52:06.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-25T22:52:06.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-25T22:52:06.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-25T22:52:06.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35362026-06-25T22:52:06.775Z
35372026-06-25T22:52:06.775Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/296)
35382026-06-25T22:52:07.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-25T22:52:07.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-25T22:52:07.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-25T22:52:07.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35422026-06-25T22:52:07.315Z
35432026-06-25T22:52:07.315Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/296)
35442026-06-25T22:52:07.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-25T22:52:07.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-25T22:52:07.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-25T22:52:07.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35482026-06-25T22:52:07.859Z
35492026-06-25T22:52:07.859Zinfo: running `cargo check --bins` on oximeter-producer (173/296)
35502026-06-25T22:52:08.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-25T22:52:08.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-25T22:52:08.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-25T22:52:08.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35542026-06-25T22:52:08.420Z
35552026-06-25T22:52:08.420Zinfo: running `cargo check --bins` on internal-dns-resolver (174/296)
35562026-06-25T22:52:08.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-25T22:52:08.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-25T22:52:08.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-25T22:52:08.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35602026-06-25T22:52:08.946Z
35612026-06-25T22:52:08.946Zinfo: running `cargo check --bins` on dns-server (175/296)
35622026-06-25T22:52:09.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-25T22:52:09.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-25T22:52:09.537Z Compiling parking_lot_core v0.8.6
35652026-06-25T22:52:09.540Z Compiling git-stub v1.0.0
35662026-06-25T22:52:09.541Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35672026-06-25T22:52:09.650Z Checking prefix-trie v0.7.0
35682026-06-25T22:52:09.762Z Compiling git-stub-vcs v0.1.0
35692026-06-25T22:52:09.937Z Checking hickory-server v0.25.2
35702026-06-25T22:52:10.039Z Checking parking_lot v0.11.2
35712026-06-25T22:52:10.044Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35722026-06-25T22:52:10.106Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35732026-06-25T22:52:10.109Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35742026-06-25T22:52:10.211Z Checking sled v0.34.7
35752026-06-25T22:52:12.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
35762026-06-25T22:52:12.272Z
35772026-06-25T22:52:12.272Zinfo: running `cargo check --bins` on dns-server-api (176/296)
35782026-06-25T22:52:12.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-06-25T22:52:12.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-06-25T22:52:12.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-06-25T22:52:12.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35822026-06-25T22:52:12.789Z
35832026-06-25T22:52:12.790Zinfo: running `cargo check --bins` on oximeter-producer-api (177/296)
35842026-06-25T22:52:13.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-06-25T22:52:13.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-06-25T22:52:13.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-06-25T22:52:13.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35882026-06-25T22:52:13.316Z
35892026-06-25T22:52:13.316Zinfo: running `cargo check --bins` on sp-sim (178/296)
35902026-06-25T22:52:13.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-25T22:52:13.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-25T22:52:13.971Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35932026-06-25T22:52:15.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s
35942026-06-25T22:52:15.896Z
35952026-06-25T22:52:15.896Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/296)
35962026-06-25T22:52:16.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-25T22:52:16.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-25T22:52:16.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-06-25T22:52:16.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36002026-06-25T22:52:16.471Z
36012026-06-25T22:52:16.472Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/296)
36022026-06-25T22:52:16.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-25T22:52:16.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-25T22:52:16.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-06-25T22:52:16.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36062026-06-25T22:52:17.049Z
36072026-06-25T22:52:17.049Zinfo: running `cargo check --bins` on db-macros (181/296)
36082026-06-25T22:52:17.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-25T22:52:17.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-25T22:52:17.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-25T22:52:17.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36122026-06-25T22:52:17.557Z
36132026-06-25T22:52:17.557Zinfo: running `cargo check --bins` on nexus-macros-common (182/296)
36142026-06-25T22:52:17.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-25T22:52:17.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-25T22:52:17.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-06-25T22:52:17.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36182026-06-25T22:52:18.062Z
36192026-06-25T22:52:18.062Zinfo: running `cargo check --bins` on nexus-auth (183/296)
36202026-06-25T22:52:18.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-06-25T22:52:18.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-06-25T22:52:18.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-06-25T22:52:18.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36242026-06-25T22:52:18.666Z
36252026-06-25T22:52:18.666Zinfo: running `cargo check --bins` on authz-macros (184/296)
36262026-06-25T22:52:19.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-06-25T22:52:19.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-06-25T22:52:19.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-06-25T22:52:19.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36302026-06-25T22:52:19.139Z
36312026-06-25T22:52:19.139Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/296)
36322026-06-25T22:52:19.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-06-25T22:52:19.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-06-25T22:52:19.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-06-25T22:52:19.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36362026-06-25T22:52:19.703Z
36372026-06-25T22:52:19.703Zinfo: running `cargo check --bins` on nexus-db-model (186/296)
36382026-06-25T22:52:20.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-06-25T22:52:20.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-06-25T22:52:20.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-06-25T22:52:20.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36422026-06-25T22:52:20.266Z
36432026-06-25T22:52:20.266Zinfo: running `cargo check --bins` on nexus-db-schema (187/296)
36442026-06-25T22:52:20.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-06-25T22:52:20.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-06-25T22:52:20.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-06-25T22:52:20.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36482026-06-25T22:52:20.775Z
36492026-06-25T22:52:20.775Zinfo: running `cargo check --bins` on omicron-rpaths (188/296)
36502026-06-25T22:52:21.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-25T22:52:21.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-25T22:52:21.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-25T22:52:21.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36542026-06-25T22:52:21.275Z
36552026-06-25T22:52:21.275Zinfo: running `cargo check --bins` on nexus-defaults (189/296)
36562026-06-25T22:52:21.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-25T22:52:21.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-25T22:52:21.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-25T22:52:21.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36602026-06-25T22:52:21.797Z
36612026-06-25T22:52:21.797Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/296)
36622026-06-25T22:52:22.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-25T22:52:22.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-25T22:52:22.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-06-25T22:52:22.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36662026-06-25T22:52:22.304Z
36672026-06-25T22:52:22.304Zinfo: running `cargo check --bins` on parallel-task-set (191/296)
36682026-06-25T22:52:22.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-25T22:52:22.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-25T22:52:22.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-25T22:52:22.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36722026-06-25T22:52:22.810Z
36732026-06-25T22:52:22.810Zinfo: running `cargo check --bins` on omicron-git-version (192/296)
36742026-06-25T22:52:23.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-25T22:52:23.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-25T22:52:23.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-25T22:52:23.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36782026-06-25T22:52:23.314Z
36792026-06-25T22:52:23.314Zinfo: running `cargo check --bins` on nexus-db-errors (193/296)
36802026-06-25T22:52:23.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-25T22:52:23.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-25T22:52:23.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-25T22:52:23.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36842026-06-25T22:52:23.886Z
36852026-06-25T22:52:23.886Zinfo: running `cargo check --bins` on nexus-db-lookup (194/296)
36862026-06-25T22:52:24.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-25T22:52:24.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-25T22:52:24.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-25T22:52:24.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36902026-06-25T22:52:24.458Z
36912026-06-25T22:52:24.458Zinfo: running `cargo check --bins` on nexus-inventory (195/296)
36922026-06-25T22:52:24.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-25T22:52:24.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-25T22:52:24.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-25T22:52:24.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36962026-06-25T22:52:25.027Z
36972026-06-25T22:52:25.027Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/296)
36982026-06-25T22:52:25.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-25T22:52:25.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-25T22:52:25.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-25T22:52:25.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37022026-06-25T22:52:25.576Z
37032026-06-25T22:52:25.576Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/296)
37042026-06-25T22:52:26.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-25T22:52:26.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-25T22:52:26.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-25T22:52:26.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37082026-06-25T22:52:26.113Z
37092026-06-25T22:52:26.113Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/296)
37102026-06-25T22:52:26.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-25T22:52:26.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-25T22:52:26.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-25T22:52:26.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37142026-06-25T22:52:26.663Z
37152026-06-25T22:52:26.663Zinfo: running `cargo check --bins` on key-manager (199/296)
37162026-06-25T22:52:27.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-25T22:52:27.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-25T22:52:27.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-25T22:52:27.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37202026-06-25T22:52:27.190Z
37212026-06-25T22:52:27.190Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/296)
37222026-06-25T22:52:27.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-25T22:52:27.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-25T22:52:27.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-25T22:52:27.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37262026-06-25T22:52:27.732Z
37272026-06-25T22:52:27.732Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/296)
37282026-06-25T22:52:28.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-25T22:52:28.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-25T22:52:28.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-25T22:52:28.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37322026-06-25T22:52:28.283Z
37332026-06-25T22:52:28.283Zinfo: running `cargo check --bins` on typed-rng (202/296)
37342026-06-25T22:52:28.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-25T22:52:28.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-25T22:52:28.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-25T22:52:28.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
37382026-06-25T22:52:28.793Z
37392026-06-25T22:52:28.793Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/296)
37402026-06-25T22:52:29.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-25T22:52:29.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-25T22:52:29.585Z Compiling libefi-sys v0.1.0
37432026-06-25T22:52:29.588Z Compiling bitfield-struct v0.6.2
37442026-06-25T22:52:29.722Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37452026-06-25T22:52:29.730Z Compiling xshell-macros v0.2.7
37462026-06-25T22:52:29.738Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37472026-06-25T22:52:29.750Z Compiling salty v0.3.0
37482026-06-25T22:52:29.763Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37492026-06-25T22:52:29.776Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37502026-06-25T22:52:29.789Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37512026-06-25T22:52:29.887Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-06-25T22:52:30.054Z Checking primeorder v0.13.6
37532026-06-25T22:52:30.057Z Compiling proc-macro-error-attr2 v2.0.0
37542026-06-25T22:52:30.090Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37552026-06-25T22:52:30.093Z Checking xshell v0.2.7
37562026-06-25T22:52:30.220Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-06-25T22:52:30.236Z Checking tungstenite v0.21.0
37582026-06-25T22:52:30.278Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37592026-06-25T22:52:30.301Z Checking p384 v0.13.1
37602026-06-25T22:52:30.318Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37612026-06-25T22:52:30.415Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37622026-06-25T22:52:30.431Z Compiling num-derive v0.3.3
37632026-06-25T22:52:30.445Z Compiling proc-macro-error2 v2.0.1
37642026-06-25T22:52:30.564Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37652026-06-25T22:52:30.655Z Checking tokio-tungstenite v0.21.0
37662026-06-25T22:52:30.712Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37672026-06-25T22:52:30.743Z Checking papergrid v0.17.0
37682026-06-25T22:52:30.773Z Compiling tabled_derive v0.11.0
37692026-06-25T22:52:30.793Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37702026-06-25T22:52:30.807Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37712026-06-25T22:52:30.933Z Compiling progenitor-impl v0.13.0
37722026-06-25T22:52:30.948Z Checking testing_table v0.3.0
37732026-06-25T22:52:31.039Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37742026-06-25T22:52:31.074Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37752026-06-25T22:52:31.088Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37762026-06-25T22:52:31.276Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37772026-06-25T22:52:31.276Z Compiling illumos-nvpair-sys v0.2.0
37782026-06-25T22:52:31.335Z Checking libscf-sys v1.1.0
37792026-06-25T22:52:31.458Z Checking corncobs v0.1.4
37802026-06-25T22:52:31.471Z Compiling unicase v2.9.0
37812026-06-25T22:52:31.522Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37822026-06-25T22:52:31.577Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37832026-06-25T22:52:31.590Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-06-25T22:52:31.669Z Compiling mime_guess v2.0.5
37852026-06-25T22:52:31.686Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37862026-06-25T22:52:31.728Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37872026-06-25T22:52:31.800Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37882026-06-25T22:52:31.909Z Checking progenitor-client v0.13.0
37892026-06-25T22:52:31.929Z Checking tabled v0.20.0
37902026-06-25T22:52:32.144Z Checking secrecy v0.8.0
37912026-06-25T22:52:32.200Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37922026-06-25T22:52:32.302Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37932026-06-25T22:52:32.372Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37942026-06-25T22:52:32.437Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37952026-06-25T22:52:32.674Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
37962026-06-25T22:52:32.733Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37972026-06-25T22:52:32.781Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37982026-06-25T22:52:32.824Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37992026-06-25T22:52:32.838Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38002026-06-25T22:52:33.000Z Checking filetime v0.2.27
38012026-06-25T22:52:33.014Z Checking xattr v1.6.1
38022026-06-25T22:52:33.142Z Checking http-range v0.1.5
38032026-06-25T22:52:33.224Z Checking crc8 v0.1.1
38042026-06-25T22:52:33.268Z Checking tar v0.4.45
38052026-06-25T22:52:33.325Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38062026-06-25T22:52:33.404Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38072026-06-25T22:52:33.522Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38082026-06-25T22:52:33.539Z Compiling progenitor-macro v0.13.0
38092026-06-25T22:52:33.587Z Checking illumos-nvpair v0.3.0
38102026-06-25T22:52:33.651Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38112026-06-25T22:52:33.741Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38122026-06-25T22:52:33.769Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38132026-06-25T22:52:33.982Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38142026-06-25T22:52:33.999Z Checking atty v0.2.14
38152026-06-25T22:52:34.038Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38162026-06-25T22:52:34.093Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38172026-06-25T22:52:34.109Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38182026-06-25T22:52:34.255Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38192026-06-25T22:52:34.373Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38202026-06-25T22:52:34.376Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38212026-06-25T22:52:34.429Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38222026-06-25T22:52:34.564Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38232026-06-25T22:52:34.595Z Checking hyper-staticfile v0.10.1
38242026-06-25T22:52:34.748Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38252026-06-25T22:52:34.781Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38262026-06-25T22:52:34.886Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38272026-06-25T22:52:35.003Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38282026-06-25T22:52:35.154Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38292026-06-25T22:52:35.295Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38302026-06-25T22:52:35.435Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38312026-06-25T22:52:35.750Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38322026-06-25T22:52:36.469Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38332026-06-25T22:52:36.942Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38342026-06-25T22:52:37.352Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38352026-06-25T22:52:37.607Z Checking progenitor v0.13.0
38362026-06-25T22:52:37.743Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38372026-06-25T22:52:39.737Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38382026-06-25T22:52:43.108Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38392026-06-25T22:52:54.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.20s
38402026-06-25T22:52:54.206Z
38412026-06-25T22:52:54.206Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/296)
38422026-06-25T22:52:54.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-06-25T22:52:54.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-06-25T22:52:54.922Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38452026-06-25T22:53:05.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38462026-06-25T22:53:05.789Z
38472026-06-25T22:53:05.789Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/296)
38482026-06-25T22:53:06.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-06-25T22:53:06.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-06-25T22:53:06.510Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-06-25T22:53:17.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.44s
38522026-06-25T22:53:17.435Z
38532026-06-25T22:53:17.435Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/296)
38542026-06-25T22:53:17.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-06-25T22:53:17.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-06-25T22:53:18.156Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-06-25T22:53:28.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.48s
38582026-06-25T22:53:29.115Z
38592026-06-25T22:53:29.115Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/296)
38602026-06-25T22:53:29.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-25T22:53:29.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-25T22:53:29.835Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-25T22:53:40.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38642026-06-25T22:53:40.706Z
38652026-06-25T22:53:40.706Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/296)
38662026-06-25T22:53:41.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-25T22:53:41.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-25T22:53:41.427Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-25T22:53:52.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38702026-06-25T22:53:52.294Z
38712026-06-25T22:53:52.294Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/296)
38722026-06-25T22:53:52.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-25T22:53:52.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-25T22:53:53.012Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-25T22:54:03.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38762026-06-25T22:54:03.868Z
38772026-06-25T22:54:03.868Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/296)
38782026-06-25T22:54:04.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-25T22:54:04.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-25T22:54:04.595Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-25T22:54:15.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38822026-06-25T22:54:15.469Z
38832026-06-25T22:54:15.469Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/296)
38842026-06-25T22:54:15.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-25T22:54:15.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-25T22:54:15.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-06-25T22:54:15.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
38882026-06-25T22:54:16.010Z
38892026-06-25T22:54:16.010Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/296)
38902026-06-25T22:54:16.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-25T22:54:16.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-25T22:54:16.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-06-25T22:54:16.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38942026-06-25T22:54:16.530Z
38952026-06-25T22:54:16.530Zinfo: running `cargo check --bins` on range-requests (213/296)
38962026-06-25T22:54:16.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-25T22:54:16.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-25T22:54:16.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-06-25T22:54:16.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39002026-06-25T22:54:17.045Z
39012026-06-25T22:54:17.045Zinfo: running `cargo check --bins` on repo-depot-api (214/296)
39022026-06-25T22:54:17.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-25T22:54:17.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-25T22:54:17.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-25T22:54:17.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39062026-06-25T22:54:17.565Z
39072026-06-25T22:54:17.565Zinfo: running `cargo check --bins` on sled-agent-api (215/296)
39082026-06-25T22:54:18.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-25T22:54:18.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-25T22:54:18.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-25T22:54:18.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39122026-06-25T22:54:18.107Z
39132026-06-25T22:54:18.107Zinfo: running `cargo check --bins` on sled-diagnostics (216/296)
39142026-06-25T22:54:18.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-25T22:54:18.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-25T22:54:18.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-25T22:54:18.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39182026-06-25T22:54:18.651Z
39192026-06-25T22:54:18.651Zinfo: running `cargo check --bins` on zfs-test-harness (217/296)
39202026-06-25T22:54:19.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-25T22:54:19.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-25T22:54:19.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-25T22:54:19.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39242026-06-25T22:54:19.195Z
39252026-06-25T22:54:19.196Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/296)
39262026-06-25T22:54:19.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-25T22:54:19.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-25T22:54:19.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-25T22:54:19.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39302026-06-25T22:54:19.744Z
39312026-06-25T22:54:19.744Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/296)
39322026-06-25T22:54:20.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-25T22:54:20.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-25T22:54:20.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-25T22:54:20.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39362026-06-25T22:54:20.293Z
39372026-06-25T22:54:20.293Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/296)
39382026-06-25T22:54:20.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-25T22:54:20.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-25T22:54:20.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-25T22:54:20.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39422026-06-25T22:54:20.838Z
39432026-06-25T22:54:20.838Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/296)
39442026-06-25T22:54:21.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-25T22:54:21.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-25T22:54:21.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-25T22:54:21.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39482026-06-25T22:54:21.385Z
39492026-06-25T22:54:21.385Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/296)
39502026-06-25T22:54:21.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-25T22:54:21.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-25T22:54:21.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-25T22:54:21.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39542026-06-25T22:54:21.936Z
39552026-06-25T22:54:21.936Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/296)
39562026-06-25T22:54:22.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-25T22:54:22.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-25T22:54:22.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-25T22:54:22.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39602026-06-25T22:54:22.484Z
39612026-06-25T22:54:22.484Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/296)
39622026-06-25T22:54:22.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-25T22:54:22.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-25T22:54:22.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-25T22:54:22.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39662026-06-25T22:54:23.030Z
39672026-06-25T22:54:23.030Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/296)
39682026-06-25T22:54:23.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-25T22:54:23.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-25T22:54:23.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-25T22:54:23.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39722026-06-25T22:54:23.604Z
39732026-06-25T22:54:23.604Zinfo: running `cargo check --bins` on trust-quorum (226/296)
39742026-06-25T22:54:24.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-25T22:54:24.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-25T22:54:24.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-25T22:54:24.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39782026-06-25T22:54:24.155Z
39792026-06-25T22:54:24.155Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/296)
39802026-06-25T22:54:24.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-25T22:54:24.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-25T22:54:24.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-25T22:54:24.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39842026-06-25T22:54:24.716Z
39852026-06-25T22:54:24.717Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/296)
39862026-06-25T22:54:25.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-25T22:54:25.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-25T22:54:25.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-25T22:54:25.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39902026-06-25T22:54:25.298Z
39912026-06-25T22:54:25.298Zinfo: running `cargo check --bins` on update-common (229/296)
39922026-06-25T22:54:25.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-25T22:54:25.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-25T22:54:25.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-25T22:54:25.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39962026-06-25T22:54:25.844Z
39972026-06-25T22:54:25.844Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/296)
39982026-06-25T22:54:26.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-25T22:54:26.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-25T22:54:26.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-25T22:54:26.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40022026-06-25T22:54:26.404Z
40032026-06-25T22:54:26.404Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/296)
40042026-06-25T22:54:26.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-25T22:54:26.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-25T22:54:26.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-25T22:54:26.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40082026-06-25T22:54:26.917Z
40092026-06-25T22:54:26.917Zinfo: running `cargo check --bins` on reconfigurator-cli (232/296)
40102026-06-25T22:54:27.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-25T22:54:27.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-25T22:54:27.630Z Compiling fs-err v2.11.0
40132026-06-25T22:54:27.633Z Checking ignore v0.4.25
40142026-06-25T22:54:27.633Z Checking arc-swap v1.8.2
40152026-06-25T22:54:27.758Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40162026-06-25T22:54:27.761Z Checking predicates-tree v1.0.13
40172026-06-25T22:54:27.761Z Checking parse-size v1.1.0
40182026-06-25T22:54:27.786Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40192026-06-25T22:54:27.796Z Checking rand_seeder v0.4.0
40202026-06-25T22:54:27.863Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40212026-06-25T22:54:27.880Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40222026-06-25T22:54:27.933Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40232026-06-25T22:54:27.954Z Checking slog-scope v4.4.1
40242026-06-25T22:54:27.991Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40252026-06-25T22:54:28.072Z Compiling petname v2.0.2
40262026-06-25T22:54:28.085Z Checking slog-stdlog v4.1.1
40272026-06-25T22:54:28.098Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40282026-06-25T22:54:28.120Z Checking globwalk v0.9.1
40292026-06-25T22:54:28.176Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40302026-06-25T22:54:28.198Z Checking slog-envlogger v2.2.0
40312026-06-25T22:54:28.300Z Checking camino-tempfile-ext v0.3.3
40322026-06-25T22:54:28.347Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40332026-06-25T22:54:28.391Z Checking sapling-renderdag v0.1.0
40342026-06-25T22:54:28.492Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40352026-06-25T22:54:28.533Z Checking subprocess v0.2.15
40362026-06-25T22:54:28.632Z Checking sync-ptr v0.1.4
40372026-06-25T22:54:28.703Z Checking colored v2.2.0
40382026-06-25T22:54:28.743Z Checking assert_matches v1.5.0
40392026-06-25T22:54:28.813Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40402026-06-25T22:54:28.990Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40412026-06-25T22:54:28.990Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40422026-06-25T22:54:29.641Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40432026-06-25T22:54:30.979Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40442026-06-25T22:54:33.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s
40452026-06-25T22:54:33.339Z
40462026-06-25T22:54:33.339Zinfo: running `cargo check --bins` on omicron-repl-utils (233/296)
40472026-06-25T22:54:33.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-06-25T22:54:33.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-06-25T22:54:33.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-06-25T22:54:33.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
40512026-06-25T22:54:33.847Z
40522026-06-25T22:54:33.847Zinfo: running `cargo check --bins` on transient-dns-server (234/296)
40532026-06-25T22:54:34.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-06-25T22:54:34.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-06-25T22:54:34.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-06-25T22:54:34.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40572026-06-25T22:54:34.379Z
40582026-06-25T22:54:34.379Zinfo: running `cargo check --bins` on nexus-test-interface (235/296)
40592026-06-25T22:54:34.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-06-25T22:54:34.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-06-25T22:54:34.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-06-25T22:54:34.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40632026-06-25T22:54:34.961Z
40642026-06-25T22:54:34.962Zinfo: running `cargo check --bins` on oximeter-collector (236/296)
40652026-06-25T22:54:35.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-25T22:54:35.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-25T22:54:35.624Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40682026-06-25T22:54:35.624Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40692026-06-25T22:54:36.254Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40702026-06-25T22:54:37.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.85s
40712026-06-25T22:54:38.000Z
40722026-06-25T22:54:38.001Zinfo: running `cargo check --bins` on oximeter-api (237/296)
40732026-06-25T22:54:38.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-06-25T22:54:38.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-06-25T22:54:38.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-06-25T22:54:38.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40772026-06-25T22:54:38.522Z
40782026-06-25T22:54:38.522Zinfo: running `cargo check --bins` on cert-dev (238/296)
40792026-06-25T22:54:38.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-06-25T22:54:38.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-06-25T22:54:39.064Z Checking yasna v0.5.2
40822026-06-25T22:54:39.463Z Checking rcgen v0.12.1
40832026-06-25T22:54:39.711Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40842026-06-25T22:54:39.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
40852026-06-25T22:54:40.057Z
40862026-06-25T22:54:40.057Zinfo: running `cargo check --bins` on clickana (239/296)
40872026-06-25T22:54:40.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-06-25T22:54:40.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-06-25T22:54:40.644Z Compiling darling_core v0.23.0
40902026-06-25T22:54:40.749Z Compiling instability v0.3.11
40912026-06-25T22:54:40.753Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40922026-06-25T22:54:40.756Z Checking castaway v0.2.4
40932026-06-25T22:54:40.761Z Compiling indoc v2.0.7
40942026-06-25T22:54:40.771Z Checking unicode-truncate v1.1.0
40952026-06-25T22:54:40.774Z Checking lru v0.12.5
40962026-06-25T22:54:40.774Z Checking cassowary v0.3.0
40972026-06-25T22:54:40.845Z Checking compact_str v0.8.1
40982026-06-25T22:54:42.077Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40992026-06-25T22:54:42.157Z Compiling darling_macro v0.23.0
41002026-06-25T22:54:42.248Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41012026-06-25T22:54:42.570Z Compiling darling v0.23.0
41022026-06-25T22:54:43.189Z Checking ratatui v0.29.0
41032026-06-25T22:54:44.249Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41042026-06-25T22:54:44.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s
41052026-06-25T22:54:45.064Z
41062026-06-25T22:54:45.064Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/296)
41072026-06-25T22:54:45.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-06-25T22:54:45.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-06-25T22:54:45.728Z Checking headers-core v0.3.0
41102026-06-25T22:54:45.731Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41112026-06-25T22:54:45.916Z Checking headers v0.4.1
41122026-06-25T22:54:46.280Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41132026-06-25T22:54:47.139Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41142026-06-25T22:54:47.617Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41152026-06-25T22:54:48.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
41162026-06-25T22:54:48.193Z
41172026-06-25T22:54:48.193Zinfo: running `cargo check --bins` on ch-dev (241/296)
41182026-06-25T22:54:48.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-06-25T22:54:48.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-06-25T22:54:48.855Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41212026-06-25T22:54:49.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41222026-06-25T22:54:49.754Z
41232026-06-25T22:54:49.755Zinfo: running `cargo check --bins` on dev-tools-common (242/296)
41242026-06-25T22:54:50.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-06-25T22:54:50.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-06-25T22:54:50.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-06-25T22:54:50.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
41282026-06-25T22:54:50.137Z
41292026-06-25T22:54:50.137Zinfo: running `cargo check --bins` on crdb-seed (243/296)
41302026-06-25T22:54:50.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-25T22:54:50.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-25T22:54:50.791Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41332026-06-25T22:54:51.780Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41342026-06-25T22:54:52.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
41352026-06-25T22:54:52.285Z
41362026-06-25T22:54:52.285Zinfo: running `cargo check --bins` on db-dev (244/296)
41372026-06-25T22:54:52.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-06-25T22:54:52.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-06-25T22:54:52.940Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41402026-06-25T22:54:53.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
41412026-06-25T22:54:53.847Z
41422026-06-25T22:54:53.847Zinfo: running `cargo check --bins` on omicron-dev-lib (245/296)
41432026-06-25T22:54:54.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-06-25T22:54:54.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-06-25T22:54:54.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-06-25T22:54:54.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41472026-06-25T22:54:54.407Z
41482026-06-25T22:54:54.407Zinfo: running `cargo check --bins` on xtask-downloader (246/296)
41492026-06-25T22:54:54.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-06-25T22:54:54.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-06-25T22:54:54.957Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41522026-06-25T22:54:55.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41532026-06-25T22:54:55.794Z
41542026-06-25T22:54:55.794Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/296)
41552026-06-25T22:54:56.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-25T22:54:56.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-25T22:54:56.478Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41582026-06-25T22:54:56.478Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41592026-06-25T22:54:56.481Z Checking git-stub v1.0.0
41602026-06-25T22:54:56.481Z Compiling trait-variant v0.1.2
41612026-06-25T22:54:56.598Z Checking maplit v1.0.2
41622026-06-25T22:54:56.603Z Checking is_ci v1.2.0
41632026-06-25T22:54:56.609Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41642026-06-25T22:54:56.629Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41652026-06-25T22:54:56.692Z Checking drift v0.2.0
41662026-06-25T22:54:56.695Z Checking supports-color v3.0.2
41672026-06-25T22:54:56.727Z Checking git-stub-vcs v0.1.0
41682026-06-25T22:54:56.803Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41692026-06-25T22:54:56.822Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41702026-06-25T22:54:56.838Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41712026-06-25T22:54:56.917Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41722026-06-25T22:54:57.039Z Checking dropshot-api-manager v0.7.2
41732026-06-25T22:54:57.083Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41742026-06-25T22:54:57.097Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41752026-06-25T22:54:57.118Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41762026-06-25T22:54:57.342Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41772026-06-25T22:54:57.840Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41782026-06-25T22:54:58.817Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41792026-06-25T22:55:00.038Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41802026-06-25T22:55:00.628Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41812026-06-25T22:55:01.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.26s
41822026-06-25T22:55:01.235Z
41832026-06-25T22:55:01.235Zinfo: running `cargo check --bins` on installinator-api (248/296)
41842026-06-25T22:55:01.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41852026-06-25T22:55:01.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41862026-06-25T22:55:01.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41872026-06-25T22:55:01.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41882026-06-25T22:55:01.761Z
41892026-06-25T22:55:01.761Zinfo: running `cargo check --bins` on nexus-external-api (249/296)
41902026-06-25T22:55:02.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-06-25T22:55:02.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-06-25T22:55:02.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932026-06-25T22:55:02.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41942026-06-25T22:55:02.327Z
41952026-06-25T22:55:02.327Zinfo: running `cargo check --bins` on nexus-internal-api (250/296)
41962026-06-25T22:55:02.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-06-25T22:55:02.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-06-25T22:55:02.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-06-25T22:55:02.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42002026-06-25T22:55:02.887Z
42012026-06-25T22:55:02.887Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/296)
42022026-06-25T22:55:03.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-25T22:55:03.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-25T22:55:03.362Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-06-25T22:55:03.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42062026-06-25T22:55:03.452Z
42072026-06-25T22:55:03.452Zinfo: running `cargo check --bins` on ntp-admin-api (252/296)
42082026-06-25T22:55:03.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-25T22:55:03.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-25T22:55:03.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-25T22:55:03.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42122026-06-25T22:55:03.977Z
42132026-06-25T22:55:03.977Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/296)
42142026-06-25T22:55:04.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-25T22:55:04.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-25T22:55:04.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-25T22:55:04.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42182026-06-25T22:55:04.492Z
42192026-06-25T22:55:04.492Zinfo: running `cargo check --bins` on wicketd-api (254/296)
42202026-06-25T22:55:04.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-25T22:55:04.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-25T22:55:04.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-25T22:55:04.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42242026-06-25T22:55:05.030Z
42252026-06-25T22:55:05.030Zinfo: running `cargo check --bins` on omicron-ls-apis (255/296)
42262026-06-25T22:55:05.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-25T22:55:05.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-25T22:55:05.581Z Checking typeid v1.0.3
42292026-06-25T22:55:05.688Z Checking ordered-float v2.10.1
42302026-06-25T22:55:05.706Z Checking unicode-xid v0.2.6
42312026-06-25T22:55:05.709Z Checking cargo-platform v0.2.0
42322026-06-25T22:55:05.727Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42332026-06-25T22:55:05.751Z Checking erased-serde v0.4.9
42342026-06-25T22:55:05.893Z Checking serde-value v0.7.0
42352026-06-25T22:55:06.063Z Checking serde-untagged v0.1.9
42362026-06-25T22:55:06.213Z Checking cargo-util-schemas v0.8.2
42372026-06-25T22:55:06.899Z Checking cargo_metadata v0.21.0
42382026-06-25T22:55:07.500Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42392026-06-25T22:55:08.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
42402026-06-25T22:55:08.384Z
42412026-06-25T22:55:08.384Zinfo: running `cargo check --bins` on mgs-dev (256/296)
42422026-06-25T22:55:08.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-06-25T22:55:08.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-06-25T22:55:09.056Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42452026-06-25T22:55:09.657Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42462026-06-25T22:55:10.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42472026-06-25T22:55:10.328Z
42482026-06-25T22:55:10.328Zinfo: running `cargo check --bins` on omicron-omdb (257/296)
42492026-06-25T22:55:10.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-06-25T22:55:10.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-06-25T22:55:11.221Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42522026-06-25T22:55:11.221Z Compiling vergen-lib v0.1.6
42532026-06-25T22:55:11.223Z Compiling diesel_derives v2.3.7
42542026-06-25T22:55:11.223Z Compiling dsl_auto_type v0.2.0
42552026-06-25T22:55:11.223Z Checking scheduled-thread-pool v0.2.7
42562026-06-25T22:55:11.224Z Compiling vergen-gitcl v1.0.8
42572026-06-25T22:55:11.224Z Compiling diesel_table_macro_syntax v0.3.0
42582026-06-25T22:55:11.362Z Compiling dirs-sys-next v0.1.2
42592026-06-25T22:55:11.489Z Compiling crunchy v0.2.4
42602026-06-25T22:55:11.541Z Compiling glob v0.3.3
42612026-06-25T22:55:11.618Z Compiling dirs-next v2.0.0
42622026-06-25T22:55:11.630Z Checking r2d2 v0.8.10
42632026-06-25T22:55:11.660Z Checking downcast-rs v2.0.2
42642026-06-25T22:55:11.734Z Compiling tiny-keccak v2.0.2
42652026-06-25T22:55:11.765Z Compiling term v0.7.0
42662026-06-25T22:55:11.808Z Compiling bit-vec v0.6.3
42672026-06-25T22:55:11.918Z Compiling clang-sys v1.8.1
42682026-06-25T22:55:12.001Z Compiling bit-set v0.5.3
42692026-06-25T22:55:12.023Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42702026-06-25T22:55:12.156Z Compiling ascii-canvas v3.0.0
42712026-06-25T22:55:12.220Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42722026-06-25T22:55:12.301Z Compiling itertools v0.10.5
42732026-06-25T22:55:12.317Z Compiling ena v0.14.4
42742026-06-25T22:55:12.361Z Compiling libloading v0.8.9
42752026-06-25T22:55:12.376Z Compiling bindgen v0.71.1
42762026-06-25T22:55:12.418Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42772026-06-25T22:55:12.446Z Compiling diff v0.1.13
42782026-06-25T22:55:12.524Z Compiling regex-syntax v0.6.29
42792026-06-25T22:55:12.732Z Compiling cexpr v0.6.0
42802026-06-25T22:55:12.816Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42812026-06-25T22:55:13.005Z Compiling rustc-hash v2.1.1
42822026-06-25T22:55:13.173Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42832026-06-25T22:55:13.194Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42842026-06-25T22:55:13.375Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42852026-06-25T22:55:13.404Z Compiling libxml v0.3.3
42862026-06-25T22:55:13.508Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42872026-06-25T22:55:13.642Z Compiling strum_macros v0.24.3
42882026-06-25T22:55:13.662Z Compiling indoc v1.0.9
42892026-06-25T22:55:14.113Z Compiling lalrpop v0.19.12
42902026-06-25T22:55:14.451Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42912026-06-25T22:55:14.592Z Checking derive_builder v0.20.2
42922026-06-25T22:55:14.641Z Compiling oso-derive v0.27.3
42932026-06-25T22:55:14.711Z Checking quick-xml v0.37.5
42942026-06-25T22:55:14.979Z Compiling impl-trait-for-tuples v0.2.3
42952026-06-25T22:55:15.139Z Checking openssl-probe v0.1.6
42962026-06-25T22:55:15.283Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42972026-06-25T22:55:15.629Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42982026-06-25T22:55:15.821Z Checking bb8 v0.8.6
42992026-06-25T22:55:16.081Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43002026-06-25T22:55:16.117Z Compiling libz-sys v1.1.24
43012026-06-25T22:55:16.200Z Checking nonempty v0.12.0
43022026-06-25T22:55:16.278Z Compiling strsim v0.10.0
43032026-06-25T22:55:16.366Z Compiling libgit2-sys v0.18.3+1.9.2
43042026-06-25T22:55:16.571Z Compiling darling_core v0.13.4
43052026-06-25T22:55:16.644Z Compiling vergen-git2 v9.1.0
43062026-06-25T22:55:16.722Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43072026-06-25T22:55:16.844Z Compiling base64 v0.21.7
43082026-06-25T22:55:16.927Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43092026-06-25T22:55:17.164Z Compiling ron v0.8.1
43102026-06-25T22:55:17.285Z Checking diesel v2.3.7
43112026-06-25T22:55:17.915Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43122026-06-25T22:55:18.105Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43132026-06-25T22:55:18.142Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43142026-06-25T22:55:18.328Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43152026-06-25T22:55:18.421Z Compiling darling_macro v0.13.4
43162026-06-25T22:55:18.516Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43172026-06-25T22:55:18.703Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43182026-06-25T22:55:18.892Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43192026-06-25T22:55:18.895Z Compiling darling v0.13.4
43202026-06-25T22:55:18.998Z Compiling serde_with_macros v1.5.2
43212026-06-25T22:55:19.079Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43222026-06-25T22:55:19.271Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43232026-06-25T22:55:19.323Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43242026-06-25T22:55:19.455Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43252026-06-25T22:55:19.842Z Compiling serde_with v1.14.0
43262026-06-25T22:55:20.998Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43272026-06-25T22:55:21.013Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43282026-06-25T22:55:21.252Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43292026-06-25T22:55:21.925Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43302026-06-25T22:55:22.613Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43312026-06-25T22:55:22.630Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43322026-06-25T22:55:22.875Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43332026-06-25T22:55:23.211Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43342026-06-25T22:55:23.404Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43352026-06-25T22:55:23.454Z Checking twox-hash v2.1.2
43362026-06-25T22:55:23.710Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43372026-06-25T22:55:23.761Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43382026-06-25T22:55:23.798Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43392026-06-25T22:55:24.598Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43402026-06-25T22:55:24.755Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43412026-06-25T22:55:25.491Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43422026-06-25T22:55:25.811Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43432026-06-25T22:55:26.076Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43442026-06-25T22:55:26.156Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43452026-06-25T22:55:26.481Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43462026-06-25T22:55:26.671Z Checking console v0.16.2
43472026-06-25T22:55:26.981Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43482026-06-25T22:55:27.118Z Checking fatfs v0.3.6
43492026-06-25T22:55:27.134Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43502026-06-25T22:55:27.587Z Compiling seq-macro v0.3.6
43512026-06-25T22:55:28.096Z Checking unit-prefix v0.5.2
43522026-06-25T22:55:28.237Z Checking indicatif v0.18.4
43532026-06-25T22:55:28.478Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43542026-06-25T22:55:28.624Z Checking support-bundle-viewer v0.1.2
43552026-06-25T22:55:28.879Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43562026-06-25T22:55:29.113Z Checking multimap v0.10.1
43572026-06-25T22:55:34.802Z Checking async-bb8-diesel v0.2.1
43582026-06-25T22:55:35.177Z Checking diesel-dtrace v0.5.0
43592026-06-25T22:55:37.543Z Compiling samael v0.0.19
43602026-06-25T22:55:41.479Z Compiling git2 v0.20.4
43612026-06-25T22:55:44.670Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43622026-06-25T22:55:44.957Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43632026-06-25T22:55:46.048Z Compiling polar-core v0.27.3
43642026-06-25T22:55:50.522Z Checking oso v0.27.3
43652026-06-25T22:56:19.777Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43662026-06-25T22:57:32.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
43672026-06-25T22:57:32.798Z
43682026-06-25T22:57:32.798Zinfo: running `cargo check --bins` on nexus-networking (258/296)
43692026-06-25T22:57:33.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43702026-06-25T22:57:33.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43712026-06-25T22:57:33.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43722026-06-25T22:57:33.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43732026-06-25T22:57:33.410Z
43742026-06-25T22:57:33.411Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/296)
43752026-06-25T22:57:33.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-06-25T22:57:33.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-06-25T22:57:33.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43782026-06-25T22:57:33.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43792026-06-25T22:57:33.990Z
43802026-06-25T22:57:33.990Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/296)
43812026-06-25T22:57:34.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-06-25T22:57:34.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-06-25T22:57:34.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43842026-06-25T22:57:34.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43852026-06-25T22:57:34.570Z
43862026-06-25T22:57:34.570Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/296)
43872026-06-25T22:57:35.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-06-25T22:57:35.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-06-25T22:57:35.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43902026-06-25T22:57:35.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
43912026-06-25T22:57:35.081Z
43922026-06-25T22:57:35.081Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/296)
43932026-06-25T22:57:35.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-06-25T22:57:35.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-06-25T22:57:35.854Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43962026-06-25T22:57:36.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
43972026-06-25T22:57:36.775Z
43982026-06-25T22:57:36.775Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/296)
43992026-06-25T22:57:37.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-06-25T22:57:37.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-06-25T22:57:37.537Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44022026-06-25T22:58:15.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.44s
44032026-06-25T22:58:15.430Z
44042026-06-25T22:58:15.430Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/296)
44052026-06-25T22:58:15.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-06-25T22:58:15.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-06-25T22:58:15.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44082026-06-25T22:58:15.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
44092026-06-25T22:58:15.958Z
44102026-06-25T22:58:15.958Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/296)
44112026-06-25T22:58:16.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44122026-06-25T22:58:16.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44132026-06-25T22:58:16.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44142026-06-25T22:58:16.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44152026-06-25T22:58:16.504Z
44162026-06-25T22:58:16.504Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/296)
44172026-06-25T22:58:16.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44182026-06-25T22:58:16.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44192026-06-25T22:58:16.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44202026-06-25T22:58:16.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44212026-06-25T22:58:17.086Z
44222026-06-25T22:58:17.086Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/296)
44232026-06-25T22:58:17.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44242026-06-25T22:58:17.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44252026-06-25T22:58:17.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44262026-06-25T22:58:17.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44272026-06-25T22:58:17.664Z
44282026-06-25T22:58:17.664Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/296)
44292026-06-25T22:58:18.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-06-25T22:58:18.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-06-25T22:58:18.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44322026-06-25T22:58:18.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44332026-06-25T22:58:18.234Z
44342026-06-25T22:58:18.234Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/296)
44352026-06-25T22:58:18.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-06-25T22:58:18.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-06-25T22:58:18.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44382026-06-25T22:58:18.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44392026-06-25T22:58:18.811Z
44402026-06-25T22:58:18.811Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/296)
44412026-06-25T22:58:19.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-06-25T22:58:19.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-06-25T22:58:19.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44442026-06-25T22:58:19.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44452026-06-25T22:58:19.389Z
44462026-06-25T22:58:19.389Zinfo: running `cargo check --bins` on support-bundle-collection (271/296)
44472026-06-25T22:58:19.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44482026-06-25T22:58:19.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44492026-06-25T22:58:19.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44502026-06-25T22:58:19.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44512026-06-25T22:58:19.968Z
44522026-06-25T22:58:19.968Zinfo: running `cargo check --bins` on omicron-dev (272/296)
44532026-06-25T22:58:20.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44542026-06-25T22:58:20.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44552026-06-25T22:58:20.809Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44562026-06-25T22:58:20.812Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44572026-06-25T22:58:20.956Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44582026-06-25T22:58:20.972Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44592026-06-25T22:58:20.986Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44602026-06-25T22:58:20.997Z Checking yansi v1.0.1
44612026-06-25T22:58:21.002Z Checking diff v0.1.13
44622026-06-25T22:58:21.022Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44632026-06-25T22:58:21.117Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44642026-06-25T22:58:21.244Z Checking pretty_assertions v1.4.1
44652026-06-25T22:58:21.950Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44662026-06-25T22:58:22.032Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44672026-06-25T22:58:46.221Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44682026-06-25T22:58:46.224Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44692026-06-25T22:58:46.224Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44702026-06-25T22:58:46.224Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44712026-06-25T22:58:46.224Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44722026-06-25T22:58:46.224Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44732026-06-25T22:58:47.043Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44742026-06-25T22:58:47.043Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44752026-06-25T22:58:48.247Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44762026-06-25T22:59:25.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
44772026-06-25T22:59:25.879Z
44782026-06-25T22:59:25.879Zinfo: running `cargo check --bins` on omicron-pins (273/296)
44792026-06-25T22:59:26.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-06-25T22:59:26.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-06-25T22:59:26.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44822026-06-25T22:59:26.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
44832026-06-25T22:59:26.399Z
44842026-06-25T22:59:26.399Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (274/296)
44852026-06-25T22:59:26.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44862026-06-25T22:59:26.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44872026-06-25T22:59:27.124Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44882026-06-25T22:59:27.240Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44892026-06-25T22:59:27.243Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44902026-06-25T22:59:54.120Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44912026-06-25T22:59:54.488Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
44922026-06-25T22:59:56.189Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44932026-06-25T22:59:56.623Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
44942026-06-25T22:59:59.604Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44952026-06-25T23:00:23.151Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44962026-06-25T23:00:23.842Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44972026-06-25T23:00:25.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.05s
44982026-06-25T23:00:25.643Z
44992026-06-25T23:00:25.643Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (275/296)
45002026-06-25T23:00:26.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-06-25T23:00:26.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-06-25T23:00:26.316Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45032026-06-25T23:00:26.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45042026-06-25T23:00:27.163Z
45052026-06-25T23:00:27.163Zinfo: running `cargo check --bins` on omicron-releng (276/296)
45062026-06-25T23:00:27.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-06-25T23:00:27.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-06-25T23:00:27.766Z Compiling blake3 v1.8.5
45092026-06-25T23:00:27.870Z Checking constant_time_eq v0.4.2
45102026-06-25T23:00:27.873Z Checking arrayref v0.3.9
45112026-06-25T23:00:27.873Z Checking arrayvec v0.7.6
45122026-06-25T23:00:27.886Z Checking topological-sort v0.2.2
45132026-06-25T23:00:27.888Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45142026-06-25T23:00:27.888Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45152026-06-25T23:00:27.888Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45162026-06-25T23:00:27.933Z Checking shell-words v1.1.1
45172026-06-25T23:00:28.753Z Checking omicron-zone-package v0.12.3
45182026-06-25T23:00:29.468Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45192026-06-25T23:00:30.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
45202026-06-25T23:00:30.504Z
45212026-06-25T23:00:30.504Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (277/296)
45222026-06-25T23:00:30.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-06-25T23:00:30.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-06-25T23:00:31.096Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45252026-06-25T23:00:31.411Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45262026-06-25T23:00:31.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
45272026-06-25T23:00:31.974Z
45282026-06-25T23:00:31.974Zinfo: running `cargo check --bins` on schema (278/296)
45292026-06-25T23:00:32.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-06-25T23:00:32.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-06-25T23:00:32.654Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45322026-06-25T23:00:33.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45332026-06-25T23:00:33.505Z
45342026-06-25T23:00:33.506Zinfo: running `cargo check --bins` on xtask (279/296)
45352026-06-25T23:00:33.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-06-25T23:00:33.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-06-25T23:00:33.895Z Checking libc v0.2.185
45382026-06-25T23:00:33.969Z Checking serde v1.0.228
45392026-06-25T23:00:33.974Z Checking zerofrom v0.1.6
45402026-06-25T23:00:33.977Z Checking bitflags v2.11.0
45412026-06-25T23:00:33.981Z Checking smallvec v1.15.1
45422026-06-25T23:00:33.987Z Checking indexmap v2.14.0
45432026-06-25T23:00:33.996Z Checking serde_json v1.0.150
45442026-06-25T23:00:33.999Z Checking scroll v0.12.0
45452026-06-25T23:00:34.069Z Checking yoke v0.8.1
45462026-06-25T23:00:34.117Z Checking num-traits v0.2.19
45472026-06-25T23:00:34.149Z Checking thiserror v1.0.69
45482026-06-25T23:00:34.220Z Checking percent-encoding v2.3.2
45492026-06-25T23:00:34.232Z Checking zerovec v0.11.5
45502026-06-25T23:00:34.241Z Checking zerotrie v0.2.3
45512026-06-25T23:00:34.250Z Checking errno v0.3.14
45522026-06-25T23:00:34.356Z Checking serde_spanned v0.6.9
45532026-06-25T23:00:34.356Z Checking toml_datetime v0.6.11
45542026-06-25T23:00:34.373Z Checking rustix v1.1.3
45552026-06-25T23:00:34.472Z Checking log v0.4.29
45562026-06-25T23:00:34.483Z Checking form_urlencoded v1.2.2
45572026-06-25T23:00:34.512Z Checking zerocopy v0.7.35
45582026-06-25T23:00:34.535Z Checking toml_edit v0.22.27
45592026-06-25T23:00:34.606Z Checking getrandom v0.4.1
45602026-06-25T23:00:34.616Z Checking thiserror v2.0.18
45612026-06-25T23:00:34.624Z Checking goblin v0.8.2
45622026-06-25T23:00:34.633Z Checking ordered-float v2.10.1
45632026-06-25T23:00:34.659Z Checking tinystr v0.8.2
45642026-06-25T23:00:34.706Z Checking potential_utf v0.1.4
45652026-06-25T23:00:34.737Z Checking syn v2.0.117
45662026-06-25T23:00:34.829Z Checking icu_collections v2.1.1
45672026-06-25T23:00:34.832Z Checking icu_locale_core v2.1.1
45682026-06-25T23:00:34.849Z Checking serde-value v0.7.0
45692026-06-25T23:00:35.004Z Checking dtrace-parser v0.2.0
45702026-06-25T23:00:35.047Z Checking thread-id v4.2.2
45712026-06-25T23:00:35.126Z Checking once_cell v1.21.3
45722026-06-25T23:00:35.142Z Checking cargo-platform v0.2.0
45732026-06-25T23:00:35.172Z Checking terminal_size v0.4.3
45742026-06-25T23:00:35.240Z Checking memmap v0.7.0
45752026-06-25T23:00:35.289Z Checking clap_builder v4.6.0
45762026-06-25T23:00:35.299Z Checking tempfile v3.25.0
45772026-06-25T23:00:35.311Z Checking textwrap v0.16.2
45782026-06-25T23:00:35.365Z Checking fs-err v3.3.0
45792026-06-25T23:00:35.379Z Checking icu_provider v2.1.1
45802026-06-25T23:00:35.489Z Checking camino-tempfile v1.4.1
45812026-06-25T23:00:35.516Z Checking anyhow v1.0.102
45822026-06-25T23:00:35.541Z Checking tabled v0.15.0
45832026-06-25T23:00:35.611Z Checking icu_properties v2.1.2
45842026-06-25T23:00:35.643Z Checking icu_normalizer v2.1.1
45852026-06-25T23:00:35.643Z Checking toml v0.8.23
45862026-06-25T23:00:35.710Z Checking macaddr v1.0.1
45872026-06-25T23:00:35.888Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45882026-06-25T23:00:35.965Z Checking cargo_toml v0.21.0
45892026-06-25T23:00:36.415Z Checking idna_adapter v1.2.1
45902026-06-25T23:00:36.488Z Checking dof v0.3.0
45912026-06-25T23:00:36.498Z Checking clap v4.6.1
45922026-06-25T23:00:36.526Z Checking idna v1.1.0
45932026-06-25T23:00:36.745Z Checking usdt-impl v0.5.0
45942026-06-25T23:00:36.749Z Checking url v2.5.8
45952026-06-25T23:00:36.994Z Checking usdt v0.5.0
45962026-06-25T23:00:37.086Z Checking cargo-util-schemas v0.8.2
45972026-06-25T23:00:37.792Z Checking cargo_metadata v0.21.0
45982026-06-25T23:00:38.388Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45992026-06-25T23:00:38.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
46002026-06-25T23:00:38.984Z
46012026-06-25T23:00:38.984Zinfo: running `cargo check --bins` on dnsadm (280/296)
46022026-06-25T23:00:39.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46032026-06-25T23:00:39.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46042026-06-25T23:00:39.489Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46052026-06-25T23:00:39.940Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46062026-06-25T23:00:40.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
46072026-06-25T23:00:40.491Z
46082026-06-25T23:00:40.491Zinfo: running `cargo check --bins` on end-to-end-tests (281/296)
46092026-06-25T23:00:41.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46102026-06-25T23:00:41.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46112026-06-25T23:00:41.236Z Checking polyval v0.6.2
46122026-06-25T23:00:41.354Z Checking ctr v0.9.2
46132026-06-25T23:00:41.362Z Checking ssh-encoding v0.2.0
46142026-06-25T23:00:41.362Z Checking blowfish v0.9.1
46152026-06-25T23:00:41.380Z Checking password-hash v0.4.2
46162026-06-25T23:00:41.392Z Checking p521 v0.13.3
46172026-06-25T23:00:41.395Z Checking p256 v0.13.2
46182026-06-25T23:00:41.416Z Checking russh-cryptovec v0.7.3
46192026-06-25T23:00:41.491Z Checking ghash v0.5.1
46202026-06-25T23:00:41.504Z Checking bcrypt-pbkdf v0.10.0
46212026-06-25T23:00:41.507Z Checking md5 v0.7.0
46222026-06-25T23:00:41.554Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46232026-06-25T23:00:41.558Z Checking num-bigint v0.4.6
46242026-06-25T23:00:41.593Z Checking pbkdf2 v0.11.0
46252026-06-25T23:00:41.611Z Checking aes-gcm v0.10.3
46262026-06-25T23:00:41.640Z Checking des v0.8.1
46272026-06-25T23:00:41.658Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46282026-06-25T23:00:41.677Z Checking hex-literal v0.4.1
46292026-06-25T23:00:41.760Z Checking ssh-cipher v0.2.0
46302026-06-25T23:00:41.763Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46312026-06-25T23:00:41.785Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46322026-06-25T23:00:41.785Z Checking socket2 v0.5.10
46332026-06-25T23:00:41.809Z Checking internet-checksum v0.2.1
46342026-06-25T23:00:41.924Z Checking ssh-key v0.6.7
46352026-06-25T23:00:42.047Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46362026-06-25T23:00:42.554Z Checking russh-keys v0.45.0
46372026-06-25T23:00:43.126Z Checking russh v0.45.0
46382026-06-25T23:00:59.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.01s
46392026-06-25T23:00:59.697Z
46402026-06-25T23:00:59.697Zinfo: running `cargo check --bins` on gateway-cli (282/296)
46412026-06-25T23:01:00.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-06-25T23:01:00.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-06-25T23:01:00.275Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46442026-06-25T23:01:00.378Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46452026-06-25T23:01:00.385Z Checking termios v0.3.3
46462026-06-25T23:01:01.589Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46472026-06-25T23:01:01.732Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46482026-06-25T23:01:03.399Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46492026-06-25T23:01:03.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s
46502026-06-25T23:01:04.134Z
46512026-06-25T23:01:04.134Zinfo: running `cargo check --bins --no-default-features` on installinator (283/296)
46522026-06-25T23:01:04.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46532026-06-25T23:01:04.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46542026-06-25T23:01:04.785Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46552026-06-25T23:01:04.788Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46562026-06-25T23:01:04.901Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46572026-06-25T23:01:04.901Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46582026-06-25T23:01:04.914Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46592026-06-25T23:01:04.914Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46602026-06-25T23:01:05.652Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46612026-06-25T23:01:05.995Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46622026-06-25T23:01:05.995Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46632026-06-25T23:01:06.624Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46642026-06-25T23:01:08.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
46652026-06-25T23:01:08.423Z
46662026-06-25T23:01:08.423Zinfo: running `cargo check --bins` on internal-dns-cli (284/296)
46672026-06-25T23:01:08.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46682026-06-25T23:01:08.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46692026-06-25T23:01:09.006Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46702026-06-25T23:01:09.452Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46712026-06-25T23:01:09.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
46722026-06-25T23:01:09.918Z
46732026-06-25T23:01:09.918Zinfo: running `cargo check --bins` on omicron-live-tests (285/296)
46742026-06-25T23:01:10.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46752026-06-25T23:01:10.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46762026-06-25T23:01:10.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46772026-06-25T23:01:10.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46782026-06-25T23:01:10.437Z
46792026-06-25T23:01:10.437Zinfo: running `cargo check --bins` on live-tests-macros (286/296)
46802026-06-25T23:01:10.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46812026-06-25T23:01:10.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46822026-06-25T23:01:10.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46832026-06-25T23:01:10.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46842026-06-25T23:01:10.957Z
46852026-06-25T23:01:10.957Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (287/296)
46862026-06-25T23:01:11.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-06-25T23:01:11.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-06-25T23:01:11.659Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46892026-06-25T23:01:12.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
46902026-06-25T23:01:12.406Z
46912026-06-25T23:01:12.406Zinfo: running `cargo check --bins` on omicron-ntp-admin (288/296)
46922026-06-25T23:01:13.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46932026-06-25T23:01:13.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46942026-06-25T23:01:13.727Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
46952026-06-25T23:01:13.727Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
46962026-06-25T23:01:13.727Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46972026-06-25T23:01:13.727Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
46982026-06-25T23:01:14.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
46992026-06-25T23:01:14.216Z
47002026-06-25T23:01:14.216Zinfo: running `cargo check --bins` on ntp-admin-types (289/296)
47012026-06-25T23:01:14.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47022026-06-25T23:01:14.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47032026-06-25T23:01:14.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47042026-06-25T23:01:14.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47052026-06-25T23:01:14.733Z
47062026-06-25T23:01:14.733Zinfo: running `cargo check --bins` on omicron-package (290/296)
47072026-06-25T23:01:15.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47082026-06-25T23:01:15.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47092026-06-25T23:01:15.361Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47102026-06-25T23:01:16.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47112026-06-25T23:01:16.593Z
47122026-06-25T23:01:16.593Zinfo: running `cargo check --bins` on tqdb (291/296)
47132026-06-25T23:01:18.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47142026-06-25T23:01:18.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47152026-06-25T23:01:18.040Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47162026-06-25T23:01:18.041Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47172026-06-25T23:01:18.186Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47182026-06-25T23:01:18.190Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47192026-06-25T23:01:24.157Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47202026-06-25T23:01:24.157Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47212026-06-25T23:01:24.731Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47222026-06-25T23:01:24.731Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47232026-06-25T23:01:24.735Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47242026-06-25T23:01:24.735Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47252026-06-25T23:01:25.517Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47262026-06-25T23:01:26.485Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47272026-06-25T23:01:27.271Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47282026-06-25T23:01:27.886Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47292026-06-25T23:01:32.588Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47302026-06-25T23:01:39.161Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47312026-06-25T23:01:39.161Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47322026-06-25T23:01:39.165Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47332026-06-25T23:01:39.165Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47342026-06-25T23:01:40.632Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47352026-06-25T23:01:41.975Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47362026-06-25T23:01:42.635Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47372026-06-25T23:01:43.850Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47382026-06-25T23:01:44.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.78s
47392026-06-25T23:01:44.572Z
47402026-06-25T23:01:44.572Zinfo: running `cargo check --bins` on wicket-dbg (292/296)
47412026-06-25T23:01:45.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47422026-06-25T23:01:45.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47432026-06-25T23:01:45.230Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47442026-06-25T23:01:45.230Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47452026-06-25T23:01:45.235Z Checking rtoolbox v0.0.3
47462026-06-25T23:01:45.352Z Checking tui-tree-widget v0.23.1
47472026-06-25T23:01:45.446Z Checking rpassword v7.4.0
47482026-06-25T23:01:46.513Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47492026-06-25T23:01:49.619Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47502026-06-25T23:01:51.474Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47512026-06-25T23:01:52.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.78s
47522026-06-25T23:01:52.548Z
47532026-06-25T23:01:52.548Zinfo: running `cargo check --bins` on wicket (293/296)
47542026-06-25T23:01:53.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-06-25T23:01:53.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-06-25T23:01:53.187Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47572026-06-25T23:01:53.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
47582026-06-25T23:01:53.707Z
47592026-06-25T23:01:53.707Zinfo: running `cargo check --bins` on wicketd (294/296)
47602026-06-25T23:01:54.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-06-25T23:01:54.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-06-25T23:01:54.375Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47632026-06-25T23:01:54.378Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47642026-06-25T23:01:54.378Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47652026-06-25T23:01:54.378Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47662026-06-25T23:01:55.349Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47672026-06-25T23:01:55.908Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47682026-06-25T23:01:58.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s
47692026-06-25T23:01:59.121Z
47702026-06-25T23:01:59.121Zinfo: running `cargo check --bins` on omicron-workspace-hack (295/296)
47712026-06-25T23:01:59.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47722026-06-25T23:01:59.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47732026-06-25T23:01:59.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47742026-06-25T23:01:59.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
47752026-06-25T23:01:59.643Z
47762026-06-25T23:01:59.643Zinfo: running `cargo check --bins` on zone-setup (296/296)
47772026-06-25T23:02:00.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47782026-06-25T23:02:00.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47792026-06-25T23:02:00.259Z Checking uzers v0.12.2
47802026-06-25T23:02:00.525Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47812026-06-25T23:02:01.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
47822026-06-25T23:02:01.456Z
47832026-06-25T23:02:01.456Zreal 13:42.965562862
47842026-06-25T23:02:01.456Zuser 20:41.547013103
47852026-06-25T23:02:01.456Zsys 4:04.716423301
47862026-06-25T23:02:01.456Ztrap 0.344160014
47872026-06-25T23:02:01.456Ztflt 0.753908377
47882026-06-25T23:02:01.456Zdflt 1.051935170
47892026-06-25T23:02:01.456Zkflt 0.004856292
47902026-06-25T23:02:01.459Zlock 1:17:05.213622289
47912026-06-25T23:02:01.459Zslp 1:39:21.479658650
47922026-06-25T23:02:01.459Zlat 46.680161344
47932026-06-25T23:02:01.459Zstop 3:11.928031542
47942026-06-25T23:02:01.459Zprocess exited: duration 944976 ms, exit code 0
 
47952026-06-25T23:02:01.465Zfound 0 output files